<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* home index */
/*ヘッダービジュアル*/
.appeal {
  background: url("/guide/wp-content/themes/cocoon-child-master/img/home/bg_home-pc.jpg") no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-top: 70px;
  padding-top: 20px !important; }
  .appeal .appeal-in {
    min-height: 150px;
    padding: 0; }
    .appeal .appeal-in .appeal-content {
      background-color: transparent;
      max-width: 850px;
      padding: 0; }
      .appeal .appeal-in .appeal-content h2 {
        font-size: 36px;
        border-bottom: 1px solid #707070;
        padding-bottom: 10px; }
        .appeal .appeal-in .appeal-content h2 span {
          display: block;
          font-size: 14px;
          color: #15A3F0; }
          .appeal .appeal-in .appeal-content h2 span img {
            width: 81px;
            vertical-align: middle; }
      .appeal .appeal-in .appeal-content .text_appeal {
        font-size: 16px;
        font-weight: bold; }

.content {
  margin-top: 0 !important;
  padding-top: 60px; }

/* sec_secondary：二番目以降（1行3列） セクション */
.sec_secondary, .sec_primary {
  position: relative;
  margin-bottom: 60px; }
  .sec_secondary h2, .sec_primary h2 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    background: url("/guide/wp-content/themes/cocoon-child-master/img/home/icon_e-sogi.svg") no-repeat;
    background-position: left center;
    background-size: auto 18px;
    display: flex;
    align-items: baseline; }
    .sec_secondary h2 em, .sec_primary h2 em {
      color: #B1221A; }
    .sec_secondary h2:after, .sec_primary h2:after {
      content: "";
      flex-grow: 1;
      height: 1px;
      margin-left: 5px;
      background: #333; }
  .sec_secondary .box_card, .sec_primary .box_card {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .sec_secondary .box_card .card-wrap, .sec_primary .box_card .card-wrap {
      flex: 0 0 33.333333%;
      position: relative; }
      .sec_secondary .box_card .card-wrap .card_img, .sec_primary .box_card .card-wrap .card_img {
        width: 100%;
        height: 173px;
        overflow: hidden;
        position: relative; }
        .sec_secondary .box_card .card-wrap .card_img img, .sec_primary .box_card .card-wrap .card_img img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%;
          transition: all 0.3s ease-in-out;
          max-width: unset; }
      .sec_secondary .box_card .card-wrap .card_content, .sec_primary .box_card .card-wrap .card_content {
        padding-top: 10px; }
        .sec_secondary .box_card .card-wrap .card_content h3, .sec_primary .box_card .card-wrap .card_content h3 {
          font-size: 14px;
          line-height: 1.75;
          height: 7.2rem;
          overflow: hidden; }
        .sec_secondary .box_card .card-wrap .card_content .card_tag, .sec_primary .box_card .card-wrap .card_content .card_tag {
          font-size: 12px;
          margin-bottom: 15px; }
          .sec_secondary .box_card .card-wrap .card_content .card_tag:before, .sec_primary .box_card .card-wrap .card_content .card_tag:before {
            font-family: FontAwesome,'Font Awesome 5 Free';
            font-weight: 600;
            content: "\f02b";
            padding-right: 6px; }
      .sec_secondary .box_card .card-wrap .card_link, .sec_primary .box_card .card-wrap .card_link {
        font-size: 12px;
        text-align: right;
        color: #15A3F0;
        position: absolute;
        padding: 0 10px 10px;
        bottom: 0;
        right: 0; }
        .sec_secondary .box_card .card-wrap .card_link:after, .sec_primary .box_card .card-wrap .card_link:after {
          font-family: FontAwesome,'Font Awesome 5 Free';
          font-weight: 600;
          content: "\f105";
          padding-left: 6px; }
      .sec_secondary .box_card .card-wrap:hover .card_img img, .sec_primary .box_card .card-wrap:hover .card_img img {
        transform: translate(-50%, -50%) scale(1.1, 1.1); }
    .sec_secondary .box_card .badge_new, .sec_primary .box_card .badge_new {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 0;
      border-color: #ff9900 transparent transparent transparent; }
      .sec_secondary .box_card .badge_new:after, .sec_primary .box_card .badge_new:after {
        content: 'NEW';
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #FFF;
        position: absolute;
        top: -40px;
        left: 8px;
        transform: rotate(-45deg); }
  .sec_secondary .list_link, .sec_primary .list_link {
    position: absolute;
    right: 0;
    top: 0; }
    .sec_secondary .list_link a, .sec_primary .list_link a {
      font-size: 14px;
      text-decoration: none; }
      .sec_secondary .list_link a:after, .sec_primary .list_link a:after {
        font-family: FontAwesome,'Font Awesome 5 Free';
        font-weight: 600;
        content: "\f105";
        padding-left: 6px; }

/* sec_primary：一番上（アイキャッチ有り） セクション */
.sec_primary .box_card {
  overflow-x: hidden; }
  .sec_primary .box_card .card-wrap {
    flex: 0 0 25%;
    position: relative; }
    .sec_primary .box_card .card-wrap .card_img {
      height: 126px; }
    .sec_primary .box_card .card-wrap .card_content h3 {
      font-size: 13px;
      height: 7rem; }
    .sec_primary .box_card .card-wrap:first-child {
      flex: 0 0 50%;
      position: relative; }
      .sec_primary .box_card .card-wrap:first-child .card_img {
        height: 263px; }
      .sec_primary .box_card .card-wrap:first-child .card_content {
        position: absolute;
        bottom: 3%;
        left: 3%;
        width: 94%;
        height: auto;
        background: rgba(21, 163, 240, 0.75);
        padding: 10px;
        transition: all 0.3s ease-in-out; }
        .sec_primary .box_card .card-wrap:first-child .card_content h3 {
          font-size: 18px;
          color: #FFF; }
        .sec_primary .box_card .card-wrap:first-child .card_content .card_tag {
          color: #FFF; }
      .sec_primary .box_card .card-wrap:first-child .card_link {
        color: #FFF;
        bottom: 3%;
        right: 3%; }
    .sec_primary .box_card .card-wrap:hover .card_img img {
      transform: translate(-50%, -50%) scale(1.1, 1.1); }
    .sec_primary .box_card .card-wrap:hover:first-child .card_content {
      background: #15a3f0; }

/*sec_tertiary：リスト表示（*/
.sec_tertiary {
  margin-bottom: 60px; }
  .sec_tertiary h2 {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px; }
    .sec_tertiary h2:after {
      content: "";
      flex-grow: 1;
      height: 1px;
      margin-left: 5px;
      background: #333; }
    .sec_tertiary h2:before {
      font-family: FontAwesome,'Font Awesome 5 Free';
      font-weight: 600;
      content: "\f07b";
      padding-right: 6px;
      color: #15A3F0; }
  .sec_tertiary .list_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .sec_tertiary .list_wrapper .list_box {
      flex: 0 0 50%;
      position: relative;
      margin-bottom: 30px; }
      .sec_tertiary .list_wrapper .list_box h3 {
        font-size: 20px;
        padding-left: 20px;
        background: url("/guide/wp-content/themes/cocoon-child-master/img/home/icon_e-sogi.svg") no-repeat;
        background-position: left center;
        background-size: auto 8px; }
      .sec_tertiary .list_wrapper .list_box .card-wrap .card {
        display: flex; }
        .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_img {
          flex: 0 0 120px;
          height: 80px;
          overflow: hidden;
          position: relative; }
          .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            height: 100%;
            transition: all 0.3s ease-in-out;
            max-width: unset; }
        .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_content {
          padding-left: 10px; }
          .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_content .card_title {
            font-size: 13px; }
            .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_content .card_title .badge_new {
              display: inline-block;
              font-size: 10px;
              font-style: normal;
              background: #FF9900;
              padding: 4px 6px;
              line-height: 1;
              color: #FFF;
              vertical-align: middle;
              border-radius: 12px; }
      .sec_tertiary .list_wrapper .list_box .card-wrap:hover .card_img img {
        transform: translate(-50%, -50%) scale(1.1, 1.1); }
      .sec_tertiary .list_wrapper .list_box .list_link {
        position: absolute;
        right: 5px;
        top: 0; }
        .sec_tertiary .list_wrapper .list_box .list_link a {
          font-size: 14px;
          text-decoration: none; }
          .sec_tertiary .list_wrapper .list_box .list_link a:after {
            font-family: FontAwesome,'Font Awesome 5 Free';
            font-weight: 600;
            content: "\f105";
            padding-left: 6px; }
      .sec_tertiary .list_wrapper .list_box:nth-child(2n) {
        padding-left: 10px; }
      .sec_tertiary .list_wrapper .list_box:nth-child(2n-1) {
        padding-right: 10px; }

@media screen and (max-width: 768px) {
  .appeal {
    background: url("/guide/wp-content/themes/cocoon-child-master/img/home/bg_home-sp.jpg") no-repeat;
    background-size: 100% auto; }
    .appeal .appeal-in {
      padding: 10px; }
      .appeal .appeal-in .appeal-content h2 {
        font-size: 28px; }
      .appeal .appeal-in .appeal-content .text_appeal {
        font-size: 14px;
        text-align: left; }

  .content {
    padding-top: 30px; }

  .sec_secondary h2, .sec_primary h2 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    background-position: left center;
    background-size: auto 13px; }
    .sec_secondary h2:after, .sec_primary h2:after {
      content: none; }
  .sec_secondary .box_card, .sec_primary .box_card {
    display: block; }
    .sec_secondary .box_card .card-wrap, .sec_primary .box_card .card-wrap {
      width: 100%;
      padding: 0; }
      .sec_secondary .box_card .card-wrap .card, .sec_primary .box_card .card-wrap .card {
        display: flex; }
        .sec_secondary .box_card .card-wrap .card .card_img, .sec_primary .box_card .card-wrap .card .card_img {
          flex: 0 0 112px;
          height: 112px; }
        .sec_secondary .box_card .card-wrap .card .card_content, .sec_primary .box_card .card-wrap .card .card_content {
          padding-top: 0;
          padding-left: 10px; }
          .sec_secondary .box_card .card-wrap .card .card_content .card_tag, .sec_primary .box_card .card-wrap .card .card_content .card_tag {
            font-size: 10px; }
        .sec_secondary .box_card .card-wrap .card:first-child .card_content, .sec_primary .box_card .card-wrap .card:first-child .card_content {
          bottom: 0;
          left: 0;
          width: 100%; }
        .sec_secondary .box_card .card-wrap .card:first-child .card_link, .sec_primary .box_card .card-wrap .card:first-child .card_link {
          bottom: 0;
          right: 0; }
      .sec_secondary .box_card .card-wrap .card_link, .sec_primary .box_card .card-wrap .card_link {
        font-size: 10px; }
    .sec_secondary .box_card .badge_new, .sec_primary .box_card .badge_new {
      top: 0;
      left: 0; }
  .sec_secondary .list_link, .sec_primary .list_link {
    position: static;
    margin-top: 30px; }
    .sec_secondary .list_link a, .sec_primary .list_link a {
      display: block;
      margin: auto;
      font-size: 12px;
      width: 80%;
      text-align: center;
      padding: 10px;
      color: #fff;
      background: #15A3F0; }

  .sec_primary .card-wrap:first-child .card {
    display: block; }
    .sec_primary .card-wrap:first-child .card .card_img {
      width: 100%;
      height: 66vw; }

  .sec_tertiary h2 {
    font-size: 20px;
    font-weight: bold; }
    .sec_tertiary h2:after {
      content: none; }
  .sec_tertiary .list_wrapper {
    display: block; }
    .sec_tertiary .list_wrapper .list_box {
      width: 100%; }
      .sec_tertiary .list_wrapper .list_box h3 {
        font-size: 15px;
        padding-left: 0;
        padding-bottom: 5px;
        background: none;
        border-bottom: 1px dashed #707070; }
        .sec_tertiary .list_wrapper .list_box h3:before {
          font-family: FontAwesome,'Font Awesome 5 Free';
          font-weight: 600;
          content: "\f0d7";
          padding-right: 6px;
          color: #15A3F0; }
        .sec_tertiary .list_wrapper .list_box h3.open {
          border-bottom: none; }
          .sec_tertiary .list_wrapper .list_box h3.open:before {
            content: "\f0d8"; }
      .sec_tertiary .list_wrapper .list_box .card-wrap {
        border-bottom: 1px dashed #707070; }
        .sec_tertiary .list_wrapper .list_box .card-wrap .card {
          display: block; }
          .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_img {
            display: none; }
          .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_content {
            padding-left: 0; }
            .sec_tertiary .list_wrapper .list_box .card-wrap .card .card_content .card_title {
              font-weight: normal; }
      .sec_tertiary .list_wrapper .list_box .list_link {
        position: absolute;
        right: 0; }
        .sec_tertiary .list_wrapper .list_box .list_link a {
          font-size: 10px; }
      .sec_tertiary .list_wrapper .list_box:nth-child(2n) {
        padding-left: 0; }
      .sec_tertiary .list_wrapper .list_box:nth-child(2n-1) {
        padding-right: 0; } }

/*# sourceMappingURL=home.css.map */
</pre></body></html>