@charset "UTF-8";
/* ---------------------------------
Common
---------------------------------- */
html {
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  html body {
    transform: scale(0.6);
    transform-origin: top left;
    width: 166.5%;
    overflow-x: hidden;
  }
}

.tooltip + span {
  background: black;
  color: white;
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  padding: 5px 10px;
  z-index: 2;
  display: none;
  border-radius: 5px;
}

p.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 60px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  p.pagetop {
    bottom: 10px;
    right: 10px;
  }
}

.w100 {
  width: 100%;
}

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

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

  .spw100 {
    width: 100%;
  }
}
/* ---------------------------------
Header
---------------------------------- */
header {
  position: relative;
  height: 60px;
}
@media screen and (max-width: 640px) {
  header {
    width: 100%;
    position: relative;
    height: 50px;
  }
}
header h1 {
  position: absolute;
  top: 11px;
  left: 11px;
}
@media screen and (max-width: 640px) {
  header h1 {
    position: absolute;
    top: 12px;
    left: 20px;
  }
  header h1 img {
    width: 200px;
  }
}
header nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  header nav {
    display: none;
  }
}
header nav ul {
  zoom: 1;
}
header nav ul:after {
  display: table;
  clear: both;
  content: "";
}
header nav ul:before {
  display: table;
  content: "";
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  width: 145px;
  text-align: center;
  color: white;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li.isentry a {
  background: #17afb5;
}
header nav ul li.entry a {
  background: #e2be14;
}
header nav ul li.mypage a {
  background: #ee8102;
}
header nav ul li.web a {
  background: #0075c1;
  font-size: 11px;
  letter-spacing: 0px;
}
header nav ul li.negative {
  background: #666;
}
header nav ul li.long a {
  width: 200px;
  font-size: 12px;
}
header nav ul li.long a span {
  display: inline-block;
  margin-bottom: 0px;
  letter-spacing: 0;
  margin-right: 3px;
  font-size: 10px;
  line-height: 1.1;
}
header nav ul li.toolong a {
  width: 200px;
  font-size: 12px;
  line-height: 1.1;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li.toolong.negative a {
  color: white;
  background: #aaa;
}
header nav ul li:nth-child(odd).negative a {
  background: #aaa;
}
header nav ul li:nth-child(even).negative a {
  background: #bbb;
}

/* ---------------------------------
Gnav
---------------------------------- */
nav#gnav {
  background: #5ec0f1;
  border-top: solid 1px #eee;
}
nav#gnav > ul {
  background: url(../img/gnav_border.png) no-repeat right 50%;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 640px) {
  nav#gnav > ul {
    height: inherit;
  }
}
nav#gnav > ul > li {
  width: 100%;
  background: url(../img/gnav_border.png) no-repeat left 50%;
}
nav#gnav > ul > li > a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 1.4;
  color: #092f44;
  color: white;
  font-size: 15px;
  padding: 0 5px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  nav#gnav > ul > li > a {
    display: flex !important;
    font-size: 3.5vw;
    height: 50px;
    justify-content: left !important;
    text-align: left !important;
    line-height: 1.4 !important;
  }
}
nav#gnav > ul > li > a > img {
  vertical-align: middle;
}
nav#gnav > ul li:nth-child(5) {
  letter-spacing: -1px;
}
nav#gnav > ul#subnav {
  display: none;
}
@media screen and (max-width: 640px) {
  nav#gnav > ul#subnav {
    display: block;
  }
}

body#index nav#gnav li:nth-child(1) a,
body.about nav#gnav li:nth-child(2) a,
body.work nav#gnav li:nth-child(3) a,
body.message nav#gnav li:nth-child(4) a,
body.recruit nav#gnav li:nth-child(5) a,
body.faq nav#gnav li:nth-child(6) a,
body#recruit_return nav#gnav li:nth-child(7) a,
nav#gnav li a:hover {
  background: #0e68a8;
  text-decoration: none;
}

body#recruit_return nav#gnav li:nth-child(5) a {
  background: inherit;
}
body#recruit_return nav#gnav li:nth-child(5) a:hover {
  background: #0e68a8;
}

#change {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 99;
  box-shadow: 2px 5px 10px #ccc;
}
#change header {
  height: 55px;
}
#change header h1 {
  top: 9px;
}
#change nav#gnav {
  height: 40px;
  overflow: hidden;
}
#change nav#gnav ul {
  height: 40px;
}
#change nav#gnav ul li a {
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0;
}

