@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-lp_medical-sports */
/* 目次 */
/* __00: 共通設定 */
/* __10: sec01 */
/* __20: sec02 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#lp_medical-sports img {
  width: 100%;
}
#lp_medical-sports .kv .content__title__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
#lp_medical-sports .kv .content__title__mv {
  height: 493px;
}
#lp_medical-sports .contents__block {
  max-width: 1120px;
  width: 100%;
  padding-block: 4rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#lp_medical-sports .anchor-Links .contents__block {
  padding-block: 0;
}
#lp_medical-sports .flex-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 8rem;
}
#lp_medical-sports .flex-link .btn-wrapper {
  width: 48%;
  padding: 0;
}
#lp_medical-sports .flex-link .btn-wrapper a {
  width: 100%;
  margin: 0 auto;
}
#lp_medical-sports .section.anchor-Links {
  background: linear-gradient(90deg, rgb(109, 89, 167) 0%, rgb(164, 153, 201) 100%);
}

#lp_medical-sports .sec__natsucan {
  position: relative;
}
#lp_medical-sports .sec__natsucan.bg, #lp_medical-sports .sec__learning.bg, #lp_medical-sports .sec__difference.bg, #lp_medical-sports .sec__support.bg {
  background-image: url(../img/bg.jpg);
  width: 100%;
  height: auto;
}
#lp_medical-sports .sec__natsucan::after {
  content: "";
  position: absolute;
  background-image: url(../img/title01.svg);
  width: 110px;
  height: 1070px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  left: 2%;
}
#lp_medical-sports .headline .hl-img {
  width: calc(100vw /(1366 / var(--hl-w, 1366)));
  max-width: calc(var(--hl-w)* 1px);
  min-width: calc(var(--hl-w)* 1px);
  margin: 0 auto;
}
#lp_medical-sports .btn-wrapper {
  width: 42.5%;
  margin: 0 auto;
  padding: 50px 0;
}
#lp_medical-sports .btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #6a59a7;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  transition: opacity .3s ease;
  padding: 1.25rem 2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
#lp_medical-sports .btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
#lp_medical-sports .sec__natsucan h3 {
  text-align: center;
}
#lp_medical-sports .sec__natsucan h3 span{
	position: relative;
	padding: 0.5rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 2px solid #6a59a7;
	color: #000000;
	font-weight: bold;
	font-size: 38px;
  display: inline-block;
  width: 20%;
}
#lp_medical-sports .sec__natsucan h3 span::before,
#lp_medical-sports .sec__natsucan h3 span::after{
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
}
#lp_medical-sports .sec__natsucan h3 span::before{
	border: 10px solid;
	border-color: transparent;
	border-top-color: #6a59a7;
	margin-left: -16px;
}
#lp_medical-sports .sec__natsucan h3 span::after{
	border: 6px solid;
	border-color: transparent;
	border-top-color: #fff;
	margin-left: -12px;
}
#lp_medical-sports .sec__natsucan .title{
	margin: auto 20px 20px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#lp_medical-sports .sec__natsucan .title span{
	position: relative;
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
  color: #6a59a7;
}
#lp_medical-sports .sec__natsucan .title span::before{
	position: absolute;
	content: "";
	background-color: #6a59a7;
	width: 2px;
	height: 80px;
	transform: rotate(-20deg);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#lp_medical-sports .sec__natsucan .title span::after{
	position: absolute;
	content: "";
	background-color: #6a59a7;
	width: 2px;
	height: 80px;
	transform: rotate(20deg);
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#lp_medical-sports .sec__natsucan .days {
  width: 48%;
  margin: 2rem auto;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-ttl, #lp_medical-sports .sec__support .tokuten .tokuten-ttl {
  position:relative;
  padding:5px 40px 5px 40px;
  background-color:#fff000;
  line-height: 1.2;
}
#lp_medical-sports .sec__support .tokuten .tokuten-ttl {
  width: 65%;
  margin: 2rem auto;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-ttl::before, #lp_medical-sports .sec__support .tokuten .tokuten-ttl::before {
  position:absolute;
  content:'';
  left:-2px;
  top:-2px;
  width:0;
  height:0;
  border:none;
  border-left:solid 20px white;
  border-bottom:solid 52px transparent;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-ttl::after, #lp_medical-sports .sec__support .tokuten .tokuten-ttl::after {
  position:absolute;
  content:'';
  right:-2px;
  top:-7px;
  width:0;
  height:0;
  border:none;
  border-left:solid 20px transparent;
  border-bottom:solid 52px white;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-ttl p, #lp_medical-sports .sec__support .tokuten .tokuten-ttl p {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-txt {
  padding: 1rem  0;
}
#lp_medical-sports .sec__natsucan .tokuten .tokuten-txt p {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #6a59a7;
}
#lp_medical-sports .item {
  width: 48%;
}
#lp_medical-sports .flex {
  display: flex;
  justify-content: space-between;
}
#lp_medical-sports .sec__natsucan .tokuten .conditions {
  text-align: center;
  background-color: #a499c9;
  color: #ffffff;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
#lp_medical-sports .headline .title {
  margin: auto 20px 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
#lp_medical-sports .headline .title span {
  position: relative;
	display: inline-block;
	line-height: 45px;
	padding: 5px 20px;
	color: #000000;
  background-color: #fff000;
}
#lp_medical-sports .headline .title span::before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 2px;
  height: 50px;
  transform: rotate(-20deg);
  top: 0;
  bottom: 0;
  left: 2.5%;
  margin: auto;
}
#lp_medical-sports .headline .title span::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 2px;
  height: 50px;
  transform: rotate(20deg);
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
}
#lp_medical-sports .sec__kitchen-car, #lp_medical-sports .sec__interview {
  background-color: #f3eaf3;
}
#lp_medical-sports .sec__kitchen-car .img_kitchen-car {
  max-width: 920px;
  width: 100%;
  margin: 2rem auto;
}
#lp_medical-sports .sec__learning {
  position: relative;
}
#lp_medical-sports .pos-absolute {
  position: absolute;
}
#lp_medical-sports .sec__learning .chara01 {
  max-width: 158px;
  width: 100%;
  left: calc(47.6% + 586px);
  bottom: 17%;
  transform: translateX(-50%);
}
#lp_medical-sports .sec__learning .learning {
  max-width: 920px;
  width: 100%;
  margin: 2rem auto;
}
#lp_medical-sports .sec__learning .btn::after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#lp_medical-sports .sec__charm {
  position: relative;
}
#lp_medical-sports .sec__charm::before {
  content: "";
  position: absolute;
  background-image: url(../img/img-dot.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto;
}
#lp_medical-sports .sec__charm::after {
  content: "";
  position: absolute;
  background-image: url(../img/pickup.svg);
  width: 110px;
  height: 1070px;
  top: 3.3%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2%;
}
#lp_medical-sports .sec__charm.bg-gradation {
  background: linear-gradient(90deg, rgb(109, 89, 167) 0%, rgb(164, 153, 201) 100%);
}
#lp_medical-sports .sec__charm .charm {
  margin: 6rem 0;
  position: relative;
}
#lp_medical-sports .sec__charm .charm .chara02 {
  max-width: 308px;
  width: 100%;
  left: calc(47.6% + 586px);
  bottom: -6.5%;
  transform: translateX(-78%);
}
#lp_medical-sports .sec__charm .charm .item-flex {
  display: flex;
  justify-content: flex-start;
  max-width: 1120px;
  width: 90%;
}
#lp_medical-sports .sec__charm .charm .item-flex.margin-left {
  margin-left: 7rem;
}
#lp_medical-sports .sec__charm .other {
  position: relative;
}
#lp_medical-sports .sec__charm .other h3 {
  width: 62.4%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  margin: 50px auto 30px;
  line-height: 1.4;
  font-size: 32px;
  padding: 10px;
}
#lp_medical-sports .sec__charm .other .chara03 {
  max-width: 176px;
  width: 100%;
  left: calc(40.1% - 403px);
  bottom: -35%;
  transform: translateX(0%);
}
#lp_medical-sports .sec__charm .btn::after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#lp_medical-sports .sec__difference .difference {
  max-width: 920px;
  width: 100%;
  margin: 2rem auto;
}
#lp_medical-sports .sec__difference .difference .text {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  padding: 1rem 0;
}
#lp_medical-sports .sec__interview {
  position: relative;
}
#lp_medical-sports .sec__interview::after {
  content: "";
  position: absolute;
  background-image: url(../img/interview.svg);
  width: 931px;
  height: 157px;
  top: -6.8%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#lp_medical-sports .movie_wrapper {
  position: relative;
  max-width: 640px;
  max-height: 361px;
  width: 100%;
  height: 100%;
  margin: 2em auto;
}
#lp_medical-sports .movie_wrapper .chara04 {
  max-width: 136px;
  width: 100%;
  left: calc(37.7% - 403px);
  bottom: 0;
  transform: translateX(0%);
}
#lp_medical-sports .movie_wrapper .chara05 {
  max-width: 118.1px;
  width: 100%;
  left: calc(28.1% + 586px);
  bottom: 0;
  transform: translateX(-78%);
}
#lp_medical-sports .movie_wrapper iframe {
  width: 100%;
  height: 361px;
}
#lp_medical-sports .sec__participation.bg-dott {
  background: url(../img/slide-dott_sp.png) repeat left top;
}
#lp_medical-sports .sec__participation .headline.deco {
  position: relative;
}
#lp_medical-sports .sec__participation .headline.deco::before {
  content: "";
  position: absolute;
  background-image: url(../img/illst01.svg);
  width: 158px;
  height: 100%;
  top: 0;
  left: -4.8%;
  background-repeat: no-repeat;
  background-size: contain;
}
#lp_medical-sports .sec__participation .headline.deco::after {
  content: "";
  position: absolute;
  background-image: url(../img/illst02.svg);
  width: 158px;
  height: 100%;
  top: 0;
  right: -4.8%;
  background-repeat: no-repeat;
  background-size: contain;
}
#lp_medical-sports .sec__participation .btn::after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#lp_medical-sports .sec__participation .speech-bubble {
  margin: auto 20px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
#lp_medical-sports .sec__participation .speech-bubble p span {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #000000;
}
#lp_medical-sports .sec__participation .speech-bubble p span::before {
  position: absolute;
  content: "";
  background-color: #a499c9;
  width: 2px;
  height: 50px;
  transform: rotate(-20deg);
  top: 0;
  bottom: 0;
  left: 2.5%;
  margin: auto;
}
#lp_medical-sports .sec__participation .speech-bubble p span::after {
  position: absolute;
  content: "";
  background-color: #a499c9;
  width: 2px;
  height: 50px;
  transform: rotate(20deg);
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
}
#lp_medical-sports .sec__participation .flex-link .item .btn-wrapper {
  width: 100%;
}
#lp_medical-sports .bg-yellow {
  background-color: #fff6d0;
}
#lp_medical-sports .sec__short .content-wrapper {
  padding: 50px;
  background-color: #fff;
  margin-top: 2rem;
}
#lp_medical-sports .sec__short .content-wrapper .img-box {
  margin: 2rem 0;
}
#lp_medical-sports .sec__short .content-wrapper .img-box.just {
  max-width: 706px;
  width: 100%;
  margin: 0 auto 2rem;
}
#lp_medical-sports .sec__support .headline {
  position: relative;
}
#lp_medical-sports .sec__support .headline .chara06 {
  max-width: 114px;
  width: 100%;
  left: calc(35.8% - 403px);
  top: -9.4%;
  transform: translateX(0%);
}
#lp_medical-sports .sec__support .event {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #a499c9;
  max-width: 832px;
  width: 100%;
  margin: 2rem auto;
  padding: 10px;
  color: #fff;
}
#lp_medical-sports .sec__support .--grid {
  display: grid;
}
#lp_medical-sports .sec__support .bnr__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  #lp_medical-sports .sec__support .bnr__list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.5rem;
  }
}
#lp_medical-sports .sec__support .bnr__list a {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #lp_medical-sports .sec__support .bnr__list a:hover {
    opacity: 0.7;
  }
}
#lp_medical-sports .sec__support ul li span {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #d75084;
  font-size: 22px;
  font-weight: bold;
}
#lp_medical-sports .sec__support ul li span::before {
  position: absolute;
  content: "";
  background-color: #d75084;
  width: 2px;
  height: 25px;
  transform: rotate(-20deg);
  top: 0;
  bottom: 0;
  left: 2.5%;
  margin: auto;
}
#lp_medical-sports .sec__support ul li span::after {
  position: absolute;
  content: "";
  background-color: #d75084;
  width: 2px;
  height: 25px;
  transform: rotate(20deg);
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
}


/* ---------- accordion ---------- */
#lp_medical-sports .p-accordion {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 50px 0;
}
@media only screen and (max-width: 769px) {
  #lp_medical-sports .p-accordion {
    padding: 20px 0;
  }
}
#lp_medical-sports .p-accordion-desc {
  font-size: 15px;
  font-weight: 700;
}
#lp_medical-sports .p-accordion__head {
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
#lp_medical-sports .p-accordion__head:hover {
  opacity: 0.8;
}
#lp_medical-sports .p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lp_medical-sports .p-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}
#lp_medical-sports .p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}
#lp_medical-sports .p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}
#lp_medical-sports .p-accordion__input input[name=p-accordion__block] {
  display: none;
}
#lp_medical-sports .p-accordion__input .p-accordion__block {
  cursor: pointer;
}
#lp_medical-sports .p-accordion__input .p-accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}
#lp_medical-sports .p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}
#lp_medical-sports .p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
}
/* ---------- ANIMATION ---------- */ 
#lp_medical-sports .bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}

