@charset "UTF-8";
/* リセット
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* html table {
  border-collapse: collapse;
}

*:first-child + html table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td,
img {
  border: 0;
}

input {
  vertical-align: middle;
  outline: none;
}

q:before,
q:after {
  content: "";
}

ul {
  list-style: none;
}

hr,
legend,
caption {
  display: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

.orgConts * {
  box-sizing: border-box;
  color: #000;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  min-width: 1364px;
}

.header {
  min-width: 1364px;
}

header .header_inner {
  height: 100px;
}

.top .contents {
  width: 100%;
  padding: 0;
}

.layout {
  margin: 0 auto;
  position: relative;
}

/*-orgMainContsInner*/
#orgMainConts {
  text-align: center;
}
#orgMainConts p {
  line-height: 0;
}

.layout {
  margin-top: 180px;
}

.btn-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 612px;
  min-height: 139px;
  background-image: url("../images/top2025/bg_btn.png");
  background-size: cover;
  font-weight: bold;
  color: #fff;
  font-size: 5.8rem;
  text-align: center;
  filter: drop-shadow(0 8px 5px rgba(0, 86, 167, 0.25));
}
.btn-entry:hover {
  text-decoration: none;
}

.layout-top {
  padding-top: 45px;
  padding-bottom: 21px;
  background-image: url("../images/top2025/bg_light_blue.png");
  background-size: 130px 130px;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.layout-top .btn-entry {
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.layout h1 {
  max-width: 1306px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}

.layout h1 img {
  width: 100%;
  height: auto;
}

.layout-top-line {
  background-color: #0056a7;
  text-align: center;
  padding: 20px 10px;
}
.layout-top-line img {
  max-width: 1048px;
  height: auto;
}

#orgTopConts {
  position: relative;
}

.leftConts {
  left: 0;
  position: absolute;
  top: 0;
  max-width: 490px;
  z-index: 10;
}

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

.contents01 {
  background-image: url("../images/top2025/bg_blue.png");
  background-size: 65px 59px;
  background-repeat: repeat;
  background-position: top center;
  padding: 43px 0 30px;
}
.contents01_top {
  max-width: 1043px;
  margin: 0 auto;
}
.contents01_top img {
  width: 100%;
  height: auto;
}
.contents01_bottom {
  max-width: 1079px;
  margin: 22px auto 0;
}
.contents01_bottom img {
  width: 100%;
  height: auto;
}
.contents01_btn {
  margin: 22px auto 0;
}
.contents01_btn a {
  display: flex;
  margin: 0 auto;
}
.contents01_btn_note {
  max-width: 345px;
  margin: 10px auto 0;
}
.contents01_btn_note img {
  width: 100%;
  height: auto;
}

.contents02 {
  border-top: 8px solid #fff;
  background-image: url("../images/top2025/bg_light_green.png");
  background-repeat: repeat;
  background-size: 160px 160px;
  background-position: center;
  padding: 50px 0 57px;
}
.contents02_item {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 35px;
}
.contents02_item img {
  width: 100%;
  height: auto;
}

.contents03 {
  border-top: 8px solid #fff;
  padding: 45px 0;
  background-image: url("../images/top2025/bg_light_blue.png");
  background-size: 180px 180px;
  background-repeat: repeat;
  background-position: center;
}
.contents03_item {
  max-width: 1051px;
  margin: 0 auto;
  position: relative;
}
.contents03_item img {
  width: 100%;
  height: auto;
}
.contents03_btn {
  width: 882px;
  min-height: 140px;
  padding-right: 70px;
  background-image: url("../images/top2025/bg_btn_pink.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.contents03_btn:hover {
  text-decoration: none;
}

.contents04 {
  padding: 33px 0 40px;
  background-color: #a5e2f8;
}
.contents04_item {
  max-width: 1035px;
  margin: 0 auto;
}
.contents04_item img {
  width: 100%;
  height: auto;
}
.contents04_text {
  margin: 30px auto 0;
  max-width: 720px;
}
.contents04_text img {
  width: 100%;
  height: auto;
}
.contents04_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px auto 0;
  background-image: url("../images/top2025/bg_btn_green.png");
  background-size: cover;
  width: 612px;
  min-height: 139px;
  filter: drop-shadow(0 8px 5px rgba(0, 86, 167, 0.25));
  color: #fff;
  font-size: 5.8rem;
  font-weight: bold;
}
.contents04_btn:hover {
  text-decoration: none;
}

.bg-yellow {
  background-color: #fff100;
  padding: 22px 0 15px;
}
.bg-yellow_text {
  max-width: 1032px;
  margin: 0 auto;
}
.bg-yellow_text img {
  width: 100%;
  height: auto;
}

.bg-pink {
  background-color: #ff005c;
  padding: 35px 0 35px;
}
.bg-pink_inner {
  padding: 0 20px;
  max-width: 1272px;
  margin: 0 auto;
  position: relative;
}
.bg-pink_text {
  max-width: 1020px;
  margin: 0 auto;
}
.bg-pink_text img {
  width: 100%;
  height: auto;
}
.bg-pink_btn {
  display: block;
  max-width: 596px;
  margin: 15px auto 0;
  filter: drop-shadow(0px 0px 2.4px rgba(0, 0, 0, 0.5));
}
.bg-pink_btn img {
  width: 100%;
  height: auto;
}
.bg-pink_logo {
  width: 114px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bg-pink_logo img {
  width: 100%;
  height: auto;
}

#orgBookArea {
  background: #fffbc7;
  padding-bottom: 73px;
}

#orgBookArea * {
  color: #3e0010;
}

