@charset "UTF-8";
@import url(//cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700|Noto+Sans+JP:400,700);
@import url(//use.typekit.net/bng5fxz.css);
html:before,
html:after,
body:before,
body:after {
  content: "";
  position: fixed;
  display: block;
  background: #cfbfbf;
  z-index: 5;
}

html:before {
  height: 6px;
  top: 0;
  right: 0;
  left: 0;
}
html:after {
  width: 6px;
  top: 0;
  right: 0;
  bottom: 0;
}

body:before {
  height: 6px;
  right: 0;
  bottom: 0;
  left: 0;
}
body:after {
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #505050;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media screen and (max-width:960px) {
  body {
    font-size: 1.4em;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

video {
  width: 100%;
}

.spNone {
  display: block;
}

.pcNone {
  display: none;
}

@media screen and (min-width:961px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  a .spNone {
    display: inline-block !important;
  }
}
@media screen and (max-width:960px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  br.sp {
    display: inline;
  }
  br.pc {
    display: none;
  }
}
a {
  color: #505050;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.noLink {
  pointer-events: none;
}

.linkOut::after {
  content: url("../img/icon_linkOut.png");
  width: 20px;
  height: 16px;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 0;
  vertical-align: middle;
}

.linkVideo::after {
  content: url("../img/icon_linkVideo.png");
  width: 20px;
  height: 16px;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 0;
  vertical-align: middle;
}

.textLink {
  color: #e5006e;
  text-decoration: underline;
}

.linkMore {
  display: block;
  max-width: 60%;
  padding: 10px;
  margin: 0 auto;
  font-size: 1.1em;
  text-align: center;
  transition-duration: 0.3s;
}
.linkMore:hover {
  color: #e5006e;
}
.linkMore::after {
  content: "\f138";
  margin-left: 8px;
  font-family: fontawesome;
  font-size: 1em;
  vertical-align: middle;
  line-height: 0;
}

.txtRe {
  color: #f3212d;
}

.txtBl {
  color: #2196f3;
}

.txtRl {
  color: #e5006e;
}

.tCenter {
  text-align: center;
}

.fBold {
  font-weight: bold;
}

.fs-xxs {
  font-size: 0.8em !important;
}

.fs-xs {
  font-size: 0.9em !important;
}

.fs-s {
  font-size: 1.2em !important;
  line-height: 1.6;
}

.fs-m {
  font-size: 1.5em !important;
  line-height: 1.6;
}

.fs-l {
  font-size: 2em !important;
  line-height: 1.6;
}

.fs-xl {
  font-size: 2.5em !important;
  line-height: 1.6;
}

.fs-xxl {
  font-size: 3em !important;
  line-height: 1.6;
}

.fs-xxxl {
  font-size: 3.5em !important;
  line-height: 1.6;
}

.fs-xxxl {
  font-size: 4em !important;
  line-height: 1.6;
}

.fs-xxxxl {
  font-size: 5em !important;
  line-height: 1.6;
}

div[class*=textBox] {
  margin-bottom: 2.5em;
}
div[class*=textBox] .titleCaption {
  padding: 10px 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
div[class*=textBox] .detail {
  padding: 20px;
}

.textBox01 {
  border: solid 2px #2196f3;
}
.textBox01 .titleCaption {
  background-color: #2196f3;
}

.textBox02 {
  border: solid 2px #0d47a1;
}
.textBox02 .titleCaption {
  background-color: #0d47a1;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mlr20 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

table.table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.table th {
  width: 20%;
  padding: 24px 20px 20px;
  border-top: 1px solid #cfbfbf;
  border-left: 1px solid #cfbfbf;
  font-weight: bold;
  text-align: right;
  box-sizing: border-box;
}
table.table td {
  padding: 24px 20px 20px;
  border-top: 1px solid #cfbfbf;
  border-right: 1px solid #cfbfbf;
  box-sizing: border-box;
}
table.table tr:last-child td,
table.table tr:last-child th {
  border-bottom: 1px solid #cfbfbf;
}

@media screen and (max-width:960px) {
  table.table th {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none !important;
    border-left: none !important;
    text-align: left;
  }
  table.table td {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none !important;
    border-left: none !important;
  }
  table.table tr th {
    border-top: 2px solid #cfbfbf;
    border-bottom: 1px dashed #cfbfbf;
  }
  table.table tr:last-child td {
    border-bottom: 2px solid #cfbfbf;
  }
  table.table tr:last-child th {
    border-bottom: 1px dashed #cfbfbf;
  }
}
table.table02 {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
}
table.table02 th {
  padding: 6px;
  border: 1px solid #cfbfbf;
  background-color: #ae9393;
  text-align: center;
  vertical-align: middle;
}
table.table02 td {
  padding: 6px;
  border: 1px solid #cfbfbf;
  background-color: #fff;
}

@media screen and (max-width:960px) {
  .scrollTable {
    overflow: scroll;
  }
  .scrollTable table {
    width: 900px;
  }
}
ul.list {
  margin-top: 10px;
}
ul.list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8em;
}
ul.list li::before {
  content: "・";
  position: absolute;
  left: -10px;
  font-size: 2.5em;
}

ol.point {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin-bottom: 2em;
  font-size: 1.3em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:960px) {
  ol.point {
    font-size: 1.1em;
  }
}
ol.point li {
  margin-bottom: 20px;
}
ol.point li span {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 3em;
  margin: 0.5em 0 0 0.3em;
  background: #e4f2fd;
  border-radius: 0.3em;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
ol.point li span::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -0.3em;
  top: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-radius: 2em;
  background: #2396f1;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}

h2.top-title {
  font-weight: bold;
  text-align: center;
}
h2.top-title::before {
  display: block;
  margin-bottom: 3px;
  content: attr(data-eng);
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width:768px) {
  h2.top-title::before {
    font-size: 2.8rem;
  }
}

h3 {
  padding: 15px 10px;
  margin-bottom: 40px;
  border-top: double 4px #ae9393;
  border-bottom: double 4px #ae9393;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width:960px) {
  h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
}

h4 {
  margin-bottom: 0.8em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
h4 .title2 {
  max-width: 260px;
  padding: 10px;
  margin: 0 auto 1.6em;
  background-color: #505050;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

form.btnList {
  display: flex;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width:768px) {
  form.btnList {
    display: block;
  }
}

input[type=submit],
input[type=button],
input[type=reset],
button[type=button] {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 0.95em;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

input[type=text],
input[type=email],
textarea {
  outline: none;
  border: 1px solid #aaa;
  border-radius: 5px;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  box-shadow: 0 0 2px #e5006e;
  border: 1px solid #e5006e;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

table.form {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
table.form th {
  width: 20%;
  padding: 10px;
  color: #4c4c4c;
  font-size: 100%;
  font-weight: bold !important;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
table.form td {
  padding: 10px;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

@media screen and (max-width:768px) {
  table.form {
    max-width: 100%;
  }
  table.form tr,
  table.form th,
  table.form td {
    width: 100%;
    display: block;
    list-style: none;
  }
  table.form tr th,
  table.form tr table.form tr td,
  table.form th th,
  table.form th table.form tr td,
  table.form td th,
  table.form td table.form tr td {
    padding: 10px;
    border: none;
    box-sizing: border-box;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #505050;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
}

.btn01,
input[type=submit],
button[type=button] {
  display: block;
  max-width: 280px;
  padding: 1.3em;
  margin: 1.5em auto;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  transition-duration: 0.3s;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.btn01:hover,
input[type=submit]:hover,
button[type=button]:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px #777;
}

.btn02,
input[type=submit] {
  display: block;
  max-width: 280px;
  padding: 1.5em;
  margin: 1.5em auto;
  background: rgba(229, 0, 110, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 10px #bbb;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.btn02:hover,
input[type=submit]:hover {
  background: rgba(229, 0, 110, 0.6);
  box-shadow: 0 0 13px #999;
}

.btnRd {
  display: block;
  width: 90%;
  max-width: 350px;
  padding: 2.5em 1em;
  margin: 1.5em auto;
  background: #e80113;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 13px #bbb;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.btnRd:hover {
  box-shadow: 0 0 13px #e80113;
}

.btnGr {
  display: block;
  width: 90%;
  max-width: 350px;
  padding: 2.5em 1em;
  margin: 1.5em auto;
  background: #009a44;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 13px #bbb;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.btnGr:hover {
  box-shadow: 0 0 13px #009a44;
}

.fa-file-text {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle;
}

ul[class*=colunmList] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul[class*=colunmList] li img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
}

.colunmList3 li {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-top: 20px;
}
.colunmList3 li:nth-of-type(1) {
  margin-top: 0;
}
.colunmList3 li:nth-of-type(2) {
  margin-top: 0;
}
.colunmList3 li:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width:960px) {
  .colunmList3 li {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .colunmList3 li:nth-of-type(3) {
    margin-top: 10px;
  }
}

.colunmList2 li {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
.colunmList2 li:nth-of-type(1) {
  margin-top: 0;
}
.colunmList2 li:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (min-width:961px) {
  .header.fixed li a {
    padding: 12px 0 5px;
    font-size: 0.9em;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px 12px;
  background: #fff;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (min-width:961px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width:960px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 7px;
  }
}
.header .logo {
  transition-duration: 0.3s;
}
@media screen and (min-width:961px) {
  .header .logo {
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  .header .logo img {
    width: 80%;
  }
}

@media screen and (min-width:961px) {
  .fixed .logo {
    transform: scale(0.9);
  }
}
.navBtn {
  display: none;
}

@media screen and (min-width:961px) {
  .nav {
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.nav li {
  margin: 25px;
}
@media screen and (min-width:961px) {
  .nav li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width:961px) {
  .nav a {
    border-bottom: 5px solid transparent;
    transition-duration: 0.2s;
  }
  .nav a:hover {
    border-bottom: solid 2px #e5006e;
    border-radius: 999;
    color: #e5006e;
  }
}
@media screen and (max-width:960px) {
  .nav a {
    font-size: 18px;
    text-align: center;
  }
}

.navWrap.open {
  display: block;
}
.navWrap.close {
  display: none;
}
@media screen and (min-width:961px) {
  .navWrap {
    display: block !important;
  }
}

@media screen and (max-width:960px) {
  .navBtn {
    display: block;
    cursor: pointer;
  }
  .navWrap {
    display: none;
    position: fixed;
    top: 4.3em;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
  }
  .navWrap .nav {
    position: relative;
    height: 100%;
    padding-top: 2em;
  }
  .navBtn,
  .navBtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .navBtn {
    position: absolute;
    top: 8px;
    right: 25px;
    bottom: 0;
    width: 35px;
    height: 25px;
    margin: auto;
    z-index: 20;
  }
  .navBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e5006e;
    border-radius: 3px;
  }
  .navBtn span:nth-of-type(1) {
    top: 0;
  }
  .navBtn span:nth-of-type(2) {
    top: 11px;
  }
  .navBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .navBtn.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .navBtn.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}
.grecaptcha-badge {
  bottom: 100px !important;
}

footer {
  padding: 3em 1.5em;
  background-color: #f0ebeb;
}
footer p + p {
  margin-top: 5px;
}
footer .fs-s {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
footer .ftCopy {
  font-size: 1.2rem;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition-duration: 0.5s;
}
@media screen and (max-width:960px) {
  #pageTop {
    right: 13px;
    bottom: 13px;
  }
}
#pageTop:hover {
  transform: translateY(-0.5em);
}
#pageTop i {
  position: relative;
  top: 0.5em;
  font-size: 2.5em;
  line-height: 0;
}
#pageTop a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  background-color: #e5006e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainVisual {
  position: relative;
  padding: 5em 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .mainVisual {
    padding: 10em 0;
  }
}

.mainTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  transform: translate(-50%, -50%);
}
.mainTxt h1 {
  line-height: 1.2;
  font-size: 5em;
}
@media screen and (max-width:768px) {
  .mainTxt h1 {
    font-size: 2.5em;
  }
}
.mainTxt .vision {
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .mainTxt .vision {
    font-size: 0.9em;
  }
}

#newsArea {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3.5em;
  margin: 1em 0.5em;
}
@media screen and (max-width:768px) {
  #newsArea {
    margin: 1.5em;
  }
}
#newsArea .toppics {
  max-width: 900px;
  padding: 1em 0.5em;
  margin: 0 auto;
  border: solid 5px #e5006e;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width:961px) {
  #newsArea .toppics {
    display: flex;
    justify-content: space-around;
    padding: 1.5em 1em;
  }
}
#newsArea .toppics dt {
  margin-bottom: 0.5em;
  color: #e5006e;
  font-family: "futura-pt";
  font-size: 2.5em;
  line-height: 1;
}
@media screen and (min-width:961px) {
  #newsArea .toppics dt {
    position: relative;
    margin-bottom: 0;
    font-size: 1.5em;
    flex: 2;
  }
}
@media screen and (min-width:961px) {
  #newsArea .toppics dt::after {
    content: "\f105";
    position: absolute;
    right: -1.5em;
    color: #999;
    font-family: "fontawesome";
  }
}
#newsArea .toppics dd {
  font-weight: bold;
}
#newsArea .toppics dd.date {
  flex: 3;
}
#newsArea .toppics dd.detail {
  flex: 5;
}

.top-warks {
  display: flex;
  align-items: center;
}
@media screen and (max-width:960px) {
  .top-warks {
    overflow: hidden;
  }
}
.top-warks ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width:960px) {
  .top-warks ul {
    margin-right: 10px;
    animation: loop-slide 20s infinite linear 1s both;
  }
}
.top-warks ul li {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width:960px) {
  .top-warks ul li {
    width: 310px;
    flex-basis: 310px;
    max-width: 310px;
  }
}
.top-warks ul:nth-child(2), .top-warks ul:nth-child(3) {
  display: none;
}
@media screen and (max-width:960px) {
  .top-warks ul:nth-child(2), .top-warks ul:nth-child(3) {
    display: flex;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.btn-works {
  display: block;
  max-width: 280px;
  padding: 0.8em;
  margin: 25px auto 40px;
  border-radius: 5px;
  background: #e5006e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition-duration: 0.3s;
  box-sizing: border-box;
}

a.otherLink {
  display: flex;
  justify-content: flex-start;
  max-width: 700px;
  padding-right: 30px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  transition-duration: 0.3s;
  box-sizing: border-box;
  font-weight: bold;
}
a.otherLink:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px #777;
}
@media screen and (max-width:768px) {
  a.otherLink {
    display: block;
    padding-right: 0;
    margin: 2em 1.5em 0;
  }
}
a.otherLink div {
  width: 40%;
  margin-right: 30px;
}
@media screen and (max-width:768px) {
  a.otherLink div {
    width: 100%;
    margin-right: 0;
  }
}
a.otherLink p {
  width: 60%;
  margin: auto 0;
}
@media screen and (max-width:768px) {
  a.otherLink p {
    width: auto;
    padding: 15px;
  }
}

.container {
  padding: 6px;
}

#recruit {
  background-color: #dacece;
}

#category {
  background-color: #dacece;
  padding: 3em 0.5em;
  text-align: center;
  margin-top: 3.7em;
  position: relative;
  z-index: -1;
}
@media screen and (min-width:961px) {
  #category {
    padding: 6em 0;
  }
}
#category h2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.contentWrap {
  padding: 6em 0;
  background-color: #f0ebeb;
}
.contentWrap section {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width:960px) {
  .contentWrap section {
    padding: 0 6px;
  }
}
.contentWrap section.certificateArea {
  max-width: initial;
  padding: 0;
}
.contentWrap section + section {
  margin-top: 5em;
}

