/* ===========================================================
   # DEFAULTS
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body {
  font-feature-settings: "palt";
}
body.open {
  overflow: hidden;
}
body .transAll {
  transition: all 300ms 0s ease;
}
body .noSP, body .onPC, body .onPCm, body .onPCl,
body .noSP.flex, body .onPC.flex {
  display: none;
}
body .sme-font-size {
  display: inline;
}
body .hasAnchor {
  margin-top: calc(var(--_margin1) * var(--_margin-top) - 200px);
  padding-top: 200px;
}
@media (min-width: 640px) {
  body .onSP {
    display: none !important;
  }
  body .noSP {
    display: initial;
  }
}
@media (min-width: 1024px) {
  body .noPC {
    display: none !important;
  }
  body .onPC {
    display: initial;
  }
}
@media (min-width: 1280px) {
  body .onPCm {
    display: initial;
  }
}
@media (min-width: 1536px) {
  body .onPCl {
    display: initial;
  }
}

/* = HEAD
----------------------------------------------------------- */
.l-header .l-2row-header .c-fluid-container {
  padding-left: 0;
  padding-right: 0;
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row {
  margin-top: 0;
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row:not(.u-invisible-md-down) {
  padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-right);
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row .c-site-branding {
  margin: auto;
  max-width: var(--wp--custom--content-width);
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row .c-site-branding .custom-logo-link {
  display: flex;
}
.l-header .l-2row-header nav.p-global-nav {
  background: #dfddd8;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: auto;
  max-width: var(--wp--custom--content-width);
}
.l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* HAMBURGER */
.c-hamburger-btn[aria-expanded=true] {
  margin-top: 12px;
}
.c-hamburger-btn__bars {
  height: 24px;
  width: 33px;
}
.c-hamburger-btn__bar {
  height: 4px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 10px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 21px;
}
.c-hamburger-btn__label {
  display: none;
}

.c-page-header {
  aspect-ratio: 5/3;
}
.c-page-header[data-has-image=true] {
  height: auto;
}
.c-page-header::after {
  background-image: linear-gradient(-45deg, #fff 25%, #ccc 25%, #ccc 50%, #fff 50%, #fff 75%, #ccc 75%, #ccc);
  background-size: 4px 4px;
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-page-header .c-container {
  z-index: 1;
}
.c-page-header .c-container h1 {
  color: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  .c-page-header {
    aspect-ratio: 5/2;
  }
}
@media (min-width: 1024px) {
  .c-page-header {
    aspect-ratio: 5/1;
  }
}
/* = NAVI
----------------------------------------------------------- */
/* SP */
nav#drawer-nav {
  background: rgba(0, 0, 0, 0.9);
  padding-top: 0;
}
nav#drawer-nav li {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
}

/* = MAIN
----------------------------------------------------------- */
.single .l-contents__body {
  padding-top: 8em;
}
[data-has-sidebar=true] .l-contents__main {
  background: var(--wp--preset--color--white);
  border-radius: clamp(1em, 4vw, 3em);
  padding: clamp(1em, 4vw, 3em) 1em;
}
@media (min-width: 640px) {
  .l-contents__container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .single .l-contents__body {
    padding-top: 7em;
  }
  [data-has-sidebar=true] .l-contents__main {
    padding: clamp(1em, 4vw, 3em) clamp(3em, 5vw, 5em);
  }
}
@media (min-width: 1024px) {
  .single .l-contents__body {
    padding-top: 5em;
  }
  .l-contents .l-contents__inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .l-contents__container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* = SIDE
----------------------------------------------------------- */
.l-contents__sidebar h2.wp-block-heading {
  font-size: clamp(16px, 4.2vw, 20px) !important;
}

/* = FOOT
----------------------------------------------------------- */
.l-footer {
  display: none;
}

.pageNav.wp-block-query-pagination {
  gap: 0;
}
.pageNav.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 2em;
  height: 2em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
}

/* = CONTENT
----------------------------------------------------------- */
body h2.wp-block-heading {
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}
body h2.wp-block-heading + * {
  margin-top: clamp(1em, 4vw, 2em);
}
body .wp-block-button__link {
  border-radius: 0;
  border-width: 1px;
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: 600;
  min-width: 175px;
}
body .wp-block-button__link:hover {
  background: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white) !important;
  filter: none !important;
}
@media (min-width: 640px) {
  body .wp-block-button__link {
    min-width: 234px;
  }
}
/* = HOME
----------------------------------------------------------- */
.homeMv_wrap * {
  height: 100%;
}
.homeMv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100dvh;
}
.homeMv .spider__dots {
  gap: clamp(1.5em, 3.2vw, 2em);
  height: auto;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  z-index: 2;
}
.homeMv .spider__dots .spider__dot {
  background: transparent;
  border: 1px solid;
  color: var(--wp--preset--color--white);
}
.homeMv .spider__dots .spider__dot[aria-current=true] {
  background: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  .homeMv img {
    height: 60dvh;
  }
}
@media (min-width: 1024px) {
  .homeMv_wrap {
    aspect-ratio: 19/7;
  }
  .homeMv img {
    height: 100%;
  }
}
.homeNews {
  align-items: stretch;
  flex-direction: column;
  gap: 0.5em clamp(1em, 2.3vw, 2em);
}
.homeNews_wrap {
  border-bottom: 1px solid;
}
.homeNews .en {
  font-size: clamp(21px, 3vw, 24px);
  font-weight: 700;
}
.homeNews .list .body {
  align-items: stretch;
  flex-direction: column;
  gap: 0.3em 1em;
  font-weight: 700;
}
.homeNews .list .body * {
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .homeNews {
    border-top: 1px solid;
    border-bottom: 1px solid;
    align-items: center;
    flex-direction: row;
  }
  .homeNews_wrap {
    border: none;
  }
  .homeNews .en {
    padding: 0.5em 1em;
  }
  .homeNews .list .body {
    flex-direction: row;
  }
}
/* = NEWS, BLOG
----------------------------------------------------------- */
.c-entries.c-entries--text {
  border-color: inherit;
}
.c-entries.c-entries--text li {
  border-color: inherit;
  font-weight: 700;
}
.c-entries.c-entries--text li .c-entry-summary__meta {
  font-size: inherit;
}
.c-entries.c-entries--text li .c-entry-summary__title {
  font-size: inherit;
  font-weight: inherit;
}

/* = BLOG
----------------------------------------------------------- */
.blog .list {
  grid-template-columns: 1fr 1fr !important;
  gap: 2em;
  margin-bottom: 3em;
}
.blog .list li:last-child {
  display: none;
}
.blog .list .item {
  gap: 0;
  height: 100%;
  position: relative;
}
.blog .list .item .thumb {
  aspect-ratio: 1/1;
  border-radius: 1.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.blog .list .item .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1000ms 0s ease;
}
.blog .list .item .date {
  color: var(--wp--preset--color--sm-sub-accent);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
}
.blog .list .item .ttl a {
  color: inherit;
  display: block;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.6;
}
.blog .list .item .ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog .list .item:hover img {
  transform: scale(1.1);
}
@media (min-width: 640px) {
  .blog .list {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: clamp(2em, 4vw, 3em);
  }
  .blog .list li:last-child {
    display: initial;
  }
  .blog .list .item {
    gap: 0.5em;
  }
}
/* ===========================================================
   # ORG
=========================================================== */
.l-header {
  background: #E6F6FF;
  opacity: 1 !important;
  visibility: initial !important;
}
.l-header__content {
  padding: 0;
}
.l-header__content .c-fluid-container {
  padding-left: clamp(0.5em, 2.1vw, 3em);
}
.l-header__content .c-fluid-container .l-simple-header__row {
  padding: 0;
}
.l-header .c-site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .c-site-branding .headBtn {
  background: #009EE8;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: clamp(55px, 8vw, 80px);
  margin-right: calc(var(--_container-margin-right) * -1);
  padding: 0 1em 0 1.3em;
  text-decoration: none;
}
.l-header .c-site-branding .headBtn::before {
  content: "";
  background: url(./img/ico_note.svg) 0/contain no-repeat;
  height: 1.1em;
  width: 1.1em;
  margin-top: 0.2em;
}

/* = SETTING
----------------------------------------------------------- */
.serif {
  font-family: "Noto Serif JP", serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* = CONTENTS
----------------------------------------------------------- */
body .has-background {
  padding-left: 1em;
  padding-right: 1em;
}
body .entryBtn {
  width: 100%;
  margin-top: clamp(1.5em, 5vw, 3em) !important;
}
body .entryBtn .wp-block-button__link {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  width: 480px;
  max-width: 74.4vw;
  line-height: clamp(50px, 8vw, 80px);
  padding: 0;
}
body .entryBtn .wp-block-button__link:hover {
  background: var(--wp--preset--color--sm-accent) !important;
}
body .entryBtn p {
  font-weight: 500;
  font-size: clamp(12px, 1.9vw, 16px);
}
body .sme-bg-color {
  padding: 0.1em 0.5em 0.2em;
}

/* = HOME
----------------------------------------------------------- */
.homeCont {
  padding-top: clamp(2em, 7vw, 6em);
  padding-bottom: clamp(2em, 7vw, 6em);
}

/* = MV
----------------------------------------------------------- */
.mv {
  background: url(./img/mv_bg_sp.webp) 0 bottom/cover;
  height: 100dvh;
}
.mv::before {
  background: url(./img/mv_model_sp.webp) -1em 34.2dvh/contain no-repeat;
  content: "";
  height: 100%;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv .body {
  height: 100%;
  width: 100%;
}
.mv .catch {
  display: flex;
  gap: 0;
  font-size: clamp(30px, 8vw, 70px);
  font-weight: 600;
  height: 12.5em;
  line-height: 1.1;
  letter-spacing: 0.08em;
  position: absolute;
  right: clamp(8px, 2.2vw, 30px);
  top: 10%;
  text-shadow: 0 0 10px #fff;
  writing-mode: vertical-rl;
}
.mv .catch > p:nth-child(2) {
  transform: translateY(1em);
}
.mv .catch > p:nth-child(3) {
  transform: translateY(2em);
}
.mv .feature {
  gap: 0.4em;
  font-size: clamp(20px, 5.3vw, 37px);
  position: absolute;
  left: 0;
  top: 12%;
}
.mv .feature .item {
  background: url(./img/mv_feature_bg.png) 0/cover;
  color: #fff;
  line-height: 1;
  padding: 0.3em 1em 0.5em;
}
.mv .badge {
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (orientation: landscape) {
  .mv {
    background: url(./img/mv_bg.webp) 0/cover;
  }
  .mv::before {
    background: url(./img/mv_model.webp) 0 bottom/contain no-repeat;
    height: 90%;
    width: 55%;
  }
  .mv .body {
    gap: 1em;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 55px;
    transform: translateX(35%);
  }
  .mv .catch {
    font-size: clamp(20px, 5.2vh, 60px);
    line-height: 1.2;
    position: static;
    transform: translateY(-1em);
  }
  .mv .feature {
    font-size: clamp(18px, 2.4vw, 37px);
    position: static;
  }
  .mv .feature .item {
    padding: 0.3em 1em 0.5em;
  }
  .mv .badge {
    max-width: 32vw;
    padding: 0;
    position: static;
  }
}
/* = INTRO
----------------------------------------------------------- */
.intro .body {
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  line-height: 1.5;
  padding: 1em;
}
.intro .body > p:nth-child(odd) {
  background: #FF8383;
  border-radius: 3em;
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  padding-bottom: 0.1em;
  text-align: center;
}
.intro .body > p:nth-child(even) {
  font-size: clamp(15px, 1vw, 16px);
  padding: 0.5em 0 1.5em;
}
@media (min-width: 640px) {
  .intro .body {
    align-items: flex-start;
    flex-direction: row;
    padding: 2.5em;
  }
  .intro .body > p:nth-child(odd) {
    border-radius: 0;
    width: 8em;
  }
  .intro .body > p:nth-child(even) {
    width: calc(100% - 8em);
    padding: 0 0 2em 1em;
  }
}
/* = ALLOWANCE
----------------------------------------------------------- */
.allowanceList {
  gap: 0.6em;
  max-width: 800px;
}
.allowanceList .item {
  gap: 0;
  width: calc(50% - 0.3em);
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.allowanceList .item .ttl {
  padding: 0.1em 0 0.2em;
}
.allowanceList .item .txt {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  font-size: 22px;
  height: 3em;
}
.allowanceList .item .txt span {
  font-weight: 500;
}
.allowanceList .item.single .txt {
  line-height: 1.2;
  padding-bottom: 0.4em;
}
.allowanceList .item.childcare {
  width: 100%;
}
.allowanceList .item.childcare .txt {
  line-height: 1.2;
  padding-bottom: 0.4em;
}
.allowance .supportCatch.wp-block-heading {
  font-size: clamp(24px, 6vw, 32px);
  letter-spacing: 0;
}
.allowance .supportWrap {
  gap: 0 clamp(1em, 2.2vw, 3em);
}
.allowance .supportBody {
  gap: 0.5em;
  width: 100%;
}
.allowance .supportTtl {
  font-weight: 700;
  padding: 0;
}
.allowance .supportItem {
  gap: 0.5em;
  font-size: 13px;
  letter-spacing: 0;
}
.allowance .supportItem > * {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.5em 0;
  text-align: center;
}
.allowance .shift_subTtl {
  font-weight: 700;
  line-height: 1.3;
}
.allowance .shift .smb-tabs__tabs {
  align-items: flex-end;
  margin-bottom: 0 !important;
}
.allowance .shift .smb-tabs__tab-wrapper {
  margin: 1px !important;
}
.allowance .shift .smb-tabs__tab {
  background: #fff !important;
  border-top-left-radius: 1em !important;
  border-top-right-radius: 1em !important;
  color: #888;
  font-weight: 500;
  padding: 0.2em 0.8em !important;
  opacity: 1;
}
.allowance .shift .smb-tabs__tab[aria-selected=true] {
  color: inherit;
  font-size: 1.1em;
  padding: 0.3em 0.8em !important;
}
.allowance .shift .item {
  border-radius: 1em;
  gap: 1em 2em;
  padding: 0 1em 0.5em;
  overflow: hidden;
}
.allowance .shift .item .thumb {
  margin: 0 -1em;
}
.allowance .shift .item .body {
  gap: 0;
}
.allowance .shift .item .body .ttl {
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.3;
}
.allowance .shift .item .body .subTtl {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
}
.allowance .shift .item .body .table {
  gap: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
}
.allowance .shift .item .body .table > * {
  gap: 0.5em;
  width: 100%;
  padding: 0.6em 1em;
}
.allowance .shift .item .body .table > *:nth-child(odd) {
  background: #F0F8F7;
}
.allowance .shift .item .body .table figure {
  margin-top: 0.2em;
}
.allowance .shift .item .body .table .time {
  width: 4em;
}
@media (min-width: 640px) {
  .allowanceList {
    gap: 1.5em;
  }
  .allowanceList .item {
    width: calc(25% - 1.13em);
  }
  .allowanceList .item.childcare {
    width: 48.39%;
  }
  .allowance .supportImg {
    max-width: calc(100% - 22em);
  }
  .allowance .supportBody {
    width: clamp(21em, 46vw, 25em);
  }
  .allowance .supportItem {
    font-size: clamp(12px, 1.7vw, 13px);
  }
  .allowance .shift .item {
    padding: 2em;
  }
  .allowance .shift .item .thumb {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .allowance .supportWrap {
    gap: 3em;
  }
}
/* = VOICE
----------------------------------------------------------- */
.voice .smb-tabs__tabs {
  align-items: flex-end;
  gap: 1px;
  margin: 0 !important;
}
.voice .smb-tabs__tabs * {
  margin: 0 !important;
}
.voice .smb-tabs__tab {
  background: #fff !important;
  border-top-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important;
  color: #999;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: 300;
  line-height: 0.9;
  margin: 0 !important;
  padding: 0.2em 0.44em 0.3em !important;
  opacity: 0.9;
  overflow: hidden;
}
.voice .smb-tabs__tab::before {
  content: "VOICE";
  font-size: 10px;
  font-weight: 600;
}
.voice .smb-tabs__tab[aria-selected=true] {
  color: inherit;
  font-size: 36px;
  padding-bottom: 0.2em !important;
}
.voice .smb-tabs__body {
  background: #fff;
  border-radius: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}
.voice .smb-tabs__body .item {
  gap: 1em 2em;
}
.voice .smb-tabs__body .item .thumb {
  position: relative;
}
.voice .smb-tabs__body .item .thumb figcaption {
  background: #fff;
  border-top-left-radius: 1em;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-left: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.voice .smb-tabs__body .item .body {
  gap: 0.5em;
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.5;
}
.voice .smb-tabs__body .item .body > *:not(figure) {
  padding-left: 1em;
  padding-right: 1em;
}
.voice .smb-tabs__body .item .body .ttl {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .voice .smb-tabs__body {
    padding: 2em;
  }
  .voice .smb-tabs__body .item {
    flex-wrap: nowrap;
  }
  .voice .smb-tabs__body .item .thumb figcaption {
    border-radius: 0;
  }
  .voice .smb-tabs__body .item .body > *:not(figure) {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .voice .smb-tabs__body .item .thumb {
    aspect-ratio: 4/3;
  }
  .voice .smb-tabs__body .item .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/* = FLOW
----------------------------------------------------------- */
.flow .body {
  gap: 0;
}
.flow .body .item {
  counter-increment: flow;
  gap: 0.5em 2em;
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.5;
  padding: 35px 0 0 35px;
  position: relative;
}
.flow .body .item:not(:last-child) {
  padding-bottom: clamp(1em, 3vw, 2em);
}
.flow .body .item:not(:last-child)::before {
  background: #fff;
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 23px;
  top: 0;
}
.flow .body .item figure::before, .flow .body .item figure::after {
  border-radius: 50%;
  font-size: 36px;
  font-weight: 300;
  height: 70px;
  width: 70px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.flow .body .item figure::before {
  background: #fff;
  content: counter(flow, decimal-leading-zero);
  line-height: 78px;
}
.flow .body .item figure::after {
  content: "STEP";
  font-size: 12px;
  font-weight: 600;
  top: 12px;
}
.flow .body .item p strong {
  font-size: clamp(16px, 2.2vw, 18px);
}
@media (min-width: 640px) {
  .flow .body .item figure {
    max-width: 308px;
  }
  .flow .body .item p {
    max-width: calc(100% - (308px + 2em));
  }
}
/* = ABOUT
----------------------------------------------------------- */
.about .ttl {
  border-radius: 0.5em;
  background: url(./img/about_ttl_bg.png) 0/70px;
  box-shadow: 5px 5px 0 #fff;
  color: #fff;
  line-height: 1;
  padding: 0.1em 0 0.3em;
}
.aboutBody {
  gap: 1.5em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.aboutBody .catch {
  font-size: clamp(16px, 2.6vw, 24px);
  line-height: 1.5;
}
.aboutWrap {
  gap: 1em clamp(1em, 3.2vw, 3em);
}
.aboutWrap .item {
  background: #fff;
  border: 5px solid;
  border-radius: 1em;
  gap: 0;
  line-height: 1.6;
  overflow: hidden;
}
.aboutWrap .item .txt {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  padding: clamp(0.5em, 1.6vw, 1em) 1em;
}
@media (min-width: 640px) {
  .about .ttl {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 3em;
    padding-right: 3em;
  }
  .aboutBody {
    text-align: center;
  }
  .aboutWrap .item {
    flex: 1;
  }
}
/* = SUPPORT
----------------------------------------------------------- */
.support .body {
  gap: 1em;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
}
.support01 {
  font-size: clamp(18px, 3.6vw, 32px);
}
.support02 {
  line-height: 1.6;
}
.support04 {
  line-height: 1.6;
}
.support05 {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.6;
}
.support06 {
  font-size: clamp(15px, 3vw, 18px);
}
.support07 {
  line-height: 1.6;
}
.support08 {
  font-size: clamp(18px, 2.6vw, 22px);
}
.support09 {
  line-height: 1.6;
}
.support .comment {
  gap: 0.3em;
}
.support .comment ul {
  display: flex;
  flex-direction: column;
  gap: 0.9em;
  list-style: none;
  max-width: 65%;
  padding: clamp(0.5em, 1.7vw, 2em);
}
.support .comment ul li {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.4;
  padding-left: 1.5em;
  position: relative;
}
.support .comment ul li::before {
  content: "";
  background: url(./img/ico_check01.png) 0/cover;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.support .comment figure {
  margin-right: -1.5em;
}
@media (min-width: 640px) {
  .support06 .sme-bg-color:first-child {
    padding-right: 0;
  }
  .support06 .sme-bg-color:last-child {
    padding-left: 0;
  }
  .support .comment {
    margin-top: clamp(1em, 3vw, 3em);
  }
  .support .comment ul {
    max-width: none;
  }
  .support .comment figure {
    margin-right: -1.5em;
  }
}
/* = FEMALE
----------------------------------------------------------- */
.female .ttl {
  background: #fff;
  border-radius: 16px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  font-size: clamp(26px, 6vw, 28px);
  letter-spacing: 0;
  line-height: 1;
  padding: 0.5em 0;
}
.female .ttl .sme-text-color {
  font-family: "Zen Maru Gothic", sans-serif;
}
.female .body {
  gap: 0 clamp(1em, 1vw, 10em);
}
.female .body .item {
  line-height: 1.3;
  gap: 1em;
}
.female .body .item:nth-child(even) {
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 -1em;
  padding: 1em;
}
@media (min-width: 640px) {
  .female .ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0.8em clamp(3em, 13vw, 5em);
  }
  .female .body {
    gap: 0 clamp(1em, 3vw, 3em);
  }
  .female .body::after {
    background: #111;
    content: "";
    height: 50%;
    width: 1px;
    margin: auto;
    position: absolute;
    left: 51%;
    top: 0;
    bottom: 0;
  }
  .female .body .item {
    flex: 1;
  }
  .female .body .item:nth-child(even) {
    background: transparent;
    font-size: clamp(14px, 2vw, 16px);
    margin: 0;
    padding: 0.3em 0 0;
  }
}
/* = INEXPERIENCE
----------------------------------------------------------- */
.inexperience .catch {
  font-size: clamp(17px, 3vw, 38px);
  letter-spacing: 0;
  line-height: 1.3;
}
.inexperience .body {
  gap: clamp(2em, 8vw, 3em);
}
.inexperience .body .item {
  gap: 1em 2em;
}
.inexperience .body .item .txt {
  gap: clamp(0.5em, 2vw, 1em);
  font-size: clamp(15px, 3vw, 16px);
  letter-spacing: 0;
  line-height: 1.7;
}
.inexperience .body .item .txt strong {
  font-size: clamp(16px, 4vw, 18px);
}

/* = CONFIDENCE
----------------------------------------------------------- */
.confidence.has-background {
  padding-left: 0;
  padding-right: 0;
}
.confidence.has-background .ttl {
  font-size: clamp(18px, 3.5vw, 38px);
  line-height: 1.4;
}
.confidence.has-background .gall figure {
  width: 25% !important;
}
.confidence.has-background .body {
  font-weight: 700;
  line-height: 1.6;
}
.confidence.has-background .body .hasBg {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.8;
}
.confidence.has-background .body .rate {
  line-height: 1.2;
}
@media (min-width: 640px) {
  .confidence.has-background .gall figure {
    width: 16vw !important;
  }
}
/* = LASTLY
----------------------------------------------------------- */
.lastly {
  font-size: clamp(15px, 3vw, 16px);
}
.lastly .catch {
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6;
}

/* = APP DETAIL
----------------------------------------------------------- */
.appDetail .body::before {
  background: url(./img/ico_scroll.png) 0/cover;
  content: "";
  height: 20px;
  width: 72px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.appDetail figure {
  padding: 5px 0;
}
.appDetail figure table {
  margin-top: 5px;
}
.appDetail figure table td {
  border-color: #ccc;
  font-size: clamp(14px, 1.9vw, 16px);
  letter-spacing: 0;
  line-height: 1.8;
  padding: clamp(0.5em, 1.4vw, 1em);
  vertical-align: top;
}
.appDetail figure table td:nth-child(odd) {
  background: #EBF5ED;
  font-weight: 500;
  min-width: 9em;
}
@media (min-width: 640px) {
  .appDetail .body::before {
    display: none;
  }
  .appDetail figure {
    padding: 0;
  }
  .appDetail figure table {
    margin-top: 0;
  }
}
/* = FAQ
----------------------------------------------------------- */
.faq .body .item {
  line-height: 1.5;
  margin-top: clamp(0.5em, 2vw, 1em);
}
.faq .body .item .smb-accordion__item__title {
  background: #fff;
  border-top-left-radius: 1em;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.3em, 1vw, 0.5em);
  font-size: clamp(14px, 1.9vw, 18px);
  font-weight: 500;
  padding: clamp(0.8em, 3vw, 1.2em) clamp(0.5em, 3vw, 2em);
}
.faq .body .item .smb-accordion__item__title::before {
  color: #E37777;
  content: "Q";
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 0.7;
}
.faq .body .item .smb-accordion__item__title__icon {
  margin: 0;
}
.faq .body .item .smb-accordion__item__body {
  background: #fff;
  border-bottom-right-radius: 1em;
  align-items: flex-start;
  gap: clamp(0.3em, 1vw, 0.5em);
  font-size: clamp(14px, 1.8vw, 16px);
  margin-top: 1px;
  padding: clamp(0.8em, 3vw, 1.2em) clamp(0.5em, 3vw, 2em);
}
.faq .body .item .smb-accordion__item__body::before {
  color: #77A1E3;
  content: "A";
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 0.7;
}
.faq .body .item .smb-accordion__item__body * {
  margin: 0 !important;
}
.faq .smb-accordion__item__control:checked + .smb-accordion__item__body,
.faq .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body {
  display: flex;
}
@media (min-width: 640px) {
  .faq .body .item .smb-accordion__item__title::before {
    line-height: 0.5;
  }
  .faq .body .item .smb-accordion__item__body::before {
    line-height: 0.5;
  }
}
@media (min-width: 1024px) {
  .faq .body .item .smb-accordion__item__title::before {
    line-height: 0.7;
  }
}
/* = THANKS
----------------------------------------------------------- */
.thanks {
  padding-top: clamp(2em, 7vw, 6em);
  padding-bottom: 0;
}
.thanks .body {
  font-size: clamp(15px, 2.5vw, 24px);
  font-weight: 500;
  line-height: 2.2;
  padding-bottom: 1.5em;
}
.thanks .body::before, .thanks .body::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
}
.thanks .body::before {
  background-image: url(./img/thanks01.png);
  background-position: left bottom;
  width: 34.6vw;
  max-width: 246px;
  left: 0;
  transform: translateX(-4em);
}
.thanks .body::after {
  background-image: url(./img/thanks02.png);
  background-position: right bottom;
  width: 32.3vw;
  max-width: 236px;
  right: 0;
  transform: translateX(3.5em);
}
.thanks .completed {
  display: flex;
  align-items: flex-end;
  gap: clamp(0em, 3vw, 1em);
  font-size: clamp(28px, 7vw, 36px);
  line-height: 1.1;
}
.thanks .completed::before, .thanks .completed::after {
  content: "";
  border: 1px solid;
  height: 1.7em;
}
.thanks .completed::before {
  transform: rotate(-20deg);
}
.thanks .completed::after {
  transform: rotate(20deg);
}
.thanks .entryBtn {
  margin-top: -1.5em !important;
  z-index: 1;
}
@media (min-width: 640px) {
  .thanks .entryBtn {
    margin-top: -0.8em !important;
  }
}
/* = SNS
----------------------------------------------------------- */
.sns {
  padding-top: 3em;
  padding-bottom: 3em;
}
.sns .ttl {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.4;
}
.sns .body {
  font-weight: 600;
  letter-spacing: 0;
}

/* ===========================================================
   # INQ
=========================================================== */
.c-entry__content .inq {
  display: none;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding-top: 4em;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.c-entry__content .inq .ttl {
  font-size: clamp(24px, 6vw, 28px);
}
.c-entry__content .inq .inqBtn {
  background: #fff;
  cursor: pointer;
  width: clamp(2em, 6vw, 4em);
  position: fixed;
  right: 1.5em;
  top: -0.5em;
}
.c-entry__content .inqTbl {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 1.2;
  margin-bottom: clamp(0.5em, 2.4vw, 2em);
}
.c-entry__content .inqTbl p {
  margin: 0;
}
.c-entry__content .inqTbl .small {
  font-size: 0.8em;
}
.c-entry__content .inqTbl dt {
  font-weight: 500;
}
.c-entry__content .inqTbl dt span {
  color: #c00;
}
.c-entry__content .inqTbl dd {
  margin: 0;
  padding: 0.5em 0 1.5em;
}
.c-entry__content .inqTbl dd .wpcf7-form-control-wrap + .small {
  color: #888;
  margin-left: 0.5em;
}
.c-entry__content .inqTbl dd .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5em;
}
.c-entry__content .inqTbl dd .inqTxt_sub {
  display: inline-block;
  font-size: 0.94em;
  line-height: 1.4;
  opacity: 0.8;
  padding-bottom: clamp(0.5em, 2vw, 1em);
}
.c-entry__content .inqTbl dd .inqBlock {
  display: inline-block;
  margin-top: 0.5em;
  width: 100%;
}
.c-entry__content .inqTbl dd .wpcf7-not-valid {
  background: rgba(255, 246, 246, 0.5);
  border: 1px solid #c99 !important;
  display: inline-block;
}
.c-entry__content .inqTbl dd span.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 640px) {
  .c-entry__content .inq .inqBtn {
    right: clamp(2em, 5vw, 4em);
    top: clamp(0.5em, 1.1vw, 1em);
  }
  .c-entry__content .inqTbl {
    grid-template-columns: 15em auto;
  }
  .c-entry__content .inqTbl dt, .c-entry__content .inqTbl dd {
    padding: 1.5em;
  }
  .c-entry__content .inqTbl dt:nth-of-type(2n), .c-entry__content .inqTbl dd:nth-of-type(2n) {
    background: #fafafa;
  }
  .c-entry__content .inqTbl dt {
    padding-top: 2.4em;
  }
  .c-entry__content .inqTbl dd .inqTxt_sub {
    padding-top: 0.9em;
  }
}
/* = FORM
----------------------------------------------------------- */
body input[type=text], body input[type=email],
body input[type=tel], body input[type=number],
body textarea {
  border: 1px solid #ccc;
  color: inherit;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  -webkit-appearance: none;
}
body input.sizeSs {
  width: 8rem;
}
body input.sizeS {
  width: 14rem;
}
body input.sizeL {
  max-width: 60rem;
}
body textarea {
  height: 200px;
}
body .wpcf7-radio, body .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
body .wpcf7-list-item {
  margin: 0;
}
body .situation > *,
body .internet > * {
  width: 100%;
}
body input[type=radio], body input[type=checkbox] {
  accent-color: var(--wp--preset--color--sm-sub-accent);
}
body select {
  background: var(--wp--preset--color--white);
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  padding: 0.5em 5em 0.5em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}
body .selectWrap span:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
body .inqSend input[type=submit] {
  background: var(--wp--preset--color--sm-sub-accent);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: inline-block;
  line-height: clamp(2em, 8vw, 3em);
  outline: none;
  width: min(60vw, 23em);
}
body .inqSend input[type=submit]:hover {
  transform: scale(1.1);
}
body .inqSend .wpcf7-spinner {
  position: absolute;
}
@media (min-width: 640px) {
  body input.sizeM {
    max-width: 26rem;
  }
  body .situation > * {
    width: 50%;
  }
  body .pc, body .internet {
    padding-top: 1em;
  }
}/*# sourceMappingURL=style.css.map */