@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*	共通部分
-------------------------------	*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
h2.heading img {
  width: 100%;
  max-width: 450px;
}

.small {
  font-size: 1.2rem;
}

.sp {
  display: none;
}
@media screen and (min-width: 500px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 500px) {
  .pc {
    display: none;
  }
}
.btn {
  display: block;
  margin: 2rem auto 0;
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none !important;
}
@media screen and (min-width: 767px) {
  .btn {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

#global {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.wrap {
  margin: 0 auto;
  padding: 3rem 6%;
  width: 100%;
  max-width: 767px;
}

/*	HEADER
-------------------------------	*/
header {
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 280px;
}
@media screen and (min-width: 767px) {
  header {
    height: 700px;
  }
}
header h1 {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 767px) {
  header h1 {
    max-width: 920px;
  }
}
header h1 img {
  width: 100%;
}
header .catch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 767px) {
  header .catch {
    max-width: 500px;
  }
}
header ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
header ul li {
  width: 33.33%;
}
header ul li a {
  display: block;
  margin-top: -10px;
  margin-left: -10px;
  padding: 10px 0;
  height: 60px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s;
}
/*	FOOTER
-------------------------------	*/
footer {
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
}
footer h3 {
  font-size: 2.6rem;
}
footer .tel {
  margin: 2rem 0;
  font-size: 2.5rem;
}
footer .tel span {
  display: block;
  font-size: 1.4rem;
}

.sns {
  display: flex;
  justify-content: center;
  list-style: none;
}
.sns li {
  padding: 1rem;
}
.sns li img {
  width: 50px;
}

#nairiku .btn,
#shonai .btn,
#area_nairiku__content .btn,
#area_shonai__content .btn,
#enrty_nairiku .btn,
#enrty_shonai .btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
#nairiku .btn:hover,
#shonai .btn:hover,
#area_nairiku__content .btn:hover,
#area_shonai__content .btn:hover,
#enrty_nairiku .btn:hover,
#enrty_shonai .btn:hover {
  color: #ffffff;
}

#nairiku .btn,
#enrty_nairiku .btn {
  padding: 1rem 0;
  background: url(../images/btn_entry-1.svg) no-repeat #ffffff 50% 50%;
}

#shonai .btn,
#enrty_shonai .btn {
  padding: 1rem 0;
  background: url(../images/btn_entry-2.svg) no-repeat #ffffff 50% 50%;
}

#nairiku .btn,
#shonai .btn,
#enrty_nairiku .btn,
#enrty_shonai .btn {
  background-size: 150px;
  text-indent: -999999px;
}
#nairiku .btn:hover,
#shonai .btn:hover,
#enrty_nairiku .btn:hover,
#enrty_shonai .btn:hover {
  background: url(../images/btn_entry-3.svg) no-repeat #ffffff 50% 50%;
  background-size: 150px;
}

@media screen and (min-width: 767px) {
  #nairiku,
  #shonai {
    background-color: transparent !important;
    width: 100%;
    max-width: 460px;
  }
}

#nairiku,
#area_nairiku__content,
#enrty_nairiku {
  background-color: #007af9;
}
#nairiku .btn,
#area_nairiku__content .btn,
#enrty_nairiku .btn {
  color: #007af9;
}
#nairiku .btn:hover,
#area_nairiku__content .btn:hover,
#enrty_nairiku .btn:hover {
  background-color: #007af9;
}

#shonai,
#area_shonai__content,
#enrty_shonai {
  background-color: #e61916;
}
#shonai .btn,
#area_shonai__content .btn,
#enrty_shonai .btn {
  color: #e61916;
}
#shonai .btn:hover,
#area_shonai__content .btn:hover,
#enrty_shonai .btn:hover {
  background-color: #e61916;
}

#area_nairiku__content .companies__box_info .btn {
  margin: 0;
  color: #ffffff;
  background-color: #007af9;
}
#area_nairiku__content .companies__box_info .btn:hover {
  background-color: #8da3d3;
}

#area_shonai__content .companies__box_info .btn {
  margin: 0;
  color: #ffffff;
  background-color: #e61916;
}
#area_shonai__content .companies__box_info .btn:hover {
  background-color: #f4a585;
}

