html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 951px) and (max-width: 1200px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 14px; } }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  overflow: hidden;
  display: block;
  position: relative; }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 950px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 800; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }

.lead {
  font-size: 25px;
  text-align: center;
  line-height: 1.8;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 951px) and (max-width: 1200px) {
    .lead {
      font-size: 20px; } }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 15px;
      text-align: justify;
      text-justify: inter-ideograph; } }

.m1 {
  position: relative;
  font-size: 88px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 950px) {
    .m1 {
      font-size: 30px;
      margin-bottom: 30px; } }

.m2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px; }
  .m2 i {
    font-weight: 800;
    padding: 0.3em 1em;
    color: #fff;
    background-color: #000;
    display: inline-block; }
  @media screen and (max-width: 950px) {
    .m2 {
      font-size: 18px; } }

.m3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px; }
  .m3 i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    width: 180px;
    height: 55px;
    position: relative; }
    .m3 i::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 180px;
      height: 55px;
      border: 3px solid #000;
      -webkit-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
      transform: skewY(-5deg); }
  @media screen and (max-width: 950px) {
    .m3 {
      font-size: 18px; }
      .m3 i {
        width: 100px;
        height: 40px; }
        .m3 i::after {
          width: 100px;
          height: 40px; } }

.m4 {
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 800;
  font-size: 40px;
  margin-top: 70px;
  margin-bottom: 20px;
  color: #1a5aa5; }
  @media screen and (max-width: 950px) {
    .m4 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 10px; } }

.btn1 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  height: 120px;
  background-color: #1a5aa5;
  color: #f7c637;
  border-radius: 60px;
  font-size: 26px;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding-left: 60px;
  font-weight: 800; }
  .btn1::before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 40px;
    width: 30px;
    height: 30px;
    background: url("../img/arrow1.png") no-repeat;
    background-size: 30px; }
    @media screen and (max-width: 950px) {
      .btn1::before {
        top: calc(50% - 8px);
        right: 20px;
        width: 16px;
        height: 16px;
        background-size: 16px; } }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 400px;
      height: 60px;
      font-size: 18px;
      padding-left: 40px; } }

.btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 400px;
  height: 120px;
  border: 4px solid #1a5aa5;
  color: #1a5aa5;
  border-radius: 60px;
  font-size: 26px;
  letter-spacing: 0.05em;
  cursor: pointer;
  pointer-events: none;
  font-weight: 800; }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 400px;
      height: 60px;
      font-size: 18px; } }

.btn3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 400px;
  height: 120px;
  background-color: #e6e6e6;
  border-radius: 60px;
  font-size: 26px;
  letter-spacing: 0.05em;
  cursor: pointer;
  pointer-events: none;
  font-weight: 800; }
  @media screen and (max-width: 950px) {
    .btn3 {
      width: 400px;
      height: 60px;
      font-size: 18px; } }

.btnpdf {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 440px;
  height: 100px;
  border: 6px solid #1a5aa5;
  border-radius: 60px;
  font-size: 26px;
  color: #1a5aa5;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 800; }
  .btnpdf i {
    background: url("../img/pdf.png") no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    margin-right: 10px; }
  @media screen and (max-width: 950px) {
    .btnpdf {
      width: 400px;
      height: 60px;
      font-size: 18px;
      border: 4px solid #1a5aa5; }
      .btnpdf i {
        background-size: 35px;
        width: 35px;
        height: 35px; } }
  @media print, screen and (min-width: 951px) {
    .btnpdf:hover {
      opacity: 1;
      background-color: #d0e6f7; } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 951px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 1.5; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 10px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #f7c637;
      border-radius: 20px; }
      @media screen and (max-width: 950px) {
        .list1 > li::before {
          top: 8px; } }

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 1px solid #707070;
  height: 60px;
  padding: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/arrow1.png") #F5F5F5 no-repeat right 15px center;
  background-size: 20px; }
  select::-ms-expand {
    display: none; }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.mask {
  overflow: hidden; }
  .mask img {
    width: 100%;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0); }

.masktext {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0); }

