@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #16365d;
  background-image: url(../../img/lp/shimasata-sugar/bg-white.jpg);
  background-repeat: repeat;
}

/* ef */
.efUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}
@media (max-width: 768px) {
  .efUp {
    transform: translate(0, 25px);
  }
}
.efUp.ef_on {
  opacity: 1;
  transform: translate(0, 0);
}

.efRirht {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s;
}
@media (max-width: 768px) {
  .efRirht {
    transform: translate(25px, 0);
  }
}
.efRirht.ef_on {
  opacity: 1;
  transform: translate(0, 0);
}

.efLeft {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s;
}
@media (max-width: 768px) {
  .efLeft {
    transform: translate(-25px, 0);
  }
}
.efLeft.ef_on {
  opacity: 1;
  transform: translate(0, 0);
}

.ef {
  display: block;
  position: relative;
  overflow: hidden;
}
.ef_char {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate(0, 50%);
  transition: all 1s;
}
.ef_char.__1 {
  transition-delay: 40ms;
}
.ef_char.__2 {
  transition-delay: 80ms;
}
.ef_char.__3 {
  transition-delay: 120ms;
}
.ef_char.__4 {
  transition-delay: 160ms;
}
.ef_char.__5 {
  transition-delay: 200ms;
}
.ef_char.__6 {
  transition-delay: 240ms;
}
.ef_char.__7 {
  transition-delay: 280ms;
}
.ef_char.__8 {
  transition-delay: 320ms;
}
.ef_char.__9 {
  transition-delay: 360ms;
}
.ef_char.__10 {
  transition-delay: 400ms;
}
.ef_char.__11 {
  transition-delay: 440ms;
}
.ef_char.__12 {
  transition-delay: 480ms;
}
.ef_char.__13 {
  transition-delay: 520ms;
}
.ef_char.__14 {
  transition-delay: 560ms;
}
.ef_char.__15 {
  transition-delay: 600ms;
}
.ef_char.__16 {
  transition-delay: 640ms;
}
.ef_char.__17 {
  transition-delay: 680ms;
}
.ef_char.__18 {
  transition-delay: 720ms;
}
.ef_char.__19 {
  transition-delay: 760ms;
}
.ef_char.__20 {
  transition-delay: 800ms;
}
.ef_char.ef_on {
  opacity: 1;
  transform: translate(0, 0);
}

/* utility */
.sp-only {
  display: block;
}
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: none;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

/* component */
.sectionInner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 25px;
}

.border img {
  width: 100%;
  height: auto;
}

.bg-white {
  background-color: #fff;
}

.bg-main {
  background-color: #16365d;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #16365d;
  border: solid 1px #16365d;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (any-hover: hover) {
  .button:hover {
    border: solid 1px #eec409;
    background-color: #eec409;
    color: #16365d;
  }
}
.button > span {
  font-size: 13px;
}
.button--lg {
  max-width: 280px;
}
.button--sub {
  background-color: transparent;
  color: #16365d;
}
.button--footer {
  border: solid 1px #eec409;
  background-color: #eec409;
  color: #16365d;
}

