@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/

.fl_results_performance .frame {
  display: flex;
  justify-content: center;
}
.fl_results_performance .md_left {
  width: calc(100% - 20rem);
}
.fl_results_performance .md_right {
  width: 20rem;
  font-size: 1.4rem;
}
.fl_results_performance .md_right dd {
  margin:.5rem 0;
}
.fl_results_performance .md_right .title {
  font-size: 1.6rem;
  padding-bottom: .5rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fl_results_performance .md_right a.disabled {
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.fl_results_performance .md_right a.active {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: underline;
  font-weight: bold;
}
.fl_results_performance .normal_btn {
  margin-top: 7rem;
}
.fl_results_performance {
  padding: 10rem 0 30rem;
  position: relative;
}
.performance_heading p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  margin-top: 5rem;
}
.md_col3 {
  width: 30%;
  line-height: 1;
  letter-spacing: normal;
  margin: 2rem 0;
  min-width: 16rem;
  overflow: hidden;
}
.col3::after {
  display: block;
  content:"";
  width: 30%;
}
.performance_img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.performance_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.performance_box {
  background-color: #F0F0F0;
  padding: 2rem;
}
.performance_cat p {
  font-size: 1.2rem;
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 1.2rem;
  width: fit-content;
  margin: 0 3px 3px;
}
.performance_cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.performance_title h3 {
  font-weight: normal;
}
.performance_title p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.fl_top_aboutus .title_box {
      display: flex;
      justify-content: space-around;
}
.fl_top_aboutus .main_title {
  font-size: 7rem;
  font-weight: bold;
  color: #4e8cf9;
}
.fl_top_aboutus .md_left {
  position: relative;
}
.fl_top_aboutus .md_right {
  width: 30rem;
}
.fl_top_aboutus .sub_title {
  position: absolute;
  width: 25rem;
  bottom: 5rem;
  right: -4rem;
}
.circle_arrow {
  display: block;
  vertical-align: middle;
  color: #4e8cf9;
  line-height: 1;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1rem solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: relative;
}
.circle_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fl_top_aboutus .top_aboutus_list a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem 0;
  border-bottom: solid 1px #333;
}
.fl_top_aboutus .top_aboutus_list li {
  margin: 1rem 0;
}




.fl_results_detail {
  padding: 10rem 0 30rem;
  position: relative;
}
.fl_results_detail .frame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.results_detail_heading {
  border-bottom: solid 3px #4e8cf9;
  padding: 0 0 2rem;
  margin-bottom: 3rem;
  width: 100%;
}
.results_detail_heading p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.detail_cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding: 0 3rem;
  width: 100%;
}
.detail_cat p {
  font-size: 1.2rem;
  background-color: #fff;
  border: solid 1px #777;
  padding: .5rem 1rem;
  border-radius: 1.2rem;
  width: fit-content;
  margin: 0 3px 3px;
  line-height: 1;
  letter-spacing: normal;
  color: #777;
}
.fl_results_detail .md_left {
  width: 50%;
  margin-right: 5rem;
}
.fl_results_detail .md_right {
  width: calc(50% - 10rem);
}
.fl_results_detail .title {
  padding-bottom: .5rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fl_results_detail .results_info {
  margin-bottom: 3rem;
}
.fl_results_detail .md_right dl {
  display: flex;
  padding-left: 2rem; 
}
.fl_results_detail .md_right dt {
  width: 12rem; 
}
.fl_results_detail .md_right dd {
  width: calc(100% - 12rem); 
}
.results_text p:not([class]) {
  padding-left: 2rem; 
}
.swiper-slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
}
.thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 3rem;
}
.thumb-media {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.thumb-media-active  {
  opacity: 0.5;
}
.page_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  justify-content: center;
  width: 100%;
}
.page_link .page_link_btn {
  background-color: #fff;
  border: solid 1px #333;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  width: fit-content;
  margin: 0 5px;
  line-height: 1;
  letter-spacing: normal;
}
.page_link .page_link_btn.disabled {
  background-color: #fff;
  border: solid 1px #333;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  margin: 4rem;
  position: relative;
  gap: 1rem;
}
.pagination .page-numbers,
.pagination .pagination-l,
.pagination .pagination-r {
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4e8cf9;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #4e8cf9;
}
.pagination .pagination-l a,
.pagination .pagination-r a {
  color: #4e8cf9;
}
.pagination a.page-numbers:hover,
.pagination .pagination-l:hover,
.pagination .pagination-r:hover {
  background-color: #2e6dc7;
  color: #fff;
  opacity: 0.5;
}
.pagination .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  padding: 0 0.5rem 0.5rem;
  font-size: 16px;
  color: #fff;
  background-color: #A9A9A9;
  border: none;
}
.pagination .current {
  background-color: #2e6dc7;
  color: #fff;
  pointer-events: none;
}
.pagination .pagination-l.disabled,
.pagination .pagination-r.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}


/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_results_performance .frame {
  flex-wrap: wrap;
}
.fl_results_performance .md_left {
  width: 100%;
}
.fl_results_performance .md_right {
  width: 100%;
  padding: 0 5vw;
  margin: 3rem 0 0 0;
}
.fl_results_performance {
  padding: 10rem 0 20rem;
}
.fl_top_aboutus {
  padding: 15rem 0 10rem;
}
.fl_top_aboutus .title_box {
  display: block;
}
.fl_top_aboutus .md_left {
  margin-bottom: 5rem;
}
.fl_top_aboutus .md_right {
  width: 100%;
}
.fl_top_aboutus .main_title {
  text-align: center;
  font-size: 5rem;
}
.fl_top_aboutus .sub_title {
  width: 20rem;
  top: inherit;
  bottom: inherit;
  right: inherit;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.detail_cat {
  padding: 0;
}
.fl_results_detail .md_left {
  width: 100%;
  margin: 0 auto;
}
.thumb-wrapper {
  margin-top: 2rem;
}
.fl_results_detail .md_right {
  width: 100%;
  margin-top: 3rem;
}
.fl_results_detail .md_right dl,
.results_text p:not([class]) {
  padding-left: 0;
}
.fl_results_detail {
  padding: 10rem 0 20rem;
}
.page_link .page_link_btn {
    padding: 1rem 1.5rem;
    margin: 5px;
    font-size: 1.3rem;
}

.pagination {
  justify-content: space-around;
  margin: 2rem 0;
  gap: 0;
}
.pagination .page-numbers {
  padding: 5px 10px;
}
.pagination .pagination-l,
.pagination .pagination-r {
  padding: 5px;
}
.pagination .dots {
  max-height: 30px;
  padding: 0 0.4rem 0.5rem;
}



/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
.col3 {
  justify-content: center;
  margin-top: 2rem;
}
.md_col3 {
  width: 80%;
  margin: 1rem 0;
}
}