@media screen and (min-width: 767px) {
  #mainVisual {
    background: linear-gradient(90deg, #007af9 0%, #007af9 50%, #e61916 50%, #e61916 100%);
  }
}

@media screen and (min-width: 767px) {
  .top__entry {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .top__entry_info {
    display: flex;
  }
}
.top__entry_box {
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .top__entry_box {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.top__entry_box h2 {
  padding: 1rem 1rem;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #ffffff;
  font-size: 2.8rem;
}
@media screen and (min-width: 767px) {
  .top__entry_box h2 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
    padding: 2rem 1rem;
    border-width: 0 2px 0 2px;
    writing-mode: vertical-rl;
  }
}
.top__entry_date {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top__entry_date {
    font-size: 4.2rem;
    text-align: left;
  }
}
.top__entry_date span {
  font-size: 3.6rem;
}
@media screen and (min-width: 767px) {
  .top__entry_date span {
    font-size: 2.8rem;
  }
}
.top__entry_date .era-name {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
.top__entry_date p {
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .top__entry_date p {
    margin-bottom: 0.1rem;
    font-size: 1.6rem;
  }
}

#intro .intro__block {
  padding: 8rem 0 2rem;
  background-image: url(../images/intro_bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 880px;
}
@media screen and (min-width: 767px) {
  #intro .intro__block {
    margin: 8rem 0 -8rem;
    padding: 11rem 0;
  }
}
#intro .youtube {
  margin-bottom: 8rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 10px solid #ccc;
}
#intro .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#info {
  background-color: #ebeff2;
}
#info h2 {
  color: #007af9;
}
#info ul.info__area {
  list-style: none;
}
#info ul.info__area li {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 15px;
}
#info ul.info__area li .date {
  display: block;
}
@media screen and (min-width: 767px) {
  #info ul.info__area li .date {
    display: inline-block;
  }
}
#info ul.info__area li .area1,
#info ul.info__area li .area2 {
  margin: 0 1rem;
  padding: 0.1rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
}
#info ul.info__area li .area1 {
  background-color: #007af9;
  color: #ffffff;
}
#info ul.info__area li .area2 {
  background-color: #e61916;
  color: #ffffff;
}

#sched .tabs + h2 {
  margin-top: 6rem;
}
#sched .tabs {
  margin-top: 4rem;
}
#sched .tabs .tabs__item {
  height: 9rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
#sched .tabs.tabs--type02 .tabs__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sched .tabs.tabs--type02 .tabs__item {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 50%;
  border-radius: 15px 15px 0 0;
  max-width: 320px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
}
#sched .tabs.tabs--type02 .tabs__item span {
  font-size: 2rem;
}
#sched .tabs.tabs--type02 input {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
#sched .tabs.tabs--type02 .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
  color: #ffffff;
}
#sched .tabs.tabs--type02 .tabs__list:has(#area_nairiku > input:checked) ~ #area_nairiku__content,
#sched .tabs.tabs--type02 .tabs__list:has(#area_shonai > input:checked) ~ #area_shonai__content {
  overflow: visible;
  position: static;
  height: auto;
}
#sched .tabs.tabs--type02 #area_nairiku__content,
#sched .tabs.tabs--type02 #area_nairiku.tabs__item,
#sched .tabs.tabs--type02 #area_nairiku.tabs__item:hover,
#sched .tabs.tabs--type02 #area_nairiku.tabs__item:has(input:focus),
#sched .tabs.tabs--type02 #area_nairiku.tabs__item:has(input:checked),
#sched .tabs.tabs--type02 #area_nairiku.tabs__item:has(input:focus:checked) {
  background-color: #007af9;
  color: #ffffff;
}
#sched .tabs.tabs--type02 #area_shonai__content,
#sched .tabs.tabs--type02 #area_shonai.tabs__item,
#sched .tabs.tabs--type02 #area_shonai.tabs__item:hover,
#sched .tabs.tabs--type02 #area_shonai.tabs__item:has(input:focus),
#sched .tabs.tabs--type02 #area_shonai.tabs__item:has(input:checked),
#sched .tabs.tabs--type02 #area_shonai.tabs__item:has(input:focus:checked) {
  background-color: #e61916;
  color: #ffffff;
}

