﻿.p-top {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top {
    width: 100%;
  }
}
.p-top .l-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f8ff), color-stop(20%, #fff), to(#fff));
  background: -webkit-linear-gradient(bottom, #f0f8ff 0%, #fff 20%, #fff 100%);
  background: linear-gradient(0deg, #f0f8ff 0%, #fff 20%, #fff 100%);
}
.p-top .l-main {
  padding: 164px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-top .l-main {
    padding: 80px 0 60px;
  }
}
.p-top .top_main_visual {
  width: 100vw;
  padding: 0 0 40px;
  margin: 0 0 0 calc((-100vw + 1440px) / 2);
}
@media screen and (max-width: 1440px) {
  .p-top .top_main_visual {
    margin: 0 auto;
    padding: 0 0 16px;
  }
}
.p-top .top_main_visual_inner {
  height: 496px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-top .top_main_visual_inner {
    padding: 0 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_inner {
    padding: 0 24px;
    height: auto;
  }
}
.p-top .top_main_visual_main {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_main {
    display: block;
  }
}
.p-top .top_main_visual_main .maintxt {
  font-size: 4.5em;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px 40px 40px 20px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 1050px) {
  .p-top .top_main_visual_main .maintxt {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_main .maintxt {
    width: 100%;
    border-radius: 0;
    font-size: 2.8em;
    padding: 16px;
    position: relative;
    top: initial;
    left: initial;
  }
}
.p-top .top_main_visual_main .maintxt img {
  width: 151px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_main .maintxt img {
    width: 114px;
    vertical-align: bottom;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.p-top .top_main_visual_main .maintxt:before {
  content: url(../image/radius.png);
  position: absolute;
  top: -16px;
  right: -14px;
  z-index: 1;
  -webkit-transform: rotate(-175deg);
  transform: rotate(-175deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_main .maintxt:before {
    content: "";
  }
}
.p-top .top_main_visual_main .maintxt:after {
  content: url(../image/radius.png);
  position: absolute;
  bottom: -52px;
  left: 0px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 1050px) {
  .p-top .top_main_visual_main .maintxt:after {
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_main .maintxt:after {
    content: "";
  }
}
.p-top .top_main_visual_main .accent {
  color: var(--blue);
}
.p-top .top_main_visual_img {
  position: absolute;
  width: 1280px;
  height: 496px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .p-top .top_main_visual_img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_img {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border-radius: 20px;
    height: auto;
  }
}
.p-top .top_main_visual_img a {
  display: block;
}
.p-top .top_main_visual_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1320px) {
  .p-top .top_main_visual_img img {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_img img {
    max-width: 100%;
  }
}
.p-top .top_main_visual_sub {
  width: 416px;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: 0;
  padding: 40px 20px 20px 40px;
  background: #fff;
  border-radius: 30px 0 0 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_sub {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_sub {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    padding: 24px 0 0;
  }
}
.p-top .top_main_visual_sub_ttl {
  font-size: 1.8em;
  color: var(--blue);
  font-weight: bold;
}
.p-top .top_main_visual_sub_txt {
  margin: 15px 0;
}
.p-top .top_main_visual_sub_link {
  text-align: right;
}
.p-top .top_main_visual_sub_link a {
  color: var(--blue);
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .top_main_visual_sub_link a {
    width: 100%;
    height: 48px;
    background: var(--blue);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
  }
}
.p-top .top_main_visual_sub_link a:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-top .top_main_visual_sub_link a:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .top_main_visual_sub_link a:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 5px;
}
.p-top .top_main_visual_sub_link a:before {
  position: absolute;
  top: 9px;
  right: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.p-top .top_main_visual_sub:before {
  content: url(../image/radius.png);
  position: absolute;
  top: -16px;
  right: 0;
  z-index: 1;
}
.p-top .top_main_visual_sub:after {
  content: url(../image/radius.png);
  position: absolute;
  bottom: 49px;
  left: -16px;
  z-index: 1;
}
.p-top .sec {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .sec {
    padding: 50px 4.6875% 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec > .c-ttl-1 {
    font-size: 2.4em;
  }
}
.p-top .pickup {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 32px;
}
@media screen and (max-width: 1053px) {
  .p-top .pickup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .pickup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.p-top .pickup-item {
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .p-top .pickup-item {
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1053px) {
  .p-top .pickup-item:nth-child(n+4) {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 787px) {
  .p-top .pickup-item:nth-child(n+3) {
    margin: 0;
  }
}
.p-top .pickup-item img {
  border-radius: 8px;
  max-width: 100%;
  outline: 1px solid var(--gray8);
}
.p-top .pickup-link {
  display: block;
  height: 100%;
  position: relative;
}
.p-top .pickup-link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 10px;
}
.p-top .pickup-link:hover {
  opacity: 1;
}
.p-top .pickup-link:hover img {
  outline: 2px solid var(--blue);
  border-radius: 8px;
}
.p-top .pickup-link:hover .pickup-txt {
  text-decoration: underline;
}
.p-top .pickup-link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .pickup-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 30px;
  font-weight: bold;
}
.p-top .pickup-date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top .sec2 {
  max-width: var(--secmax);
  position: relative;
  z-index: 1;
}
.p-top .sec2:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 400px);
  top: -200px;
  left: calc((-100vw + var(--secmax)) / 2);
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 248, 255, 0)), color-stop(10%, rgb(240, 248, 255)), color-stop(90%, rgb(240, 248, 255)), to(rgba(240, 248, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(240, 248, 255, 0) 0%, rgb(240, 248, 255) 10%, rgb(240, 248, 255) 90%, rgba(240, 248, 255, 0) 100%);
  background-image: linear-gradient(0deg, rgba(240, 248, 255, 0) 0%, rgb(240, 248, 255) 10%, rgb(240, 248, 255) 90%, rgba(240, 248, 255, 0) 100%);
}
@media screen and (max-width: 1280px) {
  .p-top .sec2:before {
    left: 0;
  }
}
.p-top .sec2 .c-ttl-1 {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top .sec2_inner {
  margin: 40px 0 0;
  background: #fff;
  padding: 50px 80px;
  border-radius: 56px;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_inner {
    padding: 0;
    border-radius: 24px;
  }
}
.p-top .sec2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box {
    padding: 30px 20px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .sec2_box:nth-child(n+2) {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box:nth-child(n+2) {
    margin: 0;
  }
}
.p-top .sec2_box_ttl {
  width: 210px;
  font-size: 2em;
  font-weight: bold;
  position: relative;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_ttl {
    width: 100%;
  }
}
.p-top .sec2_box_ttl a {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 20px 0 0;
}
.p-top .sec2_box_ttl a:before {
  position: absolute;
  top: 7px;
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.p-top .sec2_box_ttl a:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-top .sec2_box_ttl a:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .sec2_box_ttl a:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.p-top .sec2_box_item {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_item {
    margin: 30px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_item .u-fz_3.u-sp {
    width: 100%;
    margin: 10px 0 0;
  }
}
.p-top .sec2_box_link {
  width: calc(50% - 5px);
  padding: 20px 24px 20px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .p-top .sec2_box_link {
    width: 100%;
  }
  .p-top .sec2_box_link + .sec2_box_link {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_link {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
  }
  .p-top .sec2_box_link + .sec2_box_link {
    margin: 16px 0 0;
  }
}
.p-top .sec2_box_link:hover {
  background: var(--bglightblue);
  border-color: var(--blue);
  opacity: 1;
}
.p-top .sec2_box_link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .sec2_box_link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 12px;
}
.p-top .sec2_box_link:nth-child(n+3) {
  margin: 20px 0 0;
}
.p-top .sec2_box_link img {
  height: 88px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_link img {
    height: 55px;
  }
}
.p-top .sec2_box_txtbox {
  width: calc(100% - 70px);
}
.p-top .sec2_box_item_ttl {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_item_ttl {
    font-size: 16px;
    margin: 0;
    padding: 0 15px 0 0;
  }
}
.p-top .sec2_box_item_ttl:before {
  position: absolute;
  top: 10px;
  right: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p-top .sec2_box_item_ttl:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
.p-top .sec3 {
  max-width: var(--secmax);
  margin: 0 auto;
  padding: 0 0 80px;
}
.p-top .sec3_inner {
  margin: 0;
  background: #fff;
  padding: 50px 80px 0;
  border-radius: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .sec3_inner {
    margin: 0;
    padding: 16px 4.6875% 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 24px;
  }
}
.p-top .sec3 img {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  max-width: 584px;
}
@media screen and (max-width: 1280px) {
  .p-top .sec3 img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .sec3 img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec3 img {
    max-width: 100%;
  }
}
.p-top .sec3_txtbox {
  width: calc(100% - 664px);
}
@media screen and (max-width: 1280px) {
  .p-top .sec3_txtbox {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec3_txtbox {
    width: 100%;
  }
}
.p-top .sec3_txtbox .c-ttl-5 {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec3_txtbox .c-ttl-5 {
    margin: 40px 0 20px;
    font-size: 2.4em;
  }
}
.p-top .sec3_txtbox .c-btn_2 {
  margin: 15px 0 0;
}
.p-top .sec4 {
  max-width: var(--contmax);
  margin: 0 auto;
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 {
    padding: 40px 4.6875%;
  }
}
.p-top .sec4 .c-ttl-1 {
  text-align: center;
}
.p-top .sec4 .tab_switch {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .tab_switch {
    gap: 0 10px;
    margin: 40px 0 24px;
    text-align: center;
  }
}
.p-top .sec4 .tab_switch .tab_btn {
  width: 210px;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 12px;
  font-weight: bold;
  position: relative;
  background: var();
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .tab_switch .tab_btn {
    font-size: 1.2em;
    padding: 8px;
  }
}
.p-top .sec4 .tab_switch .tab_btn:hover {
  background: var(--bglightblue);
}
.p-top .sec4 .tab_switch .tab_btn:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .sec4 .tab_switch .tab_btn:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 12px;
}
.p-top .sec4 .tab_switch .tab_btn._active {
  background: var(--blue);
  color: white;
  position: relative;
}
.p-top .sec4 .tab_switch .tab_btn._active:before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid var(--blue);
  border-bottom: 0;
}
.p-top .sec4 .tab_content {
  display: none;
}
.p-top .sec4 .tab_content._active {
  display: block;
}
.p-top .sec4 .tab_content_item {
  background: var(--white);
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid var(--border);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .tab_content_item {
    padding: 16px 25px 16px 16px;
  }
}
.p-top .sec4 .tab_content_item:before {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .tab_content_item:before {
    right: 15px;
  }
}
.p-top .sec4 .tab_content_item:hover {
  background: var(--bglightblue);
  opacity: 1;
}
.p-top .sec4 .tab_content_item:hover:before {
  right: 15px;
}
.p-top .sec4 .tab_content_item:hover .title {
  text-decoration: underline;
}
.p-top .sec4 .tab_content_item:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .sec4 .tab_content_item:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 0;
}
.p-top .sec4 .tab_content_item .new {
  background: #dc1c78;
  color: white;
  font-family: Montserrat;
  display: inline-block;
  padding: 8px 7px 6px 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: -5px 0 0 10px;
}
.p-top .sec4 .tab_content_item .date {
  display: block;
  color: var(--gray2);
  margin: 0 0 10px;
}
.p-top .sec4 .links {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .links {
    margin: 24px 0 0;
  }
}
.p-top .sec4 .links .u-fz_1 {
  font-weight: bold;
  color: var(--blue);
  position: relative;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec4 .links .u-fz_1 {
    font-size: 1.6em;
  }
}
.p-top .sec4 .links .u-fz_1:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-top .sec4 .links .u-fz_1:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.p-top .sec4 .links .u-fz_1:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 0;
}
.p-top .sec4 .links .u-fz_1:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.p-top .sec5 {
  max-width: var(--contmax);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-top .sec5 {
    padding: 40px 4.6875% 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .sec5_item {
  width: calc((100% - 48px) / 3);
  border-radius: 32px;
  outline: 1px solid var(--border);
  overflow: hidden;
  font-weight: bold;
  position: relative;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top .sec5_item {
    width: 100%;
  }
  .p-top .sec5_item + .sec5_item {
    margin: 16px 0 0;
  }
}
.p-top .sec5_item:focus-visible {
  outline: 2px solid var(--focus);
}
.p-top .sec5_item:hover {
  opacity: 1;
  outline: 1px solid var(--blue);
  color: var(--blue);
}
.p-top .sec5_item img {
  max-width: 100%;
}
.p-top .sec5_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec5_item_title {
    font-size: 1.6em;
    color: var(--blue);
  }
}
.p-top .sec5_item_title span {
  position: relative;
  padding: 0 15px 0 0;
  color: var(--blue);
}
.p-top .sec5_item_title span:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
/*# sourceMappingURL=p-top.css.map */
