@charset "UTF-8";
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,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 3.2835820896vw;
}
@media screen and (min-width: 670px) {
  body {
    font-size: clamp(1.4rem, 100vw - (670px + 1400px) / 2, 1.6rem);
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 1.6rem;
  }
}

select, input, textarea, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

::-webkit-full-page-media, :future, :root body, select, input, textarea, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #000000;
}

@media screen and (min-width: 670px) {
  ._pc {
    display: none !important;
  }
}
._pc {
  display: none !important;
}
@media screen and (min-width: 670px) {
  ._pc {
    display: block !important;
  }
}

._sp {
  display: block !important;
}
@media screen and (min-width: 670px) {
  ._sp {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.7014925373vw;
  background: #fff;
}
@media screen and (min-width: 670px) {
  .header {
    display: flex;
    justify-content: space-between;
    height: 100px;
  }
}
.header__logo {
  display: flex;
  justify-content: left;
  gap: 3vw;
  margin: 2vw 50vw 2vw 2vw;
}
@media screen and (min-width: 670px) {
  .header__logo {
    align-items: center;
    gap: 15px;
    margin: 0 0 0 0;
  }
}
.header__logo a:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .header__logo a:hover {
    opacity: 0.5;
  }
}
.header__img1 {
  width: 166px;
}
@media screen and (min-width: 670px) {
  .header__img1 {
    margin: 20px 15px;
  }
}
@media screen and (min-width: 670px) {
  .header__img2 {
    margin: 20px 15px;
  }
}
.header__gnav {
  display: block;
}
@media screen and (min-width: 670px) {
  .header__gnav {
    display: flex;
    align-items: center;
  }
}

.gnav {
  display: none;
}
@media screen and (min-width: 670px) {
  .gnav {
    display: block;
  }
}
.gnav__list {
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 0.6s;
  padding: 1.4925373134vw;
}
.gnav__list a:active {
  color: #0f6fbf;
  text-decoration: underline;
}
@media screen and (min-width: 670px) {
  .gnav__list {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    background-color: transparent;
    transition: none;
  }
}
@media screen and (min-width: 670px) and (min-width: 1100px) {
  .gnav__list a:hover {
    color: #0f6fbf;
    text-decoration: underline;
  }
}
.gnav__item {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 670px) {
  .gnav__item {
    margin: 0 30px 0 0;
  }
}

.gnav.open {
  display: block;
}
.gnav.open__list {
  display: block;
}

.hamburgermenu {
  position: absolute;
  z-index: 98;
  background-color: #fff;
  top: 9vw;
  right: 0;
}
@media screen and (min-width: 670px) {
  .hamburgermenu {
    display: none;
    position: static;
    z-index: 98;
    background-color: #fff;
    top: 0;
    right: 0;
  }
}
.hamburgermenu__list {
  margin: 3vw;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__list {
    margin: 30px;
  }
}
.hamburgermenu__item1 {
  position: relative;
  cursor: pointer;
  width: 5.5vw;
  height: 1vw;
  background: #0f6fbf;
  margin-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item1 {
    width: 47px;
    height: 8px;
    margin-bottom: 9px;
  }
}
.hamburgermenu__item2 {
  position: relative;
  cursor: pointer;
  width: 5.5vw;
  height: 1vw;
  background: #0f6fbf;
  margin-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item2 {
    width: 47px;
    height: 8px;
    margin-bottom: 9px;
  }
}
.hamburgermenu__item3 {
  position: relative;
  cursor: pointer;
  width: 5.5vw;
  height: 1vw;
  background: #0f6fbf;
  margin-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item3 {
    width: 47px;
    height: 8px;
    margin-bottom: 9px;
  }
}

