@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* --------------------------------------------------------

*/
html {
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  background-color: white;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

h1 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #284475;
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #284475;
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #284475;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.btn-base {
  display: flex;
  justify-content: center;
}
.btn-base .btn-inner {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #284475;
  color: #284475;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  width: 240px;
  font-weight: 700;
}
.btn-base .btn-inner:hover {
  background-color: #284475;
  color: white;
}

/* --------------------------------------------------------
  Naia Header
*/
.header-wrapper {
  background: #f6f6f6;
}

header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 30px;
}
@media (max-width: 600px) {
  header {
    justify-content: center;
  }
}
header .logo {
  display: block;
  width: 158px;
  height: 34px;
  background: url("/images/logo.svg") no-repeat;
  background-size: 158px 34px;
}
header .logo h1 {
  color: white;
  font-size: 0;
}
header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
@media (max-width: 600px) {
  header .menu {
    display: none;
  }
}
header .menu a:hover {
  font-weight: 700;
}
header .menu a {
  text-decoration: none;
}

/* --------------------------------------------------------
  Footer
*/
footer {
  background: #333;
  color: white;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer a {
  color: white;
}
footer img {
  width: 180px;
}
footer .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 600px) {
  footer .menu {
    flex-direction: column;
    gap: 10px;
  }
}
footer .menu a:hover {
  font-weight: 700;
}

