@charset "UTF-8";

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    /* IE11 にのみ適用される */
    font-family: "メイリオ ", Meiryo, sans-serif;
  }
}

.header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1420px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header__logo,
.header__btn {
  display: flex;
  align-items: center;
}
.header__title {
  letter-spacing: 0.1em;
}
.logo {
  width: 140px;
  margin-right: 20px;
  vertical-align: text-bottom;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
img {
  width: 100%;
}

.pc-on {
  display: inline-block;
}
.sp-on {
  display: none;
}

.header__entry,
.header__mypage {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #806600;
  line-height: 1.7;
  padding: 0 22px;
  display: block;
}
.header__mypage {
  margin-right: 10px;
  padding: 0 12px;
}
.main {
  padding-top: 60px;
}


#top .sec__inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
#top .slider {
  height: 440px;
  position: relative;
}
#top .slider li img {
  height: 440px;
  object-fit: cover;
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
}
#top .slider-bottom {
  margin: 10px 0 0 0;
}
#top .slider-bottom::after {
  content: "農林中央金庫 インターンシップ";
  position: absolute;
  bottom: 6%;
  left: 5%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  z-index: 2;
}
#top .slider-wrap {
  position: relative;
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
}
#top .h1,
#top .h2 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 567px;
  height: 42px;
  z-index: 2;
}
#top .h2 {
  top: 5%;
  width: 567px;
  height: 42px;
  z-index: 2;
}
#top .h1 img,
#top .h2 img {
  width: 100%;
}

#top .catch {
  margin-top: 114px;
}
#top .catch-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
#top .catch-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 44px;
}
#top .catch-end {
  color: red;
    font-weight: bold;
    margin: 30px auto;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 44px;
 }
#top .sec01 {
  margin: 194px 0 200px;
}
#top .sec02 {
  margin-top: 104px;
}
#top .h3 {
  text-align: center;
  margin-bottom: 86px;
}
#top .h3__img {
  height: 28px;
  margin: 0 auto;
  position: relative;
}
#top .h3__img::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #F6CE00;
  height: 4px;
  width: 92px;
}
#top .h3__img img {
  width: auto;
  height: 100%;
}
#top .h3__text {
  margin-top: 24px;
  display: inline-block;
}