#orgBookArea .orgBookTtl {
  margin: 0 auto;
  padding: 78px 0 25px;
  max-width: 707px;
}

#orgBookArea .orgBookTxt {
  margin: 0 auto;
  max-width: 632px;
}
#orgBookArea .orgBookTxt img {
  width: 100%;
}

#orgBookArea .orgBookList {
  max-width: 1097px;
  padding-top: 46px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

#orgBookArea .orgBookList li:first-child {
  width: calc(66.6666666667% + 40px);
  margin: 0 auto;
  text-align: center;
  transform: translateX(-37px);
}

#orgBookArea .orgBookList li:nth-of-type(2),
#orgBookArea .orgBookList li:nth-of-type(3),
#orgBookArea .orgBookList li:nth-of-type(4) {
  padding-top: 52px;
}

#orgBookArea .orgBookList li:nth-of-type(5),
#orgBookArea .orgBookList li:nth-of-type(6),
#orgBookArea .orgBookList li:nth-of-type(7) {
  padding-top: 26px;
}

#orgBookArea .orgCapLayout {
  text-align: right;
  padding-top: 45px;
  padding-bottom: 26px;
  max-width: 1400px;
  margin: 0 auto;
}

#orgBookArea .orgBookCap {
  padding-left: 25px;
  text-align: left;
  display: inline-block;
  color: #460008;
  margin: 0 auto;
  margin-right: 167px;
  max-width: 700px;
}

#orgBookArea .orgBookCap li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
}

.bottom_copy {
  text-align: right;
  padding: 0 60px 20px 0;
}

#orgBookArea .campNum {
  margin-right: 228px;
  padding-top: 15px;
  text-align: end;
  font-size: 1.5rem;
}

#orgBookArea .pdf-note {
  width: 1097px;
  margin: 50px auto 0;
  text-align: right;
}
#orgBookArea .pdf-note img {
  width: 613px;
  height: auto;
}

footer {
  width: 100%;
  background-color: #df0010;
}

.footer_copy {
  width: 1120px;
  height: 47px;
  color: #fff;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  font-family: メイリオ, Meiryo, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ\ Ｐゴシック, sans-serif;
}