.grecaptcha-badge {
  visibility: hidden; }

header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 950px) {
    header {
      height: 50px; } }
  header::before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 0px;
    width: 100%;
    height: 40px; }
    @media screen and (max-width: 950px) {
      header::before {
        bottom: -16px;
        height: 18px; } }
  header .in {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .in .logo {
      position: relative;
      width: 220px;
      margin-top: 10px;
      margin-left: 10px; }
      @media screen and (max-width: 950px) {
        header .in .logo {
          width: 80px; } }
      header .in .logo a:hover {
        opacity: 1; }
    header .in .label {
      font-size: 36px;
      font-weight: 800;
      margin-top: 30px; }
      @media screen and (max-width: 950px) {
        header .in .label {
          font-size: 22px;
          margin-top: 15px; } }
    header .in .headbtn a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 290px;
      height: 70px;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.2;
      position: relative;
      border-radius: 0 0 60px 60px;
      padding-left: 20px; }
      @media screen and (max-width: 950px) {
        header .in .headbtn a {
          width: 100px;
          height: 45px;
          font-size: 13px;
          border-radius: 0 0 0 20px; } }
      @media print, screen and (min-width: 951px) {
        header .in .headbtn a:hover {
          opacity: 1;
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); } }
      header .in .headbtn a::before {
        content: "";
        position: absolute;
        top: calc(50% - 9px);
        left: 45px;
        width: 20px;
        height: 20px; }
        @media screen and (max-width: 950px) {
          header .in .headbtn a::before {
            top: calc(50% - 7px);
            left: 12px;
            width: 15px;
            height: 15px; } }

#student header {
  background-color: #f7c637; }
  #student header::before {
    background: url("../img/student/wave.png") center bottom;
    background-size: auto 40px; }
    @media screen and (max-width: 950px) {
      #student header::before {
        background: url("../img/student/wave.png") center bottom;
        background-size: auto 18px; } }
  #student header .label {
    color: #1a5aa5; }
  #student header .headbtn a {
    background-color: #1a5aa5;
    color: #f7c637; }
    #student header .headbtn a::before {
      background: url("../img/arrow1.png") no-repeat;
      background-size: 20px; }
      @media screen and (max-width: 950px) {
        #student header .headbtn a::before {
          background: url("../img/arrow1.png") no-repeat;
          background-size: 15px; } }

#company header {
  background-color: #1a5aa5; }
  #company header::before {
    background: url("../img/company/wave.png") center bottom;
    background-size: auto 40px; }
    @media screen and (max-width: 950px) {
      #company header::before {
        background: url("../img/company/wave.png") center bottom;
        background-size: auto 18px; } }
  #company header .label {
    color: #ffffff; }
  #company header .headbtn a {
    background-color: #f7c637;
    color: #1a5aa5; }
    #company header .headbtn a::before {
      background: url("../img/arrow2.png") no-repeat;
      background-size: 20px; }
      @media screen and (max-width: 950px) {
        #company header .headbtn a::before {
          background: url("../img/arrow2.png") no-repeat;
          background-size: 15px; } }

.footbtn {
  margin-top: 80px; }
  @media screen and (max-width: 950px) {
    .footbtn {
      margin-top: 50px; } }
  .footbtn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-align: center;
    color: #fff;
    font-size: 38px;
    height: 130px;
    font-weight: 800; }
    @media screen and (max-width: 950px) {
      .footbtn a {
        height: 80px;
        font-size: 22px; } }

#student .footbtn a {
  background-color: #1a5aa5;
  color: #f7c637; }

#company .footbtn a {
  background-color: #f7c637;
  color: #1a5aa5; }

