@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

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

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #FAF5EA;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0;
  color: #333;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.3s;
  }
  a:hover,
  input[type=button]:hover,
  button:hover {
    opacity: 0.75;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a,
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  #p01, #p02, #p03, #p04 {
    display: inline-block;
    width: 1px;
    height: 1px;
    position: relative;
    top: -100px;
  }
  #e01, #e02, #e03, #e04, #e05 {
    display: inline;
    width: 1px;
    height: 1px;
    position: relative;
    top: -150px;
  }
  #Wrapper {
    overflow: hidden;
  }
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header__title {
    padding: 20px 0 0 19px;
    width: 21.46vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__title {
    width: 278px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu {
    margin-top: 25px;
    padding-right: 22.85vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__menu {
    padding-right: 296px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu ul {
    display: flex;
  }
  .header__menu ul li {
    font-size: 1.081vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__menu ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu ul li a {
    color: #333333;
  }
  .header__menu ul li + li {
    margin-left: 2.162vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__menu ul li + li {
    margin-left: 28px;
  }
}
@media screen and (min-width: 769px) {
  .header__btns {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__btns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 21.31vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__btns ul {
    width: 276px;
  }
}
@media screen and (min-width: 769px) {
  .header__btns ul li {
    width: 50%;
  }
  .header__btns ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 68px;
    color: white;
    line-height: 1;
    font-size: 1.544vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .header__btns ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__btns ul li:nth-of-type(1) a {
    background-color: #FFBA00;
  }
  .header__btns ul li:nth-of-type(2) a {
    background-color: #E5690F;
  }
  .mainvisual {
    background-color: white;
    background-image: url(../images/mv-bg.png);
    background-size: 1411px auto;
    background-position: center -156px;
    background-repeat: no-repeat;
  }
  .mainvisual-wrap {
    position: relative;
    height: 645px;
  }
  .mainvisual__title {
    max-width: 1230px;
    padding-top: 190px;
    padding-left: 23px;
    margin-inline: auto;
  }
  .mainvisual__title img {
    width: 49.26vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1295px) {
  .mainvisual__title img {
    width: 638px;
  }
}
@media screen and (min-width: 769px) {
  .about {
    position: relative;
    padding: 0 25px 75px;
  }
  .about::before {
    content: "";
    position: absolute;
    left: calc(50% - 68px);
    top: -124px;
    width: 68px;
    height: 197px;
    background-image: url(../images/about-bg.png);
    background-size: 68px 197px;
  }
  .about-wrap {
    position: relative;
    max-width: 1280px;
    margin-inline: auto;
  }
  .about-wrap-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .about__title {
    width: 49.2%;
  }
  .about__lead {
    width: 42.9%;
  }
  .about__lead p {
    color: #333333;
    line-height: 1.6;
    font-size: 1.127vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1330px) {
  .about__lead p {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .about__pct {
    width: 79.375%;
    margin-inline: auto;
  }
  .internship {
    padding-right: 25px;
    background-color: #ffffff;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 1255px) {
  .internship {
    padding-right: calc(50vw - 615px);
  }
}
@media screen and (min-width: 769px) {
  .internship::before {
    content: "";
    position: absolute;
    right: -16px;
    top: -160px;
    width: 73px;
    height: 235px;
    background-image: url(../images/internship-bg.png);
    background-size: 73px 235px;
  }
  .internship-wrap {
    position: relative;
    max-width: 1255px;
    padding: 20px 0 85px 25px;
    margin-inline: auto;
  }
  .internship-wrap-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1255px) {
  .internship-wrap {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .internship-wrap-wide {
    width: 1230px;
  }
}
@media screen and (min-width: 769px) {
  .internship__title {
    width: 41.3%;
    margin-right: 4.3%;
  }
  .internship__lead {
    width: 51.7%;
  }
  .internship__lead p {
    line-height: 1.6;
    font-size: 1.171vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .internship__lead p {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .internship__schedule {
    width: 82.6%;
    margin-inline: auto;
  }
  .internship__schedule__title {
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .internship__schedule__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .internship__schedule table {
    width: 100%;
  }
  .internship__schedule table th {
    width: 22.3%;
    text-align: center;
    vertical-align: middle;
    font-size: 1.406vw;
    font-weight: 700;
    color: white;
    background-color: #53B7FD;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .internship__schedule table th {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .internship__schedule table td {
    width: 77.7%;
    font-size: 1.171vw;
    padding: 5px 20px;
    background-color: #FAF5EA;
    border-bottom: 1px solid #C3C3C3;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .internship__schedule table td {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .internship__schedule table tr:nth-last-of-type(1) td {
    border-bottom: 0px;
  }
  .event {
    padding-top: 80px;
    position: relative;
  }
  .event::before {
    content: "";
    position: absolute;
    left: -16px;
    top: -94px;
    width: 73px;
    height: 227px;
    background-image: url(../images/event-bg.png);
    background-size: 73px 227px;
  }
  .event-wrap {
    position: relative;
    padding: 0 25px;
  }
  .event__title {
    width: 616px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .event__lead {
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 110px;
  }
  .event__navi {
    max-width: 1230px;
    margin-inline: auto;
    margin-bottom: 120px;
  }
  .event__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .event__navi ul li {
    position: relative;
    width: 23.5%;
  }
  .event__navi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 55px 0 50px;
    font-size: 1.562vw;
    line-height: 1.3;
    color: #333333;
    border: 4px solid #53B7FD;
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .event__navi ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .event__navi ul li a strong {
    color: #53B7FD;
  }
  .event__navi ul li a::before {
    position: absolute;
    top: -39px;
    left: calc(50% - 39px);
    content: "";
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
  }
  .event__navi ul li a::after {
    position: absolute;
    bottom: 16px;
    left: calc(50% - 12px);
    content: "";
    width: 25px;
    height: 15px;
    background-image: url(../images/event-ico-arrow1.png);
    background-size: 25px 15px;
  }
  .event__navi ul li a:hover {
    opacity: 0.5;
  }
  .event__navi ul li:nth-of-type(1) a::before {
    background-image: url(../images/event-ico1.png);
  }
  .event__navi ul li:nth-of-type(2) a::before {
    background-image: url(../images/event-ico2.png);
  }
  .event__navi ul li:nth-of-type(3) a::before {
    background-image: url(../images/event-ico3.png);
  }
  .event__navi ul li:nth-of-type(4) a::before {
    background-image: url(../images/event-ico4.png);
  }
  .event__navi__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    color: white;
    background-color: #53B7FD;
    border-radius: 10px;
  }
  .event__navi__btn a span {
    display: inline-block;
    font-size: 1.562vw;
    font-weight: 700;
    padding-right: 36px;
    background-image: url(../images/event-ico-arrow2.png);
    background-position: right center;
    background-size: 25px 15px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .event__navi__btn a span {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail {
    position: relative;
    max-width: 1016px;
    margin-inline: auto;
    margin-bottom: 125px;
  }
  .event__detail::before {
    content: "";
    position: absolute;
    top: -39px;
    left: calc(50% - 39px);
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
  }
  .event__detail-01::before {
    background-image: url(../images/event-ico1.png);
  }
  .event__detail-02::before {
    background-image: url(../images/event-ico2.png);
  }
  .event__detail-03::before {
    background-image: url(../images/event-ico3.png);
  }
  .event__detail-04::before {
    background-image: url(../images/event-ico4.png);
  }
  .event__detail-05 {
    margin-top: -40px;
    margin-bottom: 110px;
  }
  .event__detail-wrap {
    padding: 55px 28px 0;
    background-color: white;
    border-radius: 10px;
  }
  .event__detail-05 .event__detail-wrap {
    background-color: #53B7FD;
  }
  .event__detail__title {
    text-align: center;
    color: #333333;
    font-size: 2.803vw;
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: 4px solid #53B7FD;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1070px) {
  .event__detail__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail__title span {
    color: #53B7FD;
  }
  .event__detail-05 .event__detail__title {
    color: white;
    border-bottom: 4px solid #ffffff;
  }
  .event__detail__lead {
    margin-bottom: 40px;
  }
  .event__detail__lead p {
    color: #333333;
    font-size: 1.682vw;
    line-height: 1.66;
  }
}
@media screen and (min-width: 769px) and (min-width: 1070px) {
  .event__detail__lead p {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail-05 .event__detail__lead p {
    color: white;
  }
  .event__detail__recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .event__detail__recommend__pct {
    width: 50%;
  }
  .event__detail__recommend__text {
    width: 46.6%;
  }
  .event__detail__recommend__text-title {
    text-align: center;
    font-size: 1.588vw;
    line-height: 41px;
    font-weight: 700;
    color: white;
    background-color: rgba(83, 183, 253, 0.9);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1070px) {
  .event__detail__recommend__text-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail-05 .event__detail__recommend__text-title {
    color: #53B7FD;
    background-color: white;
  }
  .event__detail__recommend__text-comment {
    height: calc(100% - 48px);
    padding: 15px 22px;
    background-color: rgba(83, 183, 253, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .event__detail-05 .event__detail__recommend__text-comment {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .event__detail__recommend__text-comment p {
    color: #333333;
    font-size: 1.682vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) and (min-width: 1070px) {
  .event__detail__recommend__text-comment p {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail__voice {
    margin-bottom: 15px;
  }
  .event__detail__voice__title {
    width: 262px;
    margin-inline: auto;
    margin-bottom: 120px;
  }
  .event__detail__voice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event__detail__voice ul li {
    position: relative;
    width: 32.29%;
    min-height: 128px;
    font-size: 1.401vw;
    line-height: 1.6;
    padding: 10px 15px;
    background-color: white;
    border: 2px solid #53B7FD;
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1070px) {
  .event__detail__voice ul li {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .event__detail__voice ul li::before {
    position: absolute;
    top: -98px;
    left: calc(50% - 75px);
    content: "";
    width: 150px;
    height: 98px;
    background-image: url(../images/event-voice-illust.png);
    background-size: 150px 98px;
  }
  .event__detail-05 .event__detail__voice ul li::before {
    background-image: url(../images/event-voice-illust-wh.png);
  }
  .event__detail__btn {
    position: relative;
    bottom: -34px;
  }
  .event__detail__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 372px;
    height: 68px;
    background-color: #E5690F;
    border-radius: 34px;
    margin-inline: auto;
  }
  .event__detail__btn a img {
    transition: ease 0.3s;
  }
  .event__detail__btn a:hover {
    opacity: 1;
    background-color: #f08c44;
  }
  .event__detail__btn a:hover img {
    opacity: 0.7;
  }
  .faq {
    padding-left: 25px;
    background-color: #ffffff;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 1255px) {
  .faq {
    padding-left: calc(50vw - 615px);
  }
}
@media screen and (min-width: 769px) {
  .faq::before {
    content: "";
    position: absolute;
    right: -16px;
    top: -143px;
    width: 73px;
    height: 235px;
    background-image: url(../images/faq-bg.png);
    background-size: 73px 235px;
  }
  .faq-wrap {
    position: relative;
    max-width: 1255px;
    padding: 55px 25px 55px 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 1255px) {
  .faq-wrap {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .faq-wrap-wide {
    width: 1230px;
  }
}
@media screen and (min-width: 769px) {
  .faq__title {
    width: 136px;
    margin-inline: auto;
    margin-bottom: 45px;
  }
  .faq__detail {
    width: 82.6%;
    margin-inline: auto;
  }
  .faq__detail dl {
    background-color: white;
    border: 2px solid #53B7FD;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .faq__detail dl dt {
    position: relative;
    font-size: 1.406vw;
    font-weight: 700;
    color: white;
    padding: 20px 28px 20px 78px;
    background-color: #53B7FD;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .faq__detail dl dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .faq__detail dl dt::before {
    position: absolute;
    top: calc(50% - 16px);
    left: 28px;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/faq-title-q.png);
    background-size: 32px 32px;
  }
  .faq__detail dl dd {
    position: relative;
    font-size: 1.171vw;
    line-height: 1.6;
    padding: 20px 28px 20px 78px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .faq__detail dl dd {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .faq__detail dl dd::before {
    position: absolute;
    top: 22px;
    left: 28px;
    content: "";
    width: 29px;
    height: 29px;
    background-image: url(../images/faq-title-a.png);
    background-size: 29px 29px;
  }
  .footer {
    position: relative;
  }
  .footer::before {
    content: "";
    position: absolute;
    left: -16px;
    top: -207px;
    width: 73px;
    height: 227px;
    background-image: url(../images/footer-bg.png);
    background-size: 73px 227px;
  }
  .footer-wrap {
    padding: 58px 25px;
  }
  .footer__title a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1016px;
    background-color: #E5690F;
    border-radius: 18px;
    margin-inline: auto;
    padding: 20px 0;
  }
  .footer__title a img {
    width: 42.89vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .footer__title a img {
    width: 549px;
  }
}
@media screen and (min-width: 769px) {
  .footer__title a::after {
    content: "";
    position: absolute;
    right: 35px;
    top: calc(50% - 19px);
    width: 22px;
    height: 38px;
    background-image: url(../images/footer-btn-ico.png);
    background-size: 22px 38px;
  }
}
@media screen and (max-width: 768px) {
  #p01, #p02, #p03, #p04 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -60px;
  }
  #e01, #e02, #e03, #e04, #e05 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -90px;
  }
  #Wrapper {
    overflow: hidden;
  }
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 55px;
  }
  .header__menu {
    width: 55px;
  }
  .header__menu button {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: transparent;
  }
  .mainvisual-wrap {
    position: relative;
    height: 503px;
    padding-top: 75px;
    background-color: white;
    background-image: url(../images/mv-bg--sp.png);
    background-size: 402px auto;
    background-position: center -18px;
    background-repeat: no-repeat;
  }
  .mainvisual__logo {
    position: absolute;
    top: 17px;
    left: 19px;
    width: 210px;
  }
  .mainvisual__title {
    padding-left: 15px;
  }
  .mainvisual__title img {
    width: 310px;
  }
  .about {
    padding: 30px 15px 47px;
    position: relative;
  }
  .about::before {
    content: "";
    position: absolute;
    left: calc(50% - 108px);
    top: -73px;
    width: 25px;
    height: 90px;
    background-image: url(../images/about-bg--sp.png);
    background-size: 25px 90px;
  }
  .about__title {
    margin-bottom: 22px;
  }
  .about__lead {
    margin-bottom: 40px;
  }
  .about__lead p {
    color: #333333;
    line-height: 1.4;
    font-size: 13px;
  }
  .internship {
    position: relative;
    background-color: white;
  }
  .internship::before {
    content: "";
    position: absolute;
    right: -6px;
    top: -83px;
    width: 36px;
    height: 117px;
    background-image: url(../images/internship-bg--sp.png);
    background-size: 36px 117px;
  }
  .internship-wrap {
    padding: 15px 15px 45px 15px;
    margin-inline: auto;
  }
  .internship-wrap-top {
    margin-bottom: 30px;
  }
  .internship__title {
    width: 82.7%;
    margin-bottom: 22px;
  }
  .internship__lead p {
    font-size: 13px;
    line-height: 1.4;
  }
  .internship__schedule {
    width: 100%;
  }
  .internship__schedule__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 10px;
  }
  .internship__schedule table {
    width: 100%;
  }
  .internship__schedule table th {
    width: 29.3%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    color: white;
    background-color: #53B7FD;
    border-bottom: 1px solid #ffffff;
  }
  .internship__schedule table td {
    width: 70.7%;
    font-size: 13px;
    padding: 12px 10px;
    background-color: #FAF5EA;
    border-bottom: 1px solid #C3C3C3;
  }
  .internship__schedule table tr:nth-last-of-type(1) td {
    border-bottom: 0px;
  }
  .event {
    padding-top: 45px;
    position: relative;
  }
  .event::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -32px;
    width: 36px;
    height: 113px;
    background-image: url(../images/event-bg--sp.png);
    background-size: 36px 113px;
  }
  .event-wrap {
    position: relative;
    padding: 0 15px;
  }
  .event__title {
    width: 89.27%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .event__lead {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 42px;
  }
  .event__navi {
    margin-bottom: 65px;
  }
  .event__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event__navi ul li {
    position: relative;
    width: 47.8%;
    margin-bottom: 30px;
  }
  .event__navi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 98px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    color: #333333;
    border: 2px solid #53B7FD;
    border-radius: 5px;
  }
  .event__navi ul li a strong {
    color: #53B7FD;
  }
  .event__navi ul li a::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .event__navi ul li a::after {
    position: absolute;
    bottom: 8px;
    left: calc(50% - 6px);
    content: "";
    width: 12px;
    height: 7px;
    background-image: url(../images/event-ico-arrow1.png);
    background-size: 12px 7px;
  }
  .event__navi ul li:nth-of-type(1) a::before {
    background-image: url(../images/event-ico1--sp.png);
  }
  .event__navi ul li:nth-of-type(2) a::before {
    background-image: url(../images/event-ico2--sp.png);
  }
  .event__navi ul li:nth-of-type(3) a::before {
    background-image: url(../images/event-ico3--sp.png);
  }
  .event__navi ul li:nth-of-type(4) a::before {
    background-image: url(../images/event-ico4--sp.png);
  }
  .event__navi__btn {
    margin-top: -15px;
  }
  .event__navi__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    color: white;
    background-color: #53B7FD;
    border-radius: 5px;
  }
  .event__navi__btn a span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-right: 18px;
    background-image: url(../images/event-ico-arrow2.png);
    background-position: right center;
    background-size: 12px 7px;
    background-repeat: no-repeat;
  }
  .event__detail {
    position: relative;
    margin-inline: auto;
    margin-bottom: 75px;
  }
  .event__detail::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .event__detail-01::before {
    background-image: url(../images/event-ico1--sp.png);
  }
  .event__detail-02::before {
    background-image: url(../images/event-ico2--sp.png);
  }
  .event__detail-03::before {
    background-image: url(../images/event-ico3--sp.png);
  }
  .event__detail-04::before {
    background-image: url(../images/event-ico4--sp.png);
  }
  .event__detail-05 {
    margin-top: -15px;
    margin-bottom: 65px;
  }
  .event__detail-wrap {
    padding: 30px 14px 0;
    border-radius: 5px;
    background-color: white;
  }
  .event__detail-05 .event__detail-wrap {
    background-color: #53B7FD;
  }
  .event__detail__title {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #53B7FD;
    margin-bottom: 18px;
  }
  .event__detail__title span {
    color: #53B7FD;
  }
  .event__detail-05 .event__detail__title {
    color: white;
    border-bottom: 2px solid white;
  }
  .event__detail__lead {
    margin-bottom: 20px;
  }
  .event__detail__lead p {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
  }
  .event__detail-05 .event__detail__lead p {
    color: white;
  }
  .event__detail__recommend {
    margin-bottom: 34px;
  }
  .event__detail__recommend__pct {
    margin-bottom: 20px;
  }
  .event__detail__recommend__text-title {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    color: white;
    background-color: rgba(83, 183, 253, 0.9);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 3px;
  }
  .event__detail-05 .event__detail__recommend__text-title {
    color: #53B7FD;
    background-color: white;
  }
  .event__detail__recommend__text-comment {
    padding: 10px 13px 15px;
    background-color: rgba(83, 183, 253, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .event__detail-05 .event__detail__recommend__text-comment {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .event__detail__recommend__text-comment p {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
  }
  .event__detail__voice__title {
    width: 162px;
    margin-inline: auto;
    margin-bottom: 70px;
  }
  .event__detail__voice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .event__detail__voice ul li {
    position: relative;
    width: 47.16%;
    font-size: 13px;
    line-height: 1.4;
    padding: 7px 10px;
    background-color: white;
    border: 1px solid #53B7FD;
    border-radius: 5px;
    margin-bottom: 70px;
  }
  .event__detail__voice ul li::before {
    position: absolute;
    top: -51px;
    left: calc(50% - 37px);
    content: "";
    width: 75px;
    height: 51px;
    background-image: url(../images/event-voice-illust--sp.png);
    background-size: 75px 51px;
  }
  .event__detail-05 .event__detail__voice ul li::before {
    background-image: url(../images/event-voice-illust-wh--sp.png);
  }
  .event__detail__voice ul li:nth-of-type(1) {
    margin-right: auto;
  }
  .event__detail__voice ul li:nth-of-type(3) {
    margin-bottom: 5px;
  }
  .event__detail__btn {
    position: relative;
    bottom: -20px;
  }
  .event__detail__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 40px;
    background-color: #E5690F;
    border-radius: 20px;
    margin-inline: auto;
  }
  .faq {
    position: relative;
    background-color: white;
  }
  .faq::before {
    content: "";
    position: absolute;
    right: -6px;
    top: -47px;
    width: 36px;
    height: 117px;
    background-image: url(../images/faq-bg--sp.png);
    background-size: 36px 117px;
  }
  .faq-wrap {
    padding: 40px 15px 10px 15px;
    margin-inline: auto;
  }
  .faq__title {
    width: 68px;
    line-height: 1;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .faq__detail dl {
    background-color: white;
    border: 1px solid #53B7FD;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .faq__detail dl dt {
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: white;
    padding: 10px 14px 10px 39px;
    background-color: #53B7FD;
  }
  .faq__detail dl dt::before {
    position: absolute;
    top: 11px;
    left: 14px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/faq-title-q--sp.png);
    background-size: 16px 16px;
  }
  .faq__detail dl dd {
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 14px 10px 39px;
  }
  .faq__detail dl dd::before {
    position: absolute;
    top: 11px;
    left: 14px;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/faq-title-a--sp.png);
    background-size: 15px 15px;
  }
  .footer {
    position: relative;
  }
  .footer::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -16px;
    width: 36px;
    height: 113px;
    background-image: url(../images/footer-bg--sp.png);
    background-size: 36px 113px;
  }
  .footer-wrap {
    padding: 48px 0 102px;
  }
  .footer__title a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    height: 116px;
    background-color: #E5690F;
    border-radius: 10px;
    margin-inline: auto;
  }
  .footer__title a img {
    width: 238px;
  }
  .footer__title a::after {
    content: "";
    position: absolute;
    right: 17px;
    top: calc(50% - 9px);
    width: 10px;
    height: 18px;
    background-image: url(../images/footer-btn-ico.png);
    background-size: 10px 18px;
  }
  .spmodal {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/header-menu-bg--sp.png);
    background-size: 453px auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #205CB2;
  }
  .spmodal.opened {
    display: block;
  }
  .spmodal__title {
    position: absolute;
    top: 17px;
    left: 19px;
    width: 210px;
  }
  .spmodal__menu {
    height: calc(100svh - 55px);
  }
  .spmodal__menu__list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spmodal__menu__list ul {
    border-top: 1px solid white;
    width: 240px;
  }
  .spmodal__menu__list ul li {
    border-bottom: 1px solid white;
  }
  .spmodal__menu__list ul li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 72px;
    color: white;
  }
  .spmodal__menu__list ul li a::after {
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    content: "";
    width: 11px;
    height: 19px;
    background-image: url(../images/header-menu-arrow--sp.png);
    background-size: 11px 19px;
  }
  .spmodal__close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: transparent;
    text-indent: -9999px;
    width: 55px;
    height: 55px;
    background-image: url(../images/header-menu-close--sp.png);
    background-size: 55px 55px;
  }
  .entrybtn {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
  }
  .entrybtn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .entrybtn ul li {
    width: 50%;
  }
  .entrybtn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: white;
    line-height: 1;
  }
  .entrybtn ul li:nth-of-type(1) a {
    background-color: #FFBA00;
  }
  .entrybtn ul li:nth-of-type(2) a {
    background-color: #E5690F;
  }
}