@charset "UTF-8";
.company-mv img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-inner {
  position: relative;
}

.company-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 60px; */
  font-size: 63px;
  letter-spacing: 2px;
  /* max-width: 400px; */
  /* width: 100%; */
  text-align: center;
  line-height: 46px;
  font-family: "Baskervville", serif;
  color: #414141;
}

.company-top p {
  font-size: 13px;
  color: #414141;
  font-family: "Noto Serif JP", serif;
}

.company-logo {
  position: absolute;
  bottom: -15%;
  right: 10%;
}

.company-logo img {
  display: block;
  /* 必要に応じて調整 */
  height: auto;
  animation: spin 25s linear infinite;
  /* 永遠に回転 */
}

.forclients-logo {
  position: absolute;
  bottom: -15%;
  right: 10%;
}

.forclients-logo img {
  display: block;
  /* 必要に応じて調整 */
  height: auto;
  animation: spin 25s linear infinite;
  /* 永遠に回転 */
}

.business-logo {
  position: absolute;
  bottom: -15%;
  right: 10%;
}

.business-logo img {
  display: block;
  /* 必要に応じて調整 */
  height: auto;
  animation: spin 25s linear infinite;
  /* 永遠に回転 */
}

.company-textall {
  box-sizing: border-box;
  padding: 80px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.company-text {
  font-size: 21px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  color: #414141;
  padding-bottom: 130px;
}

.company-p {
  font-size: 25px;
  padding-bottom: 20px;
  /* font-weight: normal; */
  letter-spacing: 5px;
}

.table {
  width: 100%;
  font-size: 17px;
  color: #414141;
}

.td {
  border-bottom: 1px solid lightgray;
}

.th {
  border-bottom: 1px solid black;
  text-align: left;
  vertical-align: middle;
  width: 18%;
  font-weight: normal;
}

.th:first-of-type {
  border-top: 1px solid black;
}

.td:first-of-type {
  border-top: 1px solid lightgrey;
}

.td {
  padding: 25px 0 30px 20px;
  line-height: 30px;
  width: 82%;
}

.profile {
  padding: 40px;
}

.profile-picture {
  text-align: left;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile-picture img {
  width: 340px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-picture p {
  width: calc(100% - 390px);
  font-size: 15px;
  color: #414141;
  line-height: 25px;
  letter-spacing: 2px;
}

.profile-all {
  max-width: 1020px;
  margin: 0 auto;
}

.profile-top {
  /* display: flex; */
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
}

.profile-top::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 0;
  position: absolute;
  left: 0;
}

.profile-top h3 {
  font-weight: 400 !important;
}

.profile-text {
  font-size: 15px;
  color: #414141;
  padding: 30px 0 60px;
  line-height: 25px;
  letter-spacing: 2px;
}

.profile-name {
  text-align: right;
  color: #414141;
}

.profile-name span {
  font-weight: bold;
  font-size: 20px;
  color: #414141;
  letter-spacing: 4px;
}

.history {
  padding: 40px;
  padding-bottom: 120px;
}

.history-inner {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .company-top {
    font-size: 30px;
    line-height: 25px;
  }
  .company-top p {
    font-size: 11px;
  }
  .company-logo {
    position: absolute;
    bottom: -80px;
    right: 20px;
  }
  .company-logo img {
    width: 160px;
    height: auto;
  }
  .business-logo {
    position: absolute;
    bottom: -80px;
    right: 30px;
  }
  .business-logo img {
    width: 160px;
    height: auto;
  }
  .forclients-logo {
    position: absolute;
    bottom: -80px;
    right: 20px;
  }
  .forclients-logo img {
    width: 160px;
    height: auto;
  }
  .company-mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .company-textall {
    padding: 80px 20px 50px;
  }
  .company-text {
    font-size: 15px;
    padding-bottom: 50px;
  }
  .table {
    font-size: 14px;
  }
  .td {
    line-height: 20px;
    width: 73%;
  }
  .th {
    width: 27%;
  }
  .company-p::before {
    content: "•";
    /* 丸ぽち */
    margin-right: 1px;
    /* 文字との間隔 */
    color: #939393;
    /* 丸の色 */
    font-size: 60px;
    /* 丸の大きさ */
    position: relative;
    top: 12px;
  }
  .company-p {
    font-size: 14px;
    padding-bottom: 4px;
    letter-spacing: 1px;
  }
  .profile {
    padding: 0 20px 50px;
  }
  .profile-picture {
    display: block;
  }
  .profile-picture img {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile-picture p {
    width: 100%;
  }
  .history {
    padding: 0 20px 60px;
  }
  .profile-name {
    font-size: 10px;
  }
  span {
    font-size: 14px;
  }
  .profile-top {
    font-size: 20px;
  }
  .profile-top::before {
    content: "•";
    margin-right: 1px;
    color: #939393;
    font-size: 60px;
    top: -2px;
    left: -4px;
  }
  .profile-text {
    padding: 20px 0;
  }
}
.wedding {
  overflow: hidden;
}

.wedding-mv img {
  width: 100%;
  height: 460px;
  /* object-fit: cover; */
}

.wedding-group {
  position: relative;
}

.wedding-contants {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 60px; */
  font-size: 63px;
  letter-spacing: 2px;
  /* max-width: 400px; */
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-family: "Baskervville", serif;
  color: #434343;
}

.wedding-contants p {
  font-size: 13px;
  color: #434343;
}

.wedding-logo {
  position: absolute;
  bottom: -15%;
  right: 10%;
}

.wedding-logo img {
  display: block;
  /* 必要に応じて調整 */
  height: auto;
  animation: spin 25s linear infinite;
  /* 永遠に回転 */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wedding-textbox {
  padding: 90px 40px;
  max-width: 1020px;
  margin: 0 auto;
}

.wedding-text {
  font-size: 21px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 40px;
  padding-bottom: 80px;
}

.wedding-second {
  /* display: flex; */
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
}

.wedding-second::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.wedding-second h3,
.wedding-topbox h3,
.reasons-text h3,
.reasons-top h5 {
  font-weight: 400 !important;
}

.wedding-p {
  font-size: 21px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 40px 0px;
  line-height: 30px;
  letter-spacing: 2px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.wedding-topbox::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  line-height: 1px;
}

.wedding-topbox {
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
  margin-top: 60px;
}

.wedding-elementall {
  display: flex;
}

.wedding-match {
  text-align: center;
  font-size: 17px;
  padding-top: 17px;
  line-height: 25px;
}

.wedding-picture {
  padding: 0 8px;
}

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

.reasons-all {
  padding: 0 40px 120px;
  max-width: 1020px;
  margin: 0 auto;
}

.reasons-text {
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
}

.reasons-text::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  line-height: 1px;
}

.reasons-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 0;
  justify-content: space-between;
}

.reasons-box {
  width: 47%;
}

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

.reasons-top {
  font-size: 21px;
  padding: 15px 0;
  letter-spacing: 1px;
}

.reasons-p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}

.wedding-allbox {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .reasons-all {
    padding: 0 20px 60px;
  }
  .wedding-contants {
    font-size: 30px;
    line-height: 1.2;
  }
  .wedding-contants p {
    font-size: 11px;
  }
  .wedding-logo {
    position: absolute;
    bottom: -80px;
    right: 20px;
  }
  .wedding-logo img {
    width: 160px;
    height: auto;
  }
  .wedding-mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .wedding-textbox {
    padding: 90px 20px 0;
  }
  .wedding-text {
    font-size: 15px;
  }
  .wedding-second {
    font-size: 20px;
    padding-left: 30px;
    margin-top: 30px;
  }
  .wedding-second::before {
    content: "•";
    margin-right: 1px;
    color: #939393;
    top: 46%;
    font-size: 60px;
    left: -4px;
  }
  .wedding-p {
    font-size: 14px;
    padding: 20px;
  }
  .wedding-topbox {
    font-size: 20px;
    padding-left: 30px;
    margin-top: 30px;
  }
  .wedding-topbox::before {
    content: "•";
    margin-right: 1px;
    color: #939393;
    top: 46%;
    font-size: 60px;
    left: -4px;
  }
  .reasons-box {
    width: 48%;
  }
  .reasons-text {
    font-size: 18px;
    padding-left: 30px;
    margin-top: 30px;
  }
  .reasons-text::before {
    content: "•";
    margin-right: 1px;
    color: #939393;
    top: 46%;
    font-size: 60px;
    left: -4px;
  }
  .wedding-elementall {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
  }
  .wedding-element {
    width: 48%;
  }
  .reasons-box {
    width: 100%;
  }
  .reasons-top {
    font-size: 19px;
  }
  .reasons-p {
    font-size: 12px;
  }
}
.contact__flow {
  width: 30%;
  position: absolute;
  left: 0;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .contact__flow {
    width: 100%;
    position: unset;
    margin-bottom: 30px;
  }
}
.contact__flow--item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.4;
}
.contact__flow--item span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #434343;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.contact__flow--item + .contact__flow--item {
  margin-top: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item {
    margin-top: 30px;
  }
}
.contact__flow--item + .contact__flow--item span {
  position: relative;
}
.contact__flow--item + .contact__flow--item span::before {
  content: "";
  width: 1px;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  top: -86%;
  background: #1c1c1b;
  display: block;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item span::before {
    top: -65%;
    height: 33px;
  }
}
.contact__flow--item.active {
  opacity: 1;
}

