@charset "UTF-8";
/*=========================================================================
PUBLIC
=========================================================================*/
/* --------------------------------------------------------------------------------------- */
.d_none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------- */
#naviLogo a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ----------------------------------------------------------------------------- */
#form_buttonList input.Agree,
#form_buttonList input.Disagree, #globalNavi.open, #globalNavi, #menu-trigger span, #menu-trigger, #Header, a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
.works_image, .works_image img, .business_pic, .business_pic img, #view_contensBody img.view_pic, #bottomLogo img, #siteLogo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------------------------- */
#form_buttonList, #form_inputList dl.input_body dd.type_three, #form_inputList li.two_layout, dl#accessContainer, #works_bnrList, dl.business_detail_box, dl.footer_column {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ----------------------------------------------------------------------------- */
#titleContact p, table#addressList th, table#addressList td, ul#workList li, .business_infolist p, #greetingBox p, dl#whatsnew_Container dt, dl#whatsnew_Container dd, dl.footer_column dd .footer_column_inner, dl.footer_column dt .footer_column_inner, .one_period p {
  font-size: 28px;
  line-height: 180%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #titleContact p, table#addressList th, table#addressList td, ul#workList li, .business_infolist p, #greetingBox p, dl#whatsnew_Container dt, dl#whatsnew_Container dd, dl.footer_column dd .footer_column_inner, dl.footer_column dt .footer_column_inner, .one_period p {
    font-size: clamp(16px, 0.937vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  #titleContact p, table#addressList th, table#addressList td, ul#workList li, .business_infolist p, #greetingBox p, dl#whatsnew_Container dt, dl#whatsnew_Container dd, dl.footer_column dd .footer_column_inner, dl.footer_column dt .footer_column_inner, .one_period p {
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #titleContact p, table#addressList th, table#addressList td, ul#workList li, .business_infolist p, #greetingBox p, dl#whatsnew_Container dt, dl#whatsnew_Container dd, dl.footer_column dd .footer_column_inner, dl.footer_column dt .footer_column_inner, .one_period p {
    font-size: 2.708vw;
  }
}

/* ----------------------------------------------------------------------------- */
#form_buttonList input.Agree,
#form_buttonList input.Disagree, #form_inputList dl.input_body dt p, #form_inputList input[type=text],
#form_inputList input[type=email],
#form_inputList select, #contactCap p {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #form_buttonList input.Agree,
  #form_buttonList input.Disagree, #form_inputList dl.input_body dt p, #form_inputList input[type=text],
  #form_inputList input[type=email],
  #form_inputList select, #contactCap p {
    font-size: clamp(15px, 1.459vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #form_buttonList input.Agree,
  #form_buttonList input.Disagree, #form_inputList dl.input_body dt p, #form_inputList input[type=text],
  #form_inputList input[type=email],
  #form_inputList select, #contactCap p {
    font-size: clamp(13px, 2.083vw, 15px);
  }
}
@media screen and (max-width: 480px) {
  #form_buttonList input.Agree,
  #form_buttonList input.Disagree, #form_inputList dl.input_body dt p, #form_inputList input[type=text],
  #form_inputList input[type=email],
  #form_inputList select, #contactCap p {
    font-size: 2.708vw;
  }
}

/* ----------------------------------------------------------------------------- */
#titleContact, #bnr_recruitment span, .work_list_cap, .business_headline, .section_title {
  font-size: 45px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #titleContact, #bnr_recruitment span, .work_list_cap, .business_headline, .section_title {
    font-size: clamp(26px, 2.344vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  #titleContact, #bnr_recruitment span, .work_list_cap, .business_headline, .section_title {
    font-size: clamp(20px, 3.385vw, 24px);
  }
}
@media screen and (max-width: 480px) {
  #titleContact, #bnr_recruitment span, .work_list_cap, .business_headline, .section_title {
    font-size: 4vw;
  }
}

