@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* --------------------------------
 * SWELLテーマスタイルのカスタマイズ
 * -------------------------------- */
.l-topTitleArea .c-pageTitle {
  text-align: center;
  font-size: 1.75rem !important;
}
.c-gnav > .menu-item > a .ttl {
  font-weight: bold;
}
/* --------------------------------
 * レイアウト
 * -------------------------------- */
.post_content .ly_cont_m {
  width: min(900px, 100%);
  margin-inline: auto;
}
.ly_gridAutoFitButton {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 1rem;
}
/* --------------------------------
 * ブロック
 * -------------------------------- */
.bl_footerLogo_wrap{
	width:fit-content;
}
.bl_footerBanner_wrap{
  display:none;
  width:min(240px,100%);
}
.bl_mainVisal_catch {
  font-size: clamp(1.313rem, 0.46rem + 3.64vw, 3.188rem) !important;
  font-weight: bold;
}
.bl_mainVisal_span {
  display: inline-block;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0.2em 0.5em;
  line-height: 1.3;
}
.bl_mainVisal_catch > .bl_mainVisal_span:not(:first-of-type) {
  margin-top: 0.3em;
}
.bl_planeCard {
  transition: all 0.25s ease-in-out;
}
.bl_planeCard:hover,
.bl_planeCard:focus-visible {
  opacity: 0.8;
}
.bl_planeCard .bl_circleFigure {
  transition: all 0.3s ease-in-out;
}
.bl_card {
  height: 100%;
}
.bl_card > *:not(:has(.wp-block-heading)) {
  height: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
}
.bl_circleFigure {
  aspect-ratio: 1/1;
  max-width: 200px;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #f0f4f8;
  display: flex;
  justify-content: center;
}
:is(.bl_planeCard:hover, .bl_planeCard:focus-visible) .bl_circleFigure {
  translate: 0 -1em;
}
.bl_circleFigure img {
  width: 70%;
}
.p-postListWrap.bl_postList .p-postList__title {
  color: #073881;
}

.bl_internalLinkList .swell-block-linkList__icon {
  rotate: 90deg;
}
.bl_media img {
  border-radius: 5px;
}
.bl_capBox {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.wp-block-group.bl_narrowGroup {
  --swl-box_padding: 1em;
}
.bl_hasSquareObject {
  position: relative;
  margin-bottom: 4rem !important;
  overflow: visible;
}
.bl_hasSquareObject_item {
  background-color: var(--color_main, #073881);
  width: 3rem;
  aspect-ratio: 1/1;
  rotate: 45deg;
  position: absolute;
  translate: 50% 50%;
  left: 50%;
  bottom: -2rem;
  z-index: -1;
}
.bl_narrowCap .cap_box_content {
  padding: 0.5rem;
}
/* --------------------------------
 * ユニーク
 * -------------------------------- */
/* 勤怠管理システム｜流通情報システム */
.am_figureUnit .bl_narrowGroup {
  height: 100%;
  position: relative;
}

/* reCAPTCHA v3 */
.grecaptcha-badge {
  margin-bottom: 90px;
  z-index: 999;
}

/* お問い合せフォーム */
.wpcf7 .form dd input[type='text'],
.wpcf7 .form dd input[type='tel'],
.wpcf7 .form dd input[type='email'],
.wpcf7 .form dd input[type='url'],
.wpcf7 .form dd input[type='number'],
.wpcf7 .form dd input[type='date'],
.wpcf7 .form dd textarea,
.wpcf7 .form dd select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.wpcf7 .form {
  display: grid;
  grid-template-columns: 1fr;
}
.wpcf7 .form dt {
  padding: 1rem 0.5rem 0.3rem;
}
.wpcf7 .form dd {
  padding: 0.3rem 0.5rem 1rem;
}
.wpcf7 .form dt span {
  color: red;
  font-size: 12px;
}
.wpcf7 .form dd {
  border-bottom: 1px solid #ccd3d3;
}
.wpcf7 .subbtn {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 .subbtn .submit {
  display: inline-block;
  width: min(290px, 100%);
  padding: 1em 0.75em;
  border: 1px solid #f1b42f;
  background: #f1b42f;
  color: #fff;
  transition: all 0.3s;
}
.wpcf7 .subbtn .submit:hover,
.wpcf7 .subbtn .submit:focus {
  background: #fff;
  color: #f1b42f;
}
.wpcf7 .policy {
  text-align: center;
}
/* --------------------------------
 * ヘルパー
 * -------------------------------- */
.hp_justify-cnter,
.hp_justify-cnter > * {
  justify-content: center;
}
.hp_radius-5,
.hp_radius-5 > * {
  border-radius: 5px;
}
.hp_width-100per {
  width: 100%;
}
.hp_height-100per {
  height: 100%;
}
.hp_pcOnly {
  display: none;
}
.hp_wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
/* --------------------------------
 * @media
 * -------------------------------- */
@media (width >= 960px) {
  .bl_footerBanner_wrap{
  margin-inline:auto;
 }
  .am_figureUnit .swell-block-column:nth-of-type(1) .bl_narrowGroup::before,
  .am_figureUnit .swell-block-column:nth-of-type(1) .bl_narrowGroup::after,
  .am_figureUnit .swell-block-column:nth-of-type(2) .bl_narrowGroup::before {
    content: '';
    display: block;
    width: 30%;
    position: absolute;
    z-index: 100;
    aspect-ratio: 92/23;
    background: center / contain no-repeat
      url(/wp-content/uploads/illust_infomation_arrow.png);
  }
  .am_figureUnit .swell-block-column:nth-of-type(1) .bl_narrowGroup::before,
  .am_figureUnit .swell-block-column:nth-of-type(2) .bl_narrowGroup::before {
    top: 20%;
    right: -20%;
  }
  .am_figureUnit .swell-block-column:nth-of-type(1) .bl_narrowGroup::after {
    bottom: 30%;
    right: -20%;
  }
  /* filedoor */
  .post_content .fd_figureUnit .wp-block-image {
    margin-block-start: -3.5rem !important;
  }
}
@media (width >= 601px) {
  .p-postListWrap.bl_postList .p-postList__body {
    display: flex;
    column-gap: 1em;
    padding-inline: 1em;
  }
  .p-postListWrap.bl_postList .p-postList__meta {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
  }
  .p-postListWrap.bl_postList .p-postList__times {
    padding: 0px 0;
  }
  .wpcf7 .form {
    grid-template-columns: minmax(auto, 28%) 1fr;
  }
  .wpcf7 .form :is(dt, dd) {
    padding: 1rem 1.5rem;
  }
  .wpcf7 .form dt {
    border-bottom: 1px solid #073881;
  }
  .hp_pcOnly {
    display: block;
  }
}
@media (width <= 425px) {
  .bl_iconFigur img {
    width: 70% !important;
  }
}
