/***  media ***/
a:focus:not(:focus-visible) {
  outline: none !important;
}
a:focus:focus-visible {
  outline: none !important;
}
#corse_page .pc {
  display: block !important;
}
#corse_page .sp {
  display: none !important;
}
@media screen and (max-width: 819px) {
  #corse_page .pc {
    display: none !important;
  }
  #corse_page .sp {
    display: block !important;
  }
}
#corse_page h1,
#corse_page h2,
#corse_page h3,
#corse_page h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#corse_page a {
  padding: 0;
}
#corse_page img {
  width: 100%;
  max-width: 100%;
}
#corse_page ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  list-style: none;
}
#corse_page .inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 819px) {
  #corse_page .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#corse_page .top .top_ttl {
  color: #21819F;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .top .top_ttl {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#corse_page .top .top_ttl span {
  max-width: 73px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  #corse_page .top .top_ttl span {
    max-width: 40px;
  }
}
#corse_page .top .cat_list {
  border-bottom: none !important;
}
#corse_page .top .cat_list .inner {
  padding-bottom: 0 !important;
  padding-top: 0 !important ;
  padding: 0 !important;
}
#corse_page .top .cat_list .flex_list .list {
  padding-bottom: 0 !important;
}
#corse_page .archive_page .mv {
  height: 394px;
  background: linear-gradient(90deg, #DCEDF7 0%, #B8E2DB 100%);
  position: relative;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .mv {
    height: 254px;
  }
}
#corse_page .archive_page .mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: url(../img/corse/mv_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .mv::after {
    height: 25px;
  }
}
#corse_page .archive_page .mv .ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #21819F;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .mv .ttl {
    font-size: 28px;
  }
}
#corse_page .archive_page .mv .txt {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #21819F;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .mv .txt {
    margin: 15px 0 0;
    font-size: 15px;
  }
}
#corse_page .archive_page .mv .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .mv .inner {
    padding-bottom: 20px;
  }
}
#corse_page .archive_page .a_list .inner {
  padding-top: 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list .inner {
    padding-top: 40px;
  }
}
#corse_page .archive_page .a_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 49px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul {
    display: block;
  }
}
#corse_page .archive_page .a_list ul li {
  width: calc(33.3333% - 32.66666px);
  margin-top: 60px;
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li {
    padding-bottom: 0;
    width: 100%;
    margin-top: 40px;
  }
}
#corse_page .archive_page .a_list ul li .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .btn {
    position: relative;
    bottom: auto;
  }
}
#corse_page .archive_page .a_list ul li .na_list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .na_list {
    bottom: auto;
    position: relative;
  }
}
#corse_page .archive_page .a_list ul li .ki_list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 130px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .ki_list {
    bottom: auto;
    position: relative;
  }
}
#corse_page .archive_page .a_list ul li:nth-child(1) {
  margin-top: 0;
}
#corse_page .archive_page .a_list ul li:nth-child(2),
#corse_page .archive_page .a_list ul li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li:nth-child(2),
  #corse_page .archive_page .a_list ul li:nth-child(3) {
    margin-top: 40px;
  }
}
#corse_page .archive_page .a_list ul li .img {
  width: 100%;
  height: 234px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .img {
    height: auto;
  }
}
#corse_page .archive_page .a_list ul li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#corse_page .archive_page .a_list ul li .ttl {
  margin-top: 10px;
  color: #21819F;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: unset;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .ttl {
    margin-top: 5px;
    font-size: 18px;
  }
}
#corse_page .archive_page .a_list ul li .txt {
  margin-top: 10px;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73333;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
  }
}
#corse_page .archive_page .a_list ul li .sub {
  margin-top: 15px;
  color: #21819F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .a_list ul li .sub {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 14px;
  }
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p {
  line-height: 1.6;
  display: none;
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p:nth-child(1),
#corse_page .archive_page .a_list ul li .sub .sub_list_p:nth-child(2),
#corse_page .archive_page .a_list ul li .sub .sub_list_p:nth-child(3) {
  display: flex;
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p_ttl {
  display: inline-block;
  min-width: fit-content;
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p_txt {
  display: inline-block;
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p_txt p {
  margin: 0;
}
#corse_page .archive_page .a_list ul li .sub .sub_list_p_txt span {
  display: none;
}
#corse_page .archive_page .blog_list {
  background: linear-gradient(90deg, #DCEDF7 0%, #B8E2DB 100%);
}
#corse_page .archive_page .blog_list .inner {
  margin-top: 200px;
  padding-top: 77px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list .inner {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#corse_page .archive_page .blog_list .ttl {
  text-align: center;
  color: #21819F;
  font-size: 31px;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list .ttl {
    font-size: 24px;
  }
}
#corse_page .archive_page .blog_list .ttl span {
  font-family: "Oooh Baby", serif;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list .ttl span {
    font-size: 20px;
  }
}
#corse_page .archive_page .blog_list ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul {
    margin-top: 30px;
    column-gap: 20px;
  }
}
#corse_page .archive_page .blog_list ul li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li {
    width: calc(50% - 10px);
  }
}
#corse_page .archive_page .blog_list ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li dl {
    display: block;
  }
}
#corse_page .archive_page .blog_list ul li dl dt {
  width: 47%;
  aspect-ratio: 34 / 22;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li dl dt {
    width: 100%;
  }
}
#corse_page .archive_page .blog_list ul li dl dt img {
  max-width: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 34 / 22;
}
#corse_page .archive_page .blog_list ul li dl dd {
  width: 53%;
  color: #333333;
  padding-left: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li dl dd {
    width: 100%;
    padding-left: 0;
  }
}
#corse_page .archive_page .blog_list ul li dl dd .s_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li dl dd .s_ttl {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#corse_page .archive_page .blog_list ul li dl dd p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 819px) {
  #corse_page .archive_page .blog_list ul li dl dd p {
    line-height: 1.4;
  }
}
#corse_page .ki_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 819px) {
  #corse_page .ki_list {
    margin-top: 5px;
  }
}
#corse_page .ki_list span {
  width: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .ki_list span {
    width: 35px;
  }
}
#corse_page .ki_list span img {
  width: 100%;
}
#corse_page .na_list {
  background: #ECF7F8;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 34px;
  text-align: left;
  color: #21819F;
  margin-top: 15px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 819px) {
  #corse_page .na_list {
    font-size: 14px;
    margin-top: 8px;
  }
}
#corse_page .btn {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #21819F;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #21819F;
  text-align: center;
  position: relative;
  background: #fff;
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .btn {
    font-size: 15px;
    margin-top: 15px;
    line-height: 42px;
  }
}
#corse_page .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/btn_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .btn:hover {
  background: #21819F;
  color: #fff;
}
#corse_page .btn:hover:after {
  right: 10px;
  background: url(../img/corse/btn_icon_on.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .img_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 6px;
  column-gap: 6px;
}
@media screen and (max-width: 819px) {
  #corse_page .img_cat_list {
    margin-top: 10px;
  }
}
#corse_page .img_cat_list span {
  width: 54px;
}
@media screen and (max-width: 819px) {
  #corse_page .img_cat_list span {
    width: 45px;
  }
}
#corse_page .img_cat_list span img {
  width: 100%;
}
#corse_page .cat_list {
  border-bottom: 1px solid #DBE4E6;
}
#corse_page .cat_list .inner {
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#corse_page .cat_list .ttl {
  color: #21819F;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #21819F;
  position: relative;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