/* ----------------------------------------------------------------------------- */
#agreeHeadline, #agreeMessage p, #btn_Contact, .period_headline {
  font-size: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #agreeHeadline, #agreeMessage p, #btn_Contact, .period_headline {
    font-size: clamp(24px, 1.5633vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  #agreeHeadline, #agreeMessage p, #btn_Contact, .period_headline {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  #agreeHeadline, #agreeMessage p, #btn_Contact, .period_headline {
    font-size: 4vw;
  }
}

/*=========================================================================
BASIC
=========================================================================*/
#mainContents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 90px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainContents {
    padding: 60px 0 12%;
  }
}

/* ----------------------------------------------------------------------------- */
section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 12%;
  }
}

/* ------------------------------------------------------------------------- */
.section_basic {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------- */
.section_title {
  position: relative;
  z-index: 1;
  font-family: "Futura", sans-serif;
  color: #050505;
  line-height: 160%;
  margin-bottom: 45px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 180% !important;
  }
}
.section_title span {
  position: relative;
  z-index: 1;
  padding: 0.6rem 0 0.6rem 30px;
}
@media screen and (max-width: 768px) {
  .section_title span {
    padding: 0.8rem 0 0.8rem 1em;
  }
}
.section_title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #474e00;
  width: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section_title span:before {
    width: 0.46rem;
  }
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 4%;
  }
}

/* ----------------------------------------------------------------------------- */
.one_period {
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .one_period {
    margin-top: 9%;
  }
}
.one_period:first-of-type {
  margin-top: 0;
}
.one_period p {
  line-height: 160% !important;
  margin-bottom: 1.4rem;
}
.one_period p:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */
.period_headline {
  line-height: 140%;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .period_headline {
    margin-bottom: 1rem;
  }
}

/* ----------------------------------------------------------------------------- */
body.open {
  overflow-y: hidden;
  z-index: -1;
}

/*=========================================================================
HEADER
=========================================================================*/
#Header, #headerContents {
  height: 90px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #Header, #headerContents {
    height: 60px;
  }
}

/* ------------------------------------------------------------------------- */
#Header {
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
}
#Header.shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------------------------------------- */
#headerContents {
  width: 100%;
  padding: 2% 0;
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------- */
#siteLogo {
  width: 30%;
  max-width: 225px;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #siteLogo {
    width: 60%;
    max-width: 160px;
  }
}

/* HEADER > MENU ICON
---------------------------------------------------------------------- */
#menu-trigger {
  position: absolute;
  z-index: 99;
  right: 1%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #menu-trigger {
    height: 60px;
    right: 0;
  }
}
#menu-trigger span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #menu-trigger span {
    width: 60%;
    left: 20%;
  }
}
#menu-trigger span:first-of-type {
  top: 30%;
}
#menu-trigger span:nth-of-type(2) {
  top: 50%;
}
#menu-trigger span:nth-of-type(3) {
  top: 70%;
}
#menu-trigger.active span {
  top: 50%;
  background: #fff;
}
#menu-trigger.active span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  width: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* HEADER > GLONBAL NAVI
---------------------------------------------------------------------- */
#globalNavi {
  position: fixed;
  z-index: -9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00738e;
  opacity: 0;
  visibility: hidden;
}
#globalNavi.open {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

/* ------------------------------------------------------------------------- */
#naviContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------------------- */
#naviLogo, ul#naviList {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #naviLogo, ul#naviList {
    width: 100%;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------------- */
#naviLogo a, #naviLogo img {
  height: auto;
  display: block;
}
#naviLogo a {
  width: 100%;
}
#naviLogo img {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #naviLogo img {
    width: 90%;
    margin: 0 0 0 3%;
  }
}
@media screen and (max-width: 480px) {
  #naviLogo img {
    width: 70%;
    margin: 0 auto 9%;
  }
}