footer {
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-align: center; }
  footer a {
    color: #000; }
  footer .t1 {
    line-height: 1.5; }
    @media screen and (max-width: 950px) {
      footer .t1 {
        font-size: 12px; } }
  footer .copyright {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: 800; }
    @media screen and (max-width: 950px) {
      footer .copyright {
        font-size: 10px; } }

#toppage {
  position: relative; }
  #toppage .head {
    background-color: #000;
    color: #fff;
    font-size: 1.1em;
    padding: 10px; }
    @media print, screen and (min-width: 951px) {
      #toppage .head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        #toppage .head dt {
          margin-right: 1em; } }
    @media screen and (max-width: 950px) {
      #toppage .head {
        line-height: 1.2;
        font-size: 10px; } }
  #toppage #zone_kv::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: url("../img/top/wave.png") center bottom;
    background-size: auto 40px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv::before {
        height: 22px;
        background: url("../top/img/wave.png") center bottom;
        background-size: auto 22px; } }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_kv {
      background: url("../img/top/kv.jpg") no-repeat center;
      background-size: cover;
      height: 800px;
      padding: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone_kv .sec {
        max-height: 1400px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; }
        #toppage #zone_kv .sec .set {
          width: 65%; }
        #toppage #zone_kv .sec .logo {
          width: 30%; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_kv {
      background: url("../img/top/kv_sp.jpg") no-repeat center;
      background-size: cover;
      padding: 20px;
      padding-bottom: 80px; }
      #toppage #zone_kv .sec {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        #toppage #zone_kv .sec .logo {
          text-align: right;
          margin: -50px -15px -30px 0; }
          #toppage #zone_kv .sec .logo img {
            width: 40%; } }
  #toppage #zone_kv .sec {
    position: relative;
    z-index: 1; }
    #toppage #zone_kv .sec .t1 {
      color: #fff;
      font-weight: 800;
      font-size: 2vw;
      line-height: 1.5;
      margin-top: 20px;
      margin-left: 5px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .sec .t1 {
          font-size: 3.5vw;
          margin-top: 10px;
          margin-left: 2px; } }
  #toppage .ring {
    overflow: hidden;
    position: absolute;
    width: 1920px;
    top: 50px;
    left: calc(50% - 960px);
    pointer-events: none; }
    @media screen and (max-width: 950px) {
      #toppage .ring {
        width: 160%;
        top: 34vw;
        left: -30%; } }
    #toppage .ring .r1 {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    #toppage .ring .r2 {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    #toppage .ring .pic {
      -webkit-animation: ringpic 2.5s;
      animation: ringpic 2.5s; }
  #toppage .btnset {
    position: relative;
    margin-top: 50px;
    opacity: 0;
    -webkit-animation: 1s forwards 2s ef1;
    animation: 1s forwards 2s ef1; }
    @media screen and (max-width: 950px) {
      #toppage .btnset {
        margin-top: 30px; } }
    #toppage .btnset li {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 950px) {
        #toppage .btnset li {
          margin-bottom: 20px; } }
      #toppage .btnset li a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        font-weight: 800;
        border-radius: 100px; }
        #toppage .btnset li a i {
          display: block;
          margin-top: 3px; }
        @media print, screen and (min-width: 951px) {
          #toppage .btnset li a:hover {
            opacity: 1;
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); } }
      #toppage .btnset li:first-child a {
        background-color: #f7c637;
        color: #1a5aa5;
        width: 650px;
        height: 180px;
        font-size: 32px; }
        #toppage .btnset li:first-child a i {
          font-size: 54px; }
        @media screen and (max-width: 950px) {
          #toppage .btnset li:first-child a {
            width: 300px;
            height: 80px;
            font-size: 16px; }
            #toppage .btnset li:first-child a i {
              font-size: 25px; } }
      #toppage .btnset li:last-child a {
        background-color: #1a5aa5;
        color: #f7c637;
        width: 480px;
        height: 140px;
        font-size: 22px; }
        #toppage .btnset li:last-child a i {
          font-size: 38px; }
        @media screen and (max-width: 950px) {
          #toppage .btnset li:last-child a {
            width: 250px;
            height: 60px;
            font-size: 12px; }
            #toppage .btnset li:last-child a i {
              font-size: 20px; } }

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2971.546142578125px;
    stroke-dasharray: 2971.546142578125px;
    opacity: 1; }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2971.546142578125px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2971.546142578125px;
    opacity: 0; } }

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2971.546142578125px;
    stroke-dasharray: 2971.546142578125px;
    opacity: 1; }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2971.546142578125px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2971.546142578125px;
    opacity: 0; } }
  #toppage .svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both; }

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2690.82470703125px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 1; }
  50% {
    stroke-dashoffset: 5381.6494140625px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 5381.6494140625px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 0; } }

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2690.82470703125px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 1; }
  50% {
    stroke-dashoffset: 5381.6494140625px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 5381.6494140625px;
    stroke-dasharray: 2690.82470703125px;
    opacity: 0; } }
  #toppage .svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
    animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both; }

