@charset "UTF-8";
.view_pc {
  display: block; }

.view_pcTab {
  display: block; }

.view_tabSp {
  display: none; }

.view_tablet {
  display: none; }

.view_sp {
  display: none; }

.pcInline {
  display: inline; }

.spInline {
  display: none; }

/* ================================================ 
	フォームリセット 
==============================================================================================================================================================*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

.lora {
  font-family: 'Lora', serif; }

/* ================================================ 
	fadein 
==============================================================================================================================================================*/
.fadein01 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s; }

.fadein02 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s;
  transition-delay: 0.1s; }

.fadein03 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s;
  transition-delay: 0.2s; }

.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/* ================================================ 
	header 
==============================================================================================================================================================*/
@media screen and (min-width: 768px) {
  header {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 20px 0 50px; }
    header.top {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 10; }
    header h1 {
      flex: 1; }

  .spMenu {
    display: none; }

  nav a {
    color: #9D9A98 !important;
    font-size: 1.6rem;
    line-height: 150%;
    font-family: 'Lora', serif;
    margin-left: 40px; }
    nav a:first-child {
      margin-left: 0; } }
/* ================================================ 
	main
==============================================================================================================================================================*/
main {
  display: block;
  position: relative; }

#slide {
  position: relative; }
  #slide .topSlide .swiper-slide {
    text-align: center; }
    #slide .topSlide .swiper-slide img.pc {
      display: inline-block; }
    #slide .topSlide .swiper-slide img.sp {
      display: none; }
    #slide .topSlide .swiper-slide.slide01 {
      background: #f7f7f7; }
    #slide .topSlide .swiper-slide.slide02 {
      background: #F2F2F2; }
  #slide .scroll .scrolldown {
    color: #14237f;
    position: absolute;
    font-size: 1.4rem;
    bottom: 20rem;
    text-align: center;
    left: 2%;
    z-index: 100;
    line-height: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    #slide .scroll .scrolldown a {
      color: #9D9A98;
      font-family: 'Lora', serif;
      font-size: 1.6rem;
      line-height: 150%;
      text-decoration: none; }
    #slide .scroll .scrolldown::before {
      content: "";
      width: 0.2rem;
      height: 10.7rem;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      display: block;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-top: 5.6rem;
      margin-bottom: -10rem;
      background-color: #DED8D4; }
    #slide .scroll .scrolldown::after {
      content: "";
      width: 0.2rem;
      height: 10.7rem;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      display: block;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-top: 5.6rem;
      margin-bottom: -10rem;
      background-color: #D95E5B;
      animation: scrolldown 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
/* ================================================ 
	parts
==============================================================================================================================================================*/
.midashiBlock h2 {
  font-size: 4.0rem;
  line-height: 120%;
  font-weight: 500; }
.midashiBlock .en {
  color: #DED8D4;
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 100; }

#nt {
  padding: 100px 5%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 180%; }

.wpcf7-list-item {
  display: inline-block !important;
  margin: 0 !important; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 1.8rem;
  line-height: 150%; }

.wpcf7-not-valid-tip {
  font-size: 1rem !important; }

.wpcf7 form .wpcf7-response-output {
  padding: 15px !important;
  font-size: 1.6rem !important;
  line-height: 150% !important; }

