@charset "utf-8";
.container {
	overflow: hidden;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1440 * 100vw);
  }
}
body {
  color: #333; /* RGB */
  font-family: 'Zen Kaku Gothic New', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
     font-size: 1.6em;
  }
}
a:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
.mx_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.mx_310 {
  margin: 0 3.2rem;
}
}

.title_ja {
  color: #3D68FF;
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.message_en {
  font-weight: 600;
  font-size: 2.4em;
  font-family: "Rozha One", serif;
  font-style: normal;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
.title_ja {
  font-size: 1.6rem;
}
}
/* header */
.header {
  height: 7rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}
.header h1 {
  width: 17%;
  height: 5rem;
}
.header_nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 4.5rem;
  font-style: 1.6rem;
  align-content: center;
}
.btn_contact {
  display: block;
  padding: 8px 16px 8px 16px;
  background: #3D68FF;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
}
/* -end- header */
.openbtn {
  display: none;
}
@media screen and (max-width:767px) {
  .header h1 {
    width: 14.7rem;
    height: 5rem;
  }
  .header h1 img {
    width: 100%;
  }
  .header_nav {
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    height: 100vh;
    padding: 20% 6.4%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .header_nav.active {
    transform: translateX(0);
  }
  .header_nav ul {
    flex-direction: column;
  }
  .openbtn {
    display: block;
    position: relative;
    background: #3D68FF;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
	z-index: 200;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* footer */
.p-cv__inner {
  display: flex;
}
.cd_block {
  flex-shrink: 1;
  height: 35rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_block {
  background-color: #5B7065;
}
.download_block {
  background-color: #304040;
}
.cn-dw {
  text-align: center;
}
.cn-dw h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.cn-dw p {
  color: #fff;
  padding-bottom: 3rem;
  font-weight: 300;
}
.cn-dw a {
  padding: 1.5rem 11.4rem;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
.triangle {
  background-color: #333;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  transform: translateY(-50%)
}
.footer_bg {
  background-color: #04202C;
}
.footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.footer_block {
  display: flex;
  flex-wrap: wrap;
}
.footer_list {
  display: flex;
  flex: 3;
  justify-content: space-around;
}
.list_block__1 {
  display: flex;
  flex: 2;
}
.list_block__2 {
  flex: 1;
}
.list_block {
  display: flex;
}
.list_item {
  flex: 1;
  justify-content: space-around;
}
.parent a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}
.children a {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}
.company_profile {
  flex: 1;
  color: #fff;
}
.company_profile dl {
  display: flex;
  flex-wrap: wrap;
}
.company_profile dt {
  width: 30%;
  padding-bottom: 1.5rem;
}
.company_profile dd {
  width: 70%;
  padding-bottom: 1.5rem;
}
small {
  text-align: center;
  display: block;
  color: #fff;
}