@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "YuGothic", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #000;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

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

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

a {
  text-decoration: none;
}

/* ----------------------------
ここから
------------------------------- */
header {
  background-color: #040347;
  background-image: url(../images/q.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 18% 0 10px;
}
header > img {
  width: 46%;
  max-width: 245px;
  margin: 10% auto;
}
header h1 {
  width: 80%;
  max-width: 730px;
  margin: 10% auto;
}
header .day {
  width: 85%;
  max-width: 430px;
  margin: 10% auto;
}
header p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
header .btn {
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 10% auto;
  transform: translate3d(0, 0, 0);
  filter: brightness(1);
  transition: filter 0.3s, transform 0.3s;
}
header .btn:active {
  filter: brightness(1.2);
  transform: translate3d(0, 5px, 0);
}

@media all and (min-width: 640px) {
  header {
    padding-top: 70px;
    background-size: contain;
  }
  header > img {
    margin: 50px auto;
  }
  header h1 {
    width: 90%;
    margin: 50px auto;
  }
  header .day {
    margin: 40px auto;
  }
  header .btn {
    margin: 40px auto 30px;
    pointer-events: none;
  }
  header .btn:hover {
    filter: brightness(1.2);
    transform: translate3d(0, 5px, 0);
  }
}
@media all and (min-width: 1000px) {
  header {
    padding-top: 20px;
  }
}
main {
  position: relative;
  padding-bottom: 10%;
}

@media all and (min-width: 640px) {
  main {
    padding-bottom: 60px;
  }
}
.sec1 {
  margin: 0 auto;
}
.sec1 h2 {
  width: 92%;
  margin: 10% auto;
  max-width: 650px;
}
.sec1 h3 {
  width: 88%;
  margin: 12% auto 9%;
  max-width: 500px;
}
.sec1 p {
  margin: 0 auto 1.5em;
  width: 85%;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.8;
}
.sec1 h2 + p {
  font-size: 15px;
}
.sec1 h2 + p br {
  display: none;
}
.sec1 > div {
  margin: 10% auto;
  width: 60%;
  max-width: 300px;
  height: 1px;
  background-color: #ccc;
}
.sec1 span {
  width: 85%;
  max-width: 640px;
  margin: 0 auto 15%;
  text-align: right;
  display: block;
  font-size: 20px;
}
.sec1 span small {
  font-size: 12px;
  display: block;
}

@media all and (min-width: 640px) {
  .sec1 h2 {
    margin: 70px auto;
  }
  .sec1 p {
    font-size: 16px;
    line-height: 2;
  }
  .sec1 h2 + p {
    max-width: 670px;
    font-size: 18px;
    line-height: 2.22;
  }
  .sec1 > div {
    margin: 80px auto;
  }
  .sec1 h3 {
    margin: 80px auto 60px;
  }
  .sec1 span {
    margin: 50px auto 90px;
    font-size: 24px;
  }
  .sec1 span small {
    font-size: 14px;
    display: inline-block;
    padding-right: 1em;
  }
}
@media all and (min-width: 768px) {
  .sec1 h2 + p {
    text-align: center;
  }
  .sec1 h2 + p br {
    display: block;
  }
}
@media all and (min-width: 800px) {
  .sec1 h2 + p br.tb {
    display: none;
  }
}
section {
  padding: 10px 0;
}
section h4 {
  width: 92%;
  max-width: 800px;
  margin: 10% auto 5%;
  text-align: center;
  font-size: min(7.5vw, 36px);
  font-weight: bold;
  color: #040347;
  line-height: 1.7;
}
section h4 span {
  display: block;
  font-size: 50%;
  font-family: "Oswald", sans-serif;
  color: #ccb848;
  border-top: solid 2px #ccc;
  padding-top: 5px;
  letter-spacing: 0.2em;
}
section br.pc {
  display: none;
}

.sec2 {
  background-color: #f4f4f7;
}
.sec2 table {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 15%;
  border-collapse: collapse;
}
.sec2 table tr {
  border-bottom: solid 2px #f4f4f7;
}
.sec2 table th {
  background-color: #e4e4ea;
  width: 5em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.sec2 table td {
  background-color: #fff;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.sec2 table td a {
  font-weight: bold;
  font-size: 12px;
}

@media all and (min-width: 640px) {
  section h4 {
    margin: 90px auto 60px;
  }
  section br.sp {
    display: none;
  }
  section br.pc {
    display: block;
  }
  .sec2 table {
    margin: 60px auto 110px;
  }
  .sec2 table th {
    width: min(15vw, 150px);
    font-size: 15px;
  }
  .sec2 table td {
    font-size: 17px;
    padding: 1em;
  }
  .sec2 table td a {
    font-size: 14px;
  }
  .sec2 table td a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 768px) {
  .sec2 table td {
    padding: 1em 1.3em;
  }
}
.sec3 {
  padding-bottom: 10%;
}
.sec3 ul {
  width: 92%;
  margin: 0 auto 5%;
  max-width: 800px;
}
.sec3 ul li {
  display: flex;
}
.sec3 ul li .time {
  position: relative;
  text-align: right;
  margin: 0 5% 0 0;
  padding-bottom: 20px;
}
.sec3 ul li .time p {
  text-align: left;
  font-family: "Oswald", sans-serif;
  color: #ccb848;
  font-size: min(7.5vw, 48px);
  line-height: 1;
  padding: 0.2em 0;
  background-color: #fff;
}
.sec3 ul li .time p + p {
  text-align: right;
  font-size: min(5.5vw, 24px);
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 0;
}
.sec3 ul li .time p + p::before {
  content: "▼";
  font-size: 50%;
  display: block;
  margin: 0 0 0.5em;
  text-align: center;
}
.sec3 ul li .time div {
  width: 1px;
  height: 100%;
  background-color: #aaa;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.sec3 ul li .detail {
  padding-bottom: 20px;
}
.sec3 ul li .detail h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-top: 5px;
}
.sec3 ul li .detail h3 span {
  color: #ccb848;
  font-size: 70%;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.sec3 ul li .detail h3 small {
  font-size: 110%;
  font-weight: bold;
}
.sec3 ul li .detail h3 strong {
  font-size: 130%;
  font-weight: bold;
}
.sec3 ul li .detail > p {
  font-size: 14px;
  line-height: 1.6;
}
.sec3 ul li .detail h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
}
.sec3 ul li .detail .pc_flex {
  margin-top: 15px;
}
.sec3 ul li .detail .pc_flex > img {
  display: none;
}
.sec3 ul li .detail .pc_flex + .pc_flex {
  margin-top: 30px;
}
.sec3 ul li .detail .sp_flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.sec3 ul li .detail .sp_flex img {
  width: 40%;
  margin-right: 5%;
  max-width: 135px;
}
.sec3 ul li .detail .sp_flex p {
  font-size: 12px;
  line-height: 1.5;
}
.sec3 ul li .detail .sp_flex p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.sec3 ul li .detail .sp_flex p span small {
  font-size: 75%;
  font-weight: bold;
}
.sec3 ul li .detail .profile {
  font-size: 12px;
  line-height: 1.5;
}
.sec3 ul li .detail .profile + p {
  font-weight: bold;
  margin-top: 1em;
  font-size: 15px;
}
.sec3 > p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.6;
}

@media all and (min-width: 640px) {
  .sec3 {
    padding-bottom: 60px;
  }
  .sec3 ul {
    margin: 0 auto 30px;
  }
  .sec3 ul li .time {
    flex-shrink: 0;
    width: 110px;
    margin-right: 30px;
    margin-top: -7px;
  }
  .sec3 ul li .time p {
    letter-spacing: 0.05em;
  }
  .sec3 ul li .time p + p {
    letter-spacing: 0.1em;
    margin-top: -5px;
  }
  .sec3 ul li .time p + p::before {
    font-size: 16px;
    line-height: 1;
  }
  .sec3 ul li .time div {
    left: 20px;
  }
  .sec3 ul li .detail {
    width: 660px;
    min-height: 80px;
    padding-bottom: 40px;
  }
  .sec3 ul li .detail h3 {
    font-size: 21px;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .sec3 ul li .detail h3 span {
    font-size: 15px;
  }
  .sec3 ul li .detail h3 small {
    font-size: 24px;
  }
  .sec3 ul li .detail h3 strong {
    font-size: 28px;
  }
  .sec3 ul li .detail > p {
    font-size: 16px;
  }
  .sec3 ul li .detail h2 {
    font-size: 30px;
  }
  .sec3 ul li .detail .pc_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .sec3 ul li .detail .pc_flex > img {
    display: block;
    width: 135px;
    margin-right: 35px;
  }
  .sec3 ul li .detail .pc_flex + .pc_flex {
    margin-top: 40px;
  }
  .sec3 ul li .detail .sp_flex > img {
    display: none;
  }
  .sec3 ul li .detail .sp_flex p {
    font-size: 15px;
  }
  .sec3 ul li .detail .sp_flex p span {
    font-size: 30px;
  }
  .sec3 ul li .detail .profile {
    font-size: 14px;
    line-height: 1.65;
  }
  .sec3 ul li .detail .profile + p {
    margin-top: 1.5em;
    font-size: 18px;
  }
  .sec3 > p {
    text-align: center;
    font-size: 14px;
  }
}
.sec4 {
  background-color: #f4f4f7;
}
.sec4 h2 {
  width: 70%;
  max-width: 620px;
  margin: 10% auto;
}
.sec4 .boxWrap {
  margin-bottom: 15%;
}
.sec4 .box {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 80%;
  max-width: 320px;
  padding: 10% 0;
  margin: 5% auto;
  border-radius: 50%;
  position: relative;
}
.sec4 .box > img {
  margin-bottom: 5%;
}
.sec4 .box p {
  width: 75%;
  max-width: 225px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
}
.sec4 .box span {
  position: absolute;
  width: 22%;
  right: -10%;
  top: 50%;
}

@media all and (min-width: 640px) {
  .sec4 h2 {
    margin: 90px auto 60px;
  }
  .sec4 .boxWrap {
    max-width: 1020px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sec4 .box {
    width: 48%;
    padding: 35px 0;
    margin: 0 auto 30px;
  }
  .sec4 .box > img {
    margin-bottom: 10px;
  }
  .sec4 .box p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sec4 .box span {
    position: absolute;
    width: 160px;
    right: -120px;
    top: 120px;
  }
}
@media all and (min-width: 768px) {
  .sec4 .box {
    margin: 0 30px 30px;
    aspect-ratio: 1/1;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1020px) {
  .sec4 .box {
    margin: 0 0 30px;
  }
  .sec4 .box:nth-of-type(2), .sec4 .box:nth-of-type(4) {
    margin: 0 30px 30px;
  }
}
.sec5 h3 {
  width: 68%;
  margin: 12% auto 9%;
  max-width: 385px;
}
.sec5 > p {
  margin: 0 auto 1.5em;
  width: 85%;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.8;
}
.sec5 span {
  width: 85%;
  max-width: 640px;
  margin: 0 auto 15%;
  text-align: right;
  display: block;
  font-size: 20px;
}
.sec5 span small {
  font-size: 12px;
  display: block;
}
.sec5 .column {
  background-color: #f4f4f7;
  width: 92%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 5%;
  box-sizing: border-box;
}
.sec5 .column h5 {
  text-align: center;
  color: #040347;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec5 .column p {
  font-size: 14px;
  line-height: 1.8;
}

@media all and (min-width: 640px) {
  .sec5 h3 {
    margin: 90px auto 60px;
  }
  .sec5 > p {
    font-size: 16px;
    line-height: 2;
  }
  .sec5 span {
    margin: 50px auto 90px;
    font-size: 24px;
  }
  .sec5 span small {
    font-size: 14px;
    display: inline-block;
    padding-right: 1em;
  }
  .sec5 .column {
    padding: 30px 50px 50px;
  }
  .sec5 .column h5 {
    font-size: 20px;
  }
  .sec5 .column p {
    font-size: 15px;
  }
  .sec5 a {
    margin: 40px auto 80px;
  }
}
.fixed_btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-top: 10%;
  padding: 20px 0 10px;
  transition: opacity 0.5s;
  pointer-events: none;
}
.fixed_btn a {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  transform: translate3d(0, 0, 0);
  filter: brightness(1) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s, transform 0.3s;
}
.fixed_btn a:active {
  filter: brightness(1.2) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
  transform: translate3d(0, 5px, 0);
}
.fixed_btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

.fixed_book {
  position: fixed;
  right: 0;
  top: 10px;
  width: 30%;
  max-width: 175px;
  display: block;
  z-index: 3;
  filter: brightness(1) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s, transform 0.3s;
}
.fixed_book:active {
  filter: brightness(1.2) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}

@media all and (min-width: 640px) {
  .fixed_btn {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .fixed_btn a:hover {
    filter: brightness(1.2) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    transform: translate3d(0, 5px, 0);
  }
  .fixed_book:hover {
    filter: brightness(1.2) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
  }
}
@media all and (min-width: 1000px) {
  .fixed_book {
    top: auto;
    bottom: 30px;
  }
}
/* ----------------------------
フッター
------------------------------- */
footer {
  padding: 20px 0;
  background: #000;
}
footer p {
  text-align: center;
  font-family: sans-serif;
  color: #fff;
}
footer p:first-of-type {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: bold;
}
footer p:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.87;
  margin-bottom: 1em;
}
footer p:last-of-type {
  font-size: 12px;
  line-height: 1;
}

@media all and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
  footer p:first-of-type {
    font-size: 18px;
  }
  footer p:nth-of-type(2) {
    font-size: 15px;
  }
  footer p:last-of-type {
    font-size: 14px;
  }
}