.contact__main {
  padding: 80px 40px 110px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.contact__main--inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--inner {
    display: block;
  }
}
.contact__main--form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--form {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .smf-item {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}
.smf-item + .smf-item {
  border-top: 1px solid #f0f0f0;
}
.smf-item.first {
  padding-top: 0 !important;
}
.smf-item.last {
  align-items: flex-start;
}
.smf-item.last .smf-item__col--label {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .smf-item.last .smf-item__col--label {
    padding-top: 0;
  }
}

.smf-item__col--label {
  width: 28%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.smf-item__col--label .required {
  color: #fff;
  font-size: 11px;
  background: #ec3947;
  padding: 6px 8px;
  letter-spacing: 0.05em;
}

.smf-item__label__text {
  letter-spacing: 0.05em;
}

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

.smf-item__col--controls {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col--controls input,
.smf-item__col--controls .smf-select-control__control {
  background: #f0f0f0 !important;
  height: 50px;
  width: 100% !important;
  padding: 0 40px;
  border: none !important;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls input,
  .smf-item__col--controls .smf-select-control__control {
    padding: 0 20px;
  }
}
.smf-item__col--controls textarea {
  background: #f0f0f0 !important;
  height: 50px;
  width: 100%;
  padding: 0 40px;
  border: none !important;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  box-sizing: border-box;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls textarea {
    padding: 0 20px;
    height: 170px;
  }
}

.smf-item__label__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .smf-item__label__text {
    justify-content: flex-start;
    gap: 10px;
  }
}

.smf-action {
  margin-top: 90px;
  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: 460px;
  margin: 0 auto;
  border: none !important;
  max-width: 100%;
  height: 45px !important;
  border-radius: 45px !important;
  background-color: #434343 !important;
  color: #fff !important;
  background-image: unset !important;
  font-size: 15px !important;
  position: relative;
  cursor: pointer;
  font-family: "Noto Serif JP", serif !important;
}
.smf-button-control__control::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 25%;
  display: block;
  background: url(../img/top/arrow_right.webp) no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control::after {
    top: 20%;
    right: -20px;
    width: 50px;
    height: 15px;
  }
}
.smf-button-control__control:hover::after {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control {
    height: 40px;
    background-size: 30px;
    font-size: 14px !important;
    margin: 0 !important;
  }
}

.smf-form {
  position: relative;
}

.smf-button-control__control[data-action=back] {
  width: 240px !important;
  background: #fff !important;
  font-size: 15px !important;
  height: 45px !important;
  border: 1px solid #333 !important;
  color: #333 !important;
}
.smf-button-control__control[data-action=back]::after {
  right: -15px;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control[data-action=back] {
    width: 100% !important;
    height: 40px !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 {
  display: none !important;
}

form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow {
  opacity: 1 !important;
}
form[data-screen=complete] .required {
  display: none !important;
}

.thanks__title {
  text-align: center;
  margin: 50px 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: "Noto Serif JP", serif;
}

.forclients-mv img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.forclients-inner {
  position: relative;
}

.forclients-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 60px; */
  font-size: 63px;
  letter-spacing: 2px;
  /* max-width: 400px; */
  /* width: 100%; */
  text-align: center;
  line-height: 46px;
  font-family: "Baskervville", serif;
  color: #414141;
  width: 100%;
}

.forclients-top p {
  font-size: 13px;
  color: #414141;
  font-family: "Noto Serif JP", serif;
}

.forclients-text {
  padding: 80px 40px;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.forclients-span {
  font-size: 30px;
}

.achievements {
  margin: 0 auto;
}

.title {
  /* display: flex; */
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
  letter-spacing: 6px;
}

.title::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.title h3,
.howitworks-contants h5,
.training-text h5 {
  font-weight: 400 !important;
}

.achievements-text {
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 3px;
  background-color: #f7f7f7;
  padding: 70px 40px;
  border-radius: 20px;
}

.achievements {
  padding: 0 40px;
}

.achievements-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.assignment {
  padding: 0 40px;
}

.assignment-inner {
  padding: 65px 0 0;
  max-width: 1020px;
  margin: 0 auto;
}

.assignment-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.assignment-text {
  background-image: url("../img/page/backgroundlogo.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 32%;
  text-align: center;
  padding: 70px 20px;
  border-radius: 20px;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 2px;
  justify-content: center;
}

.assignment-textbox {
  background-image: url("../img/page/backgroundlogo.png");
  background-size: cover;
  background-position: center;
  width: 32%;
  text-align: center;
  padding: 60px 20px;
  border-radius: 20px;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution {
  background-color: #f4f4f4;
  margin-top: 100px;
  padding: 0 40px 80px;
}

.solution-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.solution-text {
  font-size: 21px;
  letter-spacing: 6px;
  line-height: 28px;
}

.solution-picture img {
  width: 85%;
  /* width: 860px; */
}

.solution-picture {
  text-align: center;
  padding-top: 45px;
}

.strength {
  padding: 0 40px;
}

.strength-inner {
  padding: 90px 0 0;
  max-width: 1020px;
  margin: 0 auto;
}

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

.strength-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

.strength-box {
  width: 48%;
}

.strength-top {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 2px;
  padding-top: 10px;
}

.strength-text {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
  /* 相談する */
}

.strength-p {
  padding-top: 60px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 4px;
}

.howitworks {
  padding: 80px 40px;
}

.howitworks-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.howitworks-box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 25px;
}

.span-contants {
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 23px;
}

.howitworks-contants {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 2px;
}

.howitworks-text {
  font-size: 13px;
  letter-spacing: 4.5px;
  padding-bottom: 80px;
}

.howitworks-p {
  font-size: 19px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 50px 0;
  line-height: 30px;
  letter-spacing: 2px;
}

.training {
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}
.training .ashirai {
  /* 枠外非表示 */
  width: 100%;
  position: absolute;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  .training .ashirai {
    bottom: -20px;
  }
}
.training .ashirai__wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* 中身のサイズ分だけ広がる */
  animation: loop 120s linear infinite;
  /* 無限アニメーション */
}
@media screen and (max-width: 768px) {
  .training .ashirai__wrap {
    animation: loop 60s linear infinite;
  }
}
.training .ashirai__wrap img {
  flex-shrink: 0;
  width: auto;
  height: 120px;
  /* 高さ調整 */
  margin-right: 10rem;
  /* 間隔 */
}
@media screen and (max-width: 768px) {
  .training .ashirai__wrap img {
    height: 70px;
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.training-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 120px 0 185px;
}

.training {
  background-color: #f4f4f4;
  margin-top: 90px;
}

.training-all {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  gap: 30px 0;
  justify-content: space-between;
}

.training-text {
  width: 32%;
  background-color: white;
  padding: 45px 30px;
  line-height: 25px;
  border-radius: 10px;
}

.training-text p {
  font-size: 17px;
}

.training-text h5 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .forclients-top {
    font-size: 30px;
    line-height: 35px;
  }
  .forclients-top p {
    font-size: 11px;
  }
  .forclients-mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .forclients-logo img {
    width: 100px;
    height: 100px;
  }
  .forclients-text {
    padding: 90px 20px 0;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .forclients-span {
    font-size: 16px;
  }
  .achievements {
    padding: 0 20px;
  }
  .achievements-inner {
    padding: 90px 0 0;
  }
  .title {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .achievements-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
    background-color: #f7f7f7;
    padding: 30px 20px;
  }
  .assignment {
    padding: 0 20px;
  }
  .assignment-inner {
    padding: 90px 0 0;
  }
  /* .assignment-box {
    display: block;
  } */
  .assignment-text,
  .assignment-textbox {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    padding: 10px 20px;
    font-size: 12px;
    height: 90px;
    letter-spacing: 1px;
    line-height: 16px;
    align-items: center;
    text-align: center;
  }
  .solution {
    margin-top: 60px;
    padding: 0 20px;
  }
  .solution-inner {
    padding: 60px 0;
  }
  .solution-text {
    font-size: 14px;
  }
  .solution-picture img {
    width: 100%;
  }
  .strength {
    padding: 0 20px;
  }
  .strength-inner {
    padding: 60px 0;
  }
  .strength-all {
    display: block;
  }
  .strength-box {
    width: 100%;
  }
  .strength-picture img {
    width: 100%;
  }
  .strength-top {
    font-size: 18px;
  }
  .strength-text {
    padding-bottom: 40px;
    font-size: 14px;
  }
  .strength-p {
    padding-top: 0;
    font-size: 11px;
  }
  .howitworks {
    padding: 0 20px 50px;
  }
  .howitworks-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
  }
  .howitworks-picture {
    width: 40%;
  }
  .howitworks-picture img {
    width: 100%;
  }
  .span-contants {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2px;
    text-align: center;
    padding: 3px 14px;
  }
  .howitworks-contants {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .howitworks-text {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .howitworks-p {
    padding: 30px 15px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .training-all {
    display: block;
    /* width: 100%; */
  }
  .training-text {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px 20px;
    line-height: 20px;
  }
  .training-text h5 {
    font-size: 17px;
  }
  .training-text p {
    font-size: 14px;
    padding-top: 10px;
  }
  .training {
    padding: 0 20px;
  }
  .training-inner {
    padding: 60px 0 70px;
  }
}
.business-mv img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.business-inner {
  position: relative;
}

.business-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 60px; */
  font-size: 63px;
  letter-spacing: 2px;
  /* max-width: 400px; */
  /* width: 100%; */
  text-align: center;
  line-height: 46px;
  font-family: "Baskervville", serif;
  color: #414141;
}

.business-top p {
  font-size: 13px;
  color: #414141;
  font-family: "Noto Serif JP", serif;
}

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

.table {
  padding: 100px 40px;
  background: #f4f4f4;
}

.table-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.table-title {
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.7;
}

.table-picture {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.corebusiness {
  padding: 0 40px;
  margin-top: 100px;
}

.corebusiness-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.title {
  /* display: flex; */
  align-items: center;
  font-size: 25px;
  position: relative;
  padding: 20px 0 20px 30px;
  letter-spacing: 6px;
}

.title::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 60px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.title h3,
.corebusiness-contants h5 {
  font-weight: 400 !important;
}

.corebusiness-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.corebusiness-box:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}

.corebusiness-picture {
  width: 48%;
}

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

.corebusiness-contants {
  width: 48%;
}

.corebusiness-contants p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.corebusiness-contants h5 {
  /* display: flex; */
  align-items: center;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  padding: 20px 0 20px 20px;
  letter-spacing: 2px;
}

.corebusiness-contants h5::before {
  content: "•";
  /* margin-right: 8px; */
  color: #939393;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.businesspartner {
  padding: 0 40px;
  margin-top: 100px;
}

.businesspartner-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.businesspartner-contants {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  align-items: center;
  border-radius: 20px;
  padding: 55px 30px;
}

.businesspartner-picture {
  width: 24%;
}

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

.businesspartner-text {
  width: 70%;
  font-style: italic;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 3px;
}

.businesspartner-p {
  padding: 15px 15px 50px 0;
  text-align: right;
  font-size: 15px;
}

.businesspartner-explanation {
  padding: 50px 0;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .business-top {
    font-size: 30px;
    line-height: 25px;
  }
  .business-top p {
    font-size: 11px;
  }
  .business-mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .table {
    padding: 80px 20px;
  }
  .table-title {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .title {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .corebusiness {
    margin-top: 40px;
    padding: 0 20px;
  }
  .corebusiness-box {
    display: block;
  }
  .corebusiness-box:nth-child(odd) {
    display: block;
  }
  .corebusiness-picture {
    width: 100%;
  }
  .corebusiness-contants {
    width: 100%;
  }
  .corebusiness-contants h5 {
    font-size: 16px;
  }
  .corebusiness-contants p {
    font-size: 12px;
  }
  .businesspartner {
    margin-top: 40px;
    padding: 0 20px;
  }
  .businesspartner-contants {
    display: block;
    padding: 40px 20px;
  }
  .businesspartner-picture {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .businesspartner-picture img {
    width: 30%;
  }
  .businesspartner-text {
    width: 100%;
    font-size: 13px;
  }
  .businesspartner-p {
    font-size: 11px;
  }
  .businesspartner-explanation {
    font-size: 14px;
    padding: 20px 0;
  }
}/*# sourceMappingURL=page.css.map */