@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.sp-b {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .sp-b {
    display: block !important;
  }
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  color: #333;
}
html body.noscroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
html body .pc {
  display: block !important;
}
@media screen and (max-width: 800px) {
  html body .pc {
    display: none !important;
  }
}
html body .pc-f {
  display: flex !important;
}
@media screen and (max-width: 800px) {
  html body .pc-f {
    display: none !important;
  }
}
html body .sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  html body .sp {
    display: block !important;
  }
}
html body .sp-f {
  display: none !important;
}
@media screen and (max-width: 800px) {
  html body .sp-f {
    display: flex !important;
  }
}
html body .kv {
  width: 100%;
  min-width: 1200px;
  background: #013667;;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  html body .kv {
    min-width: 0;
    padding-bottom: 20px;
  }
}
html body .kv header {
  width: 100%;
  padding: 0 50px;
  min-width: 1200px;
}
@media screen and (max-width: 800px) {
  html body .kv header {
    min-width: 0;
    padding: 20px 0 0 20px;
    position: relative;
  }
}
html body .kv header .hamburger {
  display: block;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .kv header .hamburger.active {
  position: fixed;
}
html body .kv header .hamburger.active .inner span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}
html body .kv header .hamburger.active .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
html body .kv header .hamburger.active .inner span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
html body .kv header .hamburger .inner {
  width: 40px;
  height: 30px;
  position: relative;
}
html body .kv header .hamburger .inner span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0abbdb;
  transform-origin: center;
}
html body .kv header .hamburger .inner span:nth-child(1) {
  top: 0;
  left: 0;
}
html body .kv header .hamburger .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
html body .kv header .hamburger .inner span:nth-child(3) {
  top: 100%;
  transform: translateY(-50%);
  left: 0;
}
html body .kv header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body .kv header .inner .logo {
  width: 165px;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .logo {
    width: auto;
    height: 30px;
  }
}
html body .kv header .inner .logo img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .logo img {
    width: auto;
    height: 100%;
  }
}
html body .kv header .inner .nav {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-width: 400px;
    width: 100%;
    flex-direction: column;
    background: #0abbdb;
    z-index: 999;
  }
}
html body .kv header .inner .nav.on {
  display: flex !important;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav.on::before {
    content: "";
    position: absolute;
    right: 400px;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
html body .kv header .inner .nav .nav-1 {
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 {
    width: 90%;
    margin-top: 150px;
    flex-direction: column;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #fff;
  }
}
html body .kv header .inner .nav .nav-1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
html body .kv header .inner .nav .nav-1 ul li a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 ul li a {
    font-size: 20px;
  }
}
html body .kv header .inner .nav .nav-1 ul li a:hover {
  text-decoration: underline;
}
html body .kv header .inner .nav .nav-1 ul li:not(:first-child) {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 ul li:not(:first-child) {
    padding-top: 40px;
    padding-left: 0;
  }
}
html body .kv header .inner .nav .nav-1 ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 10px;
  left: 15px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 ul li:not(:first-child)::after {
    width: 6px;
    height: 6px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
  }
}
html body .kv header .inner .nav .nav-1 .tel {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #fff;
  margin-right: 25px;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-1 .tel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    border-left: none;
  }
}
html body .kv header .inner .nav .nav-1 .tel i.fas {
  margin-right: 5px;
}
html body .kv header .inner .nav .nav-1 .tel i:first-child {
  margin-bottom: 10px;
}
html body .kv header .inner .nav .nav-2-wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-2-wrap {
    width: 90%;
    flex-direction: column;
  }
}
html body .kv header .inner .nav .nav-2-wrap .nav-2 a {
  height: 100%;
  display: block;
  text-align: center;
  transition: opacity 0.3s;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 15px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: #013667;
}
html body .kv header .inner .nav .nav-2-wrap .nav-2 a.center {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0abbdb;
}
@media screen and (max-width: 800px) {
html body .kv header .inner .nav .nav-2-wrap .nav-2 a.center {
  background: #013667;
  }
}
html body .kv header .inner .nav .nav-2-wrap .nav-2 a:hover {
  opacity: 0.8;
}
html body .kv header .inner .nav .nav-2-wrap .nav-2 a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-2-wrap .nav-2 a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  html body .kv header .inner .nav .nav-2-wrap .nav-2 a {
    padding: 15px 20px 15px;
    border-radius: 10px;
    font-size: 16px;
  }
}
html body .kv header .inner .nav .nav-2-wrap .nav-2_bottom a {
  color: #fff;
}
html body .kv .kv-area {
  width: 1520px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 40px;
}
html body .kv .kv-area .inner {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner {
    flex-direction: column-reverse;
  }
}
html body .kv .kv-area .inner .kv-left {
  padding-left: 0;
  width: 58vw;
  min-width: 700px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  html body .kv .kv-area .inner .kv-left {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left {
    width: calc(100% - 20px);
    min-width: 0;
    padding-left: 0;
    margin-top: -45px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
html body .kv .kv-area .inner .kv-left .course {
  display: flex;
  width: 480px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .course {
    width: 100%;
    margin: 0 0 10px;
  }
}
html body .kv .kv-area .inner .kv-left .course .course-left {
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .course .course-left {
    width: 72%;
    /*min-width: 180px;*/
  }
}
html body .kv .kv-area .inner .kv-left .course .course-left p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .course .course-left p {
    font-size: 14px;
  }
}
/*html body .kv .kv-area .inner .kv-left .course .course-right {
  border-radius: 0 30px 30px 0;
  width: 240px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .course .course-right {
    width: 70%;
    min-width: 160px;
  }
}

html body .kv .kv-area .inner .kv-left .course .course-right p {
  color: #013667;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .course .course-right p {
    font-size: 11px;
  }
}*/
html body .kv .kv-area .inner .kv-left .title h1 {
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .title h1 {
    font-size: 32px;
  }
}
html body .kv .kv-area .inner .kv-left .title h1 i {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .title h1 i {
    font-size: 20px;
  }
}
html body .kv .kv-area .inner .kv-left .title h1 span {
  background: #fff;
  color: #0abbdb;
  line-height: 1.3;
  margin-top: 10px;
  padding: 3px 8px;
  font-weight: 600;
  /*font-family: "Noto Serif JP", serif;*/
  display: inline-block;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .title h1 span {
    margin-top: 5px;
    padding: 0 5px;
  }
}
html body .kv .kv-area .inner .kv-left .title h1 span b {
  font-weight: normal;
  position: relative;
}
html body .kv .kv-area .inner .kv-left .title h1 span b::after {
  content: "";
  position: absolute;
  background: #ffee99;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
}
html body .kv .kv-area .inner .kv-left .content {
  margin-top: 15px;
}
html body .kv .kv-area .inner .kv-left .content p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .content p {
    font-size: 14px;
  }
}
html body .kv .kv-area .inner .kv-left .feature {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
  position: relative;
}
html body .kv .kv-area .inner .kv-left .feature .feature-ttl {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: #013667;
  padding-right: 20px;
}
html body .kv .kv-area .inner .kv-left .feature .feature-ttl p {
  font-size: 20px;
  color: #ffe940;
  font-weight: bold;
}
html body .kv .kv-area .inner .kv-left .feature ul {
  display: flex;
  flex-wrap: wrap;
}
html body .kv .kv-area .inner .kv-left .feature ul li {
  letter-spacing: 0.02em;
  position: relative;
  border: 2px solid #ffe940;
  height: 90px;
  width: 49%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffe940;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .feature ul li {
    font-size: 14px;
  }
}
html body .kv .kv-area .inner .kv-left .feature ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  font-weight: normal;
}
html body .kv .kv-area .inner .kv-left .feature ul li span.yellow {
  color: #ffee99 !important;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .feature ul li span {
    font-size: 12px;
  }
}
html body .kv .kv-area .inner .kv-left .feature ul li .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe940;
  border-radius: 30px;
}
html body .kv .kv-area .inner .kv-left .feature ul li .num p {
  color: #013667;
  font-family: "Arapey", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .feature ul li .num p {
    font-size: 20px;
  }
}
html body .kv .kv-area .inner .kv-left .feature ul li:nth-child(odd) {
  margin-right: 2%;
}
html body .kv .kv-area .inner .kv-left .dl .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .dl .top {
    flex-direction: column;
    gap: 15px;
  }
}
html body .kv .kv-area .inner .kv-left .dl .top p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .dl .top p {
    width: 100%;
    font-size: 14px;
  }
}
html body .kv .kv-area .inner .kv-left .dl .top p a {
  width: fit-content;
  margin: auto;
  display: block;
  transition: .3s;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .dl .top p a {
    width: 100%;
    max-width: 375px;
  }
}
html body .kv .kv-area .inner .kv-left .dl .top p a:hover {
  opacity: 0.8;
}
html body .kv .kv-area .inner .kv-left .dl .top p a.yell span {
  background: #0abbdb;
  color: #fff;
}
html body .kv .kv-area .inner .kv-left .dl .top p a span {
  margin-top: 5px;
  margin: 5px auto 0;
  padding: 25px 50px;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  color: #013667;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .dl .top p a span {
    width: auto;
    font-size: 16px;
    padding: 15px 0;
  }
}
html body .kv .kv-area .inner .kv-left .dl .bottom-text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
html body .kv .kv-area .inner .kv-left .dl .dl_bottom {
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-left .dl .bottom-text {
    font-size: 13px;
  }
}
html body .kv .kv-area .inner .kv-right {
  margin-left: 2.6vw;
  width: 39.5vw;
  min-width: 450px;
}
@media screen and (max-width: 800px) {
  html body .kv .kv-area .inner .kv-right {
    margin-left: auto;
    width: 70%;
    min-width: 0;
  }
}
html body .kv .kv-area .inner .kv-right img {
  width: 100%;
  display: block;
  margin-left: auto;
}
html body main section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  html body main section h2 {
    font-size: 22px;
  }
}
html body main section h2 span {
  font-size: 40px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  html body main section h2 span {
    font-size: 24px;
  }
}
html body main section h2 span i {
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  html body main section h2 span i {
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
html body main section h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
  background: #0abbdb;
}
@media screen and (max-width: 800px) {
  html body main section h2 span::before {
    height: 8px;
    bottom: -2px;
  }
}
html body main section.mind {
  padding: 100px 0 110px;
}
@media screen and (max-width: 800px) {
  html body main section.mind {
    padding: 50px 0 50px;
  }
}
html body main section.mind .inner {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner {
    padding: 0 15px;
    min-width: 0;
    width: 100%;
  }
}
html body main section.mind .inner ul {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul {
    margin-top: 50px;
  }
}
html body main section.mind .inner ul li {
  margin-bottom: 40px;
}
html body main section.mind .inner ul li .top {
  width: 100%;
  background: #013667;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main section.mind .inner ul li .top p {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul li .top p {
    font-size: 16px;
  }
}
html body main section.mind .inner ul li .top p span {
  color: #ffe940;
}
html body main section.mind .inner ul li .bottom {
  background: #f3f9ff;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul li .bottom {
    padding: 20px;
    flex-direction: column;
  }
}
html body main section.mind .inner ul li .bottom .left {
  width: 50%;
  border: 1px solid #83c7d4;
  padding: 20px 20px;
  background: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul li .bottom .left {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 100%;
  }
}
html body main section.mind .inner ul li .bottom .right {
  width: 50%;
  border: 1px solid #83c7d4;
  padding: 20px 20px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul li .bottom .right {
    width: 100%;
    padding: 15px 20px;
  }
}
html body main section.mind .inner ul li .bottom p {
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner ul li .bottom p {
    font-size: 14px;
  }
}
html body main section.mind .inner ul li .bottom p span {
  color: #0abbdb;
  font-weight: bold;
}
html body main section.mind .inner .under-arrow {
  width: 45px;
  height: 85px;
  position: relative;
  margin: 0 auto 35px;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner .under-arrow {
    height: 60px;
    width: 30px;
    margin-bottom: 20px;
  }
}
html body main section.mind .inner .under-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 60px;
  background: #013667;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner .under-arrow::before {
    height: 50px;
    width: 10px;
  }
}
html body main section.mind .inner .under-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 22.5px 0 22.5px;
  border-color: #013667 transparent transparent transparent;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner .under-arrow::after {
    border-width: 20px 15px 0 15px;
  }
}
html body main section.mind .inner h3 {
  color: #006c92;
  font-size: 30px;
  text-align: center;
  /*font-family: "Noto Serif JP", serif;*/
  line-height: 1.31;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  html body main section.mind .inner h3 {
    font-size: 22px;
  }
}
html body main section.mind .inner h3 span {
  position: relative;
  font-weight: bold;
  display: inline-block;
}
html body main section.mind .inner h3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: #ffe940;
  z-index: -1;
}
html body main section.new {
  padding-bottom: 110px;
}
@media screen and (max-width: 800px) {
  html body main section.new {
    padding-bottom: 60px;
  }
}
html body main section.new .inner {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner {
    padding: 0 15px;
    min-width: 0;
    width: 100%;
  }
}
html body main section.new .inner .text {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .text {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
html body main section.new .inner .root-top {
  position: relative;
}
html body main section.new .inner .root-bottom {
  position: relative;
}
html body main section.new .inner .root ul::before {
  bottom: -20px;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 23px 0 23px;
  border-color: #013667 transparent transparent transparent;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 17.5px 0 17.5px;
    border-color: #013667 transparent transparent transparent;
  }
}
html body main section.new .inner .root ul::after {
  bottom: -26px;
  left: -5px;
  content: "";
  position: absolute;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 28px 0 28px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul::after {
    left: -2.5px;
    bottom: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
  }
}
html body main section.new .inner .root .vertical-last {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffe940;
  background: #013667;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root .vertical-last {
    width: 35px;
    font-size: 16px;
  }
}
html body main section.new .inner .root .vertical-last span {
  text-orientation: upright;
}
html body main section.new .inner .root .vertical-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffe940;
  background: #013667;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root .vertical-text {
    width: 35px;
    font-size: 16px;
  }
}
html body main section.new .inner .root .vertical-text span {
  text-orientation: upright; /* すべて縦方向に表示 */
}
html body main section.new .inner .root ul li {
  padding-left: 56px;
  display: flex;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li {
    padding-left: 40px;
  }
}
html body main section.new .inner .root ul li .vertical-text-2 {
  background: #ffe940;
  min-width: 46px;
  color: #013667;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .vertical-text-2 {
    min-width: 35px;
    font-size: 16px;
  }
}
html body main section.new .inner .root ul li .vertical-text-2::before {
  bottom: -20px;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 23px 0 23px;
  border-color: #ffe940 transparent transparent transparent;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .vertical-text-2::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 17.5px 0 17.5px;
    border-color: #FFE940 transparent transparent transparent;
  }
}
html body main section.new .inner .root ul li .vertical-text-2::after {
  bottom: -26px;
  left: -5px;
  content: "";
  position: absolute;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 28px 0 28px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .vertical-text-2::after {
    left: -2.5px;
    bottom: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
  }
}
html body main section.new .inner .root ul li .vertical-text-2 p {
  color: #013667;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .vertical-text-2 p {
    font-size: 16px;
  }
}
html body main section.new .inner .root ul li .vertical-text-2 span {
  text-orientation: upright; /* すべて縦方向に表示 */
}
html body main section.new .inner .root ul li .right {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right {
    position: relative;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    flex-direction: column;
  }
}
html body main section.new .inner .root ul li .right .add-sp {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
html body main section.new .inner .root ul li .right .left {
  position: relative;
}
html body main section.new .inner .root ul li .right .left .add {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right .left .add {
    display: none !important;
  }
}
html body main section.new .inner .root ul li .right .right-wrap .tag {
  border: 2px solid #013667;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
}
html body main section.new .inner .root ul li .right .right-wrap .tag p {
  display: flex;
  align-items: center;
}
html body main section.new .inner .root ul li .right .right-wrap .tag p span {
  border-radius: 30px;
  display: inline-block;
  background: #013667;
  color: #ffe940;
  font-weight: bold;
  padding: 8px 0;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right .right-wrap .tag p span {
    padding: 4px 0;
  }
}
html body main section.new .inner .root ul li .right .right-wrap .tag p i {
  font-style: normal;
  font-weight: bold;
  color: #013667;
  padding-left: 15px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right .right-wrap .tag p i {
    font-size: 14px;
  }
}
html body main section.new .inner .root ul li .right .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right .title {
    font-size: 20px;
  }
}
html body main section.new .inner .root ul li .right .content {
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  html body main section.new .inner .root ul li .right .content {
    font-size: 14px;
  }
}
html body main section.reason .inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 800px) {
  html body main section.reason .inner {
    width: 100%;
    min-width: 0;
  }
}
html body main section.reason .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  html body main section.reason .inner ul {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
html body main section.reason .inner ul li {
  width: 570px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 800px) {
  html body main section.reason .inner ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  html body main section.reason .inner ul li img {
    width: 100%;
  }
}
html body main section.reason .inner ul li p {
  margin-top: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  html body main section.reason .inner ul li p {
    font-size: 14px;
  }
}

html body main section.reason {
  border: none;
  list-style: none;
}

.icn {
  margin-top: 0;
}

html body main section.reason .inner ul li .icn {
    color: #ffe940;
    font-size: 72px;
    font-weight: bold;
    position: absolute;
    top: -77px;
    left: calc(10% - 0.4em);
    z-index: 2;
    font-family: "Arapey", serif;
}
@media screen and (max-width: 800px) {
html body main section.reason .inner ul li .icn {
  font-size: 32px;
  top: -38px;
  font-weight: bold;
  position: absolute;
  left: calc(10% - 0.6em);
  z-index: 2;
}
}

html body main section.reason .inner ul li h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  background:#0abbdb;
  padding: 40px 16px;
  color: #fff;
}

