@charset "UTF-8";
ul {
  text-align: left;
}

h1,
h2,
h3,
h4 {
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
}

p,
dt,
dd {
  text-align: left;
  font-weight: 400;
  line-height: 2;
}

#loadArea {
  z-index: 99999;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  /* #loadLayer
  ----------------------------------------- */
}

.loaded #loadArea {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#loadArea #loadLayer,
#loadArea #loadLayer:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

#loadArea #loadLayer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.7em 0 0 -2.7em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(0, 0, 0, 0.12);
  border-right: 0.4em solid rgba(0, 0, 0, 0.12);
  border-bottom: 0.4em solid rgba(0, 0, 0, 0.12);
  border-left: 0.4em solid #008bf8;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
  -webkit-transition: opacity 500ms ease 500ms;
  transition: opacity 500ms ease 500ms;
}

#loadLayer_bar #loadArea #loadLayer {
  opacity: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*ローディング用*/
header,
.conBox,
footer {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.loaded header, .loaded
.conBox, .loaded
footer {
  opacity: 1;
}

/*wrapper ローディング用*/
/* レイアウト
----------------------------------------- */
#top .conBox {
  /* padding-top: 80px; */
  padding-bottom: 60px;
}

#top .conBox:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #top .conBox {
    padding-bottom: 30px;
  }
}

/*
----------------------------------------- */
#top #conWrap {
  padding-top: 0;
  padding-bottom: 0;
}

/* anime
----------------------------------------- */
@-webkit-keyframes opaListAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opaListAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* #mv
----------------------------------------- */
#mv {
  z-index: 0;
  width: 100%;
  height: calc( 100vh - 97px - 40px);
  max-height: 850px;
  position: relative;
  margin-top: 97px;
  background: url(../images/top/top_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

#mv .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -50px;
  z-index: 2 !important;
  text-align: center;
}

#mv .box .ttlCopy {
  margin-bottom: 0px;
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  font-size: 26px;
}

#mv .box .ttlCopy .ttl01 {
  font-weight: 300;
  text-align: center;
  font-family: 'Poppins','Roboto', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loaded #mv .box .ttlCopy .ttl01 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

#mv .box .ttlCopy .ttl02 {
  letter-spacing: 0.1em;
  margin: 3px 0 15px;
  text-align: center;
  opacity: 0;
  line-height: 1;
  -webkit-transform: translate3d(0, 15px, 0) scale3d(0.94, 1, 1);
  transform: translate3d(0, 15px, 0) scale3d(0.94, 1, 1);
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  font-size: 61px;
}

.loaded #mv .box .ttlCopy .ttl02 {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.94, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(0.94, 1, 1);
  opacity: 1;
}

#mv .box .ttlCopy .ttl03 {
  font-weight: 300;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
  font-size: 28px;
}

.loaded #mv .box .ttlCopy .ttl03 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#mv .box #mvText {
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  line-height: 1.9;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.loaded #mv .box #mvText {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #mv {
    margin-top: 70px;
  }
  #mv .box {
    width: 100%;
  }
  #mv .box .ttlCopy .ttl01 {
    font-size: 20px;
  }
  #mv .box .ttlCopy .ttl02 {
    font-size: 41px;
  }
  #mv .box .ttlCopy .ttl03 {
    font-size: 18px;
  }
  #mv .box #mvText {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  #mv {
    margin-top: 70px;
  }
  #mv .box {
    width: 100%;
  }
  #mv .box .ttlCopy .ttl01 {
    font-size: 16px;
  }
  #mv .box .ttlCopy .ttl02 {
    font-size: 28px;
  }
  #mv .box .ttlCopy .ttl03 {
    font-size: 16px;
  }
  #mv .box #mvText {
    font-size: 12px;
  }
}

/* general
----------------------------------------- */
.linkBox {
  margin-top: -80px;
  padding-top: 80px;
}

.linkBox#link01 {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 640px) {
  .linkBox {
    margin-top: 0px;
    padding-top: 0px;
  }
  .linkBox#link01 {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.conBox.timeLine {
  position: relative;
}

.conBox.timeLine:before {
  height: 100%;
  width: 1px;
  background-color: #ddd;
  left: 3%;
  z-index: 0;
}

.conBox.timeLine .ttlWrap:before {
  height: 1px;
  width: 6%;
  background-color: #ddd;
  left: -6%;
  top: 17px;
  z-index: 0;
}

