@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd,
ol, ul, li,
td, th,
figure,
input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section,
figcaption, figure {
  display: block;
}

ul[role=list],
ol[role=list],
li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 749px) {
  html {
    font-size: 1.65vw;
  }
}

body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.05em;
  word-break: break-all;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 13px;
  }
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a,
button {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: 0.3s;
  opacity: 1;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .row {
    display: block;
  }
}
.row > * {
  flex: 1;
}

.w1200 {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w800 {
  max-width: 840px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 749px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  [data-sc-sp] {
    display: none !important;
  }
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  transition: bottom 0.3s ease-out;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f5f1e5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.navToggle {
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #004094;
  border-radius: 5px;
}
@media print, screen and (min-width: 750px) {
  .navToggle {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .navToggle {
    top: 20px;
    display: none;
  }
  .navToggle.on {
    display: block;
  }
}
.navToggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.navToggle span.bar01 {
  top: 32%;
}
.navToggle span.bar03 {
  top: 68%;
}
.navToggle.active .bar01 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.navToggle.active .bar02 {
  opacity: 0;
}
.navToggle.active .bar03 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

@media screen and (max-width: 749px) {
  header nav.main-navigation {
    display: none;
  }
}

nav.spMav {
  z-index: 999;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 241, 229, 0.93);
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 3;
  font-size: 1.5em;
}

/* ---------------------------------------------------------
共通パーツ
--------------------------------------------------------- */
.obi {
  background-image: url(../images/obi_hoso.png);
  background-image: url(../images/obi_hoso.png);
  height: 1rem;
}

.mb1em {
  margin-bottom: 1em;
}

.sec_space01 {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

/* ---------------------------------------------------------
テキスト
--------------------------------------------------------- */
.cpb {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

span.imagdesu {
  display: block;
  font-size: 0.7em;
}

p {
  line-height: 1.8;
  /* letter-spacing: 0.01em; */
}

h2.h2style {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  border-bottom: 2px solid #A8A8A8;
  margin-bottom: 3rem;
  color: #E6345C;
}
@media screen and (max-width: 749px) {
  h2.h2style {
    font-size: 5rem;
  }
}
@media screen and (max-width: 749px) {
  h2.h2style.sm {
    font-size: 4rem;
  }
}

.leadP {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2rem;
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

/* ---------------------------------------------------------



--------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 749px) {
  header {
    display: block;
    padding-bottom: 0.8rem;
  }
}
header h1 {
  display: inline-block;
  width: 57rem;
  height: auto;
}
@media screen and (max-width: 749px) {
  header h1 {
    width: 100%;
  }
}
header .btnWrap {
  display: flex;
  width: 58rem;
  gap: 1.6rem;
}
@media screen and (max-width: 749px) {
  header .btnWrap {
    width: 100%;
    gap: 0;
  }
}

p.toplead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 6rem;
  color: #00509E;
  margin-top: 6rem;
  line-height: 1.7;
  margin-bottom: 12rem;
  text-align: center;
  font-size: 6rem;
  color: #00509E;
  margin-top: 6rem;
  line-height: 1.7;
  margin-bottom: 12rem;
}
@media screen and (max-width: 749px) {
  p.toplead {
    font-size: 4rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
p.toplead span {
  color: #E850A1;
  font-weight: 700;
}

.side-bnr {
  position: fixed;
  top: 20rem;
  right: 0;
  width: 15rem;
  z-index: 1001;
}
.side-bnr a {
  display: block;
  margin-bottom: 5rem;
}

.btm-bnr {
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -3px 6px hsla(0, 0%, 0%, 0.16);
  overflow: hidden;
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}
.btm-bnr p {
  font-size: 2.7rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: 700;
  transition: transform 0.3s ease-out;
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
}
.btm-bnr p span {
  color: #23BAB8;
}
.btm-bnr p::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 59%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 2rem solid #23BAB8;
  transition: transform 0.3s ease-out;
}
.btm-bnr .btm-bnr-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease-out;
}
.btm-bnr .btm-bnr-inner img {
  width: 100%;
  height: auto;
}
.btm-bnr.scrolled {
  transform: translateY(calc(100% - 7rem));
}
.btm-bnr.scrolled .btm-bnr-inner {
  transform: translateY(100%);
}
.btm-bnr.scrolled p::after {
  border-top: none;
  border-bottom: 2rem solid #23BAB8;
  transform: translateY(-50%);
}

.mv {
  background: url(../images/mv_bg.webp) no-repeat top center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58rem;
  padding: 1em 0;
}
@media screen and (max-width: 749px) {
  .mv {
    height: 33rem;
  }
}
.mv img {
  max-width: 1200px;
}

.gmav {
  padding: 0 20px;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 751px) {
  .gmav {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 750px) {
  .gmav {
    padding: 20px 20px;
  }
}
.gmav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .gmav ul {
    flex-wrap: wrap;
  }
}
.gmav ul li {
  flex: 1;
  margin: 30px 5px;
}
@media screen and (max-width: 900px) {
  .gmav ul li {
    margin: 2rem 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .gmav ul li {
    flex: none;
    width: 31%;
    margin: 0.6rem 0;
  }
}
.gmav ul a {
  font-size: 1.5rem;
  border: 1px solid #EFE9D8;
  color: #003188;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  line-height: 1.2;
  text-align: center;
  padding: 1.4rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .gmav ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .gmav ul a {
    font-size: 13px;
  }
}

.sec01 .ippo {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  /* letter-spacing: 0; */
}
.sec01 .ytWrap {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.sec01 .ytWrap iframe {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}

.sec01__greenBox {
  background: #60E0CC;
  color: #00509E;
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1254901961);
  font-weight: 700;
  position: relative;
}
.sec01__greenBox.gb1 {
  padding-bottom: 3rem;
  margin-top: 5rem;
}
.sec01__greenBox.gb1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10rem;
  width: 19rem;
  height: 24rem;
  background: url(../images/goal.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec01__greenBox.gb1:after {
    content: "";
    left: 2rem;
    width: 14rem;
    height: 19rem;
  }
}
.sec01__greenBox.gb1::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5rem;
  height: 5rem;
  background: url(../images/plus.png) no-repeat center/contain;
}
.sec01__greenBox.gb1 h3 {
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 3px 6px #ccc;
}
.sec01__greenBox.gb1 ul {
  font-size: 3rem;
  line-height: 1.7;
  margin-top: 1rem;
  text-align: left;
  margin-left: 35rem;
}
@media screen and (max-width: 749px) {
  .sec01__greenBox.gb1 ul {
    margin-left: 21rem;
    font-size: 2.7rem;
  }
}
.sec01__greenBox.gb1 ul li {
  position: relative;
}
.sec01__greenBox.gb1 ul li:before {
  content: "★";
  position: absolute;
  left: -1.4em;
  top: 0;
  width: 1rem;
  height: 100%;
  color: #FFFF00;
}
.sec01__greenBox.gb2 {
  padding-bottom: 3rem;
  margin-top: 9rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.sec01__greenBox.gb2::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 7rem;
  width: 10rem;
  height: 10rem;
  background: url(../images/kirakira.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec01__greenBox.gb2::before {
    left: 0;
  }
}
.sec01__greenBox.gb2::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  right: 6rem;
  width: 10rem;
  height: 10rem;
  background: url(../images/kirakira.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec01__greenBox.gb2::after {
    right: 0rem;
  }
}
.sec01__greenBox.gb2 h4 {
  color: #00509E;
  font-size: 3.2rem;
  text-shadow: 0 3px 6px #ccc;
}
.sec01__greenBox.gb2 img {
  max-width: 40rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.sec01__greenBox.gb2 p {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #000;
}
.sec01__greenBox.gb2 span {
  font-size: 1.8rem;
  color: #000;
}

.sec02 {
  position: relative;
  padding-bottom: 15rem;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 749px) {
  .sec02 .h2style {
    margin-bottom: 35rem;
  }
}
.sec02 .a,
.sec02 .q {
  padding-left: 4.2em;
  margin-left: 24rem;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sec02 .a,
  .sec02 .q {
    margin-left: 14rem;
  }
}
@media screen and (max-width: 749px) {
  .sec02 .a,
  .sec02 .q {
    margin-left: 0;
  }
}
.sec02 .a:before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: -0.5em;
  width: 3.7em;
  height: 3.7em;
  background: url(../images/a.png) no-repeat center/contain;
}
.sec02 .q:before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: -0.5em;
  width: 3.7em;
  height: 3.7em;
  background: url(../images/q.png) no-repeat center/contain;
}
.sec02 .q.no1:after {
  position: absolute;
  content: "";
  top: -9rem;
  left: 69rem;
  width: 30.7rem;
  height: 28.3rem;
  background: url(../images/No1.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .sec02 .q.no1:after {
    left: auto;
    top: -32rem;
    right: 14rem;
    width: 29rem;
    height: 27rem;
  }
}
.sec02 p.f1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.3em;
  margin-bottom: 1rem;
}
.sec02 p.f2 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.2em;
  margin-top: 0.4em;
  font-size: 2.2rem;
}
.sec02 p.f3 {
  font-size: 0.6em;
  margin-top: -8px;
}
.sec02 .chanceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
  padding: 0 6.5rem;
}
@media screen and (max-width: 749px) {
  .sec02 .chanceWrap {
    padding: 0;
    display: block;
  }
}
.sec02 .chanceWrap img.chance {
  max-width: 50%;
}
@media screen and (max-width: 749px) {
  .sec02 .chanceWrap img.chance {
    max-width: 100%;
    padding-left: 0.7rem;
    margin-bottom: 1em;
  }
}
.sec02 .blue {
  color: #004094;
}
.sec02 p.q24 {
  font-size: 2.4rem;
}
.sec02 span.a30,
.sec02 p.a30 {
  font-size: 3rem;
}
.sec02 .pink {
  color: #F75454;
}
.sec02 p.lastP {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .sec02 p.lastP {
    font-size: 2.9rem;
  }
}
.sec02 p.lastP + img {
  max-width: 79rem;
  margin: 0 auto;
}

.sec03 .redbox {
  text-align: center;
  font-size: 4.8rem;
  background-color: #FA2C69;
  color: #FFFF00;
  max-width: 80rem;
  margin: 0 auto;
  letter-spacing: -0.1rem;
  border-radius: 3rem;
}
.sec03 .redbox .sub {
  font-size: 2.4rem;
  line-height: 1;
  padding-top: 2rem;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .sec03 .redbox .title {
    font-size: 3rem;
    padding: 0.5em 0;
  }
}
.sec03 .namBox {
  position: relative;
  margin-left: 30rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 749px) {
  .sec03 .namBox {
    margin-left: 8rem;
  }
}
.sec03 .namBox:before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: -9rem;
  width: 9rem;
  height: 9rem;
  background: url(../images/nam1.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec03 .namBox:before {
    top: -0.4rem;
    left: -7rem;
    width: 7rem;
    height: 7rem;
  }
}
.sec03 .namBox h3 {
  font-size: 3.5rem;
  color: #FA2C69;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 7rem;
}
.sec03 .namBox h3 span {
  padding: 0 0.1em;
  background-image: url(../images/bgline.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 0.7em;
  padding-bottom: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.sec03 .namBox p {
  font-size: 2.2rem;
}
.sec03 .namBox p span {
  padding: 0 0.1em;
  background: linear-gradient(transparent 60%, #FFFF00 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.sec03 .namBox:nth-of-type(3)::before {
  background: url(../images/nam2.png) no-repeat center/contain;
}
.sec03 .namBox:nth-of-type(4)::before {
  background: url(../images/nam3.png) no-repeat center/contain;
}
.sec03 .redbox.red2 {
  padding: 2rem 3rem;
}
.sec03 .redbox.red2 p.title {
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  width: 87%;
  margin-bottom: 2rem;
}
.sec03 .redbox.red2 .whitebox {
  background-color: #fff;
  padding: 4rem 0 2rem 0;
  border-radius: 1rem;
}
.sec03 .redbox.red2 .whitebox p {
  width: 51rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec03 .redbox.red2 .whitebox p {
    width: 40rem;
  }
}
.sec03 .redbox.red2 .whitebox li {
  position: relative;
  color: #000;
  font-size: 3.5rem;
  text-align: left;
  padding-left: 2.2em;
  margin-left: 1.3em;
  line-height: 2.12;
}
@media screen and (max-width: 749px) {
  .sec03 .redbox.red2 .whitebox li {
    font-size: 2.7rem;
  }
}
.sec03 .redbox.red2 .whitebox li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 5.7rem;
  height: 5.7rem;
  background: url(../images/check.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec03 .redbox.red2 .whitebox li:before {
    top: 0.75rem;
    left: 1.3rem;
    width: 4rem;
    height: 4rem;
  }
}

.sec04 {
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
.sec04 .programBox {
  max-width: 80rem;
  border: 3px solid #549921;
  border-radius: 3.4rem;
  margin: 0 auto;
  background: #fff;
}
.sec04 .programBox h3 {
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  padding: 1.3rem 0;
  color: #FFFF00;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  background-color: #549921;
  border-radius: 3rem 3rem 0 0;
}
.sec04 .programBox h4 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-left: 14rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  .sec04 .programBox h4 {
    font-size: 3.5rem;
    margin-top: 2rem;
    margin-left: 9rem;
  }
}
.sec04 .programBox h4:before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -6.4rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/star.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .sec04 .programBox h4:before {
    top: 0.9rem;
    left: -5rem;
    width: 5rem;
    height: 5rem;
  }
}
.sec04 .programBox ul.ul1 {
  margin-top: -1rem;
  margin-left: 15.5rem;
  margin-bottom: 4rem;
  line-height: 1.7;
}
@media screen and (max-width: 749px) {
  .sec04 .programBox ul.ul1 {
    margin-left: 8.5rem;
  }
}
.sec04 .programBox ul.ul1 + img {
  padding: 0 4rem;
}
.sec04 .programBox ul.ul1 li {
  font-size: 3rem;
  list-style: disc;
}
.sec04 .btmBox {
  margin: 4rem;
  padding: 1rem 2rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 4rem;
  background-color: #DEF1FB;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 749px) {
  .sec04 .btmBox {
    display: block;
  }
}
.sec04 .btmBox .l {
  flex: 1;
}
.sec04 .btmBox img {
  width: 24rem;
}
@media screen and (max-width: 749px) {
  .sec04 .btmBox img {
    width: 90%;
    margin: 2rem auto;
  }
}
.sec04 .btmBox p.p1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.sec04 .btmBox p.p2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #E850A1;
}
.sec04 .btmBox p.p2 span {
  font-size: 0.7em;
}
.sec04 .btmBox p.p3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec04 .btmBox p.p4 {
  font-size: 1.6rem;
}
.sec04 .programBox.pb2 {
  background: #E4F5FD;
  margin-top: 3rem;
  padding: 3rem 3.5rem 5rem;
}
.sec04 .programBox.pb2 h3 {
  font-size: 3rem;
}
.sec04 .programBox.pb2 p.ttl {
  font-size: 3.3rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .sec04 .programBox.pb2 p.ttl {
    font-size: 3rem;
  }
}
.sec04 .programBox.pb2 ul.ul2 {
  margin-left: 5rem;
  font-size: 2.8rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 749px) {
  .sec04 .programBox.pb2 ul.ul2 {
    font-size: 2.4rem;
  }
}
.sec04 .programBox.pb2 ul.ul2 li {
  list-style: disc;
  line-height: 1.6;
}

.sec05 .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.sec05 .table-wrap {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  color: #005223;
}
.sec05 .table-wrap th {
  font-size: 3rem;
  background: #559922;
  color: #fff;
  white-space: nowrap;
  padding: 0.3rem 0;
  text-align: center;
  border: 2px solid #559922;
  border-right: 2px solid #fff;
}
.sec05 .table-wrap td {
  font-size: 3rem;
  border: 2px solid #559922;
  white-space: nowrap;
  padding: 0.3rem 2rem;
}
.sec05 .table-wrap td.col-num {
  background: #fff7c7;
  width: 14rem;
  font-size: 3.5rem;
  padding: 0;
  padding: 0.3rem 2rem;
}
.sec05 .table-wrap td.col-day1 {
  background: #C5EFA7;
}
.sec05 .table-wrap td.col-deadline {
  background: #fff7c7;
}
.sec05 .note {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec05 .tableWrap {
    overflow-y: scroll;
  }
  .sec05 .table-wrap {
    width: 720px;
  }
}

.sec06 h3 {
  background: #23BAB8;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 3em;
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1.7em;
}
.sec06 h3.h3_b {
  border: 3px solid #23BAB8;
  color: #23BAB8;
  background: #fff;
  font-weight: 700;
}
.sec06 p.p1 {
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 749px) {
  .sec06 p.p1 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
}
.sec06 p.p2 {
  font-size: 2.2rem;
  text-align: center;
}
.sec06 p.p3 {
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 749px) {
  .sec06 p.p3 {
    font-size: 3rem;
  }
}
.sec06 p.p1_b {
  font-size: 2.2rem;
  margin: 0 auto;
}
.sec06 p.p1_b a {
  text-decoration: underline;
  color: #029EE7;
}
.sec06 p.p2_b {
  font-weight: 700;
  margin-top: 1em;
}
.sec06 p.p3_b {
  font-size: 1.8rem;
  margin-bottom: 2em;
}
.sec06 p.p4_b {
  margin-bottom: 2em;
}
.sec06 p.p5 {
  text-align: center;
  font-size: 3rem;
  margin-top: 1em;
}
.sec06 p.p5 span {
  width: 10.5em;
  display: inline-block;
}

.sec07 {
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
.sec07 h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
.sec07 .ytWrap {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  margin-top: 5rem;
  margin-bottom: 13rem;
}
.sec07 .ytWrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.sec07 p.voice {
  position: relative;
  padding-left: 1.5em;
  max-width: 80rem;
  margin: 1.5em auto;
  text-indent: 1em;
  padding-right: 1em;
}
.sec07 p.voice::before {
  content: "●";
  position: absolute;
  left: 0.35em;
  color: #23BAB8;
}

@media screen and (max-width: 749px) {
  .sec08 h2.h2style {
    font-size: 4rem;
  }
}
.sec08 .leadP {
  font-size: 2.6rem;
}
@media screen and (max-width: 749px) {
  .sec08 .leadP {
    font-size: 2.5rem;
  }
}
.sec08 a {
  max-width: 68rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: block;
  padding: 0 2rem;
}
.sec08 p.gosyozoku {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2em;
}

.sec09 {
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
.sec09 .topP {
  font-size: 3rem;
  text-align: center;
}
.sec09 a.btn_otoiawase {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
.btn_otoiawase {
  background: #00509E;
  color: #fff;
  font-size: 2.8rem;
  padding: 1.2rem 0;
  width: 90%;
  max-width: 55rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 2em;
  border-radius: 8px;
}
.btn_otoiawase img {
  width: 1.4rem;
  height: auto;
  display: inline;
  vertical-align: middle;
  margin-bottom: 0.4rem;
}

footer {
  background: #004094;
  color: #fff;
  text-align: center;
  padding: 7rem 0;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  footer {
    padding-bottom: 25rem;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 9rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 749px) {
  footer ul {
    justify-content: space-between;
    gap: 0;
  }
}
footer p {
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */