@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");


/****************** case *******************/

.fv__wrapper .case__wrap {
  display: flex;
  max-width: 45%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: flex-end;
}
.fv__wrapper .case__wrap .title {
  font-family: "Anton", sans-serif;
  padding: 0.85em 2em;
  background: #121212;
  display: flex;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.086em;
  justify-content: center;
  align-items: center;
  row-gap: 0.25em;
  line-height: 1;
  text-align: center;
  font-size: 9px;
  color: #fff;
  font-weight: 400;
}
.fv__wrapper .case__wrap .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 103%;
  left: -22px;
  bottom: 0;
  background-color: #121212;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.fv__wrapper .case__wrap .contents {
  background: #fff;
  padding: 0.5em;
  width: 75%;
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
	gap: .4em;
}
.fv__wrapper .case__wrap .contents dl {
  margin: 0;
}
.fv__wrapper .case__wrap .contents .flex {
  display: flex;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.fv__wrapper .case__wrap .contents .date {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5em;
  font-style: italic;
}
.fv__wrapper .case__wrap .contents a {
  color: #202020;
  text-decoration: none;
  font-size: 0.9rem;
}
.fv__wrapper .case__wrap .contents a:hover {
  color: #172b88;
}


section#case .Inner__wrap .case__wrap {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 767px) {
  section#case .Inner__wrap .case__wrap {
    flex-direction: column;
  }
}
section#case .Inner__wrap .case__wrap .side {
  width: 15%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#case .Inner__wrap .case__wrap .side {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  section#case .Inner__wrap .case__wrap .side {
    width: 100%;
  }
}
section#case .Inner__wrap .case__wrap .side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#case .Inner__wrap .case__wrap .side ul li {
  margin-bottom: .5em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
}
section#case .Inner__wrap .case__wrap .side ul li a {
  color: #202020;
}
section#case .Inner__wrap .case__wrap .case__contents {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  section#case .Inner__wrap .case__wrap .case__contents {
    width: 100%;
    max-width: 100%;
  }
}
section#case .Inner__wrap .case__wrap ul.case {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
section#case .Inner__wrap .case__wrap ul.case li {
  margin: 0;
  padding: clamp(1em, 1vw, 2.2vw);
  border-bottom: 1px solid #ddd;
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
section#case .Inner__wrap .case__wrap ul.case li .arrow {
  margin-left: auto;
  margin-top: 1.5em;
  transition: all 0.3s;
}
section#case .Inner__wrap .case__wrap ul.case li:hover {
  opacity: 0.65;
}
section#case .Inner__wrap .case__wrap ul.case li:hover .arrow {
  margin-right: -10px;
  margin-bottom: -10px;
}
section#case .Inner__wrap .case__wrap ul.case li:hover picture {
  margin-left: 5px;
}
section#case .Inner__wrap .case__wrap ul.case li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#case .Inner__wrap .case__wrap ul.case li picture {
  display: block;
  width: 17%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#case .Inner__wrap .case__wrap ul.case li picture {
    width: 18%;
  }
}
section#case .Inner__wrap .case__wrap ul.case li picture img {
  border: 1px solid #bcbfc9;
}
section#case .Inner__wrap .case__wrap ul.case li .text {
  width: 77%;
  display: flex;
  flex-direction: column;
  row-gap: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#case .Inner__wrap .case__wrap ul.case li .text {
    width: 80%;
  }
}
section#case .Inner__wrap .case__wrap ul.case li .date {
  color: #202020;
  font-size: 0.8rem;
}
section#case .Inner__wrap .case__wrap ul.case li .icon {
  display: inline-block;
  color: #172b88;
  font-size: 0.9rem;
  text-align: center;
}
section#case .Inner__wrap .case__wrap ul.case li h3 {
  font-size: 1.07rem;
  margin: 0;
  color: #202020;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#case .Inner__wrap .case__wrap ul.case li h3 {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  section#case .Inner__wrap .case__wrap ul.case li h3 {
    font-size: 0.9rem;
  }
}
section#case .Inner__wrap .case__wrap ul.case li h3 a {
  color: #202020;
}

.tab {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.tab-list {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.2em;
}
.tab-list li {
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
}
.tab-list li a{
	text-decoration:none;
}
.tab-menu {
  align-items: center;
  color: #202020;
  cursor: pointer;
  padding: 0.25em 1em 0.25em 25px;
  border-radius: 4.6em;
  line-height: 1.1;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.25rem;
}

.tab-menu.current {
  background-color: #172b88;
  color: #fff;
  position: relative;
}

.tab-menu.current:before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}
li.tab-menu.current a{
	color:#fff !important;
}
.content-box {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 2px;
  margin: 6.7px 0;
  border-radius: 9999px;
  background-color: #000000;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
