<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#about .visualArea {
  background: #fff url(/assets/img/cr_about.png) no-repeat right top;
  background-size: auto 100%;
}

#about .sec01 {
  background: url(/assets/img/2021/bg_wing_white.jpg) no-repeat top 30px right 0;
  padding-bottom: 80px;
}

#about .sec01 .textArea {
  width: 600px;
  min-height: 580px;
}

#about .sec01 .textArea .title {
  font-size: 2.1rem;
  line-height: 1.52381;
  font-weight: 700;
  margin: 40px 0 20px;
}

#about .sec01 .imageArea {
  position: absolute;
  right: -20px;
  bottom: 150px;
}

#about .sec02 {
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
}

#about .sec02 .bgWrap {
  padding: 100px 0;
  background: transparent url(/assets/img/2021/bg_line_hexagon_dark_02.jpg) no-repeat bottom left;
}

#about .sec02 .inner {
  width: 1170px;
  margin: 0 auto;
}

#about .sec02 .title {
  font-size: 2.8rem;
  line-height: 1.57143;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

#about .sec02 .areaWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#about .sec02 .areaWrap .imageArea {
  width: 580px;
}

#about .sec02 .areaWrap .textArea {
  color: #fff;
  width: 536px;
}
#about .sec02 .areaWrap .textArea a {
  color: #fff;
  text-decoration: underline;
}
#about .sec02 .areaWrap .textArea a:hover {
  color: #F6BD03;
}

#about .sec02 .areaWrap .textArea p:last-child {
  margin-bottom: 0;
}

#about .sec03 {
  padding: 100px 0;
}
#about .sec03 .dataArea {
  margin: 80px 0 40px;
  display: flex;
  justify-content:space-between;
}
#about .sec03 .dataArea .box{
  width: 320px;
  padding: 20px 40px 30px;
  color: #fff;
  background: #262a32 url(/assets/img/2021/bg_dataArea.png) no-repeat top right;
}
#about .sec03 .dataArea .box .num{
  margin-bottom: 5px;
  font-size: 9rem;
  color: #F6BD03;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
#about .sec03 .dataArea .box .num span {
  margin-left: 3px;
  font-size: 5rem;
}
#about .sec03 .dataArea .box h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
#about .sec03 .dataArea .box .inner {
  padding-top: 20px;
  border-top: 2px solid #fff;
}
#about .sec03 .dataArea .box .text {
  margin-bottom: 0;
}
#about .sec03 .textWrap {
  margin-bottom: 90px;
  padding-top: 70px;
  position: relative;
}
#about .sec03 .textArea {
  width: 600px;
}

#about .sec03 .imageArea {
  position: absolute;
  right: -55px;
  top: 0px;
}

#about .sec03 .boxArea,
#about .sec05 .boxArea {
  display: flex;
  flex-flow: row wrap;
}

#about .sec03 .boxArea .box,
#about .sec05 .boxArea .box {
  flex-basis: 500px;
  border: 2px solid #ccc;
  margin: 15px 30px 0 0;
}

#about .sec03 .boxArea .box:nth-child(even),
#about .sec05 .boxArea .box:nth-child(even) {
  margin-right: 0;
}

#about .sec03 .boxArea .box .boxinner,
#about .sec05 .boxArea .box .boxinner {
  display: table;
  padding: 20px 40px 20px 0;
}

#about .sec03 .boxArea .box .boxinner .icon,
#about .sec05 .boxArea .box .boxinner .icon{
  display: table-cell;
  width: 130px;
  text-align: center;
  vertical-align: middle;
}
#about .sec05 .boxArea .box .boxinner .icon08 {
  padding-top: 20px;
}

#about .sec03 .boxArea .box .boxinner .text,
#about .sec05 .boxArea .box .boxinner .text {
  display: table-cell;
  vertical-align: top;
}

#about .sec03 .boxArea .box .boxinner .text .title,
#about .sec05 .boxArea .box .boxinner .text .title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

#about .sec03 .boxArea .box .boxinner .text p,
#about .sec05 .boxArea .box .boxinner .text p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 0;
}
#about .sec05 .boxArea .box .boxinner .text ul {
  margin-top: 12px;
}
#about .sec05 .boxArea .box .boxinner .text ul li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
#about .sec05 .boxArea .box .boxinner .text ul li:last-child {
  margin-bottom: 0;
}

#about .sec04 {
  padding: 100px 0 160px;
}