/* --------------------------------------------------------
  Main Visual
*/
.visual {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 500px;
  min-height: 320px;
}
@media (max-width: 600px) {
  .visual {
    min-height: 250px;
  }
}
.visual {
  background: gray url("/images/main_bg_04.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.visual .visual-inner {
  color: #eaecf1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.visual .visual-inner .text {
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.visual .visual-inner .text .copy_ja {
  font-size: clamp(1rem, 3vw, 1.625rem);
}
.visual .visual-inner .text .copy_en {
  font-weight: 700;
  font-size: clamp(1.75rem, 6vw, 3.75rem);
}

/* --------------------------------------------------------
  Section Header
*/
.section-header {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.section-header div {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .section-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .section-header div {
    margin-top: 28px;
  }
  .section-header div br {
    display: none;
  }
}

/* --------------------------------------------------------
  App List
*/
.app-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.app-list .app {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background-color: #fff;
  flex: 1 1 calc(33.333% - 30px);
}
@media (max-width: 900px) {
  .app-list .app {
    flex: 1 1 calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .app-list .app {
    flex: 1 1 100%;
  }
}
.app-list .app {
  display: flex;
  flex-direction: column;
}
.app-list .app .key-visual {
  background-color: #f6f6f6;
  width: 100%;
  aspect-ratio: 4/3;
}
.app-list .app .app-visual {
  background-color: #f6f6f6;
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
.app-list .app .app-visual .app-screen1,
.app-list .app .app-visual .app-screen2 {
  width: 30%;
  position: absolute;
}
.app-list .app .app-visual .app-screen1 {
  z-index: 2;
  transform: translateY(-40%);
  top: 40%;
  left: 6%;
}
.app-list .app .app-visual .app-screen2 {
  z-index: 1;
  transform: translateY(-60%);
  top: 60%;
  left: 29%;
}
.app-list .app .app-visual .app-screen3 {
  width: 55%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 5%;
}
.app-list .app .app-visual .app-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 6%;
  width: 28%;
  background: #ffffff;
  border-radius: 25%;
  overflow: hidden;
  box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.2);
}
.app-list .app .app-footer {
  flex-grow: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-list .app .app-footer .badges {
  margin-top: auto;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.app-list .app .app-footer .badges img {
  height: 40px;
}

/* --------------------------------------------------------
  Client Works
*/
.work-section {
  margin-top: 80px;
  padding-top: 1px;
}
@media (max-width: 600px) {
  .work-section {
    margin-top: 40px;
  }
}
.work-section .works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.work-section .works-list .work {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 1 1 calc(33.333% - 20px);
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .work-section .works-list .work {
    flex: 1 1 100%;
    flex-direction: row;
    text-align: left;
  }
}
.work-section .works-list .work .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaecf1;
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.work-section .works-list .work .icon img {
  width: 40px;
  height: 40px;
}
.work-section .works-list .work .desc {
  margin-top: 10px;
}
.work-section .works-list .btn-base {
  margin-top: 80px;
}

/* --------------------------------------------------------
  News
*/
.news-outer {
  background: #f6f6f6;
}

.news-section {
  margin-top: 80px;
  padding-top: 1px;
  padding-bottom: 80px;
}
.news-section .news-list {
  border-bottom: 1px solid #dcdcdc;
}
.news-section .news-list .news {
  padding: 13px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-section .news-list .news div:first-child {
  width: 80px;
}
.news-section .news-list .news div:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.news-section .news-list .news div:nth-child(2) span {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .news-section .news-list .news div:nth-child(2) {
    display: block;
  }
}
.news-section .more-news {
  margin-top: 40px;
  text-align: right;
}
.news-section .tag-app,
.news-section .tag-release,
.news-section .tag-news,
.news-section .tag-site {
  padding: 0 4px;
  border-radius: 4px;
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
}
.news-section .tag-release {
  background: rgba(38, 96, 254, 0.12);
  color: #2660fe;
}
.news-section .tag-news,
.news-section .tag-site {
  background: rgba(0, 158, 94, 0.12);
  color: #009e5e;
}
.news-section .tag-app {
  background: rgba(89, 95, 109, 0.1);
  color: #595f6d;
}

.news-detail-section {
  margin-bottom: 80px;
}
.news-detail-section .date {
  text-align: right;
}
.news-detail-section p {
  margin-bottom: 30px;
}
.news-detail-section p:first-of-type {
  margin-top: 30px;
}
.news-detail-section li {
  margin-bottom: 6px;
}

/* --------------------------------------------------------
  Contact
*/
.contact-section {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.contact-section .btn-base {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .contact-section br {
    display: none;
  }
}

/* --------------------------------------------------------
  About
*/
.about-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 800px;
}
.about-section .row:nth-child(1) {
  border-top: 1px solid #dcdcdc;
}
.about-section .row {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.about-section .row h3 {
  flex: 0 0 30%;
  font-size: 1rem;
  color: #333;
}
.about-section .row ul {
  padding-left: 20px;
}
@media (max-width: 900px) {
  .about-section .row h3 {
    flex: 0 0 140px;
  }
}
@media (max-width: 600px) {
  .about-section .row {
    display: block;
  }
  .about-section .row h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.history-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 80px;
}
.history-section .section-header {
  margin-top: 80px;
  margin-bottom: 26.6666666667px;
}
.history-section .section-header div {
  margin-top: 20px;
}
.history-section .history-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
.history-section .history-list ul {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .history-section .history-list {
    flex-direction: column;
    gap: 0px;
  }
  .history-section .history-list ul {
    margin: 0;
  }
}

/* --------------------------------------------------------
  特定商取引法上の表記
*/
.tokushou-section {
  margin-bottom: 80px;
}

/* --------------------------------------------------------
  プライバシーポリシー
*/
.policy-section {
  margin-bottom: 80px;
}
.policy-section table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.policy-section th,
.policy-section td {
  border: 1px solid #ccc;
  padding: 6px;
}
.policy-section .privacy-indent {
  padding-left: 20px;
}
.policy-section ol {
  list-style-type: none;
  margin-left: 1.5em;
  margin-bottom: 0;
  padding-left: 10px;
}
.policy-section ol li {
  counter-increment: cnt;
}
.policy-section ol li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.policy-section ul {
  list-style-type: decimal;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 10px;
}
.policy-section ul.normal {
  list-style-type: disc;
}
.policy-section li {
  margin-top: 6px;
}

/* --------------------------------------------------------
  レシパルLP
*/
.recipal-visual {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 530px;
  min-height: 320px;
}
@media (max-width: 600px) {
  .recipal-visual {
    min-height: 250px;
  }
}
.recipal-visual {
  background: #f6f6f6 url("/images/recipal/main_visual_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.recipal-visual .visual-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipal-visual .visual-inner img {
  height: 80%;
}

.recipal-section {
  text-align: center;
  margin-bottom: 80px;
}
.recipal-section .items {
  display: flex;
  flex-wrap: wrap;
}
.recipal-section .items h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.recipal-section .items .item {
  flex: 1 1 calc(33.333% - 30px);
}
@media (max-width: 900px) {
  .recipal-section .items .item {
    flex: 1 1 calc(50% - 30px);
  }
}
.recipal-section .items .item {
  padding: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipal-section .items .item img {
  width: 280px;
  border: 1px solid #4d4c4d;
}
.recipal-section .store {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.recipal-section .store a img {
  width: 200px;
}

/*# sourceMappingURL=style.css.map */