#corse_page .cat_list .ttl01 {
  padding-left: 46px;
}
#corse_page .cat_list .ttl01::after {
  width: 36px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/cat_icon001.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .cat_list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .list {
    gap: 8px;
    column-gap: 10px;
    padding-bottom: 20px;
  }
}
#corse_page .cat_list .list a {
  list-style: none;
}
#corse_page .cat_list .list .a_link_y {
  position: relative;
  background: #21819F;
  color: #ECF7F8 !important;
  /* line-height: 28px; */
  line-height: 38px;
  border-radius: 99px;
  padding: 0 18px;
}
#corse_page .cat_list .list .a_link_y + .a_link_y {
  color: #ECF7F8;
  background: #21819F;
}
#corse_page .cat_list .list span,
#corse_page .cat_list .list a {
  font-size: 13px;
  background: #ECF7F8;
  font-weight: 400;
  line-height: 28px;
  border-radius: 99px;
  padding: 0 18px;
  color: #21819F !important;
  transition: 0.3s ease-in-out;
}
#corse_page .cat_list .list span:hover,
#corse_page .cat_list .list a:hover {
  background: #21819F;
  color: #ECF7F8 !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .list span,
  #corse_page .cat_list .list a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#corse_page .cat_list .list span .a_link_y,
#corse_page .cat_list .list a .a_link_y {
  position: relative;
}
#corse_page .cat_list .list span .a_link_y::before,
#corse_page .cat_list .list a .a_link_y::before {
  background: #FEFF5D;
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  z-index: -1;
}
#corse_page .cat_list .flex_list {
  display: flex;
  column-gap: 50px;
  list-style: none;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
