*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

br.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .inner {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3.125vw;
  }
}

header {
  position: fixed;
  z-index: 30;
  top: 25px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  header {
    top: 3.125vw;
    left: 3.125vw;
  }
}
header img {
  width: 133px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header img {
    width: 23.075vw;
  }
}

#mainvisual {
  width: 100vw;
  height: 54.1666666667vw;
  background: url(../img/mv-bg.webp) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    height: 145.625vw;
    background: url(../img/mv-bg_sp.webp) no-repeat center/cover;
  }
}
#mainvisual .mainvisual-copy {
  position: absolute;
  top: 4.8611111111vw;
  left: 50%;
  margin: 0 0 0 -37.2916666667vw;
}
@media screen and (max-width: 767px) {
  #mainvisual .mainvisual-copy {
    top: 14.590625vw;
    margin: 0 0 0 -35.4109375vw;
  }
}
#mainvisual .mainvisual-copy h2 {
  text-align: center;
}
#mainvisual .mainvisual-copy h2 img {
  width: 74.2361111111vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mainvisual .mainvisual-copy h2 img {
    width: 70.821875vw;
  }
}
#mainvisual .mainvisual-image {
  position: absolute;
  top: 9.7222222222vw;
  left: -10.1388888889vw;
}
@media screen and (max-width: 767px) {
  #mainvisual .mainvisual-image {
    top: 40.721875vw;
    left: -14.4125vw;
  }
}
#mainvisual .mainvisual-image img {
  width: 106.5972222222vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mainvisual .mainvisual-image img {
    width: 130.96875vw;
  }
}