.ttlWrap {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.ttlWrap .num {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Poppins','Roboto', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #008bf8;
}

@media screen and (max-width: 768px) {
  .ttlWrap .num {
    top: -33px;
  }
}

.ttlWrap .num span {
  font-size: 18px;
}

.ttlWrap .num:before {
  width: 42px;
  height: 1px;
  background: #ccc;
  left: -70px;
  top: 50%;
  margin-top: 2px;
  z-index: 0;
}

.ttlWrap .item:first-of-type {
  padding-right: 90px;
}

@media screen and (max-width: 768px) {
  .ttlWrap .item:first-of-type {
    padding-right: 30px;
  }
}

.ttlWrap .ttlTextCopy .time {
  border: 1px solid #333;
  display: inline-block;
  font-family: 'Poppins','Roboto', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 22px;
  color: #333;
  line-height: 1;
  padding: 7px 25px;
  font-weight: 300;
  margin-bottom: 10px;
}

.ttlWrap .ttlTextCopy .jp {
  display: block;
  text-align: left;
  color: #333;
}

.ttlWrap .textArea .text {
  text-align: left;
}

.pcShow2 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .pcShow2 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pcShow2 {
    display: none;
  }
}

.ttlPt2 {
  color: #008bf8;
  font-size: 125%;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .conBox.timeLine:before {
    display: none;
  }
  .conBox.timeLine .ttlWrap:before {
    display: none;
  }
  .ttlWrap .num {
    top: 0;
    right: 0;
    font-family: 'Poppins','Roboto', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 11px;
  }
  .ttlWrap .num span {
    font-size: 13px;
  }
  .ttlWrap .num:before {
    width: 12px;
    left: -22px;
    margin-top: 2px;
  }
  .ttlWrap .item:first-of-type {
    padding-right: 0;
  }
  .ttlWrap .ttlTextCopy .time {
    font-size: 14px;
    padding: 5px 9px;
    margin-bottom: 10px;
  }
  .ttlWrap .ttlTextCopy .jp {
    padding-left: 0;
    font-size: 5vw;
  }
  .ttlWrap .textArea .text {
    text-align: left;
  }
}

/* #kenkyu
----------------------------------------- */
#kenkyu {
  overflow: visible;
}

#kenkyu:before {
  top: calc(17px + 50px);
}

@media screen and (max-width: 768px) {
  #kenkyu:before {
    top: calc(8px + 50px);
  }
}

#kenkyu .inner {
  margin-top: -130px;
  width: 90%;
  padding: 1px 3% 0;
  background: #fff;
}

#kenkyu .ttlWrap {
  margin-bottom: 5px;
}

#kenkyu .ttlWrap .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#kenkyu .ttlWrap .btnArea .btn {
  margin-left: -20px;
}

#kenkyu .aco {
  margin-bottom: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 65px;
  padding: 0 40px;
  -webkit-box-shadow: 15px 15px 50px #d9d9d9, -15px -15px 50px #ffffff;
  box-shadow: 15px 15px 50px #d9d9d9, -15px -15px 50px #ffffff;
  -webkit-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
}

#kenkyu .aco.activeAco {
  border-radius: 30px;
}

#kenkyu .aco .ttlArea,
#kenkyu .aco .item {
  position: relative;
}

#kenkyu .aco .ttlArea {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 20px 60px 20px 40px;
  font-size: 125%;
  color: #333;
}

#kenkyu .aco .ttlArea:hover {
  color: #666;
}

#kenkyu .aco .ttlArea:hover span:before,
#kenkyu .aco .ttlArea:hover span:after {
  background-color: #666;
}

#kenkyu .aco .ttlArea p {
  font-size: 14px;
}

#kenkyu .aco .ttlArea span:before,
#kenkyu .aco .ttlArea span:after {
  top: 50%;
  width: 28px;
  /*height: 56px;*/
  position: absolute;
  margin-top: -2px;
  right: 0;
  display: block;
  content: "";
  /*wi.ttlAreah: 20px;*/
  height: 4px;
  text-decoration: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#00a0ea), to(#007ddd));
  background: -webkit-linear-gradient(left, #00a0ea 0%, #007ddd 100%);
  background: linear-gradient(90deg, #00a0ea 0%, #007ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0EA',endColorstr='#007DDD' , GradientType=1);
}

#kenkyu .aco .ttlArea span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  /*right: 0;*/
}

#kenkyu .aco .ttlArea.active span:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#kenkyu .aco .ttlArea.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#kenkyu .aco .item {
  display: none;
  margin: 20px 0 20px;
}

#kenkyu .aco .item li {
  position: relative;
  margin-bottom: 5px;
}

#kenkyu .aco .column3 {
  margin-top: 50px;
}

#kenkyu .aco .column3::after {
  width: 31%;
  display: block;
  /* height: auto; */
  position: inherit;
}

#kenkyu .aco .column3 li {
  margin-bottom: 50px;
}

#kenkyu .aco .column3 li .ttl {
  font-size: 125%;
  color: #333;
  line-height: 1.5;
}

#kenkyu .aco .column3 li .name {
  font-size: 94%;
  margin: 15px 0 20px;
  letter-spacing: 0;
}

#kenkyu .aco .column3 li .text {
  font-size: 88%;
  margin-bottom: 15px;
}

#kenkyu .aco .column3 li .btn {
  padding: 0;
  width: 100%;
  min-width: 100%;
}

#kenkyu .aco .column3 li .btn a {
  width: 100%;
  min-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#kenkyu .aco .column3 li .btn a .in {
  width: 100%;
  min-width: 100%;
  font-size: 88%;
  height: 40px;
}

#kenkyu .aco .column3 li .btn a .in:before {
  display: none;
}

#kenkyu .aco .column3 li .btn a:hover {
  color: #fff;
}

#kenkyu .aco .column3 li .btn.line a:hover {
  border: 1px solid #e5657e;
  color: #fff;
  background: #e5657e;
}

@media screen and (max-width: 768px) {
  #kenkyu .aco {
    padding: 0 30px 0 15px;
  }
  #kenkyu .aco .ttlArea {
    font-size: 113%;
  }
  #kenkyu .aco .column3 {
    margin-top: 50px;
  }
  #kenkyu .aco .column3 li {
    width: 48%;
  }
  #kenkyu .aco .column3 li .ttl {
    font-size: 113%;
  }
  #kenkyu .aco .column3 li .name {
    font-size: 94%;
  }
  #kenkyu .aco .column3 li .text {
    font-size: 82%;
  }
  #kenkyu .aco .column3 li .btn a .in {
    font-size: 82%;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  #kenkyu .inner {
    margin-top: -60px;
    width: calc(100% - 30px);
    padding: 1px 15px 0;
  }
  #kenkyu .aco {
    padding: 0 20px;
    margin-top: -20px;
  }
  #kenkyu .aco.activeAco {
    border-radius: 20px;
  }
  #kenkyu .aco .ttlArea {
    padding: 15px 10px 15px 20px;
    font-size: 100%;
  }
  #kenkyu .aco .ttlArea p {
    font-size: 13px;
  }
  #kenkyu .aco .ttlArea span:before,
  #kenkyu .aco .ttlArea span:after {
    width: 20px;
  }
  #kenkyu .aco .column3 {
    margin-top: 30px;
  }
  #kenkyu .aco .column3::after {
    display: none;
  }
  #kenkyu .aco .column3 li {
    width: 100%;
    margin-bottom: 30px;
  }
  #kenkyu .aco .column3 li .ttl {
    font-size: 100%;
  }
  #kenkyu .aco .column3 li .name {
    font-size: 88%;
    color: #333;
  }
  #kenkyu .aco .column3 li .text {
    font-size: 75%;
  }
  #kenkyu .aco .column3 li .btn a {
    height: 30px;
  }
  #kenkyu .aco .column3 li .btn a .in {
    font-size: 75%;
    height: 29px;
  }
}

/* #kouen
----------------------------------------- */
#kouen .column2 li {
  overflow: visible;
  width: 46.8%;
}

#kouen .column2 .cover {
  position: relative;
}

#kouen .column2 .cover:before {
  left: 25px;
  top: 25px;
  width: 100%;
  height: 100%;
  background: #f2f8fb;
  z-index: 0;
}

#kouen .column2 .cover img {
  position: relative;
}

#kouen .column2 dl {
  margin-top: 30px;
}

#kouen .column2 dl dt {
  font-size: 20px;
  color: #333;
}

#kouen .column2 dl dd {
  color: #333;
}

@media screen and (max-width: 640px) {
  #kouen .column2 .cover:before {
    top: 5px;
    left: 5px;
  }
  #kouen .column2 .cover img {
    position: relative;
  }
  #kouen .column2 dl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #kouen .column2 dl dt {
    font-size: 18px;
    font-size: 15px;
  }
  #kouen .column2 dl dd {
    font-size: 13px;
  }
}

/* #setsumei
----------------------------------------- */
@media screen and (max-width: 1280px) {
  #setsumei .ttlWrap .textArea .pcShow {
    display: none;
  }
}

#setsumei .ttlPt2 .small {
  padding-left: 10px;
  color: #666;
}

#setsumei .sessionBox {
  margin-bottom: 40px;
  background: white;
  border-style: Solid;
  border-color: #333333;
  border-color: #333333;
  border-width: 2px;
  font-size: 107%;
  letter-spacing: 1.19px;
  color: #666;
  padding: 30px;
}

#setsumei .sessionBox .flexBlock {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#setsumei .sessionBox .flexBlock li {
  width: auto;
  padding-right: 30px;
}

