@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

body {
  background: #F4F9FC;
}

.main {
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main img {
  width: 100%;
}

.contents_title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contents_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .contents_title {
    font-size: 3.4rem;
  }
}
.contents_title:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .contents_title {
    position: relative;
  }
  .contents_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  }
}
.copy_box .copy_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copy_box .copy_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 2.3148148148);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy_title {
    font-size: 2.8rem;
  }
}
.copy_box .copy {
  font-size: 1.2rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .copy_box .copy {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.6944444444);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy {
    font-size: 1.5rem;
  }
}

.w900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hero {
  margin: 0 auto 50px;
}

a {
  display: block;
}

.box {
  margin-bottom: 21.3333333333%;
}

@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 8.3333333333%;
  }
}
.btn {
  margin-bottom: 5%;
}
.btn a, .btn button {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: #0091DA;
  border: 1px solid #0091DA;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn a, .btn button {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .btn a, .btn button {
    font-size: 1.6rem;
  }
}
.btn a span, .btn button span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
  right: 20px;
  font-size: 1.4rem;
  transition: 0.3s;
}
.btn a .v_shaped, .btn button .v_shaped {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  transition: 0.3s;
}
.btn a .arrow:before, .btn a .arrow:after, .btn button .arrow:before, .btn button .arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  transition: 0.3s;
}
.btn a .arrow:before, .btn button .arrow:before {
  width: 25px;
  right: 14px;
  top: 70%;
  transform: translate(0, -50%);
}
.btn a .arrow:after, .btn button .arrow:after {
  width: 7px;
  right: 14px;
  top: calc(70% - 2px);
  transform: rotate(35deg) translate(0, -50%);
}
.btn a:hover, .btn button:hover {
  background: #C1AE8A;
  opacity: 1;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn, .btn button.gl_btn {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn:hover, .btn button.gl_btn:hover {
  color: #C1AE8A;
  background: #fff;
}
.btn a.gl_btn:hover .v_shaped, .btn button.gl_btn:hover .v_shaped {
  border-color: #C1AE8A;
}
.btn a.gl_btn:hover .arrow:before, .btn a.gl_btn:hover .arrow:after, .btn button.gl_btn:hover .arrow:before, .btn button.gl_btn:hover .arrow:after {
  background: #C1AE8A;
}
.btn a.or_btn, .btn button.or_btn {
  background: #EB702F;
  border: 1px solid #EB702F;
}
.btn a.or_btn:hover, .btn button.or_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gr_btn, .btn button.gr_btn {
  background: #678E38;
  border: 1px solid #678E38;
}
.btn a.gr_btn:hover, .btn button.gr_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn.back a, .btn.back button {
  background: #000;
  border: 1px solid #000;
}
.btn.back a:hover, .btn.back button:hover {
  color: #000;
  background: #fff;
}
.btn.back a:hover:after, .btn.back button:hover:after {
  border-color: #000;
}

.sub_title {
  color: #0091DA;
  text-align: center;
  margin-bottom: 40px;
}
.sub_title .main_txt {
  font-weight: normal;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sub_title .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .sub_title .main_txt {
    font-size: 3.4rem;
  }
}
.sub_title .sab_title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sub_title .sab_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_title {
    font-size: 2.4rem;
  }
}
.sub_title .sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
  color: #333;
}
@media (min-width: 768px) {
  .sub_title .sab_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .sub_title .main_txt {
    margin-bottom: 80px;
    position: relative;
  }
  .sub_title .main_txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 90px;
    height: 1px;
    margin: auto;
    background: #0091DA;
  }
  .sub_title .sab_txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .sp_only {
    display: none;
  }
}
i {
  margin-right: 5px;
}

.message_contents {
  margin-bottom: 70px;
}
.message_contents .message_contents_wrap {
  padding: 80px 0px 40px 0px;
}
.message_contents .message_contents_wrap .contents_title {
  margin-bottom: 40px;
}
.message_contents .message_contents_wrap ul li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.message_contents .message_contents_wrap ul li .txt_title {
  font-size: 1.6rem;
  text-align: center;
  color: #0091DA;
  background: #fff;
  padding: 5px 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.8518518519);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: 2.4rem;
  }
}
.message_contents .message_contents_wrap ul li .txt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 30px 0px 40px 0px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .message_contents {
    margin-bottom: 120px;
  }
  .message_contents .message_contents_wrap {
    padding: 60px 0px 50px 0px;
  }
  .message_contents .message_contents_wrap .contents_title {
    margin-bottom: 12%;
  }
  .message_contents .message_contents_wrap ul li {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .message_contents .message_contents_wrap ul li .txt {
    text-align: left;
    padding: 10px 25px;
    line-height: 2.5;
  }
}
#hero {
  background: url(./img/main.jpg) no-repeat center;
  height: 400px;
}
#hero img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #hero {
    background: none;
    height: auto;
  }
  #hero img {
    display: block;
    width: 100%;
  }
}
.hero_txt {
  margin-bottom: 2em !important;
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
}