#about .sec04 .imageArea {
  position: absolute;
  left: 0;
  top: 40px;
}

#about .sec04 .textArea {
  margin-left: 474px;
  min-height: 481px;
}

#about .sec04 .textArea .title {
  margin: 30px 0 10px;
  font-size: 2.1rem;
  line-height: 1.2381;
  font-weight: 700;
  color: #005068;
}
#about .sec05 {
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray02.jpg) no-repeat top right;
  padding: 100px 0;
}
#about .sec05 .figureArea{
  margin: 0 auto;
  padding-top: 20px;
  width: 940px;
}
#about .sec05 .figureArea .head{
  margin-bottom: 25px;
}
#about .sec05 .figureArea .head li {
  margin: 0 20px 0 0;
  width: 300px;
  float: left;
}
#about .sec05 .figureArea .head li:last-child {
  margin-right: 0;
}
#about .sec05 .figureArea .figureAreaTitle {
  margin-bottom: 15px;
  display: block;
  background-color: #343434;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}
#about .sec05 .figureArea .head .tag {
  margin-bottom: 15px;
  display: block;
  background-color: #F6BD03;
  color: #595955;
  font-size: 15px;
  line-height: 90px;
  font-weight: bold;
  text-align: center;
  min-height:90px;
}
#about .sec05 .figureArea .head .first .tag {
  padding: 10px 0;
  line-height: 1.4em;
}
#about .sec05 .figureArea .head .tag .sub{
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: normal;
}
#about .sec05 .figureArea .head h3{
  text-align: center;
  font-size: 21px;
  line-height: 1.6;
  color: #595955;
}
#about .sec05 .figureArea .head h3 span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#about .sec05 .figureArea .images {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
#about .sec05 .service {
  margin-bottom: 40px;
}
#about .sec05 .service .block{
  margin-right:20px ;
  width: 300px;
  float: left;
}
#about .sec05 .service .block:last-child{
  margin-right:0;
}
#about .sec05 .service .block .indent {
  padding-left: 1em;
}
#about .sec05 .service h4 {
  margin-bottom: 15px;
  padding-left: 7px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.4;
  border-bottom: 1px solid #ccc;
}

#about .sec06 {
  padding: 100px 0 60px;
  background: #f7f7f7;
}

#about .sec06 .boxList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#about .sec06 .boxList:after {
  content: "";
  display: block;
  width: 480px;
}

#about .sec06 .boxList .box {
  flex: 0 0 480px;
  margin: 30px 0;
}

#about .sec06 .boxList .box dt {
  padding-left: 65px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  margin-bottom: 15px;
  color: #595955;
  position: relative;
}

#about .sec06 .boxList .box dt span {
  position: relative;
  z-index: 2;
}

#about .sec06 .boxList .box dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/img/2021/bullet_hexagon.svg) no-repeat left bottom;
  z-index: 1;
}


#about .sec06 .boxList .box dd {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 2;
}
#about .sec06 .boxList .box dd ul {
  /* margin-left: 1.2em; */
}
#about .sec06 .boxList .box dd ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6;
}
#about .sec06 .boxList .box dd ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #F6BD03;
  border-bottom: 2px solid #F6BD03;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#about .secMovie {
  padding: 70px 0;
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
}
#about .secMovie .movieArea {
  text-align: center;
}