/* ---------------------------------
Title
---------------------------------- */
.title01 {
  font-size: 72px;
  margin-bottom: 30px;
  color: #0075c1;
  letter-spacing: 6px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title01 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #0075c1;
    letter-spacing: 6px;
    text-align: center;
  }
}
.title01 span {
  display: block;
  font-size: 16px;
  margin-top: -18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .title01 span {
    display: block;
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 1px;
  }
}

.title02 {
  width: 761px;
  height: 61px;
  background: url(../img/bg_tit01.png) no-repeat;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .title02 {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    color: white;
    letter-spacing: 1px;
    font-size: 17px;
  }
}
.title02 span.sub {
  background: white;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 3px 6px;
  padding-top: 5px;
  color: #0a558b;
  position: relative;
  margin-left: 10px;
  font-feature-settings: "palt";
  top: -4px;
}
@media screen and (max-width: 640px) {
  .title02 span.sub {
    top: -3px;
    margin-left: 7px;
    padding: 3px 4px;
    font-size: 12px;
  }
}
.title02.long {
  line-height: 1.1em;
  padding: 10px 0;
  height: inherit;
}
.title02.long span {
  font-size: 13px;
  letter-spacing: 0px;
  background-color: #0075c1;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .title02.long span {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}

.title03 {
  color: #0075c1;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .title03 {
    color: #0075c1;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-bottom: 15px;
  }
}

.title04 {
  color: #ee6900;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .title04 {
    color: #ee6900;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
}

.title05 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  .title05 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

.title06 {
  text-align: center;
  color: #0075c1;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 55px;
  background: url(../img/line.png) repeat-x 0 50%;
}
@media screen and (max-width: 640px) {
  .title06 {
    text-align: center;
    color: #0075c1;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    background: url(../img/line.png) repeat-x 0 50%;
  }
}
.title06 span {
  display: inline-block;
  padding: 10px 40px;
  background: white;
}
@media screen and (max-width: 640px) {
  .title06 span {
    display: inline-block;
    padding: 10px 40px;
    background: white;
  }
}

