@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

li,
ol,
ul {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
}

.clear,
div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Medium.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Bold.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Black.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Medium.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Bold.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url(../fonts/NotoSansCJKjp-Black.woff) format("woff"),
    url(../fonts/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}

@keyframes moreB {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes moreA {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

* {
  font-size: 0;
  line-height: 100%;
  box-sizing: border-box;
  font-weight: 500;
  font-family: NotoSansCJKjp, "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

#container {
  width: 100%;
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-out 0.45s background;
}

header.fix {
  background: rgba(26, 26, 26, 0.9);
}

header.fix .logo {
  width: 135px;
  transform: translateY(-5px);
}

.headerInner {
  height: 100%;
  width: 100%;
  position: relative;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.logo {
  width: 130px;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  margin: auto;
  transition: cubic-bezier(0.45, 0.35, 0.05, 1) 0.6s width,
    cubic-bezier(0.45, 0.35, 0.05, 1) 0.6s transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo a {
  transition: ease-out 0.16s opacity;
}

.logo a:hover {
  opacity: 0.7;
}

.navGlobal {
  position: relative;
  text-align: right;
  padding: 23px 0;
}

.navGlobal ul {
  display: inline-block;
  vertical-align: middle;
}

.navGlobal li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

.navGlobal li a {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  color: #fff;
  display: block;
  padding: 5px;
  line-height: 140%;
  cursor: pointer;
}

.navGlobal li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translateY(-2px);
  transition: ease-out 0.2s opacity,
    cubic-bezier(0.4, 0.4, 0.2, 0.9) 0.3s transform;
}

.navGlobal li a:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.navGlobal li.mm {
  position: relative;
}

.navGlobal li.mm:hover > a:after {
  opacity: 1;
  transform: translateY(0);
}

.navGlobal li.mm:hover .smlmn {
  opacity: 1;
  pointer-events: auto;
}

.navGlobal .smlmn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 420px;
  transition: ease-out 0.3s opacity;
  opacity: 0;
  pointer-events: none;
  padding-top: 10px;
}

.navGlobal ul.sml {
  background: rgba(26, 26, 26, 0.9);
  background: #303030;
  background: #444;
  padding: 15px 10px 20px;
  width: 100%;
}

.navGlobal ul.sml li {
  display: block;
  text-align: left;
}

.navGlobal ul.sml li a {
  display: inline-block;
}

.navGlobal ul.sml li + li {
  margin-top: 5px;
}

.navGlobal .contactBtn,
.navGlobal .seminarBtn {
  margin-left: 1.5%;
}

.navGlobal .seminarBtn {
  margin-left: 3%;
}

@media screen and (max-width: 1024px) {
  .w_contact .contact_btn a {
    padding: 10px 12px !important;
  }
}

@media screen and (max-width: 730px) {
  .w_contact .contact_btn {
    margin: 7px 7px !important;
  }
}

/* @media screen and (max-width: 520px) {
  .w_contact .contact_btn a p {
    font-size: 10px !important;
  }
} */

@media screen and (max-width: 430px) {
  .w_contact .contact_btn a {
    padding: 5px 6px !important;
  }
}

@media screen and (max-width: 410px) {
  .w_contact .contact_btn a p {
    font-size: 5vw;
  }

  .w_contact .contact_btn {
    margin: 7px 1px !important;
  }
}

@media screen and (max-width: 350px) {
  .w_contact .contact_btn a p::after {
    display: none !important;
  }
}

.contactBtn,
.seminarBtn {
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  text-align: left;
  display: inline-block;
  width: 200px;
  padding: 13px 0 13px 50px;
  position: relative;
}

.contactBtn:before,
.seminarBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  border-radius: 10px;
  opacity: 0;
  transition: ease-out 0.14s opacity;
}

.contactBtn:after,
.seminarBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.contactBtn:hover:before,
.seminarBtn:hover:before {
  opacity: 1;
}

.seminarBtn {
  background: #f44336;
  border: none;
}

.hero {
  background: url(../images/index/index.jpg) no-repeat center center/cover;
  height: 740px;
}

.heroMain {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.heroMain h1 {
  font-size: 58px;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  font-weight: 900;
  line-height: 120%;
  color: #fff;
}

.heroMain p {
  font-size: 33px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  margin-top: 25px;
  color: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgLgray {
  background: #fafafa;
}

.bgNavy {
  background: #2e3191;
}

.bgNavy * {
  color: #fff;
}

.section h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 160%;
  margin: 20px 0;
}

.section p {
  font-size: 16px;
  line-height: 200%;
}

.section p.bigger {
  font-size: 28px;
  line-height: 160%;
  font-weight: 700;
}

.section p.b {
  font-weight: 700;
}

.section p.wh {
  color: #fff;
}

.section p.right {
  text-align: right;
}

.section p.sml {
  font-size: 14px;
  line-height: 160%;
}

.section p + p {
  margin-top: 20px;
}

.section p em,
.section p i,
.section p s,
.section p span,
.section p strong,
.section p u {
  font-size: inherit;
  line-height: inherit;
}

.section p span.b {
  font-weight: 700;
}

.sectionInner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.sectionHead {
  margin-bottom: 15px;
}

.sectionHead h2,
.sectionHead h3,
.sectionHead h4 {
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 120%;
  color: #2e3191;
}

.sectionHead h2 {
  font-size: 82px;
}

.sectionHead h2 span {
  color: inherit;
  font-size: 20px;
  display: block;
  font-weight: 700;
  line-height: 120%;
}

.sectionHead h3 {
  font-size: 60px;
}

.sectionHead h4 {
  font-size: 50px;
  letter-spacing: 0;
}

.sectionHead h4 span {
  font-size: 28px;
  display: block;
  line-height: inherit;
  color: inherit;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  font-weight: inherit;
}

.sectionHead h4 small {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 140%;
  font-weight: 900;
  display: block;
  margin-top: -10px;
}

.sectionHead p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  color: #2e3191;
}

.sectionHead p + p {
  margin-top: 20px;
}

.sectionHead p.big {
  font-size: 22px;
  font-weight: 900;
}

.sectionHead.center {
  text-align: center;
}

.sectionHead.wh * {
  color: #fff;
}

.sectionHead.wh .readMore a:before {
  background: #fff;
}

.sectionHead.rightMore {
  position: relative;
  padding-right: 160px;
}

.sectionHead.rightMore .readMore {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sectionTxt.wh * {
  color: #fff;
}

.readMore {
  margin: 0 0 40px;
}
@media screen and (max-width: 770px) {
  .readMore {
    margin: 25px 0;
  }
}

.readMore .a,
.readMore a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.readMore .a:after,
.readMore .a:before,
.readMore a:after,
.readMore a:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 60px;
  height: 1px;
  background: #2e3191;
  margin-bottom: 3px;
  margin-right: 6px;
  transform-origin: left;
}

.readMore .a:after,
.readMore a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.readMore .a p,
.readMore a p {
  font-size: 16px;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  display: inline-block;
  vertical-align: bottom;
  line-height: 100%;
  color: #2e3191;
  font-weight: 700;
  text-align: left;
  transition: ease-out 0.14s opacity;
}

.readMore a:hover:before {
  transform-origin: right;
  animation: moreB 0.2s cubic-bezier(0.3, 0.5, 0.2, 0.9) 0s forwards;
}

.readMore a:hover:after {
  animation: moreA 0.2s cubic-bezier(0.3, 0.5, 0.2, 0.9) 0.14s forwards;
}

.readMore.wh .a:after,
.readMore.wh .a:before,
.readMore.wh a:after,
.readMore.wh a:before {
  background: #fff;
}

.readMore.wh .a p,
.readMore.wh a p {
  color: #fff;
}

.readMore.right {
  text-align: right;
}

a:hover > .readMore .a:before {
  transform-origin: right;
  animation: moreB 0.2s cubic-bezier(0.3, 0.5, 0.2, 0.9) 0s forwards;
}

a:hover > .readMore .a:after {
  animation: moreA 0.2s cubic-bezier(0.3, 0.5, 0.2, 0.9) 0.14s forwards;
}

.topService {
  position: relative;
  z-index: 1;
}

.topService:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 490px;
  background: #2a2e8e;
}

