@charset "UTF-8";
/*CSSライブラリのインポート*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: "Merriweather", serif;
  scroll-behavior: smooth;
}

body {
  background-color: #FBFBFB;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.button {
  display: block;
  width: 300px;
  height: 60px;
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #003C7E), to(#006DE4));
  background-image: linear-gradient(0deg, #003C7E 40%, #006DE4 100%);
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
          box-shadow: 2px 2px 5px #b9b9b9;
  font-family: "Noto Sans", sans-serif;
}

.button:hover, .btn-kanri:hover, .btn-model:hover, .btn-modeltry:hover {
  opacity: 0.7;
}

p {
  text-align: justify;
}

li {
  list-style: none;
}

.footer-text p {
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  font-weight: bold;
}

.logo-img {
  max-width: 230px;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

img {
  vertical-align: bottom;
}

/* =========================
      main
=========================== */
.title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 60px 0 30px;
}

.top-sub, .main-text {
  font-family: "Noto Sans", sans-serif;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-card {
  margin: 10px auto;
}

.event-card img {
  width: 328px;
  height: 185px;
}

.line-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 60, 126, 0.5)));
  background: linear-gradient(transparent 70%, rgba(0, 60, 126, 0.5) 70%);
}

.question {
  width: 242px;
  margin: auto auto 20px auto;
}

.question-area {
  text-align: center;
}

.check-area {
  margin: 0 20px 40px 20px;
}

.check-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-w img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.check-w p {
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.kaiketsu {
  background: -webkit-gradient(linear, right top, left top, from(#006de4), to(#003c7e));
  background: linear-gradient(-90deg, #006de4, #003c7e);
  height: 110px;
  position: relative;
}

.kaiketsu p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}

.text-large {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.triangle {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 24px solid #FBFBFB;
  border-bottom: 0;
}

.title-point {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
}

.title-point::after {
  content: "";
  width: 30px;
  height: 8px;
  display: inline-block;
  background-color: #003C7E;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 15px);
  border-radius: 20px;
}

.color-orange {
  color: #FF9E42;
}

.top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
}

.top-img-area img {
  width: 100%;
}

.top-sub {
  font-size: 14px;
  padding-top: 20px;
}

.number-l {
  font-size: 32px;
  font-family: 'Roboto', serif;
  color: #FF9E42;
}

.top-maintitle {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
  padding: 10px 0;
}

.top-text {
  font-size: 16px;
  font-weight: bold;
}

.top-text-area {
  margin: 0 20px;
}

.text-large2 {
  font-size: 24px;
}

.point {
  padding-bottom: 60px;
}

.point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 10px 20px;
}

.point-img-area img {
  width: 100%;
}

.point-number {
  font-size: 24px;
  color: #FF9E42;
}

.number-l {
  font-size: 32px;
  font-family: 'Roboto', serif;
  color: #FF9E42;
}

.point-maintitle {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
}

.point-text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}

.bgi-blue {
  background-color: rgba(0, 60, 126, 0.1);
}

.btn-copy {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
  padding-top: 60px;
}

.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}

.title-support {
  padding-top: 0;
}

.point-maintitle-support {
  font-size: 20px;
}

.btn-kanri {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 60px auto 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), color-stop(50%, #757575));
  background-image: linear-gradient(180deg, #DBDBDB 0%, #757575 50%);
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
          box-shadow: 2px 2px 5px #b9b9b9;
}

.kanri-text {
  max-width: 300px;
  margin: 10px auto;
  font-size: 12px;
  text-align: center;
  padding-bottom: 60px;
  font-family: "Noto Sans", sans-serif;
}

.reason-img {
  width: 100%;
  width: 306px;
  height: 203px;
}

.reason-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.reason-maintitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  letter-spacing: -2px;
}

.reason-text {
  font-size: 16px;
  margin: 0 20px;
}

.reason-text p {
  font-family: "Noto Sans", sans-serif;
}

.reason-card {
  text-align: center;
  max-width: 300px;
  margin: 0 15px;
}

