/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
html,
body {
  position: relative;
}

html::before, html::after {
  content: "";
  position: fixed;
  display: block;
  background-color: #7534a2;
  z-index: 10;
}

body::before, body::after {
  content: "";
  position: fixed;
  display: block;
  background-color: #7534a2;
  z-index: 10;
}

html::before,
body::before {
  width: 100%;
  height: 15px;
}

html::after,
body::after {
  width: 15px;
  height: 100%;
  top: 0;
}

html::before {
  top: 0;
}

body::before {
  bottom: 0;
}

html::after {
  right: 0;
}

body {
  padding: 15px 0;
  background: url(/opc_summer/img/bg_dotted.jpg) repeat center center;
  background-attachment: fixed;
  position: relative;
}
body::after {
  left: 0;
}

@media screen and (max-width: 767px) {
  html::before,
  body::before {
    height: 10px;
  }
  html::after {
    width: 10px;
  }
  body {
    padding: 10px 0;
  }
  body::after {
    width: 10px;
  }
}
p .bg_rd {
  background-color: #f9c9d4;
}
p .bg_gr {
  background-color: #bcecdf;
}

header {
  text-align: center;
  width: 33.8%;
  height: 100%;
  padding: 30px 0 30px 15px;
  position: fixed;
  left: 0;
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  header {
    margin: 0 auto 20px auto;
  }
}
header .in {
  width: 100%;
}
header .logo {
  max-width: 265px;
  width: 39.8%;
  margin: 0 auto 10px auto;
}
header h1 {
  max-width: 450px;
  padding: 0 30px;
  margin: 0 auto 15px auto;
}
header .header__date {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .header__date {
    display: flex;
    align-items: center;
    line-height: 1;
    letter-spacing: 0;
    width: calc(100% - 50px);
    max-width: 424px;
    justify-content: center;
    padding: 5px 0;
    margin: 0 auto 10px auto;
    border-top: 1px solid #183a60;
    border-bottom: 1px solid #183a60;
  }
}
@media print, screen and (min-width: 1180px) {
  header .header__date {
    width: calc(100% - 60px);
  }
}
header .header__date dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 4px 0 2px 0;
  width: 50%;
}
header .header__date dl:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ccbfb5;
}
@media screen and (max-width: 1440px) {
  header .header__date dl {
    width: 50%;
    justify-content: center;
    padding: 4px 15px 2px 15px;
  }
  header .header__date dl:first-child {
    margin-right: 0;
  }
}
header .header__date dt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  header .header__date dt {
    margin-bottom: 5px;
  }
}
header .header__date dt span {
  display: inline-block;
}
header .header__date dt .num {
  font-size: 3.2rem;
}
header .header__date dt .dayofweek {
  color: var(--font-color);
  font-size: 1.6rem;
  text-align: center;
  width: 27px;
  height: 27px;
  padding-top: 4px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1440px) {
  header .header__date dt .dayofweek {
    margin-right: 0;
  }
}
header .header__date dd {
  font-size: 1.6rem;
  padding-bottom: 5px;
  width: 100%;
  margin-top: 4px;
}
@media screen and (max-width: 1440px) {
  header .header__date dd {
    width: 100%;
  }
}
header .header__date dd sup {
  color: #ff6a73;
  font-size: 0.6em;
  vertical-align: top;
}
header .note {
  margin: 10px auto 20px;
  color: #ea4e74;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  header .note {
    margin: 0 auto 30px;
    max-width: 424px;
    width: calc(100% - 30px);
    font-size: 1.3rem;
  }
}
header .privilege_box {
  position: relative;
  width: 100%;
  background-color: rgba(175, 139, 211, 0.15);
  padding: 25px 20px 16px 20px;
  margin: 40px auto 10px;
}
@media print, screen and (min-width: 768px) {
  header .privilege_box {
    width: calc(100% - 50px);
    padding: 25px 22px 15px;
    margin-bottom: 25px;
  }
}
header .privilege_box__title {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 157px;
}
header .privilege_box__text {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
header .page_cmn_app__app {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .page_cmn_app__app {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  header .page_cmn_app__period {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 920px) {
  header .page_cmn_app__box {
    padding: 20px 20px;
  }
}
header .page_cmn_app__box .name {
  font-size: 1.5rem;
}

@media screen and (max-width: 1440px) {
  header {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 1280px) {
  header h1 {
    padding: 0 25px;
  }
  header .header__date {
    width: calc(100% - 50px);
  }
  header .header__date dl {
    padding: 0 10px;
  }
  header .header__date dl:first-child {
    padding-right: 10px;
  }
  header .header__date dt .num {
    font-size: 3.2rem;
  }
  header .header__date dt .dayofweek {
    font-size: 1.5rem;
    width: 25px;
    height: 25px;
    padding-top: 4px;
  }
  header .header__date dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  header {
    width: 48%;
  }
  header .logo {
    max-width: 170px;
  }
  header h1 {
    max-width: 350px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    position: static;
  }
  header .in {
    padding: 0 30px;
  }
  header .header__date {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 20px 0 0;
  }
  header .in {
    padding: 0 25px;
  }
  header .logo {
    margin: 0 0 30px 0;
  }
}
#menu {
  width: 19.8%;
  height: calc(100vh - 30px);
  padding-right: 15px;
  position: fixed;
  right: 0;
}
#menu .in {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  overflow: auto;
}
#menu .logo {
  display: none;
}
#menu nav,
#menu #sns {
  width: 100%;
}
#menu nav {
  margin-bottom: 40px;
}
#menu nav li {
  font-size: 0;
}
#menu nav li:not(:last-child) {
  margin-bottom: 20px;
}
#menu nav li a {
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
#menu nav li a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #7534a2;
  position: absolute;
  top: 9px;
  left: -17px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
#menu nav li a:hover::before, #menu nav li a.active::before {
  opacity: 1;
}
#menu nav li a.externallink::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/opc_summer/img/icon_externallink_black.svg) no-repeat right center;
  background-size: 13px auto;
  margin-left: 5px;
}
#menu #sns {
  margin-top: auto;
}
#menu #sns p {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  #menu #sns p {
    background: url(/opc_summer/img/sns_border.png) no-repeat center bottom;
    background-size: 189px auto;
    max-width: 189px;
    padding-bottom: 20px;
    font-size: 3rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
#menu #sns li:not(:last-child) {
  margin-bottom: 20px;
}
#menu #sns li a {
  transition: opacity 0.3s;
}
#menu #sns li a:hover {
  opacity: 0.8;
}
#menu #sns li a img {
  width: 41px;
}
#menu #sns li a span {
  font-size: 1.2rem;
  line-height: 1.4;
  flex: 1;
  padding-left: 7px;
}
@media print, screen and (min-width: 920px) {
  #menu #sns li a span {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
#menu .menu_cmn_app {
  display: none;
}
@media screen and (max-width: 1024px) {
  #menu .menu_cmn_app {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
  }
}