.topService .btnArea {
  margin-bottom: 0;
}

.topService .sectionInner {
  padding-bottom: 40px;
}

.serviceList {
  display: flex;
  display: -ms-flexbox;
  padding-top: 40px;
  margin-top: 30px;
}

.serviceListBox {
  width: 32%;
  display: block;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  padding: 0 2.5% 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.serviceListBox:last-of-type {
  margin-right: 0;
}

.serviceListBox .icon {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: -40px auto 0;
}

.serviceListBox .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center/100% auto;
  margin: auto;
}

.serviceListBox .ttl {
  font-size: 27px;
  color: #2e3191;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  margin: 15px 0 12px;
}

.serviceListBox p {
  font-weight: 700;
  line-height: 160%;
}

.serviceList.first .serviceListBox:nth-of-type(1) .icon:before {
  background-image: url(../images/common/icon_sv01.png);
}

.serviceList.first .serviceListBox:nth-of-type(2) .icon:before {
  background-image: url(../images/common/icon_sv01.png);
}

.serviceList.first .serviceListBox:nth-of-type(3) .icon:before {
  background-image: url(../images/common/icon_sv02.png);
}

.serviceList.second .serviceListBox:nth-of-type(1) .icon:before {
  background-image: url(../images/common/icon_sv03.png);
}

