@charset "UTF-8";
/*.course_section*/
.contents > section.course_section {
  padding-bottom: 20px;
}

.course_section {
  margin-bottom: 35px;
  position: relative;
}
.course_section .pc_flex {
  display: flex;
}
.course_section .main_title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.course_section .image_box {
  width: 420px;
  margin-right: 30px;
}
.course_section .image_box img {
  width: 420px;
}
.course_section .text_box {
  padding-bottom: 10px;
  width: 460px;
  display: flex;
  flex-direction: column;
}
.course_section .text_box .sub_title_wrap {
  margin-bottom: 20px;
  display: flex;
}
.course_section .text_box .sub_title_wrap img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.course_section .text_box .sub_title_wrap .sub_title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.course_section .text_box .sub_title_wrap .sub_title p {
  margin: -5px 0 0;
  padding: 0 0 6px;
  font-size: 18px;
  border-bottom: 1px solid var(--main-text-color);
}
.course_section .text_box .sub_title_wrap .sub_title h3 {
  margin: 0;
  padding: 7px 0 5px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid var(--main-text-color);
}
.course_section .text_box .text {
  margin: 0 0 35px;
}
.course_section .text_box .text p {
  margin-bottom: 1em;
}
.course_section .detail_table {
  margin: auto 0 0;
}
.course_section .detail_table table {
  width: 100%;
}
.course_section .detail_table table th {
  padding: 1px;
  width: 50%;
  background-color: #00325A;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: 2px solid #00325A;
}
.course_section .detail_table table th:first-child {
  border-right: 2px solid #fff;
}
.course_section .detail_table table th:last-child {
  border-left: 2px solid #fff;
}
.course_section .detail_table table td {
  padding: 1px 0 5px;
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #00325A;
　vertical-align: baseline;
}
.course_section .detail_table table td:first-child {
  border-right: 2px solid #00325A;
}
.course_section .detail_table table td:last-child {
  border-left: 2px solid #00325A;
}
.course_section .detail_table table td span {
	font-size: 29px;
	vertical-align: baseline;
}
.course_section .button {
  margin-top: 25px;
}

/*.trial_course_notes*/
.trial_course_notes {
  position: relative;
  margin-top: 30px;
}

.trial_course_notes .inner {
  padding: 70px 0 40px;
}

.trial_course_notes h2 {
  color: var(--accent-color);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.trial_course_notes ul li {
  font-size: 12px;
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 10px;
}

.trial_course_notes::before {
  content: "";
  height: 10px;
  width: 100vw;
  display: block;
  background-image: url(/mens/asset2025/img/common/line_stripe.png);
  margin: 0 -3vw;
}
#normal_course .wrapper main > section.course.course_section{
  padding: 35px;
}
#normal_course .wrapper main > section.course.course_section .inner{
  max-width: 900px;
  margin: 0 auto 35px;
}

#normal_course .wrapper main > section.course.course_section h2{
  margin-left: 5px;
}

#normal_course > div > main > section.course.course_section::after{
  content: "";
  height: 8px;
  width: 100%;
  display: block;
  background-image: url(/mens/asset2025/img/common/line_stripe.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#normal_course > div > main > section.course.course_section.relax_course::after{
  content: none;
}

#normal_course > div > main > section.normal_course_info > div > h2{
  text-align: center;
  margin-bottom: 40px;
}
#normal_course > div > main > section.normal_course_info > div > h2 > img{
  width: clamp(200px, 50%, 400px);
  display: block;
  margin: 0 auto 30px;
}


#normal_course > div > main > .normal_course_info{
  padding: 0 3vw 80px;
  margin-bottom: 40px;
  position: relative;
}

#normal_course > div > main > .normal_course_info:after{
  content: "";
  height: 8px;
  width: 100%;
  display: block;
  background-image: url(/mens/asset2025/img/common/line_stripe.png);
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#normal_course > div > main > section.normal_course_info > div > h2 span{
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  display: block;
}

#normal_course > div > main > section.normal_course_info div.inner .button{
  margin-top:35px;
}

div.button.large > a {
  height: 60px;
  text-align: center;
}

div.detail_table table.large_table tr td {
  border: none;
}

div.detail_table table.large_table tr:last-child {
  border-bottom: 2px solid #00325A;
}

div.detail_table table.large_table tr td:first-child {
  border-left: 2px solid #00325A;
}

div.detail_table table.large_table tr td:last-child {
  border-right: 2px solid #00325A;
}

div.detail_table table.large_table tr:last-child td {
  border-top: 2px solid #ffffff;
}