.title07 {
  width: 100%;
  height: 61px;
  background: #0075c1 url(../img/bg_tit01.png) no-repeat;
  line-height: 60px;
  margin-bottom: 30px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.title08 {
  color: #0075c1;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .title08 {
    color: #0075c1;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}

.title09 {
  color: #0075c1;
  font-size: 16px;
  margin-bottom: 5px;
}

/* ---------------------------------
Table
---------------------------------- */
table.table01 {
  width: 100%;
  margin-bottom: 40px;
}
table.table01 tr th,
table.table01 tr td {
  border-bottom: solid 1px #0075c1;
  padding: 15px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  table.table01 tr th,
table.table01 tr td {
    border-bottom: none;
    padding: 7px;
    display: block;
  }
}
table.table01 tr th {
  border-right: solid 5px white;
  white-space: nowrap;
  text-align: center;
  color: #042853;
}
@media screen and (max-width: 640px) {
  table.table01 tr th {
    border-right: none;
    white-space: inherit;
    text-align: left;
    background: #f0f0f0;
    color: black;
  }
}
table.table01 tr td {
  width: 100%;
}
table.table01 tr td a {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  table.table01 tr td {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
}
table.table01 tr td dl {
  margin-bottom: 5px;
}
table.table01 tr td dl:last-child {
  margin-bottom: 0;
}
table.table01 tr td dl dd {
  padding-left: 0.5em;
}
table.table01 tr:first-child th,
table.table01 tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  table.table01 tr:first-child th,
table.table01 tr:first-child td {
    padding: 7px;
  }
}

table.table02 {
  width: 100%;
  margin-bottom: -15px;
}
table.table02 tr th,
table.table02 tr td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  table.table02 tr th,
table.table02 tr td {
    display: block;
    vertical-align: top;
    text-align: left;
  }
}
table.table02 tr th {
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  table.table02 tr th {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
table.table02 tr td {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  table.table02 tr td {
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.table03 {
  width: 100%;
  margin-bottom: 5px;
}
.table03 tr th,
.table03 tr td {
  padding: 15px;
  font-size: 15px;
  border: solid 1px #ccc;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .table03 tr th,
.table03 tr td {
    font-size: 13px;
    padding: 7px 5px;
  }
}
.table03 tr th {
  font-weight: bold;
  background: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .table03 tr th {
    text-align: left;
  }
}
.table03 tr th.tit {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .table03 tr th.tit {
    width: 100px;
  }
}
.table03 + p.tb_ex {
  font-size: 12px;
  text-align: right;
  margin-bottom: 200px;
}

.indent01 {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
}
div.schedulebox {
  width: 100%;
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 640px) {
  div.schedulebox {
    background: #0075c1;
    padding: 15px 0;
  }
}
div.schedulebox div {
  width: 100%;
  zoom: 1;
}
div.schedulebox div:after {
  display: table;
  clear: both;
  content: "";
}
div.schedulebox div:before {
  display: table;
  content: "";
}
div.schedulebox div dl {
  width: 280px;
  background: #0075c1;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  div.schedulebox div dl {
    width: 100%;
    align-items: inherit;
  }
}
div.schedulebox div dl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 62px;
  height: 25px;
}
@media screen and (max-width: 640px) {
  div.schedulebox div dl:after {
    display: none;
  }
}
div.schedulebox div dl dt,
div.schedulebox div dl dd {
  color: white;
  padding: 7px 15px;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  div.schedulebox div dl dt,
div.schedulebox div dl dd {
    min-height: inherit;
  }
}
div.schedulebox div dl dt {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0px;
  width: 100px;
  border-right: solid 1px white;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  div.schedulebox div dl dt {
    letter-spacing: 1px;
    display: block;
    font-size: 3.5vw;
    width: 95px;
    text-align: right;
    position: relative;
  }
  div.schedulebox div dl dt:after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: white;
    content: "";
    top: 17px;
    right: -5px;
  }
}
div.schedulebox div dl dd {
  width: 180px;
  margin-left: -1px;
  border-left: solid 1px white;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  div.schedulebox div dl dd {
    width: -moz-available;
    width: -webkit-fill-available;
  }
}
div.schedulebox div:nth-child(odd) dl {
  float: left;
}
@media screen and (max-width: 640px) {
  div.schedulebox div:nth-child(odd) dl {
    float: none;
  }
}
div.schedulebox div:nth-child(odd) dl:after {
  right: -62px;
  background: url(../img/work/sche_icon_left.png) no-repeat left top;
}
div.schedulebox div:nth-child(even) dl {
  float: right;
  position: relative;
  left: -1px;
}
@media screen and (max-width: 640px) {
  div.schedulebox div:nth-child(even) dl {
    float: none;
    position: static;
  }
}
div.schedulebox div:nth-child(even) dl:after {
  left: -62px;
  background: url(../img/work/sche_icon_right.png) no-repeat left top;
}
div.schedulebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  height: 100%;
  width: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 640px) {
  div.schedulebox::before {
    display: none;
  }
}

/* ---------------------------------
Cont
---------------------------------- */
.cont01 {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cont01 {
    width: 100%;
    padding: 0 20px;
  }
}

.cont02 {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cont02 {
    width: 100%;
    padding: 20px;
  }
}

/* ---------------------------------
Box
---------------------------------- */
.work_aboutbox {
  background: #0075c1;
  padding: 35px;
  margin-bottom: 50px;
  color: white;
  font-size: 0.9em;
}
@media screen and (max-width: 640px) {
  .work_aboutbox {
    margin-bottom: 0px;
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.4em;
    letter-spacing: 0px;
  }
}
.work_aboutbox span {
  display: block;
  font-size: 0.75em;
}

table.box_inqbox {
  width: 100%;
}
@media screen and (max-width: 640px) {
  table.box_inqbox {
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 0px;
  }
}
table.box_inqbox th,
table.box_inqbox td {
  width: 50%;
}
@media screen and (max-width: 640px) {
  table.box_inqbox th,
table.box_inqbox td {
    display: block;
    width: 100%;
  }
}
table.box_inqbox th {
  background: #0075c1;
}
@media screen and (max-width: 640px) {
  table.box_inqbox th {
    background: #0075c1;
  }
}
table.box_inqbox th h4 {
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  table.box_inqbox th h4 {
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 7px;
  }
}
table.box_inqbox td {
  background: #f0f0f0;
  padding: 30px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  table.box_inqbox td {
    background: #ddd;
    padding: 15px;
  }
}
table.box_inqbox td a {
  text-decoration: underline;
}

.box01 {
  width: 1024px;
  margin: 0 auto;
  zoom: 1;
  padding: 0px 60px;
}
.box01:after {
  display: table;
  clear: both;
  content: "";
}
.box01:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  .box01 {
    width: 100%;
    padding: 0px 30px;
  }
}
.box01 .conc_l {
  width: 465px;
  float: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .box01 .conc_l {
    width: 100%;
    float: none;
  }
}
.box01 .conc_r {
  width: 360px;
  float: right;
}
@media screen and (max-width: 640px) {
  .box01 .conc_r {
    width: 100%;
    float: none;
  }
}