#top .info-note {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #008D3A;
  text-align: center;
  margin-bottom: 10px;
}
#top .info {
  display: flex;
  flex-wrap: wrap;
}
#top .info .info__cat {
 font-size: 18px;
 font-weight: bold;
 letter-spacing: 0.2em; 
 line-height: 2;
 color: #008D3A;
 width: 27%;
 border-top: 2px solid #008D3A;
 padding: 10px 0 0 0;
}
#top .info .info__detail {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  width: 73%;
  border-top: 2px solid #C6C6C6;
  padding: 10px 0 0 0;
  margin-bottom: 94px;
}
#top .info .info__detail .info__detail__ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
#top .info .info__detail .info__detail__ttl:nth-of-type(2) {
  margin-top: 50px;
}
#top .info .info__detail .detail-list {
  margin: 30px 0 16px;
}
#top .info .info__detail .detail-list__item {
  margin-bottom: 32px;
  font-weight: bold;
}
#top .info .info__detail .detail-list__item .detail-list__item__title {
  position: relative;
  text-indent: 0em;
  padding-left: 1.4em;
}
#top .info .info__detail .detail-list__item .detail-list__item__title:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
#top .info .info__detail__strong {
  font-weight: bold;
  border-bottom: #008D3A 1px solid;
  line-height: 1.2;
  display: inline-block;
}
#top .info .info__detail__strong--sp {
  display: none;
}
#top .info .info__detail__strong--pc {
  display: inline-block;
}
#top .info .info__detail .note {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: 0em;
  padding-left: 1.2em;
}
#top .info .info__detail .note:first-child {
  margin-top: 18px;
}
#top .info .info__detail .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top .info .info__detail .tel{
  color: inherit;
}
#top .point-box {
  margin-left: 28px;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: flex;
  padding-top: 8px;
}
#top .point-box__text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 6px;
}
#top .point-box__tag {
  position: relative;
  display: inline-block;
  height: 16px;
  margin: 6px 10px 0 0;
  background: #F6CE00;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 4px;
  letter-spacing: 0.1em;
}
#top .point-box__tag::before {
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #F6CE00;
}
#top .more-box {
  margin: 0 auto 0;
  max-width: 860px;
  width: 100%;
}
#top .more-box .more-box__ttl {
  text-align: center;
}
#top .more-box .more-box__ttl img{
  width: 157px;
  display: inline-block;
}
#top .more-box .more-box__ttl .more-box__ttl__sub {
  font-size: 20px;
  color: #008D3A;
  display: block;
  margin-top: 8px;
}
#top .more {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#top .more .more__item {
  width: calc((100% / 3) - 20px);
}
#top .more .more__item img {
  width: 100%;
  transform: scale(1);
	transition: .3s ease-in-out;
}
#top .more .more__item a:hover img {
  transform: scale(1.2);
}
#top .more .more__item .mask{
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
#top .more .more__item .mask .mask__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
}
#top .more .more__item .more__item__text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #008D3A;
  text-align: center;
  margin-top: 10px;
}
#top .info .info__detail .pre-entry-btn {
  color: #fff;
  background: #806600;
  padding: 0 28px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-right: auto;
  width: fit-content;
}
#top .info .info__detail .pre-entry-btn .en {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
#top .info .info__detail .pre-entry-btn .ja {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 13px;
  letter-spacing: 0;
}
#top .info .info__detail .place-name-box li{
  margin-bottom: 8px;
}
#top .info .info__detail .place-box {
  display: flex;
  margin-top: 22px;
}
#top .info .info__detail .place-box .place-box__item {
  max-width: 312px;
  margin-right: 30px;
}
#top .info .info__detail .place-box .place-box__item img{
  width: 100%;
}
#top .info .info__detail .place-box .place-box__item__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}
#top .info .info__detail .place-box .place-box__item__text span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
 .more-title {
  margin: 142px auto 20px;
  width: 158px;
}
 .more-list {
  display: flex;
  justify-content: center;
  margin: 20px 0 66px;
}
 .more-list .more-list__item {
  max-width: 350px;
  width: 100%;
  margin: 0 20px;
}
 .more-list .more-list__item img {
  width: 100%;
  transform: scale(1);
	transition: .3s ease-in-out;
}
 .more-list .more-list__item a:hover img {
  transform: scale(1.2);
}
 .more-list .more-list__item .mask{
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
 .more-list .more-list__item .mask .mask__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
}
 .more-list .more-list__item .more-list__item__text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #008D3A;
  text-align: center;
  margin-top: 10px;
}

#top .p-program {
  margin: 0 0 112px;
  position: relative;
  padding: 70px 0 28px;
}
#top .p-program--2 {
  margin: 0 0 110px;
}
#top .p-program::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #f3f3ec;
  z-index: -1;
}
#top .c-program__ttl {
  height: 27.5px;
  text-align: center;
  margin-bottom: 56px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
#top .c-program__ttl img {
  height: 100%;
  width: auto;
}
#top .p-program__inner {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
#top .p-program__inner--max {
  max-width: 100%;
}
#top .c-program__subttl {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #008d3a;
  line-height: 1.2;
  letter-spacing: 0.18em;
  padding: 8px 4px;
  margin-bottom: 38px;
}
#top .c-program__subttl--2 {
  letter-spacing: 0;
}
#top .c-program__txt {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-bottom: 42px;
}
#top .txtBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
#top .txtBox p {
  padding-right: 40px;
}
#top .txtBox__img {
  max-width: 206px;
  width: 100%;
}
#top .txtBox__img img {
  vertical-align: bottom;
}
#top .p-programList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .p-programList--center {
  justify-content: center;
}
#top .p-programList > li {
  width: calc((100% / 2) - 50px);
  margin-bottom: 44px;
}
#top .p-programList > li:nth-child(3),
#top .p-programList > li:nth-child(4) {
  margin-bottom: 0;
}
#top .c-programList > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  align-items: flex-end;
}
#top .c-programList--small .c-programTag {
  width: 40%;
}
#top .c-programList .mb {
  margin-bottom: 68px;
}
#top .c-programTag {
  width: calc(28% - 40px);
  /* max-width: 196px; */
  max-width: 232px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #f6ce00;
  padding: 0 0 0 12px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 4px;
}
#top .c-programTag--big{
  width: 232px;
  flex-shrink: 0;
}
#top .c-programTag::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width:  0 40px 30px 0;
  border-color: transparent#f3f3ec transparent transparent;
  border-radius: 0 0 4px 0;
  z-index: 1;
}
#top .c-programBody {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 18px;
  letter-spacing: 0.08em;
  border-bottom: #c6c6c6 2px solid;
}
#top .c-programBody .c-programBody__note {
  font-size: 16px;
  font-weight: normal;
  margin-left: 26px;
}
#top .c-programBody .c-programBody__text,#top .c-overviewList__text {
  font-size: 16px;
  font-weight: normal;
  /* margin-left: 26px; */
}
#top .c-programBody--green {
  color: #008d3a;
}
#top .c-programBody .c-programBody__emphasis {
  font-size: 36px;
}

