@charset "UTF-8";
.mvtop-scroll {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .mvtop-scroll {
    width: 8px;
    right: 10px;
  }
}

.top {
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .top {
    height: 300px;
  }
  .top img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top.about .top__ttl::after {
  content: "About";
  display: block;
  color: #008886;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: "DM Sans", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 450px) {
  .top.about .top__ttl::after {
    font-size: 14px;
  }
}
.top.form .top__ttl::after {
  content: "Contact";
  display: block;
  color: #008886;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: "DM Sans", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 450px) {
  .top.form .top__ttl::after {
    font-size: 14px;
  }
}

.top__ttl {
  font-size: 36px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .top__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top__ttl {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .top__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .top__ttl {
    font-size: 20px;
  }
}
.top__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.top__inner--nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top__inner--nav {
    padding: 0 20px;
  }
}

.top__inner--nav a,
.top__inner--nav p {
  color: #505050;
  font-size: 12px;
  border: none;
}

@media screen and (max-width: 600px) {
  .top__inner--nav a,
  .top__inner--nav p {
    font-size: 10px;
  }
}
.create__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 20px 140px;
}

@media screen and (max-width: 768px) {
  .create__inner {
    padding: 45px 20px 70px;
  }
}
.create__inner--img {
  margin-bottom: 40px;
}

.create__inner--ttl {
  font-size: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .create__inner--ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .create__inner--ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl {
    font-size: 20px;
  }
}
.create__inner--ttl::after {
  content: "Co-Create - 社会課題を、共創で未来に変える";
  color: #008886;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .create__inner--ttl::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl::after {
    font-size: 10px;
  }
}
.create__inner--ttl.sustain::after {
  content: "Sustain - 変革の6か月、サステナブル経営へ伴走";
  color: #008886;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .create__inner--ttl.sustain::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl.sustain::after {
    font-size: 10px;
  }
}
.create__inner--ttl.partner::after {
  content: "Partner - 経営の波に、知をともに。";
  color: #008886;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .create__inner--ttl.partner::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl.partner::after {
    font-size: 10px;
  }
}
.create__inner--ttl.ai::after {
  content: "Bloom - AIで、あなたの目標が咲き誇る";
  color: #008886;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .create__inner--ttl.ai::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl.ai::after {
    font-size: 10px;
  }
}
.create__inner--ttl.em::after {
  content: "Empower - AIで支える力を、あなたのスキルに";
  color: #008886;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .create__inner--ttl.em::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--ttl.em::after {
    font-size: 10px;
  }
}
.create__inner--sub {
  font-size: 22px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .create__inner--sub {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .create__inner--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--sub {
    font-size: 16px;
  }
}
.create__inner--sub::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #2fa59f;
  border-radius: 50%;
}

