#timeperformance main * {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#timeperformance main .medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#timeperformance main .bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#timeperformance main .inner {
  position: relative;
  width: 94%;
  max-width: 1280px;
  margin: auto;
}
#timeperformance main #main {
  position: relative;
  background: url(../images/timeperformance/main.webp) no-repeat 100% 100%;
  background-size: cover;
  padding: 0;
  min-height: 880px;
}
@media screen and (max-width: 1920px) {
  #timeperformance main #main {
    min-height: 680px;
  }
}
@media screen and (max-width: 1280px) {
  #timeperformance main #main {
    min-height: 580px;
  }
}
@media screen and (max-width: 768px) {
  #timeperformance main #main {
    background-image: url(../images/timeperformance/main-sp.webp);
    background-size: contain;
    min-height: 380px;
  }
}
#timeperformance main #main .title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #timeperformance main #main .title {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
}
#timeperformance main #main .title h1 {
  font-size: clamp(26px, 1.159rem + 1.99dvw, 44px);
  color: #000;
  margin: 0;
  width: fit-content;
  text-align: left;
  line-height: 1.5;
}
#timeperformance main #main .title p {
  font-size: clamp(14px, 0.720rem + 0.66dvw, 20px);
  line-height: 1.75;
  margin-top: 1em;
}
#timeperformance main #main .cap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em;
  font-size: clamp(10px, 0.573rem + 0.22dvw, 12px);
}
#timeperformance main #contents .tit-s {
  font-size: clamp(10px, 0.547rem + 0.33dvw, 13px);
  color: #c77878;
}
#timeperformance main #contents .tit-l {
  font-size: clamp(20px, 0.939rem + 1.33dvw, 32px);
  margin: 1em 0;
}
#timeperformance main #contents .txt {
  font-size: clamp(12px, 0.646rem + 0.44dvw, 16px);
  line-height: 2;
}
#timeperformance main #contents .photo {
  position: relative;
  line-height: 1;
  font-size: 0;
}
#timeperformance main #contents .photo img {
  position: relative;
  line-height: 1;
  font-size: 0;
}
#timeperformance main #contents .photo .cap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em;
  font-size: clamp(10px, 0.573rem + 0.22dvw, 12px);
  color: #000;
}
#timeperformance main #contents .photo .cap.tc-w {
  color: #fff;
  text-shadow: 0 0 4px #000;
  filter: drop-shadow(0 0 4px #000);
}
#timeperformance main #contents .photo .cap.ta-l {
  right: auto;
  left: 0;
}
#timeperformance main #contents .photo .cap.btm {
  bottom: 1.5em;
}
#timeperformance main #contents .sec01 {
  padding: 3em 1em;
  background: #f8efef;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  border-radius: 25px;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec01 {
    margin-bottom: 2em;
  }
}
#timeperformance main #contents .sec01 .left {
  width: 40%;
}
@media screen and (max-width: 1280px) {
  #timeperformance main #contents .sec01 .left {
    width: fit-content;
  }
}
#timeperformance main #contents .sec01 .right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  width: 58%;
}
@media screen and (max-width: 1280px) {
  #timeperformance main #contents .sec01 .right {
    width: 100%;
  }
}
#timeperformance main #contents .sec01 .right .table1, #timeperformance main #contents .sec01 .right .table2 {
  padding: 1em 2em;
  background: #d9e9f1;
  border-radius: 12px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec01 .right .table1, #timeperformance main #contents .sec01 .right .table2 {
    width: 100%;
  }
}
#timeperformance main #contents .sec01 .right .table1 p, #timeperformance main #contents .sec01 .right .table2 p {
  font-size: clamp(14px, 0.720rem + 0.66dvw, 20px);
  color: #668ab9;
  margin: 1.5em auto 1em;
  text-align: center;
}
#timeperformance main #contents .sec01 .right .table1 ul, #timeperformance main #contents .sec01 .right .table2 ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#timeperformance main #contents .sec01 .right .table1 ul li, #timeperformance main #contents .sec01 .right .table2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
}
#timeperformance main #contents .sec01 .right .table1 ul li p, #timeperformance main #contents .sec01 .right .table2 ul li p {
  font-size: clamp(12px, 0.646rem + 0.44dvw, 16px);
  color: #000;
  margin: 0;
}
#timeperformance main #contents .sec01 .right .table1 ul li img, #timeperformance main #contents .sec01 .right .table2 ul li img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}
#timeperformance main #contents .sec01 .right .table1 {
  position: relative;
}
#timeperformance main #contents .sec01 .right .table1::after {
  content: "";
  background: url(../images/timeperformance/arrow.png) 100% 100%/contain no-repeat;
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec01 .right .table1::after {
    width: 60px;
    height: 60px;
    right: auto;
    top: auto;
    left: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -40px;
    transform: rotate(90deg);
  }
}
#timeperformance main #contents .sec01 .right .table2 {
  background: #F1DDDD;
}
#timeperformance main #contents .sec01 .right .table2 p {
  color: #c77878;
}
#timeperformance main #contents .sec02 {
  padding: 2em 1em 4em;
  background: #FFF7E5;
  border-radius: 25px;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec02 {
    padding: 1em 1em 2em;
    margin-bottom: 2em;
  }
}
#timeperformance main #contents .sec02 .tit-l {
  text-align: center;
}
#timeperformance main #contents .sec02 .tab-area {
  width: 96%;
  margin: auto;
}
#timeperformance main #contents .sec02 .tab-area .tab {
  display: flex;
  gap: 5px;
}
#timeperformance main #contents .sec02 .tab-area .tab li {
  cursor: pointer;
  padding: 0.25em 1em;
  width: 33.3333333333%;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0 0;
  opacity: 0.4;
  transition: 0.3s;
  font-size: clamp(19px, 0.903rem + 1.22dvw, 30px);
}
#timeperformance main #contents .sec02 .tab-area .tab li.active {
  opacity: 1;
}
#timeperformance main #contents .sec02 .tab-area .tab li:nth-child(1) {
  background: #de9c33;
}
#timeperformance main #contents .sec02 .tab-area .tab li:nth-child(2) {
  background: #64b581;
}
#timeperformance main #contents .sec02 .tab-area .tab li:nth-child(3) {
  background: #e59070;
}
#timeperformance main #contents .sec02 .tab-area .tab-cnt {
  display: grid;
}
#timeperformance main #contents .sec02 .tab-area .tab-cnt .photo {
  grid-area: 1/1;
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#timeperformance main #contents .sec02 .tab-area .tab-cnt .photo.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
#timeperformance main #contents .sec02 .tab-area .tab-cnt .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#timeperformance main #contents .sec02 .map-area {
  width: 90%;
  margin: 4em auto 0;
}
@media screen and (max-width: 1280px) {
  #timeperformance main #contents .sec02 .map-area {
    margin: 2em auto 0;
  }
}
#timeperformance main #contents .sec02 .map-area ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
#timeperformance main #contents .sec02 .map-area ul li {
  width: calc(33.3333333333% - 1em);
}
@media screen and (max-width: 1280px) {
  #timeperformance main #contents .sec02 .map-area ul li {
    width: calc(50% - 1em);
  }
}
#timeperformance main #contents .sec02 .map-area div {
  margin: 2em auto;
}
#timeperformance main #contents .sec02 .map-area div img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 820px;
  margin: auto;
}
#timeperformance main #contents .sec03 {
  padding: 2em 1em 4em;
  background: #eef2e1;
  border-radius: 25px;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec03 {
    padding: 1em 1em 2em;
    margin-bottom: 2em;
  }
}
#timeperformance main #contents .sec03 .tit-l {
  text-align: center;
}
#timeperformance main #contents .sec03 .tit-l img {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
}
#timeperformance main #contents .sec03 .flex-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4em 2em;
}
#timeperformance main #contents .sec03 .flex-box dl {
  width: calc(25% - 2em);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec03 .flex-box dl {
    width: calc(50% - 2em);
  }
}
#timeperformance main #contents .sec03 .flex-box dl dt {
  font-size: clamp(13px, 0.683rem + 0.55dvw, 18px);
  color: #7c9e13;
  margin-bottom: 0.5em;
}
#timeperformance main #contents .sec03 .flex-box dl dd {
  font-size: clamp(11px, 0.610rem + 0.33dvw, 14px);
  margin-bottom: 1em;
}
#timeperformance main #contents .sec03 .flex-box dl dd:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
#timeperformance main #contents .sec03 .flex-box2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin: 4em auto 0;
}
#timeperformance main #contents .sec03 .flex-box2 dl {
  width: calc(50% - 2em);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec03 .flex-box2 dl {
    width: 100%;
  }
}
#timeperformance main #contents .sec03 .flex-box2 dl dt {
  font-size: clamp(13px, 0.683rem + 0.55dvw, 18px);
  color: #7c9e13;
  margin-bottom: 0.5em;
}
#timeperformance main #contents .sec03 .flex-box2 dl dd {
  font-size: clamp(11px, 0.610rem + 0.33dvw, 14px);
  margin-bottom: 1em;
}
#timeperformance main #contents .sec03 .flex-box2 dl dd:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
#timeperformance main #contents .sec04 {
  position: relative;
  padding: 2em 2em 4em;
  border-radius: 25px;
  margin-bottom: 4em;
  background: url(../images/timeperformance/sec04-bg.webp) bottom right/contain no-repeat, #D3E1EB;
}
#timeperformance main #contents .sec04 .btn-block {
  margin: 4em auto 0;
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec04 .btn-block {
    margin: 1em auto 2em;
    gap: 1em;
  }
}
#timeperformance main #contents .sec04 .btn-block li {
  margin: 0;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec04 .btn-block li {
    width: 100%;
  }
}
#timeperformance main #contents .sec04 .btn-block li:first-child {
  background: #1d283e;
}
#timeperformance main #contents .sec04 .btn-block li:last-child {
  background: #998045;
}
#timeperformance main #contents .sec04 .btn-block li.btn {
  margin: 0;
  position: relative;
}
#timeperformance main #contents .sec04 .btn-block li.btn::after {
  content: "";
  width: 0.5em;
  height: 0.825em;
  background: url(../images/top3/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec04 .btn-block li.btn::after {
    width: 0.3em;
    height: 0.54em;
    right: 0.75em;
  }
}
#timeperformance main #contents .sec04 .btn-block li.btn a {
  padding: 1em 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: clamp(13px, 0.683rem + 0.55dvw, 18px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #timeperformance main #contents .sec04 .btn-block li.btn a {
    padding: 0.8em 0 0.5em;
    line-height: 1.2;
  }
}
#timeperformance main #contents .sec04 .cap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em;
  font-size: clamp(10px, 0.573rem + 0.22dvw, 12px);
  color: #fff;
}/*# sourceMappingURL=timeperformance.css.map */