.serviceList.second .serviceListBox:nth-of-type(2) .icon:before {
  background-image: url(../images/common/icon_sv03.png);
}

.serviceList.second .serviceListBox:nth-of-type(3) .icon:before {
  background-image: url(../images/common/icon_sv02.png);
}

.btnArea {
  text-align: center;
  margin: 50px 0;
}

.btnArea a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.btnArea a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btnArea a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.255);
  opacity: 0;
  transition: ease-out 0.16s opacity;
}

.btnArea a:hover:after {
  opacity: 1;
}

.btnArea a.ex:before {
  border: none;
  background: url(../images/common/ico_ex.png) no-repeat center center/100% auto;
  width: 21px;
  height: 21px;
  transform: none;
}

.btnArea .bigBtn {
  max-width: 490px;
  width: 100%;
  border-radius: 10px;
  font-weight: 900;
  padding: 35px 0;
}

.btnArea .bgNavy {
  color: #fff;
}

.btnArea .wBorder {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 35px 0;
  max-width: 450px;
  width: 100%;
  color: #fff;
}

.btnArea .bBorder {
  max-width: 440px;
  width: 100%;
  border: 1px solid #2e3191;
  border-radius: 10px;
  padding: 16px 0;
  color: #2e3191;
  line-height: 140%;
  position: relative;
}

.btnArea .bBorder:after {
  background: rgba(46, 49, 145, 0.13);
}

.btnArea .pdf:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon_pdf.png) no-repeat center center/100%
    auto;
  width: 21px;
  height: 21px;
  transform: none;
}

.btnArea .shu {
  background: #f44336;
  max-width: 490px;
  width: 100%;
  padding: 35px 0;
  border-radius: 10px;
  color: #fff;
}

.btnArea .noa:before {
  content: none;
}

.btn2Column a {
  width: 48.5%;
}

.btn2Column a + a {
  margin-left: 3%;
}

.columnList,
.topSeminarList {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
}

.columnListBox,
.topSeminarListBox {
  width: 32%;
  display: block;
  margin-right: 2%;
}

.columnListBox:nth-of-type(3n),
.topSeminarListBox:nth-of-type(3n) {
  margin-right: 0;
}

.columnList {
  margin: 20px 0;
}

.columnListBox {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  transition: ease-out 0.14s box-shadow;
}

.columnListBox .txt {
  padding: 12px 15px 15px;
}

.columnListBox p {
  font-size: 15px;
  font-weight: 700;
  color: #2e3191;
  line-height: 150%;
}

.columnListBox:hover {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.columnList + .readMore {
  margin-top: 30px;
}

span.date {
  font-size: 13px;
  font-weight: 700;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: block;
}

.topSeminar {
  background: url(../images/index/bg_seminar.jpg) no-repeat center center/cover;
  padding-bottom: 180px;
}

.topSeminarList {
  margin: 30px 0;
}

.topSeminarListBox {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  transition: ease-out 0.14s background;
}

.topSeminarListBox * {
  color: #fff;
}

.topSeminarListBox p {
  line-height: 160%;
  font-size: 14px;
}

.topSeminarListBox .ttl {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 7px;
}

.topSeminarListBox .dateTime {
  font-weight: 700;
  letter-spacing: 1px;
}

.topSeminarListBox:hover {
  background: rgba(255, 255, 255, 0.2);
}

#container {
  position: relative;
}

.topTopics {
  max-width: 90%;
  width: 100%;
  position: absolute;
  bottom: 320px;
  right: 0;
}

.topTopics .sectionInner {
  padding: 60px 0;
}

.topTopics .sectionHead {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: flex-end;
  -ms-align-items: flex-end;
}

.topTopics .sectionHead h3 {
  margin-bottom: -8px;
  margin-right: 40px;
}

.topicsList {
  margin: 50px 0 30px;
  font-size: 0;
}

.topicsListBox {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: calc(8% / 3);
}