.program ul {
  list-style: none;
}
.program ul li {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 15px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .program ul li {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.program ul li ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.program ul li ul li:last-child {
  border-bottom: none;
}
.program ul li ul li span {
  font-size: 1.6rem;
}
.program ul p {
  font-size: 1.6rem;
}
.program .date {
  display: block;
}
@media screen and (min-width: 767px) {
  .program .date {
    display: inline-block;
  }
}
@media screen and (min-width: 767px) {
  .program .program__block {
    display: flex;
    justify-content: space-between;
  }
}
.program .program_content,
.program .program__box {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .program .program_content,
  .program .program__box {
    padding: 0 2rem;
  }
  .program .program_content:first-child,
  .program .program__box:first-child {
    border-right: 1px solid #ebeff2;
  }
}
.program .program_content h3,
.program .program__box h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.program .program_content p,
.program .program__box p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .program .program__box {
    width: 50%;
  }
}

#area_nairiku__content .companies {
  background-color: #8da3d3;
}
#area_nairiku__content .program {
  color: #007af9;
}
#area_nairiku__content .program h3 {
  background-color: #ebeff2;
  border: 1px solid #007af9;
}

#area_shonai__content .companies {
  background-color: #f4a585;
  color: #007af9;
}
#area_shonai__content .program {
  color: #e61916;
}
#area_shonai__content .program .program_content h3,
#area_shonai__content .program .program__box h3 {
  background-color: #ffdacb;
  border: 1px solid #e61916;
}

.companies__block {
  margin-bottom: 1rem;
  padding: 2rem;
  color: #000000;
  background-color: #ffffff;
  border-radius: 15px;
}
@media screen and (min-width: 767px) {
  .companies__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}
.companies__box_desc {
  font-size: 1.2rem;
}
.companies__box_desc h3 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .companies__box_desc {
    width: 60%;
  }
}
.companies__box_info {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem !important;
  line-height: 1.5;
  margin: 1rem 0 0 0 !important;
  max-width: 100% !important;
}
.companies__box_info dt,
.companies__box_info dd {
  padding: 0 !important;
}
.companies__box_info dt {
  font-weight: bold;
}
.companies__box_info dd {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .companies__box_info {
    width: 30% !important;
  }
}

/* DT設定*/
.top__entry_date dl,
#area_nairiku__content dl,
#area_shonai__content dl {
  display: flex;
}

#area_nairiku__content dl,
#area_shonai__content dl {
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 500px) {
  #area_nairiku__content dl,
  #area_shonai__content dl {
    font-size: 2rem;
    max-width: 515px;
  }
}
#area_nairiku__content dl dt,
#area_nairiku__content dl dd,
#area_shonai__content dl dt,
#area_shonai__content dl dd {
  padding: 1rem;
}
#area_nairiku__content dl dt,
#area_shonai__content dl dt {
  width: 95px;
}
@media screen and (min-width: 500px) {
  #area_nairiku__content dl dt,
  #area_shonai__content dl dt {
    width: 105px;
  }
}

#entry {
  font-size: 2rem;
}
#entry p {
  text-align: center;
}
#entry .entry__block {
  margin-top: 3rem;
}
@media screen and (min-width: 500px) {
  #entry .entry__block {
    display: flex;
  }
}
#entry #enrty_nairiku,
#entry #enrty_shonai {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #entry #enrty_nairiku,
  #entry #enrty_shonai {
    width: 50%;
  }
}
#entry #enrty_nairiku .top__entry_date,
#entry #enrty_shonai .top__entry_date {
  text-align: center;
}
#entry #enrty_nairiku .top__entry_date span,
#entry #enrty_shonai .top__entry_date span {
  font-size: 2.4rem;
}

.line {
  margin-top: 3rem;
  background-color: #eaf3d5;
  border-radius: 30px;
}
.line h3 {
  color: #009944;
  font-size: 3rem;
  font-weight: bold;
}
.line p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.line__block {
  padding: 2rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .line__block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .line__box:first-child {
    width: 60%;
  }
  .line__box:first-child h3,
  .line__box:first-child p {
    margin-bottom: 0;
    text-align: left !important;
  }
  .line__box:first-child img {
    width: 100%;
    max-width: 200px;
  }
  .line__box:last-child {
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */