@charset "UTF-8";
:root {
  --orange:#FE7021;
  --black:#111;
  --orange-bg:#FDEDE4;
}

.op0 {
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--black);
  opacity: 1;
  transition-duration: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--black);
  background-color: #fff;
  overflow-x: hidden;
}

.jost {
  font-family: "Jost", sans-serif;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-right: 100px;
}

ul {
  list-style: none;
}

.logo {
  width: 276px;
  margin-left: 20px;
  position: fixed;
  top: 11px;
  left: 20px;
  z-index: 100;
}

.header__right {
  display: flex;
  align-items: center;
}
.header__right li {
  margin-right: 45px;
}
.header__right li a {
  font-size: 17px;
  font-weight: 600;
}

.header__list {
  display: flex;
}

.header__tel {
  margin-right: 40px;
}
.header__tel a {
  display: flex;
  justify-content: center;
}
.header__tel a .icon {
  width: 18px;
  display: block;
  margin-right: 6px;
  transform: translateY(-2px);
}
.header__tel a .phone-number {
  font-size: 19px;
  font-weight: 600;
  color: var(--orange);
  display: block;
}

.header__tel-time {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

.header__mail {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.header__mail a {
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__mail a .txt {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: block;
}
.header__mail-icon {
  width: 26px;
  margin-bottom: 3px;
}

main {
  margin-top: 100px;
}

.mv {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(../img/webp/index/mv.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.catch {
  width: 80vw;
  max-width: 90%;
  left: 80px;
  position: absolute;
  bottom: 70px;
}

#hamburger {
  display: none;
  cursor: pointer;
}

.sp-menu {
  display: none;
}

.sec-top-message {
  background-color: var(--orange-bg);
  padding: 100px 0;
}

.w1200 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-base__title {
  position: relative;
  margin-bottom: 50px;
}
.top-base__title .en {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #fff;
  font-size: 108px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.top-base__title .ja {
  font-size: 42px;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--orange);
}

.top-message__flex {
  display: flex;
  justify-content: space-between;
}
.top-message__flex .img {
  width: 50%;
}
.top-message__flex .cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px 0 50px;
}
.top-message__flex .cont p {
  margin-bottom: 30px;
}

.top-message__title-middle {
  font-size: 39px;
  color: var(--orange);
  margin-bottom: 30px;
  line-height: 1.6;
}

.base__btn {
  width: 400px;
  max-width: 100%;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  font-size: 21px;
  font-weight: 900;
}
.base__btn::after {
  width: 13px;
  height: 20px;
  background-image: url(../img/common/arrow-right.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition-duration: 0.3s;
}
.base__btn:hover::after {
  right: 22px;
  transition-duration: 0.3s;
}

.btn-txt {
  width: 250px;
  display: block;
}

.sec-top-news {
  padding: 100px 0;
}

.top-news__flex {
  display: flex;
  justify-content: space-between;
}

.top-news__title-bl {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-news__title-bl a {
  border-bottom: 1px solid #111;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.top-news__title-bl a .apps {
  display: block;
  width: 17px;
  margin-right: 7px;
  transform: translateY(-5px);
}
.top-news__title-bl a .txt {
  font-weight: 500;
}

.top-news__cont {
  width: 900px;
  max-width: 100%;
}

.top-news__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--orange);
}
.top-news__title .en {
  color: var(--orange);
  font-size: 46px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.top-news__title .ja {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  display: block;
}

.news__list li a {
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #E3E3E3;
}
.news__list li a .date {
  width: 100px;
  font-size: 15px;
  color: var(--orange);
  display: block;
}
.news__list li a .cate {
  width: 110px;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BFBFBF;
  color: #fff;
  font-size: 13px;
}
.news__list li a .title {
  width: calc(100% - 210px);
  padding-left: 40px;
  font-size: 14px;
  padding-right: 50px;
}
.news__list li a::after {
  width: 9px;
  height: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  display: block;
  transition-duration: 0.3s;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-orange.svg);
}
.news__list li a:hover::after {
  right: 20px;
  transition-duration: 0.3s;
}

.top-sns__bl {
  margin-top: 180px;
  position: relative;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-sns__title {
  position: absolute;
  top: -83px;
  z-index: -1;
  line-height: 1;
  left: 50%;
  font-size: 108px;
  color: #B6B6B6;
  opacity: 0.2;
  font-weight: 600;
  transform: translateX(-65%);
  white-space: nowrap;
}

.top-sns__flex {
  display: flex;
  justify-content: space-between;
  width: 710px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-sns__flex .item {
  width: 320px;
  height: 400px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fbfbfb;
}
.top-sns__flex .item.facebook-item {
  overflow: hidden;
}

.facebook-item::-webkit-scrollbar {
  display: none;
}

.twitter-timeline {
  width: 100%;
}

iframe.twitter-tweet {
  border-radius: 0 !important;
}

.fb-page,
.fb-page > span,
.fb-page > span > iframe,
._2zfr,
._2zfr > img,
._2p3a {
  width: 100% !important;
}

.fb-page blockquote {
  display: none;
}

.top-sns__bnr-bl {
  width: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.top-sns__bnr-bl a {
  width: 48.5%;
}

.sec-top-philosophy {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/webp/index/top-philosophy-bg.webp);
}

.top-philosophy__bl {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  width: 1200px;
  max-width: 90%;
  padding: 20px 100px 100px;
  margin-left: auto;
  margin-right: auto;
}
.top-philosophy__bl .base__btn {
  margin-left: auto;
  margin-right: auto;
}
.top-philosophy__bl .en {
  position: relative;
  color: var(--orange);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 108px;
  line-height: 1;
  top: -74px;
  font-weight: 600;
}
.top-philosophy__bl .en::before {
  content: attr(data-title);
  height: 50%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
}
.top-philosophy__bl .ja {
  color: var(--orange);
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  top: -68px;
}

.top-philosophy__table {
  display: flex;
  border-bottom: 1px solid var(--orange);
  align-items: center;
  padding: 30px 0;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 900;
}
.top-philosophy__table dt {
  text-align: center;
  width: 35%;
  color: var(--orange);
}
.top-philosophy__table dd {
  width: 65%;
}
.top-philosophy__table:first-of-type {
  border-top: 1px solid var(--orange);
}

.mb80 {
  margin-bottom: 80px;
}

.top-philosophy__title-middle {
  font-weight: 900;
  text-align: center;
  color: var(--orange);
  font-size: 24px;
  margin-bottom: 40px;
}

.top-philosophy__list {
  display: flex;
  justify-content: space-between;
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.top-philosophy__list li {
  width: 31%;
  background-color: #FFD8C3;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
  border: 1px solid var(--orange);
  font-size: 22px;
  font-weight: 900;
}

.sec-top-report {
  padding: 150px 0;
  background-color: #ECECEC;
}

.w960 {
  width: 960px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-report__flex {
  display: flex;
}
.top-report__flex .item {
  width: 50%;
}
.top-report__flex .item iframe {
  width: 100%;
  aspect-ratio: 16/8.7;
}
.top-report__flex .cont {
  padding-left: 50px;
}
.top-report__flex .cont p {
  margin-bottom: 30px;
}

.comp-contact__flex {
  display: flex;
}
.comp-contact__flex .map {
  width: 50%;
}
.comp-contact__flex .map iframe {
  width: 100%;
}
.comp-contact__flex .cont {
  padding-left: 50px;
}
.comp-contact__flex .cont p {
  margin-bottom: 20px;
}
.comp-contact__flex .base__btn {
  height: 60px;
}

.comp-contact__flex .cont p.mb30 {
  margin-bottom: 30px;
}

.sec-comp-contact {
  padding: 60px 0;
}

.comp-contact__title {
  color: var(--orange);
  transform: translateX(-20px);
}

footer {
  background-color: var(--orange-bg);
  padding: 100px 0 120px;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo {
  width: 240px;
}

.footer__right-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 55px;
}
.footer__right-list li {
  margin-right: 45px;
}
.footer__right-list li:last-of-type {
  margin-right: 0;
}
.footer__right-list li a {
  font-size: 15px;
}

.footer__right-list-little {
  display: flex;
  justify-content: flex-end;
}
.footer__right-list-little li {
  margin-right: 40px;
}
.footer__right-list-little li a {
  font-size: 13px;
}
.footer__right-list-little li:last-of-type {
  margin-right: 0;
}

.footer__copy {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 13px;
}

/* アニメーション */
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
}

.fade {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fade.js-load-fade {
  animation-duration: 2s;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}

.js-load-fade {
  opacity: 0;
}

.base__btn-only {
  margin: 50px auto 0 !important;
}

.base__btn-only-frontpage {
  margin: 50px auto 70px !important;
}

@media screen and (max-width: 1300px) {
  .header__right li {
    margin-right: 35px;
  }
  .top-message__flex .cont {
    padding: 0 80px 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 70px;
  }
  #hamburger {
    display: block;
    position: fixed;
    right: 75px;
    width: 70px;
    height: 70px;
    top: 0;
    z-index: 100;
  }
  .hamburger {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hamburger span {
    width: 60%;
    height: 1px;
    background-color: var(--orange);
    display: block;
    left: 20%;
    position: absolute;
  }
  .hamburger span:first-of-type {
    top: 22px;
    animation-name: hamSpan1Re;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .hamburger span:nth-of-type(2) {
    top: 35px;
    animation-duration: 0.8s;
  }
  .hamburger span:last-of-type {
    top: 48px;
    animation-name: hamSpan3Re;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .header__list {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__mail {
    width: 70px;
    height: 70px;
  }
  .header__mail-icon {
    width: 20px;
  }
  .header__mail a .txt {
    font-size: 10px;
  }
  .logo {
    width: 160px;
    margin-left: 0;
    height: auto;
    margin-bottom: 0;
    top: 0;
  }
  .sp-menu {
    background-color: #fff;
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    transition-duration: 0.8s;
    z-index: 10;
  }
  .sp-menu.active {
    right: 0;
    transition-duration: 0.8s;
  }
  .sp-menu__wrapper {
    padding: 140px 100px;
    overflow-y: scroll;
  }
  .sp-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__list li {
    margin-bottom: 30px;
  }
  .sp-menu__list li a {
    color: var(--orange);
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }
  .sp-menu__list li a .en {
    color: #F3F3F3;
    font-size: 45px;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    left: -26px;
    top: -39px;
  }
  .sp-menu__list li a::before {
    width: 13px;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    left: -28px;
    top: 50%;
    display: block;
    content: "";
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation-duration: 0.8s;
  }
  .hamburger.active span:first-of-type {
    animation-name: hamSpan1;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .hamburger.active span:last-of-type {
    animation-name: hamSpan3;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  main {
    margin-top: 70px;
  }
  .top-message__flex .cont {
    padding: 0 0 0 40px;
  }
  .top-philosophy__bl {
    padding: 20px 40px 100px;
  }
  .footer__right-list li {
    margin-right: 30px;
  }
  .footer__right-list-little li {
    margin-right: 30px;
  }
}
@keyframes hamSpan1 {
  0% {
    top: 22px;
  }
  50% {
    top: 35px;
    transform: rotate(0deg);
  }
  100% {
    top: 35px;
    transform: rotate(45deg) translate(3px, -1px);
  }
}
@keyframes hamSpan1Re {
  0% {
    top: 35px;
    transform: rotate(45deg) translate(3px, -1px);
  }
  50% {
    top: 35px;
    transform: rotate(0deg);
  }
  100% {
    top: 22px;
  }
}
@keyframes hamSpan3 {
  0% {
    top: 48px;
  }
  50% {
    top: 35px;
    transform: rotate(0deg);
  }
  100% {
    top: 35px;
    transform: rotate(-45deg) translate(1px, 3px);
  }
}
@keyframes hamSpan3Re {
  0% {
    top: 35px;
    transform: rotate(-45deg) translate(1px, 3px);
  }
  50% {
    top: 35px;
    transform: rotate(0deg);
  }
  100% {
    top: 48px;
  }
}
.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

@media screen and (max-width: 960px) {
  .catch {
    left: 7vw;
  }
  .top-base__title .ja {
    font-size: 34px;
  }
  .top-base__title .en {
    font-size: 85px;
  }
  .sec-top-message {
    padding: 70px 0;
  }
  .top-message__flex {
    flex-direction: column;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .top-message__flex .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-message__flex .cont {
    padding: 0;
    width: 100%;
  }
  .top-message__title-middle {
    font-size: 32px;
  }
  .btn-txt {
    width: 225px;
  }
  .news__list li a::after {
    display: none;
  }
  .news__list li a .title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .news__list li a {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .top-news__title-bl {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .top-news__title-bl a {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-news__flex {
    flex-direction: column;
  }
  .sec-top-news {
    padding: 70px 0;
  }
  .top-sns__title {
    left: 32vw;
    top: -6.5vw;
    font-size: 8vw;
  }
  .top-sns__bl {
    margin-top: 105px;
  }
  .logo {
    left: 10px;
  }
  .sp-menu__wrapper {
    padding: 140px 30px 140px 60px;
  }
  .top-philosophy__bl .en {
    font-size: 72px;
    top: -56px;
  }
  .top-philosophy__bl .ja {
    font-size: 21px;
    top: -54px;
  }
  .top-philosophy__table dd {
    width: 60%;
  }
  .top-philosophy__table dt {
    width: 40%;
  }
  .top-philosophy__table {
    font-size: 19px;
  }
  .m_mb60 {
    margin-bottom: 60px;
  }
  .top-philosophy__list li {
    width: 32%;
    height: 150px;
    font-size: 17px;
  }
  .sec-top-philosophy {
    padding: 100px 0 70px;
  }
  .top-philosophy__bl {
    padding: 20px 40px 70px;
  }
  .sec-top-report {
    padding: 70px 0;
  }
  .top-report__flex {
    flex-direction: column;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-report__flex .cont {
    padding-left: 0;
  }
  .base__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top-report__flex .item {
    width: 100%;
  }
  .comp-contact__flex .cont {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .comp-contact__flex .map {
    width: 100%;
  }
  .comp-contact__flex {
    flex-direction: column-reverse;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .comp-contact__flex .cont p {
    margin-bottom: 10px;
  }
  .footer__right-list li a {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }
  .footer__right-list li {
    margin-right: 0;
    width: 48%;
  }
  .footer__right-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__flex {
    flex-direction: column;
  }
  footer {
    padding: 60px 0 70px;
  }
  .footer__copy {
    height: 60px;
  }
  .news__list li a .cate {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 6px;
    font-size: 12px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .top-sns__flex {
    flex-direction: column;
    align-items: center;
  }
  .top-sns__flex .item {
    margin-bottom: 40px;
  }
  .top-sns__title {
    left: 43vw;
  }
}
@media screen and (max-width: 640px) {
  .top-base__title .ja {
    font-size: 7vw;
  }
  .top-base__title .en {
    font-size: 16vw;
  }
  .sp-menu__list li a {
    font-size: 18px;
  }
  .sp-menu__list li a .en {
    font-size: 36px;
    left: -26px;
    top: -32px;
  }
  .top-sns__title {
    top: -8vw;
    font-size: 10vw;
  }
  .top-sns__flex {
    flex-direction: column;
  }
  .sec-top-news {
    padding: 70px 0 50px;
  }
  .mv {
    height: 400px;
  }
  .catch {
    left: 6vw;
    width: 83vw;
    bottom: 35px;
  }
  .top-message__title-middle {
    font-size: 28px;
  }
  .sec-top-message {
    padding: 50px 0;
  }
  .top-base__title {
    margin-bottom: 35px;
  }
  .top-base__title .en {
    font-size: 14vw;
  }
  .top-base__title .ja {
    font-size: 6.5vw;
  }
  .top-message__title-middle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .base__btn {
    height: 70px;
    font-size: 16px;
  }
  .btn-txt {
    width: 200px;
  }
  .base__btn::after {
    width: 9px;
    height: 17px;
    right: 17px;
  }
  .base__btn:hover::after {
    right: 14px;
  }
  .sec-top-news {
    padding: 50px 0;
  }
  .top-news__title-bl a .txt {
    font-size: 14px;
  }
  .top-philosophy__bl .en {
    font-size: 37px;
    top: -40px;
  }
  .top-philosophy__bl .ja {
    font-size: 17px;
    top: -38px;
  }
  .top-philosophy__table {
    font-size: 16px;
    flex-direction: column;
    padding: 20px 0;
  }
  .top-philosophy__table dt {
    width: 100%;
  }
  .top-philosophy__table dd {
    width: 100%;
    text-align: center;
  }
  .s_mb40 {
    margin-bottom: 40px;
  }
  .top-philosophy__title-middle {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .top-philosophy__list li {
    width: 100%;
    height: 120px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .top-philosophy__list {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .sec-top-report {
    padding: 50px 0;
  }
  .sec-comp-contact {
    padding: 40px 0;
  }
  .comp-contact__title {
    transform: translateX(-11px);
    font-size: 19px;
  }
  footer {
    padding: 50px 0 50px;
  }
  .footer__right-list {
    margin-bottom: 35px;
  }
  .top-philosophy__bl {
    padding: 20px 30px 40px;
  }
  .top-sns__bnr-bl {
    width: 450px;
    margin-top: 30px;
    flex-direction: column;
  }
  .top-sns__bnr-bl a {
    width: 100%;
  }
  .f-bnr {
    margin-bottom: 15px;
  }
  .base__btn-only {
    margin: 30px auto 0 !important;
  }
  .base__btn-only-frontpage {
    margin: 30px auto 40px !important;
  }
}/*# sourceMappingURL=style.css.map */