@media only screen and (max-width: 768px) {
  #about .visualArea {
    /* background-size: 160%; */
  }
  #about .sec01 {
    padding-bottom: 50px;
    background-size: 75%;
  }
  #about .sec01 .textArea {
    width: auto;
    min-height: initial;
  }
  #about .sec01 .textArea .title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 30px 0;
  }
  #about .sec01 .textArea p:last-of-type {
    margin-bottom: 0;
  }
  #about .sec01 .imageArea {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  #about .sec02 {
    background-size: 50%;
  }
  #about .sec02 .bgWrap {
    padding: 50px 0;
    background-size: 50%;
  }
  #about .sec02 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  #about .sec02 .title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
  }
  #about .sec02 .areaWrap {
    position: relative;
    display: flex;
    flex-flow: column nowrap;

  }
  #about .sec02 .areaWrap .imageArea {
    order: 2;
    position: static;
    text-align: center;
    width: auto;
  }
  #about .sec02 .areaWrap .textArea {
    order: 1;
    margin-left: 0px;
    min-height: initial;
    padding-right: 0px;
    color: #fff;
    margin-bottom: 30px;
    width: auto;
  }
  #about .sec03 {
    padding: 50px 0;
  }
  #about .sec03 .dataArea {
    margin: 50px 0 40px;
    display: block;
  }
  #about .sec03 .dataArea .box{
    width: auto;
    margin-bottom: 20px;
  }
  #about .sec03 .textWrap {
    margin-bottom: 0;
    padding-top: 0;
  }

  #about .sec03 .textArea {
    width: auto;
    min-height: initial;
    margin-bottom: 20px;
  }
  #about .sec03 .textArea p:first-of-type {
    margin-top: 0px;
  }
  #about .sec03 .imageArea {
    position: static;
    text-align: center;
  }
  #about .sec03 .boxArea,
  #about .sec05 .boxArea {
    display: block;
  }
  #about .sec03 .boxArea .box,
  #about .sec05 .boxArea .box {
    margin-right: 0;
  }
  #about .sec03 .boxArea .box .boxinner,
  #about .sec05 .boxArea .box .boxinner {
    display: block;
    padding: 15px 20px;
  }
  #about .sec03 .boxArea .box .boxinner .icon,
  #about .sec05 .boxArea .box .boxinner .icon {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  #about .sec03 .boxArea .box .boxinner .text,
  #about .sec05 .boxArea .box .boxinner .text {
    display: block;
  }
  #about .sec05 .boxArea .box .boxinner .text ul {
    margin-top:20px;
  }
  #about .sec05 .boxArea .box .boxinner .text ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #about .sec03 .boxArea .box .boxinner .text p,
  #about .sec05 .boxArea .box .boxinner .text p {
    font-size: 1.5rem;
  }
  #about .sec05 .boxArea .box .boxinner .icon08 {
    padding-top: 0;
  }
  #about .sec04 {
    padding: 50px 0 60px;
  }
  #about .sec04 .wrap1030 {
    display: flex;
    flex-flow: column nowrap;
  }
  #about .sec04 .imageArea {
    order: 2;
    position: static;
    text-align: center;
  }
  #about .sec04 .textArea {
    order: 1;
    margin-left: 0px;
    min-height: initial;
    margin-bottom: 10px;
  }
  #about .sec04 .textArea .title {
    margin: 20px 0 5px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    color: #005068;
  }
  #about .sec05 {
    padding: 50px 0;
    background-size: 100%;
  }
  #about .sec05 .figureArea{
    width: auto;
  }
  #about .sec05 .figureArea .head{
    margin-bottom: 25px;
  }
  #about .sec05 .figureArea .head li {
    margin: 0 0 15px 0;
    width: auto;
    float: none;
  }
  #about .sec05 .figureArea .figureAreaTitle {
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
  }
  #about .sec05 .figureArea .head .tag {
    margin-bottom: 10px;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    min-height: auto;
  }
  #about .sec05 .figureArea .head h3{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #005068;
  }
  #about .sec05 .figureArea .head h3 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  #about .sec05 .figureArea .images {
    margin-bottom: 25px;
  }
  #about .sec05 .service {
    margin-bottom: 20px;
  }
  #about .sec05 .service .block{
    margin-bottom: 15px;
    width: 100%;
    float: none;
  }
  #about .sec05 .service h4 {
    margin-bottom: 15px;
    padding-left: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 3;
    border-bottom: 1px solid #ccc;
  }

  #about .sec06 {
    padding: 40px 0 20px;
  }
  #about .sec06 .boxList {
    display: block;
    margin-top: 55px;
  }
  #about .sec06 .boxList:after {
    display: none;
  }
  #about .sec06 .boxList .box {
    margin: 40px 0;
  }
  #about .sec06 .boxList .box dt {
    padding-left: 35px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
    color: #595955;
    position: relative;
  }
  #about .sec06 .boxList .box dt span {
    position: relative;
    z-index: 2;
  }
  #about .sec06 .boxList .box dt:before {
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    position: absolute;
    left: 0;
    top: -2px;
    background: url(/assets/img/2021/bullet_hexagon.svg) no-repeat left bottom;
    background-size: 25px 29px;
    z-index: 1;
  }
  #about .sec06 .boxList .box dd {
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 2;
  }
  #about .sec06 .boxList .box dd ul li{
    margin-bottom: 15px;
  }

  #about .secMovie {
    background-size: 50%;
    padding: 40px 20px;
  }
  #about .secMovie .movieArea {
    text-align: center;
  }
}
</pre></body></html>