/* page parts */
.header {
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.header__inner {
  padding: 22px 0 24px;
}
@media (min-width: 769px) {
  .header__inner {
    padding: 50px 25px 0;
    max-width: 1330px;
    margin: 0 auto;
  }
}

.header__logo {
  max-width: 158px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header__logo {
    max-width: 200px;
    margin: 0;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}

.kv {
  position: relative;
}

.kv__content {
  display: flex;
}

.kv__content--main {
  width: 100%;
}
@media (min-width: 769px) {
  .kv__content--main {
    width: 560px;
  }
}
@media (min-width: 1367px) {
  .kv__content--main {
    width: 720px;
  }
}
.kv__content--main img {
  width: 100%;
  height: auto;
}

.kv__content--side {
  display: none;
}
@media (min-width: 769px) {
  .kv__content--side {
    display: block;
    width: calc((100% - 560px) / 2);
  }
}
@media (min-width: 1367px) {
  .kv__content--side {
    width: calc((100% - 720px) / 2);
  }
}

.kv__nav {
  display: none;
}
@media (min-width: 769px) {
  .kv__nav {
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
}
@media (min-width: 1367px) {
  .kv__nav {
    padding-left: 80px;
  }
}

@media (min-width: 769px) {
  .kv__navList {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (min-width: 769px) {
  .kv__navListItem a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
}

.lead {
  margin-top: 70px;
}
@media (min-width: 769px) {
  .lead {
    margin-top: 200px;
  }
}

.lead__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .lead__wrapper {
    flex-direction: row;
  }
}

.lead__col {
  flex: 1;
}

.lead__text {
  max-width: 325px;
  margin: 70px auto 0;
}
@media (min-width: 769px) {
  .lead__text {
    max-width: 480px;
    margin: 0 auto 0;
  }
}
.lead__text img {
  width: 100%;
  height: auto;
}

.lead__product {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .lead__product {
    max-width: 420px;
    padding: 0 50px;
    margin: 0;
  }
}

.lead__productImg {
  max-width: 245px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lead__productImg {
    max-width: 100%;
    margin: 0;
  }
}
.lead__productImg img {
  width: 100%;
  height: auto;
}

.lead__productName {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .lead__productName {
    margin-top: 20px;
  }
}

.lead__productName--img {
  display: block;
  max-width: 132px;
  margin: 8px auto 0;
}
.lead__productName--img img {
  width: 100%;
  height: auto;
}

.lead__productButton {
  margin-top: 25px;
}
.lead__productButton .button {
  margin: 0 auto;
}

.about {
  padding: 100px 0 50px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .about {
    padding: 260px 0 70px;
  }
}

.about__headImg {
  width: 60%;
  position: absolute;
  z-index: -1;
  top: 72px;
  right: -83px;
}
@media (min-width: 769px) {
  .about__headImg {
    position: static;
    width: 473px;
    margin-top: 50px;
    margin-left: -212px;
  }
}
.about__headImg img {
  width: 100%;
  height: auto;
}

.about__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 30px;
  padding-right: 25px;
  margin-left: -25px;
  width: calc(100% + 25px);
}
@media (min-width: 769px) {
  .about__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    max-width: calc(275px + 30.1%);
    padding-left: 30.1%;
    padding-right: 0;
  }
}
.about__title img {
  width: 100%;
  height: auto;
}
.about__title--text {
  flex-shrink: 0;
  width: 75px;
}
.about__title--img {
  flex: 1;
}

.about__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .about__wrapper {
    flex-direction: row;
  }
}

.about__col {
  width: 100%;
}
@media (min-width: 769px) {
  .about__col {
    width: 50%;
  }
}

.about__content {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .about__content {
    margin-top: 0;
  }
}

.about__contentTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .about__contentTitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
  }
}

.about__contentText {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .about__contentText {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
}

.about__contentTitle + .about__contentText {
  margin-top: 0;
}

.about__contentImg {
  width: calc(100% + 50px);
  margin: 30px -25px;
}
@media (min-width: 769px) {
  .about__contentImg {
    margin: 50px auto 0;
  }
}
.about__contentImg img {
  width: 100%;
  height: auto;
}

.article {
  padding: 50px 0;
}
@media (min-width: 769px) {
  .article {
    padding: 50px 0 70px;
  }
}

.article .sectionInner {
  max-width: 1160px;
  padding: 0 10px;
}

.article__head {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .article__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    gap: 50px;
    margin-bottom: 60px;
  }
}

.article__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: fit-content;
}
@media (min-width: 769px) {
  .article__title {
    flex-direction: row;
    align-items: flex-end;
    gap: 50px;
    width: fit-content;
    margin-right: -50px;
  }
}
.article__title img {
  width: 100%;
  height: auto;
}

.article__title--text {
  flex-shrink: 0;
  width: 72px;
}

.article__title--img {
  flex-shrink: 0;
  width: 136px;
}

.article__lead {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 769px) {
  .article__lead {
    text-align: center;
  }
}

.article__border--top {
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
  width: 100%;
  line-height: 0;
}
.article__border--bottom {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  line-height: 0;
}
.article__border--top img,
.article__border--bottom img {
  width: 100%;
  height: auto;
}

.article__item {
  padding-top: 25px;
  position: relative;
}
@media (min-width: 769px) {
  .article__item {
    padding-top: 30px;
  }
}

.article__item + .article__item {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .article__item + .article__item {
    margin-top: 50px;
  }
}

.article__itemNum {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../../img/lp/shimasata-sugar/article-num-bg.svg);
  background-size: cover;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.article__itemInner {
  background: #efe5cf;
  padding: 25px 15px 40px;
  position: relative;
}
@media (min-width: 769px) {
  .article__itemInner {
    padding: 25px 40px 50px;
  }
}

.article__itemTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #16365d;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .article__itemTitle {
    margin-bottom: 50px;
  }
}

.article__itemImg img {
  width: 100%;
  height: auto;
}

.article__itemWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .article__itemWrapper {
    max-width: 828px;
    margin: 0 auto;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .article__itemWrapper {
    gap: 80px;
  }
}

.article__itemNoteBox {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 26px 32px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .article__itemNoteBox {
    padding: 25px 32px;
    margin-top: 50px;
  }
}
.article__itemNoteBox::before,
.article__itemNoteBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  background-image: url(../../img/lp/shimasata-sugar/border-article.svg);
  background-size: 100%;
  background-repeat: repeat;
}
.article__itemNoteBox::after {
  left: auto;
  right: 0;
}