@-webkit-keyframes ringpic {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ringpic {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#zone_intro {
  margin-top: 100px;
  margin-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #zone_intro {
      margin-top: 80px;
      margin-bottom: 50px; }
      #zone_intro .lead {
        padding: 0 20px; } }

#zone_archive {
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
  padding: 30px 50px;
  background-color: #f2f2f2; }
  @media screen and (max-width: 950px) {
    #zone_archive {
      padding: 20px;
      margin-bottom: 50px; } }
  #zone_archive .t1 {
    text-align: center;
    margin-bottom: 0.5em; }
    #zone_archive .t1 i {
      display: block;
      font-size: 0.8em;
      margin-top: 10px; }
  #zone_archive ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #zone_archive ul li {
      width: 50%;
      margin-top: 1em;
      font-size: 20px; }
      @media screen and (max-width: 950px) {
        #zone_archive ul li {
          width: 100%;
          font-size: 16px; } }
      #zone_archive ul li a {
        background: url("../img/play.png") no-repeat left center;
        background-size: 30px;
        display: block;
        padding-left: 40px; }
        @media screen and (max-width: 950px) {
          #zone_archive ul li a {
            background-size: 20px;
            padding-left: 30px; } }

#zone_slide .slider1 {
  padding: 20px 0;
  background-color: #f2f2f2;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    #zone_slide .slider1 {
      padding: 15px 0; } }
  #zone_slide .slider1 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  #zone_slide .slider1 .swiper-slide {
    width: 280px; }
    @media screen and (max-width: 950px) {
      #zone_slide .slider1 .swiper-slide {
        width: 180px; } }