/* ================================================ 
	strength
==============================================================================================================================================================*/
#strength {
  position: relative;
  top: -10rem;
  margin-bottom: -10rem; }
  #strength .image {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    position: relative;
    z-index: 12; }
    #strength .image figure {
      width: 90%; }
    #strength .image .parts {
      position: absolute;
      top: 15%;
      right: 10%; }
  #strength .innerCover {
    overflow: hidden;
    position: relative;
    top: -18rem;
    margin-bottom: -18rem; }
    #strength .innerCover figure {
      display: none; }
    #strength .innerCover .inner {
      margin: 0 auto;
      max-width: 1440px;
      position: relative; }
    #strength .innerCover .contCover {
      width: 68%;
      margin-left: auto; }
    #strength .innerCover .cont {
      background: #D95E5B;
      position: relative;
      padding: 25rem 0 10rem;
      z-index: 11; }
      #strength .innerCover .cont::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        background: #D95E5B; }
      #strength .innerCover .cont .inCont .midashiBlock h2 {
        margin: 0 auto 0.5rem;
        max-width: 600px;
        color: #fff; }
      #strength .innerCover .cont .inCont .midashiBlock .en {
        margin: 0 auto 2rem;
        max-width: 600px; }
      #strength .innerCover .cont .inCont .txt {
        position: relative;
        margin-bottom: 5rem;
        min-height: 100px; }
        #strength .innerCover .cont .inCont .txt::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-width: 50px;
          max-height: 100px;
          background: url("../images/parts01.png") no-repeat left center;
          background-size: 100% auto; }
        #strength .innerCover .cont .inCont .txt p {
          margin: 0 auto;
          max-width: 600px;
          color: #fff;
          font-size: 1.6rem;
          line-height: 200%; }
      #strength .innerCover .cont .inCont .more {
        margin: 0 auto;
        max-width: 600px;
        text-align: right;
        position: relative;
        padding-right: 60px; }
        #strength .innerCover .cont .inCont .more::before {
          content: '';
          width: 10px;
          height: 2px;
          position: absolute;
          top: 30%;
          right: 0px;
          transform: rotate(45deg);
          background: #DED8D4; }
        #strength .innerCover .cont .inCont .more::after {
          content: '';
          width: 50px;
          height: 2px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          background: #DED8D4; }
        #strength .innerCover .cont .inCont .more a {
          color: #fff;
          font-size: 1.6rem;
          line-height: 150%; }

/* ================================================ 
	ourBusiness
==============================================================================================================================================================*/
#ourBusiness {
  position: relative;
  top: 0;
  margin-bottom: 140px; }
  #ourBusiness .image {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    position: relative;
    z-index: 12;
    text-align: right; }
    #ourBusiness .image figure {
      width: 90%;
      margin-left: auto; }
    #ourBusiness .image .parts {
      position: absolute;
      top: 15%;
      left: 10%; }
  #ourBusiness .innerCover {
    overflow: hidden;
    position: relative;
    top: -18rem;
    margin-bottom: -18rem; }
    #ourBusiness .innerCover figure {
      display: none; }
    #ourBusiness .innerCover .inner {
      margin: 0 auto;
      max-width: 1440px;
      position: relative; }
    #ourBusiness .innerCover .contCover {
      width: 68%;
      margin-right: auto; }
    #ourBusiness .innerCover .cont {
      background: #DED8D4;
      position: relative;
      padding: 25rem 0 10rem;
      z-index: 11; }
      #ourBusiness .innerCover .cont::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        background: #DED8D4; }
      #ourBusiness .innerCover .cont .inCont .midashiBlock h2 {
        margin: 0 auto 0.5rem;
        max-width: 600px;
        color: #6E6966; }
      #ourBusiness .innerCover .cont .inCont .midashiBlock .en {
        margin: 0 auto 2rem;
        max-width: 600px;
        color: #fff; }
      #ourBusiness .innerCover .cont .inCont .txt {
        position: relative;
        margin-bottom: 5rem;
        min-height: 100px; }
        #ourBusiness .innerCover .cont .inCont .txt::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          max-width: 50px;
          max-height: 100px;
          background: url("../images/parts03.png") no-repeat left center;
          background-size: 100% auto; }
        #ourBusiness .innerCover .cont .inCont .txt p {
          margin: 0 auto;
          max-width: 600px;
          color: #6E6966;
          font-size: 1.6rem;
          line-height: 200%; }
      #ourBusiness .innerCover .cont .inCont .more {
        margin: 0 auto;
        max-width: 600px;
        text-align: right;
        position: relative;
        padding-right: 60px; }
        #ourBusiness .innerCover .cont .inCont .more::before {
          content: '';
          width: 10px;
          height: 2px;
          position: absolute;
          top: 30%;
          right: 0px;
          transform: rotate(45deg);
          background: #6E6966; }
        #ourBusiness .innerCover .cont .inCont .more::after {
          content: '';
          width: 50px;
          height: 2px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          background: #6E6966; }
        #ourBusiness .innerCover .cont .inCont .more a {
          color: #6E6966;
          font-size: 1.6rem;
          line-height: 150%; }

