/* TABLE OF CONTENTS:
 * 
 * 00 �ǂ̃T�C�Y�ł����ʂœK�p�����X�^�C��
 *    - �{�^��
 *    - Swiper
 *    - �r���{�[�h
 *    - �V�����
 *    - �C���g��
 *    - ���q�l�Ƃ̒�����ɂ��R�X�g�팸�ƃX�s�[�h�Ή�������
 *    - �{�H�V�[��
 *    - ���Ɠ��e
 *    - ���� �{�H����
 *    - �I�΂�闝�R
 *    - �c�ƃG���A
 *    - ����H���̗���
 *    - ���m��
 *    - �̗p���
 *    - ����H���̂����ς�E�����k
 *    - �O���[�v���
 * 01 �� 768 ����
 *    - �V�����
 * 02 �� 480px �ȏ�
 * 03 �� 768px �ȏ�
 *    - �V�����
 * 04 �� 880px �ȏ�
 * 05 �� 1072px �ȏ�
 * 06 �� 1264px �ȏ�
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * �ǂ̃T�C�Y�ł����ʂœK�p�����X�^�C��
 */



  /* �{�^�� */
  #content .more a {
    background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
    border-radius: 3rem;
  }
  #content .more a:before {
    content: "";
    display: block;
    width: 1em;
    border-bottom: 1px #FFF solid;
    border-right: 1px #FFF solid;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: skewx(45deg);
    transition: filter 0.3s;
    aspect-ratio: 16 / 6;
  }
  #content .more a:hover {
    filter: brightness(1.5);
  }
  #content .more a:after {
    content: none;
  }



  /* Swiper */
  #main .swiper-container {
    padding: 0 0 40px;
  }
  #main .swiper-button-prev {
    top: unset;
    bottom: 0;
    border-radius: 0;
    background-color: #30327C;
    color: #FFF;
    height: 40px;
    width: 40px;
  }
  #main .swiper-button-next {
    top: unset;
    bottom: 0;
    left: 50px;
    border-radius: 0;
    background-color: #30327C;
    color: #FFF;
    height: 40px;
    width: 40px;
  }



  /* �r���{�[�h */
  #mainImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainImg > div {
    width: 50%;
  }

  @media (orientation: portrait) {
    #mainImg {
      background-image: url(../img/top/mv_bg_portrait.webp);
      min-height: 45vh;
    }
  }

  @media (orientation: landscape) {
    #mainImg {
      background-image: url(../img/top/mv_bg_landscape.webp);
      min-height: 90vh;
    }
  }


  /* �V����� */
  .outer.news {
    background: #5a5bad;
    background: -webkit-linear-gradient(left, #9396c1 0%,#5a5bad 47%,#181819 100%);
    background: linear-gradient(to right, #9396c1 0%,#5a5bad 47%,#181819 100%);
    padding: 0;
  }
  .outer.news * {
    color: #FFF;
  }
  #news {
    margin-top: 0;
  }
  #news dl {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #news dl dt {
    background: #15174f;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    padding: 0.3em 0.8em;
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #news dl dd {
    padding: 0.5em 0.8em;
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #news dl dd:not(.more) {
    border-top: 1px #FFF solid;
  }
  #news dl dd span {
    border-radius: 5px;
    font-size: 0.8em;
    padding: 0.1em 0;
  }
  #news dl dd a {
    display: block;
  }
  #news dl dd.more {
    font-size: 0.8em;
    text-align: right;
    width: 50%;
  }
  #news dl dd.more a {
    padding: 0.2em 0.8em;
  }
  #news dl dd:not(.more) {
    margin: 0 0.5em 0.5em;
  }



  /* �C���g�� */
  .outer.concept {
    background-image: url(../img/top/concept_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #concept h1 {
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #concept h1:before {
    content: "About us";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #concept h1 span {
    color: #30327C;
    font-size: 1.5em;
  }

  @media (max-width: 800px) {
    #concept {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #concept .image {
      order: 2;
      text-align: center;
      width: 50%;
    }
    #concept .content {
      display: contents;
    }
    #concept .content h1 {
      order: 1;
    }
    #concept .content .text {
      order: 3;
    }
  }

  @media (min-width: 801px) {
    #concept {
      display: flex;
      flex-direction: row-reverse;
    }
    #concept .image {
      text-align: center;
      width: 50%;
    }
    #concept .content {
      width: 50%;
    }
    #concept .content p.more {
      text-align: right;
    }
  }



  /* �����q�l�Ƃ̒�����ɂ��R�X�g�팸�ƃX�s�[�h�Ή��������Ɠ��e */
  div.outer:has(#features) {
    position: relative;
    margin-top: calc( min( 20vw, 10rem ) / 2 );
    z-index: 1;
  }
  div.outer:has(#features):before {
    content: "";
    background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  div.outer:has(#features):after {
    content: "Features";
    color: #5F6096;
    font-size: min( 20vw, 10rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    position: absolute;
    top: calc( min( 20vw, 10rem ) / 2 * -1 );
    right: 2vw;
    line-height: 1em;
  }
  #features {
    color: #FFF;
  }
  #features .more a {
    background: #fff;
    color: #30327C;
  }
  #features .more a:before {
    border-color:#30327C;
  }
  #features h2 {
    color: #FFF;
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    margin-bottom: 1.5em;
  }
  #features h2:before {
    content: "Features";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }

  @media (max-width: 800px) {
    #features {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #features .image {
      order: 1;
      text-align: center;
      width: 50%;
    }
    #features .content {
      order: 2;
    }
  }

  @media (min-width: 801px) {
    #features {
      display: flex;
      gap: 5%;
    }
    #features .image {
      text-align: center;
      width: 50%;
    }
    #features .content {
      width: 50%;
    }
    #features .content p.more {
      text-align: right;
    }
  }

  @media (min-width: 1240px) {
    div.outer:has(#features):before {
      left: 5%;
    }
  }



  /* �{�H�V�[�� */
  .outer.scene {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .outer.scene img {
    vertical-align: bottom;
  }



  /* ���Ɠ��e */
  div.outer:has(#service) {
    position: relative;
    z-index: 1;
  }
  div.outer:has(#service):before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    height: 365px;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
  }
  div.outer:has(#service):after {
    content: "Service";
    color: rgba(95, 96, 150, 0.08);
    font-size: min( 20vw, 10rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    position: absolute;
    top: 0;
    left: 2vw;
    line-height: 1em;
  }
  #service h2,
  .serv-item h2 {
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    margin-bottom: 1.5em;
  }
  #service h2:before {
    content: "Service";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .serv-item h2:after {
    content: "Scaffolding Work";
    color: #BB352B;
    font-size: 0.75em;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-left: 1rem;
  }
  .serv-item ul {
    list-style: none;
  }
  .serv-item ul li a {
    background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.25rem;
    min-height: 100px;
    padding: 15px 30px;
    transition: filter 0.5s;
    line-height: 1;
    position: relative;
  }
  .serv-item ul li a:after {
    content: "";
    display: block;
    width: 1em;
    border-bottom: 1px #FFF solid;
    border-right: 1px #FFF solid;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: skewx(45deg);
    aspect-ratio: 16 / 6;
  }
  .serv-item ul li a:hover {
    filter: brightness(1.5);
  }

  @media (max-width: 800px) {
    #service .head {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #service .head  .image {
      order: 1;
      text-align: center;
      width: 50%;
    }
    #service .head  .content {
      order: 2;
    }
    .serv-item ul {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 30px;
    }
  }

  @media (min-width: 801px) {
    div.outer:has(#service):after {
      top: min( 10vw, 5rem );
    }
    #service .head  {
      margin-right: calc((46vw - 50%)*-1);
      margin-left: calc((46vw - 50%)*-1);
      width: 92vw;
      display: flex;
      gap: 5%;
      align-items: center;
    }
    #service .head  .image {
      text-align: center;
      width: 50%;
    }
    #service .head  .content {
      width: 50%;
    }
    .serv-item ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
      margin-top: 80px;
      margin-bottom: 3rem;
    }
  }



  /* ���� �{�H���� */
  div.outer:has(.serv-item) {
    position: relative;
    z-index: 1;
  }
  div.outer:has(.serv-item):before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5%;
  }
  #works h2 {
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    margin-top: 130px;
    margin-bottom: 1.5em;
  }
  #works h2:before {
    content: "Works";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #works ul.results-wrap {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 2em;
  }
  #works li .list-wrap a {
    color: #000098;
    display: block;
    line-height: 1.5em;
    padding: .5em 0;
  }
  #works div.post-area {
    font-size: .8em;
  }
  #works div.what_category {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  #works div.what_category span {
    background-color: #bb352b;
    color: #fff;
    font-size: .8em;
    display: inline-block;
    margin-top: .5rem;
    padding: .25rem;
  }
  #works div.thumbnail img {
    min-width: 300px;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  /* ストレッチリンク */
  #works div.list-wrap {
    position: relative;
  }
  #works li .list-wrap a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  /* hover時にサムネ画像が大きくなる */
  #works li:hover img {
    transform: scale(1.1);
  }
  #works li div.thumbnail {
    overflow: hidden;
  }
  #works li div.thumbnail img {
    transition: .5s;
  }
  @media (min-width: 486px) {
    #works ul.results-wrap {
      grid-template-columns: 1fr 1fr;
    }
    #works div.thumbnail img {
      min-width: 210px;
      width: 264px;
    }

  }
  @media (min-width: 768px) {
    #works ul.results-wrap {
      grid-template-columns: 1fr 1fr 1fr;
      
    }
    #works div.thumbnail img {
      min-width: 203px;
      width: 300px;
    }
  }



  #reason {
    position: relative;;
  }
  #reason:before {
    content: "Reasons";
    color: rgba(95, 96, 150, 0.08);
    font-size: min( 20vw, 10rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
  }
  #reason h2 {
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #reason h2:before {
    content: "Reasons";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #reason .head {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 40px;
  }
  #reason .head .image {
    width: min( 28vw, 171px );
  }
  #reason ul {
    max-width: 700px;
    margin: 0 auto 60px;
    counter-reset: reasons;
  }
  #reason ul li {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
    counter-increment: reasons;
    font-size: 1.5rem;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    display: flex;
    gap: 2rem;
  }
  #reason ul li:before {
    content: "Reasons"counter(reasons,decimal-leading-zero);
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
  }



  /* �c�ƃG���A */
  div.outer:has(#support) {
    position: relative;
    z-index: 1;
    padding-top: calc(100vw * 236 / 1920);
  }
  div.outer:has(#support):before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 5%;
    bottom: 0;
    left: 0;
  }
  div.outer:has(#support):after {
    content: "";
    width: 100vw;
    aspect-ratio: 1920 / 236;
    background-image: url(../img/contents/area-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #support {
    padding-top: 50px;
  }
  #support h2 {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #support h2:before {
    content: "Area";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #support h2:after {
    content: none;
  }
  #support .sec-catch {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
  #support .sec-catch em {
    color: #30127C;
    font-size: 1.5em;
    font-style: normal;
  }
  #support .visit-list {
    max-width: 600px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
  }


  /* ����H���̗��� */
  #flow h2 {
    text-align: left;
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    margin-bottom: 1.5em;
  }
  #flow h2:before {
    content: "Flow";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #flow h2:after {
    content: none;
  }
  #flow .step-slide ol {
    counter-reset: step;
    list-style: none;
  }
  #flow .step-item {
    counter-increment: step;
    padding-top: 1.25rem;
    position: relative;
  }
  #flow .step-item:before {
    content: "Step"counter( step, decimal-leading-zero );
    color: #BB352B;
    font-size: 2rem;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 1rem;
  }
  #flow .step-item img {
    vertical-align: bottom;
  }
  #flow .step-item h3 {
    color: #30327C;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    margin-top: 1rem;
    padding-top: 0;
  }
  #flow .step-item p {
    margin-top: 0.5rem;
  }


  /* ���m�� */
  div.outer:has(.column) {
    background-color: #efeff7;
  }
  #top-column h2 {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #top-column h2:before {
    content: "Knowledge";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #top-column h2:after {
    content: none;
  }
  #top-column .column-posts .pict {
    overflow: hidden;
  }
  #top-column .column-posts .pict img {
    aspect-ratio: 7 / 5;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s;
  }
  #top-column .column-posts a:hover .pict img {
    transform: scale(1.1);
  }
  #top-column .column-posts .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #top-column .column-posts .ex {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }


  /* �̗p��� */
  div.outer:has(#recruit) {
    background: #FFF;
  }
  #recruit h2 {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #recruit h2:before {
    content: "Recruit";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #recruit h2:after {
    content: none;
  }

  #recruit section.type {
    border: 1px solid #D9D9D9;
    padding: 2rem;
  }
  #recruit section.type h3 {
    border-bottom: 1px solid #D9D9D9;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    text-align: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #recruit section.type dl dt {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  #recruit section.type dl dt:before {
    content: "";
    background-color: #BB352B;
    border-radius: 50px;
    width: 1em;
    aspect-ratio: 1 / 1;
    align-self: center;
    flex-shrink: 0;
  }
  #recruit section.type dl dd {
    margin-left: 0;
  }

  #recruit section.howtoapply {
    border: 1px solid #D9D9D9;
    padding: 2rem;
  }
  #recruit section.howtoapply h3 {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  #recruit section.howtoapply p {
    margin: 0;
  }
  #recruit section.howtoapply .phonenumber {
    font-size: min( 5vw, 2rem );
    line-height: 1em;
    display: inline-block;
    margin-top: 1rem;
  }
  #recruit section.howtoapply .phonenumber .tel-num {
    font-size: 1.5em;
  }

  @media (max-width: 800px) {
    #recruit .lead .recruit-logo {
      text-align: center;
    }
    #recruit section.howtoapply h3 {
      border-bottom: 1px solid #D9D9D9;
    }
  }

  @media (min-width: 801px) {
    #recruit .lead {
      display: flex;
      gap: 3rem;
      flex-direction: row-reverse;
    }
    #recruit .lead .recruit-logo {
      flex-shrink: 0;
    }
    #recruit section.howtoapply {
      display: flex;
      gap: 3rem;
      align-items: center;
      margin-top: 2rem;
    }
    #recruit section.howtoapply > div + div {
      border-left: 1px solid #D9D9D9;
      padding-left: 3rem;
    }
  }

  /* お問合せブロック */
  #contact h2 {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #contact h2:before {
    content: "Contact";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #contact h2:after {
    content: none;
  }

    form .outer {
    padding-top: 0.5rem!important;
  }

  /* ����H���̂����ς�E�����k */
  div.outer:has(#offer) {
    background-color: #171630;
    background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
    color: #fff;
  }
  #offer h2,
  #offer p,
  #offer ul,
  #offer a{
    color: #fff;
  }
  #offer h2 {
    font-size: min( 5vw, 1.75rem );
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
  }
  #offer h2:before {
    content: "Recruit";
    color: #BB352B;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #offer .offer-bnr ul {
    font-size: min( 4vw, 1.5rem );
    line-height: 1em;
    list-style: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #offer .offer-bnr ul li.mail a {
    background-color: #FFF;
    border-radius: 3em;
    color: #333;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    display: block;
    width: fit-content;
    padding: 1rem 2rem;
  }
  #offer .offer-bnr ul li.mail a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 1rem;
  }
  #offer .offer-bnr ul li.mail a:hover {
    filter: brightness(1.5);
  }
  #offer .offer-bnr .phonenumber span {
    font-size: 1.5em;
  }
  #offer .offer-bnr .hour {
    text-align: center;
  }

  @media (max-width: 1000px) {
    #offer .offer-bnr ul {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      flex-direction: column;
      align-items: center;
    }
  }

  @media (min-width: 1001px) {
    #offer .offer-bnr ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4rem;
    }
    #offer .offer-bnr ul li + li {
      position: relative;
    }
    #offer .offer-bnr ul li + li:before {
      content: "";
      border-left: 1px rgba(255, 255, 255, 0.2) solid;
      width: 1px;
      height: 2rem;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2rem;
    }
  }


  /* �O���[�v��� */
  #content .outer.grand-stage {
    background-color: #004d83;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .outer.grand-stage #grand-stage h2 {
    color: #fff;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP����B, serif;
    font-size: 24px;
  }
  .outer.grand-stage #grand-stage .img-c,
  .outer.grand-stage #grand-stage .more {
    margin-top: 1.5em;
  }
  .outer.grand-stage #grand-stage .more a {
    background-color: #fff;
    color: #004d83;
  }


