@import "mixin";
@import "font-awesome.min.css";

@media screen and (min-width:768px) {
  html {
    font-size: 75%;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 62.5%;
  }
}

.slider {
  margin: 0;
  padding: 0;
  list-style: none;

  li {
    margin: 0;
    padding: 0;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 300ms;
}

img {
  max-width: 100%;
}

p {
  margin: 24px 0;
}

blockquote {
  margin: 0;
}

button,
input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
select,
textarea {
  font-size: 13px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px;
  margin: 0 5px 0 0;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;

  &:focus {
    border: solid 1px @theme-color;
    outline: none;
  }

  &.half {
    width: 46%;
  }

  &.quarter {
    width: 23%;
  }
}

textarea {
  min-height: 100px;

  &.textarea-l {
    height: inherit;
  }
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

select {
  position: relative;
  padding-right: 26px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAYCAYAAABtGnqsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTdBQTk3N0Y0Qzc3MTFFNzlFMTI4OEM1RURBODU3RUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTdBQTk3ODA0Qzc3MTFFNzlFMTI4OEM1RURBODU3RUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0FBOTc3RDRDNzcxMUU3OUUxMjg4QzVFREE4NTdFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0FBOTc3RTRDNzcxMUU3OUUxMjg4QzVFREE4NTdFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkleZi0AAAGPSURBVHja7Jg9SwNBEIbnFkv/lPgtKjYKV4iVaKXY6Q8QbUVLxe6EdH50QRvFJmgTyzSKiBKbNIckHOs7MIIKxtxXsru5Fx7YY3dmXua4u93ztNZUKLk83/etMBoEgZG+FNgB2lB2Tb+x3MAtsG+gtwOwaUMDWevg2CBf7GXNhlfLVwP5cVkGJQM8lcSLtqmBrAgsgvMe+rkQD5EtX2H167oJFsBlD7xcgXnxQLY2kPUBZsFtF31wrRmpTbY3kBWCKXDXBQ/3Uiu0cSOt2sw1wCR4yLE+556QWuRaA1l1MA5qOdSuSe66zUc51cGaFzAMnjOsy7lGJDe53kDWExgCrxnUfJNcjy78TFAxH7kx8J6iHseO5vRKML6BrKp8MZO89BsSWyWHpBLEVMB0zG1HKPu8CjkmlTDuBsx1eGpoytprclAqRWxZjl6tNmtacjQsk6NSKePPwNIfh/9I5k7JYakMcpyAFfr5+4nHqzJHRQP/1xHY+HbN40PqAw1kmGsPDAJPxlQ0ML62qc/0KcAAlhx2vWUjcC8AAAAASUVORK5CYII=") center right no-repeat;
  background-size: 18px;
  width: auto;
  display: inline-block;
}

.contact {
  font-weight: bold;

  input[type="submit"] {
    .primaryButton;
    width: auto;
  }

  .error {
    margin-top: 8px;
  }

  button {
    border-radius: 20px;
    background-color: #fff;
    border-color: #222525;
    font-size: 12px;
    color: #222525;
    padding: 0 24px;
    height: 40px;
  }
}

.recruit-title {
  font-size: 2.0rem;
  margin: 0;
  
  @media screen and (max-width: 767px) {
    font-size: 1.4rem;
  }
}

.recruit-text {
  margin: 8px 0 0;
}

.formElem {
  position: relative;
  padding: 10px 0;
  margin: 10px 0;
  display: table;
  width: 100%;

  h3 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px;

    &:before {
      position: absolute;
      top: 6px;
      left: 0;
      content: "";
      width: 8px;
      height: 8px;
      background: @theme-color;
    }

    .required {
      background: #ea4e21;
      display: inline-block;
      color: #fff;
      font-size: 9px;
      padding: 1px 5px 0 6px;
      margin: -2px 0 0 5px;
      text-shadow: none;
      vertical-align: middle;
    }
  }

  h4 {
    margin: 0 0 10px 0;

    .required {
      background: #ea4e21;
      display: inline-block;
      color: #fff;
      font-size: 9px;
      padding: 1px 5px 0 6px;
      margin: -2px 0 0 5px;
      text-shadow: none;
      vertical-align: middle;
    }
  }

  label {
    display: block;
    font-weight: bold;
    margin: 0 0 4px 0;

    &.block {
      display: block;
      text-align: left;
      width: 100%;
      margin: 0 0 10px 0;
    }

    &.center {
      display: inline;
      width: auto;
      padding: 0;
      margin: 0;
      font-weight: normal;
    }

    .required {
      display: inline-block;
      color: @red-color;
      font-size: 9px;
      margin: 0 0 0 3px;
      text-shadow: none;
      vertical-align: middle;
    }
  }

  .inner {
    label {
      width: inherit;
      text-align: left;
      font-weight: normal;
    }

    .img {
      margin: 0;

      img {
        max-width: 100%;
        height: 400px;
      }
    }
  }

  p {
    margin: 10px 0;
    padding: 0;

    &.count {
      color: #888;
      margin: 5px 0 0 0;

      &.over {
        color: @red-color;
      }
    }

    &.price {
      font-size: 18px;
      font-weight: bold;
      color: #0a465c;
    }

    &.error {
      background: none;
      color: #c10005;
      font-size: 12px;
      margin: 10px 0 0 0;
    }

    &.info {
      background: none;
      margin: 10px 0 0 0;
      padding: 0;
      color: #777;
    }

    &.add-form {
      margin: 10px 0 0 0;
      background: none;

      &:hover {
        cursor: pointer;
      }
    }
  }

  .list-v {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      margin: 0;
      padding: 0 0 5px 0;

      label {
        display: block;
        width: inherit;
        padding: 0;
        text-align: left;
        font-weight: normal;
      }
    }
  }

  .list-h {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0 5px 5px 0;

      label {
        display: inline-block;
        width: inherit;
        padding: 0;
        text-align: left;
        font-weight: normal;
      }
    }
  }
}