.topicsListBox span.date {
  color: #fff;
}

.topicsListBox:nth-of-type(4n) {
  margin-right: 0;
}

.topicsListBox h4 {
  font-size: 15px;
  color: #fff;
  line-height: 160%;
}

.topicsListBox:hover h4 {
  text-decoration: underline;
}

.pagetop {
  width: 60px;
  height: 60px;
  background: #f44336;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 3%;
  margin: auto;
  z-index: 9;
  transition: ease-out 0.2s background;
  cursor: pointer;
  display: none;
}

.pagetop_concept {
  bottom: 50px !important;
}

.pagetop:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 3px;
}

.pagetop:hover {
  background: #f77c73;
}

footer {
  background: #1a1a1a;
}

footer.topFooter {
  padding-top: 140px;
}

.ft {
  padding: 80px 0 50px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.ftLogo {
  width: 197px;
  margin-right: 5%;
}

.ftContact {
  border-left: 1px solid #fff;
  width: calc(100% - 197px);
  font-size: 0;
}

.ftCbtn,
.ftCtel {
  display: inline-block;
  vertical-align: middle;
}

.ftCtel {
  padding-left: 20px;
  width: 47%;
  margin-right: 5%;
}

.ftCtel * {
  color: #fff;
}

.ftCtel p {
  font-size: 13px;
  line-height: 140%;
}

.ftCtel p + p {
  margin-top: 8px;
}

.ftCtel p small {
  font-size: 70%;
}

.ftCtel .tel {
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}

.ftCbtn {
  width: 48%;
}

.ftCbtn .contactBtn,
.ftCbtn .seminarBtn {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.ftft {
  border-top: 1px solid #fff;
}

.ftftInner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-align-items: center;
}

.ftft li {
  display: inline-block;
}

.ftft li + li {
  margin-left: 15px;
}

.ftft li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 2px 3px;
}

.ftft li a:hover {
  text-decoration: underline;
}

.copyright {
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
  font-family: Montserrat, NotoSansCJKjp, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: right;
  line-height: 140%;
}

.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .navGlobal li {
    margin: 0 6px;
  }

  .navGlobal .contactBtn,
  .navGlobal .seminarBtn {
    margin-left: 1%;
  }
}