.create__inner--text0 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .create__inner--text0 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--text0 {
    font-size: 14px;
  }
}
.create__inner--sub2 {
  background-color: #ddf1f6;
  padding: 10px 20px;
  display: inline-block;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .create__inner--sub2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--sub2 {
    font-size: 12px;
  }
}
.create__inner--text {
  line-height: 1.5;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .create__inner--text {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--text {
    font-size: 12px;
  }
}
.create__inner--table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.create__inner--table-ttl {
  font-size: 22px;
  color: #008886;
  padding: 20px 35px;
  background-color: #ddf1f6 !important;
  border: 1px solid #008886;
  border-bottom: none;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .create__inner--table-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--table-ttl {
    font-size: 18px;
    padding: 20px 25px;
  }
}
.create__inner--table-box {
  border: 1px solid #008886;
  border-bottom: none;
  padding: 20px 35px;
}

@media screen and (max-width: 500px) {
  .create__inner--table-box {
    padding: 20px 25px;
  }
}
.create__inner--table-box-ttl {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .create__inner--table-box-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--table-box-ttl {
    font-size: 16px;
  }
}
.create__inner--table-box-text {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .create__inner--table-box-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--table-box-text {
    font-size: 14px;
  }
}
.create__inner--table th {
  background-color: #f5f5f5;
  padding: 20px 35px;
  border: #008886 1px solid;
  vertical-align: middle;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .create__inner--table th {
    padding: 20px 25px;
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .create__inner--table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--table th {
    font-size: 12px;
    width: 40%;
  }
}
.create__inner--table td {
  padding: 20px 45px;
  border: #008886 1px solid;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .create__inner--table td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 600px) {
  .create__inner--table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--table td {
    font-size: 12px;
  }
}
.create__inner--table td span {
  color: #1e9190;
}

.create__inner h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .create__inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner h4 {
    font-size: 16px;
  }
}
.create__inner--box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-image: url(/assets/img/plan-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.create__inner--boxWrap {
  margin-bottom: 80px;
  overflow: visible !important;
}

.create__inner--box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background: #98cad6;
}

@media screen and (max-width: 600px) {
  .create__inner--box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #98cad6;
  }
}
.scroll-hint-icon-wrap {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .create__inner--box {
    background-image: none;
    width: -moz-max-content;
    width: max-content;
    gap: 30px;
  }
  .scroll-hint-icon-wrap {
    display: block !important;
  }
  .create__inner--boxWrap {
    overflow-x: auto !important;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.create__inner--box h4 {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .create__inner--box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .create__inner--box h4 {
    font-size: 16px;
  }
}
.create__inner--box-item {
  width: 18%;
  padding: 20px 13px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .create__inner--box-item {
    width: 70%;
    align-items: center;
    justify-content: center;
  }
}
.create__inner--box-item:nth-child(even) {
  background-color: #f5f5f5;
}

.create__inner--box-item:nth-child(odd) {
  background-color: #f0fcff;
}

.create__inner--box-item-ttl {
  color: #008886;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 10px;
}

.create__inner--box-item .sub {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  transform: translateX(-50%);
  color: #008886;
  font-size: 12px;
  font-weight: bold;
}

.create__inner--box-item .sub2 {
  left: -5%;
}

@media screen and (max-width: 768px) {
  .create__inner--box-item .sub {
    bottom: -25%;
  }
  .create__inner--box-item .sub2 {
    left: 50%;
  }
}
.create__inner--box-item p {
  line-height: 1.3;
  font-size: 13px;
}

.create__inner--box-item p span {
  font-size: 12px;
}

.create__inner--text2 {
  padding: 25px 30px;
  border: 1px solid #008886;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .create__inner--text2 {
    padding: 20px 25px;
  }
}
.create__inner--text3 {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .create__inner--text3 {
    font-size: 12px;
  }
}
.create__inner--text3.sustain {
  margin-bottom: 85px;
}


.mv-text h1 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #505050;
  padding-bottom: 10px;
}

.mv-text p {
  font-size: 13px;
  color: #008886;
  letter-spacing: 3px;
}

.mv-top {
  position: relative;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mv-picture img {
  width: 100%;
}

.mv-p {
  position: absolute;
  top: 95%;
  left: 10%;
  font-size: 13px;
}

.mv-scroll {
  position: absolute;
  top: 40%;
  left: 97%;
}

.about {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 20px;
  }
}

.about-box h3 {
  font-size: 25px;
  color: #505050;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

.purpose,
.mission,
.vision,
.value {
  font-size: 11px;
  color: #008886;
  padding-bottom: 30px;
  letter-spacing: 2px;
}

.about-box {
  text-align: center;
  padding: 50px 60px 60px;
  border-radius: 30px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about-box {
    border-radius: 15px;
    padding: 40px 25px 40px;
  }
}

.about {
  padding-top: 50px;
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-box h4 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #505050;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-box h4 {
    font-size: 15px;
  }
}

.purpose-p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #505050;
}

.about-all {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .about-all {
    flex-direction: column;
  }
}

.about-all p {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about-all p {
    text-align: center;
  }
}

.about-contants p {
  background: white;
  margin-bottom: 15px;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 30px;
  text-align: left;
  color: #505050;
}
@media screen and (max-width: 1320px) {
  .about-contants p {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-contants p {
    text-align: center;
  }
}

.about-contantssecond p {
  margin-bottom: 15px;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 30px;
  text-align: left;
  color: #505050;
}
@media screen and (max-width: 1320px) {
  .about-contantssecond p {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about-contantssecond p {
    text-align: center;
  }
}

.about-contants {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .about-contants {
    width: 100%;
  }
}

.about-contantssecond {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .about-contantssecond {
    width: 100%;
  }
}

.second {
  padding: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .second {
    padding: 50px 20px;
  }
}

.second-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.second-top h3 {
  font-size: 25px;
  color: #505050;
  padding-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .second-top h3 {
    font-size: 20px;
  }
}

.second-top p {
  font-size: 11px;
  color: #008886;
  padding-bottom: 30px;
  letter-spacing: 2px;
}

.second-top {
  text-align: center;
}

.second-logo {
  text-align: center;
  background: #e8f4f7;
  padding: 90px 0;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .second-logo {
    padding: 50px 0;
    border-radius: 15px;
  }
  .second-logo img {
    width: 55%;
  }
}

.second-text {
  padding: 40px 0 90px;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 30px;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .second-text {
    font-size: 14px;
    padding: 30px 0 60px;
  }
}

th {
  vertical-align: middle;
  border-top: 1px solid black;
  font-size: 15px;
  text-align: left;
  width: 15%;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  th {
    width: 25%;
    font-size: 13px;
  }
}

.th {
  border-bottom: 1px solid black;
  padding: 30px 0;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .th {
    width: 25%;
    font-size: 13px;
  }
}

td {
  border-top: 1px solid #bfbfbf;
  padding: 30px 0;
  width: 80%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  td {
    width: 75%;
    font-size: 13px;
    padding-left: 15px;
  }
}

.td {
  border-bottom: 1px solid #bfbfbf;
}
.td p {
  display: flex;
}
.td p span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .td {
    width: 75%;
    font-size: 13px;
    padding-left: 15px;
  }
}

.message-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.message {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 50px 20px;
  }
}

.message-top h3 {
  font-size: 25px;
  color: #505050;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .message-top h3 {
    font-size: 24px;
  }
}

.message-top p {
  font-size: 11px;
  color: #008886;
  padding-bottom: 30px;
  letter-spacing: 2px;
}

.message-top {
  text-align: center;
}

.message-text h5 {
  font-size: 24px;
  letter-spacing: 4px;
  color: #505050;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message-text h5 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.message-text p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .message-text p {
    font-size: 13px;
  }
}

.profile {
  padding: 50px 40px 80px;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 50px 20px 80px;
  }
}

.profile-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.profile-top h3 {
  font-size: 25px;
  color: #505050;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .profile-top h3 {
    font-size: 24px;
  }
}

.profile-top p {
  font-size: 11px;
  color: #008886;
  padding-bottom: 30px;
  letter-spacing: 2px;
}

.profile-top {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .profile-top {
    padding-bottom: 30px;
  }
}

.profile-all {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile-all {
    display: block;
  }
}

.profile-topall {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .profile-topall {
    width: 100%;
  }
}

.profile-topall h5 {
  font-size: 24px;
  letter-spacing: 4px;
  color: #505050;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile-topall h5 {
    font-size: 22px;
  }
}

.profile-picture {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .profile-picture {
    width: 75%;
    margin: 0 auto 30px;
  }
}

.profile-p {
  font-size: 14px;
  letter-spacing: 3px;
  color: #505050;
  padding-bottom: 30px;
  line-height: 23px;
}

.profile-psecond {
  font-size: 16px;
  letter-spacing: 3px;
  color: #505050;
  line-height: 27px;
  border-bottom: 1px solid #bfe1e2;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile-psecond {
    font-size: 14px;
    padding-bottom: 20px;
  }
}

.profile-text {
  font-size: 14px;
  letter-spacing: 3px;
  color: #505050;
  padding: 30px 0;
  line-height: 23px;
  border-bottom: 1px solid #bfe1e2;
}

.profile-second h6 {
  font-size: 16px;
  color: #505050;
  letter-spacing: 3px;
  padding: 30px 0 10px;
}

.profile-second p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #505050;
  padding-bottom: 30px;
  line-height: 23px;
  border-bottom: 1px solid #bfe1e2;
}

.smf-form {
  max-width: 1100px;
  margin: 0 auto;
}

.contact__main {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding: 50px 20px;
  }
}

.smf-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .smf-item {
    display: block;
  }
}

.smf-item__col--label {
  width: 25%;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    width: 100%;
  }
}

.smf-item__label__text {
  font-weight: 600;
  color: #000;
}

.smf-item__col--controls {
  padding: 20px 0;
  width: 75%;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
    padding-bottom: 0;
  }
}

.smf-form .smf-textarea-control__control {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-textarea-control__control {
    height: 180px;
  }
}

