@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html[data-browse-mode="S"] .isPc {
  display: none;
}
html[data-browse-mode="P"] .isSp {
  display: none;
}
html[data-browse-mode="P"] .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.summer_training_camp {
  font-family: "Noto Sans JP";
  color: #002246;
  font-size: 18px;
}
html[data-browse-mode="S"] .summer_training_camp {
  font-size: 16px;
}
.summer_training_camp ol,
.summer_training_camp li {
  list-style: none;
}
.summer_training_camp a:hover {
  text-decoration: none;
}
.summer_training_camp .inner {
  padding: 0 15px;
}
html[data-browse-mode="P"] .summer_training_camp .inner {
  width: 1130px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .summer_training_camp .inner {
  width: 100%;
}
.summer_training_camp .contents {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.161);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.161);
}
.summer_training_camp .pink {
  color: #d55ebf;
}
h2.sec_head2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  font-weight: 600;
  color: #002246;
  font-size: 32px;
  padding: 0;
  margin: 0 0 40px;
}
h2.sec_head2:after {
  display: block;
  content: "";
  width: 150px;
  height: 6px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#fffa72), to(#86c3fe)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #fffa72 0%, #86c3fe 100%) 0% 0% no-repeat padding-box;
}
html[data-browse-mode="S"] h2.sec_head2 {
  padding: 0;
  border: none;
  row-gap: 10px;
  font-size: 24px;
}
html[data-browse-mode="S"] h2.sec_head2:after {
  width: 100px;
  height: 4px;
}
h3.sec_head3 {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0 10px 26px;
  margin-bottom: 30px;
}
h3.sec_head3:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: transparent linear-gradient(167deg, #fffa72 0%, #87c4fd 100%) 0% 0% no-repeat padding-box;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: 20px;
}
html[data-browse-mode="S"] h3.sec_head3 {
  font-size: 18px;
  padding: 0 0 0 26px;
}
.diamond_left {
  position: relative;
  z-index: 0;
}
html[data-browse-mode="P"] .diamond_left {
  margin-top: -250px;
}
html[data-browse-mode="S"] .diamond_left {
  margin-top: -60px;
}
.diamond_left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.73;
  top: 0;
}
html[data-browse-mode="P"] .diamond_left:before {
  clip-path: polygon(0% 0%, 100% 220px, 100% 100%, 0% calc(100% - 220px));
}
html[data-browse-mode="S"] .diamond_left:before {
  clip-path: polygon(0% 0%, 100% 60px, 100% 100%, 0% calc(100% - 60px));
}
html[data-browse-mode="P"] .diamond_left + .diamond_right {
  margin-top: -252px;
}
html[data-browse-mode="S"] .diamond_left + .diamond_right {
  margin-top: -60px;
}
.diamond_right {
  position: relative;
  z-index: 0;
}
.diamond_right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  top: 0;
}
html[data-browse-mode="P"] .diamond_right:before {
  clip-path: polygon(0 220px, 100% 0, 100% calc(100% - 220px), 0% 100%);
}
html[data-browse-mode="S"] .diamond_right:before {
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0% 100%);
}
.mv {
  width: 100%;
  line-height: 0;
}
html[data-browse-mode="P"] .mv {
  min-width: 1200px;
}
.section_nav {
  padding: 40px 0 30px;
}
.section_nav_list {
  display: -ms-grid;
  display: grid;
}
html[data-browse-mode="P"] .section_nav_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (340px)[2];
  grid-template-columns: repeat(2, 340px);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
html[data-browse-mode="S"] .section_nav_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 11px;
}
.section_nav_item a {
  color: #002246;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding-right: 20px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#fffa72), to(#86c3fe)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #fffa72 0%, #86c3fe 100%) 0% 0% no-repeat padding-box;
  font-weight: 500;
  z-index: 0;
  font-size: 16px;
}
html[data-browse-mode="S"] .section_nav_item a {
  font-size: 14px;
}
.section_nav_item a:before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  z-index: -1;
  top: 4px;
  left: 4px;
}
.section_nav_item a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #002246;
  border-bottom: solid 2px #002246;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