#zone_tab {
  margin: 0 20px; }
  #zone_tab .btn_area {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 950px) {
      #zone_tab .btn_area {
        margin-bottom: 50px; } }
    #zone_tab .btn_area .tab_btn {
      width: calc(50% - 15px);
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border: 6px solid #1a5aa5;
      background-color: #ffffff;
      color: #1a5aa5;
      padding: 35px 40px;
      line-height: 1.2;
      position: relative;
      margin-bottom: 30px;
      border-radius: 100px; }
      @media screen and (max-width: 950px) {
        #zone_tab .btn_area .tab_btn {
          width: calc(50% - 2px);
          border: 3px solid #1a5aa5;
          padding: 3vw;
          margin-bottom: 5px;
          font-size: 2.2vw;
          border-radius: 20px; } }
      #zone_tab .btn_area .tab_btn:hover {
        background-color: #d0e6f7; }
      #zone_tab .btn_area .tab_btn b {
        display: block;
        font-size: 32px;
        margin-bottom: 10px; }
        @media screen and (max-width: 950px) {
          #zone_tab .btn_area .tab_btn b {
            margin-bottom: 5px;
            font-size: 3.2vw; } }
      #zone_tab .btn_area .tab_btn.active {
        background-color: #1a5aa5;
        color: #f7c637; }
  #zone_tab .tab_panel {
    margin-bottom: 50px;
    display: none; }
    @media screen and (max-width: 950px) {
      #zone_tab .tab_panel {
        margin-bottom: 0px; } }
    #zone_tab .tab_panel.active {
      display: block; }
    #zone_tab .tab_panel .in .lead {
      margin-bottom: 50px; }
      @media print, screen and (min-width: 951px) {
        #zone_tab .tab_panel .in .lead {
          font-size: 25px;
          margin-bottom: 80px; } }
    #zone_tab .tab_panel .in .eventlist {
      max-width: 800px;
      margin: auto;
      margin-top: 30px; }
      #zone_tab .tab_panel .in .eventlist li {
        padding-bottom: 50px;
        margin-bottom: 50px; }
        @media screen and (max-width: 950px) {
          #zone_tab .tab_panel .in .eventlist li {
            padding-bottom: 40px;
            margin-bottom: 40px; } }
        #zone_tab .tab_panel .in .eventlist li:last-child {
          border-bottom: 0; }
        #zone_tab .tab_panel .in .eventlist li .status {
          text-align: center; }
          #zone_tab .tab_panel .in .eventlist li .status i {
            display: inline-block;
            background-color: #f7c637;
            font-size: 20px;
            padding: 7px 20px;
            margin-bottom: 20px; }
            @media screen and (max-width: 950px) {
              #zone_tab .tab_panel .in .eventlist li .status i {
                font-size: 14px;
                padding: 5px 15px;
                margin-bottom: 10px; } }
            #zone_tab .tab_panel .in .eventlist li .status i.finish {
              background-color: #e6e6e6; }
        #zone_tab .tab_panel .in .eventlist li .t0 {
          text-align: center;
          font-weight: 800;
          font-size: 32px;
          margin-bottom: 40px; }
          @media screen and (max-width: 950px) {
            #zone_tab .tab_panel .in .eventlist li .t0 {
              font-size: 15px;
              margin-bottom: 20px; } }
          #zone_tab .tab_panel .in .eventlist li .t0 i {
            display: inline-block;
            position: relative; }
            #zone_tab .tab_panel .in .eventlist li .t0 i::after {
              position: absolute;
              bottom: -2px;
              left: 0;
              content: '';
              width: 100%;
              height: 10px;
              background-color: #f7c637;
              z-index: -1; }
              @media screen and (max-width: 950px) {
                #zone_tab .tab_panel .in .eventlist li .t0 i::after {
                  height: 5px; } }
        #zone_tab .tab_panel .in .eventlist li .t1 {
          text-align: center;
          font-weight: 800;
          font-size: 60px;
          margin-bottom: 20px; }
          @media screen and (max-width: 950px) {
            #zone_tab .tab_panel .in .eventlist li .t1 {
              font-size: 25px;
              margin-bottom: 10px; } }
          #zone_tab .tab_panel .in .eventlist li .t1 i {
            display: block;
            font-size: 36px;
            margin-bottom: 10px; }
            @media screen and (max-width: 950px) {
              #zone_tab .tab_panel .in .eventlist li .t1 i {
                font-size: 14px; } }
          #zone_tab .tab_panel .in .eventlist li .t1 b {
            position: relative;
            display: inline-block; }
            @media screen and (max-width: 950px) {
              #zone_tab .tab_panel .in .eventlist li .t1 b {
                padding-top: 45px; } }
            #zone_tab .tab_panel .in .eventlist li .t1 b .pos_l {
              position: absolute;
              top: 0;
              left: -130px;
              font-size: 18px;
              padding: 15px;
              background-color: #e6e6e6;
              border-radius: 5px; }
              @media screen and (max-width: 950px) {
                #zone_tab .tab_panel .in .eventlist li .t1 b .pos_l {
                  left: calc(50% - 80px);
                  font-size: 12px;
                  padding: 10px; } }
              #zone_tab .tab_panel .in .eventlist li .t1 b .pos_l::after {
                position: absolute;
                bottom: -13px;
                right: 10px;
                content: '';
                width: 15px;
                height: 15px;
                background-color: #e6e6e6;
                -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
                clip-path: polygon(100% 0, 0 0, 100% 100%); }
                @media screen and (max-width: 950px) {
                  #zone_tab .tab_panel .in .eventlist li .t1 b .pos_l::after {
                    bottom: -8px;
                    width: 10px;
                    height: 10px; } }
            #zone_tab .tab_panel .in .eventlist li .t1 b .pos_r {
              position: absolute;
              top: 0;
              right: -180px;
              font-size: 18px;
              padding: 15px;
              background-color: #e6e6e6;
              border-radius: 5px; }
              @media screen and (max-width: 950px) {
                #zone_tab .tab_panel .in .eventlist li .t1 b .pos_r {
                  right: calc(50% - 120px);
                  font-size: 12px;
                  padding: 10px; } }
              #zone_tab .tab_panel .in .eventlist li .t1 b .pos_r::after {
                position: absolute;
                bottom: -13px;
                left: 10px;
                content: '';
                width: 15px;
                height: 15px;
                background-color: #e6e6e6;
                -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
                clip-path: polygon(100% 0, 0 0, 0 100%); }
                @media screen and (max-width: 950px) {
                  #zone_tab .tab_panel .in .eventlist li .t1 b .pos_r::after {
                    bottom: -8px;
                    width: 10px;
                    height: 10px; } }
        #zone_tab .tab_panel .in .eventlist li .t2 {
          text-align: center;
          font-weight: 800;
          margin-bottom: 30px;
          font-size: 26px;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          line-height: 1.5; }
          @media screen and (max-width: 950px) {
            #zone_tab .tab_panel .in .eventlist li .t2 {
              font-size: 16px;
              margin-bottom: 20px; } }
          #zone_tab .tab_panel .in .eventlist li .t2 i {
            font-size: 32px; }
            @media screen and (max-width: 950px) {
              #zone_tab .tab_panel .in .eventlist li .t2 i {
                font-size: 20px; } }
        #zone_tab .tab_panel .in .eventlist li .t3 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; }