/* ------------------------------------------------------------------------- */
ul#naviList {
  list-style-type: none;
  margin-left: 4%;
}
@media screen and (max-width: 480px) {
  ul#naviList {
    margin: 0 auto;
  }
}
ul#naviList li {
  width: 100%;
  height: auto;
  margin-bottom: 4%;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  ul#naviList li {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  ul#naviList li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  ul#naviList li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  ul#naviList li {
    font-size: 1.2rem;
    margin-bottom: 6%;
  }
}
ul#naviList li:last-of-type {
  margin-bottom: 0;
}
ul#naviList li span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  ul#naviList li span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  ul#naviList li span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  ul#naviList li span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  ul#naviList li span {
    font-size: 0.8rem;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  ul#naviList li span {
    font-size: 0.75rem;
    display: inline;
    width: auto;
  }
}
ul#naviList li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 140%;
}
ul#naviList li a:hover {
  color: #fde304;
}
ul#naviList li#mnContact a {
  border: 1px solid #fff;
  padding: 0.8rem 1.5rem;
}

/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #00738e;
}

/* ------------------------------------------------------------------------- */
#footerContents {
  width: 90%;
  height: auto;
  padding: 45px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footerContents {
    padding: 4% 0;
  }
}

/* ------------------------------------------------------------------------- */
dl.footer_column {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  dl.footer_column {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 6%;
  }
  dl.footer_column:last-of-type {
    margin-bottom: 0;
  }
}
dl.footer_column dt, dl.footer_column dd {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  dl.footer_column dt, dl.footer_column dd {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
dl.footer_column dt p, dl.footer_column dd p {
  line-height: 160%;
}
dl.footer_column dt .footer_column_inner {
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  dl.footer_column dt .footer_column_inner {
    margin: 0 auto 1rem;
  }
}
dl.footer_column dt p {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  dl.footer_column dt p {
    font-size: 100%;
  }
}
dl.footer_column dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  dl.footer_column dt:after {
    content: none;
  }
}
dl.footer_column dd .footer_column_inner {
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  dl.footer_column dd .footer_column_inner {
    margin: 0 auto;
  }
}
dl.footer_column dd p {
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  dl.footer_column dd p {
    font-size: 85%;
  }
}

/* ------------------------------------------------------------------------- */
#bottomLogo {
  width: 45%;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #bottomLogo {
    width: 60%;
  }
}

/* ------------------------------------------------------------------------- */
.footer_column_inner {
  width: 90%;
  height: auto;
  padding: 4% 0 0;
}
@media screen and (max-width: 768px) {
  .footer_column_inner {
    width: 100%;
    padding: 0;
  }
}
.footer_column_inner p {
  color: #fff;
}

/*=========================================================================
FIRST VIEW
=========================================================================*/
#firstView, #view_contensBody {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
}

/* ------------------------------------------------------------------------- */
#view_capBox {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 40%;
  height: auto;
  background: #00738E;
  background: rgba(0, 115, 142, 0.44);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #view_capBox {
    width: 76%;
    top: 30%;
  }
}

/* ------------------------------------------------------------------------- */
#view_capContaienr {
  padding: 6%;
}

/* ------------------------------------------------------------------------- */
#viewCatch {
  font-size: 46px;
  line-height: 160%;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #viewCatch {
    font-size: 2.397vw;
  }
}
@media screen and (max-width: 768px) {
  #viewCatch {
    font-size: 4.427vw;
  }
}
#viewCatch p {
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 34px;
  margin-top: 2%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #viewCatch p {
    font-size: 1.771vw;
  }
}
@media screen and (max-width: 768px) {
  #viewCatch p {
    font-size: 3.125vw;
  }
}

/*=========================================================================
WHATS NEW
=========================================================================*/
section#whatsNew {
  background: #00738e;
  padding: 0;
}

/* ------------------------------------------------------------------------- */
dl#whatsnew_Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  dl#whatsnew_Container {
    padding: 1.2rem 0;
  }
}
dl#whatsnew_Container dt, dl#whatsnew_Container dd {
  display: block;
  line-height: 140%;
  color: #fff;
}
dl#whatsnew_Container dt {
  width: 22%;
  max-width: 200px;
  margin-right: 1%;
  position: relative;
  z-index: 1;
}
dl#whatsnew_Container dt span {
  padding-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  dl#whatsnew_Container dt {
    max-width: inherit;
    width: auto;
  }
}
dl#whatsnew_Container dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
dl#whatsnew_Container dd {
  width: 77%;
}
@media screen and (max-width: 768px) {
  dl#whatsnew_Container dd {
    width: auto;
  }
}
dl#whatsnew_Container dd a {
  display: block;
  color: #fff;
  text-decoration: none;
}
dl#whatsnew_Container dd a:hover {
  color: #fde304;
}

