@charset "UTF-8";
/* ------------------------------------------------------------ Initialization of the browser style */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  padding: 0;
  margin: 0;
  /*zoom: 1;*/
  font-style: normal;
  font-weight: normal;
  word-break: break-all;
  color: #090014;
}

/* ------------------------------------------------------------ body reset */
* {
  box-sizing: border-box;
}

table {
  font-size: 100%;
}

strong {
  font-weight: normal;
}

/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: 0;
}
button:disabled {
  cursor: not-allowed !important;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: unset !important;
}

label {
  cursor: pointer;
}

/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
  border: 0;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

/* ------------------------------------------------------------ img */
*:first-child + html img {
  vertical-align: bottom;
}

* html img {
  vertical-align: bottom;
}

img {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ input */
input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: unset;
}

*:first-child + html input {
  vertical-align: middle;
}

* html input {
  vertical-align: middle;
}

/* ------------------------------------------------------------ select */
select {
  vertical-align: middle;
}

*:first-child + html select {
  vertical-align: middle;
}

* html select {
  vertical-align: middle;
}

.md_sp {
  display: none !important;
}

@media screen and (max-width: 1023.89px) {
  .lg_pc {
    display: none !important;
  }
  .md_sp {
    display: block !important;
  }
}
@font-face {
  font-family: "HiraKakuProN-W6";
  src: url("../../../assets/font/Hiragino_Kaku_Gothic_ProN_W6/Hiragino_Kaku_Gothic_ProN_W6.otf");
}
@font-face {
  font-family: "FuturaStd-Medium";
  src: url("../../../assets/font/Futura_Std_Medium/Futura_Std_Medium.otf");
}
@font-face {
  font-family: "FuturaStd-Light";
  src: url("../../../assets/font/Futura_Std_Light/Futura_Std_Light.otf");
}
@font-face {
  font-family: "FuturaStd-Heavy";
  src: url("../../../assets/font/Futura_Std_Heavy/Futura_Std_Heavy.otf");
}
@font-face {
  font-family: "HiraKakuProN-W3";
  src: url("../../../assets/font/HiraKakuPro-W3.otf");
}
.wrap-header {
  position: relative;
  height: 90vh;
}
.wrap-header.wrap_privacy {
  height: auto;
}
.wrap-header .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrap-header .background.SP {
  display: none;
}
.wrap-header .header {
  padding: 13px 20px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wrap-header .header .logo img {
  max-width: 150px;
}
.wrap-header .header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.wrap-header .header .menu .item_menu {
  cursor: pointer;
}
.wrap-header .header .menu .item_menu a {
  font-size: 20px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.wrap-header .header .menu .item_menu.contact {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 6px 21px 6px 33px;
  border-radius: 16px;
  background: #fff;
  align-items: center;
}
.wrap-header .header .menu .item_menu.contact a {
  color: #090014;
}
.wrap-header .header .menu-mobi {
  display: none;
  height: 2rem;
  width: 3rem;
  text-align: center;
  line-height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.wrap-header .header .menu-mobi span {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-header .header .menu-mobi::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-header .header .menu-mobi::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-header .header_body {
  max-width: 930px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 9%;
}
.wrap-header .header_body .header_body_left {
  max-width: 518px;
  width: 100%;
}
.wrap-header .header_body .header_body_left .title {
  font-size: 63px;
  color: #fff;
  font-family: "FuturaStd-Medium";
  word-break: break-word;
}
.wrap-header .header_body .header_body_left .des {
  font-size: 28px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.wrap-header .header_body .header_body_right img {
  max-width: 300px;
  margin-bottom: 20px;
}
.wrap-header .header_body_bottom {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 65px;
  margin-top: 41px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5);
}
.wrap-header .header_body_bottom .group_header_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.wrap-header .header_body_bottom .group_header_bottom .first {
  font-size: 13px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.wrap-header .header_body_bottom .group_header_bottom .list_img img {
  width: 25px;
}
.wrap-header .header_body_bottom .group_header_bottom .last {
  font-size: 23px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.wrap-header .title_about {
  font-size: 63px;
  color: #fff;
  font-family: "FuturaStd-Medium";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}

.nav_mobi {
  display: none;
}

@media (max-width: 1024px) {
  .wrap-header {
    height: 76vh;
  }
  .wrap-header.wrap_about {
    height: 52vh;
  }
}
@media (max-width: 992px) {
  .wrap-header {
    height: 76vh;
  }
  .wrap-header .header_body {
    margin-top: 4%;
  }
  .wrap-header .header_body_bottom {
    max-width: 80%;
  }
  .wrap-header.wrap_about {
    height: 65vh;
  }
}
@media (max-width: 768px) {
  .wrap-header {
    height: 100vh;
  }
  .wrap-header.wrap_about {
    height: 80vh;
  }
  .wrap-header .background.PC {
    display: none;
  }
  .wrap-header .background.SP {
    display: block;
  }
  .wrap-header .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .wrap-header .header.menu--alt {
    background: rgba(0, 0, 0, 0.7);
  }
  .wrap-header .header.active {
    border-bottom-right-radius: 0;
  }
  .wrap-header .header .menu {
    display: none;
  }
  .wrap-header .header .menu-mobi.active::after {
    transform: rotate(-45deg);
    bottom: 40%;
  }
  .wrap-header .header .menu-mobi.active::before {
    transform: rotate(45deg);
    top: 50%;
  }
  .wrap-header .header .menu-mobi.active > span {
    display: none;
  }
  .wrap-header .header .bar {
    display: block;
  }
  .wrap-header .header_body {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 0;
    padding-top: 80px;
  }
  .wrap-header .header_body .header_body_left {
    padding: 0 34px;
    margin-top: 2%;
  }
  .wrap-header .header_body .header_body_left .title {
    font-size: 38px;
    padding-bottom: 25px;
  }
  .wrap-header .header_body_bottom {
    flex-direction: column;
    row-gap: 10px;
    width: 70%;
    margin-top: 7px;
    margin: 0 auto;
    padding: 5px 36px;
  }
  .wrap-header .header_body_bottom .group_header_bottom .first {
    font-size: 11px;
  }
  .wrap-header .header_body_bottom .group_header_bottom .last {
    font-size: 21px;
  }
  .wrap-header .title_about {
    font-size: 34px;
    padding-top: 50%;
    margin-top: 0;
  }
  .nav_mobi .nav {
    position: fixed;
    right: 0;
    top: 78px;
    background: rgba(0, 0, 0, 0.5);
    width: 250px;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 999;
  }
  .nav_mobi .nav.menu--alt {
    background: rgba(0, 0, 0, 0.7);
  }
  .nav_mobi .nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 1rem 1.2rem;
    display: inline-block;
  }
  .nav_mobi .nav li a:hover {
    color: #F9ED00;
  }
  .nav_mobi .nav li.contact {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 6px 15px 6px 25px;
    border-radius: 16px;
    background: #fff;
    align-items: center;
    max-width: 230px;
    margin-left: 12px;
  }
  .nav_mobi .nav li.contact a {
    color: #090014;
  }
}
@media (max-width: 475px) {
  .wrap-header {
    height: 100vh;
  }
  .wrap-header.wrap_about {
    height: 60vh;
  }
  .wrap-header .background.PC {
    display: none;
  }
  .wrap-header .background.SP {
    display: block;
  }
  .wrap-header .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .wrap-header .header .menu {
    display: none;
  }
  .wrap-header .header .menu-mobi.active::after {
    transform: rotate(-45deg);
    bottom: 40%;
  }
  .wrap-header .header .menu-mobi.active::before {
    transform: rotate(45deg);
    top: 50%;
  }
  .wrap-header .header .menu-mobi.active > span {
    display: none;
  }
  .wrap-header .header .bar {
    display: block;
  }
  .wrap-header .header_body {
    flex-direction: column;
    row-gap: 32px;
    margin-top: 0;
    padding-top: 80px;
  }
  .wrap-header .header_body .header_body_left {
    padding: 0 34px;
    margin-top: 5%;
  }
  .wrap-header .header_body .header_body_left .title {
    font-size: 38px;
    padding-bottom: 25px;
  }
  .wrap-header .header_body .header_body_left .des {
    font-size: 18px;
  }
  .wrap-header .header_body_bottom {
    flex-direction: column;
    row-gap: 10px;
    max-width: 275px;
    margin: 0 auto;
    margin-top: -10px;
    padding: 5px 36px;
  }
  .wrap-header .header_body_bottom .group_header_bottom .first {
    font-size: 11px;
  }
  .wrap-header .header_body_bottom .group_header_bottom .last {
    font-size: 21px;
  }
  .wrap-header .title_about {
    font-size: 34px;
    padding-top: 50%;
    margin-top: 0;
  }
  .nav_mobi .nav {
    position: fixed;
    right: 0;
    top: 78px;
    background: rgba(0, 0, 0, 0.5);
    width: 250px;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 999;
  }
  .nav_mobi .nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 1rem 1.2rem;
    display: inline-block;
  }
  .nav_mobi .nav li a:hover {
    color: #F9ED00;
  }
  .nav_mobi .nav li.contact {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 6px 15px 6px 25px;
    border-radius: 16px;
    background: #fff;
    align-items: center;
    max-width: 230px;
    margin-left: 12px;
  }
  .nav_mobi .nav li.contact a {
    color: #090014;
  }
}
.footer .content_footer {
  max-width: 906px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 72px;
}
.footer .content_footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 117px;
}
.footer .content_footer ul li {
  width: calc((100% - 60px) / 2);
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(9, 0, 20, 0.34);
}
.footer .content_footer ul li a {
  font-size: 25px;
  display: block;
  font-family: "FuturaStd-Light";
  color: #090014;
}
.footer .content_footer ul li::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #090014;
  bottom: 0;
}
.footer .content_footer .text {
  padding: 6px 0;
  display: block;
  border-bottom: 1px solid rgba(9, 0, 20, 0.34);
  font-size: 13px;
  color: #1C1619;
}
.footer .content_footer .text.last {
  border-bottom: none;
}
.footer .content_footer .logo3 {
  display: block;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 39px;
  max-width: 212px;
}
.footer .coppy_right {
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090014;
}
.footer .coppy_right span {
  color: #fff;
  font-size: 13px;
  font-family: "HiraKakuProN-W3";
}

.scroll {
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 85px;
}

@media (max-width: 768px) {
  .footer .content_footer {
    padding: 0 34px;
    margin-top: 33px;
  }
  .footer .content_footer ul {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 49px;
  }
  .footer .content_footer ul li {
    width: 100%;
  }
  .footer .content_footer ul li a {
    font-size: 20px;
  }
  .footer .content_footer .text {
    font-size: 11px;
  }
  .scroll {
    position: fixed;
    cursor: pointer;
    right: 25px;
    bottom: 65px;
    width: 45px;
    height: 45px;
  }
}
.service {
  margin-top: 24px;
}
.service .title {
  font-size: 60px;
  color: #090014;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
}
.service .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #090014;
}
.service .service_body {
  max-width: 549px;
  width: 100%;
  margin: 0 auto;
}
.service .service_body .title_service {
  font-size: 29px;
  color: #1C1619;
}
.service .service_body .line {
  width: 100%;
  height: 1px;
  background: rgba(9, 0, 20, 0.34);
  margin-bottom: 15px;
  position: relative;
}
.service .service_body .line::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #090014;
  top: 0;
  left: 0;
}
.service .service_body .des_service {
  font-size: 17px;
}
.service .content_service {
  max-width: 920px;
  padding: 0 10px;
  margin: auto;
  margin-top: 30px;
}
.service .content_service .box_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 17px;
       column-gap: 17px;
  margin-bottom: 67px;
}
.service .content_service .box_content img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .content_service .box_content .box_left {
  width: 50%;
}
.service .content_service .box_content .box_left .box_title {
  font-size: 30px;
  color: #1C1619;
}
.service .content_service .box_content .box_left .subtitle {
  font-size: 14px;
  color: #4D4D4D;
}
.service .content_service .box_content .box_left .line {
  width: 80%;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 26px;
  background: #090014;
}
.service .content_service .box_content .box_left .text {
  width: 76%;
  font-size: 21px;
  color: #1C1619;
  word-break: break-word;
}

@media (max-width: 768px) {
  .service .title {
    font-size: 32px;
  }
  .service .service_body {
    padding: 0 25px;
  }
  .service .service_body .title_service {
    font-size: 17px;
    word-break: break-word;
  }
  .service .service_body .des_service {
    font-size: 11px;
    word-break: break-word;
  }
  .service .content_service {
    padding: 0 25px;
  }
  .service .content_service .box_content {
    flex-direction: column;
    margin-bottom: 30px;
    row-gap: 25px;
  }
  .service .content_service .box_content img {
    width: 100%;
    order: 1;
  }
  .service .content_service .box_content .box_left {
    width: 100%;
    order: 2;
  }
  .service .content_service .box_content .box_left .box_title {
    font-size: 21px;
  }
  .service .content_service .box_content .box_left .subtitle {
    font-size: 10px;
  }
  .service .content_service .box_content .box_left .text {
    font-size: 14px;
  }
  .service .content_service .box_content .box_left .line {
    width: 100%;
  }
}
.about {
  margin-top: 72px;
}
.about .title {
  font-size: 60px;
  color: #090014;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
}
.about .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #090014;
}
.about .content_service {
  margin-top: 30px;
}
.about .content_service .box_content {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 110px;
       column-gap: 110px;
  margin-bottom: 67px;
}
.about .content_service .box_content .image_box {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .content_service .box_content .image_box.index {
  max-width: 450px;
}
.about .content_service .box_content .box_left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .content_service .box_content .box_left.index {
  width: calc(100% - 40px);
  padding-right: 40px;
}
.about .content_service .box_content .box_left.end {
  width: 100%;
  max-width: 650px;
}
.about .content_service .box_content .box_left .group .box_title_about {
  font-size: 63px;
  color: #090014;
  font-family: "FuturaStd-Light";
}
.about .content_service .box_content .box_left .group .box_title {
  font-size: 30px;
  color: #1C1619;
}
.about .content_service .box_content .box_left .group .box_title.index {
  font-size: 33px;
}
.about .content_service .box_content .box_left .group .subtitle {
  font-size: 14px;
  color: #4D4D4D;
}
.about .content_service .box_content .box_left .group .line {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 26px;
  background: #090014;
}
.about .content_service .box_content .box_left .group .text_about {
  width: 80%;
  font-size: 20px;
  color: #1C1619;
}
.about .content_service .box_content .box_left .group .text {
  width: 80%;
  font-size: 13px;
  color: #1C1619;
  word-break: break-word;
}
.about .content_service .box_content .box_left .group .text.index {
  max-width: 560px;
  font-size: 18px;
}
.about .content_service .box_content .box_left .group .text.index strong {
  font-size: 27px;
}
.about .content_service .box_content .box_left .about_us {
  padding: 21px 60px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: center;
  background: #090014;
  cursor: pointer;
}
.about .content_service .box_content .box_left .about_us span {
  font-size: 19px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.about .content_service .box_content .box_left_about {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .content_service .box_content .box_left_about .group .box_title_about {
  font-size: 63px;
  color: #090014;
  font-family: "FuturaStd-Light";
}
.about .content_service .box_content .box_left_about .group .box_title {
  font-size: 30px;
  color: #1C1619;
}
.about .content_service .box_content .box_left_about .group .subtitle {
  font-size: 14px;
  color: #4D4D4D;
}
.about .content_service .box_content .box_left_about .group .line {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 26px;
  background: #090014;
}
.about .content_service .box_content .box_left_about .group .text_about {
  width: 80%;
  font-size: 20px;
  color: #1C1619;
}
.about .content_service .box_content .box_left_about .group .text {
  width: 80%;
  font-size: 13px;
  color: #1C1619;
}
.about .content_service .box_content.end {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .about {
    margin-top: 32px;
  }
  .about .title {
    font-size: 32px;
  }
  .about .content_service .box_content {
    flex-direction: column;
    margin-bottom: 30px;
    row-gap: 25px;
    padding: 0 25px;
  }
  .about .content_service .box_content.end {
    padding: 0 25px;
  }
  .about .content_service .box_content.end .box_left .group .text {
    font-size: 11px;
  }
  .about .content_service .box_content .image_box {
    width: 100%;
    order: 1;
  }
  .about .content_service .box_content .box_left {
    width: 100%;
    order: 2;
    padding: 0;
  }
  .about .content_service .box_content .box_left.index {
    width: 100%;
  }
  .about .content_service .box_content .box_left.index .group .text.index {
    font-size: 11px;
  }
  .about .content_service .box_content .box_left .group .box_title {
    font-size: 22px;
  }
  .about .content_service .box_content .box_left .group .box_title.index {
    font-size: 22px;
  }
  .about .content_service .box_content .box_left .group .subtitle {
    font-size: 10px;
  }
  .about .content_service .box_content .box_left .group .text {
    font-size: 11px;
    width: 100%;
  }
  .about .content_service .box_content .box_left .group .text.index {
    width: 100%;
  }
  .about .content_service .box_content .box_left .group .text.index strong {
    font-size: 18px;
  }
  .about .content_service .box_content .box_left .group .line {
    width: 100%;
  }
  .about .content_service .box_content .box_left .about_us {
    padding: 15px 70px;
    margin-top: 40px;
  }
  .about .content_service .box_content .box_left .about_us span {
    font-size: 14px;
  }
  .about .content_service .box_content .box_left_about {
    order: 2;
    width: 100%;
    padding: 0 43px;
  }
  .about .content_service .box_content .box_left_about .group .box_title_about {
    font-size: 38px;
  }
  .about .content_service .box_content .box_left_about .group .text_about {
    font-size: 12px;
  }
}
.company {
  margin-top: 121px;
  margin-bottom: 200px;
}
.company.company_about {
  margin-bottom: 200px;
}
.company .title {
  font-size: 60px;
  color: #090014;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
}
.company .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #090014;
}
.company .logo {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  max-width: 212px;
}
.company .company_content {
  max-width: 906px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 72px;
}
.company .company_content .list {
  width: 100%;
}
.company .company_content .list .item {
  width: 100%;
}
.company .company_content .list .item li {
  width: 100%;
  padding: 11px;
  font-size: 20px;
  color: #1C1619;
  border-bottom: 1px solid rgba(9, 0, 20, 0.34);
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 20%;
       column-gap: 20%;
}
.company .company_content .list .item li span:first-child {
  min-width: 18%;
}
.company .company_content .list .item li::before {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #090014;
}
.company .company_content .list .item:first-child {
  border-top: 1px solid rgba(9, 0, 20, 0.34);
}
.company .company_content .list .item:first-child li::after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #090014;
}

@media (max-width: 768px) {
  .company {
    margin-top: 46px;
  }
  .company .title {
    font-size: 32px;
  }
  .company .logo {
    margin-top: 32px;
  }
  .company .company_content {
    margin-top: 35px;
    padding: 0 30px;
  }
  .company .company_content .list .item li {
    flex-direction: column;
    justify-content: flex-start;
    font-size: 15px;
    align-items: flex-start;
  }
  .company .company_content .list .item li span {
    font-size: 15px;
  }
  .company .company_content .list .item li span:last-child {
    font-size: 10px;
    margin-top: 14px;
  }
}
.section_contact {
  margin-top: 72px;
  margin-bottom: 200px;
}
.section_contact .title {
  font-size: 60px;
  color: #090014;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
}
.section_contact .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #090014;
}
.section_contact .sub_title {
  font-size: 13px;
  text-align: center;
  margin-top: 27px;
  color: #1C1619;
}
.section_contact .form_contact {
  max-width: 718px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 45px;
}
.section_contact .form_contact .form_group {
  margin-bottom: 30px;
  position: relative;
}
.section_contact .form_contact .form_group label {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  color: #1C1619;
}
.section_contact .form_contact .form_group .form_control {
  width: 100%;
  font-size: 20px;
  color: #1C1619;
  padding: 7px 14px;
  background: #F7F7F7;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(9, 0, 20, 0.34);
}
.section_contact .form_contact .form_group .form_control.textarea {
  min-height: 133px;
  resize: none;
  border-bottom: 1px solid rgba(9, 0, 20, 0.34);
}
.section_contact .form_contact .form_group .errors {
  color: red;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.section_contact .form_contact .form_group::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1C1619;
}
.section_contact .form_contact .form_group.last::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #1C1619;
}
.section_contact .form_contact .about_us {
  padding: 21px 98px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: center;
  background: #090014;
  cursor: pointer;
  max-width: 366px;
  margin: 0 auto;
}
.section_contact .form_contact .about_us span {
  font-size: 19px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}

