/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;700&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
html body {
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #222;
}
html body.is_act {
  height: 100vh;
  overflow-y: hidden;
  background-color: #fff;
}
html body.is_act header {
  position: fixed;
  top: 0;
  z-index: 1000;
}
html body.is_act article {
  opacity: 0;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}
a:hover {
  transition: 0.4s ease-in-out;
  opacity: 0.6;
}

.wrapper {
  position: relative;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 92%;
    margin: 0 4%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0 16px 16px 0 rgba(34, 34, 34, 0.05);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 64px;
    line-height: 64px;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
    height: 64px;
  }
}
header .inner img {
  vertical-align: middle !important;
}
@media screen and (max-width: 768px) {
  header .inner img {
    width: 148px;
  }
}
@media screen and (max-width: 368px) {
  header .inner img {
    width: 128px;
  }
}
@media screen and (max-width: 320px) {
  header .inner img {
    width: 118px;
  }
}

.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 228px;
  width: 100%;
  height: 56px;
  padding-left: 28px;
  border: solid 1px #fff;
  border-radius: 9999px;
  background: linear-gradient(#56c22b, #018101);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 8px 8px 0 rgba(34, 34, 34, 0.1);
}
.header__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 22px;
  height: 22px;
  background: url(../images/icon_01.png) no-repeat;
  background-size: 22px 22px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header__btn::before {
    left: 12px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 348px) {
  .header__btn::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    max-width: 180px;
    width: 100%;
    height: 48px;
    padding-left: 24px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 348px) {
  .header__btn {
    max-width: 168px;
    width: 100%;
    height: 40px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .header__btn {
    max-width: 158px;
    width: 100%;
    font-size: 1.1rem;
  }
}

.mv {
  margin-top: 80px;
  padding: 40px 0;
  background: url(../images/mv_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 64px;
    padding: 24px 0;
  }
}
.mv h1 img {
  max-width: 100%;
  width: 100%;
}

main h2 {
  margin-bottom: 48px;
  color: #0084CB;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main h2 {
    margin-bottom: 32px;
    font-size: 2.8rem;
  }
}
main .lead {
  padding: 32px 0 64px;
}
@media screen and (max-width: 768px) {
  main .lead {
    padding: 32px 0 40px;
  }
}
main .lead p {
  font-size: 1.6rem;
  line-height: 2;
}
main .guide {
  padding: 80px 0;
  background-color: rgba(0, 132, 203, 0.05);
}
@media screen and (max-width: 768px) {
  main .guide {
    padding: 40px 0;
  }
}
main .guide h2 {
  margin-bottom: 40px;
}
main .guide table {
  width: 100%;
  border-spacing: 0 8px;
}
main .guide table th {
  width: 22.962962963%;
  padding: 16px 24px;
  background-color: #0084CB;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main .guide table th {
    display: inline-block;
    width: 100%;
    padding: 4% 16px;
  }
}
main .guide table td {
  padding: 16px 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main .guide table td {
    display: inline-block;
    width: 100%;
    padding: 4% 16px;
  }
}
main .program {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main .program {
    padding: 40px 0;
  }
}
main .program dl {
  position: relative;
}
main .program dl dt {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #0084CB;
  color: #fff;
  font-family: "Alumni Sans", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  word-break: break-all;
}
main .program dl dd {
  position: relative;
  line-height: 1.5;
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  main .program dl dd {
    margin-left: 4%;
    line-height: 1.8;
  }
}
main .program dl dd h3 {
  margin-bottom: 24px;
  color: #0084CB;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .program dl dd h3 {
    font-size: 2rem;
  }
}
main .program dl dd h3 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  main .program dl dd h3 span {
    font-size: 1.6rem;
  }
}
main .program dl dd .list__label {
  width: 155px;
  height: 34px;
  line-height: 34px;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
main .program dl dd .list__item {
  padding: 24px 0;
  border-bottom: solid #ddd 1px;
}
main .program dl dd .list__item:last-child {
  padding-bottom: 0;
  border: none;
}
main .program dl dd .list__item h4 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main .program dl dd .list__item h4 {
    font-size: 1.8rem;
  }
}
main .program dl dd .list__item h4 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  main .program dl dd .list__item h4 span {
    font-size: 1.6rem;
  }
}
main .program dl dd .list__item__job {
  margin-bottom: 16px;
  color: #555;
}
main .program dl .dl__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
main .program dl .dl__inner::before {
  position: absolute;
  left: 25px;
  display: block;
  content: "";
  background: #0084CB;
  width: 2px;
  height: calc(100% + 40px);
  z-index: -1;
}
main .program dl .dl__inner:last-child::before {
  background: none;
}
main .profile {
  padding: 80px 0;
  background-color: rgba(0, 132, 203, 0.05);
}
@media screen and (max-width: 768px) {
  main .profile {
    padding: 40px 0;
  }
}
main .profile ul li {
  display: flex;
  padding: 40px 0;
  border-bottom: solid #ddd 1px;
}
@media screen and (max-width: 768px) {
  main .profile ul li {
    display: block;
  }
}
main .profile ul li:first-child {
  padding-top: 0;
}
main .profile ul li:last-child {
  padding-bottom: 0;
  border: none;
}
main .profile ul li .img {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  main .profile ul li .img {
    text-align: center;
    margin: 0 0 40px 0;
  }
}
main .profile ul li .text h3 {
  margin-bottom: 40px;
  padding-left: 12px;
  border-left: solid 4px #0084CB;
  font-size: 2.4rem;
  font-weight: bold;
}
main .profile ul li .text h3 span {
  display: block;
  font-size: 1.5rem;
  color: #555;
}
main .profile ul li .text h3 .ruby {
  display: inline-block;
  font-size: 1.6rem;
  color: #222;
}
main .profile ul li .text h4 {
  width: 155px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 16px;
  border: solid 1px #0084CB;
  color: #0084CB;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
main .profile ul li .text p {
  line-height: 2;
}
main .privacy {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main .privacy {
    padding: 40px 0;
  }
}
main .privacy p {
  font-size: 1.4rem;
}

footer {
  width: 100%;
  padding: 32px 0;
  background-color: #0084CB;
}
footer p {
  text-align: center;
}
footer p small {
  color: #fff;
  font-size: 1.2rem;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 895px;
  width: 100%;
  height: 96px;
  margin: 40px auto 0;
  border: solid 1px #fff;
  border-radius: 9999px;
  background: linear-gradient(#56c22b, #018101);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  box-shadow: 0 8px 8px 0 rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 768px) {
  .btn {
    height: 72px;
    margin: 24px auto 0;
    font-size: 1.6rem;
  }
}
.btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  width: 54px;
  height: 54px;
  background: url(../images/icon_01.png) no-repeat;
  background-size: 54px 54px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .btn::before {
    left: 24px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
@media screen and (max-width: 375px) {
  .btn::before {
    left: 16px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 49px;
  height: 49px;
  background: url(../images/arrow_01.png) no-repeat;
  background-size: 49px 49px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 16px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

.fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 32px 0;
  background: rgba(34, 34, 34, 0.64);
  z-index: 80;
}
@media screen and (max-width: 768px) {
  .fix {
    padding: 16px 0;
  }
}
.fix .btn {
  margin: 0 auto;
  padding: 16px 0;
  filter: drop-shadow(0 8px 8px rgba(34, 34, 34, 0.1));
}

#totop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #totop {
    right: 15px;
    bottom: 120px;
  }
}
#totop img {
  filter: drop-shadow(0 8px 8px rgba(34, 34, 34, 0.1));
}
@media screen and (max-width: 768px) {
  #totop img {
    width: 54px;
    height: 54px;
  }
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.fa-solid {
  margin-left: 10px;
  color: #0084CB;
}

.mb0 {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */