@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans:ital,wght@0,700;1,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          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 {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: clamp(7px, 0.78125vw, 10px);
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-padding-top: 15rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.05em;
  word-break: break-all;
  font-size: 2rem;
}

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

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

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

.w1200 {
  max-width: 1280px;
  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;
}

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

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

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64%;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navToggle span.bar01 {
  top: 32%;
}
.navToggle span.bar03 {
  top: 68%;
}
.navToggle.active .bar01 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.navToggle.active .bar02 {
  opacity: 0;
}
.navToggle.active .bar03 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          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: "Kosugi Maru", sans-serif;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 241, 229, 0.93);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 3;
  font-size: 1.5em;
}

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

.mb1em {
  margin-bottom: 1em;
}

/* ---------------------------------------------------------
テーブル
--------------------------------------------------------- */
table, td, th {
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

td, th {
  padding: 0.5em;
  width: auto;
}

th {
  background: #ECF5FC;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .tableWrap {
    overflow-y: scroll;
  }
  table {
    width: 110rem;
  }
}
/* ---------------------------------------------------------
テキスト
--------------------------------------------------------- */
.cpb {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.zen {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pink {
  color: #E850A1;
}

.blue {
  color: #0391BC;
}

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

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

h2.h2style {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  border-bottom: 2px solid #026CE7;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 750px) {
  h2.h2style {
    font-size: 2em;
    line-height: 1.35;
    padding-bottom: 0.6em;
  }
}

.leadP {
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: -1.5em;
  line-height: 1.6;
  margin-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .leadP {
    font-size: 1.2em;
  }
}

/* ---------------------------------------------------------
ヘッダー　フッター　バナー
--------------------------------------------------------- */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58rem;
  gap: 1.6rem;
}
@media screen and (max-width: 749px) {
  header .btnWrap {
    width: 100%;
    gap: 0;
  }
}

.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;
  -webkit-box-shadow: 0 -3px 6px hsla(0, 0%, 0%, 0.16);
          box-shadow: 0 -3px 6px hsla(0, 0%, 0%, 0.16);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}