/* ================================================ 
	top recruit
==============================================================================================================================================================*/
#topRecruit {
  margin: 0 auto 15rem;
  max-width: 1440px; }
  #topRecruit figure {
    text-align: center;
    margin-bottom: 80px; }
  #topRecruit .inner {
    margin: 0 auto;
    max-width: 910px;
    width: 90%;
    display: flex;
    flex-flow: row-reverse nowrap; }
    #topRecruit .inner .btn {
      flex: 1;
      text-align: center; }
      #topRecruit .inner .btn a {
        transition: .8s; }
        #topRecruit .inner .btn a:hover {
          opacity: .7; }
    #topRecruit .inner .txt {
      width: 51%;
      margin-left: 3%; }
      #topRecruit .inner .txt h2 {
        margin-bottom: 0.5rem;
        color: #6E6966; }
      #topRecruit .inner .txt .en {
        margin-bottom: 2rem; }
      #topRecruit .inner .txt p {
        color: #6E6966;
        font-size: 1.6rem;
        line-height: 200%; }

/* ================================================ 
	footer
==============================================================================================================================================================*/
footer .footCont {
  background: #FBFBFB;
  padding: 30px 5%;
  text-align: center; }
  footer .footCont .contactBtn {
    margin: 0 auto;
    display: block;
    max-width: 255px;
    box-sizing: border-box;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #D95E5B;
    color: #fff;
    font-size: 1.8rem;
    line-height: 150%;
    transition: .8s; }
    footer .footCont .contactBtn:hover {
      text-decoration: none;
      opacity: .7; }
  footer .footCont .footLogo {
    margin: 0 0 20px; }
  footer .footCont ul {
    display: flex;
    justify-content: center; }
    footer .footCont ul li {
      color: #9D9A98;
      font-size: 1.2rem;
      line-height: 150%;
      margin-right: 1em; }
      footer .footCont ul li:last-child {
        margin-right: 0; }
      footer .footCont ul li a {
        pointer-events: none;
        text-decoration: none;
        color: #9D9A98 !important; }
footer .footNav {
  display: flex;
  justify-content: center;
  padding: 30px 5% 20px; }
  footer .footNav a {
    margin: 0 23px;
    color: #9D9A98 !important;
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    line-height: 150%; }
footer #copyLights {
  padding: 15px 5%;
  background: #9D9A98;
  text-align: center;
  color: #DED8D4;
  font-size: 1.2rem;
  line-height: 150%; }

/* ================================================ 
	underTtl
==============================================================================================================================================================*/
#underTtl {
  padding: 70px 5%;
  background: #FAF9F9;
  text-align: center; }
  #underTtl.works {
    margin-bottom: 50px; }
  #underTtl .en {
    margin-bottom: 10px;
    color: #DED8D4;
    font-family: 'Lora', serif;
    font-size: 6.0rem;
    line-height: 110%; }
    #underTtl .en::first-letter {
      color: #D95E5B;
      font-size: 8.0rem;
      line-height: 110%; }
  #underTtl h2 {
    color: #9D9A98;
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: normal; }

/* ================================================ 
	company
==============================================================================================================================================================*/
#companyInfo {
  margin: 80px auto 110px;
  max-width: 1440px;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start; }
  #companyInfo .image {
    position: relative;
    width: 50%; }
    #companyInfo .image .parts {
      position: relative;
      top: -40px;
      margin-left: 50px; }
  #companyInfo .cont {
    flex: 1;
    margin: 10rem 5% 0; }
    #companyInfo .cont h3 {
      margin-bottom: 40px;
      color: #D95E5B;
      font-size: 4.0rem;
      line-height: 150%; }
    #companyInfo .cont table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px #DEDEDE solid; }
      #companyInfo .cont table th {
        text-align: left;
        font-size: 1.6rem;
        line-height: 150%;
        font-weight: normal;
        border-bottom: 1px #DEDEDE solid;
        padding: 15px 0; }
      #companyInfo .cont table td {
        font-size: 1.6rem;
        line-height: 150%;
        border-bottom: 1px #DEDEDE solid;
        padding: 15px 0 15px 15px; }

#accessInfo {
  margin: 80px auto 110px;
  max-width: 1440px;
  display: flex;
  align-items: flex-start; }
  #accessInfo .image {
    position: relative;
    width: 50%; }
    #accessInfo .image .parts {
      text-align: right;
      position: absolute;
      bottom: -80px;
      right: 50px; }
  #accessInfo .cont {
    flex: 1;
    margin: 0 5%; }
    #accessInfo .cont h3 {
      margin-bottom: 40px;
      color: #D95E5B;
      font-size: 4.0rem;
      line-height: 150%; }
    #accessInfo .cont h4 {
      margin-bottom: 20px;
      color: #9D9A98;
      font-size: 2.4rem;
      line-height: 150%;
      font-weight: normal; }
    #accessInfo .cont p {
      font-size: 1.6rem;
      line-height: 200%; }