.smf-form .smf-textarea-control__control,
.smf-form .smf-text-control__control {
  border: none !important;
  box-shadow: none !important;
  padding: 15px 20px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-textarea-control__control,
  .smf-form .smf-text-control__control {
    width: 100%;
  }
}
.smf-form .smf-textarea-control__control::-moz-placeholder, .smf-form .smf-text-control__control::-moz-placeholder {
  color: #adadad !important;
}
.smf-form .smf-textarea-control__control::placeholder,
.smf-form .smf-text-control__control::placeholder {
  color: #adadad !important;
}

.smf-placeholder + .smf-placeholder {
  margin-top: 20px;
}

.smf-select-control {
  width: 100%;
}

.smf-select-control__control {
  width: 100%;
  border-radius: 32px !important;
  padding: 23px 70px !important;
}
@media screen and (max-width: 768px) {
  .smf-select-control__control {
    padding: 15px 40px !important;
  }
}

.smf-action {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-top: 40px;
  }
}

.smf-button-control__control {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 400px;
  margin: 0 auto;
  border: none !important;
  max-width: 100%;
  height: 60px;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 16px !important;
  background-image: none !important;
  background: #008886 !important;
  background-position: 95%;
  background-size: 42px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control {
    height: 60px;
    background-size: 30px;
    font-size: 16px !important;
    margin: 0 !important;
  }
}

.smf-form {
  position: relative;
}

.smf-button-control__control[data-action=back] {
  width: 280px !important;
  background: #fff !important;
  font-size: 16px !important;
  height: 60px !important;
  border: 1px solid #333 !important;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control[data-action=back] {
    width: 100% !important;
    height: 60px !important;
    margin-bottom: 20px !important;
  }
}

form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=confirm] .required .smf-item__col--label::after {
  display: none !important;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder {
  display: none !important;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder label input {
  margin: 0;
}
form[data-screen=confirm] .privacyBox {
  display: none !important;
}

.required .smf-item__label__text {
  position: relative;
}
.required .smf-item__label__text::after {
  content: "*";
  color: #ec3947;
  font-size: 14px;
  padding: 6px 8px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.thanks__title {
  text-align: center;
  margin: 120px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.back_btn {
  margin: 50px auto 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #050505 !important;
  font-weight: 500;
  line-height: 48px;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #050505 !important;
  border-radius: 1000px !important;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

.contact__top {
  padding: 40px 40px;
}
.contact__top--inner {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__top {
    padding: 40px 20px;
  }
}
.contact__top--main {
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__top--main {
    font-size: 14px;
  }
}
.contact__top--box {
  background: #f6fcff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .contact__top--box {
    display: block;
    padding: 40px 20px 20px;
  }
}
.contact__top--box p {
  line-height: 1.7;
  font-size: 14px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .contact__top--box p {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact__top--tel {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .contact__top--tel {
    width: 100%;
  }
}
.contact__top--tel .number {
  font-size: 42px;
  font-weight: bold;
  color: #0080cc;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .number {
    font-size: 30px;
  }
}
.contact__top--tel .icon img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .icon img {
    width: 32px;
  }
}
.contact__top--tel .tel__top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .tel__top {
    justify-content: center;
  }
}
.contact__top--tel .tel__top .text {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}

.privacyBox {
  border: 1px solid #dfdfdf;
  height: 130px;
  overflow-y: auto;
  max-width: 670px;
  margin: 30px auto 20px;
  padding: 25px 15px;
}
.privacyBox .wrap {
  height: -moz-max-content;
  height: max-content;
  font-size: 14px;
  line-height: 1.7;
}
.privacyBox .wrap p {
  font-size: 14px;
  line-height: 1.7;
}

.privacyBox + .smf-placeholder label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.privacyBox + .smf-placeholder label input {
  margin: 0;
}

.company {
  padding: 0 0 80px;
  overflow: hidden;
}
.company .company__inner {
  width: 100%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.company .company__track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .company .company__track {
    animation: scroll-left 30s linear infinite;
  }
}
.company .company__track img {
  display: inline-block;
  width: auto;
  height: 152px;
  margin: 0 5px;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .company .company__track img {
    height: 110px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.page__contents {
  line-height: 1.7;
}
.page__contents p, .page__contents ul, .page__contents h2, .page__contents h3, .page__contents h4 {
  margin-bottom: 30px;
}/*# sourceMappingURL=page.css.map */