.btm-bnr p {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  cursor: pointer;
  position: relative;
  padding: 1em 4em 0.5em 2em;
}
.btm-bnr p span {
  color: #23BAB8;
}
.btm-bnr p::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 2rem solid #23BAB8;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.btm-bnr .btm-bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.btm-bnr .btm-bnr-inner img {
  width: 100%;
  height: auto;
}
.btm-bnr.scrolled {
  -webkit-transform: translateY(calc(100% - 7rem));
          transform: translateY(calc(100% - 7rem));
}
.btm-bnr.scrolled .btm-bnr-inner {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.btm-bnr.scrolled p::after {
  border-top: none;
  border-bottom: 2rem solid #23BAB8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ---------------------------------------------------------
メインビジュアル
--------------------------------------------------------- */
.mv {
  background: url(../images/mv_bg.jpg) no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 6/2;
  padding: 1em 0;
}
.mv img {
  max-width: 1200px;
}

.gmav {
  padding: 0 20px;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media print, screen and (min-width: 750px) {
  .gmav {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .gmav {
    padding: 20px 20px;
  }
}
.gmav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .gmav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gmav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 30px 5px;
}
@media screen and (max-width: 900px) {
  .gmav ul li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 5px 0;
    width: 48%;
  }
}
.gmav ul a {
  font-size: 0.8em;
  border: 1px solid #EFE9D8;
  color: #029EE7;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  line-height: 1.2;
  text-align: center;
  padding: 0.6em 0.5em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  padding-top: 4.5em;
}
@media screen and (max-width: 750px) {
  .sec01 {
    padding-top: 3em;
  }
}
.sec01 h2.h2style {
  position: relative;
}
@media screen and (max-width: 749px) {
  .sec01 h2.h2style {
    font-size: 6vw;
    margin-top: 1rem;
  }
}
.sec01 h2.h2style::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.4rem;
  height: 8.2rem;
  background-image: url(../images/sec01_h2img_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec01 h2.h2style::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.4rem;
  height: 8.2rem;
  background-image: url(../images/sec01_h2img_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec01 h3 {
  font-size: 1.5em;
  line-height: 1.75;
  text-align: center;
  background: #F75554;
  width: 27em;
  margin: 0 auto;
  border-radius: 2em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .sec01 h3 {
    font-size: 1.1em;
    width: auto;
  }
}
.sec01 h3 .cpb {
  font-size: 1.7em;
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  .sec01 h3 .cpb {
    margin-right: 0.5em;
  }
}
.sec01 p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.7;
  margin-top: 9px;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 750px) {
  .sec01 p {
    font-size: 1.2em;
  }
}
.sec01 p span {
  color: #F75554;
}
.sec01 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.sec02 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 749px) {
  .sec02 .h2style {
    margin-bottom: 35rem;
  }
}
.sec02 .a,
.sec02 .q {
  padding-left: 4.2em;
  margin-left: 7rem;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sec02 .a,
  .sec02 .q {
    margin-left: 9rem;
  }
}
@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: 78rem;
  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;
    width: 29rem;
    height: 27rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.sec02 p.f1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3em;
  margin-bottom: 1rem;
}
.sec02 p.f2 {
  font-weight: 500;
  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 .blue {
  color: #004094;
}
.sec02 p.q24 {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec02 span.a30,
.sec02 p.a30 {
  font-size: 3rem;
  font-weight: 700;
}
.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;
}
.sec02 img.chance {
  max-width: 104rem;
  margin: 0 auto;
}

.sec03 {
  padding-top: 3em;
  padding-bottom: 4em;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 750px) {
  .sec03 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.sec03 .h2style {
  margin-bottom: 1em;
}
.sec03 .manabukaratukau {
  text-align: center;
  font-size: 5.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .sec03 .manabukaratukau {
    font-size: 4rem;
  }
}
.sec03 .manabukaratukau span.p1 {
  color: #EC6C9B;
}
.sec03 .manabukaratukau span.p2 {
  color: #723498;
}
.sec03 .manabukaratukau span.p3 {
  color: #EE86A9;
}
.sec03 .manabukaratukau span.p4 {
  color: #38ACDE;
}
.sec03 .h3wrap {
  background-color: #BB0416;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  padding: 0.5em;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .sec03 .h3wrap {
    display: block;
  }
}
.sec03 .h3wrap .l {
  background-color: #fff;
  color: #F75454;
  border-radius: 3em;
  width: 7em;
  margin-right: 1em;
  line-height: 1;
  font-size: 4.2rem;
}
@media screen and (max-width: 750px) {
  .sec03 .h3wrap .l {
    width: auto;
    margin-right: 0;
  }
}
.sec03 .h3wrap .l span {
  background-color: #F75454;
  color: #fff;
  width: 1.5em;
  display: inline-block;
  border-radius: 3em;
  text-align: center;
  margin: 0.6rem;
  line-height: 1.4;
  margin-right: 1.5em;
  font-size: 3.5rem;
}
.sec03 .h3wrap .r {
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .sec03 .h3wrap .r {
    font-size: 0.9em;
    margin-top: 0.5em;
  }
}
.sec03 .row.taiken {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
.sec03 .row.taiken .chance {
  width: 48%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 750px) {
  .sec03 .row.taiken .chance {
    width: 100%;
  }
}
.sec03 .row.taiken picture.last {
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media screen and (max-width: 750px) {
  .sec03 .row.taiken picture.last {
    width: auto;
  }
}
.sec03 .l.txt {
  margin-right: 2em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .sec03 .l.txt {
    margin-right: auto;
    margin-bottom: 2em;
  }
}

.sec04 {
  padding-top: 2.5em;
  padding-bottom: 7em;
}
@media screen and (max-width: 750px) {
  .sec04 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.sec04 h2 span {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  color: #FA2C69;
  margin-top: 1em;
  padding-top: 1em;
}
.sec04 h3.green {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  background: #F75454;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 800px;
  margin: 4rem auto 1rem;
  border-radius: 2em;
  letter-spacing: 0.1em;
  padding: 0.4em;
}
@media screen and (max-width: 750px) {
  .sec04 h3.green {
    width: auto;
    font-size: 1.3em;
  }
}
.sec04 .leadP {
  font-weight: 700;
}
.sec04 ul {
  max-width: 710px;
  margin: 0 auto;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .sec04 ul {
    font-size: 1.2em;
    padding-left: 1em;
  }
}
.sec04 ul.eq:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -4rem;
  width: 25rem;
  height: 17.6rem;
  background: url(../images/eq.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .sec04 ul.eq:before {
    top: 4em;
    right: 0;
    width: 80px;
    height: 56px;
  }
}
.sec04 ul span {
  font-weight: 500;
}
.sec04 ul.f:before {
  position: static;
}
.sec04 th {
  background: #FAD4D4;
  height: 12rem;
}
.sec04 td {
  height: 12rem;
}

img.hikouki {
  width: 1.4em;
  text-align: center;
  margin: 8px auto;
}

.sec05 {
  padding-top: 3em;
  padding-bottom: 7em;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 750px) {
  .sec05 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.sec05 h2.h2style {
  margin-bottom: 1.1em;
}
.sec05 table td {
  position: relative;
  text-align: left;
  background: #fff;
  padding: 1.5rem 0;
}
.sec05 table dl {
  padding: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.sec05 table th {
  background: #FAD4D4;
}
@media screen and (max-width: 750px) {
  .sec05 table th {
    font-size: 1.6rem;
  }
}
.sec05 table dt {
  width: 7em;
  text-align: center;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .sec05 table dt {
    width: 8em;
  }
}
.sec05 table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec05 table dd span {
  color: #F75554;
  font-weight: 600;
}
.sec05 table td img {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  height: 2.2rem;
  width: auto;
}
.sec05 p.ryoteiP {
  font-size: 2rem;
  margin: 0.6em 0;
}
.sec05 p.ryoteiP span {
  font-size: 2.6rem;
  font-weight: 700;
}
.sec05 ul.ryoteiP_sp {
  margin: 0.6em 0;
}
.sec05 ul.ryoteiP_sp li {
  list-style: disc;
  margin-left: 2em;
}

.sec06 {
  padding-top: 3em;
  padding-bottom: 7em;
}
.sec06 h2.h2style {
  margin-bottom: 1em;
}
.sec06 .row {
  padding: 3.5rem 0;
}
.sec06 .l img {
  width: 100%;
  margin-bottom: 3.44rem;
}
.sec06 .l p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .sec06 .l p {
    text-align: justify;
  }
}
@media screen and (min-width: 750px) {
  .sec06 .l p {
    padding-right: 2em;
  }
}
.sec06 .l strong {
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 1em;
  margin-top: 1em;
}
.sec06 .l strong:before {
  position: absolute;
  content: "";
  top: 0.42em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #029EE7;
}
.sec06 .r {
  margin-left: 2em;
}
@media screen and (min-width: 750px) {
  .sec06 .r {
    width: 58.4rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media screen and (max-width: 750px) {
  .sec06 .r {
    margin-left: 0;
    margin-top: 2em;
  }
}
.sec06 .syukuhaku {
  border: 5px solid #0091BC;
  border-radius: 30px;
  margin-top: 2em;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec06 .syukuhaku {
    margin-top: 5em;
  }
}
.sec06 p.ttl1 {
  background: #0091Bc;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 20px 0;
  padding: 1px 30px;
  font-size: 2em;
}
.sec06 p.ttl2 {
  margin-left: 6em;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 750px) {
  .sec06 p.ttl2 {
    margin-left: 0;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-top: 6em;
    margin-bottom: 1em;
  }
}
.sec06 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12em;
}
@media screen and (max-width: 750px) {
  .sec06 .box {
    display: block;
    margin-right: 0;
  }
}
.sec06 .box > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec06 .box .l {
  font-size: 0.9em;
  line-height: 1.7;
}
.sec06 p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec06 p + img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec06 .no1m {
  position: absolute;
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 23rem;
}
@media screen and (max-width: 750px) {
  .sec06 .no1m {
    top: -50px;
    right: 30px;
    width: 120px;
  }
}

.sec07 {
  padding-top: 3em;
  padding-bottom: 7em;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
.sec07 .leadP {
  font-size: 1.9em;
  margin-bottom: 1em;
  font-weight: 600;
}
.sec07 .leadP span:nth-child(1) {
  color: #e850a1;
}
.sec07 .leadP span:nth-child(2) {
  color: #0091bc;
}
.sec07 .pinkP {
  background: #e850a2;
  color: #fff;
  text-align: center;
  font-size: 2em;
  border-radius: 2em;
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
  .sec07 .pinkP {
    line-height: 1.4;
    font-size: 1.5em;
    padding: 10px 0;
  }
}
.sec07 .row {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .sec07 .row {
    padding: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .sec07 .row .l {
    width: 56%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.sec07 .r {
  margin-left: 2em;
}
@media screen and (max-width: 750px) {
  .sec07 .r {
    margin-left: 0;
    margin-top: 2em;
  }
}
.sec07 p.ttl {
  font-size: 1.5em;
  border: 2px solid #707070;
  font-weight: 500;
  border-radius: 2em;
  display: inline-block;
  padding: 0 1em;
  margin-top: 1em;
}
.sec07 ol li {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 0.4em;
  line-height: 1.5;
}
.sec07 ol li:nth-child(1) span {
  color: #026CE7;
}

.sec08 {
  padding-top: 3em;
  padding-bottom: 7em;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
.sec08 dl {
  border-bottom: 1px solid #707070;
}
.sec08 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .sec08 dl div {
    display: block;
  }
}
.sec08 dl dt {
  border: 1px solid #707070;
  border-bottom: none;
  border-right: none;
  background: #FAD4D4;
  width: 9em;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .sec08 dl dt {
    width: auto;
    border-right: 1px solid #707070;
    padding: 0.4em;
  }
}
.sec08 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 1em;
  border: 1px solid #707070;
  border-bottom: none;
  background-color: #fff;
}
.sec08 dl dd > span {
  font-size: 1.4em;
  padding-left: 0.3em;
  margin-bottom: 0.5em;
}
.sec08 dl dd > span > span {
  width: 4.2em;
  display: inline-block;
}
.sec08 dl dd span.imagdesu {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .sec08 dl dd span.imagdesu.eta {
    font-size: 1.35rem;
  }
}
.sec08 dl dd.last {
  font-size: 1.8rem;
}
.sec08 dl dd span.saisyousuikou {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .sec08 dl dd span.saisyousuikou {
    font-size: 0.9em;
  }
}
.sec08 dl .ft {
  color: #F75454;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sec08 dl .ft {
    font-size: 2.5rem;
  }
}
.sec08 dl span.si {
  display: inline;
  color: #fff;
  width: 27em;
  margin-top: 0.8em;
  margin-bottom: -0.4rem;
  background: #F75454;
}
@media screen and (max-width: 750px) {
  .sec08 dl span.si {
    width: auto;
  }
}
.sec08 dl span.ra {
  color: #F75454;
  font-size: 0.9em;
  margin-top: 1em;
}

.sec09 {
  padding-top: 3em;
  padding-bottom: 7em;
}
.sec09 .ttl {
  color: #24997B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  border-bottom: 1px solid;
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 0.6em;
}
.sec09 .ttl:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 10px;
  width: 50px;
  height: 50px;
  background: url(../images/qicon.png) no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .sec09 .ttl:before {
    top: 1px;
    left: 0px;
    width: 40px;
    height: 40px;
  }
}
.sec09 .r .ttl {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .sec09 .r .ttl {
    margin-top: 3em;
  }
}
.sec09 .mttl {
  color: #24997B;
  font-weight: 600;
  font-size: 1.15em;
  margin-bottom: 0.7em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sec09 .row .l {
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  .sec09 .row .l {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.sec09 a.kotira {
  background: #e85400;
  font-size: 1.2em;
  padding: 0.5em 1em;
  border-radius: 6px;
  width: 20em;
  display: block;
  text-align: center;
  color: #fff;
  margin: 1em auto;
}
@media screen and (max-width: 750px) {
  .sec09 a.kotira {
    width: 100%;
  }
}
.sec09 .img01 {
  margin-top: 5em;
  margin-bottom: 3.4em;
}
.sec09 .img02 {
  max-width: 1110px;
  margin: 0 auto;
  margin-bottom: 2.7em;
}
.sec09 p.ll.zen {
  text-align: center;
  margin-top: 3em;
  font-size: 1.7em;
  font-weight: 600;
}
.sec09 p.ll.manabi {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 3em;
}

.sec10 {
  padding-top: 3em;
  padding-bottom: 5em;
  background: url(../images/melbourne_back.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 750px) {
  .sec10 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.sec10 .leadP {
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .sec10 .leadP {
    font-size: 2rem;
  }
}
.sec10 p.p5 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
.sec10 p.p5 span {
  width: 7.7em;
  text-align: end;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .sec10 p.p5 span {
    width: auto;
  }
}
.sec10 a.btn_otoiawase {
  max-width: 55rem;
  display: block;
  margin: 0 auto;
  margin-top: 6rem;
}

.sec11 {
  padding-top: 3em;
  padding-bottom: 4em;
}
@media screen and (max-width: 750px) {
  .sec11 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.sec11 .pinkttl {
  color: #E850A1;
  font-size: 1.8em;
}
.sec11 a.pink {
  background: #E850A1;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  display: block;
  border-radius: 8px;
  max-width: 550px;
  margin: 0 auto;
  margin: -1em auto 1em;
}
.sec11 a.gray {
  display: block;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  max-width: 550px;
  margin: 0 auto;
  background: #404345;
}
.sec11 h3 {
  margin-top: 3em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  border-bottom: 1px solid #E850A1;
  margin-bottom: 1.6em;
}
.sec11 .jisi .l {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-right: 1px solid;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .sec11 .jisi .l {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-right: none;
    margin-bottom: 3em;
    padding-right: 0;
    margin-right: 0;
  }
}
.sec11 table .tiku {
  background-color: #029EE7;
  color: #fff;
  width: 15em;
}
.sec11 table .tenpo {
  background-color: #ECF5FC;
  width: 15em;
}
.sec11 table .boko {
  background-color: #ECF5FC;
}
.sec11 table tr td:last-child {
  text-align: left;
}
.sec11 table tr td:nth-child(2) a {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sec11 table .mail {
  color: #026CE7;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
.sec11 table .line {
  color: #559922;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
.sec11 table a {
  display: block;
}
.sec11 a.btn {
  max-width: 550px;
  background: #026CE7;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin: 4em auto;
  padding: 0.5em;
}
.sec11 a.btn + p {
  text-align: center;
  color: #E850A1;
  font-size: 1.7em;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .sec11 a.btn + p {
    font-size: 1.3em;
  }
}
.sec11 .otomo {
  font-size: 0.9em;
}

.accordion {
  margin-bottom: 1em;
}
.accordion .title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #029EE7;
  border: 1px solid #029EE7;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: -1px;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}
@media screen and (max-width: 750px) {
  .accordion .title {
    font-size: 2rem;
  }
}
.accordion .title:before, .accordion .title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.accordion .title:before {
  top: 48%;
  right: 26px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.accordion .title:after {
  top: 48%;
  right: 13px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.accordion .title.close::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.accordion .title.close::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.box {
  display: none; /*はじめは非表示*/
  overflow: auto;
}

footer {
  background: #004094;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 749px) {
  footer {
    padding-bottom: 23rem;
  }
}
footer a {
  font-size: 0.8em;
}
footer p {
  font-size: 1.2em;
}
@media screen and (max-width: 749px) {
  footer p {
    font-size: 1em;
  }
}

/*------------------2025--------------------------------------------*/
.youtubeWrap {
  max-width: 800px;
  margin: 0 auto;
}

.add__pinktxt {
  color: #F75454;
}

.add__h3gspan {
  display: block;
  font-size: 0.8em;
  margin-top: -0.6em;
}

.sec04 h3.green.add__h3g01 {
  background-color: #F75554;
}

.sec04 h3.green.add__h3g02 {
  background-color: #F75554;
}

.sec04 h3.green.add__h3g03 {
  background-color: #E33232;
}

.sec04 h3.green.add__h3g04 {
  background-color: #B52625;
}

.add__opTour {
  display: block;
  margin-top: 2em;
}

.add__hotellink {
  display: block;
  background: #0391BC;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 7px 0;
  font-weight: 600;
  margin-top: 2em;
}

@media screen and (min-width: 751px) {
  .sec06 .box .l {
    font-size: 0.9em;
    line-height: 1.7;
    width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
/*-------------追加セクション　先輩の声-------------------------------------------*/
.sec_add01 {
  padding-bottom: 6em;
}
.sec_add01 iframe {
  aspect-ratio: 16/12;
  width: 100%;
  height: 100%;
}
.sec_add01 .youtubeWrap {
  margin-bottom: 1em;
}
.sec_add01 .h2style {
  margin-top: 1em;
  margin-bottom: 0.7em;
}
.sec_add01 .row.voiceBox {
  margin-bottom: 1.5em;
}
.sec_add01 .row.voiceBox .l {
  margin-right: 1.5em;
}
@media print, screen and (min-width: 750px) {
  .sec_add01 .row.voiceBox .l {
    width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 749px) {
  .sec_add01 .row.voiceBox .l {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.sec_add01 .voiceBox {
  background: url(../images/melbourne_back.jpg) top center/cover;
  padding: 30px;
  padding: 1.5em;
}
.sec_add01 .voiceBox p {
  font-size: 0.82em;
  line-height: 1.5;
}
.sec_add01 .voiceBox p + span {
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}
.sec_add01 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5em 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 749px) {
  .sec_add01 .grid {
    grid-template-columns: 1fr;
  }
}
.sec_add01 .grid img {
  margin-bottom: 1em;
}
.sec_add01 p.voiceBox__firstBox__interview {
  color: #E850A1;
  font-size: 3rem;
}
.sec_add01 p.voiceBox__firstBox__name {
  font-weight: 700;
}
.sec_add01 p.voiceBox__firstBox__q {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1em;
}

.add_sec09__jyusin {
  margin-bottom: 5rem;
}
.add_sec09__jyusin .ju_ttl {
  font-size: 5.5rem;
  text-align: center;
  color: #FFD800;
  background: #E85400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.add_sec09__jyusin .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E85400;
}
@media screen and (max-width: 749px) {
  .add_sec09__jyusin .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.add_sec09__jyusin dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.add_sec09__jyusin dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1;
  color: #E85400;
  font-weight: 700;
  height: 13rem;
  border: 1px solid #E85400;
  background: #F7E5DA;
}
@media screen and (max-width: 749px) {
  .add_sec09__jyusin dt {
    height: auto;
    padding: 2rem 0;
  }
}
.add_sec09__jyusin dt span {
  margin-top: 0.4em;
  font-size: 2rem;
  color: #333333;
  display: block;
  line-height: 1.4;
}
.add_sec09__jyusin dd {
  border: 1px solid #E85400;
  background: #fff;
}
.add_sec09__jyusin dd img {
  width: 35rem;
  display: block;
  margin: 3rem auto;
}

.add_sec09_seq {
  border: 3px solid #E85400;
  background: #fff;
  text-align: center;
  margin-bottom: 2em;
  padding: 0.5em 2em;
}
.add_sec09_seq .add__ttl {
  position: relative;
  font-size: 2.25em;
  font-weight: 600;
  color: #707070;
  margin-bottom: 0.7em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.add_sec09_seq .add__ttl:before {
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: calc(50% - 6em);
  width: 12em;
  height: 2px;
  background: #E85400;
}
@media screen and (max-width: 749px) {
  .add_sec09_seq .add__ttl:before {
    left: 5%;
    width: 90%;
  }
}
.add_sec09_seq .add__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.75em;
  color: #E85400;
  font-weight: 600;
}
.add_sec09_seq .add__txt span {
  margin-right: 1em;
}
@media screen and (max-width: 749px) {
  .add_sec09_seq .add__txt span {
    margin-right: 0;
    display: block;
    margin-bottom: 1em;
  }
}
.add_sec09_seq .add__txt i {
  font-style: normal;
  background: #E85400;
  color: #fff;
  height: 1.7em;
  width: 1.7em;
  display: inline-block;
  border-radius: 1em;
  margin-right: 0.5em;
}
.add_sec09_seq .add__kome {
  margin-top: 1em;
}
@media screen and (max-width: 749px) {
  .add_sec09_seq .add__kome span {
    display: inline-block;
  }
}

.sec12 {
  margin-bottom: 10rem;
}
.sec12 p.add_ftP {
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 750px) {
  .sec12 p.add_ftP {
    font-size: 2rem;
  }
}
.sec12 .Philippine {
  max-width: 650px;
  display: block;
  margin: 2rem auto;
}/*# sourceMappingURL=style.css.map */