@charset "UTF-8";
.mv_other {
  width: 100%;
  height: 200px;
  background-image: url("/common/img/other/mv_other.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 110px;
}

.mv_other .mv_ttlarea {
  margin: auto;
  width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mv_other .mv_ttlarea h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.mv_other .mv_ttlarea h2 small {
  font-size: 20px;
}

.other_contents {
  width: 100%;
  margin: auto;
  background-image: url("/common/img/company/company_bg02.png");
  background-size: 1492px 640px;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}

.other_contents .link_btn01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 592px;
  height: 72px;
  cursor: pointer;
  background: linear-gradient(45deg, #4dbff0, #e5f7ff);
  z-index: 1;
}

.other_contents .link_btn01:hover {
  background: linear-gradient(45deg, #333333, #333333);
}

.other_contents .link_btn01 a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_contents .link_btn01 a::after {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  content: "";
  background-image: url("/common/img/company/btn_blank_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.other_contents .link_btn02 {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 592px;
  height: 72px;
  cursor: pointer;
  background: linear-gradient(45deg, #4dbff0, #e5f7ff);
  z-index: 1;
}

.other_contents .link_btn02:hover {
  background: linear-gradient(45deg, #333333, #333333);
}

.other_contents .link_btn02 a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_contents .link_btn02 a::after {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  content: "";
  background-image: url("/common/img/company/btn_blank_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.other_contents .news_block {
  margin: auto;
  width: 1200px;
  padding: 132px 0;
  text-align: center;
  position: relative;
}

.other_contents .news_block .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  position: relative;
}

.other_contents .news_block .tab-area::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ebeeef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.other_contents .news_block .tab-area .tab {
  width: 148px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #c2c4c7;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
}

.other_contents .news_block .tab-area .tab.active {
  color: #333333;
}

.other_contents .news_block .tab-area .tab.active::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}

.other_contents .news_block .article-area {
  font-size: 30px;
  text-align: center;
  width: 100%;
  padding: 0 68px;
  min-height: 994px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_contents .news_block .article-area .article {
  display: none;
}

.other_contents .news_block .article-area .article ul {
  width: 100%;
}

.other_contents .news_block .article-area .article ul li {
  list-style: none;
}

.other_contents .news_block .article-area .article ul li a {
  padding: 30px 0;
  border-bottom: 1px solid #ebeeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.other_contents .news_block .article-area .article ul li a .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  color: #333;
  font-weight: 700;
}

.other_contents .news_block .article-area .article ul li a .tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  background-color: #00a0e9;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other_contents .news_block .article-area .article ul li a .tag.tag01 {
  background-color: #6c306b;
}

.other_contents .news_block .article-area .article ul li a .tag.tag02 {
  background-color: #cf1125;
}

.other_contents .news_block .article-area .article ul li a .tag.tag03 {
  background-color: #3498db;
}

.other_contents .news_block .article-area .article ul li a .tag.tag04 {
  background-color: #f08200;
}

.other_contents .news_block .article-area .article ul li a .tag.tag05 {
  background-color: #000000;
}

.other_contents .news_block .article-area .article ul li a .tag.tag06 {
  background-color: #003e8f;
}

.other_contents .news_block .article-area .article ul li a .tag.tag07 {
  background-color: #1a318c;
}

.other_contents .news_block .article-area .article ul li a .tag.tag08 {
  background-color: #008aaf;
}

.other_contents .news_block .article-area .article ul li a .tag.tag09 {
  background-color: #e60012;
}

.other_contents .news_block .article-area .article ul li a .tag.tag10 {
  background-color: #808080;
}

.other_contents .news_block .article-area .article ul li a .cont {
  line-height: 2;
  text-align: left;
  margin-left: 30px;
}

.other_contents .news_block .article-area .article.show {
  display: block;
}

.other_contents_u {
  width: 100%;
  margin: auto;
}

.other_contents_u .contact_block {
  margin: auto;
  width: 1064px;
  padding: 50px 0 130px;
  text-align: center;
}

.other_contents_u .contact_block.services {
  padding-bottom: 100px;
}

.other_contents_u .contact_block h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}

.other_contents_u .contact_block .contact {
  width: 100%;
  height: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  background-color: #e5f7ff;
}

.other_contents_u .contact_block .contact a {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00a0e9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other_contents_u .contact_block .contact a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/common/img/other/icon_contact.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.other_contents_u .contact_block .note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.85;
  list-style: none;
  text-align: left;
}

.other_contents_u .contact_block .note li::before {
  content: "※";
}

.other_contents_u .policy_block {
  margin: auto;
  width: 1200px;
  padding: 50px 0 100px;
  text-align: center;
}

.other_contents_u .policy_block p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
  text-align: left;
}

.other_contents_u .policy_block p.name {
  text-align: right;
  margin-bottom: 0;
}

.other_contents_u .policy_block p.name.tar {
  margin-bottom: 100px;
}

.other_contents_u .policy_block dl {
  text-align: left;
  margin-bottom: 100px;
}

.other_contents_u .policy_block dl dt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 4px #ebeeef;
}

.other_contents_u .policy_block dl dt span {
  font-weight: 700;
  color: #00a0e9;
}

.other_contents_u .policy_block dl dd {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}

.other_contents_u .policy_block dl dd ul {
  margin-top: 15px;
}

.other_contents_u .policy_block dl dd ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 15px;
  text-indent: 1em;
}

.other_contents_u .policy_block dl dd ul li:last-child {
  margin-bottom: 0;
}

.other_contents_u .policy_block dl dd .info {
  display: inline-block;
  border-top: 1px solid #c2c4c7;
  border-bottom: 1px solid #c2c4c7;
  padding: 20px;
  margin-top: 20px;
}

.other_contents_u .policy_block dl dd .info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 15px;
}