#menu_btn {
  display: none;
}

@media screen and (max-width: 1400px) {
  #menu nav li a br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #menu .in {
    padding: 40px 30px;
  }
  #menu nav li:not(:last-child) {
    margin-bottom: 15px;
  }
  #menu nav li a {
    font-size: 1.5rem;
  }
  #menu nav li a::after {
    top: 8px;
  }
  #menu #sns li:not(:last-child) {
    margin-bottom: 15px;
  }
  #menu #sns li a img {
    width: 30px;
  }
  #menu #sns li a br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #menu {
    width: 100%;
    height: 100vh;
    padding-right: 0;
    background: #fff url(../img/bg_dotted.png) repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s, z-index 0.3s;
  }
  #menu.active {
    padding: 0;
    z-index: 19;
    opacity: 1;
  }
  #menu .in {
    max-width: 550px;
    height: 100vh;
    display: none;
    margin: 0 auto;
    overflow: auto;
  }
  #menu.active .in {
    display: block;
  }
  #menu .logo {
    width: 200px;
    display: block;
    margin-bottom: 40px;
  }
  #menu nav {
    margin-bottom: 50px;
  }
  #menu nav li a {
    font-size: 1.6rem;
  }
  #menu #sns {
    margin-bottom: 25px;
  }
  #menu #sns ul {
    display: flex;
    flex-wrap: wrap;
  }
  #menu #sns ul li:not(:last-child) {
    margin-right: 30px;
  }
  #menu #sns li a br {
    display: none;
  }
  #menu .app {
    text-align: center;
    display: flex;
  }
  #menu .app_period {
    color: #fff;
    line-height: 1.4;
    width: 100%;
    justify-content: center;
    padding: 2px 10px 4px 10px;
    margin: 0 auto 0 auto;
    background-color: #ff6a73;
    border-bottom: 1px solid #fff;
  }
  #menu .app_period dt {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
    padding-top: 2px;
    margin-right: 10px;
  }
  #menu .app_period dd {
    font-size: 2.2rem;
    letter-spacing: 0rem;
  }
  #menu .app_period dd span {
    font-size: 1.5rem;
    vertical-align: 2px;
  }
  #menu p.app_period {
    font-size: 1.6rem;
    padding: 5px 10px 6px 10px;
  }
  #menu p.app_period br {
    display: none;
  }
  #menu .app a {
    letter-spacing: 0;
    width: 50%;
    padding: 25px 20px 25px 20px;
    background: #d1d1d1 url(/opc_summer/img/icon_externallink_wh.svg) no-repeat right 15px bottom 15px;
    background-size: 14px auto;
    pointer-events: none;
  }
  #menu .app a:last-child {
    border-left: 1px solid #fff;
  }
  #menu .app .name {
    line-height: 1.5;
    max-width: 160px;
    margin: 0 auto 12px auto;
    background-color: #fff;
  }
  #menu .app .app_date {
    font-size: 2.3rem;
    line-height: 1;
  }
  #menu .app .app_date span {
    display: inline-block;
    vertical-align: middle;
  }
  #menu .app .app_date .num {
    font-size: 5rem;
    margin-right: 5px;
  }
  #menu .app .app_date .dayofweek {
    font-size: 2rem;
    text-align: center;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  #menu .link_detail {
    display: block;
  }
  #menu .app.after a {
    background-image: url(/opc_summer/img/icon_externallink_wh.svg);
    background-color: #ff6a73;
    transition: background 0.3s, opacity 0.3s;
    pointer-events: auto;
  }
  #menu .app.after a:hover {
    background-position: right 10px bottom 15px;
    opacity: 0.8;
  }
  #menu .app.after a:last-child {
    border-left: 1px solid #fff;
  }
  #menu .app.after .app_date {
    color: #fff;
  }
  #menu .app.after .app_date .dayofweek {
    color: #fff;
    background-color: #fe8d93;
  }
  #menu_btn {
    width: 89px;
    height: 89px;
    display: block;
    border-radius: 50%;
    background: url(/opc_summer/img/spmenu_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 20;
  }
  #menu_btn span {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.4s;
  }
  #menu_btn span.bdr {
    width: 43px;
    height: 2px;
    background-color: #fff;
  }
  #menu_btn span.bdr:nth-child(1) {
    top: 30px;
  }
  #menu_btn span.bdr:nth-child(2) {
    top: 40px;
  }
  #menu_btn.active span.bdr:nth-child(1) {
    transform-origin: left top;
    transform: rotate(14deg);
  }
  #menu_btn.active span.bdr:nth-child(2) {
    transform-origin: left bottom;
    transform: rotate(-14deg);
  }
  #menu_btn span.text {
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #menu_btn {
    width: 75px;
    height: 75px;
    top: 20px;
    right: 20px;
  }
  #menu_btn span.bdr {
    width: 38px;
  }
  #menu_btn span.bdr:nth-child(1) {
    top: 23px;
  }
  #menu_btn span.bdr:nth-child(2) {
    top: 33px;
  }
  #menu_btn.active span.bdr:nth-child(1) {
    transform: rotate(16deg);
  }
  #menu_btn.active span.bdr:nth-child(2) {
    transform: rotate(-16deg);
  }
  #menu_btn span.text {
    font-size: 1.5rem;
    bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  #menu .in {
    padding: 30px 30px 0;
  }
  #menu .logo {
    width: 60%;
    max-width: 200px;
  }
  #menu #sns li {
    width: 50%;
  }
  #menu #sns ul li:not(:last-child) {
    margin-right: 0;
  }
  #menu #sns li a br {
    display: block;
  }
  #menu .app,
  #menu .link_detail {
    width: calc(100% + 60px);
    margin-right: -60px;
    position: relative;
    left: -30px;
  }
  #menu .app_period {
    padding: 5px 10px 5px 10px;
  }
  #menu .app_period dt {
    font-size: 1.5rem;
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
  #menu .app_period dd {
    font-size: 2rem;
    line-height: 1.2;
  }
  #menu .app_period dd span {
    font-size: 1.4rem;
  }
  #menu p.app_period {
    font-size: 1.5rem;
  }
  #menu p.app_period br {
    display: block;
  }
  #menu .app a {
    padding: 25px 10px 30px 10px;
    background-position: right 10px bottom 10px;
  }
  #menu .app .name {
    margin: 0 auto 10px auto;
  }
  #menu .app .app_date {
    font-size: 1.9rem;
  }
  #menu .app .app_date .num {
    font-size: 4.2rem;
  }
  #menu .app .app_date .dayofweek {
    font-size: 1.8rem;
    width: 32px;
    height: 32px;
    padding-top: 6px;
  }
  #menu .app.after a:hover {
    background-position: right 5px bottom 10px;
  }
  #menu_btn {
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
  }
  #menu_btn span.bdr {
    width: 32px;
  }
  #menu_btn span.bdr:nth-child(1) {
    top: 18px;
  }
  #menu_btn span.bdr:nth-child(2) {
    top: 25px;
  }
  #menu_btn.active span.bdr:nth-child(1) {
    transform: rotate(13deg);
  }
  #menu_btn.active span.bdr:nth-child(2) {
    transform: rotate(-13deg);
  }
  #menu_btn span.text {
    font-size: 1.3rem;
    bottom: 8px;
  }
}
@media screen and (max-width: 360px) {
  #menu nav li a {
    font-size: 1.5rem;
  }
  #menu #sns li a img {
    width: 37px;
  }
  #menu #sns li a span {
    padding-left: 7px;
  }
  #menu .app_period dt {
    font-size: 1.4rem;
  }
  #menu .app_period dd {
    font-size: 1.9rem;
  }
  #menu .app_period dd span {
    font-size: 1.4rem;
  }
  #menu .app a {
    padding: 25px 10px 30px 10px;
    background-position: right 10px bottom 10px;
  }
  #menu .app .app_date {
    font-size: 1.7rem;
  }
  #menu .app .app_date .num {
    font-size: 3.8rem;
  }
  #menu .app .app_date .dayofweek {
    font-size: 1.6rem;
    width: 28px;
    height: 28px;
    padding-top: 5px;
  }
}
.page_in_pdg {
  padding: 0 35px;
}
@media screen and (max-width: 1280px) {
  .page_in_pdg {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_in_pdg {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .page_in_pdg {
    padding: 0 15px;
  }
}

.page_open_time {
  text-align: center;
}
.page_open_time .head_text {
  font-size: 1.5rem;
  background-color: #fff;
  padding: 0 5px 1px 7px;
  margin-right: 7px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_open_time .head_text {
    margin-bottom: 0;
  }
}
.page_open_time .text_italic {
  font-size: 1.6rem;
}
.page_open_time .text_notes {
  font-size: 1.4rem;
  transform: translateY(-2px);
}

.page_color_bg_title {
  padding: 60px 0 90px 0;
  background-repeat: repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .page_color_bg_title {
    padding-top: 110px;
    padding-bottom: 175px;
  }
}
.page_color_bg_title .eng {
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
}
.page_color_bg_title .title span {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  padding: 1px 5px;
  background-color: #fff;
}
.page_color_bg_title.blue {
  background-image: url(/opc_summer/img/color_bg_title_bl.jpg);
}
.page_color_bg_title.blue .title span {
  color: var(--key-color);
}
.page_color_bg_title.pp {
  background-image: url(/opc_summer/img/color_bg_title_pp.jpg);
}
.page_color_bg_title.pp .title span {
  color: #622f85;
}
.page_color_bg_title.pink {
  background-image: url(/opc_summer/img/color_bg_title_pink.jpg);
}
.page_color_bg_title.pink .title span {
  color: #ff6a73;
}

.parts_accordion {
  background-color: #fff;
  border: 1px solid #23c198;
  border-radius: 4px;
}
.parts_accordion .head {
  position: relative;
  padding: 15px 45px 15px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .head {
    font-size: 1.6rem;
    padding: 20px 52px 20px 25px;
  }
}
.parts_accordion .head .expand {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .head .expand {
    width: 24px;
    height: 24px;
  }
}
.parts_accordion .head .expand span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #23c198;
}
.parts_accordion .head .expand span:nth-of-type(2) {
  transform: rotate(-90deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .head .expand span {
    width: 24px;
  }
}
.parts_accordion .head .expand.active span:nth-of-type(2) {
  transform: rotate(0);
  transform-origin: center;
}
.parts_accordion .content_box {
  font-size: 1.4rem;
  display: none;
  padding: 0 15px 20px;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .content_box {
    font-size: 1.7rem;
    padding: 0 25px 20px;
  }
}
.parts_accordion .license_type_wrap {
  background-color: #f2f9f7;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .license_type_wrap {
    padding: 20px 25px;
  }
}
.parts_accordion .license_type_group {
  margin-bottom: 15px;
}
.parts_accordion .license_type_group:last-of-type {
  margin-bottom: 0;
}
.parts_accordion .license_type_group .text_catch {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .license_type_group .text_catch {
    font-size: 1.8rem;
  }
}
.parts_accordion .license_list li {
  position: relative;
  margin-bottom: 7px;
  font-size: 1.4rem;
  margin-left: 14px;
}
@media print, screen and (min-width: 920px) {
  .parts_accordion .license_list li {
    font-size: 1.5rem;
  }
}
.parts_accordion .license_list li::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #77d4bd;
  position: absolute;
  top: 10px;
  left: -14px;
  z-index: 1;
}
.parts_accordion .license_list li:last-of-type {
  margin-bottom: 0;
}