/* --------------------------------------------------------------------------------------------------------
   01
 *
 * �� 768px ����
 */
@media (max-width: 767px) {


  /* �V����� */
  #news dl dt {
    font-size: 12px;
    font-size: 0.750rem;
  }
  #news dl dd.more {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }


}/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * �� 480px �ȏ�
 */
@media (min-width: 30em) {

    /* �����ɃX�^�C�� */

}/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * �� 768px �ȏ�
 */
@media (min-width: 48em) {


  /* �V����� */
    .outer.news {
      padding: 5px 4vw !important;
    }
    #news dl {
      -ms-flex-wrap: initial;
          flex-wrap: initial;
      max-width: 1000px;
    }
    #news dl dt {
      font-size: 0.8rem;
      width: auto;
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial;
    }
    #news dl dd {
      border-top: none;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 0.5em;
      width: auto;
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial;
    }
    #news dl dd a {
      display: inline-block;
      margin-left: 1em;
    }
    #news dl dd.more {
      border-top: none;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: auto;
    }
    #news dl dd.more a {
      background-color: #666;
      font-size: 0.8rem;
      color: #FFF;
      padding: 0.2em 0.8em;
    }
    #news dl dd:not(.more) {
      background: none;
      border-top: none;
      font-size: 16px;
      font-size: 1rem;
      margin: initial;
    }

    #support {
      padding-top: 100px;
    }

}/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * �� 880px �ȏ�
 */
@media (min-width: 55em) {

    /* �����ɃX�^�C�� */

}/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * �� 1072px �ȏ�
 */
@media (min-width: 67em) {


    /* �����ɃX�^�C�� */


}/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * �� 1264px �ȏ�
 */
@media (min-width: 79em) {

    /* �����ɃX�^�C�� */

}/* End min 1264px */