.box02 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #0d5bb3;
}
/* ---------------------------------
Footer
---------------------------------- */
footer {
  margin-top: 80px;
  height: 408px;
  background: url(../img/bg_foot.png) repeat-x top;
  box-shadow: 0px 0px 15px #ccc;
}
body#index footer {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  footer {
    margin-top: 30px;
    height: inherit;
    padding-top: 20px;
    background: white;
    border-top: solid 7px #0075c1;
  }
}
footer .cont01 {
  height: 408px;
  position: relative;
}
@media screen and (max-width: 640px) {
  footer .cont01 {
    height: inherit;
    position: static;
  }
}
footer .cont01 .list01,
footer .cont01 .list02 {
  zoom: 1;
}
footer .cont01 .list01:after,
footer .cont01 .list02:after {
  display: table;
  clear: both;
  content: "";
}
footer .cont01 .list01:before,
footer .cont01 .list02:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  footer .cont01 .list01,
footer .cont01 .list02 {
    display: none;
  }
}
footer .cont01 .list01 {
  background: #5ec0f1;
  display: flex;
}
@media screen and (max-width: 640px) {
  footer .cont01 .list01 {
    display: none;
  }
}
footer .cont01 .list01 li {
  width: 100%;
  border-right: solid 1px #ddd;
}
footer .cont01 .list01 li a {
  text-align: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: white;
  font-size: 15px;
  line-height: 1.3;
}
footer .cont01 .list01 li a:hover {
  text-decoration: none;
}
footer .cont01 .list01 li a img {
  vertical-align: middle;
}
footer .cont01 .list01 li:first-child {
  border-left: solid 1px #ddd;
}
footer .cont01 .list02 > li {
  height: 296px;
  padding: 20px;
  float: left;
  width: 256px;
}
footer .cont01 .list02 > li > ul > li {
  font-size: 13px;
  margin-bottom: 7px;
  background: url(../img/dot.png) no-repeat 0 50%;
  padding-left: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
footer .cont01 .list02 > li > ul.bnr {
  margin-bottom: 14px;
}
footer .cont01 .list02 > li > ul.bnr li {
  margin-bottom: 1px;
  padding-left: 0;
}
footer .cont01 .list02 > li > ul.bnr li a {
  display: block;
}
footer .cont01 .list02 > li > ul.bnr li a img {
  vertical-align: bottom;
}
footer .cont01 .list02 > li > ul.bnr li:last-child {
  margin-bottom: 10px;
}
footer .cont01 .list02 > li > ul.bnr.color li {
  width: 100%;
}
footer .cont01 .list02 > li > ul.bnr.color li a {
  display: block;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .cont01 .list02 > li > ul.bnr.color li a:hover {
  text-decoration: none;
}
footer .cont01 .list02 > li > ul.bnr.color li.isentry a {
  background: #17afb5;
}
footer .cont01 .list02 > li > ul.bnr.color li.entry a {
  background: #e2be14;
}
footer .cont01 .list02 > li > ul.bnr.color li.mypage a {
  background: #ee8102;
}
footer .cont01 .list02 > li > ul.bnr.color li.web a {
  background: #4eb0e0;
  font-size: 13px;
  letter-spacing: 0px;
}
footer .cont01 .list02 > li > ul.bnr.color li.long a {
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 0;
}
footer .cont01 .list02 > li > ul.bnr.color li.long a span {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.1;
}
footer .cont01 .list02 > li > ul.bnr.color li.toolong a {
  padding: 6px;
  font-size: 12px;
  line-height: 1.3;
}
footer .cont01 .list02 > li > ul.bnr.color li:nth-child(odd).negative a {
  background: #aaa;
}
footer .cont01 .list02 > li > ul.bnr.color li:nth-child(even).negative a {
  background: #bbb;
}
footer .cont01 .list02 > li:nth-child(2),
footer .cont01 .list02 > li:nth-child(3) {
  background: #e5e5e5;
  border-right: solid 1px #ccc;
}
footer .cont01 p#f_logo {
  position: absolute;
  bottom: -3px;
  left: 0px;
}
@media screen and (max-width: 640px) {
  footer .cont01 p#f_logo {
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 17%;
    position: static;
  }
  footer .cont01 p#f_logo img {
    width: 100%;
  }
}
footer .cont01 p#copy {
  position: absolute;
  bottom: 12px;
  right: 1px;
}
@media screen and (max-width: 640px) {
  footer .cont01 p#copy {
    position: static;
    font-size: 8px;
    display: none;
  }
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* ---------------------------------
エントリー同意ページ
---------------------------------- */
body#entrybox {
  width: 768px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  body#entrybox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
