* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  padding-left: 0;
}

li {
  text-decoration: none;
}

body {
  width: 100%;
}

header {
  width: calc(100% - 12px);
  height: min(6.94vw, 100px);
  position: fixed;
  top: min(1.11vw, 16px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 51px;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: initial;
    top: 40px;
    border-radius: initial;
    background: initial;
    padding: 0;
  }
}
header .header_left {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  header .header_left {
    display: none;
  }
}
header .header_left .toTOP {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: min(18px, 1.25vw);
  font-style: normal;
  font-weight: 350;
  line-height: 1;
  border-radius: 32.5px;
  border: 1px solid #004B43;
  background: #FFF;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 63.7%;
  padding: 0 min(2.78vw, 40px);
}
@media screen and (max-width: 768px) {
  header .header_left .toTOP {
    display: none;
  }
}
header .header_left .to_entry {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(18px, 1.25vw);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  border-radius: 32.5px;
  border: 1px solid #FFF;
  background: #089D8C;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 63.7%;
  padding: 0 min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  header .header_left .to_entry {
    display: none;
  }
}
header .header_right {
  height: 100%;
  display: flex;
  align-items: center;
  gap: min(53px, 3.68vw);
  margin-right: min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  header .header_right {
    display: none;
  }
}
header .header_right .page_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  header .header_right .page_link {
    display: none;
  }
}
header .header_right .page_link a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(0.42vw, 6px);
  color: #004B43;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
header .header_right .page_link a span {
  color: #089D8C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.97vw, 14px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
header .header_right .button_link {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  header .header_right .button_link {
    display: none;
  }
}
header .header_right .button_link .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header_right .button_link .sp_br {
    display: initial;
  }
}
header .header_right .button_link .expert {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.83vw, 12px);
  padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
  border-radius: 40px;
  background: #089D8C;
}
@media screen and (max-width: 768px) {
  header .header_right .button_link .expert {
    width: 48.58%;
    font-size: 16px;
    border-radius: 6px;
    gap: 20px;
    padding: 16px 20px;
  }
}
header .header_right .button_link .customer {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
  border-radius: 40px;
  background: #004B43;
}
@media screen and (max-width: 768px) {
  header .header_right .button_link .customer {
    width: 48.58%;
    font-size: 16px;
    border-radius: 6px;
    gap: 20px;
    padding: 16px 20px;
  }
}
header .sp_header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp_header {
    display: flex;
  }
}
header .sp_header .link {
  transform: translateX(20px);
  display: flex;
  align-items: center;
}
header .sp_header .link .toTOP {
  height: 80px;
}
header .sp_header .link a {
  display: flex;
  align-items: center;
}
header .sp_header .link img {
  height: 80px;
  vertical-align: bottom;
}
header .sp_header .link .expert {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.83vw, 12px);
  padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
  border-radius: 40px;
  background: #089D8C;
}
@media screen and (max-width: 768px) {
  header .sp_header .link .expert {
    width: 156px;
    font-size: 16px;
    border-radius: 6px;
    justify-content: space-between;
    padding: 16px 14px;
    background: #089D8C;
  }
}
header .sp_header .link .customer {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
  border-radius: 40px;
  background: #004B43;
}
@media screen and (max-width: 768px) {
  header .sp_header .link .customer {
    width: 156px;
    font-size: 16px;
    border-radius: 6px;
    justify-content: space-between;
    padding: 16px 14px;
    background: #004B43;
  }
}
header .sp_header .hamburger {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #004B43;
  position: relative;
  z-index: 10;
}
header .sp_header .hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 12px);
  transition: all 0.2s ease-in-out;
}
header .sp_header .hamburger span:nth-child(1) {
  top: calc(50% - 3px);
}
header .sp_header .hamburger span:nth-child(2) {
  top: calc(50% + 3px);
}
header .sp_header .hamburger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
header .sp_header .hamburger.active span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
header .sp_header .hamburger_content {
  width: 350px;
  height: 150px;
  padding: 20px 70px 20px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  opacity: 0;
  justify-content: space-between;
}
header .sp_header .hamburger_content .flex_link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
header .sp_header .hamburger_content .flex_link a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #004B43;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
header .sp_header .hamburger_content .flex_link a span {
  font-family: "Noto Sans JP", sans-serif;
  color: #089D8C;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-reverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.background {
  z-index: -2;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #089D8C;
}
.background img {
  width: 100%;
  height: 100%;
}