@media screen and (max-width: 1135px) {
  header.fix .logo {
    width: 105px;
    transform: translateY(-2px);
  }

  .logo {
    width: 100px;
  }

  .navGlobal {
    padding: 16px 0;
  }

  .navGlobal li {
    margin: 0 2px;
  }

  .navGlobal .contactBtn,
  .navGlobal .seminarBtn {
    width: 130px;
    padding: 14px 0;
    padding-left: 18px;
    font-size: 15px;
  }

  .navGlobal .smlmn {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    height: 80px;
  }

  header.open {
    background: #333;
  }

  header.open .logo {
    width: 150px;
    transform: none;
  }

  header.open .switch span {
    opacity: 0;
  }

  header.open .switch:before {
    transform: rotate(45deg);
  }

  header.open .switch:after {
    transform: rotate(135deg);
  }

  .switch {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.5vw;
    margin: auto;
  }

  .switch span,
  .switch:after,
  .switch:before {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .switch:after,
  .switch:before {
    content: "";
    transition: cubic-bezier(0.5, 0.3, 0, 1) 0.4s transform;
  }

  .switch span {
    transition: ease-out 0.2s opacity;
  }

  .switch:before {
    transform: translateY(-10px);
  }

  .switch:after {
    transform: translateY(10px);
  }

  .navGlobal {
    padding: 20px 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: #333;
    top: 80px;
    left: -2.5vw;
    right: 0;
    display: none;
    text-align: center;
  }

  .navGlobal ul {
    display: block;
  }

  .navGlobal > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  .navGlobal > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  .navGlobal li {
    display: block;
    margin: 0;
  }

  .navGlobal li a {
    font-size: 16px;
    padding: 15px;
  }

  .navGlobal li a:after {
    content: none;
  }

  .navGlobal li.mm {
    position: relative;
  }

  .navGlobal li.mm:after,
  .navGlobal li.mm:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 25px;
    right: 0;
    left: 150px;
    margin: auto;
    opacity: 1;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.38s transform,
      ease-out 0.28s opacity;
  }

  .navGlobal li.mm:after {
    transform: rotate(90deg);
  }

  .navGlobal li.mm.sl:before {
    opacity: 0;
    transform: rotate(90deg);
  }

  .navGlobal li.mm.sl:after {
    transform: rotate(180deg);
  }

  .navGlobal .smlmn {
    opacity: 1;
    position: static;
    pointer-events: auto;
    padding: 0;
    background: rgba(80, 80, 80, 0.5);
    width: 100%;
    display: none;
  }

  .navGlobal .smlmn ul.sml {
    background: 0 0;
    padding: 0;
  }

  .navGlobal .smlmn ul.sml li {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .navGlobal .smlmn ul.sml li + li {
    margin-top: 0;
  }

  .navGlobal .smlmn ul.sml li a {
    display: block;
    font-size: 15px;
    padding: 12px 15px;
  }

  .navGlobal .contactBtn,
  .navGlobal .seminarBtn {
    margin-top: 30px;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .navGlobal .seminarBtn + .contactBtn,
  .navGlobal .seminarBtn + .seminarBtn {
    margin-top: 10px;
  }

  .heroMain h1 {
    font-size: 50px;
  }

  .heroMain p {
    font-size: 29px;
  }

  .sectionHead h2 {
    font-size: 70px;
  }

  .sectionHead h3 {
    font-size: 50px;
  }

  .sectionHead p {
    font-size: 17px;
  }

  .ftCtel {
    width: 50%;
  }

  .ftCbtn {
    width: 45%;
  }

  .ftCbtn .contactBtn,
  .ftCbtn .seminarBtn {
    padding: 30px 0;
  }
}

@media screen and (max-width: 940px) {
  .sectionHead h2 {
    font-size: 64px;
  }

  .sectionHead h3 {
    font-size: 46px;
  }

  .sectionHead h4 {
    font-size: 38px;
  }

  .section p {
    font-size: 16px;
  }

  .columnList,
  .topSeminarList {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .columnListBox,
  .topSeminarListBox {
    width: 100%;
    display: flex;
    display: -ms-felxbox;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .columnListBox .img,
  .topSeminarListBox .img {
    width: 40%;
  }

  .columnListBox .img img,
  .topSeminarListBox .img img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .columnListBox .txt,
  .topSeminarListBox .txt {
    width: 60%;
    padding: 25px 5%;
  }

  .btnArea a.ex:before {
    width: 17px;
    height: 17px;
  }

  .topSeminarListBox .sphead {
    width: calc(45% - 20px);
    margin-right: 20px;
  }

  .topSeminarListBox .spdtl {
    width: 55%;
  }

  .topSeminar {
    padding-bottom: 280px;
  }

  .topTopics {
    max-width: 95%;
    bottom: 360px;
  }

  .topTopics .sectionInner {
    padding: 50px 0 30px;
  }

  .topTopics .sectionHead {
    display: block;
  }

  .topTopics .sectionHead h3 {
    margin-bottom: 5px;
  }

  .topicsListBox {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 25px;
  }

  .topicsListBox:nth-of-type(2n) {
    margin-right: 0;
  }

  .ftLogo {
    width: 160px;
  }

  .ftContact {
    width: calc(100% - 160px);
  }

  .copyright {
    padding: 25px 0;
  }
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .logo {
    width: 90px;
    top: 15px;
    bottom: auto;
  }

  header {
    height: 60px;
  }

  header.fix .logo {
    width: 90px;
    transform: none;
  }

  header.open .logo {
    width: 90px;
  }

  .switch {
    width: 60px;
    height: 60px;
  }

  .switch span,
  .switch:after,
  .switch:before {
    width: 24px;
    height: 2px;
  }

  .switch:before {
    transform: translateY(-7px);
  }

  .switch:after {
    transform: translateY(7px);
  }

  .navGlobal {
    height: calc(100vh - 60px);
    top: 60px;
  }

  .navGlobal li {
    margin: 0;
  }

  .navGlobal li a {
    font-size: 14px;
    padding: 13px;
  }

  .navGlobal li.mm:after,
  .navGlobal li.mm:before {
    width: 13px;
    top: 21px;
    left: 140px;
  }

  .navGlobal .smlmn ul.sml li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .navGlobal .contactBtn,
  .navGlobal .seminarBtn {
    font-size: 14px;
    text-align: center;
    padding: 14px 0;
  }

  .navGlobal .seminarBtn {
    margin-top: 20px;
  }

  .hero {
    height: 100vh;
    background-image: url(../images/index/index_sp.jpg);
  }

  .heroMain h1 {
    font-size: 40px;
  }

  .heroMain p {
    font-size: 22px;
    margin-top: 18px;
    line-height: 160%;
  }

  .section h3 {
    font-size: 22px;
  }

  .sectionHead h2 {
    font-size: 36px;
  }

  .sectionHead h2 span {
    font-size: 16px;
  }

  .sectionHead h3 {
    font-size: 34px;
  }

  .sectionHead h4 {
    font-size: 28px;
  }

  .sectionHead h4 span {
    font-size: 20px;
  }

  .sectionHead h4 small {
    font-size: 14px;
    margin-top: -6px;
  }

  .sectionHead.rightMore {
    padding-right: 0;
  }

  .sectionHead.rightMore .readMore {
    text-align: right;
    position: static;
    margin-top: 15px;
  }

  .sectionHead p.big {
    font-size: 18px;
  }

  .sectionInner {
    padding: 40px 0;
  }

  .section p {
    font-size: 16px;
  }

  .section p.bigger {
    font-size: 20px;
  }

  .btnArea .shu,
  .btnArea .wBorder {
    padding: 24px 0;
    font-size: 14px;
  }

  .btnArea .bBorder {
    font-size: 14px;
  }

  .btnArea .pdf:before {
    width: 17px;
    height: 17px;
    right: 12px;
  }

  .btnArea .bigBtn {
    padding: 25px 0;
  }

  .btn2Column a {
    width: 100%;
  }

  .btn2Column a + a {
    margin-left: 0;
    margin-top: 12px;
  }

  .topService {
    background: #2e3191;
  }

  .topService:before {
    content: none;
  }

  .topService .btnArea {
    margin: 40px 0 20px;
  }

  .topService .btnArea .bgNavy {
    border: 1px solid #fff;
  }

  .serviceList {
    display: block;
    margin-top: 0;
  }

  .serviceListBox {
    width: 100%;
    margin-right: 0;
    padding: 0 10% 5px;
  }

  .serviceListBox + .serviceListBox {
    margin-top: 35px;
  }

  .serviceListBox .icon {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-bottom: -20px;
    top: -20px;
  }

  .serviceListBox .ttl {
    font-size: 22px;
  }

  .columnListBox,
  .topSeminarListBox {
    display: block;
  }

  .columnListBox .img,
  .columnListBox .txt,
  .topSeminarListBox .img,
  .topSeminarListBox .txt {
    width: 100%;
  }

  .columnListBox .img img,
  .topSeminarListBox .img img {
    position: static;
    transform: none;
  }

  .columnListBox .txt,
  .topSeminarListBox .txt {
    padding: 20px 5%;
  }

  .topSeminarListBox .spdtl,
  .topSeminarListBox .sphead {
    width: 100%;
  }

  .topSeminarListBox .sphead {
    margin-right: 0;
  }

  .topSeminar {
    padding-bottom: 0;
  }

  .topTopics {
    position: static;
    max-width: 100%;
  }

  .topTopics .sectionInner {
    padding: 30px 0;
  }

  .topicsList {
    margin: 40px 0 0;
  }

  .topicsListBox {
    width: 100%;
    margin-right: 0;
  }

  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 75px;
  }
  .pagetop_concept {
    bottom: 100px !important;
  }

  footer.topFooter {
    padding-top: 0;
  }

  .ft {
    display: block;
    padding: 30px 0;
  }

  .ftLogo {
    width: 130px;
  }

  .ftContact {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
  }

  .ftCbtn,
  .ftCtel {
    display: block;
    width: 100%;
  }

  .ftCtel {
    padding-left: 0;
  }

  .ftCtel p + p {
    margin-top: 5px;
  }

  .ftCtel .tel {
    font-size: 24px;
  }

  .ftCbtn {
    margin-top: 10px;
  }

  .ftCbtn .contactBtn,
  .ftCbtn .seminarBtn {
    font-size: 15px;
    padding: 20px 0;
  }

  .ftft {
    padding: 20px 0 17px;
  }

  .ftftInner {
    display: block;
  }

  .ftft ul {
    text-align: center;
  }

  .copyright {
    padding: 0;
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }
}

.award img {
  width: 140px;
  margin: 15px 0 15px 10px;
}

.small {
  font-size: 15px;
  color: #fff;
  line-height: 1.7;
}

.small.black {
  color: #000;
}

.small.lighter {
  margin: 10px 0;
  font-size: 14px;
  font-family: sans-serif;
}

.cqiwbox .award,
.cqiwbox .small {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .award img {
    width: 20%;
    margin: 1%;
  }
}

/* セミナーHRアワード・カテゴリー表示追加 */
.seminar-title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3%;
  line-height: 1.5;
}

.seminar-award {
  overflow: hidden;
  margin: 3% auto 3%;
  background: #e5e5e5;
  width: 100%;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seminar-award .seminar-award-logo {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}

.seminar-award .seminar-award-logo .second {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seminar-award .seminar-award-logo .first img {
  width: 90%;
}

.seminar-award .seminar-award-logo .second img {
  width: 33%;
  height: 10%;
  margin: 2.5%;
}

.seminar-award .text {
  width: 58%;
}

.seminar-award .text p {
  line-height: 1.7;
  font-size: 14px !important;
  margin: 0 0 1em 0 !important;
}

.seminar-award .text span {
  font-size: 18px;
  font-weight: bold;
}

.seminar-award .text .box {
  border: 1px solid #000;
  padding: 1% 4%;
}

.seminar-category {
  text-align: center;
  margin: 6% 0 3%;
}

.seminar-category .title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 2%;
}

.seminar-category .sub {
  font-size: 14px;
  line-height: 1.7;
}

.seminar-category .sub::after {
  content: " ";
  width: 5%;
  background-color: #000;
  height: 1px;
  display: block;
  margin: 1.5% auto;
}

.seminar-category ul {
  overflow: hidden;
}

.seminar-category li {
  float: left;
  font-size: 15px;
  margin: 0.5%;
  padding: 1.5% 2%;
  background: #f3f4f6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .seminar-title {
    margin-bottom: 4%;
  }

  .seminar-award {
    margin: 5% auto 11%;
    padding: 5%;
    flex-direction: column;
  }

  .seminar-award .seminar-award-logo {
    width: 300px;
    margin-bottom: 3%;
  }

  .seminar-award .text {
    width: 100%;
  }

  .seminar-award .text p {
    font-size: 13px;
  }

  .seminar-award .text .box {
    padding: 2% 4%;
  }

  .seminar-category {
    margin-bottom: 2%;
  }

  .seminar-category .title {
    margin-bottom: 5%;
  }

  .seminar-category .title::after {
    width: 15%;
    margin: 4% auto 0;
  }

  .seminar-category li {
    margin: 1%;
    padding: 3% 4%;
  }
}

@media screen and (max-width: 434px) {
  .seminar-award .seminar-award-logo {
    width: 80%;
  }
}

/*≪WEBセミナー≫ビルメンテナンス業界における円滑な受入れ・定着の方法考察セミナー　タイムテーブル　20201013*/

#time-table {
  margin-bottom: 10%;
  width: 100%;
  margin-top: 5%;
}

#time-table .note {
  margin-bottom: 5%;
  line-height: 1.8;
}

