@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
.button--twitter {
  background-color: #155e63;
  margin: 30px auto;
}
.button--X {
  padding: 6px 10px 6px 30px;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #155e63;
}
.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #155e63;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (min-width: 837PX) {
  .hidden-pc {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

.header {
  background-color: #155e63;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  width: 100%;
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
.header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}

.fv {
  background: url(../img/sp/fv-background_SP.png) no-repeat left center/cover;
  position: relative;
  width: 100%;
  height: 400px;
  aspect-ratio: 375/600;
}
@media screen and (min-width: 837PX) {
  .fv {
    background: url(../img/fv-background.png) no-repeat left center/cover;
    aspect-ratio: 1280/600;
    height: auto;
  }
}

.fv__title {
  position: absolute;
  top: 116px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 837PX) {
  .fv__title {
    top: calc(50% - 140px);
    left: 1.953125vw;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .fv__title {
    top: calc(50% - 120px);
    width: auto;
  }
}
@media screen and (min-width: 837PX) {
  .fv__title img {
    width: 40vw;
  }
}

.fv__button {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv-slide {
  position: absolute;
}
@media screen and (max-width: 837px) {
  .fv-slide {
    display: none;
  }
}
@media screen and (min-width: 837PX) {
  .fv-slide {
    top: calc(50% - 160px);
    left: 42vw;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .fv-slide {
    top: calc(50% - 115px);
    left: 40vw;
  }
}

.splide__slide img {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 2px 5px 8px 0 rgba(135, 118, 114, 0.25);
          box-shadow: 2px 5px 8px 0 rgba(135, 118, 114, 0.25);
}

.contact-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background-image: linear-gradient(115deg, #155e63 0%, #76b29d 80%, #CDE6C7 100%);
  white-space: nowrap;
}
@media screen and (min-width: 837PX) {
  .contact-button {
    font-size: 1.6rem;
    padding: 1rem 4rem;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .contact-button {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
.contact-button-submit {
  font-size: 1rem;
  padding: 1rem;
}

.section {
  padding: 40px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head-main:first-letter {
  font-size: 125%;
  color: #155e63;
}
.section__head-sub {
  font-size: 16px;
}
.section__lead-text {
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 837PX) {
  .section__lead-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 837PX) {
  .section__lead-text--twitter {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .section__lead-text--twitter {
    margin: 24px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section__contents {
  margin-top: 40px;
}

.service__item {
  max-width: 350px;
  margin: 0 auto;
}
.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-img img {
  width: 240px;
  height: 200px;
}
.service__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #f7f3f3;
}
.works__list {
  text-align: center;
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works__item-text {
  font-size: 14px;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}

.works__slide-wrapper {
  margin-inline: auto;
  margin-top: 10px;
  width: 100%;
}

.splide__slide.is-active .works__item {
  opacity: 1; /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1);
          transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.works__item {
  opacity: 0.3; /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.8);
          transform: scale(0.8); /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
}

.splide__pagination {
  bottom: -2rem;
}

.about__container {
  margin-top: 40px;
}
.about__img {
  margin-bottom: 32px;
  text-align: center;
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
}
.about__text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 837PX) {
  .about__text {
    font-size: 16px;
  }
}
.about__text + .about__text {
  margin-top: 1em;
}
.about__text--strong {
  font-size: 18px;
  font-weight: 700;
}

.flow {
  background-color: #f7f3f3;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #155e63;
  padding: 46px 16px 24px;
  max-width: 320px;
  margin: 0 auto;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -24px;
  left: 50%;
  font-size: 24px;
  background-color: #155e63;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.message__inner {
  max-width: 644px;
  margin-inline: auto;
}
.message__container {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message__img {
  margin-bottom: 32px;
  text-align: center;
}
.message__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 240px;
}
@media screen and (min-width: 837PX) {
  .message__img img {
    width: 320px;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .message__img img {
    width: 280px;
  }
}
.message__text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 837PX) {
  .message__text {
    font-size: 16px;
  }
}
.message__text + .message__text {
  margin-top: 12px;
}
.message__policy {
  margin-top: 40px;
  position: relative;
  border: 2px solid #155e63;
  padding: 16px 20px 24px;
}

.message-policy__heading {
  position: absolute;
  top: -24px;
  left: 10px;
  display: inline-block;
  padding: 5px 12px;
  background: #155e63;
  color: #fff;
  font-size: 18px;
}
.message-policy__list {
  margin-top: 16px;
}
.message-policy__item + .message-policy__item {
  margin-top: 12px;
}
.message-policy__title {
  font-weight: 700;
}
.message-policy__text {
  padding-left: 20px;
}

.twitter {
  background-color: #f7f3f3;
}
.twitter__text-contents {
  text-align: center;
}
.twitter__timeline {
  margin: 30px auto;
  max-width: 350px;
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 837PX) {
  .twitter__timeline {
    max-width: 460px;
    height: 380px;
    aspect-ratio: 460/380;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .twitter__timeline {
    max-width: 300px;
    aspect-ratio: 300/380;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.contact__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 837PX) {
  .contact__inner {
    max-width: 672px;
    padding-inline: 36px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .contact__inner {
    max-width: 640px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.contact__heading {
  text-align: center;
}
.contact__heading::before {
  background: url(../images/contact-heading-icon.svg) no-repeat center center/contain;
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 837PX) {
  .contact__form {
    margin-top: 40px;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .contact__form {
    margin-top: 32px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 837PX) {
  .contact__fields {
    gap: 22px;
  }
}

@media screen and (min-width: 837PX) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 837PX) {
  .form-field__head {
    width: 180px;
  }
  .form-field__head-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .form-field__head {
    width: 180px;
  }
  .form-field__head-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 837PX) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
}

.form-field__item {
  margin-top: 9px;
}
@media screen and (min-width: 837PX) {
  .form-field__item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .form-field__item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 200px);
  }
}

.form-text {
  border-radius: 8px;
  border: none;
  border: 1px solid transparent;
  background: #f5f5f5;
  padding: 16px;
  width: 100%;
  outline: none;
}
.form-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::placeholder {
  font-size: 14px;
  color: #ccc;
}
@media screen and (min-width: 837PX) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder {
    font-size: 16px;
  }
}
.form-text:focus {
  border: 1px solid #155e63;
  background: #e9f6f8;
}
.form-text:focus::-webkit-input-placeholder {
  color: #4a3636;
}
.form-text:focus::-moz-placeholder {
  color: #4a3636;
}
.form-text:focus:-ms-input-placeholder {
  color: #4a3636;
}
.form-text:focus::-ms-input-placeholder {
  color: #4a3636;
}
.form-text:focus::placeholder {
  color: #4a3636;
}
.form-text.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  background: #f5f5f5;
  outline: none;
}
@media screen and (min-width: 837PX) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  border: 1px solid #155e63;
}
.form-select.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 837PX) {
  .form-field__radios {
    height: 56px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #155e63;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 837PX) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background: #f5f5f5;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #155e63;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 16px;
  outline: none;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}
@media screen and (min-width: 837PX) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::placeholder {
    font-size: 16px;
  }
}
.form-textarea:focus {
  border: 1px solid #155e63;
  background: #e9f6f8;
}
.form-textarea:focus::-webkit-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::-moz-placeholder {
  color: #4a3636;
}
.form-textarea:focus:-ms-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::-ms-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::placeholder {
  color: #4a3636;
}
.form-textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.contact__privacy {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 837PX) {
  .contact__privacy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .contact__privacy {
    margin-top: 32px;
  }
}
.contact__privacy a {
  display: inline-block;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact__privacy a:hover {
  color: #155e63;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border: 1px solid #155e63;
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  background-color: #fff0f7;
  border-color: #ce2073;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 837PX) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 5px;
  border-bottom: 2px solid #155e63;
  border-left: 2px solid #155e63;
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.contact__button {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 837PX) {
  .contact__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 837px) and (max-width: 1150px) {
  .contact__button {
    margin-top: 32px;
  }
}

.form-submit__input {
  width: 280px;
}

.contact-form__message {
  display: none;
  text-align: center;
  margin-top: 60px;
}

.is-error {
  color: #f00;
}

.footer {
  background: #155e63;
  text-align: center;
  padding: 10px;
}
.footer__copy {
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 837PX) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 50px 20px;
  }
  .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .button {
    -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #155e63;
  }
  .button:hover .button__text {
    color: #155e63;
  }
  .button--twitter {
    margin: 30px 0 auto;
  }
  .button--twitter:hover {
    border: 1px solid #155e63;
  }
  .button--bg {
    color: #155e63;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  /*--------------------------
  // tb
  --------------------------*/
}
@media screen and (min-width: 837PX) and (min-width: 837px) and (max-width: 1150px) {
  .section__inner {
    max-width: 644px;
  }
}
@media screen and (min-width: 837PX) {
  .section__head-main {
    font-size: 48px;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 837PX) and (min-width: 837px) and (max-width: 1150px) {
  .about__container {
    display: block;
  }
}
@media screen and (min-width: 837PX) {
  .about__img {
    min-width: 300px;
  }
  .about__img img {
    width: 100%;
    border-radius: 50%;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .message__img img {
    max-width: 350px;
  }
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 837PX) and (min-width: 837px) and (max-width: 1150px) {
  .message__container {
    display: block;
  }
}
@media screen and (min-width: 837PX) {
  .twitter__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .twitter__lead-text {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 837PX) and (min-width: 837px) and (max-width: 1150px) {
  .section__head-main {
    font-size: 54px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .works__inner {
    max-width: 644px;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}