:root {
  --Englishfont: 'Englishfont', serif;
}
@font-face {
  font-family: 'Englishfont';
  src: url("../font/HindVadodara-Regular.ttf") format('truetype');
}
/* Home_iPhoneおよび共通設定 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.container {
  color: #505050;
  width: 100%;
  background: #fff;
}
.container__wrapper {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}
img {
  width: 100%;
}
.keyvisualTitle__wrapper {
  position: relative;
  padding: 30px;
  text-align: center;
}
.keyvisualTitle__wrapper .brand_name {
  font-size: 2em;
  font-family: var(--Englishfont);
  text-align: center;
  text-decoration: none;
  color: #505050;
  letter-spacing: 5px;
  font-weight: bold;
}
.keyvisualTitle__wrapper .brand_name:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 1px #2f2f2f;
  transform: translateX(-50%);
  animation: border_anim 3s linear forwards;
}
@-moz-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.keyvisualPhoto__wrapper {
  position: relative;
  margin-bottom: 80px;
}
.keyvisualPhoto__wrapper .keyvisualPhoto__container {
  background: url("../images/water_lp.mp4");
  background-repeat: no-repeat;
  background-size: 100%;
}
.keyvisualPhoto__wrapper .keyvisualPhoto__container .keyvisualPhoto__inner #myVideo {
  width: 100%;
}
.keyvisualPhoto__wrapper .keyvisualFont__wrapper {
  position: absolute;
  left: 58%;
  top: 44%;
}
.keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container {
  background: url("../images/key_visual_suiki.svg");
  background-repeat: no-repeat;
  width: 140px;
  height: 65px;
  transform: translate(-50%, -50%);
  animation: fadeup 2s cubic-bezier(0.03, 0.06, 0.41, 0.14) 1 forwards;
}
.keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container .leadtext {
  font-size: 18px;
  position: absolute;
  left: -139%;
  top: -16%;
}
.keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container .leadtext_en {
  font-size: 14px;
  font-family: var(--Englishfont);
  position: absolute;
  left: -148%;
  top: 37%;
}
.keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container #font_late {
  animation: fadeup 12s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  position: absolute;
}
.title__wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.lead_jp {
  font-size: 18px /* title_small */;
  padding-bottom: 8px;
}
.middle {
  font-family: var(--Englishfont);
  font-size: 40px /* title_big */;
  font-weight: 800;
  padding-bottom: 8px;
}
.lend_en {
  font-size: 1em;
  font-family: var(--Englishfont);
}
.concept__inner {
  margin-bottom: 50px;
}
.boxBackgraund__wrapper {
  height: 200px;
  background: url("../images/concept_img.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.boxBackgraund__wrapper .boxBackgraund__container {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
  font-family: var(--Englishfont);
}
.boxBackgraund__wrapper .boxBackgraund__container h2 {
  padding-bottom: 4px;
  border-bottom: solid 1px #fff;
  width: 107px;
  margin: 0 auto;
  font-size: 24px;
}
.boxBackgraund__wrapper .boxBackgraund__container .title_en {
  font-size: 1em;
  padding-top: 4px;
}
.box_outer {
  padding-top: 24px;
  width: 307px;
  margin: 0 auto;
}
.box_outer .text_jp {
  font-size: 1em;
  line-height: 24px;
  margin: 0 auto;
}
.ourBrand__wrapper .concept__inner .boxBackgraund__wrapper {
  background: url("../images/brand_img.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.ourBrand__wrapper .concept__inner .boxBackgraund__wrapper .boxBackgraund__container h2 {
  width: 160px;
}
.brand__wrapper {
  margin: 80px 0px;
}
.brand__container {
  margin-bottom: 80px;
}
.brand__container .brand__content img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.brand__container .brand__content .textBox_wrapper {
  margin-top: 24px;
  margin-bottom: 42px;
}
.brand__container .brand__content .textBox_inner {
  width: 307px;
  margin: 0 auto;
}
.brand__container .brand__content .textBox_inner .text_jp {
  font-size: 1em;
  line-height: 24px;
}
.brand__container .photos__wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin: auto;
}
.brand__container .photos__wrapper #brand_02 {
  margin-top: 32px;
}
.banner__container #item_sp {
  display: block;
}
.banner__container #item_pc {
  display: none;
}
.banner_hover:hover img {
  opacity: 0.6;
}
.bannerItem__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
}
.bannerItem__wrapper .bannerItem__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  border: 0;
}
.bannerItem__wrapper .bannerItem__container .banner_hover {
  display: block;
  position: relative;
  border: none;
}
.information__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.information__wrapper .information__container {
  margin-top: 50px;
  margin-bottom: 32px;
  text-align: center;
}
.information__wrapper .information__container h2 {
  font-size: 24px;
  font-family: var(--Englishfont);
}
.information__wrapper .information__inner {
  background: #fbfbfb;
  padding: 0 20px;
  padding-top: 24px;
}
.information__wrapper .information__inner .information__content {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 24px;
}
.information__wrapper .information__inner .information__content .title {
  text-align: left;
  font-size: 0.8em;
  padding-bottom: 8px;
  border-bottom: solid 1px #505050;
  margin-bottom: 16px;
}
.information__wrapper .information__inner .information__content .text {
  font-size: 1em;
  line-height: 24px;
}
.footer__wrapper {
  margin-top: 80px;
  margin-bottom: 56px;
  padding-left: 40px;
}
.footer__wrapper .footer__inner ul {
  list-style-type: none;
}
.footer__wrapper .footer__inner ul .footer_list {
  padding-bottom: 24px;
}
.footer__wrapper .footer__inner ul .select {
  font-size: 1em;
  background-image: linear-gradient(to right, #73baff 50%, #505050 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.footer__wrapper .footer__inner ul .select:hover {
  background-position: 0;
}
.footer__wrapper .footer__inner ul .select:hover {
  text-decoration: underline;
}
.copyright__wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.copyright__wrapper .text {
  font-size: 0.8em;
  text-align: center;
}
/* Home_iPhoneおよび共通設定 */
@media screen and (min-width: 540px) {
  .concept__container {
    width: 70%;
    margin: 0 auto;
  }
  .box_outer {
    width: 350px;
  }
}
/* Home_iPadおよび共通設定 */
@media screen and (min-width: 768px) {
  .keyvisualPhoto__wrapper {
    margin-bottom: 100px;
  }
  .keyvisualPhoto__wrapper .keyvisualPhoto__container .keyvisualPhoto__inner #myVideo {
    position: relative;
    width: 50%;
    left: 50%;
  }
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper {
    left: 66%;
    top: 45%;
  }
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container {
    width: 308px;
  }
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container .leadtext_en {
    left: -144%;
  }
  .title__wrapper {
    margin-bottom: 80px;
  }
  .lead_jp {
    font-size: 1em;
  }
  .middle {
    font-size: 30px;
  }
  .lend_en {
    font-size: 14px;
  }
  .concept__container {
    width: 100%;
  }
  .concept__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 42px;
  }
  .concept__inner .boxBackgraund__wrapper {
    width: 47%;
    margin: 0 auto;
    display: block;
  }
  .concept__inner .boxBackgraund__wrapper .boxBackgraund__container h2 {
    font-size: 18px;
    padding-bottom: 8px;
    width: 90px;
  }
  .concept__inner .boxBackgraund__wrapper .boxBackgraund__container .title_en {
    font-size: 14px;
    padding-top: 8px;
  }
  .concept__inner .box_outer {
    padding-top: 0px;
    width: 350px;
    margin: 0px;
  }
  .concept__inner .box_outer .text_jp {
    font-size: 14px;
    line-height: 22px;
  }
  .ourBrand__wrapper {
    width: 100%;
  }
  .ourBrand__wrapper .concept__inner {
    flex-direction: row-reverse;
  }
  .container__container {
    width: 90%;
    margin: 0 auto;
  }
  .brand__wrapper {
    margin: 100px 0px;
  }
  .brand__wrapper .brand__container {
    margin-bottom: 100px;
  }
  .brand__wrapper .brand__container .brand__inner {
    display: flex;
    justify-content: center;
    gap: 42px;
  }
  .brand__wrapper .brand__container .brand__content .textBox_wrapper {
    margin-bottom: 0px;
  }
  .brand__wrapper .brand__container .brand__content .textBox_wrapper .textBox_inner {
    width: 309px;
  }
  .brand__wrapper .brand__container .brand__content .textBox_wrapper .textBox_inner .text_jp {
    font-size: 14px;
    line-height: 22px;
  }
  .brand__wrapper .brand__container .photos__wrapper {
    gap: 40px;
    width: 22%;
  }
  .brand__wrapper .brand__container .photos__wrapper #brand_02 {
    margin-top: 56px;
  }
  .information__wrapper .information__container h2 {
    font-size: 22px /* pc */;
  }
  .information__wrapper .information__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .information__wrapper .information__inner .information__content {
    width: 44%;
    margin: auto;
    padding-bottom: 42px;
  }
  .information__wrapper .information__inner .information__content .titile {
    font-size: 0.7em;
  }
  .information__wrapper .information__inner .information__content .text {
    font-size: 14px;
  }
  .footer__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0px;
  }
  .footer__wrapper .footer__container {
    padding: 50px;
    margin-top: 50px;
  }
  .footer__wrapper .footer__inner ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0px;
  }
  .footer__wrapper .footer__inner ul .footer_list {
    padding-bottom: 0px;
  }
  .copyright__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .copyright__wrapper .text {
    font-size: 0.7em;
  }
}
/* Home_PCおよび共通設定 */
@media screen and (min-width: 1024px) {
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper {
    left: 68%;
    top: 47%;
  }
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container {
    width: 372px;
  }
  .title__wrapper {
    margin-bottom: 100px;
  }
  .concept__inner {
    margin-bottom: 100px;
    gap: 95px;
  }
  .concept__inner .boxBackgraund__wrapper {
    margin: 0px;
  }
  .concept__inner .box_outer {
    width: 385px;
  }
  .brand__wrapper {
    margin: 200px 0px;
  }
  .brand__wrapper .brand__container .brand__inner {
    gap: 95px;
  }
  .brand__wrapper .brand__container .photos__wrapper {
    width: 23%;
  }
  .banner__wrapper {
    padding: 0px;
    display: flex;
  }
  .banner__wrapper .banner__container #item_sp {
    display: none;
  }
  .banner__wrapper .banner__container #item_pc {
    display: block;
  }
  .bannerItem__wrapper {
    width: auto;
    -webkit-flex-wrap: nowrap;
  }
  .bannerItem__wrapper .banner_item {
    width: 25%;
  }
}
/* Home_PCおよび共通設定 */
@media screen and (min-width: 1280px) {
  .keyvisualPhoto__wrapper .keyvisualFont__wrapper .keyvisualFont__container {
    width: 460px;
  }
  .container__container {
    max-width: 1000px;
    margin: auto;
  }
  .concept__inner .boxBackgraund__wrapper {
    width: 40%;
  }
}
/* Contact_iPhoneおよび共通設定 */
.heading__wrapper {
  margin-top: 50px;
  margin-bottom: 80px;
}
.heading__container {
  margin-bottom: 32px;
}
.heading__container h2 {
  font-size: 24px;
  text-align: center;
}
.Form {
  width: 79%;
  margin: 0 auto;
  max-width: 1500px;
}
.FormItem__wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.Item_Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Item_Label {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.Item_Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Item_Label.isMsg {
  margin-top: 0;
}
.Item_Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
.Item_Required {
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 32px;
  font-size: 10px;
}
.Item_Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
}
.Item_Input {
  margin-left: 0;
  margin-top: 18px;
  height: 40px;
  flex: inherit;
  font-size: 15px;
}
.Item_Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
}
.Item_Textarea {
  margin-top: 18px;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
}
.Btn__wrapper {
  margin-top: 32px;
}
.Form-Btn {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  font-size: 1em;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
}
.Form-Btn:hover {
  opacity: 0.8;
  background: #002cb3;
  cursor: pointer;
}
.formAlert {
  display: block;
  color: #f00;
  text-align: center;
}
.formAlert.formAlert_hidden {
  display: none;
}
/* Contact_iPadおよび共通設定 */
@media screen and (min-width: 768px) {
  .heading__wrapper {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .heading__wrapper .heading__container h2 {
    font-size: 22px /* pc */;
  }
  .Form {
    margin-top: 80px;
  }
  .Form .FormItem__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
  }
  .Form .Btn__wrapper {
    margin-top: 64px;
  }
}
/* Company_iPhoneおよび共通設定 */
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table tr {
  border-top: 1px solid #a0a5ac;
  border-bottom: 1px solid #a0a5ac;
}
.table tr th,
.table tr td {
  padding: 20px 20px;
  text-align: left;
  vertical-align: top;
}
.table tr th {
  width: 20%;
  font-weight: bold;
}
.table tr td {
  width: 80%;
  background: linear-gradient(170deg, rgba(168,202,240,0.49), rgba(233,240,250,0.49));
}
@media screen and (max-width: 767px) {
  .table tr th,
  .table tr td {
    display: block;
    width: 100%;
  }
}
/* 装飾 */
* {
  box-sizing: border-box;
}
body {
  margin: 30px 40px;
}
.dark_containre {
  background: #dbdbdb;
  padding-top: 1px;
}
/* Conpany_iPadおよび共通設定 */
@media screen and (min-width: 768px) {
  .table_container {
    width: 80%;
    margin: 0 auto;
  }
  .table tr th {
    font-size: 14px;
  }
  .table tr td {
    width: 15%;
    font-size: 14px;
  }
}
/* Conpany_PCおよび共通設定 */
@media screen and (min-width: 1280px) {
  .table_container {
    width: 70%;
  }
  .table tr td {
    width: 20%;
  }
}
/* Privacy_iPhoneおよび共通設定 */
.privacy__wrapper {
  max-width: 300px;
  margin: 50px auto;
  height: 390px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid #505050;
  background-color: #fefefe;
  line-height: 1.5;
}
.privacy__container p {
  margin-bottom: 25px;
}
/* Privacy_iPadおよび共通設定 */
@media screen and (min-width: 768px) {
  .privacy__wrapper {
    max-width: 700px;
    margin: 80px auto;
  }
}
/* Privacy_PCおよび共通設定 */
@media screen and (min-width: 1024px) {
  .privacy__wrapper {
    max-width: 800px;
    margin: 100px auto;
    height: 475px;
  }
}
/* Privacy_PCおよび共通設定 */
@media screen and (min-width: 1280px) {
  .privacy__wrapper {
    max-width: 1000px;
  }
}
@-moz-keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