.slide-arrow {
  width: 30px;
  position: absolute;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .slide-arrow {
    width: 45px;
  }
}
.slide-arrow.prev-arrow {
  left: -25px;
}
.slide-arrow.next-arrow {
  right: -25px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border: 1px solid #ccbfb5;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.slick-dots button {
  display: none;
}

.page_cmn_app {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app {
    padding: 70px 35px;
  }
}
.page_cmn_app.bg1 {
  background-image: url(/opc_summer/img/cmn_app_bg1.jpg);
}
.page_cmn_app.bg2 {
  background-image: url(/opc_summer/img/cmn_app_bg2.jpg);
}

.page_cmn_app__lead {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__lead {
    margin-bottom: 40px;
  }
}
.page_cmn_app__lead span {
  line-height: 1.5;
  display: block;
}
.page_cmn_app__lead .bdr {
  padding: 0 30px;
  background-image: url(/opc_summer/img/cmn_app_border_left.png), url(/opc_summer/img/cmn_app_border_right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px auto;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__lead .bdr {
    padding: 0 60px;
    background-size: 40px auto;
  }
}
.page_cmn_app__lead .font_small {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__lead .font_small {
    font-size: 2rem;
  }
}
.page_cmn_app__lead .font_big {
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__lead .font_big {
    font-size: 3rem;
  }
}
.page_cmn_app__lead .font_big br {
  display: block;
}
@media print, screen and (min-width: 1280px) {
  .page_cmn_app__lead .font_big br {
    display: none;
  }
}

.page_cmn_app__app {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__app.spw50 a {
    width: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .page_cmn_app__app.spw50 a {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__app.spw50:last-child a {
    border-top: 0;
    border-left: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__app.app_fixed {
    display: none;
  }
}
.page_cmn_app__app.app_fixed .page_cmn_app__period {
  font-size: 1.3rem;
  padding: 0px 10px 0px 10px;
}
.page_cmn_app__app.app_fixed .page_cmn_app__period br {
  display: contents;
}
.page_cmn_app__app.app_fixed .page_cmn_app__box_wrap {
  flex-direction: row;
}
.page_cmn_app__app.app_fixed .page_cmn_app__box {
  gap: 5px;
}
.page_cmn_app__app.app_fixed .page_cmn_app__box .date {
  flex-wrap: wrap;
}
.page_cmn_app__app.app_fixed .page_cmn_app__box .date .num {
  font-size: 2.5rem;
}
.page_cmn_app__app.app_fixed .page_cmn_app__box .date .dayofweek {
  font-size: 1.4rem;
  width: 25px;
  height: 25px;
  padding-top: 5px;
}

.page_cmn_app__period {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  padding: 4px 10px 6px 10px;
  background: var(--point-color);
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__period {
    font-size: 1.8rem;
    padding: 6px 10px;
  }
}
.page_cmn_app__period br {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__period br {
    display: none;
  }
}
.page_cmn_app__period .title {
  font-size: 1.8rem;
  letter-spacing: 0.04rem;
  padding-top: 4px;
  margin-right: 10px;
}
.page_cmn_app__period .date {
  font-size: 2.2rem;
  letter-spacing: 0rem;
}
.page_cmn_app__period .date span {
  font-size: 1.5rem;
  vertical-align: 2px;
}
.page_cmn_app__period.header_only {
  display: none;
}
.header .page_cmn_app__period.header_only {
  display: flex;
}
#menu .page_cmn_app__period.header_only {
  display: flex;
}

.page_cmn_app__box_wrap {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .page_cmn_app__box_wrap {
    flex-direction: row;
  }
}

.page_cmn_app__box {
  text-align: center;
  letter-spacing: 0;
  padding: 20px 12px;
  background: var(--second-key-color) url(../img/icon_externallink_yl.svg) no-repeat right 10px bottom 10px;
  background-size: 14px auto;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .page_cmn_app__box {
    width: 50%;
    padding: 35px 20px;
  }
}
.page_cmn_app__box:last-child {
  border-top: 1px solid #dbd433;
}
@media print, screen and (min-width: 920px) {
  .page_cmn_app__box:last-child {
    border-left: 1px solid #dbd433;
    border-top: 0;
  }
}
.page_cmn_app__box .name {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__box .name {
    font-size: 1.8rem;
  }
}
.page_cmn_app__box .date {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__box .date {
    flex-wrap: wrap;
    font-size: 2.2rem;
  }
}
.page_cmn_app__box .date span {
  display: inline-block;
  vertical-align: middle;
}
.page_cmn_app__box .date .num {
  font-size: 4rem;
  text-shadow: 3px 0 0 #fff;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__box .date .num {
    font-size: 4.5rem;
  }
}
.page_cmn_app__box .date .dayofweek {
  font-size: 1.8rem;
  text-align: center;
  width: 32px;
  height: 32px;
  padding-top: 6px;
  margin: 0 5px 0 5px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--second-key-color), #fff 70%);
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__box .date .dayofweek {
    font-size: 2rem;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    margin: 0 3px 0 5px;
  }
}
.page_cmn_app__box:hover {
  background-color: #fff500;
}
.app_after .page_cmn_app__box {
  pointer-events: none;
  filter: grayscale(100%) contrast(90%);
  background-image: url(/opc_summer/img/icon_externallink_wh.svg);
}

.page_cmn_app__link {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 15px 10px;
}
.page_cmn_app__link span {
  color: var(--font-color);
  font-size: 1.6rem;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 26px;
  background: url(/opc_summer/img/icon_externallink_bl.svg) no-repeat right 5px center;
  background-size: 14px auto;
  transition: background 0.3s, opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .page_cmn_app__link span {
    font-size: 1.8rem;
    padding-right: 32px;
    background-size: 14px auto;
  }
}
.app_after .page_cmn_app__link {
  background-color: var(--second-key-color);
}
.app_after .page_cmn_app__link span {
  font-size: 2rem;
  background-size: 17px auto;
  padding-right: 35px;
}
.page_cmn_app__link.main_contents_only {
  display: none;
}
.main_contents .page_cmn_app__link.main_contents_only {
  display: flex;
}

.hold__bg_lbl {
  background: #f5f9ff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.hold__head_title {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 5.15625vw, 3.3rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 3px 10px 5px 10px;
  margin-bottom: 15px;
  background-color: var(--key-color);
}
@container (min-width: $width) {
  .hold__head_title {
    font-size: 3.5rem;
  }
}
.hold__head_title br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hold__head_title br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hold__head_title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hold__head_title br {
    display: block;
  }
}