#maps {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%; }
  #maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ================================================ 
	worksList
==============================================================================================================================================================*/
#worksList {
  margin: 0 auto 100px;
  max-width: 1076px;
  width: 90%; }
  #worksList h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #D95E5B;
    font-size: 4.0rem;
    line-height: 150%; }
  #worksList ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap; }
    #worksList ul li {
      width: 48%;
      margin: 0 4% 8% 0; }
      #worksList ul li:nth-child(2n) {
        margin-right: 0; }
      #worksList ul li .image {
        position: relative;
        margin-bottom: 40px; }
        #worksList ul li .image figure {
          transition: .8s; }
          #worksList ul li .image figure:hover {
            opacity: .7; }
        #worksList ul li .image .category a {
          position: absolute;
          left: 0;
          top: 0;
          padding: 5px 10px;
          box-sizing: border-box;
          text-align: center;
          min-width: 120px;
          background: #D95E5B;
          font-size: 1.4rem;
          line-height: 150%;
          display: block;
          color: #fff;
          text-decoration: none; }
      #worksList ul li h3 {
        margin-bottom: 30px;
        color: #D95E5B;
        font-size: 2.4rem;
        line-height: 150%; }
        #worksList ul li h3 a {
          color: #D95E5B;
          text-decoration: none; }
          #worksList ul li h3 a:hover {
            text-decoration: underline; }
      #worksList ul li p {
        font-size: 1.6rem;
        line-height: 200%; }

/**************************************
 　　pagination
********************************************/
.pagination {
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: center; }

a.page-numbers,
.pagination .current {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  color: #D95E5B;
  padding: 10px;
  border: 1px #D95E5B solid;
  margin: 0 10px;
  font-size: 1.6rem;
  line-height: 100%;
  text-decoration: none;
  border-radius: 100%;
  position: relative; }

.pagination .current {
  border: 3px #D95E5B solid; }

.pagination .next,
.pagination .prev {
  background: #D95E5B; }

.pagination .prev::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url("../images/prev.png") no-repeat center center;
  background-size: 100% auto; }

.pagination .next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url("../images/next.png") no-repeat center center;
  background-size: 100% auto; }

/* ================================================ 
	worksDetail
==============================================================================================================================================================*/
#worksImage {
  margin: 0 auto 20px;
  max-width: 1440px; }

#worksDetail {
  margin: 0 auto 100px;
  max-width: 650px;
  width: 90%; }
  #worksDetail .category {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end; }
    #worksDetail .category p {
      padding: 5px 10px;
      box-sizing: border-box;
      text-align: center;
      min-width: 120px;
      color: #fff;
      background: #D95E5B;
      font-size: 1.4rem;
      line-height: 150%; }
  #worksDetail h3 {
    margin-bottom: 70px;
    color: #D95E5B;
    font-size: 2.4rem;
    line-height: 170%; }
  #worksDetail .txt p {
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 200%; }
    #worksDetail .txt p:last-child {
      margin-bottom: 0; }
  #worksDetail .txt figure {
    margin-bottom: 5em; }
  #worksDetail .txt figcaption {
    text-align: center;
    font-size: 1.4rem;
    line-height: 180%; }

#backList {
  margin: 0 auto 100px;
  max-width: 650px;
  width: 90%;
  display: flex;
  justify-content: center; }
  #backList a {
    border: 1px #D95E5B solid;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
    color: #D95E5B;
    font-size: 1.6rem;
    line-height: 120%;
    transition: .8s; }
    #backList a:hover {
      background: #D95E5B;
      color: #fff;
      text-decoration: none; }

/* ================================================ 
	requirements
==============================================================================================================================================================*/
#requirements {
  margin: 100px auto 0;
  max-width: 800px;
  width: 90%; }
  #requirements h2 {
    margin-bottom: 70px;
    text-align: center;
    color: #D95E5B;
    font-size: 4.0rem;
    line-height: 120%; }
  #requirements table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px #DEDEDE solid; }
    #requirements table th {
      font-size: 1.6rem;
      line-height: 180%;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px #DEDEDE solid;
      padding: 20px 20px 20px 0;
      vertical-align: top; }
    #requirements table td {
      padding: 20px 0;
      font-size: 1.6rem;
      line-height: 180%;
      border-bottom: 1px #DEDEDE solid; }
      #requirements table td p {
        margin-bottom: 1em;
        font-size: 1.6rem;
        line-height: 180%; }
        #requirements table td p:last-child {
          margin-bottom: 0; }

