@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.spNone {
  display: block !important; }
  @media screen and (max-width: 640px) {
    .spNone {
      display: none !important; } }

.pcNone {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .pcNone {
      display: block !important; } }

.top_message a {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../images/image01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  aspect-ratio: 3 / 1;
  transition: background 0.2s; }
  @media screen and (max-width: 640px) {
    .top_message a {
      display: block;
      background-size: 200% auto;
      background-position: 10% center;
      aspect-ratio: 3 / 2;
      margin-bottom: 80px; } }
  .top_message a:hover {
    background-size: 105% auto; }
  @media screen and (max-width: 640px) {
    .top_message a > img {
      max-width: 180%;
      margin-left: -5%;
      margin-right: -75%; } }
.top_message .top_message__txt {
  position: absolute;
  right: 184px; }
  @media screen and (max-width: 640px) {
    .top_message .top_message__txt {
      right: auto;
      bottom: -50px; } }
  .top_message .top_message__txt .m-h2 {
    display: flex;
    align-items: center; }
    .top_message .top_message__txt .m-h2:hover {
      text-decoration: none; }
  @media screen and (max-width: 640px) {
    .top_message .top_message__txt .m-indent {
      display: none; } }
  .top_message .top_message__txt .m-ico-arrow {
    background-color: unset;
    margin-left: 20px; }
    @media screen and (max-width: 640px) {
      .top_message .top_message__txt .m-ico-arrow {
        width: 27px;
        margin-left: 10px; } }

.border-box {
  margin-top: 26px; }
  .border-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    background: #f1f2f6;
    padding: 14px; }
    @media screen and (max-width: 640px) {
      .border-box ul {
        gap: 6px;
        padding: 6px; } }
    .border-box ul li {
      background: #fff;
      width: calc((100% - 14px) / 2);
      padding: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 40px; }
      @media screen and (max-width: 640px) {
        .border-box ul li {
          width: 100%;
          gap: 0; } }
      .border-box ul li .m-image {
        width: 260px; }
        @media screen and (max-width: 640px) {
          .border-box ul li .m-image {
            width: 100%; } }
      .border-box ul li .m-txt {
        width: calc((100% - 260px) - 40px); }
        @media screen and (max-width: 640px) {
          .border-box ul li .m-txt {
            width: 100%; } }
        .border-box ul li .m-txt .m-h2 {
          padding-top: 20px; }
        .border-box ul li .m-txt .m-link-arrow {
          font-weight: bold;
          color: #000;
          display: block;
          text-decoration: none;
          margin-top: 10px;
          transition: background 0.2s; }
          @media screen and (max-width: 640px) {
            .border-box ul li .m-txt .m-link-arrow {
              margin-top: 5px; } }
          .border-box ul li .m-txt .m-link-arrow:hover {
            text-decoration: underline; }
          @media screen and (max-width: 640px) {
            .border-box ul li .m-txt .m-link-arrow:last-child {
              margin-bottom: 10px; } }

#sec02 .m-column--col3 {
  gap: 44px 22px; }
  #sec02 .m-column--col3 a:hover {
    text-decoration: none; }
  #sec02 .m-column--col3 a .m-image {
    aspect-ratio: 760 / 428;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: background 0.2s; }
    #sec02 .m-column--col3 a .m-image:hover {
      background-size: 105% auto; }
  #sec02 .m-column--col3 a .m-image01 {
    background-image: url(../images/image04.jpg); }
  #sec02 .m-column--col3 a .m-image02 {
    background-image: url(../images/image05.jpg); }
  #sec02 .m-column--col3 a .m-image03 {
    background-image: url(../images/image06.jpg); }
  #sec02 .m-column--col3 a .m-image04 {
    background-image: url(../images/image07.jpg); }
  #sec02 .m-column--col3 a .m-image05 {
    background-image: url(../images/image08.jpg); }
  #sec02 .m-column--col3 a .m-image06 {
    background-image: url(../images/image09.jpg); }
#sec02 .m-h3 {
  font-size: 20px;
  font-size: calc($size / 16)rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px; }
#sec02 .m-ico-arrow {
  background-color: unset;
  margin-left: 10px; }
#sec02 .m-indent {
  padding-top: 10px; }

#sec03 .m-h2 {
  font-size: 26px;
  font-size: calc($size / 16)rem; }
  @media screen and (max-width: 640px) {
    #sec03 .m-h2 {
      font-size: 20px;
      font-size: calc($size / 16)rem; } }
#sec03 .m-image {
  margin-bottom: 16px; }

#company_index .m-pagehead {
  background-image: url(../images/pagehead_bg.png);
  background-position: center; }
#company_index .m-pagehead-top {
  height: 350px; }
  @media screen and (max-width: 640px) {
    #company_index .m-pagehead-top {
      height: 150px; } }