#time-table .list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#time-table .list:nth-child(odd) {
  border: 1px solid #b2373b;
}

#time-table .list .time-table-time {
  width: 20%;
  background: #b2373b;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#time-table .list .time-table-time p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#time-table .list .time-table-time .day {
  background: white;
  text-align: center;
  color: #b2373b;
  width: 90px;
  margin: 0 auto 7%;
}

#time-table .list .content {
  width: 80%;
  background: white;
  color: black;
  text-align: left;
  padding: 3% 4% 3% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#time-table .list .content .time-table-title {
  position: relative;
  color: #b2373b;
  padding-left: 2.5em;
  font-size: 20px;
  line-height: 1.5;
}

#time-table .list .content .time-table-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 1px;
  background-color: #b2373b;
}

#time-table .list .content p.bold {
  font-weight: bold;
}

#time-table .list .content .image-list {
  overflow: hidden;
  margin-top: 3%;
}

#time-table .list .content .image-list .image {
  width: 150px;
  float: left;
  margin-right: 30px;
}

#time-table .list .content .image-list .image img {
  width: 100%;
}

#time-table .list .content .image-list .image p {
  margin-bottom: 0;
}

#time-table .list .content .image-list .image p img {
  margin-top: -4%;
}

#time-table .list .content .image-list .image p.text-12 {
  font-size: 0.75em;
  line-height: 1.5;
  margin: 5% 0 -8%;
}