@media (max-width: 768px) {
  .section_contact {
    margin-top: 49px;
    padding: 0 23px;
  }
  .section_contact .title {
    font-size: 32px;
  }
  .section_contact .sub_title {
    font-size: 11px;
    text-align: left;
  }
  .section_contact .form_contact {
    margin-top: 23px;
    padding: 0;
  }
  .section_contact .form_contact .form_group label {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .section_contact .form_contact .form_group .form_control {
    font-size: 17px;
  }
  .section_contact .form_contact .about_us {
    max-width: 280px;
    padding: 15px 70px;
  }
  .section_contact .form_contact .about_us span {
    font-size: 15px;
  }
}
.banner {
  width: 100%;
  position: relative;
}
.banner .img_banner {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.banner .img_banner.SP {
  display: none;
}
.banner .content_banner {
  max-width: 755px;
  padding: 0 10px;
  display: flex;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 2%;
  justify-content: space-between;
}
.banner .content_banner .content_banner_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.banner .content_banner .content_banner_left h3 {
  font-size: 36px;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.banner .content_banner .content_banner_left .list_check .list_check_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 10px;
}
.banner .content_banner .content_banner_left .list_check .list_check_item .text_check {
  color: #fff;
  font-size: 10px;
  font-family: "FuturaStd-Medium";
}
.banner .content_banner .content_banner_left .start {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 6px 21px 6px 33px;
  border-radius: 16px;
  background: #fff;
  align-items: center;
  max-width: 158px;
}
.banner .content_banner .content_banner_left .start a {
  color: #090014;
}
.banner .content_banner .content_banner_right {
  width: 50%;
}
@media (max-width: 768px) {
  .banner {
    min-height: 549px;
  }
  .banner .img_banner.SP {
    display: block;
  }
  .banner .img_banner.PC {
    display: none;
  }
  .banner .content_banner {
    flex-direction: column;
    justify-content: space-between;
    min-height: 521px;
    height: 100%;
  }
  .banner .content_banner .content_banner_right {
    order: 1;
    width: 100%;
    position: relative;
  }
  .banner .content_banner .content_banner_right img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .banner .content_banner .content_banner_left {
    order: 2;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 376px) {
  .banner {
    min-height: 515px;
  }
  .banner .img_banner.SP {
    display: block;
  }
  .banner .img_banner.PC {
    display: none;
  }
  .banner .content_banner {
    flex-direction: column;
    justify-content: space-between;
    min-height: 470px;
    height: 100%;
  }
  .banner .content_banner .content_banner_right {
    order: 1;
    width: 100%;
    position: relative;
  }
  .banner .content_banner .content_banner_right img {
    width: 80%;
  }
  .banner .content_banner .content_banner_left {
    order: 2;
    width: 100%;
    align-items: center;
  }
}
.greeting {
  position: relative;
  height: 445px;
}
.greeting .greting_image {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.greeting .greting_image.SP {
  display: none;
}
.greeting .title {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
  margin-top: 98px;
  padding-top: 98px;
}
.greeting .title.introduction {
  padding-top: 82px;
}
.greeting .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 48px;
}
.greeting .des {
  display: block;
  max-width: 581px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  word-break: break-word;
}
.greeting .des.introduction {
  font-size: 16px;
  padding-top: 41px;
}

@media (max-width: 768px) {
  .greeting {
    height: 461px;
  }
  .greeting.introduction {
    height: 370px;
  }
  .greeting .greting_image {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
  }
  .greeting .greting_image.SP {
    display: block;
  }
  .greeting .greting_image.PC {
    display: none;
  }
  .greeting .des {
    font-size: 13px;
    max-width: 80%;
  }
  .greeting .des.introduction {
    font-size: 11px;
    padding-top: 23px;
  }
  .greeting .border {
    margin-bottom: 30px;
  }
  .greeting .title {
    font-size: 32px;
    padding-top: 76px;
  }
  .greeting .title.introduction {
    margin-top: 56px;
  }
}
.truct {
  margin-top: 72px;
}
.truct .title {
  font-size: 60px;
  color: #090014;
  text-align: center;
  font-family: "FuturaStd-Light";
  text-align: center;
}
.truct .border {
  height: 37px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #090014;
}
.truct .des_trust {
  max-width: 949px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  margin-top: 29px;
}
.truct .des_trust p {
  font-size: 17px;
  word-break: break-word;
}

@media (max-width: 768px) {
  .truct {
    margin-top: 32px;
  }
  .truct .title {
    font-size: 32px;
  }
  .truct .des_trust p {
    font-size: 10px;
  }
}
.privacy .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 78px;
}
.privacy .content .title {
  font-size: 40px;
  font-family: "FuturaStd-Medium";
  color: #090014;
  text-align: center;
  padding-bottom: 20px;
}
.privacy .content .des {
  font-size: 17px;
  word-break: break-word;
}
.privacy .content .des.bold {
  font-size: 20px;
}

@media (max-width: 768px) {
  .privacy .content {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 20px 20px 20px;
    margin-bottom: 50px;
  }
  .privacy .content .title {
    font-size: 25px;
    font-family: "FuturaStd-Medium";
    color: #090014;
    text-align: center;
    padding-bottom: 20px;
  }
  .privacy .content .des {
    font-size: 13px;
  }
  .privacy .content .des.bold {
    font-size: 16px;
  }
}
html {
  font-size: 13px;
  min-width: 320px;
  scroll-behavior: smooth;
}
html body {
  margin: 0;
  font-family: "HiraKakuProN-W6", "FuturaStd-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}/*# sourceMappingURL=style.css.map */