/*
button
--------------------------------*/

.baseButton {
  display: inline-block;
  padding: 12px 64px;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;

  &:hover {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 1100px) {
  .baseButton {
    display: block;
  }
}

.baseButton-o {
  display: inline-block;
  padding: 12px 64px;
  box-sizing: border-box;
  border: solid 2px #ccc;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;

  &:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.baseSmallButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 16px 8px 16px !important;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 100px;

  &:hover {
    text-decoration: none;
    color: #fff;
  }
}

.baseSmallButton-o {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 24px 8px 24px !important;
  border: solid 1px #ccc;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;

  &:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
  }
}

.baseXSmallButton {
  display: inline-block;
  width: auto;
  font-size: 11px !important;
  padding: 6px 9px 5px 8px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;

  &:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
  }
}

.whiteButton {
  .baseButton;
  background: #fff;
  border: solid 1px #ddd;
  color: @link-color;

  &:hover {
    color: @link-hover-color  !important;
  }
}

.whiteButton--glass {
  .baseButton;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.smallWhiteButton--glass {
  .baseSmallButton;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.whiteButton--o {
  .baseButton-o;
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.primaryButton {
  .baseButton;
  background: @theme-color;
  color: #fff;

  &:hover {
    background: lighten(@theme-color, 15%);
  }
}

.smallPrimaryButton {
  .primaryButton;
  .baseSmallButton;
}

.primaryButton--o {
  .baseButton-o;
  color: @theme-color;
  border-color: @theme-color; //  background: transparent;
}

.smallThemeButton--o {
  .baseSmallButton-o;
  color: @theme-color;
  border-color: @theme-color;
  background: transparent;

  &:hover {
    background: @theme-color;
    color: #fff;
  }
}

.smallWhiteButton {
  .whiteButton;
  .baseSmallButton;
  border: solid 1px #ddd;
}

.greenButton {
  .baseButton;
  background: @green-color;
}

.smallGreenButton {
  .greenButton;
  .baseSmallButton;
}

.smallGreenButtons {
  .greenButton;
  .baseXSmallButton;
}

.redButton {
  .baseButton;
  background: @red-color;
}

.smallRedButton {
  .redButton;
  .baseSmallButton;
}

.redButton-o {
  .baseButton-o;
  color: @red-color;
  border-color: @red-color;
}

.blueButton {
  .baseButton;
  background: @blue-color;
}

.smallBlueButton {
  .blueButton;
  .baseSmallButton;
}

.navyButton {
  .baseButton;
  background: @navy-color;
}

.smallNavyButton {
  .navyButton;
  .baseSmallButton;
}

.grayButton {
  .baseButton;
  background: #ddd;
  color: @text-color;

  &:hover {
    color: @text-color  !important;
  }
}

.smallGrayButton {
  .grayButton;
  .baseSmallButton;
}

.twitterButton {
  .baseButton;
  text-align: left;
  padding-left: 20px;
  .gradient-top-bottom(#00b9ff, #00aced);
  color: #fff;

  i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px lighten(#1ac0ff, 10%);
  }

  &:hover {
    .gradient-top-bottom(#1ac0ff, #00b9ff);
  }
}

.smallTwitterButton {
  .baseSmallButton;
  .gradient-top-bottom(#00b9ff, #00aced);
  color: #fff;

  &:hover {
    .gradient-top-bottom(#1ac0ff, #00b9ff);
  }
}

.facebookButton {
  .baseButton;
  text-align: left;
  padding-left: 20px;
  .gradient-top-bottom(#4363a8, #3b5998);
  color: #fff;

  i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px lighten(#5174bf, 10%);
  }

  &:hover {
    .gradient-top-bottom(#5174bf, #4363a8);
  }
}

.googleButton {
  .baseButton;
  text-align: left;
  padding-left: 20px;
  .gradient-top-bottom(#d74a39, #c13929);

  i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px lighten(#ddd, 5%);
  }
}

.facebookButton-s {
  .baseSmallButton;
  .gradient-top-bottom(#4363a8, #3b5998);
  color: #fff;

  &:hover {
    .gradient-top-bottom(#5174bf, #4363a8);
  }
}

/*
contents
--------------------------------*/

body {
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  color: #222525;
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: none;
}

img {
  border: none;
  outline: none;
  vertical-align: text-top;
}

.fade {
  opacity: 0;
  width: 100%;
  overflow: hidden;
}

p {
  margin: 20px 0;
}

.mv {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 60vh;
  min-height: 400px;
  margin: 70px 0 0 0;
  border: solid 40px #fff;
  border-bottom: none;

  .mv-logo {
    position: absolute;
    display: block;
    top: calc(~"30vh - 180px");
    left: 96px;
    width: 360px;
    height: 360px;
    z-index: 2;
  }
}

@media screen and (max-width: 1100px) {
  .mv {
    height: calc(~"60vh - 0px");
    min-height: 400px;
    margin: 54px 0 0 0;
    border: solid 16px #fff;
    border-bottom: none;

    .mv-logo {
      position: absolute;
      display: block;
      top: calc(~"30vh - 80px");
      left: 32px;
      width: 160px;
      height: 160px;
      z-index: 2;
    }
  }
}

.wrapper {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  z-index: 10000;
  margin-top: 160px;
}

.unit {
  @media screen and (max-width: 767px) {
    margin: 64px 16px;
  }

  @media screen and (max-width: 1199px) and (min-width: 768px) {
    margin: 104px 40px;
  }

  @media screen and (min-width: 1200px) {
    margin: 104px 80px;
  }



  .unit-inner {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;

    button {
      border-radius: 20px;
      background-color: #fff;
      border-color: #222525;
      font-size: 1.4rem;
      font-weight: bold;
      color: #222525;
      padding: 0 24px;
      margin: 16px 0 0;
      height: 40px;
      cursor: pointer;
    }

    button:hover {
      color: #fff;
      border: none;
      background-color: #e9536b;
    }

    .button-gov:hover {
      background-color: #31836F;
    }

    .button-enterprise:hover {
      background-color: #5678FF ;
    }

    .button-seijidotcom:hover {
      background-color: #EAA63B;
    }

    .button-policyfund:hover {
      background-color: #00AED0;
    }

    .button-sibfund:hover {
      background-color: #003C3C;
    }
  }

  .box {
    margin: 0 0 48px 0;
  }
}

.unit-title {
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
  color: #e31f43;
  font-weight: 600;
  font-feature-settings: "palt";
}

.hero-unit {
  position: relative;
  // headerの高さ分margin-topを入れている
  margin: 54px auto 0;
  @media screen and (min-width: 941px) {
    margin-top: 68px;
  }

  background-image: url(../img/hero.webp);
  background-repeat: no-repeat;
  background-position: top;

  @media screen and (max-width: 450px) {
    background-size: 230%;
    aspect-ratio: 1283/1123; // 488 * 2.3
  }

  @media screen and (max-width: 767px) and (min-width: 451px) {
    background-size: 1035px; // 450 * 2.3
    height: 394px; // 1035 / (1283/488)
  }

  @media screen and (max-width: 1199px) and (min-width: 768px) {
    background-size: 1800px; // 768px * 2.3 + α(キリ良く)
    height: 685px; // 1800 / (1283/488)
  }

  @media screen and (min-width: 1200px) {
    background-size: 2178px;
    height: 829px; // 2178 / (1283/488)
  }

  .hero-unit-inner {
    position: absolute;
    // テキストが円の中心になるように調整している
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
  }

  .message {
    margin: 10px 0;
    line-height: 1.7;
    font-weight: bold;
    color: #000000;
  
    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  
    @media screen and (max-width: 1199px) and (min-width: 768px) {
      font-size: 2.0rem;
    }
  
    @media screen and (min-width: 1200px) {
      font-size: 2.4rem;
    }
  }
}

.vision-text {
  margin: 8px 0 0;
  font-size: 2.0rem;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    font-size: 1.4rem;
  }
}

.container {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  gap: 48px;
  font-size: 1.4rem;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }

  &-item {
    @media screen and (min-width: 768px) {
      width: 50%;
    }
  }

  p {
    margin: 0;
  }

  &-bottom {
    margin-top: 32px;
  }
}

.logo {
  height: 24px;
  margin: 16px 0;
  @media screen and (min-width: 768px) {
    margin-bottom: 24px;
  }

  &-large {
    height: 32px;
    width: auto;
    margin: 16px 0;
  }
}


.dlButton {
  text-align: center;
  margin: 0 0 30px 0;

  img {
    width: 240px;
    height: auto;
  }
}


.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 101;
  box-sizing: border-box;

  &-inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 18px 40px 18px 40px;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

    @media screen and (min-width: 1632px) {
      padding: 18px 96px 18px 96px;
    }

    .header-logo {
      float: left;
      margin: 0;
      font-size: 0px;

      img {
        width: auto;
        height: 32px;
      }
    }
  }

  .header-menu {
    display: none;
  }

  .header-nav {
    float: right;
    margin: 0;
    padding: 3.25px 0 3.25px 24px;
    list-style: none;

    li {
      float: left;
      margin: 0;
      padding: 0;

      a {
        display: inline-block;
        font-weight: bold;
        padding: 0 0 0 24px;
        color: #222525;

        &:hover {
          color: @link-hover-color;
          transition: all 0.2s ease-in-out;
        }
      }
    }

    img {
      height: 20px;
      width: auto;
    }
  }
}

.banner {
  background-color: #31836F;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;

  &:hover {
    background-color: #2C7664;
  }

  .text {
    padding-bottom: 8px;
    margin: 0;
  }

  button {
    border-radius: 20px;
    background-color: #fff;
    border: inherit;
    font-size: 14px;
    font-weight: 700;
    color: #31836F;
    padding: 0 24px;
    height: 40px;
    cursor: pointer;
  }
}

@media screen and (min-width: 600px) {
  .banner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;

    .text {
      padding: 0;
    }
  }
}

@media screen and (max-width: 940px) {
  .header {
    .header-inner {
      padding: 16px 24px 14px 24px;
      box-sizing: border-box;
      transition: all 0.1s ease-in-out;

      .header-logo {
        margin: 0;
        padding: 0;
        font-size: 0px;

        img {
          width: 120px;
          height: auto;
        }
      }
    }

    .header-menu {
      display: block;
    }

    .header-menu {
      display: block;
      margin: 0;
      float: right;
      font-size: 21px;
      line-height: 1;
    }

    .header-nav {
      display: none;
      position: absolute;
      top: 46px;
      right: 16px;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
      float: none;
      margin: 0;
      padding: 6px 0;

      li {
        float: none;
        margin: 0;
        padding: 0;
        font-size: 14px;

        a {
          display: block;
          font-weight: 600;
          padding: 8px 24px;
          margin: 0;
          color: @text-color;
        }
      }
    }
  }
}

.titleMain {
  position: relative;
  font-size: 25px;
  margin: 0 auto 24px auto;
  font-weight: 600;
  color: @link-color;
  font-feature-settings: "palt";
}

#mission .titleMain {
  margin: 0 auto 24px auto;
}

@media screen and (max-width: 1100px) {
  #mission .titleMain {
    margin: 0 0 16px 0;
  }

  #mission .titleMain {
    margin: 0 0 24px 0;
  }
}

.cardList {
  -webkit-column-count: 3;
  -webkit-column-gap: 48px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 48px;
  -moz-column-fill: auto;
  column-count: 3;
  column-gap: 48px;
  column-fill: auto;

  .cardList-item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    margin-bottom: 48px;
  }

  .cardList-img {
    text-align: center;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;

    img {
      width: 50%;
    }
  }

  .cardList-inner {}

  .cardList-title {
    font-size: 24px;
    margin: 20px 0 0 0;

    span {
      display: block;
      font-size: 14px;
    }
  }

  .cardList-info {
    font-size: 14px;
    margin: 0;
  }

  .cardList-description {
    margin: 0;
  }
}

.cardList--2 {
  .cardList;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 1100px) {
  .cardList {
    -webkit-column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-count: 1;
    -moz-column-gap: 24px;
    column-count: 1;
    column-gap: 24px;

    .cardList-title {
      font-size: 21px;
      margin: 8px 0 0 0;

      span {
        display: block;
        font-size: 14px;
      }
    }

    .cardList-info {
      font-size: 14px;
      margin: 0 0 12px 0;
    }

    .cardList-description {
      margin: 0;
    }
  }

  .cardList--2 {
    .cardList;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.List {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;

  &-item {
    display: flex;
    justify-content: space-between;
    p {
      text-align: left;
      margin: 1.2rem 0;
    }

    &:hover {
      img {
        -webkit-transition: all 700ms cubic-bezier(0.23,1,0.32,1);
        transition: all 700ms cubic-bezier(0.23,1,0.32,1);
        -webkit-transform: translate(5px,-5px,0);
        -ms-transform: translate(5px,-5px);
        transform: translate(5px,-5px);
      }
    }

    &-news {
      p {
        margin: 0 0 0.4rem 0;
        color: #5c6a67;
      }

      h4 {
        font-size: 1.6rem;
        margin: 0;
      }
    }

    &-news:not(:last-child) {
      padding-bottom: 1.2rem;
      border-bottom: solid 1px #ddd;
    }

    &-news:not(:first-child) {
      padding-top: 1.2rem;
    }
  }

  &-border {
    border-bottom: solid 1px #ddd;
  }

  a {
    color: @text-color;

    &:hover {
      color: #e9536b;
      text-decoration: underline;
    }
  }
}


.companyInfo {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;

  tr:not(:last-child) {
    border-bottom: solid 1px #d9e0de;
  }

  th,
  td {
    vertical-align: top;
    padding: 0.8rem 0;
  }

  th {
    text-align: left;
    width: 80px;
    color: #5c6a67;
  }

  td {
    padding-left: 8px;
    @media screen and (min-width: 768px) {
      padding-left: 48px;
    }
  }
}

.footer-sns {
  display: flex;
  gap: 16px;

  img {
    height: 33px;
    width: auto;
    @media screen and (min-width: 768px) {
      height: 40px;
      width: auto;
    }
  }
}

.footer-copyright {
    margin: 24px 0 0 0;
    padding: 0;
}

@media screen and (min-width: 830px) and (max-width: 601px) {
  .br-sp-830 {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .br-sp-600 {
    display: none;
  }
}

@media screen and (min-width: 636px) {
  .br-sp-636 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .br-sm {
    display: none;
  }
}