.hm_link {
  padding-top: 150px;
  margin-top: -150px;
}

.main_txt {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #0091DA;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 1.953125);
  }
}
@media (min-width: 1280px) {
  .main_txt {
    font-size: 2.8rem;
  }
}
.main_txt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 90px;
  height: 1px;
  margin: auto;
  background: #0091DA;
}
.main_txt.mb_10 {
  margin-bottom: 10px;
}

.copy_box .copy_title {
  color: #0091DA;
  letter-spacing: 0;
}
.copy_box .copy_title {
  font-size: 1.6rem;
  margin-bottom: 5%;
  text-align: center;
  color: #0091DA;
}
@media (min-width: 768px) {
  .copy_box .copy_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .copy_box .copy_title {
    font-size: 2.4rem;
  }
}
.copy_box .copy {
  font-size: 1.3rem;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .copy_box .copy {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .copy_box .copy {
    font-size: 1.5rem;
  }
}
.copy_box .copy.txt_align {
  text-align: justify;
  margin-bottom: 5%;
}

.txt {
  font-size: 1.3rem;
  letter-spacing: 0.11em;
  line-height: 1.85;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .txt {
    font-size: 1.5rem;
  }
}
.txt small {
  font-size: 0.85em;
}

.sec_item {
  background: #FFF;
  padding: 2.5rem 2.5rem 3rem;
  box-sizing: border-box;
}
.sec_item + .sec_item {
  margin-top: 2rem;
}
.sec_item .btn {
  max-width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.sec_item .btn_wrap {
  display: grid;
}
.sec_item .btn_wrap .btn {
  width: 100%;
}
.sec_item .btn_wrap .btn a .arrow::before, .sec_item .btn_wrap .btn a .arrow::after {
  right: -5px;
}
.sec_item .ttl {
  margin-bottom: 1em;
  color: #0091DA;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_item .ttl {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.9765625);
  }
}
@media (min-width: 1280px) {
  .sec_item .ttl {
    font-size: 2rem;
  }
}
.sec_item .ttl small {
  font-size: 0.85em;
}

#about .link_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 0.4rem;
  margin-bottom: 3.5rem;
}
#about .link_list .btn {
  margin: 0;
}
#about .link_list .btn a {
  position: relative;
  background: #FFF;
  margin: 0;
  padding: 1.25em 1em;
  font-size: 1.2rem;
  color: #0091DA;
  text-align: left;
  border-color: #FFF;
  font-weight: 500;
}
#about .link_list .btn a::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(25%, -25%) rotate(-45deg);
  width: 0.8rem;
  aspect-ratio: 1;
  border-right: 2px solid #0091DA;
  border-bottom: 2px solid #0091DA;
  content: "";
}
#about .link_list .btn.page_link a::after {
  transform: translate(25%, -50%) rotate(45deg);
}
#about .txt {
  margin-bottom: 3rem;
}

#ready .sec_item .txt + .txt {
  margin-top: 1em;
}
#ready .sec_item .btn {
  margin-top: 2rem;
}
#ready .mov-list {
  display: grid;
  gap: clamp(1.5rem, 1.75vw, 2rem);
  margin-top: 3rem;
}
#ready .mov-list .mov-item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#ready .mov-list .mov-item .mov-txt {
  margin-bottom: 0.5em;
  color: #0091DA;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  text-align: center;
}
#ready .mov-list .mov-item .mov-frame {
  width: 100%;
  aspect-ratio: 16/9;
}
#ready .mov-list .mov-item .mov-frame > * {
  width: 100%;
  height: 100%;
}

.inst_img {
  max-width: 600px;
  margin: clamp(20px, 3vw, 30px) auto clamp(30px, 4vw, 40px);
}

.inst {
  margin-top: 2rem;
}
.inst .inst_ttl {
  background: #0091DA;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.11em;
  line-height: 1.85;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .inst .inst_ttl {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.5859375);
  }
}
@media (min-width: 1280px) {
  .inst .inst_ttl {
    font-size: 1.6rem;
  }
}
.inst .inst_cont {
  border: #0091DA 1px solid;
  background: #FFF;
  padding: 1.5rem;
  box-sizing: border-box;
}
.inst .inst_cont .img {
  width: 38.5%;
  margin: 0 auto 1.8rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
.inst .inst_cont .cont .link {
  display: grid;
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.inst .inst_cont .cont .link .txt {
  text-align: center;
  margin-bottom: 0.25em;
  letter-spacing: 0;
}
.inst .inst_cont .cont .link a {
  display: block;
  width: 60.4%;
  margin: 0 auto;
}
.inst .inst_cont .cont .link .item:nth-of-type(2) a {
  width: 75%;
}
.inst .inst_cont .cont .point .txt {
  position: relative;
  padding-left: 2em;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media (min-width: 768px) {
  .inst .inst_cont .cont .point .txt {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.1953125);
  }
}
@media (min-width: 1280px) {
  .inst .inst_cont .cont .point .txt {
    font-size: 1.3rem;
  }
}
.inst .inst_cont .cont .point .txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5em;
  aspect-ratio: 18/14;
  background: url("./img/point.svg") center/cover no-repeat;
  content: "";
}
.inst .inst_cont .cont .txt {
  line-height: 2;
}
.inst .inst_cont .cont .txt b {
  color: #0091DA;
  font-weight: 500;
}

#flow .sec_item .txt b {
  font-weight: 500;
  color: #FF0000;
}
#flow .sec_item .txt + .txt {
  margin-top: 1em;
}