.hamburgermenu__item1.open {
  transform: translateY(2vw) rotate(-45deg);
  transition: 0.3s ease-out;
  background: #898989;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item1.open {
    transform: none;
    transition: none;
    background: #0f6fbf;
    opacity: 1;
  }
}
.hamburgermenu__item2.open {
  opacity: 0;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item2.open {
    opacity: 1;
  }
}
.hamburgermenu__item3.open {
  transform: translateY(-2vw) rotate(45deg);
  transition: 0.3s ease-out;
  background: #898989;
}
@media screen and (min-width: 670px) {
  .hamburgermenu__item3.open {
    transform: none;
    transition: none;
    background: #0f6fbf;
    opacity: 1;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  font-family: "Yu Gothic", sans-serif, "ヒラギノ角ゴシック ProN W3", "Impact";
  padding-top: 5.671641791vw;
}
@media screen and (min-width: 670px) {
  .main {
    height: 100%;
    padding-top: 70px;
  }
}
.main .br_sp {
  display: block;
}
@media screen and (min-width: 670px) {
  .main .br_sp {
    display: none;
  }
}
.main .br_spA {
  display: block;
}
@media screen and (min-width: 1100px) {
  .main .br_spA {
    display: none;
  }
}
.main .br_pc {
  display: none;
}
@media screen and (min-width: 670px) {
  .main .br_pc {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .main .br_pc {
    display: inline-block;
  }
}

.footer {
  width: 100%;
}
.footer a:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .footer a:hover {
    opacity: 0.5;
  }
}
.footer__innner {
  position: relative;
  z-index: 99;
}
.footer__pic {
  background-color: #fff;
  margin: 0 auto;
  background-repeat: repeat-x;
}
.footer__blue {
  padding: 5vw 9vw;
  background: linear-gradient(90deg, #0060d0, #45a0eb, #44bdea);
}
@media screen and (min-width: 1100px) {
  .footer__blue {
    padding: 40px 200px;
  }
}
.footer__blueinner {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .footer__blueinner {
    display: flex;
    max-width: 1200px;
  }
}
.footer__logo1 {
  width: 40vw;
  margin: 0 0 3vw 0;
}
@media screen and (min-width: 670px) {
  .footer__logo1 {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.footer__leftarea {
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 5vw;
  text-align: left;
  color: #fff;
}
.footer__leftarea a {
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 4vw;
  text-align: left;
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .footer__leftarea {
    font-size: 13px;
    line-height: 22px;
  }
  .footer__leftarea a {
    font-size: 13px;
    line-height: 22px;
  }
}
.footer__leftflex {
  display: flex;
  gap: 3vw;
}
@media screen and (min-width: 670px) {
  .footer__leftflex {
    gap: 20px;
  }
}
.footer__white {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
  align-items: center;
  background-color: #fff;
  padding: 3vw;
}
@media screen and (min-width: 670px) {
  .footer__white {
    padding: 12px 39px 12px 16px;
  }
}
.footer__logo2 {
  width: 110px;
}
.footer__wrapper {
  display: flex;
  gap: 3vw;
}
@media screen and (min-width: 670px) {
  .footer__wrapper {
    gap: 26px;
  }
}
.footer__copyright {
  font-size: 2vw;
}
@media screen and (min-width: 670px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__fnav {
  align-self: end;
}

.fnav__list {
  display: block;
  margin: 3vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .fnav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 43px;
  }
}
.fnav a {
  position: relative;
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 3.5vw;
  text-align: left;
  color: #fff;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 670px) {
  .fnav a {
    font-size: 13px;
    line-height: 22px;
  }
}
.fnav a::before {
  content: "";
  position: absolute;
  top: 1.2vw;
  left: -2.8vw;
  width: 1.2vw;
  height: 1.2vw;
  background: #fc7722;
  border-radius: 50%;
}
@media screen and (min-width: 670px) {
  .fnav a::before {
    top: 8px;
    left: -9px;
    width: 5px;
    height: 5px;
  }
}
.fnav__contact {
  position: relative;
  margin-top: 5vw;
  font-weight: bold;
  font-size: 2.4vw;
  color: #fff;
}
.fnav__contact a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.fnav__contact::before {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 50vw;
  top: -80%;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 670px) {
  .fnav__contact {
    margin-top: 45px;
    font-size: 13px;
  }
  .fnav__contact a {
    font-size: 13px;
  }
  .fnav__contact::before {
    height: 1.8px;
  }
}

.rightmenu {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin: 4.4776119403vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .rightmenu {
    margin: 30px 0 0 0;
  }
}
.rightmenu__container--web {
  display: flex;
  background-color: #fff;
  border-radius: 3.5vw 0px 0px 3.5vw;
  position: fixed;
  z-index: 98;
  right: -50vw;
  top: 26.8656716418vw;
  transition: all 0.6s;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 670px) {
  .rightmenu__container--web {
    border-radius: 20px 0px 0px 20px;
    margin: 0 0 30px 0;
    right: -370px;
    top: 130px;
  }
}
.rightmenu__container--web:hover {
  right: -50vw;
}
@media screen and (min-width: 670px) {
  .rightmenu__container--web:hover {
    right: 0;
  }
}
.rightmenu__container--web.open {
  right: 0;
}
.rightmenu__title--web {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4vw;
  color: #fff;
  width: 8vw;
  height: 40vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 3.5vw 0px 0px 3.5vw;
  background: linear-gradient(#45a0eb 0%, #44bdea 0%, #0060d0 100%);
}
@media screen and (min-width: 670px) {
  .rightmenu__title--web {
    border-radius: 20px 0px 0px 20px;
    font-size: 16px;
    width: 60px;
    height: 250px;
  }
}
.rightmenu__content {
  width: 50vw;
  padding: 5vw 4vw;
}
@media screen and (min-width: 670px) {
  .rightmenu__content {
    width: 370px;
    height: 250px;
    padding: 24px 32px 32px 32px;
  }
}
.rightmenu__subtitle--web {
  font-weight: bold;
  font-size: 2.6vw;
  color: #0f6fbf;
}
@media screen and (min-width: 670px) {
  .rightmenu__subtitle--web {
    font-size: 20px;
  }
}
.rightmenu__text {
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 3.3vw;
  color: #262626;
  margin: 3vw 0;
}
@media screen and (min-width: 670px) {
  .rightmenu__text {
    font-size: 16px;
    line-height: 25px;
    margin: 14px 0 20px 0;
  }
}
.rightmenu__btn--web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86vw;
  height: 17vw;
  border-radius: 55px;
  box-shadow: 7px 7px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 3px solid #0060d0;
  transition: 0.5s all;
  box-shadow: none;
  border: none;
  width: 40vw;
  height: 9vw;
  margin: 0 auto;
  background: linear-gradient(45deg, #0060d0, #44bdea);
}
.rightmenu__btn--web:active {
  background: #fff;
}
.rightmenu__btn--web:active a {
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--web {
    width: 540px;
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .rightmenu__btn--web:hover {
    background: #fff;
  }
  .rightmenu__btn--web:hover a {
    color: #0060d0;
  }
}
.rightmenu__btn--web a {
  font-weight: bold;
  font-size: 3.6vw;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--web a {
    font-size: 22px;
  }
}
.rightmenu__btn--web a {
  font-weight: 500;
  font-size: 2.5vw;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--web {
    width: 302px;
    height: 60px;
  }
  .rightmenu__btn--web a {
    font-size: 20px;
  }
}
.rightmenu__btn--web:active {
  background: #fff;
  border: 2px solid #0060d0;
}
.rightmenu__btn--web:active a {
  color: #0060d0;
}
@media screen and (min-width: 1100px) {
  .rightmenu__btn--web:hover {
    background: #fff;
    border: 2px solid #0060d0;
  }
  .rightmenu__btn--web:hover a {
    color: #0060d0;
  }
}
.rightmenu__container--app {
  display: flex;
  background-color: #fff;
  border-radius: 3.5vw 0px 0px 3.5vw;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 98;
  top: 70.1492537313vw;
  right: -50vw;
  transition: all 0.6s;
}
@media screen and (min-width: 670px) {
  .rightmenu__container--app {
    top: 410px;
    right: -370px;
    border-radius: 20px 0px 0px 20px;
  }
}
.rightmenu__container--app:hover {
  right: -50vw;
}
@media screen and (min-width: 670px) {
  .rightmenu__container--app:hover {
    right: 0;
  }
}
.rightmenu__container--app.open {
  right: 0;
}
.rightmenu__title--app {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4vw;
  color: #fff;
  width: 8vw;
  height: 40vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 3.5vw 0px 0px 3.5vw;
  background: linear-gradient(#fbd43c 0%, #fbd43c 0%, #fc7722 100%);
}
@media screen and (min-width: 670px) {
  .rightmenu__title--app {
    border-radius: 20px 0px 0px 20px;
    font-size: 16px;
    width: 60px;
    height: 250px;
  }
}
.rightmenu__subtitle--app {
  font-weight: bold;
  font-size: 2.6vw;
  color: #fc7722;
}
@media screen and (min-width: 670px) {
  .rightmenu__subtitle--app {
    font-size: 20px;
  }
}
.rightmenu__btn--app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86vw;
  height: 17vw;
  border-radius: 55px;
  box-shadow: 7px 7px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 3px solid #0060d0;
  transition: 0.5s all;
  box-shadow: none;
  border: none;
  width: 40vw;
  height: 9vw;
  margin: 0 auto;
  border: 2px solid #fff;
  background: linear-gradient(45deg, #fc7722, #fbd43c);
}
.rightmenu__btn--app:active {
  background: #fff;
}
.rightmenu__btn--app:active a {
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--app {
    width: 540px;
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .rightmenu__btn--app:hover {
    background: #fff;
  }
  .rightmenu__btn--app:hover a {
    color: #0060d0;
  }
}
.rightmenu__btn--app a {
  font-weight: bold;
  font-size: 3.6vw;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--app a {
    font-size: 22px;
  }
}
.rightmenu__btn--app a {
  font-weight: 500;
  font-size: 2.5vw;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .rightmenu__btn--app {
    width: 302px;
    height: 60px;
  }
  .rightmenu__btn--app a {
    font-size: 20px;
  }
}
.rightmenu__btn--app:active {
  background: #fff;
  border: 2px solid #fe8538;
}
.rightmenu__btn--app:active a {
  color: #fe8538;
}
@media screen and (min-width: 1100px) {
  .rightmenu__btn--app:hover {
    background: #fff;
    border: 2px solid #fe8538;
  }
  .rightmenu__btn--app:hover a {
    color: #fe8538;
  }
}

.mainvisual {
  width: 100%;
}
.mainvisual__inner {
  position: relative;
}
@media screen and (min-width: 670px) {
  .mainvisual__inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    aspect-ratio: 1200/620;
    background-image: url(../img/top/mainvisual_bg_pic2_pc.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.mainvisual__img--pc {
  display: none;
}
@media screen and (min-width: 670px) {
  .mainvisual__img--pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
}
.mainvisual__img--sp {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 670px) {
  .mainvisual__img--sp {
    display: none;
  }
}
.mainvisual__box {
  position: absolute;
  top: 57%;
  left: 4vw;
}
.mainvisual__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60vw;
  height: 12vw;
  border-radius: 50px;
  box-shadow: 4px 4px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 2px solid #0060d0;
  margin: 0 auto;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .mainvisual__btn {
    border-radius: 30px;
    width: 350px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .mainvisual__btn:hover {
    background: #fff;
  }
  .mainvisual__btn:hover a {
    color: #0060d0;
  }
}
.mainvisual__btn:active {
  background: #fff;
}
.mainvisual__btn:active a {
  color: #0060d0;
}
.mainvisual__btn a {
  font-weight: bold;
  font-size: 2.6vw;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 670px) {
  .mainvisual__btn a {
    font-size: 19px;
  }
}
.mainvisual__btn span {
  font-size: 3.4vw;
}
@media screen and (min-width: 670px) {
  .mainvisual__btn {
    display: none;
  }
}
.mainvisual__btn--orange {
  margin-top: 3vw;
  box-shadow: 4px 4px 0 #fc7722;
  background: linear-gradient(45deg, #fc7722, #fbd43c);
  border: 2px solid #fc7722;
}
.mainvisual__btn--orange:active {
  background: #fff;
}
.mainvisual__btn--orange:active a {
  color: #fe8538;
}

.anchor-link {
  display: block;
  width: 100%;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .anchor-link {
    display: none;
  }
}
.anchor-link__inner {
  width: 100%;
  padding: 4vw 5vw;
}
@media screen and (min-width: 670px) {
  .anchor-link__inner {
    padding: 40px 5vw;
  }
}
.anchor-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8vw 1.8vw;
}
.anchor-link__item a {
  position: relative;
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  padding-left: 3vw;
}
.anchor-link__item a::before {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 2.6vw;
  height: auto;
  aspect-ratio: 16/12;
  background-image: url(../img/top/anchor-link_arrow1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 670px) {
  .about {
    padding: 0 5vw;
  }
}
.about__inner {
  position: relative;
  margin: 0 10vw 0 10vw;
  padding-top: 15vw;
}
@media screen and (min-width: 670px) {
  .about__inner {
    margin: 0 auto 0 auto;
    padding-top: 100px;
  }
}
.about__img {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10vw);
  height: auto;
}
@media screen and (min-width: 670px) {
  .about__img {
    top: 40px;
    width: 100%;
    max-width: 670px;
  }
}
@media screen and (min-width: 1100px) {
  .about__img {
    max-width: 850px;
  }
}
.about__img img:nth-of-type(1) {
  display: inline;
}
@media screen and (min-width: 1300px) {
  .about__img img:nth-of-type(1) {
    display: none;
  }
}
.about__img img:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1300px) {
  .about__img img:nth-of-type(2) {
    display: inline;
  }
}
.about__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.about__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .about__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .about__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.about__title--blue {
  color: #0060d0;
}
.about__title--blue::before {
  background-color: #0060d0;
}
.about__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
}
@media screen and (min-width: 670px) {
  .about__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.about__subtext--blue {
  color: #0060d0;
}
.about__text {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  text-align: center;
  color: #262626;
  padding: 7vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .about__text {
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    width: 100%;
    padding: 36px 0 0 0;
  }
}

.course {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10vw;
  padding-top: 20vw;
}
@media screen and (min-width: 670px) {
  .course {
    margin-bottom: 40px;
    padding-top: 78px;
  }
}
.course__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 670px) {
  .course__inner {
    max-width: 1600px;
  }
}
.course__container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 670px) {
  .course__container {
    width: 800px;
  }
}
.course__imgbg--webpc {
  display: none;
  position: absolute;
  z-index: -2;
  object-fit: cover;
  top: -7vw;
}
@media screen and (min-width: 670px) {
  .course__imgbg--webpc {
    display: block;
    width: 800px;
    top: 0;
  }
}
.course__imgbg--websp {
  position: absolute;
  z-index: -2;
  object-fit: cover;
  top: -7vw;
}
@media screen and (min-width: 670px) {
  .course__imgbg--websp {
    display: none;
  }
}
.course__imghuman--web {
  position: absolute;
  z-index: -1;
  top: -13vw;
  left: -15vw;
  width: 58vw;
}
@media screen and (min-width: 670px) {
  .course__imghuman--web {
    top: -71px;
    left: -104px;
    width: 449px;
  }
}
@media screen and (min-width: 800px) {
  .course__imghuman--web {
    top: -71px;
    left: 0px;
    width: 449px;
  }
}
.course__textbox--web {
  width: 60vw;
  margin-left: 41vw;
  padding: 2vw 0 13vw;
}
@media screen and (min-width: 670px) {
  .course__textbox--web {
    width: 305px;
    margin-left: 353px;
    padding: 80px 0 50px;
  }
}
@media screen and (min-width: 800px) {
  .course__textbox--web {
    width: 305px;
    margin-left: 438px;
    padding: 80px 0 50px;
  }
}
.course__title {
  position: relative;
  font-weight: bold;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 670px) {
  .course__title {
    font-size: 20px;
  }
}
.course__title:before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 13vw;
  height: 2px;
  top: -14.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 670px) {
  .course__title:before {
    width: 65px;
  }
}
.course__text1 {
  font-weight: 500;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 2vw auto;
}
@media screen and (min-width: 670px) {
  .course__text1 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 10px auto;
  }
}
.course__text1 span {
  font-size: 4.2vw;
}
@media screen and (min-width: 670px) {
  .course__text1 span {
    font-size: 32px;
  }
}
.course__text2 {
  font-weight: bold;
  font-size: 2vw;
  letter-spacing: 0.04em;
  line-height: 7vw;
  text-align: center;
  color: #fff;
  margin: 1.2vw 0 0 0;
}
.course__text2 span {
  font-size: 3vw;
}
@media screen and (min-width: 670px) {
  .course__text2 {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 31px;
    margin: 15px 0 0 0;
  }
  .course__text2 span {
    font-size: 16px;
  }
}
.course__text3--web {
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0f6fbf;
  margin: 0 auto;
}
@media screen and (min-width: 670px) {
  .course__text3--web {
    font-size: 30px;
    margin: 50px 0 26px 0;
  }
}
.course__btn1--web {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50vw;
  height: 10vw;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  transition: 0.4s all;
}
.course__btn1--web:active {
  transform: scale(1.05);
}
.course__btn1--web a {
  font-weight: bold;
  font-size: 2.4vw;
  text-align: center;
  color: #0f6fbf;
  margin-right: 5vw;
  transition: 0.5s all;
}
.course__btn1--web img {
  position: absolute;
  width: 5vw;
  right: 3vw;
}
@media screen and (min-width: 670px) {
  .course__btn1--web {
    width: 302px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  }
  .course__btn1--web a {
    font-size: 20px;
    margin-right: 30px;
  }
  .course__btn1--web img {
    position: absolute;
    width: auto;
    right: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .course__btn1--web:hover {
    transform: scale(1.05);
  }
}
.course__btn2--web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86vw;
  height: 17vw;
  border-radius: 55px;
  box-shadow: 7px 7px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 3px solid #0060d0;
  transition: 0.5s all;
  margin: 3vw auto 10vw auto;
}
.course__btn2--web:active {
  background: #fff;
}
.course__btn2--web:active a {
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .course__btn2--web {
    width: 540px;
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .course__btn2--web:hover {
    background: #fff;
  }
  .course__btn2--web:hover a {
    color: #0060d0;
  }
}
.course__btn2--web a {
  font-weight: bold;
  font-size: 3.6vw;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .course__btn2--web a {
    font-size: 22px;
  }
}
@media screen and (min-width: 670px) {
  .course__btn2--web {
    margin: 26px auto 60px auto;
  }
}
.course__inner--app {
  width: 100%;
}
@media screen and (min-width: 670px) {
  .course__inner--app {
    width: 800px;
  }
}
.course__imgbg--apppc {
  display: none;
  position: absolute;
  z-index: -2;
  object-fit: cover;
}
@media screen and (min-width: 670px) {
  .course__imgbg--apppc {
    display: block;
    width: 800px;
  }
}
.course__imgbg--appsp {
  position: absolute;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 670px) {
  .course__imgbg--appsp {
    display: none;
  }
}
.course__imghuman--app {
  position: absolute;
  z-index: -1;
  right: -14vw;
  top: -6.5vw;
  width: 62vw;
}
@media screen and (min-width: 670px) {
  .course__imghuman--app {
    right: -97px;
    top: -43px;
    width: 449px;
  }
}
@media screen and (min-width: 800px) {
  .course__imghuman--app {
    right: -17px;
    top: -43px;
    width: 449px;
  }
}
.course__btn1--app {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50vw;
  height: 10vw;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  transition: 0.4s all;
}
.course__btn1--app:active {
  transform: scale(1.05);
}
.course__btn1--app a {
  font-weight: bold;
  font-size: 2.4vw;
  text-align: center;
  color: #0f6fbf;
  margin-right: 5vw;
  transition: 0.5s all;
}
.course__btn1--app img {
  position: absolute;
  width: 5vw;
  right: 3vw;
}
@media screen and (min-width: 670px) {
  .course__btn1--app {
    width: 302px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  }
  .course__btn1--app a {
    font-size: 20px;
    margin-right: 30px;
  }
  .course__btn1--app img {
    position: absolute;
    width: auto;
    right: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .course__btn1--app:hover {
    transform: scale(1.05);
  }
}
.course__btn1--app a {
  color: #fe8538;
}
.course__textbox--app {
  width: 60vw;
  margin-left: -2vw;
  padding: 8.5vw 0 13.5vw;
}
@media screen and (min-width: 670px) {
  .course__textbox--app {
    width: 305px;
    margin-left: 36px;
    padding: 80px 0 50px;
  }
}
@media screen and (min-width: 800px) {
  .course__textbox--app {
    width: 305px;
    margin-left: 60px;
    padding: 80px 0 50px;
  }
}
.course__text3--app {
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fc7722;
  margin: 0 auto;
}
@media screen and (min-width: 670px) {
  .course__text3--app {
    font-size: 30px;
    margin: 50px 0 26px 0;
  }
}
.course__btn2--app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86vw;
  height: 17vw;
  border-radius: 55px;
  box-shadow: 7px 7px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 3px solid #0060d0;
  transition: 0.5s all;
  background: linear-gradient(45deg, #fc7722, #fbd43c);
  border: 3px solid #fc7722;
  box-shadow: 7px 7px 0 #fc7722;
  margin: 3vw auto 10vw auto;
}
.course__btn2--app:active {
  background: #fff;
}
.course__btn2--app:active a {
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .course__btn2--app {
    width: 540px;
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .course__btn2--app:hover {
    background: #fff;
  }
  .course__btn2--app:hover a {
    color: #0060d0;
  }
}
.course__btn2--app a {
  font-weight: bold;
  font-size: 3.6vw;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .course__btn2--app a {
    font-size: 22px;
  }
}
@media screen and (min-width: 670px) {
  .course__btn2--app {
    margin: 26px auto 60px auto;
  }
}
.course__btn2--app:active {
  background: #fff;
}
.course__btn2--app:active a {
  color: #fe8538;
}
@media screen and (min-width: 1100px) {
  .course__btn2--app:hover {
    background: #fff;
  }
  .course__btn2--app:hover a {
    color: #fe8538;
  }
}

.voice {
  width: 100%;
}
.voice__inner {
  width: 100%;
  padding: 8vw 5vw;
  border-bottom: 2vw solid #0060d0;
}
@media screen and (min-width: 670px) {
  .voice__inner {
    padding: 40px 5vw;
    border-top: 6px solid #0060d0;
    border-bottom: 6px solid #0060d0;
  }
}
.voice__box {
  display: flex;
  align-items: center;
  gap: 0 6vw;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 670px) {
  .voice__box {
    gap: 0 60px;
  }
}
.voice__heading {
  padding-left: 6vw;
}
@media screen and (min-width: 670px) {
  .voice__heading {
    padding-left: 60px;
  }
}
.voice__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.voice__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .voice__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .voice__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.voice__title--blue {
  color: #0060d0;
}
.voice__title--blue::before {
  background-color: #0060d0;
}
.voice__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
}
@media screen and (min-width: 670px) {
  .voice__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.voice__subtext--blue {
  color: #0060d0;
}
.voice__text {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 2.8vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 670px) {
  .voice__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .voice__text {
    font-size: 20px;
  }
}
.voice__span1 {
  display: inline-block;
  width: fit-content;
  color: #ffffff;
  padding: 0.4vw 1vw 0.2vw;
  background-color: #0060d0;
  margin-bottom: 1vw;
  font-size: 3vw;
}
@media screen and (min-width: 670px) {
  .voice__span1 {
    font-size: 16px;
    padding: 4px 12px 2px;
    margin-bottom: 10px;
  }
}
.voice__span2 {
  display: inline-block;
  margin-top: 1vw;
  color: #0060d0;
  font-size: 3.4vw;
  white-space: pre;
}
@media screen and (min-width: 670px) {
  .voice__span2 {
    margin-top: 6px;
    font-size: 20px;
  }
}
.voice__span3 {
  white-space: pre;
}
.voice__img {
  padding: 0 6vw 5vw;
  background: linear-gradient(135deg, #44BDEA 0%, #0060D0 50%);
}
@media screen and (min-width: 670px) {
  .voice__img {
    padding: 0 5vw 20px;
  }
}
.voice__img img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.schedule {
  width: 100%;
  position: relative;
  background: #E3F2ED;
  padding: 10vw 5vw;
  background-image: none;
}
@media screen and (min-width: 670px) {
  .schedule {
    padding: 100px 5vw 80px;
  }
}
@media screen and (min-width: 960px) {
  .schedule {
    background-image: url(../img/top/schedule_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1100px) {
  .schedule {
    background-image: url(../img/top/schedule_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1300px) {
  .schedule {
    background-image: url(../img/top/schedule_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.schedule__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.schedule__subtitle {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .schedule__subtitle {
    font-size: 40px;
  }
}
.schedule__subtext {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
}
.schedule__subtext:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .schedule__subtext {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .schedule__subtext:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.schedule__item {
  display: flex;
  margin-bottom: 3vw;
}
@media screen and (min-width: 670px) {
  .schedule__item {
    margin-bottom: 30px;
  }
}
.schedule__item img {
  width: 16vw;
  height: auto;
  margin-right: 3vw;
  object-fit: contain;
  border-radius: 3vw;
  background-color: #008868;
}
@media screen and (min-width: 670px) {
  .schedule__item img {
    width: 140px;
    margin-right: 20px;
    border-radius: 18px;
  }
}
.schedule__text--dot {
  position: relative;
  padding-left: 1em;
}
.schedule__text--dot::before {
  content: "・";
  width: 1em;
  height: 1em;
  left: 0;
  position: absolute;
  margin-right: 0.5em;
}
.schedule__inner {
  width: 100%;
  background-color: #008868;
  border-radius: 20px;
  box-shadow: 10px 10px 0 -3px #fff, 10px 10px 0 0 #008868;
  text-align: center;
  padding: 7vw 3vw 6vw 3vw;
  margin: 0 auto;
}
@media screen and (min-width: 670px) {
  .schedule__inner {
    width: 100%;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #008868;
    padding: 5vw 5vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  .schedule__inner {
    width: 1100px;
    border-radius: 0;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #008868;
    padding: 60px 30px;
    margin: 0 auto;
  }
}
.schedule__subtitle--white {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .schedule__subtitle--white {
    font-size: 40px;
  }
}
.schedule__subtext--white {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
  color: #fff;
}
.schedule__subtext--white:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .schedule__subtext--white {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .schedule__subtext--white:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.schedule__subtext--white::before {
  background-color: #fff;
}
.schedule__list--schedule {
  position: relative;
}
.schedule__item--schedule {
  margin-left: 50px;
  position: relative;
}
.schedule__item--schedule::before {
  content: "";
  position: absolute;
  top: 1.3432835821vw;
  left: -45px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 520px) {
  .schedule__item--schedule::before {
    top: 1.1940298507vw;
  }
}
@media screen and (min-width: 670px) {
  .schedule__item--schedule::before {
    top: 11px;
  }
}
.schedule__border_line_x {
  position: absolute;
  left: -33px;
  top: 2.5373134328vw;
  width: 26px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 520px) {
  .schedule__border_line_x {
    top: 2.2388059701vw;
  }
}
@media screen and (min-width: 670px) {
  .schedule__border_line_x {
    top: 16px;
  }
}
.schedule__border_line_y {
  position: absolute;
  left: -39px;
  top: 10%;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 670px) {
  .schedule__border_line_y {
    top: 18px;
  }
}
.schedule__text5 {
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.schedule__text5 span {
  color: #008868;
  background-color: #fff;
  padding: 0.2vw 1vw 0 1vw;
  margin: 0 2vw 1.5vw 0;
}
@media screen and (min-width: 670px) {
  .schedule__text5 {
    font-size: 20px;
    padding: 0 4px;
    margin-right: 12px;
  }
  .schedule__text5 span {
    padding: 1px 4px 0 4px;
    margin: 0 12px 5px 0;
  }
}
.schedule__text6 {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
  line-height: 4vw;
  text-align: left;
  color: #fff;
  padding-bottom: 5vw;
}
@media screen and (min-width: 670px) {
  .schedule__text6 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 35px;
    padding-top: 6px;
  }
}
.schedule__text--margin0 {
  padding-bottom: 0;
}
@media screen and (min-width: 670px) {
  .schedule__text--margin0 {
    padding-bottom: 0;
  }
}
.schedule__caution {
  text-align: center;
  margin: 3vw auto 0;
  width: fit-content;
  padding: 2VW 3VW;
  background-color: #fff;
  color: #008868;
  font-weight: bold;
  font-size: 3vw;
}
@media screen and (min-width: 670px) {
  .schedule__caution {
    margin: 20px auto 0;
    font-size: 22px;
    padding: 24px 30px;
  }
}

.webdetail {
  width: 100%;
  position: relative;
  background: #e3edfa;
  padding: 15vw 5vw;
  background-image: none;
}
@media screen and (min-width: 960px) {
  .webdetail {
    background-image: url(../img/top/webdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15vw 15vw;
  }
}
@media screen and (min-width: 1100px) {
  .webdetail {
    background-image: url(../img/top/webdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail {
    background-image: url(../img/top/webdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
}
.webdetail .br_active1 {
  display: block;
}
@media screen and (min-width: 670px) {
  .webdetail .br_active1 {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail .br_active1 {
    display: none;
  }
}
.webdetail .br_active2 {
  display: block;
}
@media screen and (min-width: 670px) {
  .webdetail .br_active2 {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail .br_active2 {
    display: block;
  }
}
.webdetail__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.webdetail__inner--gaiyou {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #0060d0;
  box-shadow: 10px 10px 0 -3px #fff, 10px 10px 0 0 #0060d0;
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 670px) {
  .webdetail__inner--gaiyou {
    border: 5px solid #0060d0;
    margin-bottom: 100px;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #0060d0;
  }
}
.webdetail__titlearea {
  position: relative;
  border-radius: 10px 10px 0 0;
  background-color: #0060d0;
  padding: 7vw 0;
}
@media screen and (min-width: 670px) {
  .webdetail__titlearea {
    padding: 30px 0 40px 0;
  }
}
.webdetail__img {
  position: absolute;
  width: 26.2686567164vw;
  max-width: 176px;
  top: -12vw;
  left: 2vw;
}
@media screen and (min-width: 1100px) {
  .webdetail__img {
    width: 36vw;
    top: -55px;
    left: 1vw;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail__img {
    width: 176px;
    top: 45px;
    left: 3vw;
  }
}
.webdetail__title {
  position: relative;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.webdetail__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 15vw;
  top: -37%;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 670px) {
  .webdetail__title {
    font-size: 40px;
  }
  .webdetail__title:before {
    width: 110px;
    top: -17px;
    left: 50%;
    bottom: 5px;
  }
}
.webdetail__subtext--gaiyou {
  font-family: Impact;
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding-bottom: 4vw;
}
@media screen and (min-width: 670px) {
  .webdetail__subtext--gaiyou {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
.webdetail__whitearea {
  padding: 10vw 7vw;
}
@media screen and (min-width: 670px) {
  .webdetail__whitearea {
    padding: 57px 50px 64px 50px;
  }
}
.webdetail__text2 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 8vw;
}
@media screen and (min-width: 670px) {
  .webdetail__text2 {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 43px;
  }
}
.webdetail__text3 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.04em;
  line-height: 5vw;
  text-align: center;
  color: #0060d0;
  margin-bottom: 2vw;
}
.webdetail__text3 span {
  font-size: 4vw;
}
@media screen and (min-width: 670px) {
  .webdetail__text3 span {
    font-size: 22px;
  }
}
@media screen and (min-width: 670px) {
  .webdetail__text3 {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 17px;
  }
}
.webdetail__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63vw;
  height: 11.5vw;
  border-radius: 50px;
  box-shadow: 4px 4px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 2px solid #0060d0;
  margin: 0 auto;
  transition: 0.5s all;
}
@media screen and (min-width: 670px) {
  .webdetail__btn {
    border-radius: 30px;
    width: 350px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .webdetail__btn:hover {
    background: #fff;
  }
  .webdetail__btn:hover a {
    color: #0060d0;
  }
  .webdetail__btn:hover img {
    border: 2px solid #0060d0;
    border-radius: 50%;
  }
}
.webdetail__btn:active {
  background: #fff;
}
.webdetail__btn:active a {
  color: #0060d0;
}
.webdetail__btn:active img {
  border: 2px solid #0060d0;
  border-radius: 50%;
}
.webdetail__btn a {
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  margin-left: 13vw;
}
@media screen and (min-width: 670px) {
  .webdetail__btn a {
    font-size: 19px;
    margin-left: 40px;
  }
}
.webdetail__btn img {
  margin-left: 8vw;
}
@media screen and (min-width: 670px) {
  .webdetail__btn img {
    margin-left: 40px;
  }
}
.webdetail__btn--big {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63vw;
  height: 11.5vw;
  border-radius: 50px;
  box-shadow: 4px 4px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 2px solid #0060d0;
  margin: 0 auto;
  transition: 0.5s all;
  width: 80vw;
  height: 14vw;
}
@media screen and (min-width: 670px) {
  .webdetail__btn--big {
    border-radius: 30px;
    width: 350px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .webdetail__btn--big:hover {
    background: #fff;
  }
  .webdetail__btn--big:hover a {
    color: #0060d0;
  }
  .webdetail__btn--big:hover img {
    border: 2px solid #0060d0;
    border-radius: 50%;
  }
}
.webdetail__btn--big:active {
  background: #fff;
}
.webdetail__btn--big:active a {
  color: #0060d0;
}
.webdetail__btn--big:active img {
  border: 2px solid #0060d0;
  border-radius: 50%;
}
.webdetail__btn--big a {
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  margin-left: 13vw;
}
@media screen and (min-width: 670px) {
  .webdetail__btn--big a {
    font-size: 19px;
    margin-left: 40px;
  }
}
.webdetail__btn--big img {
  margin-left: 8vw;
}
@media screen and (min-width: 670px) {
  .webdetail__btn--big img {
    margin-left: 40px;
  }
}
.webdetail__btn--big a {
  font-size: 4.5vw;
  margin-right: 0;
}
@media screen and (min-width: 670px) {
  .webdetail__btn--big a {
    font-size: 19px;
  }
}
.webdetail__inner--guidelines {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #0060d0;
  box-shadow: 10px 10px 0 #0060d0;
  text-align: left;
  padding: 7vw 3vw 10vw 3vw;
  margin-bottom: 10vw;
}
@media screen and (min-width: 670px) {
  .webdetail__inner--guidelines {
    border: 5px solid #0060d0;
    box-shadow: 20px 20px 0 #0060d0;
    padding: 60px 45px;
    margin-bottom: 100px;
  }
}
.webdetail__subtitle {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .webdetail__subtitle {
    font-size: 40px;
  }
}
.webdetail__subtext {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
}
.webdetail__subtext:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .webdetail__subtext {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .webdetail__subtext:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.webdetail__table {
  width: 100%;
  border-collapse: collapse;
}
.webdetail__tr {
  display: block;
  align-items: center;
  padding: 3vw 0;
  background-image: linear-gradient(to right, #0060d0 4px, transparent 4px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 670px) {
  .webdetail__tr {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
}
.webdetail__th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 6vw;
  font-size: 3vw;
  border-radius: 17.5px;
  background: #0060d0;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 2vw 0;
  padding: 0.2vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .webdetail__th {
    width: 103px;
    height: 35px;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
  }
}
.webdetail__th--long {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24vw;
  height: 6vw;
  font-size: 3vw;
  border-radius: 17.5px;
  background: #0060d0;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 2vw 0;
  padding: 0.2vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .webdetail__th--long {
    width: 138px;
    height: 35px;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
  }
}
.webdetail__td {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .webdetail__td {
    font-size: 19px;
  }
}
.webdetail__td__small {
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .webdetail__td__small {
    font-size: 17px;
  }
}
.webdetail__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.webdetail__inner--coursedetails {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #0060d0;
  box-shadow: 10px 10px 0 #0060d0;
  text-align: left;
  padding: 7vw 3vw 10vw 3vw;
  margin: 0 0 10vw 0;
}
@media screen and (min-width: 670px) {
  .webdetail__inner--coursedetails {
    width: 100%;
    box-shadow: 20px 20px 0 #0060d0;
    border: 5px solid #0060d0;
    padding: 5vw 5vw;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail__inner--coursedetails {
    box-shadow: 20px 20px 0 #0060d0;
    border: 5px solid #0060d0;
    padding: 50px 30px;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
}
.webdetail__item {
  display: flex;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1300px) {
  .webdetail__item {
    width: 48%;
    margin-bottom: 0;
  }
}
.webdetail__item img {
  width: 16vw;
  height: auto;
  margin-right: 3vw;
  object-fit: contain;
  border-radius: 3vw;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .webdetail__item img {
    width: 140px;
    margin-right: 20px;
    border-radius: 18px;
  }
}
.webdetail__box {
  width: 100%;
}
.webdetail__text--blue {
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .webdetail__text--blue {
    font-size: 20px;
  }
}
.webdetail__month {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 500;
  background-color: #0060d0;
  border-radius: 24.5px;
  color: #fff;
  padding: 0.5vw 2vw 0 2vw;
  margin: 1vw 0;
}
@media screen and (min-width: 670px) {
  .webdetail__month {
    font-size: 14px;
    padding: 2px 8px;
    margin: 5px 0;
  }
}
.webdetail__online {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 500;
  background-color: #0060d0;
  color: #fff;
  padding: 0.5vw 2vw 0 2vw;
  margin: 1vw 0;
}
@media screen and (min-width: 670px) {
  .webdetail__online {
    font-size: 16px;
    padding: 2px 8px;
    margin: 5px 0;
  }
}
.webdetail__text4 {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  line-height: 4vw;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .webdetail__text4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.webdetail__text--dot {
  position: relative;
  padding-left: 1em;
}
.webdetail__text--dot::before {
  content: "・";
  width: 1em;
  height: 1em;
  left: 0;
  position: absolute;
  margin-right: 0.5em;
}
.webdetail__textitem {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  line-height: 3.8vw;
  color: #3e3e3e;
  word-break: break-all;
}
@media screen and (min-width: 670px) {
  .webdetail__textitem {
    font-size: 16px;
    line-height: 23px;
  }
}
.webdetail__textitem span {
  font-size: 2vw;
  letter-spacing: 0em;
}
@media screen and (min-width: 670px) {
  .webdetail__textitem span {
    font-size: 12px;
  }
}
.webdetail__text4--small {
  font-weight: 500;
  font-size: 2.2vw;
  line-height: 3.5vw;
  color: #3e3e3e;
  word-break: break-all;
}
@media screen and (min-width: 670px) {
  .webdetail__text4--small {
    font-size: 12px;
    line-height: 20px;
  }
}
.webdetail__inner--schedule {
  width: 100%;
  background-color: #0060d0;
  border-radius: 20px;
  box-shadow: 10px 10px 0 -3px #fff, 10px 10px 0 0 #0060d0;
  text-align: center;
  padding: 7vw 3vw 6vw 3vw;
  margin: 0 auto 10vw auto;
}
@media screen and (min-width: 670px) {
  .webdetail__inner--schedule {
    width: 100%;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #0060d0;
    padding: 5vw 5vw;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .webdetail__inner--schedule {
    width: 580px;
    border-radius: 0;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #0060d0;
    padding: 60px 30px;
    margin: 0 auto 75px auto;
  }
}
.webdetail__subtitle--white {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .webdetail__subtitle--white {
    font-size: 40px;
  }
}
.webdetail__subtext--white {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
  color: #fff;
}
.webdetail__subtext--white:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .webdetail__subtext--white {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .webdetail__subtext--white:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.webdetail__subtext--white::before {
  background-color: #fff;
}
.webdetail__list--schedule {
  position: relative;
}
.webdetail__item--schedule {
  margin-left: 50px;
  position: relative;
}
.webdetail__item--schedule::before {
  content: "";
  position: absolute;
  top: 1.3432835821vw;
  left: -45px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 520px) {
  .webdetail__item--schedule::before {
    top: 1.1940298507vw;
  }
}
@media screen and (min-width: 670px) {
  .webdetail__item--schedule::before {
    top: 11px;
  }
}
.webdetail__border_line_x {
  position: absolute;
  left: -33px;
  top: 2.5373134328vw;
  width: 26px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 520px) {
  .webdetail__border_line_x {
    top: 2.2388059701vw;
  }
}
@media screen and (min-width: 670px) {
  .webdetail__border_line_x {
    top: 16px;
  }
}
.webdetail__border_line_y {
  position: absolute;
  left: -39px;
  top: 16%;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 670px) {
  .webdetail__border_line_y {
    top: 18px;
  }
}
.webdetail__text5 {
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.webdetail__text5 span {
  color: #0060d0;
  background-color: #fff;
  padding: 0.2vw 1vw 0 1vw;
  margin: 0 2vw 1.5vw 0;
}
@media screen and (min-width: 670px) {
  .webdetail__text5 {
    font-size: 20px;
    padding: 0 4px;
    margin-right: 12px;
  }
  .webdetail__text5 span {
    padding: 1px 4px 0 4px;
    margin: 0 12px 5px 0;
  }
}
.webdetail__text6 {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
  line-height: 4vw;
  text-align: left;
  color: #fff;
  padding-bottom: 5vw;
}
@media screen and (min-width: 670px) {
  .webdetail__text6 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 35px;
    padding-top: 6px;
  }
}
.webdetail__text--margin0 {
  padding-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .webdetail__text--margin0 {
    padding-bottom: 10px;
  }
}

.appdetail {
  width: 100%;
  position: relative;
  background: #fff0e6;
  padding: 15vw 5vw;
  background-image: none;
}
@media screen and (min-width: 960px) {
  .appdetail {
    background-image: url(../img/top/appdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15vw 15vw;
  }
}
@media screen and (min-width: 1100px) {
  .appdetail {
    background-image: url(../img/top/appdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail {
    background-image: url(../img/top/appdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
}
.appdetail .br_active2 {
  display: block;
}
@media screen and (min-width: 670px) {
  .appdetail .br_active2 {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail .br_active2 {
    display: block;
  }
}
.appdetail__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.appdetail__inner--gaiyou {
  background-color: #fff;
  border-radius: 20px;
  border: #fc7823 3px solid;
  box-shadow: 10px 10px 0 -3px #fff, 10px 10px 0 0 #fc7823;
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 670px) {
  .appdetail__inner--gaiyou {
    border: #fc7823 5px solid;
    margin-bottom: 100px;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #fc7823;
  }
}
.appdetail__titlearea {
  position: relative;
  border-radius: 10px 10px 0 0;
  background-color: #fc7823;
  padding: 7vw 0;
}
@media screen and (min-width: 670px) {
  .appdetail__titlearea {
    padding: 30px 0 40px 0;
  }
}
.appdetail__img {
  position: absolute;
  width: 26.2686567164vw;
  max-width: 176px;
  top: -12vw;
  left: 2vw;
}
@media screen and (min-width: 1100px) {
  .appdetail__img {
    width: 36vw;
    top: -55px;
    left: 1vw;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__img {
    width: 176px;
    top: 45px;
    left: 3vw;
  }
}
.appdetail__title {
  position: relative;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.appdetail__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 15vw;
  top: -37%;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 670px) {
  .appdetail__title {
    font-size: 40px;
  }
  .appdetail__title:before {
    width: 110px;
    top: -17px;
    left: 50%;
    bottom: 5px;
  }
}
.appdetail__subtext--gaiyou {
  font-family: Impact;
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding-bottom: 4vw;
}
@media screen and (min-width: 670px) {
  .appdetail__subtext--gaiyou {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
.appdetail__whitearea {
  padding: 10vw 7vw;
}
@media screen and (min-width: 670px) {
  .appdetail__whitearea {
    padding: 57px 30px 64px 30px;
  }
}
.appdetail__text2 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 8vw;
}
@media screen and (min-width: 670px) {
  .appdetail__text2 {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 43px;
  }
}
.appdetail__text3 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.04em;
  line-height: 5vw;
  text-align: center;
  color: #fc7823;
  margin-bottom: 2vw;
}
.appdetail__text3 span {
  font-size: 4vw;
}
@media screen and (min-width: 670px) {
  .appdetail__text3 span {
    font-size: 22px;
  }
}
@media screen and (min-width: 670px) {
  .appdetail__text3 {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 17px;
  }
}
.appdetail__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63vw;
  height: 11.5vw;
  border-radius: 50px;
  box-shadow: 4px 4px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 2px solid #0060d0;
  margin: 0 auto;
  transition: 0.5s all;
  box-shadow: 4px 4px 0 #fc7823;
  background: linear-gradient(45deg, #fc7722, #fbd43c);
  border: 2px solid #fc7823;
}
@media screen and (min-width: 670px) {
  .appdetail__btn {
    border-radius: 30px;
    width: 350px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .appdetail__btn:hover {
    background: #fff;
  }
  .appdetail__btn:hover a {
    color: #0060d0;
  }
  .appdetail__btn:hover img {
    border: 2px solid #0060d0;
    border-radius: 50%;
  }
}
.appdetail__btn:active {
  background: #fff;
}
.appdetail__btn:active a {
  color: #0060d0;
}
.appdetail__btn:active img {
  border: 2px solid #0060d0;
  border-radius: 50%;
}
.appdetail__btn a {
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  margin-left: 13vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn a {
    font-size: 19px;
    margin-left: 40px;
  }
}
.appdetail__btn img {
  margin-left: 8vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn img {
    margin-left: 40px;
  }
}
.appdetail__btn:active {
  background: #fff;
}
.appdetail__btn:active a {
  color: #fe8538;
}
.appdetail__btn:active img {
  border: 2px solid #fe8538;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .appdetail__btn:hover {
    background: #fff;
  }
  .appdetail__btn:hover a {
    color: #fe8538;
  }
  .appdetail__btn:hover img {
    border: 2px solid #fe8538;
    border-radius: 50%;
  }
}
.appdetail__btn--big {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63vw;
  height: 11.5vw;
  border-radius: 50px;
  box-shadow: 4px 4px 0 #0060d0;
  background: linear-gradient(45deg, #0060d0, #44bdea);
  border: 2px solid #0060d0;
  margin: 0 auto;
  transition: 0.5s all;
  box-shadow: 4px 4px 0 #fc7823;
  background: linear-gradient(45deg, #fc7722, #fbd43c);
  border: 2px solid #fc7823;
  width: 80vw;
  height: 14vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn--big {
    border-radius: 30px;
    width: 350px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .appdetail__btn--big:hover {
    background: #fff;
  }
  .appdetail__btn--big:hover a {
    color: #0060d0;
  }
  .appdetail__btn--big:hover img {
    border: 2px solid #0060d0;
    border-radius: 50%;
  }
}
.appdetail__btn--big:active {
  background: #fff;
}
.appdetail__btn--big:active a {
  color: #0060d0;
}
.appdetail__btn--big:active img {
  border: 2px solid #0060d0;
  border-radius: 50%;
}
.appdetail__btn--big a {
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  margin-left: 13vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn--big a {
    font-size: 19px;
    margin-left: 40px;
  }
}
.appdetail__btn--big img {
  margin-left: 8vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn--big img {
    margin-left: 40px;
  }
}
.appdetail__btn--big a {
  font-size: 4.5vw;
}
@media screen and (min-width: 670px) {
  .appdetail__btn--big a {
    font-size: 19px;
  }
}
.appdetail__btn--big:active {
  background: #fff;
}
.appdetail__btn--big:active a {
  color: #fe8538;
}
.appdetail__btn--big:active img {
  border: 2px solid #fe8538;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .appdetail__btn--big:hover {
    background: #fff;
  }
  .appdetail__btn--big:hover a {
    color: #fe8538;
  }
  .appdetail__btn--big:hover img {
    border: 2px solid #fe8538;
    border-radius: 50%;
  }
}
.appdetail__inner--guidelines {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fc7823;
  box-shadow: 10px 10px 0 #fc7823;
  text-align: left;
  padding: 7vw 3vw 10vw 3vw;
  margin-bottom: 10vw;
}
@media screen and (min-width: 670px) {
  .appdetail__inner--guidelines {
    border: 5px solid #fc7823;
    box-shadow: 20px 20px 0 #fc7823;
    padding: 60px 45px;
    margin-bottom: 100px;
  }
}
.appdetail__subtitle {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
  color: #fc7823;
}
@media screen and (min-width: 670px) {
  .appdetail__subtitle {
    font-size: 40px;
  }
}
.appdetail__subtext {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
  color: #fc7823;
}
.appdetail__subtext:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .appdetail__subtext {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .appdetail__subtext:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.appdetail__subtext:before {
  background-color: #fc7823;
}
.appdetail__table {
  width: 100%;
  border-collapse: collapse;
}
.appdetail__tr {
  display: block;
  align-items: center;
  padding: 3vw 0;
  background-image: linear-gradient(to right, #fc7823 4px, transparent 4px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 670px) {
  .appdetail__tr {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
}
.appdetail__th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 6vw;
  font-size: 3vw;
  border-radius: 17.5px;
  background: #fc7823;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 2vw 0;
  padding: 0.2vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .appdetail__th {
    width: 103px;
    height: 35px;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
  }
}
.appdetail__th--long {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24vw;
  height: 6vw;
  font-size: 3vw;
  border-radius: 17.5px;
  background: #fc7823;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 2vw 0;
  padding: 0.2vw 0 0 0;
}
@media screen and (min-width: 670px) {
  .appdetail__th--long {
    width: 138px;
    height: 35px;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
  }
}
.appdetail__td {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .appdetail__td {
    font-size: 19px;
  }
}
.appdetail__td__small {
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .appdetail__td__small {
    font-size: 17px;
  }
}
.appdetail__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.appdetail__inner--coursedetails {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fc7823;
  box-shadow: 10px 10px 0 #fc7823;
  text-align: left;
  padding: 7vw 3vw 10vw 3vw;
  margin: 0 0 10vw 0;
}
@media screen and (min-width: 670px) {
  .appdetail__inner--coursedetails {
    width: 100%;
    box-shadow: 20px 20px 0 #fc7823;
    border: 5px solid #fc7823;
    padding: 5vw 5vw;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__inner--coursedetails {
    border: 5px solid #fc7823;
    box-shadow: 20px 20px 0 #fc7823;
    padding: 50px 30px;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
}
.appdetail__item {
  display: flex;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1300px) {
  .appdetail__item {
    width: 48%;
    margin-bottom: 0;
  }
}
.appdetail__item img {
  width: 16vw;
  height: auto;
  margin-right: 3vw;
  object-fit: contain;
  border-radius: 3vw;
  background-color: #fc7823;
}
@media screen and (min-width: 670px) {
  .appdetail__item img {
    width: 140px;
    margin-right: 20px;
    border-radius: 18px;
  }
}
.appdetail__box {
  width: 100%;
}
.appdetail__text--orange {
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  color: #fc7823;
}
@media screen and (min-width: 670px) {
  .appdetail__text--orange {
    font-size: 20px;
  }
}
.appdetail__month {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 500;
  background-color: #fc7922;
  border-radius: 24.5px;
  color: #fff;
  padding: 0.5vw 2vw 0 2vw;
  margin: 1vw 0;
}
@media screen and (min-width: 670px) {
  .appdetail__month {
    font-size: 14px;
    padding: 2px 8px;
    margin: 5px 0;
  }
}
.appdetail__online {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 500;
  background-color: #fc7922;
  color: #fff;
  padding: 0.5vw 2vw 0 2vw;
  margin: 1vw 0;
}
@media screen and (min-width: 670px) {
  .appdetail__online {
    font-size: 16px;
    padding: 2px 8px;
    margin: 5px 0;
  }
}
.appdetail__text4 {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  line-height: 4vw;
  color: #3e3e3e;
}
@media screen and (min-width: 670px) {
  .appdetail__text4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__text4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.appdetail__text--dot {
  position: relative;
  padding-left: 1em;
}
.appdetail__text--dot::before {
  content: "・";
  width: 1em;
  height: 1em;
  left: 0;
  position: absolute;
  margin-right: 0.5em;
}
.appdetail__text4--small {
  font-weight: 500;
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #3e3e3e;
  word-break: break-all;
}
@media screen and (min-width: 670px) {
  .appdetail__text4--small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__text4--small {
    font-size: 12px;
  }
}
.appdetail__inner--schedule {
  width: 100%;
  background-color: #fc7823;
  border-radius: 20px;
  box-shadow: 10px 10px 0 -3px #fff, 10px 10px 0 0 #fc7823;
  text-align: center;
  padding: 7vw 3vw 6vw 3vw;
  margin: 0 auto 10vw auto;
}
@media screen and (min-width: 670px) {
  .appdetail__inner--schedule {
    width: 100%;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #fc7823;
    padding: 5vw 5vw;
    margin: 0 auto 75px auto;
  }
}
@media screen and (min-width: 1300px) {
  .appdetail__inner--schedule {
    width: 580px;
    border-radius: 0;
    box-shadow: 20px 20px 0 -4px #fff, 20px 20px 0 0 #fc7823;
    padding: 60px 30px;
    margin: 0 auto 75px auto;
  }
}
.appdetail__subtitle--white {
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0060d0;
  color: #fff;
}
@media screen and (min-width: 670px) {
  .appdetail__subtitle--white {
    font-size: 40px;
  }
}
.appdetail__subtext--white {
  position: relative;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0060d0;
  margin-bottom: 9vw;
  color: #fff;
}
.appdetail__subtext--white:before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 1.8px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0060d0;
}
@media screen and (min-width: 670px) {
  .appdetail__subtext--white {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .appdetail__subtext--white:before {
    width: 76px;
    width: 76px;
    top: 40px;
  }
}
.appdetail__subtext--white::before {
  background-color: #fff;
}
.appdetail__list--schedule {
  position: relative;
}
.appdetail__item--schedule {
  margin-left: 50px;
  position: relative;
}
.appdetail__item--schedule::before {
  content: "";
  position: absolute;
  top: 1.3432835821vw;
  left: -45px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 520px) {
  .appdetail__item--schedule::before {
    top: 1.1940298507vw;
  }
}
@media screen and (min-width: 670px) {
  .appdetail__item--schedule::before {
    top: 11px;
  }
}
.appdetail__border_line_x {
  position: absolute;
  left: -33px;
  top: 2.5373134328vw;
  width: 26px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 520px) {
  .appdetail__border_line_x {
    top: 2.2388059701vw;
  }
}
@media screen and (min-width: 670px) {
  .appdetail__border_line_x {
    top: 16px;
  }
}
.appdetail__border_line_y {
  position: absolute;
  left: -39px;
  top: 16%;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 670px) {
  .appdetail__border_line_y {
    top: 18px;
  }
}
.appdetail__text5 {
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.appdetail__text5 span {
  color: #fc7823;
  background-color: #fff;
  padding: 0.2vw 1vw 0 1vw;
  margin: 0 2vw 1.5vw 0;
}
@media screen and (min-width: 670px) {
  .appdetail__text5 {
    font-size: 20px;
    padding: 0 4px;
    margin-right: 12px;
  }
  .appdetail__text5 span {
    padding: 1px 4px 0 4px;
    margin: 0 12px 5px 0;
  }
}
.appdetail__text6 {
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
  line-height: 4vw;
  text-align: left;
  color: #fff;
  padding-bottom: 5vw;
}
@media screen and (min-width: 670px) {
  .appdetail__text6 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 35px;
    padding-top: 6px;
  }
}
.appdetail__text--margin0 {
  padding-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .appdetail__text--margin0 {
    padding-bottom: 10px;
  }
}

.lecturer {
  width: 100%;
  padding: 10vw 5vw 0 5vw;
  overflow: hidden;
}
@media screen and (min-width: 670px) {
  .lecturer {
    padding: 120px 5vw 0 5vw;
  }
}
.lecturer__bgimage1 {
  position: absolute;
  z-index: -1;
  height: 64vw;
  background-color: #0f6fbf;
  border-radius: 80px;
  border: #262626 solid 2.8px;
  width: 100vw;
  top: 161px;
  left: -23vw;
}
@media screen and (min-width: 670px) {
  .lecturer__bgimage1 {
    width: 90vw;
    height: 452px;
    top: 128px;
    left: -23vw;
    border: #262626 solid 3px;
  }
}
@media screen and (min-width: 1300px) {
  .lecturer__bgimage1 {
    width: 67vw;
    height: 452px;
    left: -56vw;
    border: #262626 solid 3px;
  }
}
.lecturer__bgimage2 {
  position: absolute;
  z-index: 2;
  width: 25vw;
  height: 25vw;
  max-width: 187px;
  max-height: 187px;
  background-color: #efc005;
  border-radius: 50%;
  border: #262626 solid 2.8px;
  top: 95vw;
  right: -7vw;
}
@media screen and (min-width: 670px) {
  .lecturer__bgimage2 {
    z-index: -1;
    top: 62vw;
    border: #262626 solid 3px;
  }
}
@media screen and (min-width: 1100px) {
  .lecturer__bgimage2 {
    z-index: -1;
    top: 154px;
    right: -1vw;
    border: #262626 solid 3px;
  }
}
.lecturer__bgimage3 {
  position: absolute;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  max-width: 187px;
  max-height: 187px;
  background-color: #07bea2;
  border-radius: 50%;
  border: #262626 solid 2.8px;
  top: 186.5671641791vw;
  left: -13vw;
}
@media screen and (min-width: 960px) {
  .lecturer__bgimage3 {
    width: 187px;
    height: 187px;
    top: 91vw;
    left: -3vw;
    border: #262626 solid 3px;
  }
}
@media screen and (min-width: 1300px) {
  .lecturer__bgimage3 {
    width: 187px;
    height: 187px;
    top: 649px;
    left: -3vw;
    border: #262626 solid 3px;
  }
}
.lecturer__bgimage4 {
  position: absolute;
  z-index: -1;
  width: 27vw;
  height: 69vw;
  background-color: #eb6230;
  border-radius: 80px;
  border: #262626 solid 2.8px;
  top: 194.0298507463vw;
  right: -21vw;
}
@media screen and (min-width: 960px) {
  .lecturer__bgimage4 {
    width: 64vw;
    height: 63vw;
    top: 129vw;
    right: -62vw;
    border: #262626 solid 3px;
  }
}
@media screen and (min-width: 1300px) {
  .lecturer__bgimage4 {
    width: 64vw;
    height: 703px;
    top: 376px;
    right: -68vw;
    border: #262626 solid 3px;
  }
}
.lecturer__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.lecturer__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.lecturer__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .lecturer__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .lecturer__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.lecturer__title--blue {
  color: #0060d0;
}
.lecturer__title--blue::before {
  background-color: #0060d0;
}
.lecturer__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
  margin-bottom: 100px;
}
@media screen and (min-width: 670px) {
  .lecturer__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.lecturer__subtext--blue {
  color: #0060d0;
}
.lecturer__area1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw;
  margin-bottom: 2vw;
  flex-direction: row-reverse;
}
@media screen and (min-width: 670px) {
  .lecturer__area1 {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.lecturer__picbox {
  position: relative;
}
.lecturer__areapicbg {
  width: 90vw;
}
@media screen and (min-width: 670px) {
  .lecturer__areapicbg {
    width: 580px;
  }
}
.lecturer__areapic1 {
  position: absolute;
  width: 90vw;
  top: -18vw;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (min-width: 670px) {
  .lecturer__areapic1 {
    width: 552px;
    top: -96px;
    left: 49%;
  }
}
.lecturer__textbox {
  width: 100%;
}
@media screen and (min-width: 670px) {
  .lecturer__textbox {
    width: 580px;
  }
}
.lecturer__fukidasi--app {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 9vw;
  background: #fff;
  border: 1px solid #0060d0;
  margin-bottom: 4vw;
  border: 1px solid #eb6230;
}
.lecturer__fukidasi--app::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.lecturer__fukidasi--app::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 20%;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 11px solid #0060d0;
  z-index: 1;
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasi--app {
    width: 201px;
    height: 50px;
    margin-bottom: 23px;
  }
  .lecturer__fukidasi--app::before {
    bottom: -24px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .lecturer__fukidasi--app::after {
    bottom: -26px;
    border: 13px solid transparent;
    border-top: 13px solid #0060d0;
  }
}
.lecturer__fukidasi--app::after {
  border-top: 11px solid #eb6230;
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasi--app {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36vw;
    height: 9vw;
    background: #fff;
    border: 1px solid #0060d0;
    margin-bottom: 4vw;
    border: 1px solid #eb6230;
  }
  .lecturer__fukidasi--app::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 20%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 2;
  }
  .lecturer__fukidasi--app::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 20%;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-top: 11px solid #0060d0;
    z-index: 1;
  }
}
@media screen and (min-width: 670px) and (min-width: 670px) {
  .lecturer__fukidasi--app {
    width: 201px;
    height: 50px;
    margin-bottom: 23px;
  }
  .lecturer__fukidasi--app::before {
    bottom: -24px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .lecturer__fukidasi--app::after {
    bottom: -26px;
    border: 13px solid transparent;
    border-top: 13px solid #0060d0;
  }
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasi--app::after {
    border-top: 13px solid #eb6230;
  }
}
.lecturer__fukidasitext--app {
  font-weight: bold;
  font-size: 2.2vw;
  color: #eb6230;
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasitext--app {
    font-size: 12px;
  }
}
.lecturer__box {
  display: flex;
}
.lecturer__companybox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3vw;
  align-items: center;
}
@media screen and (min-width: 670px) {
  .lecturer__companybox {
    margin-bottom: 30px;
  }
}
.lecturer__name--orange {
  display: inline-block;
  height: 12vw;
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
  color: #fff;
  background: #0f6fbf;
  border: 2px solid #262626;
  margin-bottom: 3vw;
  padding: 0 0.5vw;
  background: #eb6230;
}
@media screen and (min-width: 670px) {
  .lecturer__name--orange {
    font-size: 40px;
    height: 61px;
    margin-bottom: 11px;
    padding: 0 5px;
  }
}
.lecturer__company--orange {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: auto;
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  background: #eb6230;
  border: 2px solid #262626;
  margin-right: 2vw;
  padding: 0 0.5vw;
}
@media screen and (min-width: 670px) {
  .lecturer__company--orange {
    font-size: 18px;
    margin-right: 5px;
    padding: 0 8px;
  }
}
.lecturer__link--orange {
  display: flex;
}
.lecturer__link--orange a {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #fc7823;
  text-decoration: underline;
}
.lecturer__link--orange:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .lecturer__link--orange:hover {
    opacity: 0.5;
  }
}
.lecturer__icon {
  margin: 1vw 0 0 2vw;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 670px) {
  .lecturer__icon {
    margin: 4px 0 0 5px;
  }
}
.lecturer__text {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  color: #262626;
}
@media screen and (min-width: 670px) {
  .lecturer__text {
    font-size: 16px;
    line-height: 35px;
  }
}
.lecturer__area2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw;
  margin-bottom: 20vw;
}
@media screen and (min-width: 670px) {
  .lecturer__area2 {
    gap: 40px;
    margin-bottom: 115px;
  }
}
.lecturer__areapic2 {
  position: absolute;
  width: 94vw;
  top: -18vw;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (min-width: 670px) {
  .lecturer__areapic2 {
    width: 596px;
    top: -111px;
    left: 51%;
  }
}
.lecturer__fukidasi--web {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 9vw;
  background: #fff;
  border: 1px solid #0060d0;
  margin-bottom: 4vw;
}
.lecturer__fukidasi--web::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.lecturer__fukidasi--web::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 20%;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 11px solid #0060d0;
  z-index: 1;
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasi--web {
    width: 201px;
    height: 50px;
    margin-bottom: 23px;
  }
  .lecturer__fukidasi--web::before {
    bottom: -24px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .lecturer__fukidasi--web::after {
    bottom: -26px;
    border: 13px solid transparent;
    border-top: 13px solid #0060d0;
  }
}
.lecturer__fukidasitext--web {
  font-weight: bold;
  font-size: 2.2vw;
  color: #0060d0;
}
@media screen and (min-width: 670px) {
  .lecturer__fukidasitext--web {
    font-size: 12px;
  }
}
.lecturer__name--blue {
  display: inline-block;
  height: 12vw;
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
  color: #fff;
  background: #0f6fbf;
  border: 2px solid #262626;
  margin-bottom: 3vw;
  padding: 0 0.5vw;
}
@media screen and (min-width: 670px) {
  .lecturer__name--blue {
    font-size: 40px;
    height: 61px;
    margin-bottom: 11px;
    padding: 0 5px;
  }
}
.lecturer__company--blue {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: auto;
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  background: #0f6fbf;
  border: 2px solid #262626;
  margin-right: 2vw;
  padding: 0 0.5vw;
}
@media screen and (min-width: 670px) {
  .lecturer__company--blue {
    font-size: 18px;
    margin-right: 5px;
    padding: 0 8px;
  }
}
.lecturer__link--blue {
  display: flex;
}
.lecturer__link--blue a {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #0f6fbf;
  text-decoration: underline;
}
.lecturer__link--blue:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .lecturer__link--blue:hover {
    opacity: 0.5;
  }
}
.lecturer__heading--hack {
  margin: 0 0 5vw 0;
}
@media screen and (min-width: 670px) {
  .lecturer__heading--hack {
    margin: 0 auto 35px auto;
  }
}
.lecturer__title--hack {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.lecturer__title--hack:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .lecturer__title--hack {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .lecturer__title--hack:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.lecturer__title--hack--blue {
  color: #0060d0;
}
.lecturer__title--hack--blue::before {
  background-color: #0060d0;
}
.lecturer__subtext--hack {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
}
@media screen and (min-width: 670px) {
  .lecturer__subtext--hack {
    font-size: 14px;
    padding-top: 17px;
  }
}
.lecturer__subtext--hack--blue {
  color: #0060d0;
}
.lecturer__hackashon {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #262626;
  box-shadow: 10px 10px 0 #262626;
  text-align: center;
  padding: 10vw 10vw;
  margin: 0 0 7.4626865672vw 0;
}
@media screen and (min-width: 670px) {
  .lecturer__hackashon {
    border: 5px solid #262626;
    box-shadow: 20px 20px 0 #262626;
    padding: 60px 45px;
    margin: 0 0 50px 0;
  }
}
.lecturer__text--hack {
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  text-align: center;
  color: #262626;
  font-weight: bold;
}
.lecturer__text--hack span {
  color: #eba403;
}
@media screen and (min-width: 670px) {
  .lecturer__text--hack {
    font-size: 16px;
    line-height: 33px;
  }
}

.event {
  padding: 10vw 5vw;
  border-bottom: 5px solid #262626;
}
@media screen and (min-width: 1300px) {
  .event {
    padding: 100px 0;
  }
}
.event__inner {
  background-color: rgba(255, 241, 183, 0.2);
  border-radius: 20px;
  border: 3px solid #eb6230;
  box-shadow: 10px 10px 0 #eb6230;
  text-align: center;
  padding: 10vw 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .event__inner {
    padding: 70px 0 78px 0;
    border: 5px solid #eb6230;
    box-shadow: 20px 20px 0 #eb6230;
  }
}
.event__picbox {
  position: relative;
}
.event__pic1 {
  position: absolute;
  z-index: 2;
  top: -9vw;
  width: 14vw;
}
@media screen and (min-width: 1100px) {
  .event__pic1 {
    top: -53px;
    left: 1%;
    width: 215.5px;
  }
}
.event__pic2 {
  position: absolute;
  z-index: 2;
  top: -9vw;
  right: 0%;
  width: 14vw;
}
@media screen and (min-width: 1100px) {
  .event__pic2 {
    top: -60px;
    right: 0%;
    width: 215.5px;
  }
}
.event__heading {
  margin: 7vw auto 0 auto;
}
@media screen and (min-width: 670px) {
  .event__heading {
    margin: 70px auto 0 auto;
  }
}
.event__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
  color: #eb6230;
}
.event__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .event__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .event__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.event__title--blue {
  color: #0060d0;
}
.event__title--blue::before {
  background-color: #0060d0;
}
.event__title:before {
  background-color: #eb6230;
}
@media screen and (min-width: 670px) {
  .event__title {
    color: #eb6230;
  }
  .event__title:before {
    background-color: #eb6230;
  }
}
.event__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
  color: #eb6230;
}
@media screen and (min-width: 670px) {
  .event__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.event__subtext--blue {
  color: #0060d0;
}
.event__list {
  text-align: left;
  font-weight: bold;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3e3e3e;
  padding: 5vw 10vw 0 10vw;
}
@media screen and (min-width: 670px) {
  .event__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2%;
    font-size: 14px;
    padding: 60px 40px 0 40px;
  }
}
@media screen and (min-width: 1300px) {
  .event__list {
    font-size: 15px;
  }
}
.event__item {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-bottom: 10vw;
}
@media screen and (min-width: 670px) {
  .event__item {
    margin-bottom: 0;
    width: 49%;
  }
}
@media screen and (min-width: 1100px) {
  .event__item {
    width: 23.5%;
  }
}
.event__item:last-of-type {
  margin-bottom: 0;
}
.event__span1 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 1vw;
  padding: 0.5vw 2vw;
  background-color: #eb6230;
  color: #ffffff;
}
@media screen and (min-width: 670px) {
  .event__span1 {
    margin-bottom: 4px;
    padding: 6px 12px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .event__span1 {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.event__span2 {
  text-align: center;
  color: #eb6230;
}
@media screen and (min-width: 670px) {
  .event__span2 {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1300px) {
  .event__span2 {
    margin-bottom: 6px;
  }
}
.event__roundbox {
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82vw;
  height: 8vw;
  border-radius: 40.5px;
  background: #eb6230;
  box-shadow: 8px 8px 0 -3px #f9f9f9, 8px 8px 0 0 #eb6230;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .event__roundbox {
    box-shadow: 8px 8px 0 -4px #f9f9f9, 8px 8px 0 0 #eb6230;
    font-size: 39px;
    width: 50vw;
    max-width: 686px;
    height: 81px;
  }
}
.event__imgbox {
  display: flex;
  flex-flow: column;
  gap: 40px 2%;
  padding: 10vw 10vw 0 10vw;
}
@media screen and (min-width: 670px) {
  .event__imgbox {
    flex-flow: row;
    padding: 60px 40px 0 40px;
  }
}
.event__img {
  display: flex;
  flex-flow: column;
  gap: 2vw;
}
@media screen and (min-width: 670px) {
  .event__img {
    gap: 6px;
  }
}
.event__img img {
  display: block;
  width: 100%;
  height: auto;
}
.event__caption {
  font-size: 2.4vw;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 670px) {
  .event__caption {
    font-size: 13px;
  }
}
@media screen and (min-width: 1100px) {
  .event__caption {
    font-size: 14px;
  }
}

.achievement {
  width: 100%;
  padding: 10vw 5vw 4vw;
  background: #e3edfa;
}
@media screen and (min-width: 670px) {
  .achievement {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .achievement {
    background-image: url(../img/top/webdetail_bg_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.achievement__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.achievement__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.achievement__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .achievement__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .achievement__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.achievement__title--blue {
  color: #0060d0;
}
.achievement__title--blue::before {
  background-color: #0060d0;
}
.achievement__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
  margin-bottom: 63px;
}
@media screen and (min-width: 670px) {
  .achievement__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.achievement__subtext--blue {
  color: #0060d0;
}
.achievement__message {
  margin-bottom: 6vw;
  color: #262626;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 670px) {
  .achievement__message {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.achievement__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 2vw;
}
@media screen and (min-width: 670px) {
  .achievement__list {
    gap: 40px 20px;
  }
}
.achievement__item {
  padding: 0 0 2vw;
  width: calc((100% - 2vw) / 2);
  border: 2px solid #262626;
  background-color: #ffffff;
}
@media screen and (min-width: 670px) {
  .achievement__item {
    padding: 0 0 20px;
    width: calc((100% - 20px) / 2);
  }
}
.achievement__img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 670px) {
  .achievement__img {
    margin-bottom: 10px;
  }
}
.achievement__text {
  display: block;
  padding: 0 2vw;
  margin-bottom: 1vw;
  font-size: 2vw;
}
@media screen and (min-width: 670px) {
  .achievement__text {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.achievement__text:last-of-type {
  margin-bottom: 0;
}
.achievement__text span {
  display: block;
  font-weight: bold;
}

.gallery {
  width: 100%;
}
.gallery__inner {
  width: 100%;
}
.gallery__img {
  display: flex;
  flex-wrap: wrap;
}
.gallery__img img {
  display: block;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 670px) {
  .gallery__img img {
    width: 25%;
  }
}

.sponsor {
  width: 100%;
  padding: 10vw 5vw;
  border-top: 5px solid #262626;
  border-bottom: 5px solid #262626;
}
@media screen and (min-width: 1100px) {
  .sponsor {
    padding: 60px 200px;
  }
}
.sponsor__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sponsor__title {
  position: relative;
  font-family: Impact;
  font-weight: normal;
  font-size: 7vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #262626;
  padding-bottom: 4vw;
  margin: 0 auto;
}
.sponsor__title:before {
  position: absolute;
  content: "";
  height: 1.8px;
  width: 11vw;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  background-color: #262626;
}
@media screen and (min-width: 670px) {
  .sponsor__title {
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #262626;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .sponsor__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 110px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    background-color: #262626;
  }
}
.sponsor__title--blue {
  color: #0060d0;
}
.sponsor__title--blue::before {
  background-color: #0060d0;
}
.sponsor__subtext {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #262626;
  padding-top: 3vw;
  margin-bottom: 63px;
}
@media screen and (min-width: 670px) {
  .sponsor__subtext {
    font-size: 14px;
    padding-top: 17px;
  }
}
.sponsor__subtext--blue {
  color: #0060d0;
}
.sponsor__list {
  display: grid;
  justify-content: center;
  gap: 38px;
  grid-template-columns: repeat(auto-fit, 50vw);
}
@media screen and (min-width: 670px) {
  .sponsor__list {
    gap: 38px;
    grid-template-columns: repeat(auto-fit, 266px);
  }
}
.sponsor__itemlink {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2vw;
  color: #262626;
  margin-top: 9px;
}
@media screen and (min-width: 670px) {
  .sponsor__itemlink {
    font-size: 12px;
  }
}
.sponsor a:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .sponsor a:hover {
    opacity: 0.5;
  }
}