/* clearfix
------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  footer {
    min-width: 1120px;
    width: 100%;
    height: 47px;
  }
  .footer_inner {
    position: relative;
    width: 1120px;
    height: 47px;
    margin: 0 auto;
  }
  .footer_page-top {
    position: absolute;
    right: 0;
    top: -44px;
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 62.5%;
    overflow-x: hidden;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
  a:hover img {
    opacity: 1;
  }
  .header {
    min-width: auto;
  }
  header .header_inner {
    width: 100%;
    height: 50px;
  }
  .top .contents {
    padding-top: 0;
  }
  #wrapper {
    min-width: 100%;
  }
  /*-orgMainContsInner*/
  .layout {
    width: 100%;
    margin-top: 0;
  }
  .btn-entry {
    background-image: url("../images/top2025/bg_btn_sp.png");
    background-size: 100% auto;
    width: 65.7142857143vw;
    min-height: 14.1428571429vw;
    font-size: 5.7142857143vw;
  }
  .layout-top {
    padding-top: 3.5714285714vw;
    background-image: url("../images/top2025/bg_light_blue_sp.jpg");
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 2.8571428571vw;
  }
  .layout-top .btn-entry {
    bottom: 9%;
  }
  .layout h1 {
    max-width: 95.8571428571vw;
    margin: 0 auto;
  }
  .leftConts {
    top: 0;
    max-width: none;
  }
  .leftConts img {
    width: 36vw;
    float: left;
  }
  .layout-top-line {
    padding: 1.4285714286vw;
  }
  .layout-top-line img {
    max-width: 80.5714285714vw;
  }
  .contents01 {
    background-image: url("../images/top2025/bg_blue_sp.jpg");
    background-size: 100% auto;
    padding: 2.5714285714vw 0;
  }
  .contents01_top {
    max-width: 82.8571428571vw;
  }
  .contents01_bottom {
    max-width: 86vw;
    margin: 1vw auto 0;
  }
  .contents01_btn {
    margin: 1.4285714286vw auto 0;
  }
  .contents01_btn_note {
    max-width: 57.7142857143vw;
    margin: 1.4285714286vw auto 0;
  }
  .contents02 {
    border-top: 4px solid #fff;
    background-image: url("../images/top2025/bg_light_green_sp.jpg");
    background-size: 100% auto;
    padding: 2.8571428571vw 0;
  }
  .contents02_item {
    max-width: 93.8571428571vw;
    padding: 0;
  }
  .contents03 {
    border-top: 4px solid #fff;
    padding: 4.2857142857vw 0;
    background-image: url("../images/top2025/bg_light_blue_sp02.jpg");
    background-size: 100% auto;
  }
  .contents03_item {
    max-width: 83.7142857143vw;
  }
  .contents03_btn {
    width: 76.4285714286vw;
    min-height: 14.7142857143vw;
    padding-right: 7.1428571429vw;
    background-image: url("../images/top2025/bg_btn_pink_sp.png");
    background-size: 100% auto;
    font-size: 4vw;
    bottom: 14.3%;
  }
  .contents03_btn:hover {
    text-decoration: none;
  }
  .contents04 {
    padding: 5.7142857143vw 0 4.2857142857vw;
  }
  .contents04_item {
    max-width: 82.8571428571vw;
  }
  .contents04_text {
    margin: 4.2857142857vw auto 0;
    max-width: 77.2857142857vw;
  }
  .contents04_btn {
    margin: 2.1428571429vw auto 0;
    background-image: url("../images/top2025/bg_btn_green_sp.png");
    background-size: 100% auto;
    width: 65.7142857143vw;
    min-height: 14.2857142857vw;
    font-size: 5.7142857143vw;
  }
  .bg-yellow {
    padding: 3.2857142857vw 0 2vw;
  }
  .bg-yellow_text {
    max-width: 83.1428571429vw;
  }
  .bg-pink {
    padding: 1.8571428571vw 0 2.8571428571vw;
  }
  .bg-pink_inner {
    padding: 0;
    max-width: 100%;
  }
  .bg-pink_text {
    max-width: 76.7142857143vw;
    margin: 0 auto;
  }
  .bg-pink_btn {
    max-width: 77.7142857143vw;
    margin: 0.8571428571vw auto 0;
  }
  #orgBookArea {
    padding-bottom: 40px;
  }
  #orgBookArea .orgBookTtl {
    width: 72.2857142857vw;
    padding: 6vw 0 3.2857142857vw;
  }
  #orgBookArea .orgBookTxt {
    width: 68vw;
  }
  #orgBookArea .orgBookList {
    max-width: 85.7142857143vw;
    padding-top: 5.2857142857vw;
    align-items: baseline;
  }
  #orgBookArea .orgBookList li:first-child {
    width: 75.4285714286vw;
    position: relative;
    transform: translateX(0);
    left: auto;
    margin: 0 0 0 auto;
  }
  #orgBookArea .orgBookList li {
    width: 41vw;
  }
  #orgBookArea .orgBookList li:nth-of-type(2),
  #orgBookArea .orgBookList li:nth-of-type(3),
  #orgBookArea .orgBookList li:nth-of-type(4) {
    padding-top: 3.4285714286vw;
    width: 41vw;
  }
  #orgBookArea .orgBookList li:nth-of-type(5),
  #orgBookArea .orgBookList li:nth-of-type(6),
  #orgBookArea .orgBookList li:nth-of-type(7) {
    padding-top: 5.2857142857vw;
    width: 41vw;
  }
  #orgBookArea .orgCapLayout {
    padding-top: 3.8571428571vw;
    text-align: left;
    padding-bottom: 4vw;
  }
  #orgBookArea .orgBookCap {
    padding-left: 0;
    padding-right: 0;
    max-width: 90vw;
    font-size: 2.8571428571vw;
    margin-left: 7.1428571429vw;
    margin-right: auto;
  }
  #orgBookArea .orgBookCap li {
    font-size: 2.8571428571vw;
    line-height: 137%;
  }
  .bottom_copy {
    padding: 0;
    width: 87.1428571429vw;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 2.8571428571vw;
    line-height: 1.2;
  }
  #orgBookArea .campNum {
    margin-right: 5.7142857143vw;
    padding-top: 0.2857142857vw;
    text-align: end;
    font-size: 2.8571428571vw;
  }
  #orgBookArea .pdf-note {
    width: 85vw;
    margin: 7.1428571429vw auto 0;
    text-align: right;
  }
  #orgBookArea .pdf-note img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    position: relative;
    padding: 0 20px;
  }
  .footer_copy {
    font-size: 1.2rem;
    background-size: 50px;
  }
}/*# sourceMappingURL=top2025.css.map */