#time-table .list .content .image-list .image p.text-16 {
  font-size: 1.15em;
  margin-left: 0;
}

#time-table .list .content .image-list .image p.text-26.bold {
  font-weight: bold;
}

#time-table .list:nth-child(even) .content {
  background: #efefef;
}

#time-table .list:nth-child(even) .content .time-table-title {
  color: #284797;
}

#time-table .list:nth-child(even) .content .time-table-title:after {
  background-color: #284797;
}

#time-table .list:nth-child(even) .time-table-time {
  background: #284797;
}

#time-table .list:nth-child(even) .time-table-time .day {
  color: #284797;
}

@media screen and (min-width: 768px) {
  #time-table .list .time-table-time {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  #time-table .note {
    margin-bottom: 8%;
  }

  #time-table .list {
    display: block;
  }

  #time-table .list .time-table-time {
    width: 100%;
    padding: 8% 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #time-table .list .time-table-time p {
    line-height: 1.6;
  }

  #time-table .list .time-table-time .day {
    margin: 0 auto 2%;
  }

  #time-table .list .content {
    width: 100%;
    padding: 5%;
  }

  #time-table .list .content .time-table-title {
    padding-left: 1.6em;
    line-height: 1.6;
    font-size: 18px;
  }

  #time-table .list .content .time-table-title:after {
    width: 20px;
  }

  #time-table .list .content p {
    line-height: 1.9;
  }

  #time-table .list .content .image-list .image {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 6%;
  }

  #time-table .list .content .image-list .image img {
    width: 100%;
  }
}