.article__itemNoteBoxText {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (min-width: 769px) {
  .article__itemNoteBoxText {
    font-size: 18px;
  }
}

.typeTable {
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-bottom: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  color: #303234;
}
@media (min-width: 769px) {
  .typeTable {
    flex-shrink: 0;
    max-width: 424px;
    width: 100%;
    margin: 0;
  }
}

.typeTable__content {
  width: max-content;
}

.typeTable__head th,
.typeTable__head td {
  width: 109px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  border-right: solid 1px #fff;
}
@media (max-width: 768px) {
  .typeTable__head th,
  .typeTable__head td {
    width: calc(335px - 118px - 88px);
  }
}
.typeTable__head th::after,
.typeTable__head td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f2e7;
  z-index: -2;
}
.typeTable__head th:first-child,
.typeTable__head td:first-child,
.typeTable__head th:last-child,
.typeTable__head td:last-child {
  border-right: none !important;
}
.typeTable__head th:first-child:after,
.typeTable__head td:first-child:after {
  background: none;
}
.typeTable__head th:first-child,
.typeTable__head td:first-child {
  width: 88px;
}
.typeTable__head--other::after {
  background: #e3dac5 !important;
}

.typeTable__head--em.typeTable__head--em {
  color: #16365d;
  border-right: none !important;
  width: 118px;
  position: sticky;
  left: 88px;
  z-index: 1;
}
.typeTable__head--em::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eec409;
  z-index: -1;
  border-radius: 5px 5px 0 0;
}
.typeTable__head--em::after {
  border-radius: 5px 0 0 0;
}
.typeTable__head--em > span:nth-child(1) {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.typeTable__head--em > span:nth-child(2) {
  display: block;
  max-width: 80px;
  margin: 3px auto 0;
}
.typeTable__head--em > span:nth-child(2) img {
  width: 100%;
  height: auto;
}
.typeTable__head th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #efe5cf;
}

.typeTable__body th,
.typeTable__body td {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 4px;
  position: relative;
  z-index: 0;
  border-right: solid 1px #f7f2e7;
}
.typeTable__body th:first-child,
.typeTable__body td:first-child,
.typeTable__body th:last-child,
.typeTable__body td:last-child {
  border-right: none !important;
}
.typeTable__body td::before,
.typeTable__body td::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.typeTable__body th::before,
.typeTable__body th::after {
  content: "";
  background: #efe5cf;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.typeTable__body th {
  position: sticky;
  left: 0;
  z-index: 1;
}
.typeTable__body > tr:nth-child(even) td::after,
.typeTable__body > tr:nth-child(even) th::after {
  content: "";
  background: rgba(238, 238, 238, 0.7);
  z-index: -1;
  mix-blend-mode: multiply;
}

.typeTable__body--em.typeTable__body--em {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: sticky;
  left: 88px;
  z-index: 1;
}
.typeTable__body--em span {
  display: block;
  position: relative;
}
.typeTable__body--em span::before,
.typeTable__body--em span::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 4px;
  height: calc(100% + 8px);
  background: #eec409;
  z-index: 0;
}
.typeTable__body--em span::after {
  left: auto;
  right: 0;
}
.typeTable__body > tr:last-child .typeTable__body--em::before {
  height: calc(100% + 4px);
  border-bottom: solid 4px #eec409;
}

.typeTable__note {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #303234;
  margin-top: 10px;
  text-align: right;
}

.typeList__item {
  display: flex;
  gap: 10px;
}
.typeList__item + .typeList__item {
  margin-top: 20px;
}

.typeList__img {
  flex-shrink: 0;
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
}
.typeList__img img {
  width: 100%;
  height: auto;
}

.typeList__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.typeList__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.product {
  padding: 100px 0 50px;
}
@media (min-width: 769px) {
  .product {
    padding: 100px 0 70px;
  }
}

.product__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .product__wrapper {
    flex-direction: row;
  }
}

.product__col {
  flex: 1;
}

.product__textbox {
  max-width: 275px;
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .product__textbox {
    margin: 40px auto 0;
  }
}

.product__text {
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .product__text {
    max-width: 271px;
  }
}
.product__text img {
  width: 100%;
  height: auto;
}

.product__textImg {
  width: 100%;
  margin: -40px auto 0;
}
@media (min-width: 769px) {
  .product__textImg {
    margin: 20px auto 0;
  }
}
.product__textImg img {
  width: 100%;
  height: auto;
}

.product__item {
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 769px) {
  .product__item {
    max-width: 426px;
    margin-left: auto;
  }
}