#bring .sec_item .check {
  margin-bottom: 2.5rem;
}
#bring .sec_item .check li {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 2.4em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #bring .sec_item .check li {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #bring .sec_item .check li {
    font-size: 1.5rem;
  }
}
#bring .sec_item .check li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.6em;
  aspect-ratio: 1;
  background: url("../../../img/beginner/check.svg") center/cover no-repeat;
  content: "";
}
#bring .sec_item .check li + li {
  margin-top: 1em;
}
#bring .sec_item .group + .group {
  margin-top: clamp(3rem, 5.2vw, 5rem);
}
#bring .sec_item .group .subttl {
  font-size: 1.5rem;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 1px solid;
  letter-spacing: 0.06em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #bring .sec_item .group .subttl {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.5859375);
  }
}
@media (min-width: 1280px) {
  #bring .sec_item .group .subttl {
    font-size: 1.8rem;
  }
}
#bring .sec_item .group .subttl small {
  font-size: 0.72em;
  padding-left: 0.72em;
}
#bring .sec_item .group .dot {
  margin: 1em 0;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #bring .sec_item .group .dot {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #bring .sec_item .group .dot {
    font-size: 1.5rem;
  }
}
#bring .sec_item .group .dot li {
  position: relative;
  padding-left: 1.33em;
}
#bring .sec_item .group .dot li::before {
  position: absolute;
  top: 50%;
  left: 0.1em;
  transform: translate(0, -50%);
  width: 0.533em;
  aspect-ratio: 1;
  background: url("../../../img/beginner/dot.svg") center/cover no-repeat;
  content: "";
}
#bring .sec_item .group .txt b {
  color: #0091DA;
  font-weight: 500;
}
#bring .sec_item .group .txt + .txt {
  margin-top: 1em;
}
#bring .sec_item .group .inst_wrap {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#bring .sec_item .group .inst_wrap .inst {
  margin: 0;
}

#paperless .copy {
  margin: 2rem 0;
}
#paperless .copy .txt {
  color: #0091DA;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #paperless .copy .txt {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #paperless .copy .txt {
    font-size: 1.4rem;
  }
}
#paperless .copy .txt b {
  font-size: 1.3rem;
  color: #333;
}
@media (min-width: 768px) {
  #paperless .copy .txt b {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #paperless .copy .txt b {
    font-size: 1.5rem;
  }
}
#paperless .copy .txt + .txt {
  margin-top: 1em;
}

.cs_btn a {
  position: relative;
  pointer-events: none;
}
.cs_btn a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #bdbdbd;
  border: 1px solid #bdbdbd;
  content: "coming soon...";
  color: #FFF;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  display: grid;
  place-content: center;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #about .link_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem 2.5rem;
    margin-bottom: 7rem;
  }
  #about .link_list .btn a {
    text-align: center;
    font-size: 1.4rem;
  }
  #about .link_list .btn a::after {
    right: 2rem;
  }
  .sec_item {
    padding: 3rem 3.8rem;
  }
  .sec_item .btn_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  #ready .sec_item .btn {
    margin-top: 3rem;
  }
  .inst .inst_ttl {
    padding: 0.75em;
  }
  .inst .inst_cont {
    padding: 1.8rem 10% 4rem;
    display: flex;
    gap: 2rem;
  }
  .inst .inst_cont .img {
    max-width: 130px;
    margin: 1.8rem auto 0 0;
  }
  .inst .inst_cont .cont {
    max-width: 400px;
    margin-left: auto;
  }
  .inst .inst_cont .cont .link {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .inst .inst_cont .cont .link .item {
    width: 40%;
  }
  .inst .inst_cont .cont .link .item:nth-of-type(2) {
    width: 50%;
  }
  .inst .inst_cont .cont .link .item:nth-of-type(2) a {
    width: 100%;
  }
  .inst .inst_cont .cont .link .item a {
    width: 100%;
  }
  .inst .inst_cont .cont .point {
    width: -moz-fit-content;
    width: fit-content;
  }
  #bring .sec_item .group .inst_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 5.2%;
  }
  #bring .sec_item .group .inst_wrap .inst_cont {
    padding: 1.5rem 1.5rem 2rem;
  }
}
@media screen and (min-width: 901px) {
  #about .link_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}