.hold__day {
  display: flex;
  text-align: center;
  margin-bottom: 15px;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .hold__day {
    margin-bottom: 25px;
  }
}

.hold__day_box {
  width: 50%;
  padding: 10px;
  background-color: #fff;
}
.hold__day_box .box_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hold__day_box .box_left {
  line-height: 1;
  letter-spacing: 0;
  color: var(--key-color);
}
@media screen and (max-width: 1480px) {
  .hold__day_box .box_left {
    width: 100%;
    margin-bottom: 5px;
  }
}
.hold__day_box .box_left span {
  display: inline-block;
  vertical-align: bottom;
}
.hold__day_box .box_left .num {
  font-size: clamp(3.8rem, 7.8125vw, 5.5rem);
}
@container (min-width: 640px) {
  .hold__day_box .box_left .num {
    font-size: 6rem;
  }
}
.hold__day_box .box_left .dayofweek {
  color: var(--key-color);
  font-size: clamp(1.6rem, 2.8125vw, 1.9rem);
  text-align: center;
  width: clamp(2.6rem, 4.375vw, 2.9rem);
  height: clamp(2.6rem, 4.375vw, 2.9rem);
  padding-top: 5px;
  margin: 0 0 clamp(0.2rem, 0.78125vw, 0.6rem) 2px;
  border-radius: 50%;
  background-color: var(--key-color-light);
}
@container (min-width: 640px) {
  .hold__day_box .box_left .dayofweek {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1480px) {
  .hold__day_box .box_right {
    width: 100%;
    padding: 0;
  }
}
.hold__day_box .box_right p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1280px) {
  .hold__day_box .box_right p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .hold__day_box .box_right p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .hold__day_box .box_right p {
    font-size: 1.4rem;
  }
}
.hold__day_box .box_right p br {
  display: none;
}
@media screen and (max-width: 360px) {
  .hold__day_box .box_right p br {
    display: block;
  }
}
.hold__day_box .box_right .section {
  display: inline-block;
  min-width: 130px;
  font-weight: bold !important;
  line-height: 1.3;
  margin: 0 auto 5px auto;
  padding: 3px 5px;
  background-color: var(--key-color-light);
}
@media screen and (max-width: 600px) {
  .hold__day_box .box_right .section {
    max-width: 125px;
  }
}
@media screen and (max-width: 360px) {
  .hold__day_box .box_right .section {
    max-width: 120px;
  }
}