#ur-series {
  padding: 75px 0 0;
}
@media screen and (max-width: 1240px) {
  #ur-series {
    padding: 5.859375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #ur-series {
    padding: 6.25vw 0 0;
  }
}
#ur-series .ur-series-bg {
  background: url(../img/content-bg01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-bg {
    background: url(../img/content-bg01_sp.webp) no-repeat center/cover;
  }
}
#ur-series .ur-series-title {
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-title {
    display: block;
  }
}
#ur-series .ur-series-title h2 {
  padding: 20px 25px 20px 20px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-title h2 {
    padding: 1.5625vw 1.953125vw 1.5625vw 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-title h2 {
    padding: 6.25vw 3.125vw 3.125vw 3.125vw;
  }
}
#ur-series .ur-series-title h2 small {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-title h2 small {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-title h2 small {
    font-size: 3.75vw;
    margin: 0 0 1.875vw;
  }
}
#ur-series .ur-series-title h2 strong {
  font-size: 42px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-title h2 strong {
    font-size: 3.28125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-title h2 strong {
    font-size: 6.25vw;
  }
}
#ur-series .ur-series-title p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-title p {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-title p {
    font-size: 4.0625vw;
    padding: 0 3.125vw 9.375vw 3.125vw;
  }
}
#ur-series .ur-series-body .ur-series-list {
  padding: 20px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list {
    padding: 12.5vw 3.125vw 6.25vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item {
  position: relative;
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item figure {
  position: absolute;
  display: flex;
  align-items: end;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item figure {
    display: block;
    text-align: center;
    position: static;
    margin: 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item figure img {
  display: block;
  width: 308px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item figure img {
    width: 24.0625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item figure img {
    width: 70vw;
    margin: 0 auto;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item figure figcaption {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item figure figcaption {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item figure figcaption {
    font-size: 5.625vw;
    padding: 3.75vw 0 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl {
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl {
    padding: 0 0 0 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl {
    padding: 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #CF000C;
  border-radius: 10px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl:before {
    width: 0.390625vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl:before {
    content: none;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dt {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dt {
    font-size: 1.71875vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dt {
    display: none;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd {
  background-color: #fff;
  position: relative;
  max-width: 555px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd {
    max-width: 43.359375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd {
    max-width: none;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd span {
    font-size: 1.09375vw;
    padding: 0.390625vw 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd span {
    position: static;
    display: block;
    font-size: 4.375vw;
    text-align: center;
    padding: 1.5625vw 3.125vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd ul {
    display: block;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd ul li {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd ul li {
    margin: 0 2.734375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item dl dd ul li {
    margin: 0 0 6.25vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) {
  margin: 0 0 35px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) {
    margin: 0 0 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) {
    margin: 0 0 12.5vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) figure {
  top: -50px;
  right: 75px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) figure {
    top: -3.90625vw;
    right: 5.859375vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) figure figcaption {
  padding: 0 0 30px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) figure figcaption {
    padding: 0 0 2.34375vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd {
  padding: 50px 30px 30px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd {
    padding: 3.90625vw 2.34375vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd {
    padding: 0 0 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd ul li {
    text-align: center;
    padding: 6.25vw 0 0;
    margin: 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd ul li img {
  width: auto;
  height: 20.6px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd ul li img {
    height: 1.609375vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(1) dl dd ul li img {
    height: 6.4375vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) figure {
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) figure {
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) figure figcaption {
  padding: 0 0 40px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) figure figcaption {
    padding: 0 0 3.125vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd {
  padding: 50px 30px 5px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd {
    padding: 3.90625vw 2.34375vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd {
    padding: 0 0 6.25vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li {
  width: 50%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li {
    margin: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li {
    width: auto;
    text-align: center;
    padding: 5vw 0 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li img {
  width: auto;
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li small {
  font-size: 9px;
  font-weight: bold;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li small {
    font-size: 0.703125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li small {
    font-size: 2.8125vw;
    margin: 1.25vw 0 0;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(1) {
  margin: 0 0 15px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(1) {
    margin: 0 0 1.171875vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(1) img {
  height: 22.5px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(1) img {
    height: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(1) img {
    height: 7.03125vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(2) {
  margin: 0 0 15px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(2) {
    margin: 0 0 1.171875vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(2) img {
  height: 39.4px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(2) img {
    height: 3.078125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(2) img {
    height: 12.3125vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(3) {
  align-self: flex-end;
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(3) img {
  height: 20.5px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(3) img {
    height: 1.6015625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(3) img {
    height: 6.40625vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(4) img {
  height: 32.1px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(4) img {
    height: 2.5078125vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(4) img {
    height: 10.03125vw;
  }
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(5) {
  width: 100%;
}
#ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(5) img {
  height: 29px;
}
@media screen and (max-width: 1240px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(5) img {
    height: 2.265625vw;
  }
}
@media screen and (max-width: 767px) {
  #ur-series .ur-series-body .ur-series-list .ur-series-list__item:nth-child(2) dl dd ul li:nth-child(5) img {
    height: 7.5vw;
  }
}

#industry article {
  padding: 100px 0 0;
}
@media screen and (max-width: 1240px) {
  #industry article {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article {
    padding: 18.75vw 0 0;
  }
}
#industry article .industry-header {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 1240px) {
  #industry article .industry-header {
    margin: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article .industry-header {
    margin: 0 0 3.125vw;
    display: block;
  }
}
#industry article .industry-header h2 {
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #CF000C;
  font-size: 18px;
  font-weight: bold;
  width: 270px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1240px) {
  #industry article .industry-header h2 {
    padding: 0.78125vw;
    font-size: 1.40625vw;
    width: 21.09375vw;
    margin: 0 2.34375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article .industry-header h2 {
    margin: 0 -3.125vw 4.6875vw;
    font-size: 4.375vw;
    padding: 1.5625vw;
    width: auto;
    display: block;
  }
}
#industry article .industry-header p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  #industry article .industry-header p {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article .industry-header p {
    font-size: 5.625vw;
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article .industry-body {
    padding: 0 3.125vw;
  }
}
#industry article .industry-body p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  #industry article .industry-body p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article .industry-body p {
    font-size: 4.375vw;
  }
}
#industry article#industry-first .industry-item {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item {
    padding: 2.34375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item {
    display: block;
    padding: 3.125vw 0 0;
  }
}
#industry article#industry-first .industry-item figure {
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item figure {
    width: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item figure {
    width: 62.5vw;
    margin: 0 auto 6.25vw;
  }
}
#industry article#industry-first .industry-item figure figcaption {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item figure figcaption {
    font-size: 0.9375vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item figure figcaption {
    font-size: 3.75vw;
    margin: 0 0 1.5625vw;
  }
}
#industry article#industry-first .industry-item .tags {
  width: 875px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px 0 20px 25px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item .tags {
    width: 68.359375vw;
    border-radius: 0.78125vw;
    padding: 1.5625vw 0 1.5625vw 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item .tags {
    width: auto;
    border-radius: 3.125vw;
    padding: 4.6875vw 3.125vw 3.125vw;
  }
}
#industry article#industry-first .industry-item .tags:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 20px solid #F5F5F5;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item .tags:before {
    left: -2.34375vw;
    margin-top: -0.78125vw;
    border: 0.78125vw solid transparent;
    border-right: 1.5625vw solid #F5F5F5;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item .tags:before {
    left: 50%;
    top: -6.25vw;
    margin-top: 0;
    margin-left: -3.125vw;
    border: 3.125vw solid transparent;
    border-bottom: 4.6875vw solid #F5F5F5;
  }
}
#industry article#industry-first .industry-item .tags h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item .tags h3 {
    font-size: 2.5vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item .tags h3 {
    font-size: 5.625vw;
    margin: 0 0 3.125vw;
    text-align: center;
  }
}
#industry article#industry-first .industry-item .tags ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item .tags ul {
    display: block;
  }
}
#industry article#industry-first .industry-item .tags ul li {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  background-color: #000;
  margin: 0 6px 6px 0;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-first .industry-item .tags ul li {
    font-size: 1.09375vw;
    padding: 0.3125vw 0.625vw;
    margin: 0 0.46875vw 0.46875vw 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-first .industry-item .tags ul li {
    font-size: 3.125vw;
    padding: 1.25vw 2.5vw;
    margin: 0 0 1.875vw 0;
    text-align: center;
  }
}
#industry article#industry-largest .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #industry article#industry-largest .row {
    display: block;
  }
}
#industry article#industry-largest .row .col {
  width: 525px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-largest .row .col {
    width: 41.015625vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-largest .row .col {
    width: auto;
  }
}
#industry article#industry-largest .row .col:nth-child(2) {
  width: 515px;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-largest .row .col:nth-child(2) {
    width: 40.234375vw;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-largest .row .col:nth-child(2) {
    padding: 6.25vw 3.125vw 0;
    width: auto;
  }
}
#industry article#industry-fastest figure {
  padding: 30px 0 0;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-fastest figure {
    padding: 2.34375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-fastest figure {
    padding: 6.25vw 0 0;
  }
}
#industry article#industry-smallest figure {
  padding: 30px 0 0;
}
@media screen and (max-width: 1240px) {
  #industry article#industry-smallest figure {
    padding: 2.34375vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #industry article#industry-smallest figure {
    padding: 6.25vw 0 0;
    margin: 0 -3.125vw 0 -3.125vw;
  }
}

#io-link {
  padding: 125px 0 0;
}
@media screen and (max-width: 1240px) {
  #io-link {
    padding: 9.765625vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #io-link {
    padding: 15.625vw 0 0;
  }
}
#io-link .io-link-list {
  margin: 0 0 100px;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list {
    margin: 0 0 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list {
    margin: 0 0 12.5vw;
  }
}
#io-link .io-link-list .io-link-list-title {
  margin: 0 0 20px;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-title {
    margin: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-title {
    margin: 0 0 12.5vw;
  }
}
#io-link .io-link-list .io-link-list-title h2 {
  display: inline-block;
  text-align: center;
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-title h2 {
    width: 23.4375vw;
    font-size: 1.40625vw;
    padding: 0.78125vw 0;
    margin: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-title h2 {
    display: block;
    width: auto;
    font-size: 4.375vw;
    padding: 1.5625vw 0;
    margin: 0 -3.125vw 3.125vw;
  }
}
#io-link .io-link-list .io-link-list-title p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-title p {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-title p {
    font-size: 5vw;
    padding: 0 3.125vw;
  }
}
#io-link .io-link-list .io-link-list-body ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-body ul {
    display: block;
  }
}
#io-link .io-link-list .io-link-list-body ul li {
  width: 214px;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-body ul li {
    width: 16.71875vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-body ul li {
    width: auto;
    margin: 0 0 12.5vw;
    padding: 0 12.5vw;
  }
}
#io-link .io-link-list .io-link-list-body ul li figure {
  width: 100%;
  height: 152px;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-body ul li figure {
    height: 11.875vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-body ul li figure {
    height: 47.5vw;
    margin: 0 0 3.125vw;
    padding: 0 3.125vw;
  }
}
#io-link .io-link-list .io-link-list-body ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#io-link .io-link-list .io-link-list-body ul li p {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-body ul li p {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-body ul li p {
    font-size: 3.75vw;
  }
}
#io-link .io-link-list .io-link-list-body ul li p strong {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  #io-link .io-link-list .io-link-list-body ul li p strong {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #io-link .io-link-list .io-link-list-body ul li p strong {
    font-size: 5.625vw;
  }
}

#overview {
  margin: 0 0 100px;
}
@media screen and (max-width: 1240px) {
  #overview {
    margin: 0 0 7.8125vw;
  }
}
#overview h2 {
  display: inline-block;
  text-align: center;
  width: 270px;
  background-color: #EFEFEF;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 1240px) {
  #overview h2 {
    width: 21.09375vw;
    font-size: 1.40625vw;
    padding: 0.78125vw 0;
    margin: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #overview h2 {
    display: block;
    width: auto;
    font-size: 4.375vw;
    padding: 1.5625vw 0;
    margin: 0 -3.125vw 6.25vw;
  }
}
#overview .image {
  text-align: center;
}
#overview .image figure {
  padding: 0 3.125vw;
}
#overview .image figure img {
  width: 900px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  #overview .image figure img {
    width: 70.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #overview .image figure img {
    width: 100%;
  }
}
#overview .image .expand {
  display: none;
}
@media screen and (max-width: 767px) {
  #overview .image .expand {
    padding: 6.25vw 3.125vw 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #overview .image .expand a {
    display: block;
    text-align: center;
    background-color: #000;
    padding: 3.125vw 6.25vw;
    border-radius: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #overview .image .expand a span {
    color: #fff;
    display: block;
    font-size: 4.375vw;
    font-weight: bold;
    background: url(../img/expand.png) no-repeat center right/5.625vw auto;
  }
}

#contact {
  margin: 0 0 100px;
}
@media screen and (max-width: 1240px) {
  #contact {
    margin: 0 0 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    margin: 0 0 9.375vw;
  }
}
#contact .container {
  padding: 50px 20px;
  border: solid #626262 1px;
}
@media screen and (max-width: 1240px) {
  #contact .container {
    padding: 3.90625vw 1.5625vw;
    border: solid #626262 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .container {
    padding: 6.25vw 3.125vw;
    border: solid #626262 0.3125vw;
  }
}
#contact .container ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contact .container ul {
    display: block;
  }
}
#contact .container ul li {
  width: 337px;
}
@media screen and (max-width: 1240px) {
  #contact .container ul li {
    width: 26.328125vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .container ul li {
    width: auto;
    margin: 0 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .container ul li:last-child {
    margin: 0;
  }
}
#contact .container ul li a {
  display: block;
  text-align: center;
  background-color: #CF000C;
  padding: 15px 10px;
  border-radius: 40px;
}
@media screen and (max-width: 1240px) {
  #contact .container ul li a {
    padding: 1.171875vw 0.78125vw;
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .container ul li a {
    padding: 3.125vw 3.125vw;
    border-radius: 12.5vw;
  }
}
#contact .container ul li a span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: url(../img/arrow.svg) no-repeat center right 10px;
}
@media screen and (max-width: 1240px) {
  #contact .container ul li a span {
    font-size: 1.40625vw;
    background: url(../img/arrow.svg) no-repeat center right 1.25 auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .container ul li a span {
    font-size: 4.375vw;
    background: url(../img/arrow.svg) no-repeat center right 0 auto;
  }
}

#company {
  margin: 0 0 110px;
}
@media screen and (max-width: 1240px) {
  #company {
    margin: 0 0 8.59375vw;
  }
}
@media screen and (max-width: 767px) {
  #company {
    margin: 0 0 15.625vw;
  }
}
#company .container {
  padding: 50px 100px;
  border: solid #626262 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  #company .container {
    padding: 3.90625vw 7.8125vw;
    border: solid #626262 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  #company .container {
    display: block;
    padding: 6.25vw 12.5vw;
    border: solid #626262 0.3125vw;
  }
}
#company .container figure {
  width: 362px;
  height: 257px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  #company .container figure {
    width: 28.28125vw;
    height: 20.078125vw;
  }
}
@media screen and (max-width: 767px) {
  #company .container figure {
    width: 58.125vw;
    height: 40.625vw;
    text-align: center;
    margin: 0 0 4.6875vw;
  }
}
#company .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .container .text {
  width: 440px;
}
@media screen and (max-width: 1240px) {
  #company .container .text {
    width: 34.375vw;
  }
}
@media screen and (max-width: 767px) {
  #company .container .text {
    width: auto;
  }
}
#company .container .text h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  #company .container .text h3 {
    font-size: 2.34375vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #company .container .text h3 {
    font-size: 5vw;
    margin: 0 0 3.125vw;
  }
}
#company .container .text p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1240px) {
  #company .container .text p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #company .container .text p {
    font-size: 3.75vw;
  }
}
#company .container .text p a {
  color: #CF000C;
}
#company .container .text p a:hover {
  text-decoration: underline;
}