#lp_medical-sports .bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #lp_medical-sports .kv .content__title__mv {
    height: 111.9vw;
  }
  #lp_medical-sports .headline .hl-img {
    width: calc(100vw /(375 /(var(960, 375)* .5)));
    min-width: inherit;
  }
  #lp_medical-sports .flex-link {
    display: block;
    padding: 1.5rem 0;
  }
  #lp_medical-sports .flex-link .btn-wrapper {
    width: 90%;
  }
  #lp_medical-sports .flex-link .btn-wrapper:first-child {
    padding-bottom: 1rem;
  }

  #lp_medical-sports .btn-wrapper {
    width: 100%;
    padding: 0;
  }
  #lp_medical-sports .btn {
    font-size: 1rem;
  }
  #lp_medical-sports .sec__natsucan h3 span {
    width: 45%;
    font-size: 28px;
  }
  #lp_medical-sports .sec__natsucan .title {
    font-size: 24px;
  }
  #lp_medical-sports .sec__natsucan .title span::before {
    height: 40px;
  }
  #lp_medical-sports .sec__natsucan .title span::after {
    height: 40px;
  }
  #lp_medical-sports .sec__natsucan .btn-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  #lp_medical-sports .flex {
    display: block;
  }
  #lp_medical-sports .contents__block {
    width: 90%;
    padding-block: 2.5rem;
  }
  #lp_medical-sports .item {
    width: 100%;
  }
  #lp_medical-sports .item:first-child {
    padding-bottom: 2rem;
  }
  #lp_medical-sports .sec__natsucan .days {
    width: 85%;
    margin: 1rem auto;
  }
  #lp_medical-sports .sec__natsucan .tokuten .tokuten-ttl p, #lp_medical-sports .sec__support .tokuten .tokuten-ttl p {
    font-size: 24px;
  }
  #lp_medical-sports .sec__natsucan .tokuten .tokuten-txt p {
    font-size: 22px;
  }
  #lp_medical-sports .headline .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #lp_medical-sports .headline .title span::before {
    height: 38px;
  }
  #lp_medical-sports .headline .title span::after {
    height: 38px;
  }
  #lp_medical-sports .headline .title span {
    line-height: 33px;
  }
  #lp_medical-sports .sec__kitchen-car .headline .hl-img {
    width: calc(100vw /(375 /(var(889, 375)* .5))) !important;
    min-width: inherit;
  }
  #lp_medical-sports .sec__kitchen-car .img_kitchen-car {
    margin: 1rem auto;
  }
  #lp_medical-sports .sec__charm .charm {
    margin: 2rem 0;
    width: 90%;
  }
  #lp_medical-sports .sec__charm .charm.second {
    margin-left: 10.2%;
  }
  #lp_medical-sports .sec__charm .contents__block, #lp_medical-sports .sec__short .contents__block{
    width: 100%;
  }
  #lp_medical-sports .sec__charm .other h3 {
    font-size: 18px;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #lp_medical-sports .sec__charm .btn-wrapper, #lp_medical-sports .sec__short .btn-wrapper {
    width: 90%;
    padding-bottom: 0;
    padding-top: 1.5rem;
  }
  #lp_medical-sports .sec__difference .difference .text {
    font-size: 16px;
  }
  #lp_medical-sports .sec__interview::after {
    width: 90%;
    top: -2.5%;
  }
  #lp_medical-sports .sec__participation .flex-link {
    padding-bottom: 0;
  }
  #lp_medical-sports .sec__participation .headline.deco::before, #lp_medical-sports .sec__participation .headline.deco::after {
    display: none;
  }
  #lp_medical-sports .movie_wrapper {
    margin-bottom: 0;
  }
  #lp_medical-sports .sec__participation .speech-bubble {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #lp_medical-sports .sec__short .content-wrapper {
    padding: 20px;
  }
  #lp_medical-sports .sec__support .tokuten .tokuten-ttl {
    width: 100%;
  }
  #lp_medical-sports .sec__support .tokuten .tokuten-ttl::before {
    border-bottom: solid 74px transparent;
  }
  #lp_medical-sports .sec__support .tokuten .tokuten-ttl::after {
    border-bottom: solid 74px white;
  }
  #lp_medical-sports .sec__support .event {
    font-size: 16px;
    line-height: 1.4;
  }
  #lp_medical-sports .sec__natsucan::after {
    width: 19%;
    left: 0;
  }
  #lp_medical-sports .sec__charm::after {
    width: 19%;
    top: 1.3%;
    right: 0;
  }
  #lp_medical-sports .movie_wrapper iframe {
    height: 51.1vw;
  }
}


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