.hold__aim_for {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
  text-align: left;
  padding: 8px 6px 0;
  margin-top: 8px;
  border-top: 1px solid var(--border-gray);
}
@media print, screen and (min-width: 768px) {
  .hold__aim_for {
    font-size: 1.4rem;
  }
}
.hold__aim_for span {
  font-weight: bold;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .hold__aim_for span {
    margin-right: 8px;
  }
}
.hold__aim_for .txt_right {
  display: block;
  width: 100%;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  display: block;
  font-weight: 400;
}
.hold__aim_for .text_color {
  color: var(--key-color);
}
.hold__aim_for.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.hold__change {
  margin-top: 22px;
  padding: 20px 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .hold__change {
    padding: 20px 30px;
  }
}
.hold__change dt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .hold__change dt {
    font-size: 1.8rem;
  }
}
.hold__change dt span {
  display: inline-block;
  background-color: rgba(234, 78, 116, 0.31);
  padding: 0 8px;
}
.hold__change dd {
  padding-left: 8px;
}
.hold__change li {
  padding-left: 20px;
  position: relative;
  font-weight: normal;
}
.hold__change li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  background-color: var(--key-color);
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.hold__change .well_being_dept {
  margin-top: 20px;
}

.satisfaction {
  padding: 35px 0;
}
@media print, screen and (min-width: 768px) {
  .satisfaction {
    padding: 50px 0 50px;
  }
}

.satisfaction__sub_title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .satisfaction__sub_title {
    font-size: 2rem;
  }
}

.satisfaction__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .satisfaction__title {
    font-size: 3rem;
  }
}
.satisfaction__title span {
  font-size: 2.5rem;
  color: #9d67c3;
}
@media print, screen and (min-width: 768px) {
  .satisfaction__title span {
    font-size: 3.5rem;
  }
}

.point__bg_lbl {
  background-color: var(--key-color-light);
}