html body main section.reason .inner ul li .reason_color {
  background: #013667;
}


@media screen and (max-width: 800px) {
  html body main section.reason .inner ul li h3 {
  font-size: 24px;
  padding: 40px 32px;
  }
}

html body main section.all {
  padding: 120px 0 0;
}
@media screen and (max-width: 800px) {
  html body main section.all {
    padding: 50px 0 0;
  }
}
html body main section.all .inner {
  width: 1110px;
  min-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner {
    width: 100%;
    min-width: 0;
    padding: 0 15px;
  }
}
html body main section.all .inner ul {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul {
    margin-top: 30px;
  }
}
html body main section.all .inner ul li {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul li {
    flex-direction: column;
  }
}
html body main section.all .inner ul li:nth-child(2) .left {
  padding: 20px 0;
}
html body main section.all .inner ul li:nth-child(3) .left {
  padding: 30px 0;
}
html body main section.all .inner ul li:nth-child(4) .left {
  padding: 30px 0;
}
html body main section.all .inner ul li .left {
  border-radius: 10px 0 0 10px;
  padding: 60px 0 50px;
  width: 300px;
  background: #013667;
  color: #fff;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul li .left {
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
    margin-right: 0;
  }
}
html body main section.all .inner ul li .left .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul li .left .ttl {
    font-size: 20px;
  }
}
html body main section.all .inner ul li .left .ttl span {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul li .left .ttl span {
    font-size: 14px;
  }
}
html body main section.all .inner ul li .right {
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  width: 745px;
  padding: 35px 40px;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  html body main section.all .inner ul li .right {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
    font-size: 14px;
  }
}
html body main section.price {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 800px) {
  html body main section.price {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
html body main section.price .inner {
  min-width: 1110px;
  width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner {
    min-width: 0;
    width: 100%;
    padding: 0 15px;
  }
}
html body main section.price .inner ul {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul {
    margin-top: 30px;
  }
}
html body main section.price .inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li {
    flex-direction: column;
    font-size: 14px;
  }
}
html body main section.price .inner ul li .left {
  width: 180px;
  margin-right: 10px;
  letter-spacing: -0.05em;
  line-height: 1.55;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
html body main section.price .inner ul li .right {
  background: #fff;
  border-radius: 10px;
  width: 807px;
  display: flex;
  border: 2px solid #013667;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right {
    width: 100%;
    flex-direction: column;
  }
}
html body main section.price .inner ul li .right .num {
  border-radius: 6px 0 0 6px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013667;
  color: #ffe940;
  font-size: 30px;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right .num {
    border-radius: 10px 0 0 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
html body main section.price .inner ul li .right .content {
  font-size: 18px;
  font-weight: bold;
  color: #013667;
  width: 385px;
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right .content {
    margin-top: 5px;
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
}
html body main section.price .inner ul li .right .pr {
  margin: 10px 20px 10px auto;
  display: flex;
  border: 2px solid #013667;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right .pr {
    margin: 10px;
  }
}
html body main section.price .inner ul li .right .pr .pr-left {
  padding: 5px 0;
  color: #013667;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right .pr .pr-left {
    width: 50%;
  }
}
html body main section.price .inner ul li .right .pr .pr-right {
  width: 170px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013667;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner ul li .right .pr .pr-right {
    width: 50%;
  }
}
html body main section.price .inner .min-text {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 30px;
}
html body main section.price .inner .min-text.spe {
  margin-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .min-text.spe {
    margin-bottom: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .min-text {
    text-align: left;
    margin-bottom: 30px;
  }
}
html body main section.price .inner .plus {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .plus {
    width: 30px;
    height: 30px;
    margin: 30px auto;
  }
}
html body main section.price .inner .plus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 100%;
  background: #013667;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .plus::before {
    height: 8px;
  }
}
html body main section.price .inner .plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 10px;
  background: #013667;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .plus::after {
    width: 8px;
  }
}
html body main section.price .inner .two-area {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
html body main section.price .inner .two-area .left {
  width: 730px;
  border: #013667 solid 1px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
html body main section.price .inner .two-area .left .title {
  background: #013667;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: bold;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main section.price .inner .two-area .left .icon-list {
  display: flex;
  padding: 30px 20px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list {
    flex-direction: column;
  }
}
html body main section.price .inner .two-area .left .icon-list .item {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item {
    width: 100%;
  }
}
html body main section.price .inner .two-area .left .icon-list .item img {
  width: 199px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body main section.price .inner .two-area .left .icon-list .item:nth-child(1) {
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item:nth-child(1) {
    padding-right: 0;
  }
}
html body main section.price .inner .two-area .left .icon-list .item:nth-child(2) {
  border-left: 2px dotted #dadada;
  padding: 0 14px;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    padding-top: 25px;
    border-top: 2px dotted #dadada;
    margin-top: 15px;
  }
}
html body main section.price .inner .two-area .left .icon-list .item:nth-child(3) {
  padding-left: 0;
  border-left: 2px dotted #dadada;
  display: flex;
  height: 110px;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item:nth-child(3) {
    padding-left: 0;
    border-left: none;
    padding-top: 25px;
    margin-top: 15px;
    border-top: 2px dotted #dadada;
  }
}

html body main section.price .inner .two-area .left .icon-list .item:nth-child(3) p {
    text-align: center;
    background: #f3f9ff;
    width: 199px;
    padding: 32px 0;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .icon-list .item:nth-child(3) p {
    text-align: center;
    background: #f3f9ff;
    width: 199px;
    padding: 32px 0;
  }
}

html body main section.price .inner .two-area .left .t-bottom {
  background: #013667;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .t-bottom {
    padding: 10px 20px;
  }
}
html body main section.price .inner .two-area .left .t-bottom-inner {
  background: #fff;
  border-radius: 4px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .left .t-bottom-inner {
    width: 100%;
  }
}
html body main section.price .inner .two-area .left .t-bottom-inner p {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #006c92;
  margin-bottom: -5px;
}
html body main section.price .inner .two-area .left .t-bottom-inner p span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: -5px;
}
html body main section.price .inner .two-area .right {
  width: 290px;
  border-radius: 10px;
  border: #e9fac8 solid 1px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  html body main section.price .inner .two-area .right {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
html body main section.price .inner .two-area .right .title {
  height: 50px;
  background: #8dc320;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main section.price .inner .two-area .right .bottom {
  background: #e9fac8;
  padding: 27px 20px 15px;
}
html body main section.price .inner .two-area .right .bottom .icon-list {
  width: fit-content;
  margin: 0 auto 25px;
}
html body main section.price .inner .two-area .right .bottom .inner {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
html body main section.price .inner .two-area .right .bottom .inner p {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #006c92;
  margin-bottom: -5px;
}
html body main section.price .inner .two-area .right .bottom .inner p span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: -5px;
}
html body main section.price .inner .two-area .right .bottom .annotation {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
}
html body main section.question {
  padding: 120px 0;
}
@media screen and (max-width: 800px) {
  html body main section.question {
    padding: 50px 0;
  }
}
html body main section.question .inner {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  html body main section.question .inner {
    width: 100%;
    min-width: 0;
    padding: 0 15px;
  }
}
html body main section.question .inner ul {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  html body main section.question .inner ul {
    margin-top: 30px;
  }
}
html body main section.question .inner ul li {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
}
html body main section.question .inner ul li:last-child {
  border-bottom: 1px solid #f2f2f2;
}
html body main section.question .inner ul li .left {
  width: 40px;
  font-family: "Arapey", serif;
  height: 40px;
  font-size: 28px;
  background: #013667;
  color: #ffe940;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  html body main section.question .inner ul li .left {
    margin-right: 5%;
  }
}
@media screen and (max-width: 800px) {
  html body main section.question .inner ul li .right {
    width: 85%;
  }
}
html body main section.question .inner ul li .right .question {
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main section.question .inner ul li .right .question {
    font-size: 16px;
  }
}
html body main section.question .inner ul li .right .answer {
  padding: 15px 0;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  html body main section.question .inner ul li .right .answer {
    font-size: 14px;
  }
}
html body main .btn-area {
  padding: 45px 0 25px;
  background: url("../img/bk2.jpg");
}
@media screen and (max-width: 800px) {
  html body main .btn-area {
    padding: 25px 0;
  }
}
html body main .btn-area ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li {
    width: 100%;
  }
}
html body main .btn-area ul li .btn-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li .btn-wrap {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
html body main .btn-area ul li .btn-wrap .bt1 {
  width: 516px;
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li .btn-wrap .bt1 {
    width: 100%;
    max-width: 516px;
  }
}
html body main .btn-area ul li .btn-wrap .bt2 {
  width: 435px;
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li .btn-wrap .bt2 {
    width: 85%;
    max-width: 435px;
  }
}
html body main .btn-area ul li .btn-wrap a {
  transition: opacity 0.3s;
}
html body main .btn-area ul li .btn-wrap a:hover {
  opacity: 0.8;
}
html body main .btn-area ul li .btn-wrap .eas {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
  color: #006c92;
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li .btn-wrap .eas {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  html body main .btn-area ul li .btn-wrap img {
    display: block;
    margin: 0 auto;
  }
}
html body main .btn-area ul li .btn-wrap img.spm {
  width: 100%;
}
html body main .btn-area ul li .btn-wrap img.spm2 {
  max-width: 400px;
  width: 100%;
}
html body main .btn-area ul li .cnt {
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
  color: #006c92;
  margin-bottom: 0;
}
html body main .document-area {
  background: #f3f9ff;
  padding: 40px 0 56px;
}
html body main .document-area .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body main .document-area .inner .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .top {
    flex-direction: column;
  }
}
html body main .document-area .inner .top .right {
  margin-left: 10px;
}
html body main .document-area .inner .top .right p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .top .right p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
html body main .document-area .inner .div {
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .div {
    width: 60%;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .div div {
    width: 100%;
  }
}
html body main .document-area .inner .div .eas {
  font-size: 18px;
  text-align: center;
  color: #013667;
  margin: 5px 0;
}
@media screen and (max-width: 800px) {
html body main .document-area .inner .div .eas {
  font-size: 14px;
}
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .div .bottom {
    width: 100%;
  }
}
html body main .document-area .inner .div .bottom .btn {
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .div .bottom .btn {
    width: 100%;
  }
}
html body main .document-area .inner .div .bottom .btn a {
  display: inline-block;
  font-size: 20px;
  color: #013667;
  background: #fff;
  border: #013667 2px solid;
  padding: 15px 40px;
  width: 100%;
  height: 100%;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 800px) {
  html body main .document-area .inner .div .bottom .btn a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 15px 28px;
  }
}
html body main .document-area .inner .div .bottom .btn a:hover {
  color: #fff;
  background: #013667;
}
html body main .document-area .inner .div .bottom .btn--cc a {
  color: #0abbdb;
  border: #0abbdb 2px solid;
}
html body main .document-area .inner .div .bottom .btn--cc a:hover {
  color: #fff;
  background: #0abbdb;
}
html body main .deadline {
  text-align: center;
  font-size: 20px;
  padding: 24px;
  font-weight: 500;
  background: #83c7d4;
}
@media screen and (max-width: 800px) {
  html body main .deadline {
    font-size: 16px;
  }
}
html body footer {
  width: 100%;
  background-color: #013667;
}
html body footer ul {
  max-width: 1500px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 800px) {
  html body footer ul {
    padding: 10px 5%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  html body footer ul li {
    margin: 5px 0;
  }
}
html body footer ul li:nth-last-of-type(n + 2) {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 800px) {
  html body footer ul li:nth-last-of-type(n + 2) {
    border-right: none;
  }
}
html body footer ul li a {
  color: #fff;
  font-size: 14px;
}
html body footer ul li a:hover {
  opacity: 0.8;
}

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