@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label, button {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label, button {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.cont_wrap {
  background-color: #ffffff;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 828px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.fixed {
  position: fixed;
  top: 0;
}

.top_wrap {
  opacity: 0.1%;
}

.cont_wrap {
  width: 414px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.6s;
}

@media screen and (max-width: 828px) {
  .cont_wrap {
    width: 100vw;
  }
}
.cont_inner {
  width: 330px;
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .cont_inner {
    width: 100%;
    padding: 0 4.8309178744vw;
  }
}
.cont_secTxt {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 828px) {
  .cont_secTxt {
    font-size: 3.6231884058vw;
    white-space: normal;
  }
}
.cont_secTtl {
  margin-bottom: 30px;
}

.cont_secImg {
  text-decoration: none;
}
.cont_secImg .ttl {
  color: #231815;
}
.cont_secImg .ttl .en {
  font-size: 12px;
}

.footer_copyright.sp_none {
  text-align: center;
  padding: 60px 0;
}

header {
  width: 100%;
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000000;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 414px;
  display: none;
  z-index: 10;
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
header.visible {
  transform: translate(-50%, 0%);
}
header .header_logo {
  width: 99px;
}
header .openbtn2 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  width: 73px;
  height: 73px;
  cursor: pointer;
  background: #ffffff;
}
header .openbtn2 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 3px;
  background-color: #666666;
}
header .openbtn2 span:nth-of-type(1) {
  top: 32px;
  width: 50%;
}
header .openbtn2 span:nth-of-type(2) {
  top: 42px;
  width: 50%;
}
header .openbtn2.active span:nth-of-type(1) {
  top: 30px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
header .openbtn2.active span:nth-of-type(2) {
  top: 42px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

@media screen and (max-width: 828px) {
  header {
    display: flex;
    max-width: 100%;
  }
}
.header_navigation {
  position: fixed;
  top: 76px;
  left: 50%;
  max-width: 414px;
  background-color: #ffffff;
  width: 100%;
  height: calc(100vh - 76px);
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: 0.3s opacity;
}

@media screen and (max-width: 828px) {
  .header_navigation {
    max-width: 100%;
  }
}
.nav_open .header_navigation {
  opacity: 1;
  pointer-events: auto;
}

.header_navigationLogo {
  width: 140px;
  margin: 0 auto 60px;
}

.header_navigationInner {
  padding: 60px 0;
}
.header_navigationInner .header_navigationList {
  width: 260px;
  margin: 0 auto 40px;
}
.header_navigationInner .contact_btn a {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #000000;
  border: 1px solid #000000;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.header_navigationInner .contact_btn a::after {
  content: ">";
  display: block;
  position: absolute;
  transform: translate(0%, -50%);
  right: 6%;
  top: 50%;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 828px) {
  .top .cont_wrap {
    padding-top: 100vh;
  }
}
.top .top_cont {
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 828px) {
  .top .top_cont {
    padding-top: 19.3236714976vw;
  }
}
.sec01 {
  padding: 85px 0 150px;
}

@media screen and (max-width: 828px) {
  .sec01 {
    padding: 20.5314009662vw 0 36.231884058vw;
  }
}
.sec02 {
  margin-bottom: 150px;
}

@media screen and (max-width: 828px) {
  .sec02 {
    margin-bottom: 36.231884058vw;
  }
}
.sec03 {
  margin-bottom: 130px;
}
.sec03 .member_listWrap {
  padding: 0;
}
.sec03 .member_list {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
}
.sec03 .member_listName {
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
  width: 27%;
}
.sec03 .member_listNameEn {
  font-size: 12px;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  width: 38%;
}
.sec03 .member_listNamePotision {
  font-size: 16px;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.01em;
  width: 34%;
  text-align: right;
}

@media screen and (max-width: 828px) {
  .sec03 .member_list {
    height: 14.4927536232vw;
  }
}
@media screen and (max-width: 828px) {
  .sec03 .member_listName {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 828px) {
  .sec03 .member_listNameEn {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 828px) {
  .sec03 .member_listNamePotision {
    font-size: 3.8647342995vw;
  }
}
.sec04 {
  padding-bottom: 80px;
}
.sec04 .about_table {
  margin-bottom: 40px;
}
.sec04 .about_table th {
  white-space: nowrap;
  vertical-align: top;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-size: 16px;
  line-height: 2.15;
  text-align: left;
  font-weight: 500;
}
.sec04 .about_table td {
  font-size: 16px;
  line-height: 2.15;
  text-align: left;
  font-weight: 500;
}
.sec04 .about_table td.slash {
  vertical-align: top;
}
.sec04 .news .news_ttl {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.sec04 .news .news_listWrap .news_list {
  display: flex;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  padding: 25px 0;
}
.sec04 .news .news_listWrap .news_list:first-child {
  border-top: 1px solid #000000;
}
.sec04 .news .news_listWrap .news_list .news_listDate {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.sec04 .news .news_listWrap .news_list .news_listCont {
  width: 66%;
  font-size: 14px;
  line-height: 1.85;
}
.sec04 .news .news_viewMore {
  display: table;
  color: #b3b3b3;
  margin: 20px 0 0 auto;
  font-size: 14px;
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.sec04 .contact_btn {
  margin-top: 60px;
  width: 330px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #000000;
  border: 1px solid #000000;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.sec04 .contact_btn::after {
  content: ">";
  display: block;
  position: absolute;
  transform: translate(0%, -50%);
  right: 6%;
  top: 50%;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 828px) {
  .sec04 {
    padding-bottom: 26.5700483092vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .about_table {
    margin-bottom: 9.6618357488vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .about_table th, .sec04 .about_table td {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .news .news_ttl {
    font-size: 4.347826087vw;
    margin-bottom: 2.4154589372vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .news .news_listWrap .news_list {
    padding: 6.038647343vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .news .news_listWrap .news_list .news_listDate {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .news .news_listWrap .news_list .news_listCont {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .news .news_viewMore {
    font-size: 3.3816425121vw;
    margin-top: 4.8309178744vw;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .contact_btn {
    margin-top: 14.4927536232vw;
    width: 79.7101449275vw;
    height: 19.3236714976vw;
    font-size: 4.347826087vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 828px) {
  .sec04 .contact_btn::after {
    font-size: 4.347826087vw;
  }
}
footer {
  background-color: #e6e6e6;
  padding: 70px 35px;
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer_linkWrap {
  width: 115px;
}
footer .footer_linkWrap .footer_link {
  margin-bottom: 32px;
}
footer .footer_linkWrap .footer_link:last-child {
  margin-bottom: 0;
}
footer .footer_gotopBtn {
  width: 84px;
}
footer .footer_copyright {
  margin-top: 80px;
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 828px) {
  footer {
    padding: 16.9082125604vw 8.4541062802vw;
  }
}
@media screen and (max-width: 828px) {
  footer .footer_linkWrap {
    width: 27.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  footer .footer_linkWrap .footer_link {
    margin-bottom: 7.729468599vw;
  }
}
@media screen and (max-width: 828px) {
  footer .footer_gotopBtn {
    width: 20.2898550725vw;
  }
}
@media screen and (max-width: 828px) {
  footer .footer_copyright {
    margin-top: 19.3236714976vw;
    font-size: 2.8985507246vw;
  }
}
.top .opening {
  position: fixed;
  transform: translate(-50%, 0%);
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  left: 50%;
  height: 100%;
}
.top .opening img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top body {
  top: 0;
  width: 100%;
}
.top body.fixed {
  position: fixed;
}
.top .cont_wrap {
  transition: all 0.6s;
  margin-top: 0;
  margin: 0 auto;
}
.top .cont_wrap.hidden {
  opacity: 0;
}
.top .cont_wrap.visible {
  opacity: 1;
}
.top .scroll_container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.top .scroll_wrap {
  display: flex;
  -moz-column-gap: 100px;
  column-gap: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 828px) {
  .top .opening {
    left: 0;
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 828px) {
  .top .opening img {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    left: 0;
    transform: translate(0%, 0%);
    top: 0;
  }
}
@media screen and (min-width: 828px) {
  .top .pcCont_wrap {
    width: 50vw;
    display: block;
    background-color: #ffffff;
    margin-left: 50vw;
    position: relative;
  }
  .top .pcCont_wrap.hidden {
    opacity: 0;
  }
}
.contact {
  background-color: #e6e6e6;
}
.contact .cont_wrap {
  background-color: #e6e6e6;
  position: relative;
  overflow: visible;
}
.contact .contact_ttl {
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 65px;
}
.contact .formTable th, .contact .formTable td {
  display: block;
  text-align: left;
}
.contact .formTable th {
  font-size: 13px;
  margin-bottom: 3px;
}
.contact .formTable td {
  padding-bottom: 20px;
}
.contact input {
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  min-height: 44px;
  width: 330px;
  padding: 5px 10px;
}
.contact textarea {
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  min-height: 160px;
  width: 330px;
  padding: 5px 10px;
}
.contact .form-btn--back {
  margin-bottom: 20px;
}

@media screen and (min-width: 828px) {
  .contact .cont_wrap {
    width: 50vw;
    display: block;
    margin-left: 50vw;
    position: relative;
  }
}
@media screen and (max-width: 828px) {
  .contact .contact_ttl {
    font-size: 7.2463768116vw;
    margin-bottom: 15.7004830918vw;
  }
}
@media screen and (min-width: 828px) {
  .contact .contact_ttl {
    position: absolute;
    left: -300px;
  }
}
@media screen and (max-width: 828px) {
  .contact .formTable {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .contact input {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .contact textarea {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .contact .form-btn--back {
    margin-bottom: 2.6666666667vw;
  }
}
.thanks_ttl {
  font-size: 22px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 45px;
}

.thanks_txt {
  font-size: 16px;
  line-height: 2;
}

.go_topBtn {
  margin-top: 40px;
  width: 330px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.notice-text-form {
  font-size: 12px;
  margin-top: 15px;
}

.error-box {
  color: #ff0033;
  margin-bottom: 10px;
}

input[type=submit] {
  color: #000000;
}


.sec01-under {
  padding-top: 120px;
}

.under_footer {
  text-align: center;
  padding: 10px 0;
}

.contact .form-btn-send {
  color: #fff;
  border: 1px solid #50b6cd;
  background-color: #50b6cd;
}/*# sourceMappingURL=style.css.map */