body.scroll_off,
html.scroll_off {
  overflow: hidden;
}

body.admin-bar .header_main {
  top: 32px;
}

@media (max-width: 781px) {
  body.admin-bar .header_main {
    top: 46px;
  }
}

.logo_svg * {
  transition: fill 0.3s;
}

.logo_svg:hover .logo_in_parts_top {
  fill: #408eca;
}

.logo_svg:hover .logo_in_parts_left {
  fill: #40b8f0;
}

.logo_svg:hover .logo_in_parts_right {
  fill: #acd256;
}

.logo_svg:hover .logo_in_parts_bottom {
  fill: #40b8b0;
}

.logo_svg:hover .logo_in_text {
  fill: #4f4f4f;
}

.logo_vegekul * {
  transition: fill 0.3s;
}

.logo_vegekul:hover .in_1 {
  fill: #40bd6d;
}

.logo_vegekul:hover .in_2 {
  fill: #bb40a1;
}

.logo_vegekul:hover .in_3 {
  fill: #c0d942;
}

.logo_vegekul:hover .in_4 {
  fill: #f4a240;
}

.logo_vegekul:hover .in_5 {
  fill: #40866d;
}

.logo_vegekul:hover .in_6 {
  fill: #fddc40;
}

.logo_vegekul:hover .in_7 {
  fill: #40a671;
}

.logo_vegekul:hover .in_8 {
  fill: #ec404d;
}

.logo_vegekul:hover .logo_in_text {
  fill: #4f4f4f;
}