/*=========================================================================
Message
=========================================================================*/
#greetingBox p {
  margin-bottom: 1.4rem;
  line-height: 180%;
}
#greetingBox p:last-of-type {
  margin-bottom: 0;
}

/*=========================================================================
Buisiness
=========================================================================*/
ul#businessList {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  ul#businessList {
    width: 100%;
    margin: 0 auto;
  }
}
ul#businessList li {
  width: 95%;
  height: auto;
  margin: 0 0 4% 5%;
}
@media screen and (max-width: 768px) {
  ul#businessList li {
    width: 100%;
    margin: 0 auto 6%;
  }
}
ul#businessList li:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */
dl.business_detail_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  dl.business_detail_box {
    display: block;
  }
}
dl.business_detail_box dt, dl.business_detail_box dd {
  height: auto;
}
dl.business_detail_box dt {
  width: 47%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 768px) {
  dl.business_detail_box dt {
    width: 100%;
    margin: 0 auto 4%;
  }
}
dl.business_detail_box dd {
  width: 49%;
}
@media screen and (max-width: 768px) {
  dl.business_detail_box dd {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------- */
.business_pic {
  padding: 0;
  margin: 0 auto;
}

/* ------------------------------------------------------------------------- */
.business_headline {
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  color: #050505;
  border-bottom: 1px solid #050505;
}
@media screen and (max-width: 768px) {
  .business_headline {
    margin-bottom: 0.5rem;
  }
}

/* ------------------------------------------------------------------------- */
.business_infolist p {
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .business_infolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business_infolist p {
    margin: 1.5% 2% 0 0;
  }
}

/* ------------------------------------------------------------------------- */
ul#businessList li:nth-of-type(even) {
  margin: 0 5% 4% 0;
}
@media screen and (max-width: 768px) {
  ul#businessList li:nth-of-type(even) {
    margin: 0 auto 6%;
  }
}
ul#businessList li:nth-of-type(even) dl.business_detail_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
ul#businessList li:nth-of-type(even) dl.business_detail_box dt {
  margin: 0 0 0 4%;
}
@media screen and (max-width: 768px) {
  ul#businessList li:nth-of-type(even) dl.business_detail_box dt {
    margin: 0 auto 4%;
  }
}
ul#businessList li:nth-of-type(even) .business_headline, ul#businessList li:nth-of-type(even) .business_infolist {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  ul#businessList li:nth-of-type(even) .business_headline, ul#businessList li:nth-of-type(even) .business_infolist {
    padding: 0;
  }
}

/*=========================================================================
Work Case
=========================================================================*/
ul#workList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#workList {
    padding-top: 4%;
  }
}
ul#workList li {
  width: 32%;
  margin: 0 1.3333% 6% 0;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#workList li {
    width: 48%;
    margin: 0 4% 9% 0;
  }
  ul#workList li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
ul#workList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#workList li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

/* ------------------------------------------------------------------------- */
.work_list_cap {
  position: absolute;
  z-index: 2;
  left: -0.6rem;
  top: -2rem;
  line-height: 100%;
  background: #00C4A5;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  padding: 20px;
  max-width: 90px;
  font-family: "miramin", serif;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .work_list_cap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .work_list_cap {
    top: -2.5vw;
    padding: 1.6vw;
  }
}
.work_list_cap .en {
  letter-spacing: -1px;
  text-indent: 1px;
}

/* ------------------------------------------------------------------------- */
ul#workList li:nth-of-type(3) .work_list_cap,
ul#workList li:nth-of-type(4) .work_list_cap {
  background: #00BAC7;
}

ul#workList li:nth-of-type(5) .work_list_cap,
ul#workList li:nth-of-type(6) .work_list_cap {
  background: #0086AF;
}

/* ------------------------------------------------------------------------- */
.works_image {
  padding: 0;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .works_image {
    margin-bottom: 2%;
  }
}