#corse_page .cat_list .flex_list_new01 {
  display: flex;
  column-gap: 50px;
  list-style: none;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 {
    display: block;
  }
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(1) {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list {
    display: block;
  }
}
#corse_page .cat_list .flex_list li:nth-child(1) {
  width: 21%;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(1) {
    margin-top: 20px;
    width: 100%;
  }
}
#corse_page .cat_list .flex_list li:nth-child(1) .ttl {
  padding-left: 33px;
}
#corse_page .cat_list .flex_list li:nth-child(1) .ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon002.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(1) .ttl::after {
    top: -2px;
  }
}
#corse_page .cat_list .flex_list_new01 li:nth-child(1) {
  width: 56.5%;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(1) {
    width: 100%;
  }
}
#corse_page .cat_list .flex_list_new01 li:nth-child(2) {
  width: 21%;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(2) {
    margin-top: 20px;
    width: 100%;
  }
}
#corse_page .cat_list .flex_list_new01 li:nth-child(2) .ttl {
  padding-left: 33px;
}
#corse_page .cat_list .flex_list_new01 li:nth-child(2) .ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon002.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(2) .ttl::after {
    top: -2px;
  }
}
#corse_page .cat_list .flex_list_new01 li:nth-child(3) {
  width: calc(22.5% - 100px);
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
}
#corse_page .cat_list .flex_list_new01 li:nth-child(3) .ttl {
  padding-left: 33px;
}
#corse_page .cat_list .flex_list_new01 li:nth-child(3) .ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon003.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list_new01 li:nth-child(3) .ttl::after {
    top: -2px;
  }
}
#corse_page .cat_list .flex_list li:nth-child(1) {
  width: 44.5%;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(1) {
    width: 100%;
    margin-top: 20px;
  }
}
#corse_page .cat_list .flex_list li:nth-child(1) .ttl {
  padding-left: 33px;
}
#corse_page .cat_list .flex_list li:nth-child(1) .ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon004.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(1) .ttl::after {
    top: -2px;
  }
}
#corse_page .cat_list .flex_list li:nth-child(2) {
  width: calc(55.5% - 50px);
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
#corse_page .cat_list .flex_list li:nth-child(2) .ttl {
  padding-left: 33px;
}
#corse_page .cat_list .flex_list li:nth-child(2) .ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon005.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .cat_list .flex_list li:nth-child(2) .ttl::after {
    top: -2px;
  }
}
#corse_page .single_page .main .inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#corse_page .single_page .main .corse__box {
  display: flex;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box {
    display: block;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap {
  width: 53%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap {
    width: 100%;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap img {
  width: 100%;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_sub_img {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_sub_img {
    margin-top: 10px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_sub_img .img_box {
  height: 106px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_sub_img .img_box {
    height: 53px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img {
  position: relative;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-slide {
  height: 440px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-slide {
    height: 220px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-button-prev-swiper01 {
  cursor: pointer;
  position: absolute;
  width: 8px;
  height: 16px;
  left: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-button-prev-swiper01 img {
  width: 100%;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-button-next-swiper01 {
  cursor: pointer;
  position: absolute;
  width: 8px;
  height: 16px;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-button-next-swiper01 img {
  width: 100%;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-pagination-swiper01 {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 5;
  column-gap: 10px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-pagination-swiper01 {
    bottom: 10px;
    column-gap: 5px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-pagination-swiper01 .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 100%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-pagination-swiper01 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .slider .s_main_img .swiper-pagination-swiper01 .swiper-pagination-bullet-active {
  background: #21819F !important;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event {
  border-radius: 10px;
  background: #FFFBB9;
  padding: 18px 20px 20px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .event {
    padding: 15px 10px 10px 10px;
    margin-top: 20px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .e_ttl {
  color: #21819F;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  width: fit-content;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  line-height: 24px;
  align-items: center;
  margin-bottom: 15px;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .e_ttl span {
  display: block;
  width: 25px;
  margin-right: 8px;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .e_ttl::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/event_after_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .e_ttl::before {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/event_after_icon2.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .event ul {
    gap: 5px;
    column-gap: 5px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event ul li {
  padding: 10px 13px;
  background: #fff;
  border-radius: 5px;
  width: calc(33.3333% - 6.6666px);
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .event ul li {
    width: calc(33.3333% - 3.3333px);
    padding: 10px 5px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event ul li p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  color: #21819F;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .event ul li p {
    font-size: 11px;
    margin-bottom: 0 !important;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .txt {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  color: #21819F;
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__left-wrap .event .txt {
    font-size: 16px;
    margin-top: 5px;
  }
}
#corse_page .single_page .main .corse__box .corse__left-wrap .event .txt span {
  color: #D83030;
}
#corse_page .single_page .main .corse__box .corse__right-wrap {
  width: 47%;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .btn_up {
  max-width: 100%;
}
#corse_page .single_page .main .corse__box .corse__right-wrap .ttl {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #21819F;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #21819F;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .ttl {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .img_cat_list {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .img_cat_list {
    margin-top: 10px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.875;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .txt {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 10px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .sub_txt {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.71;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .sub_txt {
    line-height: 1.6;
    font-size: 12px;
    margin-top: 6px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .ki_list {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .ki_list {
    margin-top: 10px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap .na_list {
  margin-top: 14px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap .na_list {
    margin-top: 7px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul {
  display: block;
  border: 1px solid #DBE4E6;
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap ul {
    margin-top: 20px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li {
  width: 100%;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap ul li {
    font-size: 13px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li + li {
  border-top: 1px solid #DBE4E6;
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_ttl {
  display: block;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #21819F;
  height: inherit;
  padding: 10px 14px;
  color: #fff;
  border-right: 1px solid #DBE4E6;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_ttl {
    padding: 5px 5px 5px 10px;
    width: 135px;
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_txt {
  color: #333333;
  width: calc(100% - 175px);
  padding: 10px 13px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_txt {
    padding: 5px 5px 5px 10px;
    width: calc(100% - 135px);
  }
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_txt p {
  margin: 0;
}
#corse_page .single_page .main .corse__box .corse__right-wrap ul li .ul_txt span {
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.53;
  display: block;
}
#corse_page .single_page .h2_ttl {
  text-align: center;
  color: #21819F;
  font-size: 32px;
  font-weight: bold;
  margin-top: 80px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .h2_ttl {
    font-size: 22px;
    margin-top: 40px;
  }
}
#corse_page .single_page .btn_up {
  display: block;
  width: 100%;
  max-width: 460px;
  border-radius: 5px;
  border: 1px solid #F06F00;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  background: #F06F00;
  margin: auto;
  margin-top: 40px;
  padding: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .btn_up {
    font-size: 17px;
    margin-top: 20px;
    line-height: 50px;
  }
}
#corse_page .single_page .btn_up::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/btn_icon_on.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .single_page .btn_up:hover:after {
  right: 10px;
  transition: 0.3s ease-in-out;
}
#corse_page .single_page .schedule {
  background: linear-gradient(90deg, #DCEDF7 0%, #B8E2DB 100%);
}
#corse_page .single_page .schedule .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#corse_page .single_page .schedule .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 21px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .list {
    gap: 15px;
    margin-top: 20px;
    column-gap: 10px;
  }
}
#corse_page .single_page .schedule .list li {
  width: calc(25% - 15.75px);
  padding: 18px 18px 20px 18px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .list li {
    width: calc(50% - 5px);
    padding: 8px 8px 10px 8px;
  }
}
#corse_page .single_page .schedule .list li .time {
  position: absolute;
  background: #EB8B8B;
  border-radius: 0 0 10px 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  left: 0;
  color: #fff;
  top: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .list li .time {
    font-size: 15px;
    width: 50px;
    line-height: 28px;
  }
}
#corse_page .single_page .schedule .list li .img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .list li .img img {
    border-radius: 5px;
  }
}
#corse_page .single_page .schedule .list li p {
  text-align: left;
  margin-top: 12px;
  padding-left: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .list li p {
    line-height: 1.6;
    font-size: 14px;
  }
}
#corse_page .single_page .schedule .guide {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 30px 50px;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide {
    border-radius: 15px;
    margin-top: 40px;
    padding: 25px 20px;
    display: block;
  }
}
#corse_page .single_page .schedule .guide .guide__left-wrap {
  width: calc(100% - 290px);
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide .guide__left-wrap {
    width: 100%;
  }
}
#corse_page .single_page .schedule .guide .guide__left-wrap .g_ttl {
  text-align: left;
  color: #21819F;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #21819F 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  letter-spacing: unset;
  line-height: 1.42857143;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide .guide__left-wrap .g_ttl {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
#corse_page .single_page .schedule .guide .guide__left-wrap p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8666;
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide .guide__left-wrap p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
  }
}
#corse_page .single_page .schedule .guide .guide__right-wrap {
  display: flex;
  align-items: center;
  width: 290px;
  padding-left: 20px;
  aspect-ratio: 1 / 1;
}
#corse_page .single_page .schedule .guide .guide__right-wrap .circle {
  position: relative;
}
#corse_page .single_page .schedule .guide .guide__right-wrap .circle::after {
  content: "";
  background: url(../img/corse/white_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide .guide__right-wrap {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
  }
}
#corse_page .single_page .schedule .guide .guide__right-wrap img {
  width: 100%;
}
#corse_page .single_page .schedule .guide .guide__right-wrap .circle img {
  max-width: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
#corse_page .single_page .schedule .guide .guide__right-wrap .circle p {
  position: absolute;
  left: 20px;
  bottom: -28px;
  font-size: 15px;
  z-index: 3;
  width: 130px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .schedule .guide .guide__right-wrap .circle p {
    left: 10px;
  }
}
#corse_page .single_page .about .inner {
  /* padding-top: 70px; */
  padding-bottom: 80px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .inner {
    /* padding-top: 40px; */
    padding-bottom: 40px;
  }
}
#corse_page .single_page .about .btn_up {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .btn_up {
    margin-top: 30px;
  }
}
#corse_page .single_page .about .corse__about-box {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box {
    display: block;
    margin-top: 20px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap {
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap {
    width: 100%;
    padding-right: 0;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .a_ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap .a_ttl {
    font-size: 16px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap p {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list {
    margin-top: 25px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #21819F;
  display: block;
  cursor: pointer;
  width: fit-content;
  text-decoration: underline;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a {
    line-height: 1.5;
    font-size: 14px;
    padding-left: 20px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a:hover {
  opacity: 0.7;
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a + a {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a + a {
    margin-top: 10px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/about_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-left-wrap .t_list a::after {
    width: 16px;
    height: 16px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-right-wrap {
  width: 50%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-right-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul {
    display: block;
  }
}
#corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul li {
  width: calc(50% - 10px);
}
#corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul li:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul li {
    width: 100%;
  }
  #corse_page .single_page .about .corse__about-box .corse__about-right-wrap ul li + li {
    margin-top: 10px;
  }
}
#corse_page .single_page .about .sub_ttl {
  line-height: 46px;
  background: #ECF7F8;
  border-radius: 3px;
  padding: 0 50px;
  color: #21819F;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .sub_ttl {
    margin-top: 30px;
    line-height: 32px;
    padding: 0 20px 0 35px;
    font-size: 16px;
  }
}
#corse_page .single_page .about .sub_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 28px;
  height: 26px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/corse/about_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .sub_ttl::after {
    width: 18px;
    height: 16px;
  }
}
#corse_page .single_page .about .point_txt {
  display: flex;
  margin-top: 24px;
  column-gap: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .point_txt {
    margin-top: 15px;
    column-gap: 10px;
    display: none;
  }
}
#corse_page .single_page .about .point_txt li {
  width: calc(33.3333% - 13.3333px);
  background: #F4F4F4;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .point_txt li {
    width: 100%;
  }
  #corse_page .single_page .about .point_txt li + li {
    margin-top: 10px;
  }
}
#corse_page .single_page .about .point_txt li .star {
  color: #F5BB04;
  line-height: 1.1;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
#corse_page .single_page .about .point_txt li p {
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
}
#corse_page .single_page .about .kanso_slide {
  display: none;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .about .kanso_slide {
    display: block;
  }
}
#corse_page .single_page .about .kanso_slide .s_txt {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  margin-top: 15px;
}
#corse_page .single_page .about .kanso_slide .star {
  color: #F5BB04;
  line-height: 1.1;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
#corse_page .single_page .about .kanso_slide p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
#corse_page .single_page .about .kanso_slide .swiper-horizontal > .swiper-pagination-bullets,
#corse_page .single_page .about .kanso_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
#corse_page .single_page .about .kanso_slide .swiper-pagination-custom,
#corse_page .single_page .about .kanso_slide .swiper-pagination-fraction {
  margin-top: 0 !important;
}
#corse_page .single_page .about .kanso_slide .swiper-pagination-bullet {
  background: #ECF7F8 !important;
  opacity: 1 !important;
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  border-radius: 100%;
}
#corse_page .single_page .about .kanso_slide .swiper-pagination-bullet-active {
  background: #21819F !important;
}
#corse_page .single_page .note {
  border-top: 1px solid #DBE4E6;
}
#corse_page .single_page .note .inner {
  padding-bottom: 80px;
  padding-top: 70px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
#corse_page .single_page .note .h2_ttl {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .h2_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#corse_page .single_page .note .note_list {
  padding: 0 60px 50px 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .note_list {
    padding: 0 20px 30px 20px;
  }
}
#corse_page .single_page .note .note_list li {
  width: 100%;
  position: relative;
  text-align: left;
  color: #333333;
  padding-left: 15px;
  line-height: 2;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .note_list li {
    font-size: 14px;
    line-height: 1.6;
  }
}
#corse_page .single_page .note .note_list li::after {
  line-height: 1;
  content: "・";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 13px;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .note_list li::after {
    top: 5px;
  }
}
#corse_page .single_page .note .note_list li a {
  cursor: pointer;
  color: #21819F;
  text-decoration: underline;
}
#corse_page .single_page .note .bg_list {
  padding: 30px 60px;
  background: #ECF7F8;
  border-radius: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .bg_list {
    padding: 20px;
  }
}
#corse_page .single_page .note .bg_list li {
  line-height: 1.8;
}
#corse_page .single_page .note .bg_list li + li {
  margin-top: 30px;
}
#corse_page .single_page .note .bg_list li h3 {
  font-size: 16px;
  font-weight: bold;
  color: #21819F;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .bg_list li h3 {
    font-size: 15px;
  }
}
#corse_page .single_page .note .bg_list li p {
  text-align: left;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .bg_list li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#corse_page .single_page .note .txt {
  padding: 30px 60px 0 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .txt {
    padding: 20px 20px 0 20px;
  }
}
#corse_page .single_page .note .txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#corse_page .single_page .note .btn_up {
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .note .btn_up {
    margin-top: 30px;
  }
}
#corse_page .single_page .recommend {
  background: linear-gradient(90deg, #DCEDF7 0%, #B8E2DB 100%);
}
#corse_page .single_page .recommend .inner {
  padding-bottom: 80px;
  padding-top: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend .inner {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
#corse_page .single_page .recommend .h2_ttl {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend .h2_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#corse_page .single_page .recommend .h2_ttl span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.875;
}
#corse_page .single_page .recommend ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 49px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul {
    display: block;
  }
}
#corse_page .single_page .recommend ul li {
  width: calc(33.3333% - 32.66666px);
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li {
    width: 100%;
    margin-top: 40px;
  }
}
#corse_page .single_page .recommend ul li:nth-child(1) {
  margin-top: 0;
}
#corse_page .single_page .recommend ul li:nth-child(2),
#corse_page .single_page .recommend ul li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li:nth-child(2),
  #corse_page .single_page .recommend ul li:nth-child(3) {
    margin-top: 40px;
  }
}
#corse_page .single_page .recommend ul li a {
  display: block;
}
#corse_page .single_page .recommend ul li .img {
  width: 100%;
  height: 243px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .img {
    height: auto;
  }
}
#corse_page .single_page .recommend ul li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .img.blog img {
    aspect-ratio: 1 / 1;
    object-position: center;
  }
}
#corse_page .single_page .recommend ul li .ttl {
  margin-top: 10px;
  color: #21819F;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: unset;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .ttl {
    margin-top: 5px;
    font-size: 18px;
  }
}
#corse_page .single_page .recommend ul li .ttl.bold {
  color: #333333;
  font-weight: 700;
}
#corse_page .single_page .recommend ul li .txt {
  margin-top: 10px;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73333;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
  }
}
#corse_page .single_page .recommend ul li .sub {
  margin-top: 15px;
  color: #21819F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .sub {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 14px;
  }
}
#corse_page .single_page .recommend ul li .sub p {
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .recommend ul li .sub p {
    line-height: 1.4;
  }
}
#corse_page .single_page .cat_list .inner {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .cat_list .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#corse_page .single_page .cat_list .h2_ttl {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .cat_list .h2_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#corse_page .single_page .addr .inner {
  padding-top: 70px;
  max-width: 940px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .inner {
    padding-top: 40px;
  }
}
#corse_page .single_page .addr .h2_ttl {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .h2_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#corse_page .single_page .addr .txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .txt {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
  }
}
#corse_page .single_page .addr .list {
  border-top: 1px solid #21819F;
}
#corse_page .single_page .addr .list li {
  padding: 20px 10px;
  border-bottom: 1px solid #21819F;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .list li {
    padding: 15px 0;
  }
}
#corse_page .single_page .addr .list li .q_txt {
  position: relative;
  padding-right: 35px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.8;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .list li .q_txt {
    font-size: 16px;
    line-height: 1.6;
    padding-right: 20px;
  }
}
#corse_page .single_page .addr .list li .q_txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #21819F;
  border-radius: 100%;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .list li .q_txt::before {
    width: 4px;
    height: 4px;
  }
}
#corse_page .single_page .addr .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/corse/icon_open.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  right: 0;
  top: 3px;
  transition: 0.3s;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .list li .q_txt:after {
    width: 12px;
    height: 12px;
  }
}
#corse_page .single_page .addr .list li .faqactive:after {
  background: url(../img/corse/icon_close.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#corse_page .single_page .addr .list li .a_txt {
  display: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 40px;
  line-height: 2;
  background: #F8FAFA;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #corse_page .single_page .addr .list li .a_txt {
    font-size: 14px;
    margin-top: 10px;
    padding: 20px;
  }
}
#corse_page .pagination {
  margin-top: 100px;
}
@media screen and (max-width: 819px) {
  #corse_page .pagination {
    margin-top: 40px;
  }
}
#corse_page .pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
#corse_page .pagination .page,
#corse_page .pagination .wp-pagenavi a,
#corse_page .pagination .wp-pagenavi span {
  color: #21819F;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #21819F;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #corse_page .pagination .page,
  #corse_page .pagination .wp-pagenavi a,
  #corse_page .pagination .wp-pagenavi span {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
    width: 26px;
    height: 26px;
  }
}
#corse_page .pagination .page::hover,
#corse_page .pagination .wp-pagenavi a::hover,
#corse_page .pagination .wp-pagenavi span::hover {
  background: #333;
  border: 1px solid #333;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#corse_page .pagination .extend {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#corse_page .pagination .current {
  letter-spacing: 0;
  line-height: 100%;
  width: 36px;
  height: 36px;
  background: #21819F;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #21819F;
  color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 819px) {
  #corse_page .pagination .current {
    font-size: 13px;
    width: 26px;
    height: 26px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
#corse_page .pagination .previouspostslink {
  border: none;
  display: block;
  width: 13px;
  height: 20px;
  margin-top: 4px;
  font-size: 0;
  margin-right: 10px;
  /* background: url(../img/common/menu_a.png) no-repeat center / contain;
  background-size: 100% 100%; */
  transform: rotateY(180deg);
}
@media screen and (max-width: 819px) {
  #corse_page .pagination .previouspostslink {
    width: 7px;
    height: 11px;
    margin-right: 6px;
  }
}
#corse_page .pagination .nextpostslink {
  border: none;
  display: block;
  width: 13px;
  height: 20px;
  margin-top: 4px;
  font-size: 0;
  margin-left: 10px;
  /* background: url(../img/common/menu_a.png) no-repeat center / contain;
  background-size: 100% 100%; */
}
@media screen and (max-width: 819px) {
  #corse_page .pagination .nextpostslink {
    width: 7px;
    height: 11px;
    margin-left: 6px;
  }
}
.search_ttl {
  color: #21819F;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 819px) {
  .search_ttl {
    font-size: 18px;
  }
}
.a_last_cat {
  border-bottom: none !important;
}
.a_last_cat .inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.a_last_cat .flex_list li .list {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 819px) {
  .a_last_cat .flex_list li .list {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 819px) {
  .a_last_cat .flex_list li:last-child .list {
    padding-bottom: 0 !important;
  }
}
#colophon {
  display: none !important;
}
.q_txt {
  position: relative;
}
.q_txt:after {
  content: '';
  position: absolute;
  top: 26%;
  right: 10px;
  background-image: url(../../../futurio/assets/img/arrow_white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.faqactive:after {
  content: '';
  position: absolute;
  top: 7%;
  right: 10px;
  background-image: url(../../../futurio/assets/img/arrow_white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.a_txt {
  display: none;
}
.a_txt:after {
  display: none;
}
#about_page {
  color: #333333;
}
#about_page dl {
  margin-bottom: 0;
}
#about_page p {
  margin: 0;
}
#about_page ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
#about_page .h2_ttl {
  width: fit-content;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #21819F;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #about_page .h2_ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#about_page .h2_ttl::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 100%;
  height: 10px;
  background: #FEFF5D;
}
#about_page .h2_ttl span {
  position: relative;
  z-index: 5;
  padding-left: 2px;
  padding-right: 2px;
}
#about_page .mv {
  position: relative;
}
#about_page .mv .bg {
  width: 100%;
}
#about_page .mv .bg img {
  width: 100%;
}
#about_page .mv .txt {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 819px) {
  #about_page .mv .txt {
    font-size: 28px;
  }
}
#about_page .sub_mv {
  width: 100%;
  background: #ECF7F8;
  position: relative;
}
#about_page .sub_mv::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 40px;
  width: 340px;
  height: 217px;
  background: url(../img/about/sub_mv_img01.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  #about_page .sub_mv::after {
    left: 20px;
    width: 238px;
    height: 151px;
    top: 10px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .sub_mv::after {
    width: 200px;
    height: 126px;
    left: calc(50% - 100px);
  }
}
#about_page .sub_mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 368px;
  height: 260px;
  background: url(../img/about/sub_mv_img02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  #about_page .sub_mv::before {
    right: 0;
    width: 257px;
    height: 182px;
  }
}
#about_page .sub_mv .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  min-height: 294px;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #about_page .sub_mv .inner {
    min-height: 224px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .sub_mv .inner {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
#about_page .sub_mv p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88;
  color: #21819F;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #about_page .sub_mv p {
    font-size: 16px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .sub_mv p {
    line-height: 1.6;
  }
}
#about_page .box2 .inner {
  padding-top: 80px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 .inner {
    padding-top: 40px;
  }
}
#about_page .box2 .sub_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
  margin-bottom: 50px;
  color: #333333;
}
@media screen and (max-width: 819px) {
  #about_page .box2 .sub_ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#about_page .box2 ul {
  list-style: none;
  display: block;
}
#about_page .box2 ul li .about__box {
  display: flex;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box {
    display: block;
  }
}
#about_page .box2 ul li .about__box .about__left-wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__left-wrap {
    padding-left: 0;
    width: 100%;
  }
}
#about_page .box2 ul li .about__box .about__left-wrap .img {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__left-wrap .img {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
#about_page .box2 ul li .about__box .about__left-wrap .img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: linear-gradient(180deg, #DCEDF7 0%, #B8E2DB 100%);
  border-radius: 20px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__left-wrap .img::after {
    border-radius: 15px;
  }
}
#about_page .box2 ul li .about__box .about__left-wrap .img img {
  position: relative;
  z-index: 5;
  border-radius: 20px;
}
#about_page .box2 ul li .about__box .about__left-wrap .txt {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
  line-height: 1.71;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__left-wrap .txt {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#about_page .box2 ul li .about__box .about__right-wrap {
  padding-bottom: 40px;
  width: 50%;
  padding-left: 90px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__right-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
#about_page .box2 ul li .about__box .about__right-wrap p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  text-decoration: underline;
  text-decoration-color: #B8E2DB;
  text-decoration-style: dotted;
  text-underline-offset: 10px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li .about__box .about__right-wrap p {
    font-size: 14px;
    line-height: 1.8;
    text-underline-offset: 5px;
  }
}
#about_page .box2 ul li + li {
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li + li {
    margin-top: 30px;
  }
}
#about_page .box2 ul li:nth-child(even) dl {
  flex-direction: row-reverse;
}
#about_page .box2 ul li:nth-child(even) dl dt .img {
  padding-left: 0;
  padding-right: 40px;
}
#about_page .box2 ul li:nth-child(even) dl dt .img::after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li:nth-child(even) dl dt .img {
    padding-right: 20px;
  }
}
#about_page .box2 ul li:nth-child(even) dl dd {
  padding-left: 30px;
  padding-right: 90px;
}
@media screen and (max-width: 819px) {
  #about_page .box2 ul li:nth-child(even) dl dd {
    padding-left: 0;
    padding-right: 0;
  }
}
#about_page .gaido .inner {
  padding-top: 90px;
}
@media screen and (max-width: 819px) {
  #about_page .gaido .inner {
    padding-top: 40px;
  }
}
#about_page .gaido ul {
  display: flex;
  column-gap: 40px;
  list-style: none;
}
@media screen and (max-width: 819px) {
  #about_page .gaido ul {
    display: block;
  }
}
#about_page .gaido ul li {
  width: calc(33.3333% - 26.666px);
  border-radius: 10px;
  border: 1px solid #3C7090;
  padding: 30px;
}
#about_page .gaido ul li:nth-child(2) .img {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 819px) {
  #about_page .gaido ul li {
    padding: 15px;
    width: 100%;
  }
  #about_page .gaido ul li + li {
    margin-top: 20px;
  }
}
#about_page .gaido ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #about_page .gaido ul li p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#about_page .staff_a .inner {
  padding-top: 100px;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a .inner {
    padding-top: 50px;
  }
}
#about_page .staff_a ul {
  display: block;
}
#about_page .staff_a ul li {
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #DBE4E6 2px, transparent 2px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li {
    padding-bottom: 30px;
  }
}
#about_page .staff_a ul li + li {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li + li {
    margin-top: 30px;
  }
}
#about_page .staff_a ul li .about__staff-box {
  display: flex;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box {
    display: block;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-left-wrap {
  width: 50%;
  padding-right: 70px;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-left-wrap {
    width: 100%;
    padding-right: 0;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img {
  position: relative;
}
#about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img .icon {
  top: -20px;
  right: -30px;
  position: absolute;
  width: 150px;
  height: 128px;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img .icon {
    top: -15px;
    right: -15px;
    width: 120px;
    height: 102px;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img .icon .icon_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
#about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img .icon .icon_bg .txt {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #Fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-left-wrap .img .icon .icon_bg .txt {
    font-size: 11px;
    line-height: 1.4;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-right-wrap {
    margin-top: 10px;
    width: 100%;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .dl_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #333333;
  line-height: 1.5;
  width: 100%;
  border-bottom: 1px solid #21819F;
  letter-spacing: unset;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .dl_ttl {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .sub_list {
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .sub_list {
    margin-top: 10px;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .sub_list p {
  line-height: 1.875;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .sub_list p {
    font-size: 14px;
  }
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .sub_list p span {
  color: #21819F;
}
#about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .txt {
  color: #333333;
  margin-top: 20px;
  background: #F8FAFA;
  border-radius: 10px;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.733;
}
@media screen and (max-width: 819px) {
  #about_page .staff_a ul li .about__staff-box .about__staff-right-wrap .txt {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px 15px;
  }
}
#about_page .a_ttl {
  text-align: left;
  width: 100%;
  background: #ECF7F8;
  border-radius: 3px;
  padding-left: 15px;
  padding: 13px 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  #about_page .a_ttl {
    margin-bottom: 30px;
    padding: 10px ;
  }
}
#about_page .a_ttl span {
  display: block;
  position: relative;
  border-left: 4px solid #21819F;
  padding-left: 10px;
  line-height: 26px;
  font-size: 24px;
  color: #21819F;
}
@media screen and (max-width: 819px) {
  #about_page .a_ttl span {
    line-height: 20px;
    font-size: 20px;
  }
}
#about_page .ceo .inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 819px) {
  #about_page .ceo .inner {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
#about_page .ceo .h2_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  #about_page .ceo .h2_ttl {
    margin-bottom: 30px;
  }
}
#about_page .ceo ul {
  display: block;
}
#about_page .ceo ul li {
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #DBE4E6 2px, transparent 2px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li {
    padding-bottom: 30px;
  }
}
#about_page .ceo ul li:last-child {
  padding-bottom: 0;
  background: none;
}
#about_page .ceo ul li + li {
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li + li {
    margin-top: 30px;
  }
}
#about_page .ceo ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li dl {
    display: block;
  }
}
#about_page .ceo ul li dl dt {
  width: 50%;
  line-height: 1.875;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li dl dt {
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
  }
}
#about_page .ceo ul li dl dt .sub_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  line-height: 1.43;
  margin-bottom: 30px;
  color: #333333;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li dl dt .sub_ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