html[data-browse-mode="S"] .section_nav_item a {
  height: 70px;
}
html[data-browse-mode="P"] .section_first {
  padding: 184px 0 257px;
}
html[data-browse-mode="S"] .section_first {
  padding: 92px 0 70px;
}
.section_first:before {
  background: transparent -webkit-gradient(linear, left top, right top, from(#5ca1fe), to(#96f0ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #5ca1fe 0%, #96f0ff 100%) 0% 0% no-repeat padding-box;
}
.section_first.sec_bottom:before {
  background: transparent -webkit-gradient(linear, left top, right top, from(#5ca1fe), to(#96f0ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #5ca1fe 0%, #96f0ff 100%) 0% 0% no-repeat padding-box;
}
html[data-browse-mode="P"] .section_first .contents {
  padding: 40px 40px 48px;
}
html[data-browse-mode="S"] .section_first .contents {
  padding: 20px 15px 34px;
}
.section_first .link {
  text-align: center;
  font-weight: 500;
  background: #dff9ff;
  border: solid 1px #0a6bb4;
  border-radius: 30px;
  color: #002246;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 20px;
  font-size: 20px;
  padding: 16px 40px;
}
html[data-browse-mode="S"] .section_first .link {
  font-size: 14px;
  padding: 16px 19px;
}
.section_first .date {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
html[data-browse-mode="S"] .section_first .date {
  font-size: 15px;
}
.section_first .date span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: solid 1px #002246;
}
html[data-browse-mode="S"] .section_first .date span {
  padding-bottom: 10px;
}
.set_intro_txt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .set_intro_txt {
  font-size: 16px;
  margin-bottom: 14px;
}
.moreover_wrap {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.moreover_wrap img {
  width: 356px;
}
html[data-browse-mode="S"] .moreover_wrap img {
  width: calc((283 / 375) * 100vw);
}
html[data-browse-mode="S"] .moreover_wrap {
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.moreover_wrap .present {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
html[data-browse-mode="P"] .moreover_wrap .present span {
  font-size: 24px;
}
html[data-browse-mode="S"] .moreover_wrap .present {
  font-size: 19px;
}
.comment {
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  background: #fffa72;
  font-size: 22px;
  border-radius: 33px;
  padding: 14.5px 30px;
  margin: 0 auto 26px;
}
html[data-browse-mode="S"] .comment {
  border-radius: 35px;
  font-size: 18px;
  padding: 8px 18px;
  margin-bottom: 22px;
}
.comment:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 14px solid #fffa72;
  border-bottom: 0;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="S"] .comment:after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #fffa72;
  bottom: -10px;
}
html[data-browse-mode="P"] .comment .bg {
  font-size: 24px;
}
.comment .tax {
  font-size: 16px;
}
html[data-browse-mode="S"] .comment .tax {
  font-size: 14px;
}
html[data-browse-mode="P"] .section_interview {
  padding: 231px 0 252px;
}
html[data-browse-mode="S"] .section_interview {
  padding: 70px 0 98px;
}
.section_interview:before {
  background: transparent -webkit-gradient(linear, left top, right top, from(#9eefff), to(#fdfbac)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #9eefff 0%, #fdfbac 100%) 0% 0% no-repeat padding-box;
}
html[data-browse-mode="P"] .section_interview .contents {
  padding: 60px;
}
html[data-browse-mode="S"] .section_interview .contents {
  padding: 20px;
}
.section_interview .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  margin: 50px 0 0;
}
html[data-browse-mode="P"] .section_interview .person {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html[data-browse-mode="P"] .section_interview .person img {
  width: 108px;
}
html[data-browse-mode="S"] .section_interview .person img {
  width: 106px;
}
.section_interview .person .detail {
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html[data-browse-mode="P"] .section_interview .person .detail {
  font-size: 14px;
}
html[data-browse-mode="S"] .section_interview .person .detail {
  font-size: 12px;
}
.section_interview .topic {
  margin-top: 50px;
}
.section_interview .txt {
  line-height: 1.85;
}
.section_interview .txt span {
  background: #fdf975;
}
.section_interview .img {
  max-width: 700px;
}
html[data-browse-mode="P"] .section_interview .img {
  margin: 50px auto 0;
}
html[data-browse-mode="S"] .section_interview .img {
  margin: 30px auto 0;
}