.product__itemInner {
  background: #fff;
  padding: 50px 20px 55px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}

.product__itemImg {
  max-width: 180px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 769px) {
  .product__itemImg {
    max-width: 240px;
    padding-bottom: 45px;
  }
}
.product__itemImg img {
  width: 100%;
  height: auto;
}

.product__itemImg--icon {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 72px;
}

.product__itemName {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .product__itemName {
    margin-top: 20px;
  }
}

.product__itemName--img {
  display: block;
  max-width: 132px;
  margin: 8px auto 0;
}
.product__itemName--img img {
  width: 100%;
  height: auto;
}

.product__itemButton {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product__itemButton .button {
  margin: 0 auto;
}

.recipe {
  background: #efe5cf;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .recipe {
    padding: 70px 0;
  }
}

.recipe__title {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .recipe__title {
    margin-bottom: 50px;
  }
}
.recipe__title--sub {
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.recipe__title--main {
  display: block;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-right: 100px;
}
.recipe__title--main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 1px;
  background: #16365d;
  opacity: 0.8;
}

.recipe__wrapper {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .recipe__wrapper {
    margin-left: 0;
  }
}

.recipe__wrapper .splide__track {
  padding-top: 10px !important;
  padding-left: 10px !important;
  margin-top: -10px;
  margin-left: -10px;
}

.recipe__item {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .recipe__item:hover {
    opacity: 0.7;
  }
}

.recipe__itemImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.recipe__itemImg img {
  width: 100%;
  height: auto;
}

.recipe__itemTextBox {
  margin-top: 10px;
  position: relative;
}

.recipe__itemTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.recipe__itemTitle--sm {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.recipe__itemArrow {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.recipe__itemArrow img {
  width: 100%;
  height: auto;
}

.company {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .company {
    padding: 0 0 70px;
  }
}

.company__head {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  position: relative;
  z-index: 0;
  margin-bottom: -88px;
}
@media (min-width: 769px) {
  .company__head {
    margin-bottom: 70px;
  }
}

.company__title {
  flex-shrink: 0;
  width: 16px;
}
.company__title img {
  width: 100%;
  height: auto;
}

.company__lead {
  width: 121px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .company__lead {
    margin-top: 0;
  }
}
.company__lead img {
  width: 100%;
  height: auto;
}

.company__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .company__wrapper {
    flex-direction: row;
  }
}

.company__col {
  width: 100%;
}
@media (min-width: 769px) {
  .company__col {
    width: 50%;
  }
}

.company__img {
  flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .company__img {
    width: 100%;
    margin-right: 0;
    padding-right: 120px;
  }
}
.company__img img {
  width: 100%;
  height: auto;
}

.company__content {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .company__content {
    margin-top: 0;
  }
}

.company__contentTitle {
  max-width: 338px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .company__contentTitle {
    max-width: 464px;
    margin-bottom: 50px;
  }
}
.company__contentTitle img {
  width: 100%;
  height: auto;
}

.company__contentText {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.company__contentButton {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .company__contentButton {
    margin-top: 50px;
  }
}

.company__contentButton .button {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .company__contentButton .button {
    margin: 0;
  }
}

.company__foot {
  margin: 20px calc(50% - 50vw) 0;
}
@media (min-width: 769px) {
  .company__foot {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.company__foot .splide__slide img {
  width: auto;
  height: 100%;
}
.company__foot .splide__slide a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .company__foot .splide__slide a:hover {
    opacity: 0.7;
  }
}

.footer {
  background: #16365d;
  color: #fff;
  padding: 50px 25px 70px;
}
@media (min-width: 769px) {
  .footer {
    padding: 70px 25px 90px;
  }
}

.footer__inner {
  max-width: 570px;
  margin: 0 auto;
}

.footer__title {
  width: 16px;
  margin: 0 0 50px auto;
}
@media (min-width: 769px) {
  .footer__title {
    width: 71px;
    margin: 0 auto 70px;
  }
}
.footer__title img {
  width: 100%;
  height: auto;
}

.footer__company {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .footer__company {
    grid-template-columns: 120px 1fr;
  }
}

.footer__companyTitle {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.footer__companyTitle::before,
.footer__companyText::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px 0 0 100px;
}
.footer__companyTitle::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 100px;
}
.footer__companyText {
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
}
.footer__companyText::before {
  border-radius: 0 100px 100px 0;
}
@media (min-width: 769px) {
  .footer__companyText {
    padding-left: 30px;
  }
}

.footer__note {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 769px) {
  .footer__note {
    margin-top: 50px;
  }
}

.footer__button {
  margin-top: 50px;
}
.footer__button .button {
  margin: 0 auto;
}