.point__idea {
  padding-top: 45px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .point__idea {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
.point__idea .text {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .point__idea .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .point__idea .text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .point__idea .text {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .point__idea .text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 360px) {
  .point__idea .text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 360px) {
  .point__idea .text br {
    display: none;
  }
}
.point__idea .list {
  display: flex;
  max-width: 560px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.point__idea .list li {
  width: 25.7%;
}
.point__idea .list li:nth-child(2) {
  width: 33.9%;
}
@media screen and (max-width: 600px) {
  .point__idea .list li {
    width: 29%;
  }
  .point__idea .list li:nth-child(2) {
    width: 37.2%;
  }
}

.point__osusume {
  padding-bottom: 70px;
}
@media print, screen and (min-width: 920px) {
  .point__osusume {
    padding-bottom: 100px;
  }
}

.point__osusume_lead {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .point__osusume_lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_lead {
    margin-bottom: 65px;
  }
}
.point__osusume_lead .text {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .point__osusume_lead .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_lead .text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 360px) {
  .point__osusume_lead .text {
    font-size: 1.5rem;
  }
}
.point__osusume_lead .title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.point__osusume_lead .title span {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 3px 10px 5px 10px;
  background-color: var(--key-color);
}
@media screen and (max-width: 1024px) {
  .point__osusume_lead .title span {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .point__osusume_lead .title span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_lead .title span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 360px) {
  .point__osusume_lead .title span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point__osusume_lead .title span br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_lead .title span br {
    display: block;
  }
}

.point__osusume_point {
  padding: 55px 0 40px 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point {
    padding: 50px 0 35px 0;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point {
    padding: 45px 0 30px 0;
  }
}
.point__osusume_point.point1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point.point1 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point.point1 {
    margin-bottom: 70px;
  }
}
.point__osusume_point.point2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point.point2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point.point2 {
    margin-bottom: 35px;
  }
}
.point__osusume_point .flag {
  width: 68px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .point__osusume_point .flag {
    width: 62px;
  }
}
@media screen and (max-width: 767px) {
  .point__osusume_point .flag {
    width: 58px;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point .flag {
    width: 54px;
  }
}
@media screen and (max-width: 360px) {
  .point__osusume_point .flag {
    width: 52px;
  }
}
.point__osusume_point .inner {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .point__osusume_point .inner {
    padding: 0 20px;
  }
}
.point__osusume_point .title {
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--key-color);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point .title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .point__osusume_point .title {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point .title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .point__osusume_point .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point__osusume_point .title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point .title br {
    display: block;
  }
}
.point__osusume_point .text {
  font-weight: normal;
  line-height: 2;
}
.point__osusume_point .loopslider {
  margin: 30px 0 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point .loopslider {
    margin: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point .loopslider {
    margin: 20px 0;
  }
}
.point__osusume_point .swiper-wrapper {
  transition-timing-function: linear;
}
.point__osusume_point .loopslider .swiper-slide {
  margin-right: 10px;
}
.point__osusume_point .internal_link {
  display: flex;
  justify-content: center;
}
.point__osusume_point .internal_link a {
  font-size: 1.8rem;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid var(--border-gray);
  background: url(/opc_summer/img/icon_internallink_blue.svg) no-repeat right top 9px;
  background-size: 10px auto;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .point__osusume_point .internal_link a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .point__osusume_point .internal_link a {
    font-size: 1.6rem;
  }
}
.point__osusume_point .internal_link a:hover {
  background-position: right top 14px;
}

.point__oklist {
  display: flex;
  max-width: 570px;
  justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .point__oklist {
    margin: 0 auto 65px auto;
  }
}
@media screen and (max-width: 1024px) {
  .point__oklist {
    margin: 0 auto;
  }
}
.point__oklist li {
  width: 28.2%;
}
@media screen and (max-width: 600px) {
  .point__oklist li {
    width: 31%;
  }
}

.point__privilege {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  padding: 40px 20px 35px;
  background: #fff;
}
@container (min-width: 640px) {
  .point__privilege {
    padding: 55px 30px 35px;
  }
}
.point__privilege .title {
  position: absolute;
  width: 200px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@container (min-width: 640px) {
  .point__privilege .title {
    width: 262px;
    top: -33px;
  }
}
.point__privilege .text_img {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
}
@container (min-width: 640px) {
  .point__privilege .text_img {
    flex-direction: row;
    gap: 20px;
  }
}
.point__privilege .text_img .text {
  text-align: center;
  font-size: 1.5rem;
}
.point__privilege .text_img .text em {
  font-style: normal;
}
.point__privilege .text_img .img {
  flex-shrink: 0;
  width: 143px;
  margin: 0 auto;
}
.point__privilege .text_img .notes {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
}

.voice {
  margin-bottom: 0;
  background-color: var(--key-color-light);
}
.voice .voice_slider {
  top: -115px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .voice .voice_slider {
    top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .voice .voice_slider {
    top: -85px;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slider {
    top: -70px;
  }
}
@media screen and (max-width: 600px) {
  .voice .voice_slider {
    top: -55px;
  }
}
@media screen and (max-width: 360px) {
  .voice .voice_slider {
    top: -40px;
  }
}
.voice .voice_slider .slick-track li {
  padding: 30px;
  margin: 0 10px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .voice .voice_slider .slick-track li {
    padding: 25px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slider .slick-track li {
    padding: 20px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .voice .voice_slider .slick-track li {
    padding: 15px;
  }
}
.voice .voice_slider li figure {
  margin-bottom: 25px;
}
.voice .voice_slider li figure img {
  margin-bottom: 8px;
}
.voice .voice_slider li figcaption {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.voice .voice_slider li h4 {
  margin-bottom: 15px;
  font-weight: 500;
}
.voice .voice_slider li h4 span {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 5px 10px;
  background-color: #54a7e2;
}
@media screen and (max-width: 1280px) {
  .voice .voice_slider li h4 span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .voice .voice_slider li h4 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slider li h4 span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .voice .voice_slider li h4 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .voice .voice_slider li h4 span {
    font-size: 1.5rem;
  }
}
.voice .voice_slider li p {
  line-height: 2;
  font-weight: normal;
}
.voice .voice_slider .slick-dots li:hover,
.voice .voice_slider .slick-dots .slick-active {
  border: 1px solid #54a7e2;
  background-color: #54a7e2;
}
.voice .slide-arrow.prev-arrow {
  left: 40px;
}
@media screen and (max-width: 1280px) {
  .voice .slide-arrow.prev-arrow {
    left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .voice .slide-arrow.prev-arrow {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice .slide-arrow.prev-arrow {
    left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice .slide-arrow.prev-arrow {
    left: 10px;
  }
}
.voice .slide-arrow.next-arrow {
  right: 40px;
}
@media screen and (max-width: 1280px) {
  .voice .slide-arrow.next-arrow {
    right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .voice .slide-arrow.next-arrow {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice .slide-arrow.next-arrow {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice .slide-arrow.next-arrow {
    right: 10px;
  }
}

.about {
  padding-bottom: 120px;
  background-color: #f6f6fd;
}
.about .about__section {
  padding: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .about .about__section {
    padding: 30px;
  }
}
.about .about__section:not(:first-child) {
  margin-top: 40px;
}
.about .about__section:first-child {
  margin-bottom: -55px;
  top: -55px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about .about__section:first-child {
    margin-bottom: -115px;
    top: -115px;
  }
}
.about .about__section .title_l {
  font-size: 2.7rem;
  font-weight: 500;
  color: #622f85;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .about .about__section .title_l {
    font-size: 3.5rem;
  }
}
.about .about__section .title_m {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 768px) {
  .about .about__section .title_m {
    font-size: 2rem;
  }
}
.about .about__section .text {
  line-height: 2;
  margin-bottom: 15px;
  font-weight: normal;
}
.about .about__section .text span.bg {
  background-color: #f6f6fd;
}
.about .about__section .text span.caps {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.about .about__section .tag li {
  font-size: 1.4rem;
  font-weight: normal;
  color: #595f70;
  line-height: 1.4;
}
.about .about__section .tag li:not(:last-child) {
  margin-right: 1em;
  margin-bottom: 5px;
}
.about .about_slider {
  margin-bottom: 25px;
}
.about .slick-dots li:hover,
.about .slick-dots .slick-active {
  border: 1px solid #622f85;
  background-color: #622f85;
}

.interview_bnr {
  padding: 50px 0 55px;
}
@media print, screen and (min-width: 920px) {
  .interview_bnr {
    padding: 100px 0 90px;
  }
}
.interview_bnr .interview_item_wrap {
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.interview_bnr .interview_item_wrap:hover {
  opacity: 0.8;
}
.interview_bnr .interview_item_wrap .img_text {
  display: inline-block;
  max-width: 410px;
  height: auto;
  margin-bottom: 30px;
}

.subject {
  padding-bottom: 120px;
  background-color: var(--key-color-light);
}
.subject .page_color_bg_title {
  padding-bottom: 60px;
}
.subject .font_notosans {
  line-height: 1.75;
}

.subject__choice {
  padding: 45px 0;
}
@media print, screen and (min-width: 920px) {
  .subject__choice {
    padding: 60px 0 70px;
  }
}
.subject__choice .subject_catch {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .subject__choice .subject_catch {
    font-size: 3rem;
  }
}
.subject__choice .subject_catch .text_l {
  font-size: 2.3rem;
  color: inherit;
  margin-right: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .subject__choice .subject_catch .text_l {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .subject__choice .box_wrap {
    display: flex;
    justify-content: center;
    column-gap: 15px;
  }
}
.subject__choice .box {
  width: 100% !important;
  padding: 15px 0 35px;
  margin-bottom: 20px;
  margin-left: 0 !important;
}
@media print, screen and (min-width: 920px) {
  .subject__choice .box {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.subject__choice .box_catch {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.subject__choice .box_catch span {
  color: #23c198;
  font-weight: bold;
  margin-right: 6px;
}
.subject__choice .box_under_item {
  padding: 0 30px;
}
@media print, screen and (min-width: 768px) {
  .subject__choice .box_under_item {
    padding: 0 25px;
  }
}
.subject__choice .box_under_item .subject_name {
  background-color: #f2f9f7;
  padding: 15px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .subject__choice .box_under_item .subject_name {
    padding: 15px 10px;
  }
}
.subject__choice .box_under_item .subject_name .name {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 980px) {
  .subject__choice .box_under_item .subject_name .name {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .subject__choice .box_under_item .subject_name .name {
    font-size: 2.3rem;
  }
}
.subject__choice .box_under_item .subject_name .add {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 980px) {
  .subject__choice .box_under_item .subject_name .add {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .subject__choice .box_under_item .subject_name .add {
    font-size: 1.8rem;
  }
}
.subject__choice .box_under_item .link_anchor li {
  position: relative;
}
.subject__choice .box_under_item .link_anchor li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subject__choice .box_under_item .link_anchor a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 10px;
  padding-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .subject__choice .box_under_item .link_anchor a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .subject__choice .box_under_item .link_anchor a {
    font-size: 1.8rem;
  }
}
.subject__choice .box_under_item .link_anchor a::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 1.2rem;
  color: #23c198;
  transform: translateY(0);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .subject__choice .box_under_item .link_anchor a::after {
    font-size: 1.4rem;
  }
}
.subject__choice .box_under_item .link_anchor a:hover::after {
  transform: translateY(3px);
}

.subject__content {
  letter-spacing: 0;
}
.subject__content:not(:last-child) {
  padding-bottom: 80px;
}
.subject__content .whitebox {
  padding: 20px 20px 40px;
  margin-bottom: -90px;
  background-color: #fff;
  position: relative;
  top: -65px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .subject__content .whitebox {
    margin-bottom: -110px;
    padding: 40px 30px;
    top: -90px;
  }
}
.subject__content .title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  gap: 3px 0;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .subject__content .title {
    font-size: 1.7rem;
  }
}
.subject__content .title span {
  font-size: 2.7rem;
  color: #54a7e2;
  display: inline-block;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .subject__content .title span {
    font-size: 3.5rem;
    margin-right: 20px;
  }
}
.subject__content .pickup_text {
  color: #ea4e74;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .subject__content .pickup_text {
    font-size: 1.3rem;
  }
}
.subject__content .keyword {
  margin-bottom: 20px;
}
.subject__content .keyword h5 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  padding: 1px 10px 2px 10px;
  margin-bottom: 20px;
  background-color: #54a7e2;
}
@media print, screen and (min-width: 768px) {
  .subject__content .keyword h5 {
    font-size: 2rem;
    padding: 0 15px;
  }
}
.subject__content .keyword dl {
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .subject__content .keyword dl {
    padding-left: 18px;
  }
}
.subject__content .keyword dt {
  font-size: 1.6rem;
  margin-bottom: 4px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .subject__content .keyword dt {
    font-size: 1.8rem;
  }
}
.subject__content .keyword dt::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #54a7e2;
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
}
.subject__content .keyword dt span {
  color: #ea4e74;
  display: block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .subject__content .keyword dt span {
    font-size: 1.3rem;
  }
}
.subject__content dd:not(:last-child) {
  margin-bottom: 12px;
}
.subject__content .tag li {
  color: #595f70;
  line-height: 1.4;
  font-weight: normal;
}
.subject__content .tag li:not(:last-child) {
  margin-right: 1em;
  margin-bottom: 5px;
}
.subject__content .subject_text_container {
  padding: 18px;
}
@media print, screen and (min-width: 920px) {
  .subject__content .subject_text_container {
    padding: 25px 30px 30px;
  }
}
.subject__content .parts_accordion {
  margin-top: 15px;
}
@media print, screen and (min-width: 920px) {
  .subject__content .parts_accordion {
    margin-top: 30px;
  }
}
.subject__content .subject_text_comment {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 920px) {
  .subject__content .subject_text_comment {
    margin-bottom: 40px;
  }
}
.subject__content .license {
  letter-spacing: 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f9ff;
}
@media print, screen and (min-width: 768px) {
  .subject__content .license {
    padding: 30px;
  }
}
.subject__content .license h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .subject__content .license h5 {
    font-size: 2rem;
  }
}
.subject__content .license ul li {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
}
.subject__content .license ul li:not(:last-child) {
  margin-bottom: 5px;
}
.subject__content .license ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #5fa7da;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.subject__content .license ul li .etc {
  font-size: 1.3rem;
  margin-left: 1em;
}

.pickup {
  padding: 75px 0 80px 0;
  background: url(/opc_summer/img/bg_pickup.jpg) repeat center center;
}
@media print, screen and (min-width: 768px) {
  .pickup {
    padding: 115px 0 120px 0;
  }
}
.pickup .whitebox {
  padding: 60px 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .pickup .whitebox {
    padding: 85px 25px;
  }
}
@media print, screen and (min-width: 1180px) {
  .pickup .whitebox {
    padding-inline: 35px;
  }
}
.pickup .eng {
  font-size: 5rem;
  line-height: 1;
  color: #4f577c;
  text-shadow: 4px 0px 0 #f6ee4e;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .pickup .eng {
    font-size: 7rem;
  }
}
.pickup .title {
  margin-bottom: 30px;
  color: #4f577c;
}
@media print, screen and (min-width: 768px) {
  .pickup .title {
    margin-bottom: 40px;
  }
}
.pickup .title span {
  color: #4f577c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  padding: 1px 10px;
  background-color: #f6ee4e;
}
@media print, screen and (min-width: 768px) {
  .pickup .title span {
    font-size: 2rem;
  }
}
.pickup .lead {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .pickup .lead {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}

.pickup__program:not(:last-child) {
  margin-bottom: 55px;
}
@media print, screen and (min-width: 768px) {
  .pickup__program:not(:last-child) {
    margin-bottom: 60px;
  }
}
.pickup__program .program_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pickup__program .program_head .txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_head .txt {
    gap: 8px 32px;
  }
}
.pickup__program .program_head h4 {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_head h4 {
    font-size: 3rem;
  }
}
.pickup__program .program_head h4 span {
  font-size: 2.5rem;
  margin-left: 10px;
}
.pickup__program .program_head .course {
  display: flex;
}
.pickup__program .program_head .course p {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 2px 5px 3px 5px;
  background-color: #4f577c;
}
.pickup__program .program_head .course p:not(:last-child) {
  margin-right: 8px;
}
.pickup__program .program_head .season {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_head .season {
    gap: 18px;
  }
}
.pickup__program .program_head .season .icon {
  flex-shrink: 0;
  width: 60px;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_head .season .icon {
    width: 81px;
  }
}
.pickup__program .program_cap {
  line-height: 2;
  margin-bottom: 20px;
}
.pickup__program .program_cap .font_s {
  font-size: 1.3rem;
}
.pickup__program .program_img {
  margin-bottom: 30px;
}
.pickup__program .program_checkpoint {
  padding: 20px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
@media print, screen and (min-width: 920px) {
  .pickup__program .program_checkpoint {
    padding: 20px 30px 30px;
  }
}
.pickup__program .program_checkpoint .text_head {
  font-size: 1.6rem;
  border-bottom: 2px dotted #cbd0d5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2rem;
}
@media print, screen and (min-width: 920px) {
  .pickup__program .program_checkpoint .text_head {
    font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.pickup__program .program_checkpoint .text_head span {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .pickup__program .program_checkpoint .text_head span {
    font-size: 1.4rem;
  }
}
.pickup__program .program_checkpoint dd .faculty {
  font-weight: bold;
  margin-bottom: 10px;
}
.pickup__program .program_checkpoint dd .faculty span {
  background-color: #f9c9d4;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_checkpoint dd .faculty {
    margin-bottom: 15px;
  }
}
.pickup__program .program_checkpoint dd + dd {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .pickup__program .program_checkpoint dd + dd {
    margin-top: 30px;
  }
}
.pickup__program .program_checkpoint dd li {
  position: relative;
  padding-left: 20px;
}
@media print, screen and (min-width: 920px) {
  .pickup__program .program_checkpoint dd li {
    padding-left: 25px;
  }
}
.pickup__program .program_checkpoint dd li:not(:last-child) {
  margin-bottom: 7px;
}
.pickup__program .program_checkpoint dd li:before {
  content: "";
  background: url(/opc_summer/img/icon_check.png) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-60%);
}
@media print, screen and (min-width: 920px) {
  .pickup__program .program_checkpoint dd li:before {
    width: 18px;
    height: 18px;
  }
}
.pickup__program .rate {
  letter-spacing: 0;
  margin-top: 30px;
}
.pickup__program .rate p:nth-child(1) {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.pickup__program .rate p:nth-child(1) br {
  display: none;
}
.pickup__program .rate p:nth-child(1) span {
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  margin-left: 8px;
  background-color: rgba(201, 83, 90, 0.3);
}
.pickup__program .rate p:nth-child(1) span span {
  font-size: 3rem;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.pickup__program .rate p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: normal;
}

.access {
  padding-bottom: 120px;
  background-color: #f6f6fd;
}
.access .page_color_bg_title {
  padding-bottom: 44px;
}
@media print, screen and (min-width: 768px) {
  .access .page_color_bg_title {
    padding-bottom: 56px;
  }
}

.access__content:not(:last-child) {
  margin-bottom: 80px;
}
.access__content .whitebox {
  padding: 30px 20px 50px 20px;
  margin-bottom: -110px;
  background-color: #fff;
  position: relative;
  top: -65px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .access__content .whitebox {
    padding: 40px 30px 50px 30px;
    top: -110px;
  }
}
.access__content h4 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #9d67c3;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .access__content h4 {
    font-size: 3.5rem;
  }
}
.access__content .how_to_access {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .access__content .how_to_access {
    margin-bottom: 45px;
  }
}
.access__content .how_to_access dt {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .access__content .how_to_access dt {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.access__content .how_to_access dd {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.access__content .how_to_access .bg_rd {
  background-color: rgba(234, 78, 116, 0.3);
}
.access__content .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .access__content .link {
    gap: 10px 24px;
  }
}
.access__content .link a {
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 12px 5px;
  border: 1px solid #cbd0d5;
  border-radius: 6px;
  background-color: #fff;
}
@container (min-width: 640px) {
  .access__content .link a {
    width: calc(50% - 12px);
  }
}
.access__content .link a span {
  display: inline-block;
  padding-right: 35px;
  background: url(/opc_summer/img/icon_externallink_black.svg) no-repeat right 5px center;
  background-size: 15px auto;
  transition: background 0.3s;
}
.access__content .link a:hover span {
  background-position: right 0 center;
}
.access__content .freebus {
  letter-spacing: 0;
  padding: 20px;
  margin-top: 45px;
  border-radius: 6px;
  background-color: #f6f6fd;
}
@media print, screen and (min-width: 768px) {
  .access__content .freebus {
    margin-top: 55px;
    padding: 40px 30px;
  }
}
.access__content .freebus h5 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .access__content .freebus h5 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
.access__content .freebus h5 span {
  font-size: 2rem;
  margin-left: 5px;
}
.access__content .freebus p {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .access__content .freebus p {
    margin-bottom: 40px;
  }
}
.access__content .freebus .link {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .access__content .freebus .link {
    margin-bottom: 55px;
  }
}

.panorama {
  padding: 70px 0 105px 0;
}
.panorama p {
  text-align: center;
  margin-bottom: 30px;
}
.panorama p span {
  font-size: 2rem;
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px 30px 10px;
  background: url(/opc_summer/img/panorama_border.png) no-repeat center bottom;
}
.panorama a {
  transition: opacity 0.3s;
}
.panorama a:hover {
  opacity: 0.8;
}

.main_contents {
  container-type: inline-size;
  width: 46.4%;
  margin-left: 33.8%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .main_contents {
    width: 52%;
    padding-right: 15px;
    margin-left: 48%;
  }
}
@media screen and (max-width: 767px) {
  .main_contents {
    width: 100%;
    padding: 0 10px 0 10px;
    margin-left: 0;
    box-shadow: none;
  }
}
.main_contents .engtitle {
  font-size: 0.8rem;
  text-align: center;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .main_contents .engtitle {
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 1.4rem;
  }
}
.main_contents .engtitle br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .main_contents .main_img {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .main_contents .main_img {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

footer {
  padding-top: 65px;
}
footer .logo {
  width: 49%;
  max-width: 343px;
  margin: 0 auto 65px auto;
}
footer #cp {
  text-align: center;
  line-height: 1.4;
  padding: 20px;
  border-top: 1px solid #cbd0d5;
}
footer #cp small {
  font-size: 1.3rem;
  color: #b5b9bc;
  display: block;
}

@media screen and (max-width: 1280px) {
  footer {
    padding-top: 61px;
  }
  footer .logo {
    margin: 0 auto 61px auto;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 57px;
  }
  footer .logo {
    margin: 0 auto 57px auto;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 53px;
  }
  footer .logo {
    margin: 0 auto 53px auto;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 49px;
  }
  footer .logo {
    margin: 0 auto 49px auto;
  }
  footer #cp small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  footer {
    padding-top: 45px;
  }
  footer .logo {
    margin: 0 auto 45px auto;
  }
}
#fixed_area {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 10;
  padding: 0 10px;
}
#fixed_area dl {
  align-items: center;
}
#fixed_area dt {
  width: auto;
  margin-right: 4px;
  font-size: 1.5rem;
}
#fixed_area dd {
  font-size: 1.3rem;
}
#fixed_area dd span {
  font-size: 1.5rem;
  vertical-align: baseline;
}
#fixed_area a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 10px 0 6px;
  align-items: center;
  background-size: 10px;
  background-position: bottom 4px right 4px;
  border-top: 0;
}
#fixed_area a .app_date {
  color: #fff;
}
#fixed_area a .app_date .num {
  font-size: 2.4rem;
  margin-right: 3px;
}
#fixed_area a .app_date .dayofweek {
  display: inline-block;
  font-size: 1rem;
  background-color: #fe8d93;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-2px);
}
#fixed_area a .name {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1;
  width: 90%;
  padding: 2px;
}
#fixed_area a + a {
  border-left: 1px solid #fff;
}

.btn_slider_container .btn_slider .slide_list_item {
  margin: 5px;
}
@media print, screen and (min-width: 768px) {
  .btn_slider_container .btn_slider .slide_list_item {
    margin: 10px;
  }
}
.btn_slider_container .btn_slider .slide-arrow {
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .btn_slider_container .btn_slider .slide-arrow {
    width: 45px;
    height: 45px;
  }
}
.btn_slider_container .btn_slider .slide-arrow.prev-arrow {
  left: 5px;
}
@media print, screen and (min-width: 768px) {
  .btn_slider_container .btn_slider .slide-arrow.prev-arrow {
    left: 15px;
  }
}
.btn_slider_container .btn_slider .slide-arrow.next-arrow {
  right: 5px;
}
@media print, screen and (min-width: 768px) {
  .btn_slider_container .btn_slider .slide-arrow.next-arrow {
    right: 15px;
  }
}
.btn_slider_container .btn_slider .slick-dots .slick-active {
  border: 1px solid #4f577c;
  background-color: #4f577c;
}
.btn_slider_container .btn_slider_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .btn_slider_container .btn_slider_nav_list {
    gap: 15px;
    margin: 30px 0;
  }
}
.btn_slider_container .btn_slider_nav_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 50px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .btn_slider_container .btn_slider_nav_item {
    width: calc(33.3333333333% - 10px);
    font-size: 1.6rem;
  }
}
.btn_slider_container .btn_slider_nav_item .text_small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1120px) {
  .btn_slider_container .btn_slider_nav_item .text_small {
    font-size: 1.4rem;
  }
}
.btn_slider_container .btn_slider_nav_item.active {
  border: 2px solid #d7adf5;
}
.btn_slider_container .btn_slider_nav_item:hover {
  border: 2px solid #d7adf5;
  background-color: #fcf8ff;
}