main {
  width: 100%;
  position: relative;
  z-index: 0;
}
main .fv {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 100px;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .fv {
    margin: auto;
  }
}
main .fv .title {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: min(0.69vw, 10px);
  padding-left: 9.03%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .fv .title {
    display: none;
  }
}
main .fv .title h1 {
  width: fit-content;
  color: #004B43;
  background: #FFF;
  font-family: Futura, sans-serif;
  font-size: min(6.67vw, 96px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 14.2px;
  padding: 0 min(2.78vw, 40px);
}
main .fv .title h2 {
  width: fit-content;
  color: #004B43;
  background: #FFF;
  font-family: Futura, sans-serif;
  font-size: min(9.86vw, 142px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 14.2px;
  padding: 0 min(2.78vw, 40px);
}
main .fv .title .title_block {
  position: absolute;
}
main .fv .title .title_block svg {
  transform: translate(-50px, -100%);
  width: auto;
  height: min(7vw, 102px);
}
main .fv .image {
  width: 47%;
  padding-right: 3%;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  main .fv .image {
    width: 100%;
    height: 60%;
    padding: 0;
    position: relative;
  }
}
main .fv .image img {
  width: 100%;
  height: 100%;
  transform: rotateY(-20deg);
  transform-origin: right center;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  main .fv .image img {
    transform: rotateY(-30deg);
    object-position: top;
  }
}
main .fv .image .title_sp {
  width: 50%;
  display: none;
  flex-direction: column;
  gap: min(0.69vw, 10px);
  padding-left: 9.03%;
}
main .fv .image .title_sp .title_block svg {
  transform: translateY(50px);
  height: 10vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  main .fv .image .title_sp {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
  }
}
main .fv .animation_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .fv .animation_area #circle_1 {
  position: absolute;
  top: 20%;
  left: 30%;
  opacity: 0;
  transform: translateY(60px);
}
main .fv .animation_area #circle_2 {
  position: absolute;
  bottom: 30%;
  left: 20%;
  opacity: 0;
  transform: translateY(20px);
}
main .fv .animation_area #circle_3 {
  position: absolute;
  bottom: 0;
  right: 10%;
  opacity: 0;
  transform: translateY(100px);
}
main .work {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
main .work .width_wrapper {
  width: 100%;
  padding: 0 5%;
}
main .work .width_wrapper .title {
  position: relative;
  margin-bottom: min(5.56vw, 80px);
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .title {
    margin-bottom: 100px;
  }
}
main .work .width_wrapper .title h2 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(35px, 2.43vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.5px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .title h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
  }
}
main .work .width_wrapper .title h3 {
  font-family: "futura-pt", sans-serif;
  color: rgba(0, 75, 67, 0.5);
  font-size: min(11.88vw, 171px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -8.55px;
  position: absolute;
  top: -100%;
  left: 0;
  transform: translateX(30%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .title h3 {
    font-family: "futura-pt", sans-serif;
    color: rgba(0, 75, 67, 0.5);
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4.5px;
    transform: translateX(30%) translateY(36%);
  }
}
main .work .width_wrapper .summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary {
    flex-direction: column;
    margin-bottom: min(6.94vw, 100px);
  }
}
main .work .width_wrapper .summary .text {
  width: 80%;
  padding: 0 5.56%;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .text {
    width: 100%;
    padding: 0;
  }
}
main .work .width_wrapper .summary .text .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.67vw, 24px);
  margin-bottom: min(2.08vw, 30px);
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .text .title {
    gap: 6px;
    margin-bottom: 24px;
  }
}
main .work .width_wrapper .summary .text .title h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(30px, 2.08vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .text .title h4 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .text .title svg {
    width: 14px;
  }
}
main .work .width_wrapper .summary .text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(18px, 1.25vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.3px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .text p {
    display: none;
  }
}
main .work .width_wrapper .summary .text .subtitle {
  transform: translateX(-10px);
}
main .work .width_wrapper .summary .text .space {
  padding-bottom: 10px;
}
main .work .width_wrapper .summary .sp_p {
  width: 100%;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 32px;
  display: none;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .summary .sp_p {
    display: block;
  }
}
main .work .width_wrapper .flow {
  width: 100%;
  margin-bottom: min(4.86vw, 60px);
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow {
    display: none;
  }
}
main .work .width_wrapper .flow .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.67vw, 24px);
  margin-bottom: min(2.78vw, 40px);
}
main .work .width_wrapper .flow .title h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(2.5vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .title h4 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .title svg {
    width: 14px;
  }
}
main .work .width_wrapper .flow .flow_step {
  width: 100%;
  display: flex;
  gap: min(3vw, 43px);
  padding: 0 5.56%;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step {
    padding: 0;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex {
    flex-direction: column;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .text {
  width: 100%;
}
main .work .width_wrapper .flow .flow_step .flow_flex .text .title {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: min(0.69vw, 10px);
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .text .title {
    gap: 6px;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .text .title .line {
  width: min(4.17vw, 60px);
  height: 1px;
  background: #FFF;
  transform: translateY(min(-0.69vw, -10px));
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .text .title .line {
    width: 45px;
    transform: translateY(-6px);
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .text .title h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(18px, 1.25vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  display: none;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .text .title h4 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    display: block;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .text .title span {
  font-family: "futura-pt", sans-serif;
  color: #FFF;
  font-size: min(45px, 3.125vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .text .title span {
    font-family: "futura-pt", sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .text p {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .text p {
    display: none;
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .image {
  width: 100%;
  opacity: 0;
  padding-bottom: 60%;
  overflow: hidden;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .image {
    transform: translateY(60px);
  }
}
main .work .width_wrapper .flow .flow_step .flow_flex .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
main .work .width_wrapper .flow .flow_step .flow_flex .sp_p {
  width: 100%;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: clamp(12px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  display: block;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex .sp_p {
    display: block;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .flow .flow_step .flow_flex:nth-child(2) {
    flex-direction: column-reverse;
  }
}
main .work .width_wrapper .sp_closing_area {
  display: none;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area {
    display: flex;
  }
}
main .work .width_wrapper .sp_closing_area span {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
main .work .width_wrapper .sp_closing_area span.open svg {
  transform: rotate(180deg);
}
main .work .width_wrapper .sp_closing_area .sp_flow {
  width: 100%;
  margin-top: 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
main .work .width_wrapper .sp_closing_area .sp_flow .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.67vw, 24px);
  margin-bottom: min(2.78vw, 40px);
}
main .work .width_wrapper .sp_closing_area .sp_flow .title h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(2.5vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .title h4 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .title svg {
    width: 14px;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(11.11vw, 160px);
  padding: 0 5.56%;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step {
    padding: 0;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex {
    flex-direction: column;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text {
  width: 100%;
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: min(0.69vw, 10px);
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title {
    gap: 6px;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title .line {
  width: min(4.17vw, 60px);
  height: 1px;
  background: #FFF;
  transform: translateY(min(-0.69vw, -10px));
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title .line {
    width: 45px;
    transform: translateY(-6px);
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(1.74vw, 25px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title h4 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title span {
  font-family: "futura-pt", sans-serif;
  color: #FFF;
  font-size: min(4.17vw, 60px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text .title span {
    font-family: "futura-pt", sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .text p {
    display: none;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex .sp_p {
  width: 100%;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  main .work .width_wrapper .sp_closing_area .sp_flow .flow_step .flow_flex:nth-child(2) {
    flex-direction: column-reverse;
  }
}
main .work .width_wrapper .sp_closing_area .sp_flow.show {
  max-height: 5000px;
  margin-bottom: 40px;
}
main .training {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
main .training .width_wrapper {
  width: 100%;
  padding: 55px 9.5% 0;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper {
    display: block;
  }
}
main .training .width_wrapper .title_wrapper .title {
  margin-bottom: min(1.39vw, 20px);
}
main .training .width_wrapper .title_wrapper .title h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .title h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
main .training .width_wrapper .title_wrapper .title h3 {
  font-family: "futura-pt", sans-serif;
  color: #089D8C;
  font-size: min(6.94vw, 100px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .title h3 {
    font-family: "futura-pt", sans-serif;
    color: #089D8C;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4px;
  }
}
main .training .width_wrapper .title_wrapper .description {
  display: inline-block;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: min(4.44vw, 64px);
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .description {
    padding: 0;
  }
}
main .training .width_wrapper .title_wrapper .description span {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.67vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .description span {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
main .training .width_wrapper .title_wrapper .description p {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.11vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .description p {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
main .training .width_wrapper .title_wrapper .description .pc_area {
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .title_wrapper .description .pc_area {
    display: none;
  }
}
main .training .width_wrapper .sp_area {
  display: none;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_area {
    display: block;
  }
}
main .training .width_wrapper .structure {
  width: 100%;
  padding: 0 5.56%;
  margin-bottom: min(3.47vw, 50px);
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .structure {
    display: none;
    padding: 0;
  }
}
main .training .width_wrapper .structure h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(2.08vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .structure h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.3px;
  }
}
main .training .width_wrapper .structure .item_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .structure .item_flex {
    flex-direction: column;
  }
}
main .training .width_wrapper .structure .item_flex img {
  width: 32.08%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .structure .item_flex img {
    width: 111%;
    margin-bottom: 16px;
  }
}
main .training .width_wrapper .structure .item_flex p {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .structure .item_flex p {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    margin-bottom: 36px;
  }
}
main .training .width_wrapper .structure .margin {
  margin-bottom: min(3.47vw, 50px);
}
main .training .width_wrapper .sp_closing_area {
  display: none;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area {
    display: flex;
  }
}
main .training .width_wrapper .sp_closing_area span {
  font-family: "Noto Sans JP", sans-serif;
  color: #004B43;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
main .training .width_wrapper .sp_closing_area span svg path {
  stroke: #004B43;
}
main .training .width_wrapper .sp_closing_area span.open svg {
  transform: rotate(180deg);
}
main .training .width_wrapper .sp_closing_area .sp_structure {
  width: 100%;
  padding: 0 5.56%;
  margin-top: 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area .sp_structure {
    padding: 0;
  }
}
main .training .width_wrapper .sp_closing_area .sp_structure h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(2.08vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area .sp_structure h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.3px;
  }
}
main .training .width_wrapper .sp_closing_area .sp_structure .item_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area .sp_structure .item_flex {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
main .training .width_wrapper .sp_closing_area .sp_structure .item_flex img {
  width: 49.31%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area .sp_structure .item_flex img {
    width: 111%;
    margin-bottom: 16px;
  }
}
main .training .width_wrapper .sp_closing_area .sp_structure .item_flex p {
  width: 48.52%;
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main .training .width_wrapper .sp_closing_area .sp_structure .item_flex p {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    margin-bottom: 36px;
  }
}
main .training .width_wrapper .sp_closing_area .sp_structure .margin {
  margin-bottom: min(3.47vw, 50px);
}
main .training .width_wrapper .sp_closing_area .sp_structure.show {
  max-height: 5000px;
}
main .benefit {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto min(3.47vw, 50px);
}
@media screen and (max-width: 768px) {
  main .benefit {
    margin: 120px auto min(3.47vw, 50px);
  }
}
main .benefit .padding_wrapper {
  width: 100%;
  padding: 0 9.5%;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper {
    padding: 0;
  }
}
main .benefit .padding_wrapper .width_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper {
    padding: 0;
    flex-direction: column;
    position: relative;
  }
}
main .benefit .padding_wrapper .width_wrapper .title_sp {
  width: 100%;
  padding: 0 5%;
  margin-bottom: min(1.67vw, 24px);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .title_sp {
    display: block;
  }
}
main .benefit .padding_wrapper .width_wrapper .title_sp h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  transform: translateY(50%);
}
main .benefit .padding_wrapper .width_wrapper .title_sp h3 {
  font-family: "futura-pt", sans-serif;
  color: #089D8C;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4px;
}
main .benefit .padding_wrapper .width_wrapper img {
  width: 32.08%;
  object-fit: cover;
  transform-origin: left center;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper img {
    width: 100%;
    transform: rotateY(28deg);
  }
}
@keyframes benefit-img {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(20deg);
  }
}
@keyframes benefit-img-reverse {
  from {
    transform: rotateY(20deg);
  }
  to {
    transform: rotateY(0);
  }
}
main .benefit .padding_wrapper .width_wrapper .text {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text {
    width: 100%;
    padding: 0 5%;
    display: block;
  }
}
main .benefit .padding_wrapper .width_wrapper .text .title {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text .title {
    display: none;
  }
}
main .benefit .padding_wrapper .width_wrapper .text .title h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
}
main .benefit .padding_wrapper .width_wrapper .text .title h3 {
  font-family: "futura-pt", sans-serif;
  color: #00B19E;
  font-size: min(6.67vw, 96px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.88px;
}
main .benefit .padding_wrapper .width_wrapper .text p {
  width: 60%;
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.11vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: min(2.08vw, 30px); /* 154.545% */
  letter-spacing: 2.2px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text p {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
    padding: 40px 0 0;
    width: 100%;
  }
}
main .benefit .padding_wrapper .width_wrapper .text ul {
  width: 60%;
  padding-left: clamp(15px, 2vw, 30px);
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text ul {
    width: auto;
    margin-top: 50px;
  }
}
main .benefit .padding_wrapper .width_wrapper .text ul li {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: min(2.92vw, 42px);
  letter-spacing: 2.2px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text ul li {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
  }
  main .benefit .padding_wrapper .width_wrapper .text ul li br {
    display: none;
  }
}
main .benefit .padding_wrapper .width_wrapper .text a {
  display: block;
  width: 50%;
  padding: min(0.69vw, 10px);
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: min(2.36vw, 34px); /* 188.889% */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  main .benefit .padding_wrapper .width_wrapper .text a {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
    padding-left: 10px;
  }
}
main .interview {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .interview {
    margin: 120px auto min(3.47vw, 50px);
  }
}
main .interview .padding_wrapper {
  width: 100%;
  padding: 0 9.5%;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper {
    padding: 0;
  }
}
main .interview .padding_wrapper .width_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper {
    padding: 0;
    flex-direction: column-reverse;
    position: relative;
  }
}
main .interview .padding_wrapper .width_wrapper .title_sp {
  width: 100%;
  padding: 0 5%;
  margin-top: 50px;
  margin-bottom: min(1.67vw, 24px);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .title_sp {
    display: block;
  }
}
main .interview .padding_wrapper .width_wrapper .title_sp h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  transform: translateY(50%);
}
main .interview .padding_wrapper .width_wrapper .title_sp h3 {
  font-family: "futura-pt", sans-serif;
  color: #089D8C;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4px;
}
main .interview .padding_wrapper .width_wrapper img {
  width: 32.08%;
  object-fit: cover;
  transform-origin: right center;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper img {
    width: 100%;
    transform: rotateY(28deg);
    transform-origin: left center;
  }
}
@keyframes interview-img {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-20deg);
  }
}
@keyframes interview-img-reverse {
  from {
    transform: rotateY(-20deg);
  }
  to {
    transform: rotateY(0);
  }
}
main .interview .padding_wrapper .width_wrapper .text {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .text {
    padding: 0 5%;
    display: block;
  }
}
main .interview .padding_wrapper .width_wrapper .text .title {
  width: 40%;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .text .title {
    display: none;
  }
}
main .interview .padding_wrapper .width_wrapper .text .title h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
}
main .interview .padding_wrapper .width_wrapper .text .title h3 {
  font-family: "futura-pt", sans-serif;
  color: #00B19E;
  font-size: min(6.67vw, 96px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.88px;
}
main .interview .padding_wrapper .width_wrapper .text div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .text div {
    width: 100%;
  }
}
main .interview .padding_wrapper .width_wrapper .text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.11vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: min(2.08vw, 30px); /* 154.545% */
  letter-spacing: 2.2px;
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .text p {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
    margin-top: 95px;
  }
}
main .interview .padding_wrapper .width_wrapper .text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: clamp(100px, 13.8vw, 200px);
  padding: min(0.69vw, 10px);
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.11vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: min(2.36vw, 34px); /* 188.889% */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  main .interview .padding_wrapper .width_wrapper .text a {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
    padding: 35px 20px 0;
  }
}
main .info {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
main .info .width_wrapper {
  width: 100%;
  padding: min(6.94vw, 100px) 10.282%;
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper {
    padding: 56px 0;
  }
}
main .info .width_wrapper .title {
  width: 100%;
  margin-bottom: min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .title {
    margin-bottom: 30px;
    padding: 0 5%;
  }
}
main .info .width_wrapper .title h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(20px, 1.39vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .title h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
main .info .width_wrapper .title h3 {
  font-family: "futura-pt", sans-serif;
  color: #089D8C;
  font-size: min(9.72vw, 140px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -8.5px;
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .title h3 {
    font-family: "futura-pt", sans-serif;
    color: #089D8C;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4.5px;
  }
}
main .info .width_wrapper .content_area {
  width: 100%;
}
main .info .width_wrapper .content_area .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(1.67vw, 24px);
}
main .info .width_wrapper .content_area .tabs .tab {
  width: 20.14%;
  padding: min(1.11vw, 16px) 0;
  background: #004B43;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(2.08vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .content_area .tabs .tab {
    width: 28.72%;
    padding: 10px 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
  }
}
main .info .width_wrapper .content_area .tabs .tab.active {
  background: #FFF;
  color: #FF6969;
}
main .info .width_wrapper .content_area .content {
  width: 100%;
  background: #FFF;
  padding: min(4.86vw, 70px) 6.94%;
  display: none;
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .content_area .content {
    padding: 46px 5%;
  }
}
main .info .width_wrapper .content_area .content .item_flex {
  width: 100%;
  display: flex;
  margin-bottom: min(3.47vw, 50px);
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .content_area .content .item_flex {
    align-items: center;
    flex-direction: column;
  }
}
main .info .width_wrapper .content_area .content .item_flex span {
  width: 19.61%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #000;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #004B43;
  padding-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .content_area .content .item_flex span {
    width: 160px;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
main .info .width_wrapper .content_area .content .item_flex p {
  width: 80.39%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.04vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #004B43;
  padding: 0 4.05% min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  main .info .width_wrapper .content_area .content .item_flex p {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    border-bottom: initial;
    padding: 0;
    margin-bottom: 24px;
  }
}
main .info .width_wrapper .content_area .content .item_flex:last-child {
  margin-bottom: 0;
}
main .info .width_wrapper .content_area .content.active {
  display: block;
}
main .faq {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
main .faq .width_wrapper {
  width: 100%;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper {
    padding: 30px 0;
  }
}
main .faq .width_wrapper .title {
  width: 100%;
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .title {
    margin-bottom: 30px;
    padding: 0 5%;
  }
}
main .faq .width_wrapper .title h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .title h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
main .faq .width_wrapper .title h3 {
  font-family: "futura-pt", sans-serif;
  color: #089D8C;
  font-size: min(9.72vw, 140px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -8.5px;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .title h3 {
    font-family: "futura-pt", sans-serif;
    color: #089D8C;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4.5px;
  }
}
main .faq .width_wrapper .content_area {
  width: 100%;
}
main .faq .width_wrapper .content_area .tabs {
  width: 100%;
  display: none;
  align-items: flex-end;
  gap: min(1.67vw, 24px);
  margin-bottom: -1px;
}
main .faq .width_wrapper .content_area .tabs .tab {
  width: 20.14%;
  padding: min(1.11vw, 16px) 0;
  background: #089D8C;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(2.08vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #089D8C;
  border-left: 1px solid #089D8C;
  border-right: 1px solid #089D8C;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .content_area .tabs .tab {
    width: 28.72%;
    padding: 10px 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
  }
}
main .faq .width_wrapper .content_area .tabs .tab.active {
  background: #FFF;
  color: #FF6969;
}
main .faq .width_wrapper .content_area .content {
  width: 100%;
  background: #FFF;
  padding: min(4.86vw, 70px) 3.73%;
  border: 1px solid #089D8C;
  display: none;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .content_area .content {
    padding: 46px 5%;
  }
}
main .faq .width_wrapper .content_area .content .item_flex {
  width: 100%;
  display: flex;
  margin-bottom: min(1.53vw, 22px);
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .content_area .content .item_flex {
    align-items: center;
    flex-direction: column;
  }
}
main .faq .width_wrapper .content_area .content .item_flex span {
  width: 34.44%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #000;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #004B43;
  padding-bottom: min(1.39vw, 20px);
  display: flex;
}
main .faq .width_wrapper .content_area .content .item_flex span div {
  font-family: "Noto Sans JP", sans-serif;
  color: #089D8C;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .content_area .content .item_flex span {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  main .faq .width_wrapper .content_area .content .item_flex span div {
    font-size: 18px;
  }
}
main .faq .width_wrapper .content_area .content .item_flex p {
  width: 65.56%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.04vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #004B43;
  padding: 0 0 min(1.39vw, 20px) 10px;
  display: flex;
  align-items: baseline;
}
main .faq .width_wrapper .content_area .content .item_flex p .answer {
  font-family: "Noto Sans JP", sans-serif;
  color: #089D8C;
  font-size: min(1.04vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  transform: translateY(0);
  width: initial;
  border-bottom: initial;
  padding-bottom: initial;
  display: initial;
}
@media screen and (max-width: 768px) {
  main .faq .width_wrapper .content_area .content .item_flex p {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    border-bottom: initial;
    padding: 0;
    margin-bottom: 24px;
  }
  main .faq .width_wrapper .content_area .content .item_flex p .answer {
    font-size: 15px;
  }
}
main .faq .width_wrapper .content_area .content .item_flex:last-child {
  margin-bottom: 0;
}
main .faq .width_wrapper .content_area .content.active {
  display: block;
}
main .bg_white {
  width: 100%;
  background: #FFF;
  padding-bottom: min(4.17vw, 60px);
}

footer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.08%;
  padding: min(6.94vw, 100px) 0 min(5.56vw, 80px);
}
footer span {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  footer span {
    font-size: 8px;
  }
}

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