<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! Writen  by SCSS */
.mincho h2, .mincho h3, .mincho h4, .mincho h5, .mincho h6,
.contents_wrap h2,
.contents_wrap h3,
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  font-family: YakuHanMP_Noto, "Noto Serif JP","游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
  .mincho h2.gothic, .mincho h3.gothic, .mincho h4.gothic, .mincho h5.gothic, .mincho h6.gothic,
  .contents_wrap h2.gothic,
  .contents_wrap h3.gothic,
  .contents_wrap h4.gothic,
  .contents_wrap h5.gothic,
  .contents_wrap h6.gothic {
    font-family: "游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

.cap_l,
.cap_r {
  font-size: 10px; }

.sec_main {
  position: relative;
  padding-top: 37.5%;
  background: url("../images/merit/main.jpg") center/cover no-repeat; }
  .sec_main .page_ttl {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #4f9096;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 6px rgba(255, 255, 255, 0.5), 0px 0px 7px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 9px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5); }

.merit_content {
  background: #edf4f4;
  padding-top: clamp(40px, 6.67%, 80px);
  padding-bottom: clamp(80px, 10%, 120px); }
  @media screen and (max-width: 480px) {
    .merit_content {
      padding-bottom: 20px; } }

.cap_wrap {
  padding-bottom: clamp(30px, 5%, 60px);
  background: #edf4f4; }

.sec_lead {
  margin-bottom: clamp(25px, 3.34%, 40px); }
  .sec_lead .lead_wrap {
    margin-bottom: clamp(40px, 6.67%, 80px); }
    .sec_lead .lead_wrap .lead {
      color: #4f9096;
      margin-bottom: 1em; }

.merit_tab_list {
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1px, 0.25vw, 3px) 0.25%; }
  @media screen and (max-width: 480px) {
    .merit_tab_list {
      grid-template-columns: repeat(2, 1fr);
      gap: 3px; } }
  .merit_tab_list .item a {
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .merit_tab_list .item a:hover {
        opacity: 0.7; } }

.merit_wrap {
  max-width: calc(100% - 20px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(40px, 6.67%, 80px);
  padding-top: clamp(25px, 4.17%, 50px); }
  @media screen and (max-width: 480px) {
    .merit_wrap {
      margin-top: 0;
      padding-top: 80px;
      max-width: 100%;
      flex-direction: column;
      gap: 20px 0; } }
  @media screen and (max-width: 480px) {
    .merit_wrap.sec02, .merit_wrap.sec05 {
      padding-top: 20px; } }
  .merit_wrap .text_box {
    width: 35.72%; }
    @media screen and (max-width: 480px) {
      .merit_wrap .text_box {
        width: calc(100% - 40px);
        align-self: center; } }
    .merit_wrap .text_box .balloon {
      max-width: 105px;
      width: 21%; }
      @media screen and (max-width: 480px) {
        .merit_wrap .text_box .balloon {
          margin-left: auto;
          margin-right: auto; } }
    .merit_wrap .text_box .merit_lead {
      font-size: clamp(20px, 2.5vw, 36px);
      line-height: 1.39;
      margin-top: 0.5em;
      margin-bottom: 1em; }
      @media screen and (max-width: 480px) {
        .merit_wrap .text_box .merit_lead {
          text-align: center; } }
  .merit_wrap .image_box {
    width: 58.58%;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .merit_wrap .image_box {
        width: 100%; } }
    .merit_wrap .image_box::after {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 4.26%; }
    .merit_wrap .image_box img {
      width: 100%; }
  .merit_wrap .illust_box {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 7.15%;
    z-index: 2; }
    @media screen and (max-width: 1400px) {
      .merit_wrap .illust_box {
        margin-top: 3.58%;
        top: 0;
        bottom: auto; } }
    @media screen and (max-width: 480px) {
      .merit_wrap .illust_box {
        position: static;
        margin-top: 15px; } }
  .merit_wrap.merit_image_right {
    margin-left: calc((100% - 1200px) / 2); }
    @media screen and (max-width: 1240px) {
      .merit_wrap.merit_image_right {
        margin-left: auto; } }
    .merit_wrap.merit_image_right .image_box::after {
      right: 2.44%; }
  .merit_wrap.merit_image_left {
    flex-direction: row-reverse;
    margin-right: calc((100% - 1200px) / 2); }
    @media screen and (max-width: 1240px) {
      .merit_wrap.merit_image_left {
        margin-right: auto; } }
    @media screen and (max-width: 480px) {
      .merit_wrap.merit_image_left {
        flex-direction: column; } }
    .merit_wrap.merit_image_left .image_box::after {
      left: 2.44%; }
  .merit_wrap.sec01 .text_box .merit_lead {
    color: #4f9096; }
  .merit_wrap.sec01 .illust_box {
    right: calc(100% + 20px);
    max-width: 150px;
    width: 10.72%; }
    @media screen and (max-width: 1400px) {
      .merit_wrap.sec01 .illust_box {
        right: auto;
        left: 30%; } }
    @media screen and (max-width: 480px) {
      .merit_wrap.sec01 .illust_box {
        width: 18.75%;
        margin-right: auto;
        margin-left: 20px; } }
  .merit_wrap.sec01 .image_box::after {
    background: rgba(79, 144, 150, 0.2); }
  .merit_wrap.sec02 .text_box .merit_lead {
    color: #85c6cc; }
  .merit_wrap.sec02 .image_box::after {
    background: rgba(79, 144, 150, 0.2); }
  .merit_wrap.sec03 .text_box .merit_lead {
    color: #9e4f6c; }
  .merit_wrap.sec03 .image_box::after {
    background: rgba(158, 79, 108, 0.2); }
  .merit_wrap.sec04 .image_box, .merit_wrap.sec05 .image_box, .merit_wrap.sec06 .image_box {
    display: grid;
    align-items: start;
    align-content: start;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense; }
    .merit_wrap.sec04 .image_box .image, .merit_wrap.sec05 .image_box .image, .merit_wrap.sec06 .image_box .image {
      position: relative; }
      .merit_wrap.sec04 .image_box .image::after, .merit_wrap.sec05 .image_box .image::after, .merit_wrap.sec06 .image_box .image::after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none; }
      .merit_wrap.sec04 .image_box .image .cap, .merit_wrap.sec05 .image_box .image .cap, .merit_wrap.sec06 .image_box .image .cap {
        line-height: 1;
        padding: 8px; }
  .merit_wrap.sec04 .image_box .image_lg, .merit_wrap.sec06 .image_box .image_lg {
    grid-column: span 2; }
  .merit_wrap.sec04 .illust_box, .merit_wrap.sec06 .illust_box {
    left: calc(100% + 20px); }
    @media screen and (max-width: 1400px) {
      .merit_wrap.sec04 .illust_box, .merit_wrap.sec06 .illust_box {
        left: auto;
        right: 0; } }
    @media screen and (max-width: 480px) {
      .merit_wrap.sec04 .illust_box, .merit_wrap.sec06 .illust_box {
        margin-left: auto;
        margin-right: 20px; } }
  .merit_wrap.sec04 .text_box .merit_lead {
    color: #8f5d8d; }
  .merit_wrap.sec04 .image_box::after {
    background: rgba(143, 93, 141, 0.2); }
  .merit_wrap.sec04 .image_box .image::after {
    border: 4px solid #8f5d8d; }
  .merit_wrap.sec04 .image_box .image:nth-child(2)::after {
    border-right: 2px solid #8f5d8d; }
  .merit_wrap.sec04 .image_box .image:nth-child(3)::after {
    border-left: 2px solid #8f5d8d; }
  .merit_wrap.sec04 .image_box .image_lg::after {
    border-bottom: none; }
  .merit_wrap.sec04 .illust_box {
    max-width: 188px;
    width: 13.43%; }
    @media screen and (max-width: 480px) {
      .merit_wrap.sec04 .illust_box {
        width: 23.5%; } }
  .merit_wrap.sec05 .text_box .merit_lead {
    color: #567da8; }
  .merit_wrap.sec05 .image_box::after {
    background: rgba(86, 125, 168, 0.2); }
  .merit_wrap.sec05 .image_box .image::after {
    border: 4px solid #4f9096; }
  .merit_wrap.sec05 .image_box .image:nth-child(2)::after {
    border-bottom: 2px solid #4f9096; }
  .merit_wrap.sec05 .image_box .image:nth-child(3)::after {
    border-top: 2px solid #4f9096; }
  .merit_wrap.sec05 .image_box .image_lg {
    grid-column: 1 / 2;
    grid-row: 1 / 3; }
    .merit_wrap.sec05 .image_box .image_lg::after {
      border-right: none; }
  .merit_wrap.sec06 .text_box .merit_lead {
    color: #5ec29d; }
  .merit_wrap.sec06 .image_box::after {
    background: rgba(94, 194, 157, 0.2); }
  .merit_wrap.sec06 .image_box .image::after {
    border: 4px solid #85c6cc; }
  .merit_wrap.sec06 .image_box .image:nth-child(2)::after {
    border-right: 2px solid #85c6cc; }
  .merit_wrap.sec06 .image_box .image:nth-child(3)::after {
    border-left: 2px solid #85c6cc; }
  .merit_wrap.sec06 .image_box .image_lg::after {
    border-bottom: none; }
  .merit_wrap.sec06 .illust_box {
    max-width: 142px;
    width: 10.15%; }
    @media screen and (max-width: 480px) {
      .merit_wrap.sec06 .illust_box {
        width: 17.75%; } }

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