#top .c-overview{
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
#top .c-overview__title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#top .c-overview__text,#top .c-overviewList__text{
  text-align: center;
  display: block;
  font-size: 14px;
}
#top .c-overviewList{
  margin-bottom: 20px;
}
#top .c-overviewList:first-of-type{
  margin-top: 30px;
}
#top .c-overviewList__day{
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
}
#top .c-overviewList__detail{
  margin-top: 10px;
}




.footer {
  margin: 24px auto 30px;
  width: 1180px;
  max-width: 100%;
  position: relative;
}
.footer .footer-entry {
  display: block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background: #806600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.footer #to-top {
  position: absolute;
  top: 4px;
  right: -116px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.footer #to-top:hover {
  opacity: 0.7;
}
.footer .copy-right {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1450px) {
  .header__inner {
    padding: 0 30px;
  }
  .footer .footer-entry {
    width: 80%;
    margin: 0 auto;
  }
  .footer #to-top {
    right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .sec__inner {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 1180px) {
  #top .c-program__ttl {
    height: 24px;
  }
  #top .more .more__item .mask .mask__text {
    font-size: 18px;
  }
  .footer {
    padding: 0 3vw;
  }
  .footer .footer-entry {
    width: 80%;
    margin: 0 auto;
  }
  .footer #to-top {
    right: 3vw;
  }
}

@media screen and (max-width: 1100px) {
  #top .c-program__ttl {
    height: 20px;
  }
  #top .c-programTag {
    font-size: 16px;
    width: calc(33% - 40px);
    padding: 0 0 0 6px;
  }
  #top .c-programTag::before {
    border-width: 0 40px calc(16px * 1.5) 0 ;
  }
  #top .c-programList--small .c-programTag::before {
    border-width: 0 18px calc(16px * 1.5) 0;
  }
}

