@charset "UTF-8";
html,
body,
section,
div,
p,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  margin: 0;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp-only {
    display: block;
  }
  br.pc-only {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.page-alumi {
  font-size: 18px;
  color: black;
  margin-top: 50px;
  background: #f7f7f7;
}
@media screen and (max-width: 1024px) {
	.page-alumi {margin-top: 17vw;}
}
.page-alumi p {
  line-height: 1.8;
}

#header.header_alumi {
  height: 88px;
}
#header.header_alumi .logo {
  top: 22px;
  left: 15px;
  width: 224px;
}
#header.header_alumi .logoSub {
  width: 192px;
  top: 23px;
}
#header.header_alumi .header_info_title {
  display: none;
}
#header.header_alumi .info_menu_area {
  display: none;
}

._alumi_hero {
  width: 100%;
  height: 730px;
  height: auto;
  background: url("../images/kw-aluminum/mv-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero {
    height: auto;
    margin-bottom: 40px;
  }
}
._alumi_hero_box {
  display: flex;
  max-width: 1100px;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero_box {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_hero_box {
    gap: 10px;
  }
}
._alumi_hero_box_image {
  width: 47.2%;
  max-width: 575px;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero_box_image {
    width: 90%;
    padding: 0 10px;
  }
}
._alumi_hero_box_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
._alumi_hero_box_cta {
  width: 50.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero_box_cta {
    width: 100%;
    padding: 0 4.4444444444vw 0;
  }
}
._alumi_hero_box_cta_point img {
  width: 288px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
._alumi_hero_box_cta_box {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 20px 10px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(10, 20, 100, 0.9);
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero_box_cta_box {
    margin: 0 auto;
    max-width: 614px;
    width: 100%;
    height: auto;
  }
}
._alumi_hero_box_cta_box_title {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0a1464;
}
@media screen and (max-width: 767px) {
  ._alumi_hero_box_cta_box_title {
    font-size: 16px;
  }
}
._alumi_hero_box_cta_box_logo {
  text-align: center;
  margin: 0 0 10px;
}
._alumi_hero_box_cta_box_logo img {
  margin: 0 auto;
  display: block;
  width: 322px;
  height: 77.74px;
}
@media screen and (max-width: 767px) {
  ._alumi_hero_box_cta_box_logo img {
    width: 80%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_hero_box_cta_box_logo img {
    width: 77%;
  }
}
._alumi_hero_box_cta_box_buttons {
  display: flex;
  gap: 4%;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  ._alumi_hero_box_cta_box_buttons {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
._alumi_hero_box_cta_box_buttons--regist {
  width: 48%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_box_cta_box_buttons--regist {
    width: 96%;
    margin: 0 auto;
  }
}
._alumi_hero_box_cta_box_buttons--regist a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 49px;
  background: white;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1.5px solid #707070;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  position: relative;
  padding: 10px 46px 10px 30px;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_box_cta_box_buttons--regist a {
    width: 100%;
  }
}
._alumi_hero_box_cta_box_buttons--regist a::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffc600;
  border-right: 0;
}
._alumi_hero_box_cta_box_buttons--form {
  width: 48%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_box_cta_box_buttons--form {
    width: 96%;
    margin: 0 auto;
  }
}
._alumi_hero_box_cta_box_buttons--form a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 49px;
  background: #ffc600;
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 10px 46px 10px 30px;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_box_cta_box_buttons--form a {
    width: 100%;
  }
}
._alumi_hero_box_cta_box_buttons--form a::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #0a1464;
  border-right: 0;
}
._alumi_hero_box_cta_caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 1100px) {
  ._alumi_hero_box_cta_caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_hero_box_cta_caption {
    font-size: 9px;
    line-height: 1.8;
  }
}
._alumi_hero_title {
  color: #0a1464;
  padding: 80px 42px 26px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_title {
    padding: 60px 0px 10px;
    top: 17px;
    max-width: calc(100% - 20px);
  }
}
._alumi_hero_title h1 {
  font-weight: bold;
}
._alumi_hero_title_main {
  text-align: center;
  width: 100%;
  margin-bottom: 37px;
}
@media screen and (max-width: 500px) {
  ._alumi_hero_title_main {
    margin-bottom: 28px;
  }
}
._alumi_hero_title_main_inner {
  display: inline;
  border-bottom: #0a1464 3px solid;
  width: 100%;
  font-size: min(6.03vw, 66px);
  text-align: center;
  font-weight: 860;
  text-align: center;
  color: #0a1464;
  line-height: 1em;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_title_main_inner {
    font-size: 44px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_hero_title_main_inner {
    font-size: 44px;
    line-height: 1.8em;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_hero_title_main_inner {
    font-size: 30px;
  }
}
._alumi_hero_title_main_inner--small {
  font-size: 48px;
}
._alumi_hero_title_sub {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 14px;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  font-size: min(2.45vw, 40px);
  line-height: 95px;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1182px) {
  ._alumi_hero_title_sub {
    font-size: 26px;
    line-height: 1.8em;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_hero_title_sub {
    font-size: 30px;
    white-space: inherit;
    display: block;
    text-align: center;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_hero_title_sub {
    font-size: 20px;
    line-height: 1.8em;
  }
}
._alumi_hero_title_sub--big {
  font-size: 60px;
  background: linear-gradient(transparent 60%, #f7cd00 40%);
  font-size: min(5vw, 60px);
}
@media screen and (max-width: 1182px) {
  ._alumi_hero_title_sub--big {
    font-size: 40px;
    background: linear-gradient(transparent 50%, #f7cd00 50%);
  }
}
@media screen and (max-width: 500px) {
  ._alumi_hero_title_sub--big {
    font-size: 28px;
    background: linear-gradient(transparent 50%, #f7cd00 50%);
  }
}
._alumi_hero_title--caption {
  font-size: 14px;
  text-align: right !important;
  color: #000;
}
@media screen and (max-width: 500px) {
  ._alumi_hero_title--caption {
    font-size: 11px;
  }
}
._alumi_hero_image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  bottom: -22px;
  height: 496px;
}
@media screen and (max-width: 1024px) {
  ._alumi_hero_image {
    height: 154px;
    bottom: -10px;
  }
}
._alumi_hero_image img {
  max-width: 1578px !important;
  max-height: 100%;
}
._alumi_container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
._alumi_container p {
  font-weight: 600;
  font-size: 18px;
  line-height: 32.4px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  ._alumi_container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_container p {
    letter-spacing: 0;
  }
}
._alumi_section_title {
  color: #0a1464;
  font-size: 40px;
  font-weight: 700;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1.44;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ._alumi_section_title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_section_title {
    font-size: 23px;
  }
}
._alumi_cta {
  background: #d4ebf7;
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  ._alumi_cta {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
._alumi_cta_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
._alumi_cta_box {
  display: flex;
  justify-content: center;
  /* gap: 40px; */
}
@media screen and (max-width: 1500px) {
  ._alumi_cta_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_cta_box {
    gap: 10px;
  }
}
._alumi_cta_box_left {
  width: 500px;
  display: flex;
  /* justify-content: flex-start; */
  justify-content: center;
  padding: 0;
  text-align: center;
}
/* ._alumi_cta_box_left img {
  max-width: 80%;
  width: 388px;
  margin: 0 auto;
  padding: 0;
} */
._alumi_cta_image_logo {
  width: 388px;
  height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  ._alumi_cta_box_left{width: 100%;}
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_image_logo {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_cta_image_logo {
    width: 100%;
    text-align: center;
  }
}
._alumi_cta_image_logo img {
  width: auto;
  max-width: 80% !important;
  margin: 0 auto;
  display: block;
}
._alumi_cta_box_right {
  width: calc(100% - 500px);
}
._alumi_cta_box_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #0a1464;
}
@media screen and (max-width: 1500px) {
  ._alumi_cta_box_right {
  width: 100%;
}
}
@media screen and (max-width: 767px) {
  ._alumi_cta_box_right {width: 100%;}
  ._alumi_cta_box_title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_cta_box_title {
    font-size: 19px;
    line-height: 1.5;
  }
}
._alumi_cta_box_buttons {
  display: flex;
  gap: 49px;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  ._alumi_cta_box_buttons {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
._alumi_cta_box_buttons--regist {
  width: 46%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #000;
  min-width: 310px;
}
._alumi_cta_box_buttons--regist a {
  display: grid;
  place-content: center;
  width: 260px;
  height: 49px;
  background: white;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1.5px solid #707070;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}
._alumi_cta_box_buttons--form {
  width: 46%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #000;
  min-width: 310px;
}
._alumi_cta_box_buttons--form a {
  display: grid;
  place-content: center;
  width: 260px;
  height: 49px;
  background: #ffc600;
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  width: 260px;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  min-width: 300px;
  position: relative;
}

._alumi_cta_buttons {
  display: flex;
  justify-content: center;
  gap: 86px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_buttons {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
}
._alumi_cta_button {
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_button {
    font-size: 13px;
  }
}
._alumi_cta_button a {
  display: grid;
  place-content: center;
  width: 487px;
  height: 88px;
  background: white;
  border-radius: 14px;
  font-size: 35px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_button a {
    width: 287px;
    max-width: 100%;
    height: 44px;
    font-size: 18px;
    border-radius: 7px;
  }
}
._alumi_cta_button a.yellow {
  background: #ffc600;
}
._alumi_cta_desc {
  font-size: 35px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_desc {
    font-size: 15px;
  }
}
._alumi_cta_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_logo {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_cta_logo {
    flex-direction: column;
  }
}
._alumi_cta_logo img {
  width: 375px;
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_logo img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_cta_logo img {
    width: 143px;
  }
}
._alumi_cta_logo p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_logo p {
    font-size: 12px;
  }
}
._alumi_cta_title {
  font-size: 45px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_title {
    font-size: 27px;
  }
}
._alumi_cta_image {
  display: block;
  width: 100%;
  max-width: 566px !important;
  margin: 0 auto 30px;
}
._alumi_cta_header {
  background: #f1f3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  color: #0a1464;
  height: 132px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_header {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_cta_header {
    height: 66px;
  }
}
._alumi_cta_header_logo {
  width: 389px;
}
@media screen and (max-width: 1024px) {
  ._alumi_cta_header_logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_cta_header_logo {
    width: 143px;
  }
}
._alumi_cta_header p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ._alumi_cta_header p {
    font-size: 12px;
  }
}
._alumi_intro {
  padding-top: 112px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  ._alumi_intro {
    padding-top: 36px;
    margin-bottom: 60px;
  }
}
._alumi_intro_title {
  font-size: 45px;
  font-weight: bold;
  color: #0a1464;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ._alumi_intro_title {
    font-size: 19px;
  }
}
._alumi_intro_title .note {
  font-size: 15px;
  font-weight: normal;
  color: black;
  position: absolute;
  top: 36px;
  margin-left: 1.6em;
}
@media screen and (max-width: 767px) {
  ._alumi_intro_title .note {
    font-size: 8px;
    position: relative;
    top: 0;
    display: block;
    text-align: center;
  }
}
._alumi_case {
  background: #f7f7f7;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 60px;
  padding-top: 26px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  box-sizing: border-box;
  position: relative;
  -moz-border-radius:10px;
  border-radius:10px;
}
@media screen and (max-width: 767px) {
  ._alumi_case {
    padding-top: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
._alumi_case_title {
  position: absolute;
  left: calc(50% - 225px);
  top: -35px;
  display: grid;
  place-content: center;
  width: 450px;
  height: 75px;
  background: #0a0068;
  border-radius: 30px;
  font-size: 45px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 767px) {
  ._alumi_case_title {
    width: 224px;
    height: 38px;
    border-radius: 16px;
    font-size: 20px;
    left: calc(50% - 112px);
    top: -18px;
  }
}
._alumi_case_list_container {
  display: grid;
  place-content: center;
  padding: 0;
}
._alumi_case_list_inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  ._alumi_case_list_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  ._alumi_case_list_inner {
    gap: 20px;
  }
}
._alumi_case_list_title {
  font-size: 23px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ._alumi_case_list_title {
    gap: 5px;
  }
}
._alumi_case_list_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  display: block;
}
@media screen and (max-width: 767px) {
  ._alumi_case_list_title::after {
    height: 1px;
  }
}
._alumi_case_list_row {
  display: flex;
  gap: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  ._alumi_case_list_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  ._alumi_case_list_row {
    gap: 10px;
    margin-bottom: 20px;
  }
}
._alumi_case_list_row:last-child {
  margin-bottom: 0;
}
._alumi_case_item {
  min-width: 242px;
  width: 23%;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1250px) {
  ._alumi_case_item {
    width: calc((100vw - 110px - 60px) / 4);
  }
}
@media screen and (max-width: 820px) {
  ._alumi_case_item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 767px) {
  ._alumi_case_item {
    width: calc((100% - 10px) / 2);
    padding: 20px;
  }
}
._alumi_case_item_image {
  aspect-ratio: 1;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  height: 146px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  ._alumi_case_item_image {
    height: 150px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_case_item_image {
    padding: 0;
    height: 130px;
    margin-bottom: 8px;
  }
}
._alumi_case_item_image.p0 {
  padding: 0;
}
._alumi_case_item_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  ._alumi_case_item_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
._alumi_case_item_category {
  font-weight: 600;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 58px;
  border-radius: 10px;
  background: #0a1464;
}
@media screen and (max-width: 767px) {
  ._alumi_case_item_category {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
._alumi_case_item_desc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #000;
  padding: 16px 4px 0;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  ._alumi_case_item_desc {
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_case_item_desc {
    font-size: 13px;
  }
}
._alumi_case_item_name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 13px;
  min-height: 40px;
}
.page-transparent-resin ._alumi_case_item_name {
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  ._alumi_case_item_name {
    min-height: 60px;
    font-size: 17px;
  }
}
@media screen and (max-width: 700px) {
  ._alumi_case_item_name {
    min-height: 26px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_case_item_name {
    font-size: 16px;
  }
}
._alumi_case_item_name--small {
  font-size: 13px;
  text-align: center;
}
.page-transparent-resin ._alumi_case_item_name--small{
    font-size: 11px;
}
@media screen and (max-width: 1090px) {
  ._alumi_case_item_name--small {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_case_desc {
    font-size: 12px;
  }
}
._alumi_feature {
  /*共通パーツ POINT*/
  /*共通パーツ 登録 終わり*/
  /*POINT*/
}
@media screen and (max-width: 767px) {
  ._alumi_feature {
    margin-bottom: 0;
  }
}
._alumi_feature ._alumi_case:nth-of-type(1) {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  ._alumi_feature ._alumi_case:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
._alumi_feature_container {
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  ._alumi_feature_container {
    padding: 0 0 40px 0;
  }
}
._alumi_feature .start-meviy__step--block h3 {
  min-height: 174px;
}
._alumi_feature .start-meviy__step--block {
  padding: 2em 30px 30px 30px;
}
._alumi_feature_bottom {
  background: #0a1464;
  padding: 92px 0 52px;
  position: relative;
}
._alumi_feature_bottom::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  border-top: 42px solid #f7f7f7;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  ._alumi_feature_bottom::after {
    top: -1px;
  }
}
._alumi_feature_bottom_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
._alumi_feature_bottom_text-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  ._alumi_feature_bottom_text-top {
    font-size: 22px;
    line-height: 36px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_feature_bottom_text-top {
    font-size: 19px;
    line-height: 34px;
  }
}
._alumi_feature_bottom_text-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 57.6px;
  text-align: center;
  color: #ffcd00;
  border-bottom: dashed #fff 3px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  ._alumi_feature_bottom_text-bottom {
    font-size: 30px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_feature_bottom_text-bottom {
    font-size: 21px;
    padding-bottom: 4px;
  }
}
._alumi_type_container {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  ._alumi_type_container {
    margin-bottom: 40px;
  }
}
._alumi_type_row {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

._alumi_type_table{
  width: calc(50% - 35px);
}
._alumi_type_table-box_table {
width: 100%;
}

.material_one_table ._alumi_type_row{
  justify-content: center
}
.material_one_table ._alumi_type_table{
  width: 100%
}

@media screen and (max-width: 767px) {
  ._alumi_type_row {
    flex-direction: column;
    align-items: center;
    /* gap: 70px; */
  }
  ._alumi_type_table{
    width: 98%;
    margin: 0 auto;
  }
}


@media screen and (max-width: 767px) {
  ._alumi_type_table-box_table {
    width: 100%;
    margin: 0 auto;
  }
}
._alumi_type_table-box_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #0a1464;
  margin-bottom: 40px;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  ._alumi_type_table-box_title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
._alumi_type_table-box_title::before {
  content: "";
  width: 6px;
  height: 24px;
  background: #0a1464;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

._alumi_type_table-box_table tr {
  width: 250px;
  height: 40px;
}
._alumi_type_table-box_table tr th {
  background: #0f218b;
  border: 1px solid #0f218b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  width: 250px;
  text-align: left;
  padding: 10px;
}
._alumi_type_table-box_table tr th:first-child {
  border-right: 1px solid #fff;
}
.material_one_table ._alumi_type_table-box_table tr th {
  border-right: 1px solid #fff;
}
.material_one_table ._alumi_type_table-box_table tr th:last-child{
  border-right: 1px solid #0f218b;
}

@media screen and (max-width: 600px) {
  ._alumi_type_table-box_table tr th {
    font-size: 12px;
    padding: 5px;
  }
}
._alumi_type_table-box_table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* font-size: 15px; */
  line-height: 1.8;
  text-align: left;
  color: #000;
  width: 260px;
  background: #fff;
  border: 1px solid #0f218b;
  text-align: left;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  ._alumi_type_table-box_table tr td {
    font-size: 12px;
    padding: 5px;
  }
}
._alumi_type_table-box_table tr td .title {
  background: #d4ebf7;
}
._alumi_type_table-box_table tr td.title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  color: #000;
  width: 260px;
  background: #d4ebf7;
  border: 1px solid #0f218b;
  text-align: left;
}
@media screen and (max-width: 600px) {
  ._alumi_type_table-box_table tr td.title {
    font-size: 12px;
  }
}
._alumi_type_table ul{
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
._alumi_type_table ul li,
._alumi_type_table p{
  font-size: 14px;
  margin-bottom: 7px;
  padding: 0;
  word-break: break-all !important;
  overflow-wrap: break-word;
}
._alumi_flow_container {
  /*共通パーツ 登録*/
  /*共通パーツ 登録 終わり*/
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container {
    margin-bottom: 0;
  }
}
._alumi_flow_container_text {
  font-weight: bold;
  font-size: 20px;
  line-height: 32.4px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  ._alumi_flow_container_text {
    padding: 0 10px 30px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_flow_container_text {
    font-size: 18px;
  }
}
._alumi_flow_container_chart {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart {
    padding-top: pxtovw(45);
    padding: 0 20px;
  }
}
._alumi_flow_container_chart_item {
  max-width: 1000px;
  width: 100%;
  height: 378px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #0a1464;
  position: relative;
  padding: 24px 32px;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #f2f2f2 50%, #f2f2f2 100%);
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item {
    height: auto;
    background: linear-gradient(to right, #fff 0%, #fff 70%, #f2f2f2 70%, #f2f2f3 30%);
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item {
    padding: 24px 20px;
  }
}
._alumi_flow_container_chart_item::after {
  width: 43px;
  height: 25px;
  content: "";
  background-image: url(../images/kw-aluminum/step-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -48px;
  margin: auto;
}
._alumi_flow_container_chart_item_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
._alumi_flow_container_chart_item_number {
  width: 158px;
  height: 50px;
  border-radius: 8px 0 8px 0;
  background: #56c1e1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._alumi_flow_container_chart_item_number .big {
  font-size: 32px;
}
._alumi_flow_container_chart_item_left {
  padding-top: 66px;
  max-width: 380px;
}
@media screen and (max-width: 1000px) {
  ._alumi_flow_container_chart_item_left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_flow_container_chart_item_left {
    margin-bottom: 40px;
  }
}
._alumi_flow_container_chart_item_left--step02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-top: 66px;
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item_left--step02 {
    padding-bottom: 40px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item_right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item_right-inner img {
    max-width: 518px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
._alumi_flow_container_chart_item_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 65px;
  text-align: left;
  color: #0a1464;
}
@media screen and (max-width: 1024px) {
  ._alumi_flow_container_chart_item_title {
    line-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_flow_container_chart_item_title {
    margin-bottom: 30px;
  }
}
._alumi_flow_container_chart_item_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28.8px;
  text-align: left;
  color: #000;
  padding-bottom: 30px;
}
._alumi_flow_container_chart_item_text a {
  color: #0a1464;
  border-bottom: 1px solid #0a1464;
}
._alumi_flow_container_chart_item:last-child::after {
  display: none;
}
._alumi_flow_container_chart .btn_new-account {
  width: auto;
  max-width: 267px;
  height: 53px;
  background: #0a1464;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
}
._alumi_flow_container_chart .btn_new-account a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 12px 50px 12px 28px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  ._alumi_flow_container_chart .btn_new-account a {
    font-size: 17px;
    padding: 11px 50px 13px 24px;
  }
}
._alumi_flow_container_chart .btn_new-account a::after {
  width: 11px;
  height: 17px;
  content: "";
  background-image: url(../images/kw-aluminum/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
._alumi_video_section_title {
  color: #0a1464;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  width: max-content;
}
@media screen and (max-width: 767px) {
  ._alumi_video_section_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_video_section_title {
    font-size: 21px;
    letter-spacing: 0;
  }
}
._alumi_video_wrapper {
  height: auto;
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 1300px) {
  ._alumi_video_wrapper {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}
._alumi_video_contents {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  ._alumi_video_contents {
    max-width: 100%;
    padding: 0 10px;
  }
}
._alumi_video_contents img {
  max-width: 880px !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #0a1464;
  margin: 0 auto;
}
._alumi_video_contents iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  ._alumi_product_container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_product_container {
    padding: 0 0;
  }
}
._alumi_product_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  ._alumi_product_row {
    padding-bottom: 20px;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_product_row {
    padding-bottom: 0;
    gap: 13px;
  }
}
._alumi_product_item {
  max-width: calc((100% - 45px) / 6);
  width: calc((100% - 45px) / 6);
  min-height: 295px;
  background: #fff;
  border: 1px solid #0a1464;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  ._alumi_product_item {
    max-width: 180px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  ._alumi_product_item {
    width: 48%;
  }
}
._alumi_product_item .btn-mistumori {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #0a1464;
  display: flex;
  align-items: center;
  justify-content: center;
}
._alumi_product_item .btn-mistumori a {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #0a1464;
  display: block;
}
@media screen and (max-width: 500px) {
  ._alumi_product_item .btn-mistumori a {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
._alumi_product_name {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #0a1464;
  line-height: 1.4;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  ._alumi_product_name {
    font-size: 19px;
  }
}
@media screen and (max-width: 500px) {
  ._alumi_product_name {
    font-size: 17px;
  }
}
._alumi_product_image {
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
._alumi_product_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
._alumi_product_more-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  color: #0a1464;
}
@media screen and (max-width: 500px) {
  ._alumi_product_more-link {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}
._alumi_product_more-link a {
  color: #0a1464;
}
._alumi_product .btn-mitsumori {
  width: 161.15px;
  height: 50px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #0a1464;
}
._alumi_alumi_type table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
._alumi_alumi_type th,
._alumi_alumi_type td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
._alumi_alumi_type th {
  background-color: #f2f2f2;
}
._alumi_points {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  ._alumi_points {
    margin-bottom: 40px;
  }
}
._alumi_points_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 88px 78px;
}
@media screen and (max-width: 820px) {
  ._alumi_points_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
._alumi_points_article_title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.428;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  ._alumi_points_article_title {
    font-size: 24px;
    padding-left: 10px;
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  ._alumi_points_article_title {
    font-size: 18px;
  }
}
._alumi_points_article_title--num {
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgb(1, 92, 176);
  background: linear-gradient(90deg, rgb(1, 92, 176) 0%, rgb(6, 27, 145) 100%);
  font-size: 30px;
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 820px) {
  ._alumi_points_article_title--num {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
}
._alumi_points_article_image {
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  ._alumi_points_article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  ._alumi_points_article p {
    font-size: 12px;
  }
}
._alumi_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  ._alumi_pc {
    display: none;
  }
}
._alumi_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._alumi_sp {
    display: block;
  }
}
._alumi_sp_sm {
  display: none;
}
@media screen and (max-width: 767px) {
  ._alumi_sp_sm {
    display: block;
  }
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

/*共通Firstview　ボタン*/
.wcl-firstview__nav a.wcl-firstview__nav--button {
  border-radius: 100px;
  padding: 5px 44px 5px 5px;
  width: 100%;
  height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffcd00;
  border: 1px solid #ffcd00;
  position: relative;
  overflow: hidden;
  color: #0a1464;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.wcl-firstview__nav a.wcl-firstview__nav--button.white {
  background: #fff;
  border: 1px solid #0a1464;
}

.wcl-firstview__nav a.wcl-firstview__nav--button::after {
  content: "";
  background: url(https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_bw_r.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wcl-firstview__nav--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  max-width: 500px;
  margin: 0 auto;
}

/*共通Firstview　ボタン　終わり*//*# sourceMappingURL=lp-aluminum.css.map */