@charset "UTF-8";
/*Theme Name: 株式会社ブレイク*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 125%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.8;
}

body .inner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 20px;
}

body .inner.narrow {
  max-width: 1040px;
}

body .main_title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  body .main_title {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 980px) {
  body .main_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title {
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: 1.2;
  }
}

body .main_title.blue {
  color: #1f396f;
}

body .main_title.white {
  color: #fff;
}

body .main_title span {
  color: #1f396f;
}

body .sub_title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #2b2b2b;
  position: relative;
}

@media screen and (max-width: 1280px) {
  body .sub_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  body .sub_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body .sub_title {
    font-size: 1.2rem;
  }
}

body .sub_title:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 1px;
  background: #2b2b2b;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

body .sub_title span {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 1280px) {
  body .sub_title span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body .sub_title span {
    font-size: 0.8rem;
  }
}

body .blue_title {
  color: #1f396f;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  body .blue_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  body .blue_title {
    font-size: 1.2rem;
  }
}

body .blue_title.center {
  text-align: center;
}

body .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 320px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  padding: 17px 50px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(79, 45, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(79, 45, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 768px) {
  body .btn {
    min-width: 280px;
    padding: 10px 40px;
  }
}

body .btn:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}

@media screen and (max-width: 768px) {
  body .btn:before {
    right: 40px;
  }
}

body .btn:after {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 52px;
}

@media screen and (max-width: 768px) {
  body .btn:after {
    right: 42px;
  }
}

body .btn.org {
  background: -webkit-gradient(linear, left bottom, left top, from(#fd8701), to(#ffba3d));
  background: linear-gradient(0deg, #fd8701 0%, #ffba3d 100%);
}

body .btn.org:after {
  border-left: 10px solid #fe8c07;
}

@media screen and (min-width: 769px) {
  body .btn.org:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fd8701), to(#ffba3d));
    background: linear-gradient(to right, #fd8701 0%, #ffba3d 100%);
  }
}

body .btn.white {
  background: #fff;
  color: #003971;
}

body .btn.white:before {
  background: #003971;
}

body .btn.white:after {
  border-left: 10px solid #fff;
}

@media screen and (min-width: 769px) {
  body .btn.white:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#003061), to(#0062c7));
    background: linear-gradient(90deg, #003061 0%, #0062c7 100%);
  }
  body .btn.white:hover:before {
    background: #fff;
  }
  body .btn.white:hover:after {
    border-left: 10px solid #003971;
  }
}

body .btn.blue {
  background: linear-gradient(178deg, #0072d9 1.56%, #1f396f 98.57%);
}

body .btn.blue:after {
  border-left: 10px solid #1d3d76;
}

@media screen and (min-width: 769px) {
  body .btn.blue:hover {
    background: -webkit-gradient(linear, left top, right top, from(#003061), to(#0062c7));
    background: linear-gradient(90deg, #003061 0%, #0062c7 100%);
  }
}

body .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}

@media screen and (max-width: 768px) {
  body .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

body #campaign {
  background: url("images/bg_campaign.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 120px;
}

@media screen and (max-width: 980px) {
  body #campaign {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign {
    padding: 80px 0 40px;
  }
}

body #campaign .box {
  background: #fff;
  border-radius: 10px;
  padding: 100px 20px 40px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body #campaign .box {
    padding: 50px 20px 20px;
    margin-bottom: 40px;
  }
}

body #campaign .box:before {
  position: absolute;
  content: "";
  background: url("images/left_campaign.svg") no-repeat;
  background-size: 100%;
  width: 200px;
  height: 150px;
  top: 100px;
  left: 70px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box:before {
    left: 30px;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box:before {
    width: 150px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box:before {
    width: 60px;
    height: 45px;
    left: 20px;
  }
}

body #campaign .box:after {
  position: absolute;
  content: "";
  background: url("images/right_campaign.svg") no-repeat;
  background-size: 100%;
  width: 200px;
  height: 150px;
  top: 100px;
  right: 70px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box:after {
    right: 30px;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box:after {
    width: 150px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box:after {
    width: 60px;
    height: 45px;
    right: 20px;
  }
}

body #campaign .box h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  max-width: 940px;
  width: 75%;
  position: absolute;
  z-index: 1;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  body #campaign .box h2 {
    max-width: 920px;
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box h2 {
    max-width: 600px;
    font-size: 1.6rem;
    top: -45px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box h2 {
    font-size: 1rem;
    width: 100%;
    top: -30px;
    max-width: 335px;
  }
}

body #campaign .box h2:after {
  position: absolute;
  content: "";
  background: url("images/ribbon.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 160px;
  top: -20px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  body #campaign .box h2:after {
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box h2:after {
    top: -3px;
    height: 53px;
  }
}

body #campaign .box h3 {
  color: #a40000;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box h3 {
    font-size: 1.4rem;
  }
}

body #campaign .box > p {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box > p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box > p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box > p {
    font-size: 0.8rem;
  }
}

body #campaign .box strong {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #a40000;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box strong {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box strong {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box strong {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

body #campaign .box strong span {
  font-size: 6.4rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 1280px) {
  body #campaign .box strong span {
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box strong span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box strong span {
    font-size: 3rem;
  }
}

body #campaign .box strong em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  margin-left: -15px;
}

@media screen and (max-width: 1280px) {
  body #campaign .box strong em {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box strong em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box strong em {
    font-size: 1.6rem;
  }
}

body #campaign .box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
}

@media screen and (max-width: 1280px) {
  body #campaign .box div {
    gap: 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box div {
    gap: 20px;
    line-height: 1.2;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.7rem;
  }
}

body #campaign .box div span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {
  body #campaign .box div span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .box div span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .box div span {
    font-size: 1.1rem;
  }
}

body #campaign .aim p {
  color: #fff;
  background: #2b2b2b;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

@media screen and (max-width: 1280px) {
  body #campaign .aim p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .aim p {
    font-size: 0.8rem;
  }
}

body #campaign .aim ul {
  background: #fff;
  padding: 40px 20px;
  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: 60px;
  color: #2b2b2b;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1280px) {
  body #campaign .aim ul {
    gap: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  body #campaign .aim ul {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .aim ul {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
    font-size: 0.8rem;
  }
}

body #campaign .aim ul img {
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  body #campaign .aim ul img {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  body #campaign .aim ul img {
    width: 20px;
    margin-right: 10px;
  }
}

body #campaign .aim ul span {
  color: #1f396f;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  body .pconly {
    display: block;
  }
  body .smonly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body .pconly {
    display: none;
  }
  body .smonly {
    display: block;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

header .h_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  header .h_blc {
    padding: 10px;
  }
}

header .logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  header .logo a {
    max-width: 75px;
  }
}

@media screen and (max-width: 768px) {
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fe8c07;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #1f396f;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 20px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav a {
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 0.8rem;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

main .fv {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  main .fv {
    padding-top: 80px;
  }
}

main .fv .fv_top {
  position: relative;
  background: url("images/fv.webp") no-repeat;
  background-size: cover;
  background-position: right;
  height: 620px;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top {
    height: 100%;
    background-position: 80%;
  }
}

main .fv .fv_top .copy {
  color: #fff;
  font-weight: bold;
  padding: 52px 20px;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy {
    padding: 20px;
  }
}

main .fv .fv_top .copy .bmp {
  background: -webkit-gradient(linear, left top, right top, from(#0b1528), color-stop(50%, #274c8e), to(#0b1528));
  background: linear-gradient(90deg, #0b1528 0%, #274c8e 50%, #0b1528 100%);
  max-width: 530px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy .bmp {
    max-width: 430px;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy .bmp {
    max-width: 200px;
  }
}

main .fv .fv_top .copy p {
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy p {
    font-size: 5vw;
  }
}

main .fv .fv_top .copy span {
  font-size: 2.8rem;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy span {
    font-size: 7vw;
  }
}

main .fv .fv_top .copy span.mini {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy span.mini {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy span.mini {
    font-size: 3.5vw;
  }
}

main .fv .fv_top .copy strong {
  display: block;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  main .fv .fv_top .copy strong {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_top .copy strong {
    font-size: 12vw;
    margin-bottom: 20px;
  }
}

main .fv .fv_top .copy .btnarea {
  position: relative;
  z-index: 1;
}

main .fv .fv_btm {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#003061), to(#0062c7));
  background: linear-gradient(90deg, #003061 0%, #0062c7 100%);
  max-height: 240px;
}

@media screen and (max-width: 1280px) {
  main .fv .fv_btm {
    max-height: 100%;
    padding: 20px 0;
  }
}

main .fv .fv_btm .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  top: -130px;
}

@media screen and (max-width: 1280px) {
  main .fv .fv_btm .inner {
    top: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_btm .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 1280px) {
  main .fv .fv_btm img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main .fv .fv_btm img {
    max-width: 400px;
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  main .fv .fv_btm p {
    font-size: 0.8rem;
  }
}

main .fv .fv_btm p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  main .fv .fv_btm p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main .leaf {
  background: url("images/bg_leaf.svg") no-repeat;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  main .leaf {
    padding: 40px 0;
  }
}

main .leaf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main .leaf ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 400px;
  }
}

main .leaf ul li {
  position: relative;
  text-align: center;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  main .leaf ul li {
    width: 45%;
  }
}

main .leaf ul li:before {
  position: absolute;
  content: "";
  background: url("images/leaf.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  max-width: 320px;
  width: 100%;
  height: 145px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  main .leaf ul li:before {
    max-width: 160px;
  }
}

main .leaf ul li div {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  main .leaf ul li div {
    line-height: 1.2;
  }
}

main .leaf ul p {
  background: -webkit-gradient(linear, left top, right top, from(#340000), to(#4c3b17));
  background: linear-gradient(90deg, #340000 0%, #4c3b17 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  main .leaf ul p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul p {
    font-size: 0.8rem;
  }
}

main .leaf ul p.big {
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul p.big {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul p.big {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main .leaf ul p.big {
    font-size: 0.8rem;
  }
}

main .leaf ul p.mdl {
  font-size: 1.1rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul p.mdl {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul p.mdl {
    font-size: 0.6rem;
  }
}

main .leaf ul p.mini {
  font-size: 0.8rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul p.mini {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul p.mini {
    font-size: 0.4rem;
  }
}

main .leaf ul strong {
  background: -webkit-gradient(linear, left top, right top, from(#ae7c2a), color-stop(50%, #e0c06a), to(#ae7c2a));
  background: linear-gradient(90deg, #ae7c2a 0%, #e0c06a 50%, #ae7c2a 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 2px rgba(183, 183, 183, 0.2);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  main .leaf ul strong {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul strong {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  main .leaf ul strong {
    font-size: 0.8rem;
  }
}

main .leaf ul strong.big {
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul strong.big {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul strong.big {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  main .leaf ul strong.big {
    font-size: 1.6rem;
  }
}

main .leaf ul strong.big em {
  font-family: "Roboto", sans-serif;
}

main .leaf ul strong.mdl {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul strong.mdl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul strong.mdl {
    font-size: 1.2rem;
  }
}

main .leaf ul strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  main .leaf ul strong span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main .leaf ul strong span {
    font-size: 0.8rem;
  }
}

main .slide {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  main .slide {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  main .slide {
    padding: 40px 0;
  }
}

main .slide .swiper-slide:hover {
  cursor: pointer;
}

main .slide .swiper-slide img {
  width: 100%;
}

main .slide .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}

main .slide .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px !important;
  background: #d9d9d9;
  opacity: 1;
}

main .slide .swiper-pagination-bullet-active {
  background: #1f396f;
}

main #problem {
  background: url("images/bg_problem.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  main #problem {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #problem {
    padding: 40px 0;
  }
}

main #problem .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #problem .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

main #problem .inner ul li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 60px 30px 40px;
  text-align: center;
  color: #2b2b2b;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul li {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  main #problem .inner ul li {
    width: 100%;
  }
}

main #problem .inner ul p {
  line-height: 1.4;
  min-height: 85px;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 980px) {
  main #problem .inner ul p {
    min-height: 70px;
  }
}

main #problem .inner ul img {
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  main #problem .inner ul img {
    max-width: 100px;
    margin: 10px auto;
  }
}

main #problem .inner ul .txt {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul .txt {
    font-size: 1rem;
  }
}

main #problem .inner ul .txt span {
  font-weight: bold;
  color: #af1b26;
}

main #problem .inner ul .txt strong {
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul .txt strong {
    font-size: 1.2rem;
  }
}

main #problem .inner ul .txt strong span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #problem .inner ul .txt strong span {
    font-size: 2.4rem;
  }
}

main #problem .inner > p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main #problem .inner > p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #problem .inner > p {
    font-size: 1.2rem;
  }
}

main #solve {
  background: #1f396f;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 260px 0 120px;
  margin-top: -165px;
}

@media screen and (max-width: 980px) {
  main #solve {
    padding: 200px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  main #solve {
    padding: 200px 0 40px;
  }
}

main #solve:before {
  position: absolute;
  content: "";
  background: url("images/deco_solve01.svg") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 420px;
  height: 410px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  main #solve:before {
    width: 200px;
    height: 190px;
  }
}

main #solve:after {
  position: absolute;
  content: "";
  background: url("images/deco_solve02.svg") no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  width: 525px;
  height: 465px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  main #solve:after {
    width: 325px;
    height: 265px;
  }
}

main #solve h2 {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main #solve h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve h2 {
    font-size: 1rem;
  }
}

main #solve h2 span {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  main #solve h2 span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve h2 span {
    font-size: 0.9rem;
  }
}

main #solve h2 strong {
  color: #fece29;
  font-size: 6.4rem;
  line-height: 1.4;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1280px) {
  main #solve h2 strong {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve h2 strong {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

main #solve p {
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  main #solve p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1080px) {
  main #solve p .smonly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  main #solve p {
    font-size: 0.8rem;
  }
}

main #solve p span {
  color: #fece29;
}

main #strong {
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #strong {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #strong {
    padding: 40px 0;
  }
}

main #strong .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  main #strong .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #strong .imgright h3:last-of-type {
  margin-bottom: 10px;
}

main #strong .imgright h3 span {
  background: #0063a7;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 2px 15px;
}

@media screen and (max-width: 1280px) {
  main #strong .imgright h3 span {
    font-size: 1.3rem;
    padding: 2px 5px;
  }
}

@media screen and (max-width: 768px) {
  main #strong .imgright h3 span {
    font-size: 1.1rem;
  }
}

main #strong .imgright p {
  color: #222;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  main #strong .imgright p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #strong .imgright p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1280px) {
  main #strong .imgright img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main #strong .imgright img {
    width: 80%;
  }
}

main #point {
  background: url("images/bg_point.svg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #point {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #point {
    padding: 40px 0;
  }
}

main #point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}

@media screen and (max-width: 1280px) {
  main #point ul {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #point ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

main #point ul li {
  background: #fff;
  border-radius: 10px;
  padding: 60px 30px 40px;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(165, 165, 165, 0.5);
          box-shadow: 4px 4px 10px 0 rgba(165, 165, 165, 0.5);
  position: relative;
  width: 32%;
}

@media screen and (max-width: 1280px) {
  main #point ul li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #point ul li {
    width: 100%;
  }
}

main #point ul li > span {
  position: absolute;
  top: -30px;
  left: 25px;
  color: #1f396f;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  main #point ul li > span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #point ul li > span {
    font-size: 2.2rem;
    top: -15px;
  }
}

main #point ul li img {
  display: block;
  margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
  main #point ul li img {
    margin: 20px auto;
    max-width: 100px;
  }
}

main #point ul li strong {
  font-weight: bold;
  display: block;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  main #point ul li strong {
    font-size: 0.8rem;
  }
}

main #point ul li p {
  color: #2b2b2b;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  main #point ul li p {
    font-size: 0.8rem;
  }
}

main #point ul li p span {
  color: #1f396f;
  font-weight: bold;
}

main #cost {
  background: #1f396f;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #cost {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #cost {
    padding: 40px 0;
  }
}

main #cost .inner h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  main #cost .inner h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner h2 {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  main #cost .inner h2 {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
}

main #cost .inner h2 span {
  color: #fece29;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #cost .inner h2 span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner h2 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #cost .inner h2 span {
    font-size: 1.8rem;
  }
}

main #cost .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul {
    gap: 20px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  main #cost .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

main #cost .inner > ul > li {
  background: #fff;
  border-radius: 10px;
  padding: 50px 50px 20px;
  width: 32%;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #cost .inner > ul > li {
    width: 100%;
    padding: 40px 20px 10px;
  }
}

main #cost .inner > ul > li img {
  display: block;
  margin: 40px auto 70px;
}

@media screen and (max-width: 768px) {
  main #cost .inner > ul > li img {
    margin: 20px auto 40px;
    max-width: 100px;
  }
}

main #cost .inner > ul > li ul {
  position: relative;
}

main #cost .inner > ul > li ul:after {
  position: absolute;
  content: "";
  width: 72%;
  height: 1px;
  background: #000;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

main #cost .inner > ul > li ul li {
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 12px 20px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li ul li {
    gap: 15px;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > ul > li ul li {
    padding: 10px;
    font-size: 0.8rem;
    gap: 10px;
  }
}

main #cost .inner > ul > li ul li:first-child {
  background: #faf9f9;
  margin-bottom: 30px;
}

main #cost .inner > ul > li ul li:first-child:after {
  position: absolute;
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid #1f396f;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main #cost .inner > ul > li ul li:last-child {
  background: #f4f7fb;
  margin-bottom: 25px;
}

main #cost .inner > ul > li ul strong {
  color: #1f396f;
  font-weight: bold;
  line-height: 1;
}

main #cost .inner > ul > li ul strong span {
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li ul strong span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > ul > li ul strong span {
    font-size: 0.8rem;
  }
}

main #cost .inner > ul > li ul strong span span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li ul strong span span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > ul > li ul strong span span {
    font-size: 1rem;
  }
}

main #cost .inner > ul > li > p {
  text-align: center;
  font-size: 1.8rem;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li > p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > ul > li > p {
    font-size: 1.4rem;
  }
}

main #cost .inner > ul > li > p strong {
  color: #af1b26;
  font-weight: bold;
}

main #cost .inner > ul > li > p strong span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > ul > li > p strong span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > ul > li > p strong span {
    font-size: 2.2rem;
  }
}

main #cost .inner > strong {
  display: block;
  text-align: center;
  color: #faf9f9;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  main #cost .inner > strong {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #cost .inner > strong {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #cost .inner > strong {
    font-size: 0.7rem;
  }
}

main #course {
  background: url("images/bg_course.svg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #course {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #course {
    padding: 40px 0;
  }
}

main #course .check_list {
  color: #fff;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  main #course .check_list {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #course .check_list {
    font-size: 0.8rem;
    margin-bottom: 40px;
  }
}

main #course .check_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

main #course .check_list li:not(:last-child) {
  margin-bottom: 20px;
}

main #course .check_list li img {
  padding-top: 5px;
}

main #course .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  main #course .list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #course .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #course .list li {
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px;
  width: 32%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2b2b2b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1280px) {
  main #course .list li {
    font-size: 1rem;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  main #course .list li {
    width: 100%;
  }
}

main #course .list strong {
  font-weight: bold;
  color: #1f396f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #course .list strong span {
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  main #course .list strong span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #course .list strong span {
    font-size: 1.2rem;
  }
}

main #course .list strong span span {
  font-family: "Roboto Condensed", sans-serif;
}

main #curriculum {
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #curriculum {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum {
    padding: 40px 0;
  }
}

main #curriculum .system {
  margin-bottom: 120px;
}

@media screen and (max-width: 980px) {
  main #curriculum .system {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .system {
    margin-bottom: 40px;
  }
}

main #curriculum .system .lead {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  color: #2b2b2b;
  margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .system .lead {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .system .lead {
    font-size: 0.8rem;
  }
}

main #curriculum .system ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .system ul {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .system ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #curriculum .system ul li {
  width: 32%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  main #curriculum .system ul li {
    width: 100%;
  }
}

main #curriculum .system ul li:first-child {
  border: 3px solid #ec665a;
}

main #curriculum .system ul li:first-child h3 {
  background: #ec665a;
}

main #curriculum .system ul li:nth-child(2) {
  border: 3px solid #f6931c;
}

main #curriculum .system ul li:nth-child(2) h3 {
  background: #f6931c;
}

main #curriculum .system ul li:last-child {
  border: 3px solid #00b049;
}

main #curriculum .system ul li:last-child h3 {
  background: #00b049;
}

main #curriculum .system ul li h3 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1280px) {
  main #curriculum .system ul li h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .system ul li h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .system ul li h3 {
    font-size: 1rem;
  }
}

main #curriculum .system ul li div {
  padding: 50px 40px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  main #curriculum .system ul li div {
    padding: 40px 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .system ul li div {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .system ul li div {
    padding: 20px;
  }
}

main #curriculum .system ul li div img {
  display: block;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .system ul li div img {
    margin: 0 auto 20px;
  }
}

main #curriculum .system ul li div p {
  color: #2b2b2b;
  line-height: 1.5;
}

main #curriculum .system ul li div span {
  color: #1f396f;
  font-weight: bold;
}

main #curriculum .detail .sub_title {
  margin-bottom: 140px;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .sub_title {
    margin-bottom: 100px;
  }
}

main #curriculum .detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .wrap {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
  }
}

main #curriculum .detail .wrap .box {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .wrap .box {
    width: 100%;
  }
}

main #curriculum .detail .box {
  border-radius: 10px;
  padding: 80px 0 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box {
    padding: 50px 0 20px;
  }
}

main #curriculum .detail .box.red {
  border: 3px solid #ec665a;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box.red {
    margin-bottom: 80px;
  }
}

main #curriculum .detail .box.red h4 {
  background: #ec665a;
}

main #curriculum .detail .box.red .tile_list p {
  background: #ec665a;
}

main #curriculum .detail .box.red .tile_list ul {
  background: #fff9f8;
}

main #curriculum .detail .box.red .list_list > li h5 {
  background: #ec665a;
}

main #curriculum .detail .box.red .list_list > li li strong {
  color: #ec665a;
}

main #curriculum .detail .box.red .tag_list li {
  border: 2px solid #ec665a;
}

main #curriculum .detail .box.org {
  border: 3px solid #f6931c;
  padding: 80px 50px 20px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .box.org {
    padding: 80px 20px 20px;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .box.org {
    padding: 80px 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box.org {
    padding: 50px 20px 20px;
  }
}

main #curriculum .detail .box.org h4 {
  background: #f6931c;
}

main #curriculum .detail .box.org .tile_list > li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box.org .tile_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #curriculum .detail .box.org .tile_list p {
  background: #f6931c;
}

main #curriculum .detail .box.org .tile_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff7ee;
  min-height: 80px;
  max-height: 80px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box.org .tile_list ul {
    min-height: auto;
  }
}

main #curriculum .detail .box.org .list_list {
  margin-bottom: 40px;
}

main #curriculum .detail .box.org .list_list > li:not(:last-child) {
  margin-bottom: 15px;
}

main #curriculum .detail .box.org .list_list > li h5 {
  background: #f6931c;
  margin-bottom: 15px;
}

main #curriculum .detail .box.org .list_list > li .fl {
  text-indent: -1em;
  padding-left: 1em;
  min-height: 200px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .box.org .list_list > li .fl {
    min-height: 160px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .box.org .list_list > li .fl {
    min-height: auto;
  }
}

main #curriculum .detail .box.org .list_list > li .fl li:not(:last-child) {
  margin-bottom: 15px;
}

main #curriculum .detail .box.org .list_list > li li strong {
  color: #f6931c;
}

main #curriculum .detail .box.org .tag_list li {
  border: 2px solid #f6931c;
}

main #curriculum .detail .box.org .tag_list li:not(:last-child) {
  margin-bottom: 10px;
}

main #curriculum .detail .box.green {
  border: 3px solid #00b049;
}

main #curriculum .detail .box.green h4 {
  background: #00b049;
}

main #curriculum .detail .box.green .tile_list p {
  background: #00b049;
}

main #curriculum .detail .box.green .tile_list ul {
  background: #f8fffa;
}

main #curriculum .detail .box.green .list_list > li h5 {
  background: #00b049;
}

main #curriculum .detail .box.green .list_list > li li strong {
  color: #00b049;
}

main #curriculum .detail .box.green .tag_list li {
  border: 2px solid #00b049;
}

main #curriculum .detail h4 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 10px;
  line-height: 1.4;
  padding: 10px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail h4 {
    width: 90%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail h4 {
    font-size: 0.8rem;
  }
}

main #curriculum .detail h4 span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail h4 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail h4 span {
    font-size: 1.2rem;
  }
}

main #curriculum .detail .lead {
  font-weight: 500;
  font-size: 1rem;
  color: #2b2b2b;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .lead {
    font-size: 0.8rem;
  }
}

main #curriculum .detail .tile_list {
  margin-bottom: 30px;
}

main #curriculum .detail .tile_list.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tile_list.flx {
    gap: 20px;
  }
}

main #curriculum .detail .tile_list.flx > li {
  width: 30%;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .tile_list.flx > li {
    width: 100%;
  }
}

main #curriculum .detail .tile_list.flx ul {
  min-height: 150px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tile_list.flx ul {
    min-height: 100px;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .tile_list.flx ul {
    min-height: 130px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .tile_list.flx ul {
    min-height: auto;
  }
}

main #curriculum .detail .tile_list p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tile_list p {
    font-size: 1rem;
  }
}

main #curriculum .detail .tile_list ul {
  padding: 25px 20px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tile_list ul {
    padding: 20px 10px;
  }
}

main #curriculum .detail .tile_list ul li {
  color: #222;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tile_list ul li {
    font-size: 0.8rem;
  }
}

main #curriculum .detail .list_list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .list_list {
    margin-bottom: 30px;
  }
}

main #curriculum .detail .list_list li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .list_list li li {
    font-size: 0.8rem;
  }
}

main #curriculum .detail .list_list li li span {
  font-weight: bold;
}

main #curriculum .detail .list_list li li div {
  width: calc(100% - 100px);
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .list_list li li div {
    width: calc(100% - 80px);
  }
}

main #curriculum .detail .list_list li h5 {
  color: #fff;
  text-align: center;
  width: 120px;
  font-size: 1.2rem;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .list_list li h5 {
    font-size: 1rem;
  }
}

main #curriculum .detail .list_list li > div {
  color: #2b2b2b;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .list_list li > div {
    font-size: 0.8rem;
  }
}

main #curriculum .detail .list_list li > div .pl {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .list_list li > div .pl {
    padding-left: 0;
  }
}

main #curriculum .detail .list_list li > div p strong {
  font-weight: 600;
}

main #curriculum .detail .list_list li > div p span {
  font-weight: 500;
}

main #curriculum .detail .list_list.flx > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .list_list.flx > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #curriculum .detail .list_list.flx > li:not(:last-child) {
  margin-bottom: 20px;
}

main #curriculum .detail .tag_list {
  margin-bottom: 30px;
}

main #curriculum .detail .tag_list.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tag_list.flx {
    gap: 20px;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .tag_list.flx {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .tag_list.flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main #curriculum .detail .tag_list li {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px 20px;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .tag_list li {
    padding: 10px;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .tag_list li {
    font-size: 0.6rem;
  }
}

main #curriculum .detail .grant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  font-weight: bold;
  margin-top: auto;
}

main #curriculum .detail .grant.flx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .grant.flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #curriculum .detail .grant.flx li:last-child:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #2b2b2b;
  left: -25px;
  bottom: 15px;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .grant.flx li:last-child:after {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .grant.flx li:last-child:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2b2b2b;
    left: 45%;
    bottom: 100%;
  }
}

main #curriculum .detail .grant li {
  position: relative;
  text-align: center;
  line-height: 1.2;
}

main #curriculum .detail .grant li:last-child:after {
  position: absolute;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2b2b2b;
  left: 45%;
  bottom: 120%;
}

main #curriculum .detail .grant li:last-child p {
  color: #a40000;
  margin-bottom: 0;
}

main #curriculum .detail .grant li:last-child span {
  font-size: 3.2rem;
  color: #a40000;
}

@media screen and (max-width: 1280px) {
  main #curriculum .detail .grant li:last-child span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .grant li:last-child span {
    font-size: 2rem;
  }
}

main #curriculum .detail .grant p {
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .grant p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum .detail .grant p {
    margin-bottom: 0;
  }
}

main #curriculum .detail .grant strong {
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .grant strong {
    font-size: 1rem;
  }
}

main #curriculum .detail .grant strong span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  main #curriculum .detail .grant strong span {
    font-size: 1.6rem;
  }
}

main #option {
  background: #f4f7fb;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #option {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #option {
    padding: 40px 0;
  }
}

main #option .sub_title {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  main #option .sub_title {
    margin-bottom: 60px;
  }
}

main #option .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

@media screen and (max-width: 1280px) {
  main #option .list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #option .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #option .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(160, 200, 255, 0.25);
          box-shadow: 10px 10px 20px 0 rgba(160, 200, 255, 0.25);
  width: 48%;
}

@media screen and (max-width: 1280px) {
  main #option .list > li {
    padding: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #option .list > li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #option .list > li {
    width: 100%;
  }
}

main #option .list > li:first-child h3 {
  background: #0072d9;
}

main #option .list > li:first-child h4 {
  color: #0072d9;
}

main #option .list > li:last-child h3 {
  background: #1d3d76;
}

main #option .list > li:last-child h4 {
  color: #1d3d76;
}

main #option .list > li h3 {
  width: 320px;
  margin: 0 auto 20px;
  border-radius: 100px;
  color: #faf9f9;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #option .list > li h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #option .list > li h3 {
    width: 260px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #option .list > li h3 {
    font-size: 1rem;
  }
}

main #option .list > li h4 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  main #option .list > li h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #option .list > li h4 {
    font-size: 1rem;
  }
}

main #option .list > li img {
  display: block;
  margin: 50px auto;
}

@media screen and (max-width: 980px) {
  main #option .list > li img {
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  main #option .list > li img {
    max-width: 100px;
  }
}

main #option .list > li > ul {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 30px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 480px;
}

@media screen and (max-width: 1280px) {
  main #option .list > li > ul {
    padding: 20px 0;
  }
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul {
    min-height: 410px;
  }
}

@media screen and (max-width: 768px) {
  main #option .list > li > ul {
    min-height: auto;
  }
}

main #option .list > li > ul > li {
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  main #option .list > li > ul > li {
    padding: 0 20px;
  }
}

main #option .list > li > ul > li.thin {
  padding: 0 10px;
  margin-top: auto;
}

main #option .list > li > ul > li:not(:last-child) {
  margin-bottom: 40px;
}

main #option .list > li > ul > li h5 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li h5 {
    font-size: 1rem;
  }
}

main #option .list > li > ul > li h5 span {
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li h5 span {
    padding: 0 10px;
  }
}

main #option .list > li > ul > li h5 span:before, main #option .list > li > ul > li h5 span:after {
  position: absolute;
  content: "";
  background: #000;
  width: 80px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li h5 span:before, main #option .list > li > ul > li h5 span:after {
    width: 60px;
  }
}

main #option .list > li > ul > li h5 span:before {
  left: -80px;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li h5 span:before {
    left: -60px;
  }
}

main #option .list > li > ul > li h5 span:after {
  right: -80px;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li h5 span:after {
    right: -60px;
  }
}

main #option .list > li > ul > li p {
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li p {
    font-size: 0.8rem;
  }
}

main #option .list > li > ul > li p:not(:last-child) {
  margin-bottom: 10px;
}

main #option .list > li > ul > li .mini {
  line-height: 1.4;
  font-size: 0.8rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1280px) {
  main #option .list > li > ul > li .mini {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li .mini {
    font-size: 0.6rem;
  }
}

main #option .list > li > ul > li li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  main #option .list > li > ul > li li {
    font-size: 0.8rem;
  }
}

main #case {
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #case {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #case {
    padding: 40px 0;
  }
}

main #case .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1280px) {
  main #case .list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #case .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

main #case .list li {
  background: #fff;
  border-radius: 10px;
  padding: 50px 20px 20px;
  border: 1px solid #1f396f;
  text-align: center;
  width: 32%;
}

@media screen and (max-width: 768px) {
  main #case .list li {
    width: 100%;
    padding: 20px;
  }
}

main #case .list .blue_title {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main #case .list .blue_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #case .list .blue_title {
    font-size: 1.2rem;
  }
}

main #case .list img {
  margin: 10px auto 20px;
}

@media screen and (max-width: 1280px) {
  main #case .list img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main #case .list img {
    width: auto;
    max-width: 100px;
  }
}

main #case .list p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #2b2b2b;
  position: relative;
}

@media screen and (max-width: 1280px) {
  main #case .list p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #case .list p {
    font-size: 1rem;
  }
}

main #case .list p:not(:last-child) {
  margin-bottom: 20px;
}

main #case .list p:not(:last-child):after {
  position: absolute;
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid #1f396f;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main #case .list p strong {
  color: #af1b26;
}

main #case .list p span {
  font-size: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 1280px) {
  main #case .list p span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #case .list p span {
    font-size: 1.6rem;
  }
}

main #case .list p em {
  font-weight: bold;
}

main #case .interview h3 {
  color: #1f396f;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin: 30px 0 0;
}

@media screen and (max-width: 1280px) {
  main #case .interview h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1280px) {
  main #case .interview h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #case .interview h3 {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}

main #case .interview strong {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #2b2b2b;
}

@media screen and (max-width: 1280px) {
  main #case .interview strong {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #case .interview strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #case .interview strong {
    font-size: 0.8rem;
  }
}

main #case .interview img {
  margin-bottom: 15px;
}

main #case .interview p {
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  main #case .interview p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #case .interview p {
    font-size: 0.6rem;
  }
}

main #case .interview .btn {
  width: 350px;
  margin: 80px auto;
}

@media screen and (max-width: 980px) {
  main #case .interview .btn {
    margin: 60px auto;
  }
}

@media screen and (max-width: 768px) {
  main #case .interview .btn {
    width: 320px;
    margin: 40px auto;
  }
}

main #case .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75px;
  max-width: 1100px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 1280px) {
  main #case .movie {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #case .movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #case .movie li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main #case .movie li {
    width: 100%;
  }
}

main #case .movie li iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

main #case .movie li div {
  min-height: 420px;
  padding: 40px 50px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(160, 200, 255, 0.25);
          box-shadow: 10px 10px 20px 0 rgba(160, 200, 255, 0.25);
}

@media screen and (max-width: 1280px) {
  main #case .movie li div {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 980px) {
  main #case .movie li div {
    min-height: 340px;
  }
}

@media screen and (max-width: 768px) {
  main #case .movie li div {
    padding: 20px;
    min-height: auto;
  }
}

main #case .movie li h3 {
  color: #1f396f;
  font-weight: 600;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  main #case .movie li h3 {
    font-size: 1rem;
  }
}

main #case .movie li p {
  line-height: 1.4;
  color: #2b2b2b;
}

@media screen and (max-width: 980px) {
  main #case .movie li p {
    font-size: 0.8rem;
  }
}

main #case .movie li p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  main #case .movie li p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #case .movie li p em {
  color: #000;
}

main #case .movie li p span {
  color: #1f396f;
  font-weight: bold;
}

main #case .bfr_aft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}

@media screen and (max-width: 1280px) {
  main #case .bfr_aft {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  main #case .bfr_aft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

main #case .bfr_aft > li {
  border-radius: 10px;
  padding: 40px;
  border: 3px solid #575757;
  width: 48%;
  position: relative;
}

@media screen and (max-width: 1280px) {
  main #case .bfr_aft > li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #case .bfr_aft > li {
    width: 100%;
    padding: 20px;
  }
}

main #case .bfr_aft > li:first-child:after {
  position: absolute;
  content: "";
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 40px solid #2b2b2b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media screen and (max-width: 1280px) {
  main #case .bfr_aft > li:first-child:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #2b2b2b;
    right: -60px;
  }
}

@media screen and (max-width: 768px) {
  main #case .bfr_aft > li:first-child:after {
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: auto;
    bottom: -80px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #2b2b2b;
  }
}

main #case .bfr_aft > li:first-child .blue_title {
  color: #2b2b2b;
}

main #case .bfr_aft > li:first-child .blue_title span {
  color: #eaeaea;
}

main #case .bfr_aft > li:last-child li span {
  color: #a40000;
}

main #case .bfr_aft > li .blue_title span {
  display: block;
  color: #c6d0ff;
  margin-bottom: 10px;
}

main #case .bfr_aft > li img {
  display: block;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  main #case .bfr_aft > li img {
    margin: 20px auto;
  }
}

main #case .bfr_aft > li li {
  text-indent: -1em;
  padding-left: 1em;
  color: #2b2b2b;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  main #case .bfr_aft > li li {
    font-size: 0.8rem;
  }
}

main #case .bfr_aft > li li:not(:last-child) {
  margin-bottom: 15px;
}

main #case .bfr_aft > li li span {
  font-weight: bold;
}

main #support {
  background: #f4f7fb;
}

main #support h2 {
  background: #1f396f;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 35px 20px;
}

@media screen and (max-width: 1280px) {
  main #support h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #support h2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #support h2 {
    font-size: 0.8rem;
    padding: 20px;
  }
}

main #support h2 span {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #support h2 span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #support h2 span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #support h2 span {
    font-size: 1.4rem;
  }
}

main #support .inner {
  color: #2b2b2b;
  padding: 80px 20px 120px;
}

@media screen and (max-width: 980px) {
  main #support .inner {
    padding: 60px 20px 80px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner {
    padding: 40px 20px;
  }
}

main #support .inner > p {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  main #support .inner > p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner > p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner > p {
    font-size: 1rem;
  }
}

main #support .inner > p:after {
  position: absolute;
  content: "";
  background: #2b2b2b;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
}

main #support .inner > p strong {
  color: #af1b26;
  font-weight: bold;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #support .inner > p strong {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner > p strong {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner > p strong {
    font-size: 1.6rem;
  }
}

main #support .inner > p strong span {
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #support .inner > p strong span {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner > p strong span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner > p strong span {
    font-size: 2rem;
  }
}

main #support .inner > p em {
  font-weight: bold;
}

main #support .inner .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  line-height: 1.2;
  margin-bottom: 120px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example {
    gap: 20px;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .example {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-bottom: 60px;
  }
}

main #support .inner .example > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  background: #af1b26;
  border-radius: 100px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example > span {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example > span {
    font-size: 1rem;
    width: 40px;
    height: 40px;
  }
}

main #support .inner .example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example ul {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

main #support .inner .example ul li {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example ul li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .example ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example ul li {
    text-align: center;
    font-size: 1rem;
  }
}

main #support .inner .example ul li:first-child:after {
  position: absolute;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #af1b26;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example ul li:first-child:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #af1b26;
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example ul li:first-child:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #af1b26;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -30px;
  }
}

main #support .inner .example ul li strong {
  color: #af1b26;
}

main #support .inner .example ul li strong span {
  font-weight: 900;
}

main #support .inner .example ul li span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #support .inner .example ul li span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .example ul li span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .example ul li span {
    text-align: center;
    font-size: 1.8rem;
  }
}

main #support .inner .apply .sub_title {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  main #support .inner .apply .sub_title {
    margin-bottom: 60px;
  }
}

main #support .inner .apply .steps {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply .steps {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .apply .steps {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #support .inner .apply ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  main #support .inner .apply ul {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #support .inner .apply ul:first-child {
  gap: 90px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul:first-child {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .apply ul:first-child {
    gap: 20px;
  }
}

main #support .inner .apply ul:last-child {
  gap: 75px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul:last-child {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .apply ul:last-child {
    gap: 20px;
  }
}

main #support .inner .apply ul li {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  -webkit-box-shadow: 10px 4px 4px 0 rgba(160, 200, 255, 0.25);
          box-shadow: 10px 4px 4px 0 rgba(160, 200, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #2b2b2b;
  background: #fff;
  text-align: center;
  padding: 60px 10px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul li {
    width: 280px;
    height: 280px;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .apply ul li {
    width: 210px;
    height: 210px;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .apply ul li {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
}

main #support .inner .apply ul span {
  position: absolute;
  top: 20px;
  left: 0;
  color: #1f396f;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul span {
    font-size: 1.6rem;
    left: -20px;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .apply ul span {
    font-size: 1.2rem;
  }
}

main #support .inner .apply ul img {
  display: block;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul img {
    margin: 0 auto 20px;
    width: 45%;
  }
}

main #support .inner .apply ul h4 {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #support .inner .apply ul h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .apply ul h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #support .inner .apply ul p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #support .inner .apply ul p {
    font-size: 0.6rem;
  }
}

main #philosophy {
  background: url("images/bg_philosophy.svg") no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}

@media screen and (max-width: 980px) {
  main #philosophy {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy {
    padding: 40px 0;
  }
}

main #philosophy .main_title {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  main #philosophy .main_title {
    margin-bottom: 30px;
  }
}

main #philosophy h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #philosophy h3 {
    margin-bottom: 40px;
  }
}

main #philosophy h3 strong {
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #philosophy h3 strong {
    font-size: 1.4rem;
  }
}

main #philosophy h3 strong:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

main #philosophy h3 strong.mini:after {
  width: 80%;
}

main #philosophy h3 strong span {
  display: block;
  font-size: 4.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  main #philosophy h3 strong span {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #philosophy h3 strong span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy h3 strong span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #philosophy p {
    font-size: 0.8rem;
  }
}

main #philosophy p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  main #philosophy p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #teacher {
  color: #2b2b2b;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #teacher {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #teacher {
    padding: 40px 0;
  }
}

main #teacher .main_title {
  margin-bottom: 20px;
}

main #teacher .lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 120px;
}

@media screen and (max-width: 1280px) {
  main #teacher .lead {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 980px) {
  main #teacher .lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #teacher .lead {
    font-size: 0.8rem;
  }
}

main #teacher .swiper {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  main #teacher .swiper {
    max-width: 500px;
  }
}

main #teacher .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(160, 200, 255, 0.25);
          box-shadow: 5px 5px 10px 0 rgba(160, 200, 255, 0.25);
  height: auto;
}

main #teacher .swiper-wrapper .swiper-slide img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

main #teacher .swiper-wrapper .swiper-slide div {
  padding: 30px 25px 30px 40px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  main #teacher .swiper-wrapper .swiper-slide div {
    padding: 20px;
  }
}

main #teacher .swiper-wrapper .swiper-slide h3 {
  color: #1f396f;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  main #teacher .swiper-wrapper .swiper-slide h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {
  main #teacher .swiper-wrapper .swiper-slide h3 {
    font-size: 1.2rem;
  }
}

main #teacher .swiper-wrapper .swiper-slide span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  main #teacher .swiper-wrapper .swiper-slide span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #teacher .swiper-wrapper .swiper-slide span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #teacher .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
}

main #teacher .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main #teacher .swiper-pagination {
    padding-top: 20px;
  }
}

main #teacher .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px !important;
  background: #d9d9d9;
  opacity: 1;
}

main #teacher .swiper-pagination-bullet-active {
  background: #1f396f;
}

main #greet {
  margin-bottom: 120px;
}

@media screen and (max-width: 980px) {
  main #greet {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  main #greet {
    margin-bottom: 40px;
  }
}

main #greet .imgleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 85px;
}

@media screen and (max-width: 1280px) {
  main #greet .imgleft {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #greet .imgleft {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #greet .imgleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1280px) {
  main #greet img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main #greet img {
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
  }
}

main #greet .blue_title {
  font-size: 2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  main #greet .blue_title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 980px) {
  main #greet .blue_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #greet .blue_title {
    font-size: 1rem;
  }
}

main #greet div {
  line-height: 1.5;
}

main #greet p {
  color: #2b2b2b;
}

@media screen and (max-width: 980px) {
  main #greet p {
    font-size: 0.8rem;
  }
}

main #greet p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  main #greet p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #greet strong {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  main #greet strong {
    font-size: 0.8rem;
  }
}

main #greet strong span {
  display: block;
}

main #simulation {
  background: url("images/bg_simulation.svg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}

@media screen and (max-width: 980px) {
  main #simulation {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #simulation {
    padding: 40px 0;
  }
}

main #simulation .main_title span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding-top: 30px;
}

@media screen and (max-width: 980px) {
  main #simulation .main_title span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .main_title span {
    font-size: 1rem;
    padding-top: 10px;
  }
}

main #simulation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 230px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  main #simulation .list {
    gap: 20px;
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}

main #simulation .list:after {
  position: absolute;
  content: "";
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 80px solid #fff;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  main #simulation .list:after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #fff;
    bottom: -130px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .list:after {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #fff;
    bottom: -80px;
  }
}

main #simulation .list li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  text-align: center;
  color: #2b2b2b;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #simulation .list li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .list li {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .list li {
    width: 100%;
  }
}

main #simulation .list img {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1280px) {
  main #simulation .list img {
    margin: 0 auto 40px;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .list img {
    max-width: 100px;
    width: 20%;
    margin: 0 auto 20px;
  }
}

main #simulation .list p {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #simulation .list p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .list p {
    font-size: 1rem;
  }
}

main #simulation .list p > span {
  font-weight: bold;
}

main #simulation .list p em {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

main #simulation .list p strong {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f396f;
}

@media screen and (max-width: 1280px) {
  main #simulation .list p strong {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .list p strong {
    font-size: 1rem;
  }
}

main #simulation .list p strong span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #simulation .list p strong span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .list p strong span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .list p strong span {
    font-size: 1.8rem;
  }
}

main #simulation .box h3 {
  background: #272727;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 12px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1280px) {
  main #simulation .box h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box h3 {
    font-size: 1rem;
  }
}

main #simulation .box .cont {
  padding: 60px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1280px) {
  main #simulation .box .cont {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .cont {
    padding: 20px;
  }
}

main #simulation .box .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  gap: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  main #simulation .box .blc {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #simulation .box .blc p {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc p {
    padding-top: 0;
  }
}

main #simulation .box .blc .price {
  line-height: 1;
  text-align: center;
}

main #simulation .box .blc .price strong {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #a40000;
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 1280px) {
  main #simulation .box .blc .price strong {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc .price strong {
    font-size: 1.2rem;
  }
}

main #simulation .box .blc .price span {
  font-size: 6.4rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 1280px) {
  main #simulation .box .blc .price span {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc .price span {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc .price span {
    font-size: 2.4rem;
  }
}

main #simulation .box .blc .balloon {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background: #a40000;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc .balloon {
    width: 160px;
    height: 160px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc .balloon {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
}

main #simulation .box .blc .balloon:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: -28px;
  border: 15px solid transparent;
  border-left: 25px solid #a40000;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc .balloon:after {
    bottom: auto;
    left: 50%;
    border: 10px solid transparent;
    border-bottom: 20px solid #a40000;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .blc .balloon div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

main #simulation .box .blc .balloon span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc .balloon span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc .balloon span {
    font-size: 1.4rem;
  }
}

main #simulation .box .blc .balloon strong {
  display: block;
}

main #simulation .box .blc .balloon strong,
main #simulation .box .blc .balloon em {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  main #simulation .box .blc .balloon strong,
  main #simulation .box .blc .balloon em {
    font-size: 1rem;
  }
}

main #simulation .box .per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  main #simulation .box .per {
    font-size: 1rem;
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .per {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #simulation .box .per li {
  position: relative;
}

main #simulation .box .per li:first-child {
  color: #cdcdcd;
}

main #simulation .box .per li:first-child:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  background: #a40000;
  top: 45%;
  left: -15px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media screen and (max-width: 980px) {
  main #simulation .box .per li:first-child:before {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .per li:first-child:before {
    width: 140px;
  }
}

main #simulation .box .per li:first-child:after {
  position: absolute;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 28px solid #272727;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
}

@media screen and (max-width: 980px) {
  main #simulation .box .per li:first-child:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #272727;
    right: -45px;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .per li:first-child:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #272727;
    bottom: -30px;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: auto;
  }
}

main #simulation .box .per li:last-child {
  color: #a40000;
}

main #simulation .box .per li span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  main #simulation .box .per li span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #simulation .box .per li span {
    font-size: 1.4rem;
  }
}

main #flow {
  background: #f3f3f3;
  padding: 120px 0;
  color: #2b2b2b;
}

@media screen and (max-width: 980px) {
  main #flow {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #flow {
    padding: 40px 0;
  }
}

main #flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #1f396f;
}

main #flow li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #flow li:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #flow li .step {
  width: 160px;
  color: #fff;
  background: #1f396f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  main #flow li .step {
    width: 100px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #flow li .step {
    width: 60px;
  }
}

main #flow li .step span {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  main #flow li .step span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #flow li .step span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  main #flow li .step span {
    font-size: 1.8rem;
  }
}

main #flow li .cont {
  width: calc(100% - 160px);
  background: #fff;
  padding: 30px 70px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  main #flow li .cont {
    padding: 20px 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #flow li .cont {
    padding: 20px;
    font-size: 0.8rem;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  main #flow li .cont {
    width: calc(100% - 60px);
  }
}

main #flow li .cont h3 {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  main #flow li .cont h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #flow li .cont h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #flow li .cont h3 {
    font-size: 1rem;
  }
}

main #faq {
  background: #f4f7fb;
  padding: 120px 0;
  color: #2b2b2b;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  main #faq {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #faq {
    padding: 40px 0;
  }
}

main #faq li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #faq h3 {
  cursor: pointer;
  position: relative;
  padding: 20px 50px;
  background: #1f396f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1280px) {
  main #faq h3 {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #faq h3 {
    gap: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #faq h3 {
    padding: 10px;
    gap: 10px;
  }
}

main #faq h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 100px;
  -webkit-transform: translateY(-40%) rotate(135deg);
          transform: translateY(-40%) rotate(135deg);
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 980px) {
  main #faq h3:after {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #faq h3:after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}

main #faq h3.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main #faq h3 .q {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #faq h3 .q {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  main #faq h3 .q {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq h3 .q {
    font-size: 1.4rem;
  }
}

main #faq h3 .title {
  font-size: 1.2rem;
  width: 80%;
}

@media screen and (max-width: 980px) {
  main #faq h3 .title {
    width: 90%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq h3 .title {
    font-size: 0.8rem;
    width: 86%;
  }
}

main #faq .cont {
  display: none;
  padding: 30px 50px;
  background: #fff;
}

@media screen and (max-width: 980px) {
  main #faq .cont {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #faq .cont {
    padding: 10px;
  }
}

main #faq .cont .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}

@media screen and (max-width: 1280px) {
  main #faq .cont .wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #faq .cont .wrap {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap {
    gap: 10px;
  }
}

main #faq .cont .wrap .a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #1f396f;
}

@media screen and (max-width: 1280px) {
  main #faq .cont .wrap .a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  main #faq .cont .wrap .a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap .a {
    font-size: 1.4rem;
  }
}

main #faq .cont .wrap .txt {
  font-size: 1.2rem;
  width: 80%;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  main #faq .cont .wrap .txt {
    width: 95%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap .txt {
    font-size: 0.8rem;
    width: 92%;
  }
}

main #cta {
  background: url("images/bg_cta.svg") no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 980px) {
  main #cta {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #cta {
    padding: 40px 0;
  }
}

main #cta h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  main #cta h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

main #cta p {
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
  main #cta p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta p {
    font-size: 0.6rem;
    margin-bottom: 30px;
  }
}

main #cta .btnarea {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #contact {
  background: #1f396f;
  padding: 120px 0;
  color: #2b2b2b;
}

@media screen and (max-width: 980px) {
  main #contact {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #contact {
    padding: 40px 0;
  }
}

main #contact #timerex_calendar > div {
  padding: 20px;
}

main #error {
  background: url("images/bg_cta.svg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 240px 0 120px;
}

@media screen and (max-width: 980px) {
  main #error {
    padding: 200px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  main #error {
    padding: 80px 0 40px;
  }
}

main #error p {
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
  main #error p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #error p {
    font-size: 0.6rem;
    margin-bottom: 30px;
  }
}

main #error .btn {
  max-width: 320px;
  margin: 0 auto;
}

footer {
  background: #2d354e;
  color: #fff;
  padding: 90px 20px 30px;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 1280px) {
  footer {
    padding: 80px 20px 20px;
  }
}

@media screen and (max-width: 980px) {
  footer {
    padding: 40px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 20px;
  }
}

footer .inner ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  footer .inner ul {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner ul li {
    width: 100%;
  }
}

footer .inner ul a {
  display: block;
}

@media screen and (min-width: 769px) {
  footer .inner ul a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer .inner ul a {
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 0.8rem;
  }
}

footer .inner small {
  display: block;
  text-align: center;
  font-size: 0.7rem;
}

footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fe8c07;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 1.6rem;
  text-align: center;
  display: none;
  z-index: 9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 769px) {
  footer .pagetop:hover {
    cursor: pointer;
    background: #2b2b2b;
  }
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    bottom: 60px;
  }
}

footer .fixbtn {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  footer .fixbtn {
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn .btnarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  footer .fixbtn .btnarea li {
    width: 50%;
  }
  footer .fixbtn .btnarea a {
    min-width: auto;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-size: 0.8rem;
  }
  footer .fixbtn .btnarea a:before {
    right: 10px;
  }
  footer .fixbtn .btnarea a:after {
    right: 12px;
  }
}
/*# sourceMappingURL=style.css.map */