.works_list_title {
  line-height: 140%;
  font-size: 75%;
}
@media screen and (max-width: 768px) {
  .works_list_title {
    font-size: 90%;
  }
}

/* ------------------------------------------------------------------------- */
#works_bnrList {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#bnr_recruitment {
  width: 100%;
  height: auto;
  border: 1px solid #050505;
  text-align: center;
  padding: 45px 1em;
}
@media screen and (max-width: 768px) {
  #bnr_recruitment {
    padding: 4% 1em;
  }
}
#bnr_recruitment span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=========================================================================
ACCESS
=========================================================================*/
dl#accessContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  dl#accessContainer {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }
}
dl#accessContainer dt, dl#accessContainer dd {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  dl#accessContainer dt, dl#accessContainer dd {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  dl#accessContainer dt {
    margin-bottom: 4%;
  }
}
dl#accessContainer dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

/* ------------------------------------------------------------------------- */
#accessMap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 70%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #accessMap {
    padding-bottom: 52.65%;
  }
}
#accessMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #accessMap iframe {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------- */
table#addressList {
  width: 90%;
  height: auto;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  table#addressList {
    width: 80%;
    margin: 0 auto;
  }
}
table#addressList th, table#addressList td {
  line-height: 140%;
  text-align: left;
  font-weight: 400;
  padding-bottom: 6%;
  vertical-align: baseline;
}
table#addressList th {
  width: 24%;
}
table#addressList td {
  width: 76%;
}

/* ------------------------------------------------------------------------- */
#btn_Contact {
  width: 80%;
  height: auto;
  max-width: 600px;
  margin: 90px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #btn_Contact {
    margin-top: 6%;
  }
}
#btn_Contact a {
  display: block;
  border: 1px solid #050505;
  color: #050505;
  text-decoration: none;
  padding: 35px 1em;
}
@media screen and (max-width: 768px) {
  #btn_Contact a {
    padding: 4% 1em;
  }
}
#btn_Contact a:hover {
  background: #00738E;
  color: #00C4A5;
  border-color: #00738E;
}

/*=========================================================================
CONTACT
=========================================================================*/
#titleContact {
  text-align: center;
  line-height: 140%;
  padding-bottom: 1.5rem;
  margin-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px solid #666;
  color: #666;
  font-family: "Futura", sans-serif;
}
@media screen and (max-width: 768px) {
  #titleContact {
    margin-bottom: 4%;
  }
}
#titleContact p {
  display: block;
  color: #666;
  font-family: "MPLUS1", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS pゴシック", sans-serif;
}

/* ------------------------------------------------------------------------- */
#contactCap {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #contactCap {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
/* ---------------------------------------------------------------- */
#form_inputList, #form_inputList li {
  height: auto;
  margin: 0 auto;
}