/*適性検査タイトルロゴ　20201112*/
.service-title {
  display: flex;
  justify-content: center;
  max-width: 990px;
  width: 65vw;
  margin-top: 2vw;
}

@media screen and (max-width: 769px) {
  .service-title {
    margin-top: 12px;
  }
}

.service-subTtl {
  text-align: center;
}

.service-subTtl p {
  font-size: 20px;
  font-weight: bold;
}
.service-title.tekisei img {
  width: 20%;
}

@media screen and (max-width: 769px) {
  .service-title img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }

  .service-title.tekisei img {
    width: 40%;
  }
}

/*cqi2,analystreport追加　20201113*/
h2.cqi2 {
  width: 600px;
}

h2.analystreport {
  width: 400px;
}

.sqListInner.cqi2 {
  justify-content: flex-start;
}

.sqListInner.cqi2 .sqListBox {
  margin: 1% 0.6%;
}

.overvew-cqi {
  width: 700px;
  margin: auto;
}

.price-cqi2 {
  width: 600px;
}

/*セミナー一覧開催済み表記追加　20210104*/
.close-title {
  background: #666;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 3%;
  margin: 10% 0 2%;
}

@media screen and (max-width: 767px) {
  .close-title {
    padding: 7%;
    margin: 20% 0 2%;
  }
}

#download-form .hbspt-form form {
  width: 100%;
}

/*ダウンロード一覧ページの画像サイズ調整*/
.columnListBox .img {
  height: 245px;
  text-align: center;
}

.columnListBox .img img {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/*ダウンロード詳細ページの画像の大きさ調節*/
.w_award {
  display: flex;
  justify-content: center;
}

.w_award img {
  width: 140px;
  height: 140px;
  margin: 15px 15px 15px 10px;
}

.award_discri {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 762px) {
  .columnListBox .img {
    height: 400px;
  }

  .columnListBox .txt,
  .topSeminarListBox .txt {
    padding: 40px 5%;
  }

  .columnListBox:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 605px) {
  .w_award img {
    width: 23vw;
    height: 23vw;
    margin: 10px 10px 10px 10px;
  }

  .award_discri {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  .columnListBox .img {
    height: 245px;
  }

  .w_award img {
    margin: 5px 5px 5px 5px;
  }

  .award_discri {
    font-size: 12px !important;
  }

  .columnListBox .txt,
  .topSeminarListBox .txt {
    padding: 10px 5%;
  }
}

.w_language {
  width: 960px;
  margin: 10px auto;
  text-align: center;
  margin-bottom: 100px;
}

.w_target {
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.w_language,
.w_target img {
  width: 940px;
  padding: 10px 0;
}

.inner_cqi {
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .w_target {
    width: 100%;
  }

  .w_language {
    width: 90vw;
    padding: 5px 0;
  }

  .w_target img {
    width: 90vw;
    padding: 0;
  }

  .award {
    margin-top: 10px;
  }
}

@media screen and (max-width: 660px) {
  .w_language img {
    width: 100%;
    padding: 10px 0;
  }

  .w_language {
    margin: 0 auto 30px;
  }

  .w_target {
    margin: 0 auto;
  }

  .award {
    margin-bottom: 15px;
  }
}

.w_cqi_discri {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .w_cqi_discri {
    display: block;
    height: fit-content;
    padding-bottom: 20px;
  }

  .w_cqi_discri .defTable {
    width: 90%;
  }
}