#zone_title {
  margin: 70px auto;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 950px) {
    #zone_title {
      margin: 0px auto 40px; } }
  #zone_title .pic {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      #zone_title .pic {
        margin-bottom: 30px; }
        #zone_title .pic img {
          object-fit: cover;
          aspect-ratio: 16/9; } }
  #zone_title .day {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 45px; }
    @media screen and (max-width: 950px) {
      #zone_title .day {
        font-size: 16px;
        padding-top: 0;
        margin-bottom: 10px; } }
    #zone_title .day i {
      font-size: 55px; }
      @media screen and (max-width: 950px) {
        #zone_title .day i {
          font-size: 20px; } }
  #zone_title h1 {
    font-weight: 800;
    font-size: 85px;
    color: #1a5aa5; }
    @media screen and (max-width: 950px) {
      #zone_title h1 {
        font-size: 25px; } }
    #zone_title h1 i {
      position: relative;
      display: inline-block; }
      #zone_title h1 i::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 10px;
        background-color: #f7c637;
        z-index: -1; }
        @media screen and (max-width: 950px) {
          #zone_title h1 i::after {
            height: 5px; } }
  #zone_title .format {
    margin-top: 50px;
    font-weight: 800;
    font-size: 32px;
    color: #1a5aa5; }
    @media screen and (max-width: 950px) {
      #zone_title .format {
        margin-top: 20px;
        font-size: 16px; } }
    #zone_title .format i {
      display: inline-block;
      border: 6px solid #1a5aa5;
      padding: 10px; }
      @media screen and (max-width: 950px) {
        #zone_title .format i {
          border: 3px solid #1a5aa5;
          padding: 5px; } }

#zone_detail {
  margin: 0 20px;
  font-size: 25px; }
  @media screen and (max-width: 950px) {
    #zone_detail {
      font-size: 15px; } }
  #zone_detail .set1 {
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    #zone_detail .set1 h2 {
      line-height: 1.3;
      font-size: 40px;
      font-weight: 800; }
      @media screen and (max-width: 950px) {
        #zone_detail .set1 h2 {
          font-size: 16px; } }
      #zone_detail .set1 h2 b {
        display: block;
        font-size: 70px;
        margin-top: 0.2em; }
        @media screen and (max-width: 950px) {
          #zone_detail .set1 h2 b {
            font-size: 22px; } }
  #zone_detail .set2 {
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 950px) {
      #zone_detail .set2 {
        margin-top: 50px; } }
    #zone_detail .set2 .sec {
      max-width: 800px;
      margin: auto; }
  #zone_detail .set3 {
    max-width: 900px;
    margin: auto;
    margin-top: 80px; }
    @media screen and (max-width: 950px) {
      #zone_detail .set3 {
        margin-top: 50px; } }
    #zone_detail .set3 .text {
      text-align: center;
      line-height: 1.5; }
  #zone_detail .set4 {
    max-width: 900px;
    margin: auto;
    margin-top: 80px; }
    @media screen and (max-width: 950px) {
      #zone_detail .set4 {
        margin-top: 50px; } }
    #zone_detail .set4 .text {
      text-align: center;
      line-height: 1.5; }
      #zone_detail .set4 .text i {
        display: block;
        font-size: 20px; }
        @media screen and (max-width: 950px) {
          #zone_detail .set4 .text i {
            font-size: 12px; } }
    #zone_detail .set4 .map {
      max-width: 800px;
      margin: auto;
      margin-top: 30px; }
      @media screen and (max-width: 950px) {
        #zone_detail .set4 .map {
          margin-top: 20px; } }
      #zone_detail .set4 .map iframe {
        width: 100%;
        height: 400px; }
        @media screen and (max-width: 950px) {
          #zone_detail .set4 .map iframe {
            height: 300px; } }
  #zone_detail .set5 {
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
    background-color: #f2f2f2;
    padding: 50px; }
    @media screen and (max-width: 950px) {
      #zone_detail .set5 {
        margin-top: 50px;
        padding: 20px; } }
    #zone_detail .set5 .text {
      font-size: 19px; }
      @media screen and (max-width: 950px) {
        #zone_detail .set5 .text {
          font-size: 14px; } }
  #zone_detail .btn {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 950px) {
      #zone_detail .btn {
        margin-top: 50px; } }
  #zone_detail .pdf {
    margin-top: 80px;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 950px) {
      #zone_detail .pdf {
        margin-top: 50px; } }
  #zone_detail .box {
    background-color: #f2f2f2;
    padding: 30px 50px;
    margin-top: 30px; }
    @media screen and (max-width: 950px) {
      #zone_detail .box {
        margin-top: 20px;
        padding: 20px; } }
    #zone_detail .box .text {
      font-size: 21px;
      text-align: left; }
      @media screen and (max-width: 950px) {
        #zone_detail .box .text {
          font-size: 14px; } }
    #zone_detail .box .notice {
      margin-top: 1em;
      font-size: 18px;
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.5; }
      @media screen and (max-width: 950px) {
        #zone_detail .box .notice {
          font-size: 12px; } }

#student .ringbg {
  overflow: hidden;
  position: absolute;
  width: 1920px;
  top: -400px;
  left: calc(50% - 960px);
  pointer-events: none;
  opacity: 0.4; }
  @media screen and (max-width: 950px) {
    #student .ringbg {
      width: 160%;
      top: -34vw;
      left: -30%; } }

#student .btn .btn1 {
  background-color: #f7c637;
  color: #1a5aa5; }
  #student .btn .btn1::before {
    background: url("../img/arrow2.png") no-repeat;
    background-size: 30px; }
    @media screen and (max-width: 950px) {
      #student .btn .btn1::before {
        background-size: 16px; } }

#company .ringbg {
  overflow: hidden;
  position: absolute;
  width: 1920px;
  top: -280px;
  left: calc(50% - 960px);
  pointer-events: none;
  opacity: 0.4; }
  @media screen and (max-width: 950px) {
    #company .ringbg {
      width: 160%;
      top: -24vw;
      left: -30%; } }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