#form_inputList {
  width: 80%;
  list-style-type: none;
  max-width: 760px;
  /* ---------------------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #form_inputList {
    width: 100%;
  }
}
#form_inputList li {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #form_inputList li {
    margin-bottom: 6%;
  }
}
#form_inputList li:last-of-type {
  margin-bottom: 0;
}
#form_inputList li.two_layout dl.input_body {
  width: 48%;
  margin-right: 4%;
}
#form_inputList li.two_layout dl.input_body:nth-of-type(2n) {
  margin-right: 0;
}
#form_inputList input[type=text],
#form_inputList input[type=email],
#form_inputList button,
#form_inputList textarea,
#form_inputList select,
#form_inputList input[type=checkbox],
#form_inputList input[type=radio],
#form_inputList input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "MPLUS1", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS pゴシック", sans-serif;
}
#form_inputList input[type=text],
#form_inputList input[type=email],
#form_inputList select {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  line-height: 140%;
  text-indent: 1.5rem;
  border: 1px solid #666666;
  color: #050505;
  border-radius: 12px;
}
#form_inputList input[type=text] {
  margin-bottom: 1em;
}
#form_inputList input[type=text]:last-of-type {
  margin-bottom: 0;
}
#form_inputList textarea {
  width: 100%;
  min-height: 80px;
  height: auto;
  border: 1px solid #666;
  padding: 0.8rem 1rem;
  line-height: 140%;
  color: #050505;
  border-radius: 12px;
}
#form_inputList .mwform-zip-field,
#form_inputList .mwform-tel-field {
  letter-spacing: -0.4em;
}
#form_inputList .mwform-zip-field input[type=text],
#form_inputList .mwform-tel-field input[type=text] {
  letter-spacing: 0;
}
#form_inputList input[type=text]:focus,
#form_inputList input[type=email]:focus,
#form_inputList textarea:focus,
#form_inputList select:focus {
  -webkit-box-shadow: 0 0 0px;
          box-shadow: 0 0 0px;
  border: 1px solid #f20;
}
#form_inputList select::-webkit-input-placeholder, #form_inputList:-webkit-input-placeholder, #form_inputList:-moz-placeholder, #form_inputList:input-placeholder {
  color: #f20 !important;
  font-family: "MPLUS1", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS pゴシック", sans-serif !important;
}
#form_inputList input[type=radio],
#form_inputList input[type=checkbox] {
  margin: 2px 5px 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  line-height: 100%;
  vertical-align: top;
  position: relative;
}
#form_inputList input[type=radio] {
  border-radius: 100%;
}
#form_inputList input[type=checkbox] {
  border-radius: 4px;
}
#form_inputList input[type=checkbox]:checked,
#form_inputList input[type=radio]:checked {
  background: #fff;
  border-color: #26D9D5;
}
#form_inputList label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  vertical-align: top;
  font-weight: 600;
  width: auto;
}
#form_inputList input[type=checkbox]:before,
#form_inputList input[type=radio]:before {
  content: none !important;
}
#form_inputList input[type=checkbox]:after,
#form_inputList input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
#form_inputList input[type=radio]:after {
  height: 1vw;
  width: 1vw;
  top: 1px;
  left: 1px;
  background: #666;
  border-radius: 100%;
}
#form_inputList input[type=checkbox]:after {
  top: -2px;
  left: 0px;
  border-right: 2px solid #666;
  border-top: 1px solid #666;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  width: 15px;
  height: 6px;
}
#form_inputList input[type=checkbox]:checked:after,
#form_inputList input[type=radio]:checked:after {
  opacity: 1;
}
#form_inputList select,
#form_inputList option {
  cursor: pointer;
  text-overflow: ellipsis;
}
#form_inputList input.input_half {
  width: 48%;
}
#form_inputList input.input_three {
  width: 29%;
}
#form_inputList dl.input_body {
  height: auto;
}
#form_inputList dl.input_body dt, #form_inputList dl.input_body dd {
  line-height: 160%;
  height: auto;
  font-weight: 400;
}
#form_inputList dl.input_body dt p {
  margin-bottom: 0.5rem;
}
#form_inputList dl.input_body dt span {
  color: #ff0062;
}
#form_inputList dl.input_body dd.type_three {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#form_inputList dl.input_body dd.type_three p {
  width: 32%;
  margin: 0 1.3333% 0 0;
}
#form_inputList dl.input_body dd.type_three p:last-of-type {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
select::-ms-expand {
  display: none;
}

/* ---------------------------------------------------------------- */
#formCheck {
  text-align: center;
}

#agreementNotes02 {
  color: #014646;
  line-height: 160%;
}

/* ---------------------------------------------------------------- */
#form_buttonList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 70%;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  padding: 60px 0 90px;
}
#form_buttonList p {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  text-align: center !important;
  width: 48%;
  margin-right: 4%;
}
#form_buttonList p:last-of-type {
  margin-right: 0;
}
#form_buttonList input.Agree,
#form_buttonList input.Disagree {
  background: none;
  height: auto;
  cursor: pointer;
  color: #050505;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0.8rem 0;
}
#form_buttonList input.Agree {
  background: #00738e !important;
  border: 1px solid #00738e !important;
  color: #fff !important;
}
#form_buttonList input.Agree:hover {
  background: transparent !important;
  border-color: #00738e !important;
  color: #00738e !important;
}
#form_buttonList input.Disagree {
  background: #ccc;
  border: 1px solid #ccc;
  color: #333;
}
#form_buttonList input.Disagree:hover {
  background: #333;
  color: #ccc;
}