.course_nav li span::before{
  background: #000000!important;
}


/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */
@media screen and (max-width: 767px) {
  .course_section {
    position: relative;
  }
  .course_section::after {
    content: "";
    height: 8px;
    width: 100%;
    display: block;
    background-image: url(/mens/asset2025/img/common/line_stripe.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .course_section .inner {
    margin: 0 auto 25px;
    width: 300px;
  }
  .course_section .pc_flex {
    display: block;
  }
  .course_section .main_title {
    font-size: 15px;
  }
  .course_section .image_box {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .course_section .image_box img {
    width: 210px;
    margin: 0 auto;
  }
  .course_section .text_box {
    padding-bottom: 0;
    width: auto;
    display: block;
  }
  .course_section .text_box .sub_title_wrap img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .course_section .text_box .sub_title_wrap .sub_title p {
    margin: -3px 0 0;
    padding: 0 0 3px;
    font-size: 13px;
  }
  .course_section .text_box .sub_title_wrap .sub_title h3 {
    margin: -3px 0 0;
    padding: 5px 0 2px;
    font-size: 16px;
  }
  .course_section .text_box .sub_title_wrap .sub_title h3.spacing {
    letter-spacing: -0.01em;
  }
  .course_section .detail_table table th {
    font-size: 14px;
    border: 1px solid #00325A;
  }
  .course_section .detail_table table th:first-child {
    border-right: 2px solid #99ADBD;
  }
  .course_section .detail_table table th:last-child {
    border-left: 2px solid #99ADBD;
  }
  .course_section .detail_table table td {
    font-size: 11px;
    border: 1px solid #00325A;
  }
  .course_section .detail_table table td:first-child {
    border-right: 2px solid #99ADBD;
  }
  .course_section .detail_table table td:last-child {
    border-left: 2px solid #99ADBD;
  }
  .course_section .detail_table table td span {
    font-size: 19px;
  }
  /*.trial_course_notes*/
  .trial_course_notes {
    margin-top: 15px;
  }
  .trial_course_notes::before {
    height: 8px;
    background-size: cover;
    margin: 0 -5vw;
  }
  .trial_course_notes .inner {
    padding: 0 0 40px;
  }
  .trial_course_notes h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .trial_course_notes ul li {
    font-size: 11px;
  }
  .trial_course_notes::before {
    display: none;
  }
  #normal_course > div > main > .normal_course_info{
    padding: 0 0 20px;
    margin-bottom: 0;
  }
  #normal_course > div > main > .normal_course_info h2 {
    margin-bottom: 10px !important;
  }

  #normal_course > div > main > .normal_course_info h2 img {
    width: clamp(200px, 50%, 400px);
    display: block;
    margin: 0 auto 10px!important;
  }

  #normal_course > div > main > .normal_course_info h2 span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  #normal_course > div > main > section.normal_course_info > div > h2 span{
    font-size: 14px;
  }
  #normal_course > div > main > .normal_course_info .inner {
    padding: 0 20px;
  }

  #normal_course > div > main > section.normal_course_info > div.inner > div.button {
    margin: 20px auto;
  }

  #normal_course .wrapper main .course_section h2{
    font-size: 15px;
    margin-bottom: 15px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-prev,
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-next {
    z-index: 10;
    width: 30px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0) !important;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-prev{
    left: -35px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-next{
    right: -35px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-prev::before,
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-next::before  {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 1;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-prev::before {
    border-right: 15px solid #99ADBD;
    border-left: 0;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-next::before {
    border-left: 15px solid #99ADBD;
    border-right: 0
  }

  #normal_course .wrapper main .course_section{
    padding: 10px 20px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .course_section{
    padding: 0;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .course_section::after{
    content: none;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .course_section .text_box .text{
    min-height: 140px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .slick-slide > div.inner {
    padding: 0 1px;
  }
  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .course_section .text_box .sub_title_wrap .sub_title h3.spacing{
    letter-spacing: -0.017em;
  }

  #normal_course .wrapper main .course_section .inner .contents_slider .slick-list .slick-track .course_section .inner{
    margin-bottom: 0;
  }
  .slick-dots {
    bottom: 0;
  }

  #normal_course .wrapper main > section.course.course_section{
    padding: 15px;
    margin: 20px auto 0;
  }

  #normal_course .wrapper main > section.course.course_section .inner{
    margin: 0 auto 15px;
  }

  div.button.large > a{
      height: 50px;
    }

  .course_section .detail_table table th:first-child{
    border-left: 2px solid #00325A;
  }
}