@media screen and (max-width: 767px) {
  .sp-on {
    display: inline-block;
  }
  .pc-on {
    display: none;
  }
  .header {
    width: 100%;
    height: auto;
  }
  .header__inner {
    width: auto;
    padding: 0;
    margin: 0 5px 0 10px;
  }
  .header__title {
    font-size: 3vw;
    letter-spacing: 0.15em;
  }
  .logo {
    width: 27vw;
    margin-right: 5vw;
  }
  .header__btn {
    display: block;
    margin: 2vw 0;
  }
  .header__entry,
  .header__mypage {
    font-size: 3vw;
    line-height: 2.2;
    padding: 0 16px;
    margin-right: 4px;
    text-align: center;
    width: 100%;
  }
  .header__mypage {
    margin-bottom: 1vw;
  }
  .main {
    padding-top: 40px;
  }

  #top .h1,
  #top .h2 {
    width: 90%;
    height: 42px;
    z-index: 2;
  }
  #top .h2 {
    width: 90%;
    height: 42px;
    z-index: 2;
  }
  #top .slider {
    height: calc((100vh - 60px) / 2);
    position: relative;
  }
  #top .slider li img {
    height: calc((100vh - 60px) / 2);
    width: 100%;
  }
  #top .slider-bottom {
    margin: 3vw 0 0 0;
  }
  #top .slider-wrap {
    position: relative;
  }
  #top .slider-bottom::after {
    font-size: 4vw;
  }
  #top .catch {
    margin-top: 18vw;
    padding: 0 3vw;
  }
  #top .catch-title {
    font-size: 5vw;
  }
  #top .catch-text {
    font-size: 3.5vw;
    margin-top: 8vw;
  }
  #top .sec01 {
    margin: 26vw 0;
  }
  #top .sec02 {
    margin-top: 18vw;
  }
  #top .h3 {
    text-align: center;
    margin-bottom: 14vw;
  }
  #top .h3__img {
    height: 6vw;
    margin: 0 auto;
    position: relative;
  }
  #top .h3__img::after {
    bottom: -3vw;
    left: 50%;
    height: 2px;
    width: 14vw;
  }
  #top .h3__img img {
    width: auto;
    height: 100%;
  }
  #top .h3__text {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
  #top .info-note {
    font-size: 4.5vw;
    margin-bottom: 0;
    text-align: left;
  }
  #top .info {
    margin-top: 8vw;
    display: block;
  }
  #top .info .info__cat {
   font-size: 4vw;
   width: 100%;
   padding: 2vw 0;
  }
  #top .info .info__detail {
    font-size: 3.5vw;
    line-height: 1.75;
    width: 100%;
    padding: 4vw 0;
    margin-bottom: 12vw;
  }
  #top .info .info__detail .info__detail__ttl {
    font-weight: bold;
  }
  #top .info .info__detail .info__detail__ttl:nth-of-type(2) {
    margin-top: 8vw;
  }
  #top .info .info__detail .detail-list {
    margin: 5vw 0 0 0;
  }
  #top .info .info__detail .detail-list__item {
    margin-bottom: 8vw;
    font-size: 3.5vw;
    font-weight: bold;
  }
  #top .info .info__detail .note {
    font-size: 3vw;
  }
  #top .info .info__detail .note:first-child {
    margin-top: 3vw;
  }
  #top .point-box {
    margin: 1vw 0 0 5vw;
    line-height: 1.75;
    font-size: 3.5vw;
    font-weight: normal;
    display: block;
    padding: 0;
  }
  #top .point-box__text {
    font-size: 3.5vw;
    margin: 0;
  }
  #top .point-box__tag {
    font-size: 3vw;
    height: 4vw;
    margin-top: 0;
  }
  #top .point-box__tag::before {
    right: -1.9vw;
    border-width: 2vw 0 2vw 2vw;
  }
  #top .more-box {
    margin-top: 20vw;
  }
  #top .more-box .more-box__ttl img{
    width: 40vw;
    margin-right: 2vw;
  }
  #top .more-box .more-box__ttl .more-box__ttl__sub {
    font-size: 3.5vw;
  }
  #top .more {
    margin-top: 4vw;
    display: block;
  }
  #top .more .more__item {
    width: 100%;
    margin-bottom: 5vw;
  }
  #top .more .more__item img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
  }
  #top .more .more__item a:hover img {
    transform: scale(1);
  }
  #top .more .more__item .mask{
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  #top .more .more__item .mask .mask__text {
    font-size: 7vw;
  }
  #top .more .more__item .more__item__text {
    font-size: 3.5vw;
  }
  #top .info .info__detail .pre-entry-btn {
    padding: 0 3vw;
    margin-top: 5vw;
    line-height: 2;
  }
  #top .info .info__detail .pre-entry-btn .en {
    font-size: 5vw;
  }
  #top .info .info__detail .pre-entry-btn .ja {
    font-size: 3.5vw;
    font-weight: normal;
    margin-left: 2vw;
  }
  #top .info .info__detail .place-name-box li {
    margin-bottom: 2vw;
  }
  #top .info .info__detail .place-box {
    margin-top: 5vw;
    display: block;
  }
  #top .info .info__detail .place-box .place-box__item {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 5vw;
  }
  #top .info .info__detail .place-box .place-box__item img{
    width: 100%;
  }
  #top .info .info__detail .place-box .place-box__item__text {
    font-size: 4vw;
  }
  #top .info .info__detail .place-box .place-box__item__text span {
    font-size: 3.5vw;
  }
  #top .info .info__detail__strong {
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #top .info .info__detail__strong--sp {
    display: inline-block;
  }
  #top .info .info__detail__strong--pc {
    display: none;
  }

  .more-title {
    margin: 18vw auto 6vw;
    width: 32vw;
  }
  .more-list {
    justify-content: space-between;
    margin: 3vw 0 6vw;
  }
  .more-list .more-list__item {
    max-width: 100%;
    margin: 0 0 8vw;
    width: 48%;
  }
  .more-list .more-list__item a:hover img {
    transform: scale(1);
  }
  .more-list .more-list__item .mask .mask__text {
    font-size: 5vw;
  }
  .more-list .more-list__item .more-list__item__text {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  #top .p-program {
    margin: 0 0 16vw;
    padding: 10vw 0;
  }
  #top .p-program--2 {
    padding-bottom: 14vw;
  }
  #top .p-program::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #f3f3ec;
    z-index: -1;
  }
  #top .c-program__ttl {
    margin-bottom: 3vw;
    height: 3.5vw;
  }
  #top .c-program__ttl--2 {
    height: 9vw;
    top: -7vw;
  }
  #top .p-program__inner {
    margin: 0 auto;
  }
  #top .c-program__subttl {
    font-size: 4.5vw;
    margin-bottom: 4vw;
    line-height: 1.2;
    padding: 2vw 1vw;
  }
  #top .c-program__txt {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  #top .txtBox {
    display: block;
  }
  #top .txtBox p {
    padding-right: 0;
  }
  #top .txtBox__img {
    max-width: 120px;
    width: 100%;
    margin: 20px auto 40px;
  }
  #top .p-programList {
    display: block;
  }
  #top .p-programList > li {
    width: 100%;
    margin-bottom: 14vw;
  }
  #top .c-programList .mb {
    margin-bottom: 20px;
  }
  #top .p-programList > li:nth-child(3) {
    margin-bottom: 14vw;
  }
  #top .c-programList > li {
    margin-bottom: 4vw;
    align-items: flex-end;
  }
  #top .c-programTag,
  #top .c-programList--small .c-programTag {
    width: 33%;
    margin-right: 1vw;
    font-size: 3.5vw;
    padding: 0 0 0 3vw;
  }
  #top .c-programTag::before {
    border-width: 0 6vw calc(3.5vw * 1.5) 0;
  }
  #top .c-programTag--es {
    line-height: 1.2;
    padding: 1vw 0 1vw 3vw;
  }
  #top .c-programTag--es::before {
    border-width: 0 6vw calc(((4vw * 1.2) * 2) + 1.5vw) 0;
  }
  #top .c-programTag--big{
    flex-shrink: inherit;
    width: 40%;
  }
  #top .c-programTag--sheet{
    font-size: 2.5vw;
    padding-left: 1vw;
    height: 6vw;
    line-height: 2.5;
  }
  #top .c-programBody {
    font-size: 3.5vw;
    width: 100%;
  }
  #top .c-programBody .c-programBody__note {
    font-size: 3vw;
    margin-left: 0;
  }
  #top .c-programBody .c-programBody__emphasis {
    font-size: 4.5vw;
  }
  #top .c-overview{
    padding: 5vw 2vw;
    margin-bottom: 5vw;
  }
  #top .c-overview__title{
    font-size: 4.5vw;
  }
  #top .c-programBody .c-programBody__text,#top .c-overview__text{
    font-size: 3vw;
  }
  #top .c-overviewList__text{
    font-size: 3vw;
    text-align: left;
  }
  #top .c-overviewList{
    margin-bottom: 2vw;
  }
  #top .c-overviewList:first-of-type{
    margin-top: 3vw;
  }
  #top .c-overviewList__day{
    font-size: 3.5vw;
    padding: 1vw 1.5vw;
  }
  #top .c-overviewList__detail{
    font-size: 3.5vw;
    margin-top: 1vw;
  }

  .footer #to-top {
    top: -50px;
  }
  .footer {
    margin: 12vw auto 5vw;
    width: 100%;
    max-width: 100%;
  }
  #top .footer .footer-entry {
    width: 60%;
    margin: 0 auto;
    font-size: 6vw;
  }
  .footer #to-top {
    right: 3vw;
    width: 10vw;
    height: 10vw;
  }
  .footer #to-top:hover {
    opacity: 0.7;
  }
  .footer .copy-right {
    font-size: 2vw;
    margin-top: 10vw;
  }
  
}