.reason-card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-15min {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD942), color-stop(50%, #FF9E42));
  background-image: linear-gradient(180deg, #FFD942 0%, #FF9E42 50%);
  color: #333;
  font-family: "Noto Sans", sans-serif;
}

.text-orange {
  color: #FF9E42;
}

.program-text {
  font-size: 16px;
  margin: 0 20px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.circle-card {
  background-color: rgba(0, 60, 126, 0.5);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 10px auto 10px;
  position: relative;
}

.circle-card span {
  font-family: "Noto Sans", sans-serif;
}

.arrow {
  display: inline-block;
  width: 40px;
  height: 60px;
  background: #b3b3b3;
  -webkit-clip-path: polygon(0 64.6%, 35.9% 64.6%, 35.9% 0, 64.1% 0, 64.1% 64.6%, 100% 64.6%, 50% 100%);
          clip-path: polygon(0 64.6%, 35.9% 64.6%, 35.9% 0, 64.1% 0, 64.1% 64.6%, 100% 64.6%, 50% 100%);
}

.circle {
  text-align: center;
}

.circle-card p {
  color: #fff;
  text-align: center;
  line-height: 200px;
}

.circle-card span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.model-img img {
  width: 375px;
  margin: auto;
  display: block;
}

.btn-model {
  font-size: 11px;
  margin: auto;
  height: 60px;
}

.btn-modeltry {
  display: block;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto 20px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #003C7E), to(#006DE4));
  background-image: linear-gradient(0deg, #003C7E 40%, #006DE4 100%);
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
          box-shadow: 2px 2px 5px #b9b9b9;
  font-family: "Noto Sans", sans-serif;
}

.model {
  padding-bottom: 60px;
}

.plus-text {
  text-align: center;
  font-weight: bold;
}

.plus-img {
  width: 350px;
  display: block;
  margin: 10px auto;
}

.model14 {
  font-size: 14px;
}

.plus {
  padding-bottom: 60px;
}

.point-img-area img {
  width: 100%;
}

.block {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
  padding-bottom: 0vw;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#eeeeee));
  background-image: linear-gradient(to bottom, #D9D9D9, #eeeeee);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
  z-index: -1;
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
}

.block-2 {
  height: 450px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #003C7E), to(#006DE4));
  background-image: linear-gradient(90deg, #003C7E 40%, #006DE4 100%);
  margin-top: -12vw;
  padding-top: 12vw;
}

.manabu img {
  width: 270px;
  height: 203px;
  display: block;
  margin: auto;
}

.manabu-text {
  text-align: center;
  font-size: 24px;
  padding-top: 60px;
  font-weight: bold;
}

.block-title {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.block-title-large {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  -webkit-text-decoration-color: #FF9E42;
          text-decoration-color: #FF9E42;
}

.block2-text {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  font-family: "Noto Sans", sans-serif;
}

.title-contents {
  color: #F24822;
}

.kouza10 {
  border-left: #003C7E 24px solid;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.contents10 {
  margin: 0 20px;
}

.contents-text {
  padding: 20px 0 0 0;
}

.kouza-text {
  font-size: 16px;
  padding-left: 34px;
  font-family: "Noto Sans", sans-serif;
}

.event-card p {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.month, .year {
  width: 163px;
  height: 60px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, #003C7E), to(rgba(0, 109, 228, 0.5)));
  background-image: linear-gradient(270deg, #003C7E 40%, rgba(0, 109, 228, 0.5) 100%);
  border-radius: 10px;
  position: relative;
}

.plan-title {
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-family: "Noto Sans", sans-serif;
}

.osusume {
  color: #fff;
  text-align: center;
  padding-top: 8px;
}

.plan {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-card {
  margin: 0 5px;
}

.ribbon15 {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  z-index: 2;
  width: 28px;
  text-align: center;
  color: white;
  font-size: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE342), to(#FF9E42));
  background: linear-gradient(#FFE342 0%, #FF9E42 100%);
  border-radius: 2px 0 0 0;
}

.ribbon15:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #FF9E42;
  border-right: solid 6px transparent;
}

.ribbon15:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 14px solid #FF9E42;
  border-right: 14px solid #FF9E42;
  border-bottom: 10px solid transparent;
}

.flex img {
  padding-top: 10px;
}

.flex p {
  font-size: 6px;
}

.f-roboto {
  font-family: 'Roboto',serif;
}

.price {
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

.ikkatsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ikkatsu p {
  font-size: 11px;
  color: #F24822;
  margin: auto 10px;
  font-weight: bold;
}

.ikkatsu-large {
  font-family: 'Roboto',serif;
  color: #F24822;
}

.otoku {
  border: #F24822 solid 2px;
  border-radius: 20px;
  padding: 4px 20px;
}

.matomete {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.plan-footer p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.plan-footer {
  padding-top: 20px;
  padding-bottom: 30px;
}

.check-area {
  margin: 0 auto;
  display: inline-block;
}

.check-w {
  padding: 5px 0;
}

.check-w:last-child {
  padding-bottom: 20px;
}

.ok-img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}

.btn-wh {
  background: #fff;
  border: #003C7E 1px solid;
  color: #003C7E;
}

.btn-or {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD942), color-stop(50%, #FF9E42));
  background-image: linear-gradient(180deg, #FFD942 0%, #FF9E42 50%);
  color: #333;
}

footer {
  background-color: #333;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-flex a {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  padding: 20px 40px;
  color: #fff;
}

.footer-text p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* =========================
      pc版
=========================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .logo-img {
    max-width: 300px;
    padding-left: 20px;
  }
  .heading {
    -ms-grid-column-align: start;
        justify-self: start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header {
    position: fixed;
    top: 0px;
    z-index: 999;
    height: 86px;
    background-color: #fff;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-visual {
    padding-top: 86px;
  }
  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-area0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .button {
    width: 180px;
    margin: 10px 4px;
    font-size: 10px;
  }
  .btn-navi {
    width: 140px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    margin: auto 2px;
  }
  .title {
    font-size: 32px;
  }
  .title40 {
    font-size: 40px;
  }
  .event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 20px;
  }
  .question-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: auto;
  }
  .question {
    width: 340px;
  }
  .check-area {
    margin: auto;
  }
  .check-w {
    padding: 10px;
  }
  .check-w img {
    width: 40px;
    height: 40px;
  }
  .check-w p {
    font-size: 16px;
    padding-top: 8px;
  }
  .kaiketsu {
    max-width: 1000px;
    margin: auto;
  }
  .kaiketsu p {
    font-size: 24px;
  }
  .text-large {
    font-size: 48px;
  }
  .kaiketsu p {
    padding-top: 24px;
  }
  .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-text-area {
    padding-right: 20px;
  }
  .point-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: 10px 20px;
  }
  .point-text-area {
    padding-right: 20px;
  }
  .point-img-area img {
    max-width: 450px;
    max-height: 300px;
  }
  .btn-copy {
    font-size: 24px;
  }
  .btn-kanri {
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .kanri-text {
    max-width: 600px;
    font-size: 14px;
  }
  .reason-img {
    max-width: 305px;
  }
  .reason-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason-maintitle {
    font-size: 32px;
  }
  .reason-text {
    font-size: 20px;
  }
  .arrow2 {
    display: inline-block;
    width: 70px;
    height: 56.6px;
    background: #b3b3b3;
    -webkit-clip-path: polygon(0 32.3%, 59.6% 32.3%, 59.6% 0, 100% 50%, 59.6% 100%, 59.6% 67.7%, 0 67.7%);
            clip-path: polygon(0 32.3%, 59.6% 32.3%, 59.6% 0, 100% 50%, 59.6% 100%, 59.6% 67.7%, 0 67.7%);
    margin: auto;
  }
  .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .circle-card {
    background-color: rgba(0, 60, 126, 0.5);
    width: 215px;
    height: 215px;
  }
  .circle-card span {
    width: 215px;
  }
  .model-img img {
    width: auto;
    max-width: 1000px;
  }
  .button {
    height: 40px;
    line-height: 40px;
  }
  .btn-modeltry {
    max-width: 600px;
    font-size: 18px;
  }
  .manabu-text {
    font-size: 32px;
  }
  .block-2 {
    height: 600px;
  }
  .event-card img {
    width: 257px;
    height: 150px;
  }
  .question {
    margin: auto;
  }
  .footer-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  button {
    width: 200px;
  }
  .check-w p {
    font-size: 20px;
  }
  .main-text {
    font-size: 14px;
    padding-top: 14px;
  }
  .point-number {
    font-size: 32px;
  }
  .number-l {
    font-size: 48px;
  }
  .point-maintitle {
    font-size: 32px;
  }
  .point-text {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .point-area {
    margin: 10px auto;
  }
  .number-l {
    font-size: 48px;
  }
  .top-maintitle {
    font-size: 32px;
  }
  .top-text {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .top-area {
    margin: 10px auto;
  }
  .point-maintitle-support {
    font-size: 28px;
  }
  .program-text {
    max-width: 1000px;
    margin: auto;
  }
  .circle {
    max-width: 1000px;
    margin: auto;
  }
  .arrow2 {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #b3b3b3;
    -webkit-clip-path: polygon(0 32.3%, 59.6% 32.3%, 59.6% 0, 100% 50%, 59.6% 100%, 59.6% 67.7%, 0 67.7%);
            clip-path: polygon(0 32.3%, 59.6% 32.3%, 59.6% 0, 100% 50%, 59.6% 100%, 59.6% 67.7%, 0 67.7%);
    margin: auto;
  }
  .block-title {
    font-size: 48px;
  }
  .block-title-large {
    font-size: 64px;
  }
  .block2-text {
    font-size: 24px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .month, .year {
    width: 490px;
    height: 100px;
  }
  .plan-title {
    line-height: 100px;
    font-size: 24px;
  }
  .plan {
    max-width: 1000px;
    margin: 0 auto;
  }
  .price {
    font-size: 24px;
  }
  .f-roboto {
    font-size: 50px;
  }
  .ikkatsu p {
    font-size: 20px;
  }
  .matomete {
    font-size: 14px;
    padding-top: 10px;
  }
  .ribbon15 {
    right: 60px;
    width: 60px;
    font-size: 30px;
  }
  .ribbon15:after {
    border-left: 30px solid #FF9E42;
    border-right: 30px solid #FF9E42;
  }
  .flex p {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .ikkatsu-large {
    font-size: 30px;
    color: #F24822;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    width: 330px;
    height: 60px;
    line-height: 60px;
    margin: 24px 4px 4px 4px;
    font-size: 16px;
  }
  .logo-img {
    max-width: 500px;
  }
  .btn-navi {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .main-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 2560px) {
  h1 {
    font-size: 100px;
    padding: 70px 0;
  }
  button {
    width: 500px;
    height: 80px;
    margin: 30px 10px 10px 10px;
    font-size: 24px;
  }
  .logo-img {
    max-width: 100%;
  }
  .btn-navi {
    width: 300px;
    height: 70px;
    font-size: 24px;
  }
  .event-card img {
    max-width: 528px;
  }
}
/*# sourceMappingURL=style.css.map */