@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/**/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

/**/
html, body {
  font-size: 62.5%;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

/* utils
*******************/
@media only screen and (min-width: 641px) {
  .onlySp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .onlyPc {
    display: none;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.wrap {
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.header {
  background-color: #fff;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  transition-duration: 0.2s;
}
.header__container {
  zoom: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.header__container:before, .header__container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.header__container:after {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .header__container {
    width: 100%;
  }
}
.header__container__logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  float: left;
  margin: 18px 0 0 20px;
}
.header__container__logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .header__container__logo {
    margin-top: 12px;
  }
}
.header__container__list {
  float: right;
  height: 100%;
}
.header.on {
  background-color: #000;
  transition-duration: 0.2s;
}

.hList {
  zoom: 1;
}
.hList:before, .hList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hList:after {
  clear: both;
}
.hList__item {
  position: relative;
  float: left;
}
.hList__item__link {
  font-size: 12px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 24px 20px;
}
.hList__item__link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 700px) {
  .hList__item__link {
    font-size: 10px;
    font-size: 1rem;
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 640px) {
  .hList__item__link {
    font-size: 10px;
    font-size: 1rem;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .hList__item--correct {
    display: none !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 840px) {
  .hList__item--correct:first-child {
    display: list-item !important;
  }
}
.hList__item--document {
  background-color: #000;
  width: 111px;
}
@media only screen and (max-width: 700px) {
  .hList__item--document {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .hList__item--document {
    width: 60px;
  }
}
.hList__item--document .hList__item__link {
  color: #fff;
  transition-duration: 0.2s;
}
.hList__item--menu {
  zoom: 1;
  position: relative;
  z-index: 2000;
}
.hList__item--menu:before, .hList__item--menu:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hList__item--menu:after {
  clear: both;
}
.hList__item--menu:hover .hList__item--menu__link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.hList__item--menu .hList__item__link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  float: left;
}
@media only screen and (max-width: 640px) {
  .hList__item--menu .hList__item__link {
    display: none;
  }
}
.hList__item--menu .hList__item__mark {
  transition-duration: 0.2s;
  padding: 21px 0;
  text-align: center;
  width: 28px;
}
@media only screen and (max-width: 640px) {
  .hList__item--menu .hList__item__mark {
    width: 60px;
  }
}
.hList__item--menu .hList__item__mark--open {
  display: block;
}
.hList__item--menu .hList__item__mark--close {
  display: none;
}
.hList__item--on .hList__item__mark--open {
  display: none;
}
.hList__item--on .hList__item__mark--close {
  display: block;
}
.hList__item__over {
  transition-duration: 0.2s;
  display: block;
}
.hList__item__over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.specialNav {
  position: absolute;
  left: 0;
  top: 60px;
  background: #636363;
  opacity: 0;
  transition: opacity .4s ease 0s;
}
.specialNav__list {
  border-bottom: 1px solid #fff;
  width: 320px;
  height: 65px;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: height .4s ease 0s;
}
.specialNav__list .link {
  position: relative;
  display: block;
  padding: 10px 18px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.specialNav__list .link .en {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.specialNav__list .link .en.real:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 8px;
  width: 12px;
  height: 12px;
  background-image: url(/kuis/worldgate/assets/img/top/blank2.png);
  background-size: contain;
}
.specialNav__list .link .ja {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.specialNav__list .link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0 0 0;
  width: 8px;
  height: 12px;
  background: url(/kuis/worldgate/assets/img/common/nav_arr.png);
  background-size: contain;
}
.specialNav__list .link:hover {
  opacity: .7;
}

.hList__item__link-sp:hover {
  background: #636363;
}
.hList__item__link-sp:hover .hList__item__link {
  opacity: 1;
}
.hList__item__link-sp:hover .specialNav {
  opacity: 1;
  transition: opacity .5s ease 0s;
}
.hList__item__link-sp:hover .specialNav__list {
  height: 65px;
  transition: height .5s ease 0s;
}

.hList__item--document .hList__item__link {
  transition-duration: 0.2s;
}
.hList__item--document:hover {
  background-color: #0054c5;
  transition-duration: 0.2s;
}
.hList__item--document:hover .hList__item__link {
  color: #fff;
  opacity: 1;
}

.menuArea {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.2s;
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.menuArea--on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1000;
}
.menuArea__container {
  margin: 100px auto 0;
  position: relative;
  width: 960px;
}
@media only screen and (max-width: 980px) and (min-width: 640px) {
  .menuArea__container {
    width: 98%;
  }
}
@media only screen and (max-width: 640px) {
  .menuArea__container {
    width: 100%;
  }
}
.menuArea__container__top {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  color: #fff;
  text-decoration: underline;
}
.menuArea__container__top:hover {
  color: #ffea00;
}
@media only screen and (max-width: 640px) {
  .menuArea__container__top {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    height: 30px;
    text-align: center;
    text-decoration: none;
  }
}
.menuArea__container__content {
  border-bottom: 1px solid #313131;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .menuArea__container__content {
    border: none;
    margin-top: 0;
    padding: 0;
  }
}

.menuContent {
  zoom: 1;
}
.menuContent:before, .menuContent:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.menuContent:after {
  clear: both;
}
.menuContent__list {
  box-sizing: border-box;
  float: left;
  padding-left: 40px;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .menuContent__list {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.menuContent__list:first-child {
  padding-left: 0;
}
.menuContent__list__item {
  height: 30px;
  margin-top: 30px;
}
.menuContent__list__item--on .menuContent__list__item__link__thumb--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.menuContent__list__item--on .menuContent__list__item__link__text {
  color: #ffea00;
}
.menuContent__list__item--on .menuContent__list__item__link__text.blank:after {
  transition-duration: 0.2s;
  background-image: url(/kuis/worldgate/assets/img/common/blank_on.png);
}
.menuContent__list__item__link {
  display: block;
  position: relative;
}
.menuContent__list__item__link--coming .menuContent__list__item__link__text {
  color: #666666;
}
.menuContent__list__item__link__thumb {
  float: left;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__thumb {
    display: none;
  }
}
.menuContent__list__item__link__thumb--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.2s;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.menuContent__list__item__link__text {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  color: #fff;
  float: left;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 8px 0 8px 20px;
}
@media only screen and (max-width: 960px) and (min-width: 641px) {
  .menuContent__list__item__link__text {
    line-height: 1.4;
    max-width: 70%;
    padding: 4px 0 8px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text {
    font-size: 10px;
    font-size: 1rem;
    float: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}
.menuContent__list__item__link__text.blank:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  background-image: url(/kuis/worldgate/assets/img/common/blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text.blank:after {
    width: 12px;
    height: 12px;
  }
}
.menuContent__list__item__link__text .font13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .menuContent__request {
    display: none;
  }
}
.menuContent__request__about {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  background-color: #ffea00;
  border: 4px solid #ffea00;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 40px auto 0;
  padding: 12px 0;
  text-align: center;
  width: 240px;
}
.menuContent__request__about:hover {
  background-color: transparent;
  color: #ffea00;
}
.menuContent__request__about__text {
  display: block;
}

/*****************************************************
header
******************************************************/
.hNav__list {
  cursor: pointer;
  float: left;
  margin-right: 2.82288vw;
  padding: 25px 0 23px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.hNav__list:last-child {
  margin-right: 20px;
}
.hNav__list.hd-on {
  display: none;
}
.hNav__list--menu {
  color: #000;
  position: relative;
  padding-right: 48px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu span:before {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: -8px;
  left: 0;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.hNav__list--menu span:after {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu:hover {
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu.on {
  color: #fff;
}
.hNav__list--menu.on span {
  top: 50%;
  right: 0;
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.hNav__list--menu.on span:before {
  background-color: #fff;
  opacity: 0;
  top: -13px;
  left: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu.on span:after {
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@media only screen and (max-width: 960px) {
  .hNav__list:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .hNav__list:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hNav__list {
    padding: 25px 4px 25px 9px;
    font-size: 10px;
    font-size: 1rem;
  }
  .hNav__list:nth-of-type(1) {
    display: none;
  }
  .hNav__list:last-child {
    margin-right: 10px;
  }
  .hNav__list--menu {
    padding-right: 33px;
  }
  .hNav__list--menu span {
    width: 24px;
    height: 2px;
    right: 7px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hNav__list--menu span:before {
    top: -6.5px;
    left: 0;
    width: 24px;
    height: 2px;
  }
  .hNav__list--menu span:after {
    top: 6px;
    left: 0;
    width: 24px;
    height: 2px;
  }
  .hNav__list--menu:hover {
    opacity: 1;
  }
  .hNav__list--menu.on span {
    top: 50%;
    right: 7px;
  }
}
.footer {
  background: #f0f0f0;
  color: #00b5ff;
  padding: 4% 0;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .footer {
    padding: 36px 0 50px;
  }
}
.footer__container {
  zoom: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer__container:before, .footer__container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.footer__container:after {
  clear: both;
}
@media only screen and (max-width: 639px) {
  .footer__container {
    max-width: 600px;
    width: 93.75%;
  }
}
@media only screen and (max-width: 998px) {
  .footer__container {
    width: 97.5%;
  }
}
.footer__container__logo {
  margin: 2% auto 4%;
  width: 97.83333333333333%;
}
@media only screen and (min-width: 641px) {
  .footer__container__logo {
    margin: 0 0 16px;
    width: 376px;
  }
}
.footer__container__logo a img {
  max-width: 100%;
}
.footer__container__logo a:hover img {
  -webkit-filter: none\9;
          filter: none\9;
}
.footer__container__utility {
  margin: 5% 0 6%;
}
@media only screen and (min-width: 641px) {
  .footer__container__utility {
    float: right;
    margin: 30px 0 0;
  }
}
.footer__container__copyright {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 641px) {
  .footer__container__copyright {
    margin-top: 30px;
  }
}

.groupList {
  zoom: 1;
}
.groupList:before, .groupList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.groupList:after {
  clear: both;
}
.groupList__item {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  padding: 1% 0;
}
@media only screen and (min-width: 641px) {
  .groupList__item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
  }
}
.groupList__item:after {
  content: "|";
  padding: 0 0.5em;
}
.groupList__item--last:after {
  content: "";
  padding: 0;
}
.groupList__item__link {
  color: #00b5ff;
}
@media only screen and (min-width: 641px) {
  .groupList__item__link:hover {
    color: #000;
  }
}

.utilityList {
  zoom: 1;
}
.utilityList:before, .utilityList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.utilityList:after {
  clear: both;
}
.utilityList__item {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  padding: 1% 0;
}
.utilityList__item:after {
  content: "|";
  padding: 0 0.5em;
}
.utilityList__item--last:after {
  content: "";
  padding: 0;
}
.utilityList__item__link {
  color: #00b5ff;
}

.pagetop {
  bottom: 20px;
  position: fixed;
  z-index: 1000;
  right: 20px;
}
.pagetop a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  display: block;
}
.pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop--lock {
  bottom: 0;
  position: absolute;
  top: -160px;
}

.content {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
}
.content img {
  width: 100%;
}

.sec1 {
  position: relative;
  padding: 0 3%;
  width: 100%;
  background-color: #0f4db0;
  text-align: center;
  box-sizing: border-box;
}
.sec1__inner {
  margin: 0 auto;
  padding: 60px 0 90px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}
.sec1__inner .title {
  margin: 0 auto;
  max-width: 958px;
}
.sec1__inner .text {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 960px;
  font-size: 19px;
  line-height: 1.5;
  text-align: left;
}
.sec1__inner .imgBlockPc {
  position: relative;
  float: right;
  margin-right: 10%;
  width: 60%;
}
.sec1__inner .imgBlockPc .img {
  position: absolute;
  right: 0;
  top: 335px;
}
.sec1__inner .imgBlockSp {
  display: none;
}

.sec2 {
  position: relative;
  padding: 40px 0;
  width: 100%;
  background-color: #99eff0;
  text-align: center;
}
.sec2__inner {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.sec2__inner__list {
  zoom: 1;
  margin: 0 auto;
  position: relative;
  left: 16px;
}
.sec2__inner__list:before, .sec2__inner__list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sec2__inner__list:after {
  clear: both;
}
.sec2__inner .link {
  float: left;
  margin: 0 32px 32px 0;
}
.sec2__inner .link a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec2__inner .link a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0f4db0;
  opacity: 0;
}
.sec2__inner .link a p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #000;
}
.sec2__inner .link a p .blank {
  margin-left: 5px;
  width: auto !important;
}
.sec2__inner .link a p.fsm {
  font-size: 12px;
}

.requestArea {
  background-color: #06244b;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.requestArea__about {
  font-size: 16px;
  font-size: 1.6rem;
  transition-duration: 0.2s;
  background-color: #ffea00;
  border: 4px solid #ffea00;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 347px;
}
.requestArea__about:hover {
  background-color: transparent;
  color: #ffea00;
}
.requestArea__about__text {
  display: block;
}

/*************************
  pc over
*************************/
@media only screen and (min-width: 641px) {
  .sec2__inner .link a,
  .sec2__inner .link .thumb {
    transition: .3s;
  }

  .sec2__inner .link a:hover:after {
    transition: .3s;
    opacity: .4;
  }
  .sec2__inner .link a:hover .thumb {
    transition: .3s;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*************************
  response
*************************/
@media only screen and (max-width: 640px) {
  .sec1 {
    box-sizing: border-box;
  }
  .sec1__inner {
    padding: 40px 0;
  }
  .sec1__inner .text {
    padding: 40px 0 0;
    width: 100%;
    font-size: 11px;
  }
  .sec1__inner .imgBlockPc {
    display: none;
  }
  .sec1__inner .imgBlockSp {
    display: block;
    padding: 35px 0 0;
  }

  .sec2__inner {
    width: 80%;
  }
  .sec2__inner__list {
    width: auto !important;
    left: 0;
    margin: 0;
  }
  .sec2__inner .link {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .requestArea__about {
    width: 80%;
  }
}