body#entrybox ul {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body#entrybox ul {
    margin-bottom: 30px;
    text-align: center;
  }
}
body#entrybox ul li {
  font-size: 16px;
  border: solid 1px #0075c1;
  width: 220px;
  text-align: center;
  display: inline-block;
  margin: 15px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body#entrybox ul li {
    font-size: 16px;
    border: solid 1px #0075c1;
    width: 80%;
    text-align: center;
    display: inline-block;
    margin: 8px;
    font-weight: bold;
  }
}
body#entrybox ul li a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  body#entrybox ul li a {
    display: block;
    padding: 10px;
  }
}
body#entrybox ul li a:hover {
  background: #0075c1;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  body#entrybox ul li a:hover {
    background: #0075c1;
    color: white;
    text-decoration: none;
  }
}
body#entrybox .inquirybox {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #f5f5f5;
}
body#entrybox .inquirybox a {
  color: #0075c1;
  text-decoration: underline;
}
/* ---------------------------------
SP_menu
---------------------------------- */
/*SP*/
@media screen and (max-width: 640px) {
  .overlay {
    display: block;
    position: absolute;
    height: 1000%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 111;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .modal {
    display: none;
    background: white;
    color: black;
    position: fixed;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    padding: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    box-shadow: 0px 0px 5px #999;
    border: solid 4px #083971;
  }
  .modal section {
    position: relative;
  }

  .closebtn {
    cursor: pointer;
    text-indent: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
  }

  #menuButton {
    display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 2px;
    right: 10px;
    z-index: 300;
  }

  #menuButton span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
  }

  #menuButton span:first-child {
    top: 12px;
  }

  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  #menuButton span:last-child {
    bottom: 12px;
  }

  #menuButton.active span {
    color: white;
    background: white;
  }

  #menuButton.active span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  #menuButton.active span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  aside {
    border-radius: 5px 0 0 5px;
    box-shadow: 2px 2px 5px #333;
    overflow: hidden;
    box-sizing: border-box;
    width: 70%;
    display: none;
    position: absolute;
    top: 50px;
    left: 100%;
    z-index: 200;
  }
  aside nav#gnav {
    border: none;
  }
  aside nav#gnav ul#headnav {
    width: 100%;
    height: inherit;
    border: solid 10px #0d4c93;
    border-right: none;
    display: block !important;
    box-shadow: 0px 0px 0px transparent;
  }
  aside nav#gnav ul#headnav > li {
    width: 100%;
    font-size: 16px;
    border-bottom: solid 3px #0d4c93;
    float: none;
    text-align: left;
  }
  aside nav#gnav ul#headnav > li a {
    width: 100%;
    display: block;
    padding: 0px;
    background: #5ec0f1;
    padding-left: 20px;
    position: relative;
    line-height: 50px;
  }
  aside nav#gnav ul#headnav > li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: inline-block;
    width: 10px;
    height: 20px;
  }
  aside nav#gnav ul#subnav {
    width: 100%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  aside nav#gnav ul#subnav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li {
    width: 50%;
  }
  aside nav#gnav ul#subnav > li > a {
    width: 100%;
    line-height: 1.4;
    height: 60px;
    padding-top: 20px;
    color: white;
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  aside nav#gnav ul#subnav > li > a {
    display: flex;
    padding-top: 0;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li > a > img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.isentry a {
    background: #17afb5;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.entry a {
    background: #e2be14;
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.entry a {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.mypage a {
    background: #ee8102;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.mypage a {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.web a {
    padding-top: 15px;
    background: #0075c1;
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.web a {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.double a {
    padding-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.long a {
    font-size: 11px;
    line-height: 1.4;
    padding: 8px 0;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li.toolong a {
    font-size: 11px;
    line-height: 1.2;
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
  }
  aside nav#gnav ul#subnav > li.toolong.negative a {
    color: white;
    background: #aaa;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li:nth-child(odd).negative a {
    background: #aaa;
  }
}
@media screen and (max-width: 640px) {
  aside nav#gnav ul#subnav > li:nth-child(even).negative a {
    background: #bbb;
  }
}
/*# sourceMappingURL=common.css.map */