@charset "UTF-8";
/* スマホ切り替え
-------------------------------------------------------*/
.sp_alive {
  display: none; }

.pc_alive {
  display: block; }

@media screen and (max-width: 768px) {
  .sp_alive {
    display: block; }

  .pc_alive {
    display: none; } }
.gear_container {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.gear-wrap {
  padding: 10px; }
  .gear-wrap .catch {
    margin-bottom: 1.5em;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    color: #005d8c; }
    @media screen and (max-width: 768px) {
      .gear-wrap .catch {
        font-size: 20px; } }
  .gear-wrap .wp-block-image img {
    height: auto; }
  .gear-wrap h2 {
    font-weight: bold;
    font-size: 26px;
    border-bottom: 2px solid #005d8c;
    padding: 0.3em 0;
    margin: 3em 0 1.5em; }
    @media screen and (max-width: 768px) {
      .gear-wrap h2 {
        font-size: 20px; } }
  .gear-wrap h3 {
    font-weight: bold;
    font-size: 22px;
    background-color: #005d8c;
    color: #fff;
    margin: 1em 0;
    padding: 0.3em 0.8em;
    border-radius: 0.2em; }
    @media screen and (max-width: 768px) {
      .gear-wrap h3 {
        font-size: 17px; } }
  .gear-wrap h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 1em 0; }
  .gear-wrap p {
    margin: 1em 0;
    font-weight: 500;
    line-height: 1.8;
    font-size: 15px; }
  .gear-wrap .wp-block-column h2:first-child {
    margin-top: 0; }
  .gear-wrap .case-main p {
    margin: 0; }
  .gear-wrap ul li {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 1em;
    position: relative;
    font-weight: bold; }
    .gear-wrap ul li:before {
      position: absolute;
      content: "";
      display: block;
      width: 0.6em;
      height: 0.6em;
      background: #005d8c;
      border-radius: 50%;
      left: 0;
      top: 0.4em; }
  .gear-wrap a {
    color: #005d8c;
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .gear-wrap {
      font-size: 14px; } }
  .gear-wrap .pdf {
    text-align: right; }
    .gear-wrap .pdf a {
      display: inline-block;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      text-align: center;
      border-radius: 0.5em;
      padding: 0.5em 3em 0.5em 2em;
      background-color: #f44;
      background-image: url(../img/gear/icon-file.svg);
      background-position: center right 1em;
      background-repeat: no-repeat;
      background-size: 1.5em;
      min-width: 140px;
      margin: auto; }

.wp-block-cover.decide p {
  margin: 0; }
.wp-block-cover.decide .wp-block-columns .wp-block-column:first-child p {
  padding-left: 2em;
  background: url(../img/gear/check.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.5em;
  font-size: 120%;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .wp-block-cover.decide .wp-block-columns .wp-block-column:first-child p {
      margin-bottom: 1em; } }
.wp-block-cover.decide .wp-block-columns {
  border-bottom: 1px dashed #005d8c;
  max-width: 800px;
  margin: auto;
  padding: 30px 0; }
  .wp-block-cover.decide .wp-block-columns:last-child {
    border-bottom: none; }

.wp-block-columns.effect .wp-block-column:first-child {
  background: #005d8c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wp-block-columns.effect .wp-block-column:first-child p {
    font-weight: bold;
    font-size: 20px; }

h2.gear_title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    h2.gear_title {
      font-size: 22px; } }
  h2.gear_title img {
    vertical-align: middle;
    margin-right: 0.5em; }
    @media screen and (max-width: 768px) {
      h2.gear_title img {
        width: 100px; } }
  h2.gear_title:after {
    content: "";
    display: block;
    margin: auto;
    border-bottom: 5px solid #005d8c;
    max-width: 480px;
    margin-top: 10px; }

.gear_case_list {
  display: flex;
  gap: 40px; }
  @media screen and (max-width: 768px) {
    .gear_case_list {
      flex-wrap: wrap;
      gap: 20px; } }
  .gear_case_list .gear_case_list_item {
    width: calc(33.33% - 20px);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .gear_case_list .gear_case_list_item {
        width: 100%; } }
    .gear_case_list .gear_case_list_item a {
      display: block; }
    .gear_case_list .gear_case_list_item .image {
      position: relative;
      padding-bottom: 70%; }
      .gear_case_list .gear_case_list_item .image img {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .gear_case_list .gear_case_list_item .text {
      padding: 15px; }
      @media screen and (max-width: 768px) {
        .gear_case_list .gear_case_list_item .text {
          padding: 10px; } }
      .gear_case_list .gear_case_list_item .text p {
        font-size: 13px; }
        @media screen and (max-width: 768px) {
          .gear_case_list .gear_case_list_item .text p {
            font-size: 11px; } }
      .gear_case_list .gear_case_list_item .text h5 {
        font-weight: bold;
        color: #005d8c; }
        @media screen and (max-width: 768px) {
          .gear_case_list .gear_case_list_item .text h5 {
            font-size: 14px; } }
        .gear_case_list .gear_case_list_item .text h5 a {
          color: #005d8c;
          text-decoration: none; }
      .gear_case_list .gear_case_list_item .text span {
        margin-top: 0.5em;
        display: inline-block;
        font-size: 12px;
        border: 1px solid #005d8c;
        border-radius: 4px;
        font-weight: bold;
        color: #005d8c;
        padding: 0.1em 0.7em; }
        .gear_case_list .gear_case_list_item .text span a {
          color: #005d8c;
          text-decoration: none; }