#about_page .ceo ul li dl dd {
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#about_page .ceo ul li:nth-child(even) dl {
  flex-direction: row-reverse;
}
#about_page .ceo ul li:nth-child(even) dl dd {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 819px) {
  #about_page .ceo ul li:nth-child(even) dl dd {
    padding-right: 0;
  }
}
#about_page .cta .cta_item {
  background: #ECF7F8;
  border-radius: 20px;
  padding: 30px 30px 40px 40px;
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item {
    padding: 20px;
    border-radius: 10px;
  }
}
#about_page .cta .cta_item dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl {
    display: block;
  }
}
#about_page .cta .cta_item dl dt {
  width: 50%;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt {
    width: 100%;
    padding-right: 0;
  }
}
#about_page .cta .cta_item dl dt .btn {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
  width: 100%;
  border-radius: 5px;
  background: url(../img/about/cta_btn.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .btn {
    font-size: 20px;
    line-height: 48px;
  }
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .btn {
    font-size: 15px;
    line-height: 30px;
  }
}
#about_page .cta .cta_item dl dt .web {
  margin-top: 15px;
  width: 100%;
  border-radius: 5px;
  line-height: 73px;
  border: 2px solid #21819F;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .web {
    line-height: 60px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web {
    margin-top: 10px;
    line-height: 50px;
  }
}
#about_page .cta .cta_item dl dt .web .l {
  display: block;
  background: #21819F;
  height: 100%;
  width: 193px;
  color: #FEFF5D;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .web .l {
    font-size: 16px;
    width: 160px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web .l {
    width: 120px;
    font-size: 14px;
  }
}
#about_page .cta .cta_item dl dt .web .r {
  width: calc(100% - 193px);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .web .r {
    width: calc(100% - 160px);
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .web .r {
    font-size: 18px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web .r {
    font-size: 17px;
    width: calc(100% - 120px);
  }
}
#about_page .cta .cta_item dl dt .web .r::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/about/cta_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web .r::after {
    width: 10px;
    height: 14px;
  }
}
#about_page .cta .cta_item dl dt .web .r span {
  margin-left: 21px;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .web .r span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .web .r span {
    margin-left: 5px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web .r span {
    margin-left: 5px;
  }
}
#about_page .cta .cta_item dl dt .web .r span img {
  width: 26px;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dt .web .r span img {
    width: 20px;
  }
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .web .r span img {
    width: 18px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .web .r span img {
    width: 18px;
  }
}
#about_page .cta .cta_item dl dt .tel {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.01;
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .tel {
    font-size: 14px;
  }
}
#about_page .cta .cta_item dl dt .tel a {
  color: #21819F;
  font-size: 24px;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 900px) {
  #about_page .cta .cta_item dl dt .tel a {
    font-size: 21px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dt .tel a {
    font-size: 19px;
  }
}
#about_page .cta .cta_item dl dd {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}
#about_page .cta .cta_item dl dd .img {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dd .img {
    width: 160px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd .img {
    margin: auto;
    width: 140px;
  }
}
#about_page .cta .cta_item dl dd .txt {
  width: calc(100% - 200px);
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  #about_page .cta .cta_item dl dd .txt {
    width: calc(100% - 160px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd .txt {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
#about_page .cta .cta_item dl dd .txt .sub_txt {
  color: #21819F;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #21819F;
}
@media screen and (max-width: 1000px) {
  #about_page .cta .cta_item dl dd .txt .sub_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd .txt .sub_txt {
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 3px;
  }
}
#about_page .cta .cta_item dl dd .txt .sub_p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  #about_page .cta .cta_item dl dd .txt .sub_p {
    font-size: 14px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd .txt .sub_p {
    font-size: 14px;
  }
}
#about_page .cta .cta_item dl dd .txt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
@media screen and (max-width: 1000px) {
  #about_page .cta .cta_item dl dd .txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 819px) {
  #about_page .cta .cta_item dl dd .txt p {
    font-size: 12px;
  }
}
.pp_point dl {
  margin-bottom: 0;
}
.pp_point p {
  margin: 0;
}
.pp_point ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
.pp_point .benefit__title-img {
  max-width: 247px;
  margin: auto;
  padding-top: 50px;
}
@media screen and (max-width: 819px) {
  .pp_point .benefit__title-img {
    max-width: 200px;
    padding-top: 20px;
  }
}
.pp_point .pp_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 30px;
  max-width: 1080px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list {
    display: block;
    margin-top: 30px;
  }
}
.pp_point .pp_list li {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 30px 30px 15px 30px;
  width: calc(33.3333% - 20px);
  position: relative;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li {
    border-radius: 5px;
    width: 100%;
    padding: 20px 20px 15px 20px;
  }
  .pp_point .pp_list li + li {
    margin-top: 40px;
  }
}
.pp_point .pp_list li:nth-child(4),
.pp_point .pp_list li:nth-child(5),
.pp_point .pp_list li:nth-child(6) {
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li:nth-child(4),
  .pp_point .pp_list li:nth-child(5),
  .pp_point .pp_list li:nth-child(6) {
    padding-bottom: 20px;
  }
}
.pp_point .pp_list li .img {
  max-width: 192px;
  margin: auto;
}
.pp_point .pp_list li .icon {
  position: absolute;
  width: 82px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  top: -20px;
  left: 20px;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #21819F;
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .icon {
    width: 72px;
    height: 76px;
    font-size: 14px;
  }
}
.pp_point .pp_list li .icon span {
  text-align: center;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .icon span {
    font-size: 24px;
  }
}
.pp_point .pp_list li .pp_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #21819F;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: unset;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .pp_ttl {
    font-size: 18px;
  }
}
.pp_point .pp_list li .pp_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  margin-top: 10px;
  min-height: 84px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .pp_txt {
    min-height: auto;
    font-size: 13px;
  }
}
.pp_point .pp_list li .pp_txt span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .pp_txt span {
    font-size: 11px;
  }
}
.pp_point .pp_list li .pp_btn {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: 0;
  color: #21819F;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-right: 16px;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .pp_btn {
    font-size: 14px;
    padding-right: 20px;
  }
}
.pp_point .pp_list li .pp_btn::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  width: 16px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .pp_point .pp_list li .pp_btn::after {
    right: 0;
    width: 14px;
    height: 11px;
  }
}