#formArea {
  margin: 120px auto 100px;
  max-width: 800px;
  width: 90%; }
  #formArea h2 {
    margin-bottom: 70px;
    text-align: center;
    color: #D95E5B;
    font-size: 4.0rem;
    line-height: 120%; }
  #formArea table {
    width: 100%;
    border-collapse: collapse; }
    #formArea table th {
      width: 200px;
      box-sizing: border-box;
      font-size: 1.6rem;
      line-height: 180%;
      text-align: left;
      font-weight: normal;
      padding: 23px 20px 20px 0;
      vertical-align: top; }
      #formArea table th span {
        margin-right: 10px;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 2px 10px;
        border: 1px #D95E5B solid; }
        #formArea table th span.must {
          color: #D95E5B;
          border-color: #D95E5B; }
        #formArea table th span.any {
          color: #9D9A98;
          border-color: #9D9A98; }
    #formArea table td {
      padding: 20px 0;
      font-size: 1.6rem;
      line-height: 180%; }
      #formArea table td p {
        margin-bottom: 1em;
        font-size: 1.6rem;
        line-height: 180%;
        color: #9D9A98; }
        #formArea table td p:last-child {
          margin-bottom: 0; }
      #formArea table td .text-field {
        width: 100%;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px #DEDEDE solid;
        font-size: 1.6rem;
        line-height: 180%;
        padding: 3px 10px; }
        #formArea table td .text-field.age {
          width: 6em; }
        #formArea table td .text-field.focus {
          box-shadow: 0 0 5px #1589ee;
          outline: none; }
      #formArea table td .text-area {
        width: 100%;
        box-sizing: border-box;
        border: 1px #DEDEDE solid;
        border-radius: 5px;
        padding: 3px 10px;
        font-size: 1.6rem;
        line-height: 160%; }
        #formArea table td .text-area.focus {
          box-shadow: 0 0 5px #1589ee;
          outline: none; }
      #formArea table td .single-radio input[type="radio"] {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        overflow: hidden;
        padding: 0;
        clip: rect(0, 0, 0, 0); }
      #formArea table td .single-radio input[type="radio"] + span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        padding-right: 10px; }
      #formArea table td .single-radio input[type="radio"] + span::before {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: 0;
        top: 50%;
        border-radius: 5px;
        border: 2px solid;
        border-color: #666;
        background-color: #fff; }
      #formArea table td .single-radio input[type="radio"]:focus + span:before {
        border-color: #1589ee;
        box-shadow: 0 0 5px #1589ee; }
      #formArea table td .single-radio input[type="radio"]:checked + span::before {
        border-color: #2e6aab;
        background-color: #fff; }
      #formArea table td .single-radio input[type="radio"]:checked + span::after {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 20px;
        height: 9px;
        margin-top: -9px;
        top: 50%;
        left: 3px;
        transform: rotate(-45deg);
        border-bottom: 3px solid;
        border-left: 3px solid;
        border-color: #2e6aab; }
      #formArea table td select {
        border: 1px #DEDEDE solid;
        border-radius: 5px;
        background: url("../images/select.png") no-repeat right 10px center #fff;
        background-size: 12px 8px;
        padding: 3px 30px 3px 10px;
        font-size: 1.6rem;
        line-height: 180%;
        box-sizing: border-box;
        position: relative;
        color: #6E6966; }
        #formArea table td select.job {
          width: 100%; }
        #formArea table td select:focus {
          box-shadow: 0 0 5px #1589ee;
          border-color: #2E6AAB;
          outline: none; }
      #formArea table td .flex {
        display: flex; }
        #formArea table td .flex p {
          margin: 0 1em 0 0;
          font-size: 1.6rem;
          line-height: 180%; }
          #formArea table td .flex p:first-child {
            margin-left: 0; }
        #formArea table td .flex input[type="radio"] {
          position: absolute;
          width: 1px;
          height: 1px;
          margin: -1px;
          border: 0;
          overflow: hidden;
          padding: 0;
          clip: rect(0, 0, 0, 0); }
        #formArea table td .flex input[type="radio"] + span {
          cursor: pointer;
          display: inline-block;
          position: relative;
          padding-left: 25px;
          padding-right: 10px; }
        #formArea table td .flex input[type="radio"] + span::before {
          content: "";
          position: absolute;
          display: block;
          box-sizing: border-box;
          width: 20px;
          height: 20px;
          margin-top: -10px;
          left: 0;
          top: 50%;
          border-radius: 5px;
          border: 2px solid;
          border-color: #666;
          background-color: #fff; }
        #formArea table td .flex input[type="radio"]:focus + span:before {
          border-color: #1589ee;
          box-shadow: 0 0 5px #1589ee; }
        #formArea table td .flex input[type="radio"]:checked + span::before {
          border-color: #2e6aab;
          background-color: #fff; }
        #formArea table td .flex input[type="radio"]:checked + span::after {
          content: "";
          position: absolute;
          display: block;
          box-sizing: border-box;
          width: 20px;
          height: 9px;
          margin-top: -9px;
          top: 50%;
          left: 3px;
          transform: rotate(-45deg);
          border-bottom: 3px solid;
          border-left: 3px solid;
          border-color: #2e6aab; }
  #formArea .checkArea {
    text-align: center; }
    #formArea .checkArea p {
      margin-bottom: 1em;
      font-size: 1.6rem;
      line-height: 180%; }
      #formArea .checkArea p strong {
        font-size: 1.8rem;
        line-height: 180%;
        color: #cc0000; }
    #formArea .checkArea input[type="checkbox"] {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      overflow: hidden;
      padding: 0;
      clip: rect(0, 0, 0, 0); }
    #formArea .checkArea input[type="checkbox"] + span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 25px;
      padding-right: 10px; }
    #formArea .checkArea input[type="checkbox"] + span::before {
      content: "";
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      left: 0;
      top: 50%;
      border-radius: 5px;
      border: 2px solid;
      border-color: #666;
      background-color: #fff; }
    #formArea .checkArea input[type="checkbox"]:focus + span:before {
      border-color: #1589ee;
      box-shadow: 0 0 5px #1589ee; }
    #formArea .checkArea input[type="checkbox"]:checked + span::before {
      border-color: #2e6aab;
      background-color: #fff; }
    #formArea .checkArea input[type="checkbox"]:checked + span::after {
      content: "";
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 20px;
      height: 9px;
      margin-top: -9px;
      top: 50%;
      left: 3px;
      transform: rotate(-45deg);
      border-bottom: 3px solid;
      border-left: 3px solid;
      border-color: #2e6aab; }
  #formArea .submitArea {
    padding-top: 0; }
    #formArea .submitArea input {
      width: 100%;
      display: block;
      background: #D95E5B;
      color: #fff;
      text-align: center;
      padding: 15px 20px;
      font-size: 2.2rem;
      line-height: 150%;
      transition: .8s; }
      #formArea .submitArea input:hover {
        opacity: .7; }
      #formArea .submitArea input:disabled {
        pointer-events: none;
        cursor: default;
        background: #B3B3B3; }
      #formArea .submitArea input.closed {
        pointer-events: none;
        cursor: default; }

#complete {
  margin: 100px auto;
  max-width: 800px;
  width: 90%;
  text-align: center; }
  #complete h3 {
    margin-bottom: 1.5em;
    font-size: 2.2rem;
    line-height: 150%; }
  #complete p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    line-height: 180%; }
    #complete p:last-child {
      margin-bottom: 0; }
    #complete p a {
      pointer-events: none;
      text-decoration: none;
      color: #6E6966 !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important; }

#categoryList {
  margin: 0 auto 50px;
  max-width: 1076px;
  width: 90%; }
  #categoryList ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #categoryList ul li {
      font-size: 1.4rem;
      line-height: 150%;
      display: flex; }
      #categoryList ul li a {
        color: #D95E5B;
        margin: 0 .5em 1em;
        padding: 5px 10px;
        border: 1px #D95E5B solid;
        background: #fff; }
        #categoryList ul li a.active {
          background: #D95E5B;
          color: #fff; }
        #categoryList ul li a:hover {
          background: #D95E5B;
          color: #fff;
          text-decoration: none; }