.contents {
  padding: 0 3em;
}
@media screen and (max-width:960px) {
  .contents {
    padding: 0 10px;
  }
}
.contents + .contents {
  margin-top: 5em;
}

#top-page .contents {
  padding: 1.5em 3em 4em;
}
@media screen and (max-width:960px) {
  #top-page .contents {
    padding: 10px 0;
  }
}

#map {
  margin: 0;
  line-height: 0;
}

.certificateArea {
  color: #fff;
}
@media screen and (min-width:961px) {
  .certificateArea {
    background: #0e47a1;
  }
}
@media screen and (min-width:961px) {
  .certificateArea .certificateIn {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.certificateArea .certificateIn .imgBox {
  padding: 20px;
}
@media screen and (min-width:961px) {
  .certificateArea .certificateIn .imgBox {
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  .certificateArea .certificateIn .imgBox {
    background: #0e47a1;
    text-align: center;
  }
}
.certificateArea .certificateIn .imgBox img {
  max-height: 400px;
}
.certificateArea .certificateIn .txtBox {
  padding: 5em 1.5em;
  background: #42a5f6;
}
@media screen and (min-width:961px) {
  .certificateArea .certificateIn .txtBox {
    position: absolute;
    top: -5%;
    right: 0;
    display: flex;
    align-items: center;
    width: 55%;
    height: 110%;
    padding: 0 40px;
  }
}
.certificateArea .certificateIn .txtBox dl {
  width: 100%;
}
.certificateArea .certificateIn .txtBox dl dt {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceList dl {
  position: relative;
  width: 48%;
  padding: 3em 20px;
  margin-bottom: 3em;
  border: solid 1px #ae9393;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:768px) {
  .serviceList dl {
    width: 100%;
    padding: 2em 5px;
  }
}
.serviceList dl:before {
  content: "";
  position: absolute;
  top: -0.1em;
  right: 0;
  left: 0;
  width: 60px;
  height: 0.2em;
  margin: auto;
  background: #e5006e;
}
.serviceList dl dt {
  margin-bottom: 1em;
  color: #e5006e;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
.serviceList dl dt span {
  display: block;
  margin-top: 5px;
  font-size: 0.6em;
}
.serviceList dl dd {
  line-height: 1.6;
}
.serviceList dl dd span {
  display: block;
  font-size: 0.8em;
}
.serviceList dl dd + dd {
  margin-top: 0.8em;
}

.worksLink {
  font-size: 0.8em;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}
.worksLink span {
  font-size: 1.5rem;
  color: #e5006e;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loader img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  max-width: 500px;
  margin: auto;
}

.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}