@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  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;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    background: #fff !important;
  }
  /* ------------ spmterial-i ------------ */
  .spmaterial-i {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top-loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -6px;
    z-index: 4000;
  }
  #top-loaderbg #loader .loader {
    width: 12px;
    height: 12px;
    border-top: 2px solid #c7e8f6;
    border-bottom: 2px solid #c7e8f6;
    border-right: 2px solid #008eca;
    border-left: 2px solid #008eca;
    animation: loader_01 0.75s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ sp-title-box ------------ */
  #sp-title-box {
    width: 90%;
    margin: 70px auto 0;
  }
  #sp-title-box figure {
    width: 100%;
    margin: 20px auto 0;
  }
  #sp-title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #sp-title-box figure.i-01 {
    margin: 0 auto;
  }
  #sp-title-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #sp-title-box a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #sp-title-box p {
    font-size: 12px;
    line-height: 1.5;
    font: normal 1.2rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
    text-align: right;
  }
  /* ------------ sp-company-box ------------ */
  #sp-company-box {
    width: 90%;
    margin: 30px auto 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 3px solid #00a0e9;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
  }
  #sp-company-box h2 {
    font-size: 20px;
    line-height: 1;
    font: normal 2rem/1 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    text-align: center;
  }
  #sp-company-box p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    text-align: center;
  }
  #sp-company-box ul.caution-box {
    margin: 20px 0 0 0;
  }
  #sp-company-box ul.caution-box li {
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    font: normal 1.2rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
  }
  #sp-company-box ul.companyname-box {
    margin: 20px 0 0 0;
  }
  #sp-company-box ul.companyname-box li {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
    color: #000;
    text-align: center;
    /*
    &:before {
    content: "◆";
    color: #000;
    }
    */
  }
  #sp-company-box ul.companyname-box li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #sp-company-box ul.companyname-box li a:link, #sp-company-box ul.companyname-box li a:visited, #sp-company-box ul.companyname-box li a:active {
    text-decoration: underline;
    color: #000;
  }
  #sp-company-box ul.companyname-box li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* ------------ sp-course-box ------------ */
  #sp-course-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #sp-course-box figure {
    width: 100%;
    margin: 0 auto;
  }
  #sp-course-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-pdf-box ------------ */
  #sp-pdf-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #sp-pdf-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
  }
  #sp-pdf-box a img {
    margin: 0 auto;
    width: 80%;
    vertical-align: bottom;
  }
  #sp-pdf-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #sp-pdf-box p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 30px 0 0 0;
  }
  /* ------------ google-form-box ------------ */
  #google-form-box {
    width: 90%;
    margin: 40px auto 0;
  }
  #google-form-box .google-form {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 261%;
  }
  #google-form-box .google-form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------ google-map-wrap ------------ */
  #google-map-box {
    width: 90%;
    margin: 60px auto 0;
  }
  /* ------------ sp-link-box ------------ */
  #sp-link-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #sp-link-box figure {
    width: 100%;
  }
  #sp-link-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #sp-link-box ul li {
    width: 50%;
    list-style: none;
    margin: 20px auto 0;
  }
  #sp-link-box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
  }
  #sp-link-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #sp-link-box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-past-box ------------ */
  #sp-past-box {
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
  }
  #sp-past-box p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    margin: 10px 0 0 0;
  }
  #sp-past-box p a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #sp-past-box p a:link, #sp-past-box p a:visited, #sp-past-box p a:active {
    text-decoration: underline;
    color: #00a0e9;
  }
  #sp-past-box p a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #sp-past-box p.title {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    margin: 0;
  }
  #sp-past-box figure {
    width: 100%;
    margin: 30px 0;
  }
  #sp-past-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-sponsored-box ------------ */
  #sp-sponsored-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
  }
  #sp-sponsored-box p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
    font-weight: 700;
  }
  #sp-sponsored-box p:nth-of-type(2), #sp-sponsored-box p:nth-of-type(3) {
    margin: 20px 0 0 0;
  }
  #sp-sponsored-box p.organizer {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
    font-weight: 700;
  }
  /* ------------SP END ------------ */
}
/* ------------ PC ------------ */
@media screen and (min-width: 769px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    background: #fff !important;
  }
  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top-loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -12px;
    z-index: 4000;
  }
  #top-loaderbg #loader .loader {
    width: 24px;
    height: 24px;
    border-top: 2px solid #c7e8f6;
    border-bottom: 2px solid #c7e8f6;
    border-right: 2px solid #008eca;
    border-left: 2px solid #008eca;
    animation: loader_01 0.75s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ sp-title-box ------------ */
  #sp-title-box {
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
  }
  #sp-title-box figure {
    width: 100%;
    margin: 30px auto 0;
  }
  #sp-title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #sp-title-box figure.i-01 {
    margin: 0 auto;
  }
  #sp-title-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
  }
  #sp-title-box a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #sp-title-box p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
    text-align: right;
  }
  /* ------------ sp-company-box ------------ */
  #sp-company-box {
    max-width: 800px;
    width: 80%;
    margin: 30px auto 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 7px solid #00a0e9;
    padding: 50px;
    background: #fff;
    box-sizing: border-box;
  }
  #sp-company-box h2 {
    font-size: 56px;
    line-height: 1;
    font: normal 5.6rem/1 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    text-align: center;
  }
  #sp-company-box ul.caution-box {
    margin: 20px 0 0 0;
  }
  #sp-company-box ul.caution-box li {
    list-style: none;
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
    font-weight: 700;
    text-align: center;
  }
  #sp-company-box ul.companyname-box {
    width: 80%;
    margin: 40px auto 0;
  }
  #sp-company-box ul.companyname-box li {
    font-size: 24px;
    line-height: 2;
    font: normal 2.4rem/2 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
    color: #000;
    font-weight: 700;
    text-align: center;
    /*
    &:before{
    content: "◆";
    color: #000;
    }
    */
  }
  #sp-company-box ul.companyname-box li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #sp-company-box ul.companyname-box li a:link, #sp-company-box ul.companyname-box li a:visited, #sp-company-box ul.companyname-box li a:active {
    text-decoration: underline;
    color: #000;
  }
  #sp-company-box ul.companyname-box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* ------------ sp-course-box ------------ */
  #sp-course-box {
    max-width: 800px;
    width: 80%;
    margin: 50px auto 0;
  }
  #sp-course-box figure {
    width: 100%;
    margin: 0 auto;
  }
  #sp-course-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-pdf-box ------------ */
  #sp-pdf-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #sp-pdf-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
  }
  #sp-pdf-box a img {
    margin: 0 auto;
    max-width: 700px;
    vertical-align: bottom;
  }
  #sp-pdf-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #sp-pdf-box p {
    font-size: 34px;
    line-height: 1.5;
    font: normal 3.4rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 50px 0 0 0;
  }
  /* ------------ google-form-box ------------ */
  #google-form-box {
    margin: 70px 0 0 0;
  }
  #google-form-box .google-form {
    position: relative;
    width: 640px;
    margin: 0 auto;
  }
  /* ------------ google-map-wrap ------------ */
  #google-map-box {
    max-width: 800px;
    width: 80%;
    margin: 70px auto 0;
  }
  /* ------------ sp-link-box ------------ */
  #sp-link-box {
    max-width: 700px;
    width: 80%;
    margin: 70px auto 0;
  }
  #sp-link-box h2 {
    font-size: 56px;
    line-height: 1;
    font: normal 5.6rem/1 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
  }
  #sp-link-box figure {
    width: 100%;
  }
  #sp-link-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #sp-link-box ul li {
    max-width: 430px;
    width: 100%;
    list-style: none;
    margin: 30px auto 0;
  }
  #sp-link-box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
  }
  #sp-link-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #sp-link-box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-past-box ------------ */
  #sp-past-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #sp-past-box p {
    font-size: 24px;
    line-height: 2;
    font: normal 2.4rem/2 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
    margin: 0 !important;
  }
  #sp-past-box p a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #sp-past-box p a:link, #sp-past-box p a:visited, #sp-past-box p a:active {
    text-decoration: underline;
    color: #00a0e9;
  }
  #sp-past-box p a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #sp-past-box p.title {
    font-size: 40px;
    line-height: 1.5;
    font: normal 4rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #00a0e9;
  }
  #sp-past-box p br {
    display: none;
  }
  #sp-past-box figure {
    width: 100%;
    margin: 30px 0;
  }
  #sp-past-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ sp-sponsored-box ------------ */
  #sp-sponsored-box {
    padding: 70px 0;
    text-align: center;
  }
  #sp-sponsored-box p {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
    font-weight: 700;
  }
  #sp-sponsored-box p:nth-of-type(2), #sp-sponsored-box p:nth-of-type(3) {
    margin: 30px 0 0 0;
  }
  #sp-sponsored-box p.organizer {
    font-size: 26px;
    line-height: 1.5;
    font: normal 2.6rem/1.5 "M PLUS Rounded 1c", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #00a0e9;
    font-weight: 700;
  }
  /* ------------ //PC ------------ */
}/*# sourceMappingURL=style.css.map */