.ttl_ptn_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ttl_ptn_1 .main {
  width: 100%;
  display: block;
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 900px) {
  .ttl_ptn_1 .main {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .ttl_ptn_1 .main {
    font-size: 20px;
    line-height: 30px;
  }
}

.ttl_ptn_1 .ttl_image {
  margin: 20px 0 14px 0;
  display: block;
}

@media (max-width: 600px) {
  .ttl_ptn_1 .ttl_image {
    margin: 10px 0 8px;
  }
}

.ttl_ptn_1 .ttl_image svg {
  height: 40px;
  width: auto;
}

@media (max-width: 600px) {
  .ttl_ptn_1 .ttl_image svg {
    height: 20px;
  }
}

.ttl_ptn_1 .sub {
  width: 100%;
  display: block;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: var(--font-en);
}

@media (max-width: 600px) {
  .ttl_ptn_1 .sub {
    font-size: 10px;
  }
}

.ttl_ptn_2 {
  display: flex;
  justify-content: center;
}

.ttl_ptn_2 i {
  color: var(--color-red);
}

.ttl_ptn_2 i.green {
  color: #00a096;
}

.ttl_ptn_2 .text {
  padding-bottom: 16px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: center;
  border-bottom: 2px solid #787878;
}

@media (max-width: 900px) {
  .ttl_ptn_2 .text {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .ttl_ptn_2 .text {
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }
}

.header_main_spacer {
  height: 96px;
}

@media (max-width: 900px) {
  .header_main_spacer {
    height: 60px;
  }
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 12px 32px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 4px rgba(20, 20, 20, 0.2);
}

@media (max-width: 900px) {
  .header_main {
    padding: 0 0 0 16px;
    height: 60px;
  }
}

.header_main .logo {
  display: flex;
  align-items: center;
}

.header_main .logo .image {
  margin-right: 32px;
  height: 100%;
}

.header_main .logo .image .logo_svg {
  height: 48px;
  width: auto;
}

@media (max-width: 900px) {
  .header_main .logo .image .logo_svg {
    height: 30px;
  }
}

.header_main .logo .text {
  font-size: 12px;
  line-height: 18px;
  color: var(--color-black);
  letter-spacing: 0.05em;
}

@media (max-width: 1250px) {
  .header_main .logo .text {
    font-size: 11px;
  }
}

@media (max-width: 1140px) {
  .header_main .logo .text {
    display: none;
  }
}

.header_main .menu {
  display: flex;
  gap: 12px;
}

@media (max-width: 900px) {
  .header_main .menu {
    height: 100%;
    gap: 0;
  }
}

.header_main .menu a.btn {
  padding: 12px 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background: var(--color-main);
  color: #fff;
  transition: background 0.3s;
}

@media (max-width: 900px) {
  .header_main .menu a.btn {
    padding: 0;
    width: 88px;
  }
}

.header_main .menu a.btn .icon {
  margin-right: 8px;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .icon {
    margin-right: 0;
    margin-bottom: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.header_main .menu a.btn .icon svg {
  height: 24px;
  width: auto;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .icon svg {
    height: 18px;
  }
}

.header_main .menu a.btn .text {
  font-family: "sora", "Noto Sans JP", sans-serif;
  text-align: center;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .text {
    width: 100%;
  }
}

.header_main .menu a.btn .text .main {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .text .main {
    font-size: 11px;
    line-height: 11px;
  }
}

.header_main .menu a.btn .text .sub {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .text .sub {
    display: none;
  }
}

@media (max-width: 900px) {
  .header_main .menu a.btn .text .pc {
    display: none;
  }
}

.header_main .menu a.btn .text .sp {
  display: none;
}

@media (max-width: 900px) {
  .header_main .menu a.btn .text .sp {
    display: block;
  }
}

.header_main .menu a.btn.tel:hover {
  background: #408ECA;
}

.header_main .menu a.btn.mail {
  background: var(--color-sub);
}

.header_main .menu a.btn.mail .text .main {
  font-size: 22px;
  line-height: 27.5px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .header_main .menu a.btn.mail .text .main {
    font-size: 11px;
    line-height: 11px;
  }
}

.header_main .menu a.btn.mail:hover {
  background: #F4A240;
}

.top_fv .inner {
  display: grid;
  grid-template-columns: calc(100% - 980px) 980px;
}

@media (max-width: 1900px) {
  .top_fv .inner {
    grid-template-columns: calc(100% - 820px) 820px;
  }
}

@media (max-width: 1600px) {
  .top_fv .inner {
    grid-template-columns: calc(100% - 720px) 720px;
  }
}

@media (max-width: 1440px) {
  .top_fv .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .top_fv .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_fv .inner i {
  color: var(--color-red);
}

.top_fv .inner .left {
  padding: 60px 40px 0 120px;
}

@media (max-width: 1900px) {
  .top_fv .inner .left {
    padding: 60px 40px 0 80px;
  }
}

@media (max-width: 1300px) {
  .top_fv .inner .left {
    padding: 64px 32px 0 64px;
  }
}

@media (max-width: 1100px) {
  .top_fv .inner .left {
    padding: 48px 24px 0 48px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .left {
    padding: 24px 28px 0px 28px;
  }
}

.top_fv .inner .left h2 {
  margin: 20px 0;
  font-size: 64px;
  line-height: 80px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 1300px) {
  .top_fv .inner .left h2 {
    margin-top: 10px;
    font-size: 56px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .left h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 60px;
  }
}

.top_fv .inner .left p.main {
  font-size: 24px;
  font-family: "sora", "Noto Sans JP", sans-serif;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 1300px) {
  .top_fv .inner .left p.main {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .left p.main {
    font-size: 16px;
    line-height: 28px;
  }
}

.top_fv .inner .left p.main b {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 1300px) {
  .top_fv .inner .left p.main b {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .left p.main b {
    font-size: 28px;
    line-height: 28px;
  }
}

.top_fv .inner .left p.main .ja {
  font-family: "Noto Sans JP", sans-serif;
}

.top_fv .inner .left p.sub {
  margin: 20px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #787878;
}

@media (max-width: 600px) {
  .top_fv .inner .left p.sub {
    margin: 10px 0 16px 0;
    font-size: 10px;
    line-height: 15px;
  }
}

.top_fv .inner .left ul {
  display: flex;
  gap: 16px;
}

@media (max-width: 600px) {
  .top_fv .inner .left ul {
    justify-content: center;
  }
}

.top_fv .inner .left ul li {
  width: 148px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: var(--color-main);
  box-shadow: var(--shadow-pc);
}

.top_fv .inner .left ul li:nth-of-type(2) {
  background: var(--color-sub);
}

@media (max-width: 600px) {
  .top_fv .inner .left ul li {
    width: 108px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: var(--shadow-sp);
  }
}

.top_fv .inner .right {
  padding-top: 40px;
  padding-right: 220px;
  display: flex;
  justify-content: end;
  align-items: start;
  align-content: start;
}

@media (max-width: 1900px) {
  .top_fv .inner .right {
    padding-right: 160px;
  }
}

@media (max-width: 1600px) {
  .top_fv .inner .right {
    padding-right: 120px;
  }
}

@media (max-width: 1100px) {
  .top_fv .inner .right {
    padding-top: 32px;
    padding-right: 80px;
  }
}

@media (max-width: 900px) {
  .top_fv .inner .right {
    padding: 40px 80px 80px 40px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .right {
    padding: 24px 55px 28px 20px;
  }
}

.top_fv .inner .right .image_wrap {
  position: relative;
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

@media (max-width: 1900px) {
  .top_fv .inner .right .image_wrap {
    width: 75%;
  }
}

.top_fv .inner .right .application_image img,
.top_fv .inner .right .image_1 img,
.top_fv .inner .right .image_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

@media (max-width: 1300px) {
  .top_fv .inner .right .application_image img,
  .top_fv .inner .right .image_1 img,
  .top_fv .inner .right .image_2 img {
    border-radius: 20px;
  }
}

.top_fv .inner .right .application_image {
  position: absolute;
  top: 18%;
  right: 91%;
  width: 44%;
  height: auto;
}

.top_fv .inner .right .application_image img {
  border-radius: 0 !important;
}

.top_fv .inner .right .image_1 {
  width: 100%;
  aspect-ratio: 450 / 300;
}

.top_fv .inner .right .image_2 {
  position: relative;
  z-index: 20;
  margin-top: -50px;
  margin-right: -100px;
  width: 66.6%;
  aspect-ratio: 1;
}

@media (max-width: 1900px) {
  .top_fv .inner .right .image_2 {
    margin-top: -40px;
    margin-right: -80px;
  }
}

@media (max-width: 1100px) {
  .top_fv .inner .right .image_2 {
    margin-right: -40px;
  }
}

@media (max-width: 600px) {
  .top_fv .inner .right .image_2 {
    margin-right: -40px;
    margin-top: -20px;
  }
}

.top_fv .bottom_text {
  position: relative;
  z-index: 10;
  margin-bottom: 48px;
  padding: 74px 0;
}

@media (max-width: 600px) {
  .top_fv .bottom_text {
    margin-bottom: 28px;
    padding: 40px 0;
  }
}

.top_fv .bottom_text p {
  text-align: center;
  font-size: 64px;
  line-height: 80px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .top_fv .bottom_text p {
    font-size: 56px;
  }
}

@media (max-width: 800px) {
  .top_fv .bottom_text p {
    font-size: 48px;
  }
}

@media (max-width: 500px) {
  .top_fv .bottom_text p {
    font-size: 32px;
    line-height: 48px;
  }
}

.top_fv .bottom_text .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_fv .bottom_text .bg_img svg {
  width: 240px;
  height: 240px;
}

@media (max-width: 600px) {
  .top_fv .bottom_text .bg_img svg {
    width: 200px;
    height: 200px;
  }
}

.top_fv .bottom_text .bg_img svg path {
  fill: #e5f5fd;
}

.top_concept {
  padding: 80px 32px;
  background: #e5f5fd;
}

@media (max-width: 1100px) {
  .top_concept {
    padding: 80px;
  }
}

@media (max-width: 900px) {
  .top_concept {
    padding: 80px 48px;
  }
}

@media (max-width: 600px) {
  .top_concept {
    padding: 40px 28px;
  }
}

.top_concept i {
  color: var(--color-red);
}

.top_concept .wrap_image {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 600px) {
  .top_concept .wrap_image {
    margin-top: 28px;
    padding: 0 20px;
    gap: 20px;
  }
}

.top_concept .wrap_image .application_image {
  width: 237px;
}

.top_concept .wrap_image .application_image img {
  width: 100%;
  height: auto;
}

.top_concept .wrap_image .ope_image {
  width: 540px;
}

.top_concept .wrap_image .ope_image img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

@media (max-width: 600px) {
  .top_concept .wrap_image .ope_image img {
    border-radius: 20px;
  }
}

.top_concept .explanation {
  margin: 60px 0;
  line-height: 42px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .top_concept .explanation {
    margin: 40px 0;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .top_concept .explanation {
    margin: 30px 0;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
  }
}

.top_concept ul.flow_image {
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 1100px) {
  .top_concept ul.flow_image {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .top_concept ul.flow_image {
    margin-top: 48px;
  }
}

@media (max-width: 600px) {
  .top_concept ul.flow_image {
    margin-top: 30px;
    gap: 26px;
  }
}

.top_concept ul.flow_image li {
  position: relative;
  padding: 12px;
  width: 132px;
  aspect-ratio: 132 / 160;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  text-align: center;
  box-shadow: var(--shadow-pc);
}

@media (max-width: 1350px) {
  .top_concept ul.flow_image li {
    padding: 9px 12px;
    width: initial;
    flex: 1;
    font-size: 1.3vw;
  }
}

@media (max-width: 1100px) {
  .top_concept ul.flow_image li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    flex: initial;
    aspect-ratio: initial;
  }
}

@media (max-width: 600px) {
  .top_concept ul.flow_image li {
    padding: 9px 12px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    border-radius: 6px;
    box-shadow: var(--shadow-sp);
  }
}

.top_concept ul.flow_image li:last-of-type::after {
  display: none;
}

.top_concept ul.flow_image li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: no-repeat url(../img/icon/next.svg);
  background-size: contain;
  background-position: center;
}

@media (max-width: 1100px) {
  .top_concept ul.flow_image li::after {
    bottom: auto;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    transform: rotate(90deg);
  }
}

@media (max-width: 600px) {
  .top_concept ul.flow_image li::after {
    top: calc(100% + 8px);
    width: 10px;
    height: 10px;
  }
}

.solution_cases {
  margin: 80px 0;
  padding: 0 80px;
}

@media (max-width: 900px) {
  .solution_cases {
    padding: 0 48px;
  }
}

@media (max-width: 600px) {
  .solution_cases {
    margin: 40px 0;
    padding: 0 28px;
  }
}

.solution_cases .wrap_table {
  margin-top: 60px;
}

@media (max-width: 600px) {
  .solution_cases .wrap_table {
    margin-top: 30px;
  }
}

.solution_cases .wrap_table > .solution_items {
  display: grid;
  grid-template-columns: calc(100% * 3 / 5 - 10px) calc(100% * 2 / 5 - 10px);
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items {
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
  }
}

@media (max-width: 600px) {
  .solution_cases .wrap_table > .solution_items {
    gap: 30px;
  }
}

.solution_cases .wrap_table > .solution_items .in_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

@media screen and (max-width: 900px) {
  .solution_cases .wrap_table > .solution_items .in_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_content {
    gap: 16px;
  }
}

.solution_cases .wrap_table > .solution_items .in_content.clm_2 {
  margin-left: 20px;
  margin-right: -20px;
  width: calc(100 + 20px);
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items .in_content.clm_2 {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% * 2 / 3);
  }
}

@media screen and (max-width: 900px) {
  .solution_cases .wrap_table > .solution_items .in_content.clm_2 {
    width: 100%;
  }
}

.solution_cases .wrap_table > .solution_items .in_info {
  grid-column: span 3;
}

@media screen and (max-width: 900px) {
  .solution_cases .wrap_table > .solution_items .in_info {
    grid-column: span 2;
  }
}

.solution_cases .wrap_table > .solution_items .in_info.clm_2 {
  grid-column: span 2;
}

.solution_cases .wrap_table > .solution_items .in_info > svg {
  margin: 20px auto;
  width: 36px;
  height: 36px;
  display: block;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_info > svg {
    margin: 0px auto 16px auto;
    width: 24px;
    height: 24px;
  }
}

.solution_cases .wrap_table > .solution_items .in_info .in {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: var(--shadow-pc);
  border-radius: 10px;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_info .in {
    padding: 30px 0;
    box-shadow: var(--shadow-sp);
  }
}

.solution_cases .wrap_table > .solution_items .in_info .in img {
  height: 80px;
}

@media (max-width: 1350px) {
  .solution_cases .wrap_table > .solution_items .in_info .in img {
    height: 72px;
  }
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items .in_info .in img {
    height: 80px;
  }
}

@media (max-width: 800px) {
  .solution_cases .wrap_table > .solution_items .in_info .in img {
    height: 72px;
  }
}

@media (max-width: 700px) {
  .solution_cases .wrap_table > .solution_items .in_info .in img {
    height: 64px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_info .in img {
    height: 50px;
  }
}

.solution_cases .wrap_table > .solution_items .in_info .in .text {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.2em;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_info .in .text {
    margin-top: 4px;
    font-size: 15px;
    line-height: 18.8px;
  }
}

.solution_cases .wrap_table > .solution_items .in_info .in .btn {
  margin-top: 30px;
  padding: 16px 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 30px;
  background: var(--color-sub);
  transition: background 0.3s;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items .in_info .in .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 12px;
    line-height: 18px;
  }
}

.solution_cases .wrap_table > .solution_items .in_info .in .btn:hover {
  background: #F4A240;
}

.solution_cases .wrap_table > .solution_items li.item .in_assignment {
  padding: 24px 32px;
  background: #787878;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .solution_cases .wrap_table > .solution_items li.item .in_assignment {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items li.item .in_assignment {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .solution_cases .wrap_table > .solution_items li.item .in_assignment {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_assignment {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 6px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_assignment + svg {
  margin: 20px auto;
  width: 24px;
  height: auto;
  display: block;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_assignment + svg {
    margin: 12px auto;
    width: 16px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution {
  border-radius: 10px;
  box-shadow: var(--shadow-pc);
  overflow: hidden;
  background: #e5f5f4;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution {
    border-radius: 6px;
    box-shadow: var(--shadow-sp);
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution .head {
  padding: 24px 0;
  background: #00a096;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1350px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .head {
    font-size: 18px;
  }
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .head {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .head {
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution .in {
  padding: 24px 32px;
}

@media (max-width: 1350px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in {
    padding: 24px;
  }
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in {
    padding: 24px 32px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in {
    padding: 12px 16px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution .in > img {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  display: block;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in > img {
    width: 36px;
    height: 36px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution .in .ttl {
  margin: 12px 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #00a096;
  text-align: center;
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in .ttl {
    margin: 8px 0;
    font-size: 16px;
  }
}

.solution_cases .wrap_table > .solution_items li.item .in_solution .in p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

@media (max-width: 1350px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in p {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in p {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .solution_cases .wrap_table > .solution_items li.item .in_solution .in p {
    font-size: 12px;
  }
}

.ordering_easy {
  margin-top: 80px;
  padding: 0 80px;
}

@media (max-width: 900px) {
  .ordering_easy {
    padding: 0 28px;
  }
}

@media (max-width: 600px) {
  .ordering_easy {
    margin-top: 40px;
  }
}

.ordering_easy h2 {
  padding: 16px 24px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  background: #00a096;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 1000px) {
  .ordering_easy h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .ordering_easy h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .ordering_easy h2 {
    padding: 12px 20px;
  }
}

.ordering_easy h2 i {
  color: #ffeb00;
}

.ordering_easy .wrap {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 128px;
}

@media (max-width: 1300px) {
  .ordering_easy .wrap {
    gap: 80px;
  }
}

@media (max-width: 1000px) {
  .ordering_easy .wrap {
    max-width: 680px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .ordering_easy .wrap {
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 74px;
  }
}

.ordering_easy .wrap .in {
  position: relative;
}

.ordering_easy .wrap .in + .in::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 20px);
  margin: auto;
  content: "";
  display: none;
  width: 40px;
  height: 40px;
  background: url(../img/icon/down_red.svg) no-repeat center;
  background-size: contain;
  display: none;
}

@media (max-width: 1000px) {
  .ordering_easy .wrap .in + .in::before {
    display: block;
  }
}

@media (max-width: 500px) {
  .ordering_easy .wrap .in + .in::before {
    width: 32px;
    height: 32px;
  }
}

.ordering_easy .wrap .in .image {
  position: relative;
}

.ordering_easy .wrap .in .image img {
  width: 100%;
  height: auto;
}

.ordering_easy .wrap .in .image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/icon/next_red.svg) no-repeat center;
  background-size: contain;
  display: none;
}

@media (max-width: 1300px) {
  .ordering_easy .wrap .in .image::before {
    width: 40px;
    height: 40px;
  }
}

.ordering_easy .wrap .in .image.ptn_1 img {
  transform: translateX(88px);
}

@media (max-width: 1300px) {
  .ordering_easy .wrap .in .image.ptn_1 img {
    transform: translateX(60px);
  }
}

@media (max-width: 1000px) {
  .ordering_easy .wrap .in .image.ptn_1 img {
    transform: translateX(0);
  }
}

.ordering_easy .wrap .in .image.ptn_1::before {
  left: 0;
  display: block;
}

@media (max-width: 1000px) {
  .ordering_easy .wrap .in .image.ptn_1::before {
    display: none;
  }
}

.ordering_easy .wrap .in .image.ptn_2::before {
  left: calc(100% + 40px);
  display: block;
}

@media (max-width: 1300px) {
  .ordering_easy .wrap .in .image.ptn_2::before {
    left: calc(100% + 20px);
  }
}

@media (max-width: 1000px) {
  .ordering_easy .wrap .in .image.ptn_2::before {
    display: none;
  }
}

.ordering_easy .wrap .in ul {
  margin-top: 20px;
  padding: 20px;
  background: #787878;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 27px;
}

@media (max-width: 1300px) {
  .ordering_easy .wrap .in ul {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .ordering_easy .wrap .in ul {
    margin-top: 12px;
    border-radius: 6px;
  }
}

@media (max-width: 500px) {
  .ordering_easy .wrap .in ul {
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

.ordering_easy .wrap .in ul.red {
  background: var(--color-red);
}

.ordering_easy .wrap .in ul li {
  position: relative;
  padding-left: 1.6em;
}

.ordering_easy .wrap .in ul li::before {
  position: absolute;
  top: 0.65em;
  left: 0.5em;
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
}

.items_handled {
  padding: 80px;
  background: #f4f9e8;
}

@media (max-width: 900px) {
  .items_handled {
    padding: 64px 48px;
  }
}

@media (max-width: 600px) {
  .items_handled {
    padding: 40px 28px;
  }
}

.items_handled .image {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1000px) {
  .items_handled .image {
    gap: 20px;
  }
}

@media (max-width: 850px) {
  .items_handled .image {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .items_handled .image {
    margin-top: 30px;
  }
}

.items_handled .image img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border-radius: 40px;
}

@media (max-width: 850px) {
  .items_handled .image img {
    aspect-ratio: 320 / 160;
    border-radius: 20px;
  }
}

.items_handled p {
  margin: 60px 0;
  line-height: 42px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 900px) {
  .items_handled p {
    margin: 40px 0;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .items_handled p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 28px;
  }
}

.items_handled ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1300px) {
  .items_handled ul {
    gap: 10px;
  }
}

@media (max-width: 1150px) {
  .items_handled ul {
    margin: 0 auto;
    max-width: 750px;
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .items_handled ul {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .items_handled ul {
    margin: 0 -6px;
    width: calc(100% + 12px);
  }
}

.items_handled ul li {
  flex: 1;
  padding: 14px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  border: 6px solid #91c31e;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 1300px) {
  .items_handled ul li {
    font-size: 18px;
  }
}

@media (max-width: 1150px) {
  .items_handled ul li {
    flex: initial;
    width: 142px;
  }
}

@media (max-width: 600px) {
  .items_handled ul li {
    padding: 12px;
    width: 30%;
    border-width: 4px;
    border-radius: 12px;
  }
}

@media (max-width: 450px) {
  .items_handled ul li {
    font-size: 14px;
    line-height: 21px;
  }
}

.cost_efficiency {
  padding: 80px;
  background: #ffeb00;
}

@media (max-width: 900px) {
  .cost_efficiency {
    padding: 64px;
  }
}

@media (max-width: 600px) {
  .cost_efficiency {
    padding: 40px 28px;
  }
}

.cost_efficiency .wrap {
  margin: 0 auto;
  max-width: 960px;
}

.cost_efficiency .wrap i {
  color: var(--color-red);
}

.cost_efficiency .wrap h2 .sub {
  padding: 16px;
  width: 100%;
  display: block;
  color: #fff;
  background: #f08300;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 900px) {
  .cost_efficiency .wrap h2 .sub {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .cost_efficiency .wrap h2 .sub {
    padding: 12px;
    font-size: 18px;
    line-height: 27px;
  }
}

.cost_efficiency .wrap h2 .sub + .sub {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .cost_efficiency .wrap h2 .sub + .sub {
    margin-top: 12px;
  }
}

.cost_efficiency .wrap h2 .main {
  margin-top: 20px;
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 60px;
}

@media (max-width: 900px) {
  .cost_efficiency .wrap h2 .main {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .cost_efficiency .wrap h2 .main {
    margin-top: 12px;
    font-size: 24px;
    line-height: 36px;
  }
}

.cost_efficiency .wrap .image {
  position: relative;
  z-index: 10;
  margin: 60px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .cost_efficiency .wrap .image {
    margin: 30px 0;
  }
}

.cost_efficiency .wrap .image > img {
  display: block;
  height: auto;
}

.cost_efficiency .wrap .image .image_application {
  margin-right: 40px;
  width: 24.6875%;
}

@media (max-width: 700px) {
  .cost_efficiency .wrap .image .image_application {
    margin-right: 20px;
  }
}

.cost_efficiency .wrap .image .image_office {
  width: 56.25%;
}

.cost_efficiency .wrap .image .bg_image {
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  z-index: -1;
  height: 100%;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.cost_efficiency .wrap .image .bg_image img {
  height: 100%;
  width: auto;
}

@media (max-width: 1400px) {
  .cost_efficiency .wrap .image .bg_image img {
    margin-top: 3.5%;
    height: 85%;
  }
}

.cost_efficiency .wrap h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 60px;
  border-bottom: 2px solid #787878;
  text-align: center;
}

@media (max-width: 900px) {
  .cost_efficiency .wrap h3 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .cost_efficiency .wrap h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }
}

.cost_efficiency .wrap p {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .cost_efficiency .wrap p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .cost_efficiency .wrap p {
    font-size: 16px;
    line-height: 28px;
  }
}

.top_price {
  padding: 80px;
}

@media (max-width: 1100px) {
  .top_price {
    padding: 80px 40px;
  }
}

@media (max-width: 1000px) {
  .top_price {
    padding: 80px 28px;
  }
}

@media (max-width: 950px) {
  .top_price {
    padding: 64px;
  }
}

@media (max-width: 750px) {
  .top_price {
    padding: 64px 32px;
  }
}

@media (max-width: 600px) {
  .top_price {
    padding: 40px 28px;
  }
}

.top_price .lead_1 {
  margin: 60px auto 20px auto;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  background: var(--color-sub);
  box-shadow: var(--shadow-pc);
  color: #fff;
}

@media (max-width: 900px) {
  .top_price .lead_1 {
    margin: 48px auto 16px auto;
    width: 160px;
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .top_price .lead_1 {
    margin: 30px auto 12px auto;
    width: 144px;
    font-size: 24px;
    line-height: 36px;
    box-shadow: var(--shadow-sp);
  }
}

@media (min-width: 901px) {
  .top_price .lead_1.big {
    width: 240px;
    font-size: 40px;
    line-height: 60px;
  }
}

.top_price .lead_2 .main {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 600px) {
  .top_price .lead_2 .main {
    font-size: 20px;
    line-height: 30px;
  }
}

.top_price .lead_2 .main i {
  color: var(--color-sub);
}

.top_price .lead_2 .sub {
  margin-top: 10px;
  display: block;
  color: #787878;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 900px) {
  .top_price .lead_2 .sub {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .top_price .lead_2 .sub {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
}

.top_price h3 {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1300px) {
  .top_price h3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .top_price h3 {
    margin: 30px 0;
  }
}

.top_price h3 .text {
  padding-bottom: 16px;
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 2px solid #787878;
}

@media (max-width: 1300px) {
  .top_price h3 .text {
    padding-bottom: 11px;
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .top_price h3 .text {
    font-size: 24px;
    line-height: 36px;
  }
}

.top_price h3 .text i {
  color: var(--color-red);
}

.top_price .table_wrap_pc {
  margin: 0 auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: calc(100% - 306px - 36px) 306px;
  gap: 36px;
}

@media (max-width: 1300px) {
  .top_price .table_wrap_pc {
    grid-template-columns: calc(100% - 240px - 36px) 240px;
  }
}

@media (max-width: 950px) {
  .top_price .table_wrap_pc {
    display: none;
  }
}

.top_price .table_wrap_pc .table_left .head,
.top_price .table_wrap_pc .table_right .head {
  background: #e5f0f8;
}

.top_price .table_wrap_pc .table_left .head > div,
.top_price .table_wrap_pc .table_right .head > div {
  white-space: nowrap;
}

.top_price .table_wrap_pc .table_left .head,
.top_price .table_wrap_pc .table_left .row,
.top_price .table_wrap_pc .table_right .head,
.top_price .table_wrap_pc .table_right .row {
  border-top: 1px solid #787878;
}

.top_price .table_wrap_pc .table_left .head:last-of-type,
.top_price .table_wrap_pc .table_left .row:last-of-type,
.top_price .table_wrap_pc .table_right .head:last-of-type,
.top_price .table_wrap_pc .table_right .row:last-of-type {
  border-bottom: 1px solid #787878;
}

.top_price .table_wrap_pc .table_left .head > div,
.top_price .table_wrap_pc .table_left .row > div,
.top_price .table_wrap_pc .table_right .head > div,
.top_price .table_wrap_pc .table_right .row > div {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .top_price .table_wrap_pc .table_left .head > div,
  .top_price .table_wrap_pc .table_left .row > div,
  .top_price .table_wrap_pc .table_right .head > div,
  .top_price .table_wrap_pc .table_right .row > div {
    font-size: 14px;
  }
}

.top_price .table_wrap_pc .table_left .head,
.top_price .table_wrap_pc .table_left .row {
  display: grid;
  grid-template-columns: 128px 128px calc(100% - 128px - 128px - 166px) 166px;
}

@media (max-width: 1300px) {
  .top_price .table_wrap_pc .table_left .head,
  .top_price .table_wrap_pc .table_left .row {
    grid-template-columns: 110px 100px calc(100% - 110px - 100px - 155px) 155px;
  }
}

.top_price .table_wrap_pc .table_left .row > div:last-of-type {
  position: relative;
}

.top_price .table_wrap_pc .table_left .row > div:last-of-type::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/next.svg) no-repeat center;
  background-size: contain;
}

.top_price .table_wrap_pc .table_right .head,
.top_price .table_wrap_pc .table_right .row {
  display: grid;
  grid-template-columns: 200px 108px;
}

@media (max-width: 1300px) {
  .top_price .table_wrap_pc .table_right .head,
  .top_price .table_wrap_pc .table_right .row {
    grid-template-columns: 160px 88px;
  }
}

.top_price .table_wrap_pc .table_right .row > div {
  color: var(--color-red);
  font-size: 20px;
}

.top_price .table_wrap_sp {
  display: none;
}

@media (max-width: 950px) {
  .top_price .table_wrap_sp {
    display: block;
  }
}

.top_price .table_wrap_sp dl {
  display: grid;
  grid-template-columns: 300px calc(100% - 300px);
}

@media (max-width: 900px) {
  .top_price .table_wrap_sp dl {
    grid-template-columns: 220px calc(100% - 220px);
  }
}

@media (max-width: 800px) {
  .top_price .table_wrap_sp dl {
    grid-template-columns: 190px calc(100% - 190px);
  }
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp dl {
    grid-template-columns: 96px calc(100% - 96px);
  }
}

.top_price .table_wrap_sp dl + dl {
  margin-top: 50px;
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp dl + dl {
    margin-top: 30px;
  }
}

.top_price .table_wrap_sp dl dt,
.top_price .table_wrap_sp dl dd {
  padding: 16px;
  display: flex;
  align-items: center;
  border-top: 1px solid #787878;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .top_price .table_wrap_sp dl dt,
  .top_price .table_wrap_sp dl dd {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp dl dt,
  .top_price .table_wrap_sp dl dd {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
}

.top_price .table_wrap_sp dl dt:last-of-type,
.top_price .table_wrap_sp dl dd:last-of-type {
  border-bottom: 1px solid #787878;
}

.top_price .table_wrap_sp dl dt {
  background: #e5f0f8;
}

.top_price .table_wrap_sp dl.result dd {
  color: var(--color-red);
  font-size: 16px;
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp dl.result dd {
    font-size: 14px;
  }
}

.top_price .table_wrap_sp .down {
  padding: 12px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp .down {
    padding: 8px 0;
  }
}

.top_price .table_wrap_sp .down svg {
  height: 18px;
  width: 18px;
}

@media (max-width: 500px) {
  .top_price .table_wrap_sp .down svg {
    height: 12px;
    width: 12px;
  }
}

.top_price .table_wrap_sp .down svg path {
  display: block;
  fill: #787878;
}

.introduction_flow {
  padding: 80px 320px;
}

@media (max-width: 1440px) {
  .introduction_flow {
    padding: 80px;
  }
}

@media (max-width: 900px) {
  .introduction_flow {
    padding: 64px 48px;
  }
}

@media (max-width: 600px) {
  .introduction_flow {
    padding: 40px 28px;
  }
}

.introduction_flow ul.flow_image {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1040px;
  display: grid;
  gap: 70px;
}

@media (max-width: 1440px) {
  .introduction_flow ul.flow_image {
    max-width: 800px;
  }
}

@media (max-width: 900px) {
  .introduction_flow ul.flow_image {
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image {
    margin-top: 30px;
    gap: 42px;
  }
}

.introduction_flow ul.flow_image li {
  position: relative;
}

.introduction_flow ul.flow_image li:last-of-type::after {
  display: none;
}

.introduction_flow ul.flow_image li::after {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon/down_2.svg) no-repeat center;
  background-size: contain;
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li::after {
    top: calc(100% + 12px);
    width: 18px;
    height: 18px;
  }
}

.introduction_flow ul.flow_image li .inner {
  display: grid;
  grid-template-columns: 240px calc(100% - 240px);
  box-shadow: var(--shadow-pc);
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .introduction_flow ul.flow_image li .inner {
    grid-template-columns: 180px calc(100% - 180px);
  }
}

@media (max-width: 600px) {
  .introduction_flow ul.flow_image li .inner {
    border-radius: 12px;
    grid-template-columns: 140px calc(100% - 140px);
    box-shadow: var(--shadow-sp);
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner {
    grid-template-columns: 95px calc(100% - 95px);
  }
}

.introduction_flow ul.flow_image li .inner .no {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-en);
  background: #e5f5fd;
  color: #00a0eb;
}

@media (max-width: 900px) {
  .introduction_flow ul.flow_image li .inner .no {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .no {
    font-size: 16px;
  }
}

.introduction_flow ul.flow_image li .inner .in {
  padding: 30px;
}

@media (max-width: 600px) {
  .introduction_flow ul.flow_image li .inner .in {
    padding: 16px;
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .in {
    padding: 12px;
  }
}

.introduction_flow ul.flow_image li .inner .in .image {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .in .image {
    margin-bottom: 7px;
  }
}

.introduction_flow ul.flow_image li .inner .in .image img {
  height: 72px;
  width: auto;
}

@media (max-width: 900px) {
  .introduction_flow ul.flow_image li .inner .in .image img {
    height: 48px;
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .in .image img {
    height: 36px;
  }
}

.introduction_flow ul.flow_image li .inner .in p.main {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .introduction_flow ul.flow_image li .inner .in p.main {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .in p.main {
    font-size: 14px;
    line-height: 21px;
  }
}

.introduction_flow ul.flow_image li .inner .in p.sub {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 500px) {
  .introduction_flow ul.flow_image li .inner .in p.sub {
    font-size: 10px;
    line-height: 15px;
  }
}

.faq {
  padding: 80px 320px;
  background: #e5f5f4;
}

@media (max-width: 1440px) {
  .faq {
    padding: 80px;
  }
}

@media (max-width: 900px) {
  .faq {
    padding: 64px 48px;
  }
}

@media (max-width: 600px) {
  .faq {
    padding: 40px 28px;
  }
}

.faq dl {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1040px;
}

@media (max-width: 1440px) {
  .faq dl {
    max-width: 800px;
  }
}

@media (max-width: 600px) {
  .faq dl {
    margin-top: 30px;
  }
}

.faq dl dt,
.faq dl dd {
  display: grid;
  grid-template-columns: 72px calc(100% - 72px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .faq dl dt,
  .faq dl dd {
    border-radius: 6px;
    grid-template-columns: 56px calc(100% - 56px);
  }
}

.faq dl dt .ttl,
.faq dl dd .ttl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-family: var(--font-en);
}

@media (max-width: 600px) {
  .faq dl dt .ttl,
  .faq dl dd .ttl {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .faq dl dt .ttl,
  .faq dl dd .ttl {
    font-size: 18px;
  }
}

.faq dl dt .text,
.faq dl dd .text {
  padding: 22px 24px;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media (max-width: 500px) {
  .faq dl dt .text,
  .faq dl dd .text {
    padding: 17.5px 16px;
    font-size: 14px;
  }
}

.faq dl dt .ttl {
  background: #0069b9;
}

.faq dl dt .text {
  font-weight: 900;
}

.faq dl dd .ttl {
  background: #00a096;
}

.faq dl dt + dd {
  margin-top: 10px;
}

.faq dl dd + dt {
  margin-top: 40px;
}

@media (max-width: 500px) {
  .faq dl dd + dt {
    margin-top: 30px;
  }
}

.company {
  padding: 80px 200px;
}

@media (max-width: 1440px) {
  .company {
    padding: 80px 48px;
  }
}

@media (max-width: 900px) {
  .company {
    padding: 64px 48px;
  }
}

@media (max-width: 600px) {
  .company {
    padding: 40px 28px;
  }
}

.company .wrap {
  margin: 60px auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: calc(100% - 450px) 450px;
}

@media (max-width: 1440px) {
  .company .wrap {
    max-width: 1040px;
  }
}

@media (max-width: 1100px) {
  .company .wrap {
    grid-template-columns: calc(100% - 380px) 380px;
  }
}

@media (max-width: 900px) {
  .company .wrap {
    margin: 48px auto;
    grid-template-columns: calc(100% - 350px) 350px;
  }
}

@media (max-width: 800px) {
  .company .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .company .wrap {
    margin: 30px auto;
    gap: 16px;
  }
}

.company .wrap .text_in {
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.05em;
}

@media (max-width: 1100px) {
  .company .wrap .text_in {
    padding-right: 32px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .company .wrap .text_in {
    padding-right: 24px;
  }
}

@media (max-width: 800px) {
  .company .wrap .text_in {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .company .wrap .text_in {
    font-size: 16px;
    line-height: 28px;
  }
}

.company .wrap .image img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

@media (max-width: 600px) {
  .company .wrap .image img {
    border-radius: 20px;
  }
}

.company nav {
  display: flex;
  justify-content: center;
}

.company nav a svg {
  height: 60px;
  width: auto;
}

@media (max-width: 600px) {
  .company nav a svg {
    height: 40px;
  }
}

.footer_cta .image {
  position: relative;
  z-index: 10;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
}

@media (max-width: 600px) {
  .footer_cta .image {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .footer_cta .image {
    height: 200px;
  }
}

.footer_cta .image h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

@media (max-width: 1200px) {
  .footer_cta .image h2 {
    gap: 48px;
  }
}

@media (max-width: 950px) {
  .footer_cta .image h2 {
    gap: 0;
  }
}

.footer_cta .image h2 .text {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 60px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .footer_cta .image h2 .text {
    font-size: 32px;
  }
}

@media (max-width: 950px) {
  .footer_cta .image h2 .text {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .footer_cta .image h2 .text {
    margin-top: -4px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 21px;
  }
}

.footer_cta .image h2 img {
  height: 108px;
  width: auto;
  display: block;
}

@media (max-width: 1200px) {
  .footer_cta .image h2 img {
    height: 90px;
  }
}

@media (max-width: 600px) {
  .footer_cta .image h2 img {
    height: 54px;
  }
}

.footer_cta .image .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.footer_cta .image .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_cta .image .bg_img::before, .footer_cta .image .bg_img:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.footer_cta .image .bg_img:after {
  z-index: 2;
  background: rgba(20, 20, 20, 0.1);
  opacity: 0;
  transition: opacity .3s;
}

.footer_cta .image:hover .bg_img::after {
  opacity: 1;
}

.footer_cta .action_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
  .footer_cta .action_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer_cta .action_wrap .tel,
.footer_cta .action_wrap .mail {
  padding: 80px 24px;
  display: block;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  transition: background 0.3s;
}

@media (max-width: 1000px) {
  .footer_cta .action_wrap .tel,
  .footer_cta .action_wrap .mail {
    padding: 64px 24px;
  }
}

@media (max-width: 800px) {
  .footer_cta .action_wrap .tel,
  .footer_cta .action_wrap .mail {
    padding: 48px 8px;
  }
}

@media (max-width: 500px) {
  .footer_cta .action_wrap .tel,
  .footer_cta .action_wrap .mail {
    padding: 16px 0;
  }
}

.footer_cta .action_wrap .tel .icon,
.footer_cta .action_wrap .mail .icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

@media (max-width: 1000px) {
  .footer_cta .action_wrap .tel .icon,
  .footer_cta .action_wrap .mail .icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 800px) {
  .footer_cta .action_wrap .tel .icon,
  .footer_cta .action_wrap .mail .icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 500px) {
  .footer_cta .action_wrap .tel .icon,
  .footer_cta .action_wrap .mail .icon {
    width: 24px;
    height: 24px;
  }
}

.footer_cta .action_wrap .tel .icon svg,
.footer_cta .action_wrap .mail .icon svg {
  width: 100%;
  height: 100%;
}

.footer_cta .action_wrap .tel .main,
.footer_cta .action_wrap .mail .main {
  margin-top: 24px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  font-family: "sora", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 1000px) {
  .footer_cta .action_wrap .tel .main,
  .footer_cta .action_wrap .mail .main {
    font-size: 32px;
  }
}

@media (max-width: 800px) {
  .footer_cta .action_wrap .tel .main,
  .footer_cta .action_wrap .mail .main {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .footer_cta .action_wrap .tel .main,
  .footer_cta .action_wrap .mail .main {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}

.footer_cta .action_wrap .tel .main.ja,
.footer_cta .action_wrap .mail .main.ja {
  font-size: 32px;
  line-height: 56px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .footer_cta .action_wrap .tel .main.ja,
  .footer_cta .action_wrap .mail .main.ja {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .footer_cta .action_wrap .tel .main.ja,
  .footer_cta .action_wrap .mail .main.ja {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .footer_cta .action_wrap .tel .main.ja,
  .footer_cta .action_wrap .mail .main.ja {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer_cta .action_wrap .tel .sub,
.footer_cta .action_wrap .mail .sub {
  font-family: "sora", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 1000px) {
  .footer_cta .action_wrap .tel .sub,
  .footer_cta .action_wrap .mail .sub {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .footer_cta .action_wrap .tel .sub,
  .footer_cta .action_wrap .mail .sub {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .footer_cta .action_wrap .tel .sub,
  .footer_cta .action_wrap .mail .sub {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer_cta .action_wrap .tel:hover {
  background: #408ECA;
}

.footer_cta .action_wrap .mail {
  background: var(--color-sub);
}

.footer_cta .action_wrap .mail:hover {
  background: #F4A240;
}

.nav_footer {
  padding: 32px 0;
  text-align: center;
  background: #f5f5f5;
}

@media (max-width: 500px) {
  .nav_footer {
    padding: 16px 0;
  }
}

.nav_footer .privacy {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: var(--color-black);
  transition: color 0.3s;
}

@media (max-width: 500px) {
  .nav_footer .privacy {
    font-size: 12px;
    line-height: 24px;
  }
}

.nav_footer .privacy:hover {
  color: #4f4f4f;
}

.nav_footer .copyright {
  margin-top: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-family: var(--font-en);
  font-weight: 400;
}

@media (max-width: 500px) {
  .nav_footer .copyright {
    margin-top: 8px;
    font-size: 10px;
    line-height: 20px;
  }
}