#setsumei .sessionBox .flexBlock li:last-child {
  padding-right: 0;
}

#setsumei .sessionBox .flexBlock li span {
  padding-right: 20px;
}

#setsumei .sessionBox .flexBlock li em {
  color: #008bf8;
}

#setsumei .flexCover li {
  width: 18%;
  margin-bottom: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
#setsumei .flexCover li a {
  color: #008bf8;
}

@media screen and (min-width: 1300px) {
  #setsumei .flexCover li {
    width: 19.2%;
  }
}

@media screen and (max-width: 768px) {
  #setsumei .flexCover li {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  #setsumei .sessionBox {
    padding: 10px 15px;
  }
  #setsumei .sessionBox .flexBlock li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
  #setsumei .sessionBox .flexBlock li:last-child {
    padding-right: 0;
  }
  #setsumei .sessionBox .flexBlock li span {
    padding-right: 15px;
  }
  #setsumei .flexCover li {
    width: 48%;
    margin-bottom: 14px;
    padding: 15px;
  }
}

/* #zadankai
----------------------------------------- */
#zadankai .inner {
  padding-top: 50px;
}

#zadankai .column2,
#zadankai .column3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#zadankai .column2 li,
#zadankai .column3 li {
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=7, Color='#000000');
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#zadankai .column3 li:nth-child(4) {
  margin-left: 17%;
}

#zadankai .column2 li:nth-child(5),
#zadankai .column3 li:nth-child(5) {
  margin-right: 17%;
}

#zadankai .column2 li a,
#zadankai .column3 li a {
  display: block;
  padding: 0 0 20px;
}

#zadankai .column2 li a .imgCover,
#zadankai .column3 li a .imgCover {
  overflow: hidden;
}

#zadankai .column2 li a h3,
#zadankai .column3 li a h3 {
  font-size: 125%;
  margin: 15px 0;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {

  #zadankai .column2 li a h3,
  #zadankai .column3 li a h3 {
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {

  #zadankai .column2 li a .btn .in,
  #zadankai .column3 li a .btn .in {
    font-size: 82%;
  }
}

@media screen and (max-width: 640px) {
  #zadankai .inner {
    padding-top: 50px;
  }

  #zadankai .column2,
  #zadankai .column3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #zadankai .column2 li,
  #zadankai .column3 li {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  }

  #zadankai .column2 li:nth-child(4),
  #zadankai .column3 li:nth-child(4) {
    margin-left: 0;
  }

  #zadankai .column2 li:nth-child(5),
  #zadankai .column3 li:nth-child(5) {
    margin-right: 0;
  }

  #zadankai .column2 li a,
  #zadankai .column3 li a {
    display: block;
    padding: 0 0 30px;
  }

  #zadankai .column2 li a h3,
  #zadankai .column3 li a h3 {
    font-size: 138%;
  }

  #zadankai .column2 li a .imgCover,
  #zadankai .column3 li a .imgCover {
    border-radius: 12px 12px 0 0;
  }

  #zadankai .column2 li a .btn,
  #zadankai .column3 li a .btn {
    height: 40px;
    overflow: visible;
  }

  #zadankai .column2 li a .btn .in,
  #zadankai .column3 li a .btn .in {
    height: 40px;
  }
}

/* #question
----------------------------------------- */
#question {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/top/qustion_bg.jpg);
  background-size: cover;
  height: 290px;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  #question {
    height: 190px;
  }
}

#question .inner {
  position: relative;
  height: 100%;
}

#question .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px 0px 1px 0px;
}

#question .btn a .in {
  width: 300px;
}

/* #contactArea
----------------------------------------- */
#contactArea {
  background-color: #06385b;
  padding: 50px 15px !important;
}

#contactArea p {
  color: #fff;
  text-align: center;
}

#contactArea a {
  color: #fff;
  text-decoration: underline;
}

#contactArea a:hover {
  text-decoration: none;
}

/* Edge12+（Edge全て） */
/* hack */
/* IE10〜11 */
_:-ms-input-placeholder,
:root #mv .box .ttlCopy .column {
  overflow: visible;
}

_:-ms-input-placeholder,
:root h1,
_:-ms-input-placeholder,
:root h2,
_:-ms-input-placeholder,
:root h3,
_:-ms-input-placeholder,
:root h4 {
  font-weight: 600;
}

_:-ms-input-placeholder,
:root p,
_:-ms-input-placeholder,
:root dt,
_:-ms-input-placeholder,
:root dd,
#top_naviWrap #nav li .JP {
  font-weight: 600;
}

_:-ms-input-placeholder,
:root #mv .box .ttlCopy .ttl02 img {
  height: 66px;
}

/*# sourceMappingURL=../maps/top.css.map */