footer {
  box-shadow: 0 -10px 10px inset rgba(0, 0, 0, 0.2);
  background-color: #D8D8D8;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1240px) {
  footer {
    box-shadow: 0 -0.78125vw 0.78125vw inset rgba(0, 0, 0, 0.2);
    padding: 4.6875vw 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    box-shadow: 0 -3.125vw 3.125vw inset rgba(0, 0, 0, 0.2);
    padding: 18.75vw 0 12.5vw;
  }
}
footer .footer-logo {
  border-bottom: solid #B7B6B8 1px;
  padding: 0 0 10px;
  margin: 0 0 60px;
}
@media screen and (max-width: 1240px) {
  footer .footer-logo {
    border-bottom: solid #B7B6B8 0.078125vw;
    padding: 0 0 0.78125vw;
    margin: 0 0 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    border-bottom: solid #B7B6B8 0.3125vw;
    padding: 0 0 3.125vw;
    margin: 0 0 18.75vw;
  }
}
footer .footer-logo h2 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  footer .footer-logo h2 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo h2 {
    font-size: 5vw;
  }
}
footer .copyright {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    display: block;
  }
}
footer .copyright p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  footer .copyright p {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 3.75vw;
    margin: 0 0 12.5vw;
  }
}
footer .copyright ul {
  display: flex;
}
footer .copyright ul li {
  margin: 0 0 0 6px;
}
@media screen and (max-width: 1240px) {
  footer .copyright ul li {
    margin: 0 0 0 0.46875vw;
    font-size: 0.46875vw;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright ul li {
    margin: 0 1.25vw 0 0;
  }
}
footer .copyright ul li a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  footer .copyright ul li a {
    width: 2.8125vw;
    height: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright ul li a {
    width: 8.75vw;
    height: 8.75vw;
  }
}
footer .copyright ul li a i img {
  width: auto;
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1240px) {
  footer .copyright ul li a i img {
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright ul li a i img {
    height: 3.75vw;
  }
}

#overview-ex {
  display: none;
}
@media screen and (max-width: 767px) {
  #overview-ex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  #overview-ex .wrap {
    width: 87.5vw;
    height: 140.625vw;
    background-color: #fff;
    border-radius: 3.125vw;
    padding: 6.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70.3125vw 0 0 -43.75vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #overview-ex .wrap .close {
    position: absolute;
    top: -3.125vw;
    right: 1.5625vw;
    width: 4.0625vw;
    height: 4.0625vw;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #overview-ex .wrap .box {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  #overview-ex .wrap .box img {
    width: 200%;
  }
}/*# sourceMappingURL=common.css.map */