.other_contents_u .policy_block dl dd .info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 15px;
}

.other_contents_u .policy_block dl dd .info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.other_contents_u .policy_block dl dd .info a b {
  font-weight: 700;
  margin-right: 10px;
}

.other_contents_u .policy_block dl dd .info a.blue {
  font-weight: 500;
  color: #4dbff0;
}

.other_contents_u .policy_block dl dd .info a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .mv_other {
    width: 100%;
    height: 186px;
    background-image: url("/common/img/other/mv_other_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    padding-top: 70px;
  }
  .mv_other .mv_ttlarea {
    margin: auto;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mv_other .mv_ttlarea h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .mv_other .mv_ttlarea h2 small {
    font-size: 16px;
  }
  .other_contents {
    width: 100%;
    margin: auto;
    background-image: url("/common/img/company/company_bg02_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
  }
  .other_contents .link_btn01 {
    position: absolute;
    top: 45px;
    right: 0;
    width: 219px;
    height: 36px;
    cursor: pointer;
    background: linear-gradient(45deg, #4dbff0, #e5f7ff);
  }
  .other_contents .link_btn01 a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    padding: 0 0 0 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other_contents .link_btn01 a::after {
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("/common/img/company/btn_blank_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  .other_contents .link_btn02 {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 219px;
    height: 36px;
    cursor: pointer;
    background: linear-gradient(45deg, #4dbff0, #e5f7ff);
  }
  .other_contents .link_btn02 a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .other_contents .link_btn02 a::after {
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("/common/img/company/btn_blank_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  .other_contents .news_block {
    margin: auto;
    width: 100%;
    padding: 126px 0 129px;
    text-align: center;
  }
  .other_contents .news_block .tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .other_contents .news_block .tab-area::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ebeeef;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .other_contents .news_block .tab-area .tab {
    width: 148px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #c2c4c7;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
  }
  .other_contents .news_block .tab-area .tab.active {
    color: #333333;
  }
  .other_contents .news_block .tab-area .tab.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #00a0e9;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
  }
  .other_contents .news_block .article-area {
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 600px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .other_contents .news_block .article-area .article {
    display: none;
  }
  .other_contents .news_block .article-area .article ul {
    width: 100%;
  }
  .other_contents .news_block .article-area .article ul li a {
    padding: 20px 0;
    border-bottom: 1px solid #ebeeef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other_contents .news_block .article-area .article ul li a .date {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .other_contents .news_block .article-area .article ul li a .tag {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: #00a0e9;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag01 {
    background-color: #6c306b;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag02 {
    background-color: #cf1125;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag03 {
    background-color: #3498db;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag04 {
    background-color: #f08200;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag05 {
    background-color: #000000;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag06 {
    background-color: #003e8f;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag07 {
    background-color: #1a318c;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag08 {
    background-color: #008aaf;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag09 {
    background-color: #e60012;
  }
  .other_contents .news_block .article-area .article ul li a .tag.tag10 {
    background-color: #808080;
  }
  .other_contents .news_block .article-area .article ul li a .cont {
    line-height: 2;
    text-align: left;
    margin-left: 0px;
  }
  .other_contents .news_block .article-area .article.show {
    display: block;
  }
  .other_contents_u {
    width: 100%;
    margin: auto;
  }
  .other_contents_u .contact_block {
    margin: auto;
    width: 100%;
    padding: 45px 20px 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .other_contents_u .contact_block h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 35px;
  }
  .other_contents_u .contact_block .contact {
    width: 100%;
    height: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    background-color: #e5f7ff;
  }
  .other_contents_u .contact_block .contact a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #00a0e9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other_contents_u .contact_block .contact a::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/common/img/other/icon_contact.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
  }
  .other_contents_u .contact_block .note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.66;
    list-style: none;
    text-align: left;
  }
  .other_contents_u .contact_block .note li::before {
    content: "※";
  }
  .other_contents_u .policy_block {
    margin: auto;
    width: 100%;
    padding: 45px 20px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .other_contents_u .policy_block p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
  }
  .other_contents_u .policy_block p.name {
    text-align: right;
  }
  .other_contents_u .policy_block p.name.tar {
    margin-bottom: 50px;
  }
  .other_contents_u .policy_block dl {
    text-align: left;
    margin-bottom: 50px;
  }
  .other_contents_u .policy_block dl dt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: solid 4px #ebeeef;
  }
  .other_contents_u .policy_block dl dt span {
    font-weight: 700;
    color: #00a0e9;
  }
  .other_contents_u .policy_block dl dd {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 50px;
  }
  .other_contents_u .policy_block dl dd ul {
    margin-top: 15px;
  }
  .other_contents_u .policy_block dl dd ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 15px;
    text-indent: 1em;
  }
  .other_contents_u .policy_block dl dd ul li:last-child {
    margin-bottom: 0;
  }
  .other_contents_u .policy_block dl dd .info {
    display: inline-block;
    border-top: 1px solid #c2c4c7;
    border-bottom: 1px solid #c2c4c7;
    padding: 15px 10px;
    margin-top: 15px;
  }
  .other_contents_u .policy_block dl dd .info h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 15px;
  }
  .other_contents_u .policy_block dl dd .info p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: 15px;
  }
  .other_contents_u .policy_block dl dd .info a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
  }
  .other_contents_u .policy_block dl dd .info a b {
    font-weight: 700;
    margin-right: 10px;
  }
  .other_contents_u .policy_block dl dd .info a.blue {
    font-weight: 500;
    color: #4dbff0;
  }
  .other_contents_u .policy_block dl dd .info a:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=other.css.map */