#about_page .company-info {
  margin-top: 80px;
}
@media screen and (max-width: 819px) {
  #about_page .company-info {
    margin-top: 60px;
  }
}

#about_page .company-info__flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  #about_page .company-info__flex {
    flex-direction: column;
    gap: 32px;
  }
}

#about_page .company-info__text-block {
  width: 40%;
}
@media screen and (max-width: 819px) {
  #about_page .company-info__text-block {
    width: 100%;
  }
}

#about_page .company-info__img {
  width: 40%;
}
@media screen and (max-width: 819px) {
  #about_page .company-info__img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about_page .company-info__img img {
  width: 100%;
}

#about_page .company-info__sub-title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  line-height: 1.43;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #about_page .company-info__sub-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

#about_page .company__info-address p {
  line-height: 2;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

#about_page .company__info-mail,
#about_page .company__info-map {
  font-weight: bold;
  color: #21819F;
  opacity: 1;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
#about_page .company__info-mail:hover,
#about_page .company__info-map:hover {
  opacity: 0.7;
}


.slide_p {
  display: block !important;
}
.slide_p .ppickup_slide {
  position: relative;
}
.slide_p .ppickup_slide .swiper-button-next-ppickup {
  position: absolute;
  top: 150px;
  right: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #21819F solid 1px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 50;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .slide_p .ppickup_slide .swiper-button-next-ppickup {
    width: 35px;
    height: 35px;
    right: -15px;
  }
  .slide_p .ppickup_slide .swiper-button-next-ppickup img {
    max-width: 18px;
    margin: auto;
  }
}
.slide_p .ppickup_slide .swiper-button-prev-ppickup {
  position: absolute;
  top: 150px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #21819F solid 1px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 50;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .slide_p .ppickup_slide .swiper-button-prev-ppickup {
    width: 35px;
    height: 35px;
    left: -15px;
  }
  .slide_p .ppickup_slide .swiper-button-prev-ppickup img {
    max-width: 18px;
    margin: auto;
  }
}
.slide_p .card__text {
  margin-top: 0 !important;
}
.slide_p .card__content {
  min-height: 360px;
}
@media screen and (max-width: 1200px) {
  .slide_p .card__content {
    min-height: 390px;
  }
}
@media screen and (max-width: 819px) {
  .slide_p .card__content {
    min-height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .card__button-block {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1040px) {
  .card__info {
    font-size: 14px !important;
  }
}

#corse_page .single_page .connection .h2_ttl {
  text-align: left;
  margin-bottom: 30px;
}
#corse_page .connection .inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.connection p {
  display: inline-block;
  width: 105px;
  color: #21819F;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
  margin-bottom: 5px;
}
.connection ul {
  display: flex;
  color: #21819F;
}
.connection_wrapper {
  display: flex;
}
.connection ul span {
  color: #21819F;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.connection ul li:last-child span {
  display: none;
}
.connection ul li a {
  color: #21819F;
}
#corse_page .connection_list_wrapper .ttl {
  padding-left: 46px;
}
#corse_page .connection_list_wrapper .ttl_2::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon002.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .connection_list_wrapper .ttl_3::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon003.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .connection_list_wrapper .ttl_4::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon004.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .connection_list_wrapper .ttl_5::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/corse/cat_icon005.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#corse_page .cat_list .list_single {
  display: block;
}
.connection_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 15px;
}
#corse_page .connection_list_wrapper .list span, #corse_page .cat_list .list a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#corse_page .connection_list_wrapper .ttl {
  margin-bottom: 0;
}
#corse_page .connection_list_wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
  border-bottom: none;
}
#corse_page .connection_list_wrapper .list {
  padding-bottom: 20px;
}
#corse_page .single_page .note {
  padding-bottom: 40px;
}
#corse_page .cat_list .flex_list_new01 li {
  width: auto !important;
}
#corse_page .cat_list .flex_list li {
  width: auto !important;
}
#corse_page .connection_list_wrapper .ttl {
  border-bottom: none;
}
#corse_page .connection_list_wrapper .ttl {
  padding-bottom: 0;
}
@media screen and (max-width: 819px) {
  .connection_wrapper {
    margin-bottom: 5px;
  }
  .connection ul {
    flex-wrap: wrap;
    font-size: 14px;
    max-width: 60%;
  }
  .connection p {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
    width: 110px;
    margin-right: 15px;
  }
  #corse_page .cat_list .flex_list_new01 li:nth-child(1) {
    margin-top: 20px;
    width: 100%;
  }
  #corse_page .connection_list_wrapper .flex_list_new01 li:nth-child(1),#corse_page .connection_list_wrapper .flex_list_new01 li:nth-child(2),#corse_page .connection_list_wrapper .flex_list_new01 li:nth-child(3) {
    margin-top: 0;
  }
  #corse_page .connection_list_wrapper .flex_list li:nth-child(1),#corse_page .connection_list_wrapper .flex_list li:nth-child(2) {
    margin-top: 0;
  }
}

.slide_p .card__content {
  min-height: 400px;
}

@media screen and (max-width: 1040px) {
  .slide_p .card__content {
    min-height: 515px;
  }
}
@media screen and (max-width: 819px) {
  .slide_p .card__content {
    min-height: 390px;
  }
}