#form_buttonList p:empty {
  display: none;
}

/* ---------------------------------------------------------------- */
#agreeMessage {
  text-align: center;
  line-height: 160%;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#agreeHeadline {
  font-weight: 600;
  color: #ff6666;
}

/* ---------------------------------------------------------------- */
.two_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two_item .mwform-radio-field {
  width: auto;
  margin-right: 3%;
}

.two_item .mwform-radio-field:last-of-type {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
.error {
  color: #ff0062 !important;
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
  display: inline-block;
  margin-top: 0.5em;
  font-weight: 600;
}

.dual {
  margin-top: 1em !important;
}

/* ---------------------------------------------------------------- */
#input_twoLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input_twoLayout input {
  margin-top: 0 !important;
}

/* ---------------------------------------------------------------- */
.input_half {
  width: 48% !important;
}

/* ---------------------------------------------------------------- */
#form_inputList button {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn_addNum, #form_inputList button {
  height: auto;
}

#btn_addNum a,
#form_inputList button {
  display: inline-block;
  height: auto;
  text-decoration: none;
  color: #fff;
  background: #00a23f;
  border: 1px solid #00a23f;
  line-height: 140%;
  border-radius: 6px;
}

#btn_addNum a:hover,
#form_inputList button:hover {
  background-color: transparent;
  color: #00a23f;
}

/* ---------------------------------------------------------------- */
#formLink {
  height: auto;
}

#formLink a {
  text-decoration: underline;
  color: #ff0062;
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding-left: 1.6em;
}

#formLink a:hover {
  color: #ff0062;
  text-decoration: none;
}

#formLink a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/mark_exclamation_red.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#formLink a:hover:before {
  background-image: url("../img/mark_exclamation_gr.png");
}

/* ---------------------------------------------------------------- */
#checkBox {
  text-align: center;
  border-top: 1px solid #707070;
  line-height: 160%;
}

#form_inputList #checkBox label {
  font-weight: 400;
  color: #707070;
}

#form_inputList #checkBox label a {
  color: #707070;
  text-decoration: underline;
}

#form_inputList #checkBox label a:hover {
  text-decoration: none;
  color: #f00;
}

/* ---------------------------------------------------------------- */
.mw_wp_form_preview .select_cover:before,
.mw_wp_form_preview .select_cover:after {
  content: none;
}

.mw_wp_form_preview #btn_addNum,
.mw_wp_form_preview #formLink {
  display: none;
}

.preview_text {
  display: none;
}

.mw_wp_form_preview .preview_text,
.mw_wp_form_preview .preview_text {
  display: inline-block;
}

/* ---------------------------------------------------------------- */
#select_yearBox option:nth-child(2n+1) {
  background: lightgray;
}

/* ---------------------------------------------------------------- */
.select_cover {
  position: relative;
  overflow: hidden;
}

.select_cover:before, .select_cover:after {
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.select_cover:before {
  height: 100%;
  width: 5%;
  border-left: 1px solid #838383;
  top: 0;
  right: 0;
  z-index: -1;
  background: none;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.select_cover:after {
  right: 2%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-top: 0.6em solid #838383;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-left: 0.4em solid transparent;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
}

/* ---------------------------------------------------------------- */
.mw_wp_form_confirm #select-openBox,
.mw_wp_form_preview #select-openBox {
  display: block;
}

/* ---------------------------------------------------------------- */
.mw_wp_form_confirm ul#form_inputList li {
  width: auto;
  padding: 0 0 1rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #ccc;
}
.mw_wp_form_confirm ul#form_inputList li dl.input_body dt p {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #f5f5f5;
}
.mw_wp_form_confirm ul#form_inputList li dl.input_body dt p.center {
  text-align: left !important;
}
.mw_wp_form_confirm ul#form_inputList li dl.input_body dd {
  padding: 0 1rem;
  min-height: 1.5rem;
}