@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap);html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

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

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

input, textarea {
  appearance: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  background-color: #f8f7fc; 
  color: #18282e;
  font-family: 'Noto Sans CJK JP', 'Noto Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
body._fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.contents {
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0.8), #fff 463px);
}
.contents._recruit {
  background: none;
}

.footer {
  background-color: #f0f5f7; 
  letter-spacing: 0.1em;
  text-align: center;
}

.header {
  position: fixed;
  z-index: 5; 
  width: 100%;
}
.header._menu-open {
  overflow: hidden; 
  height: 100%;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff; 
  align-items: center;
}
.header_logo a {
  display: flex;
}
.header_logo img {
  width: 100%;
}
.header_nav {
  margin: 0 0 0 auto;
}
.header_item a {
  color: #18282e;
  font-weight: bold;
  line-height: 1;
}
.header_item._works a {
  color: #058e85;
}
.header_contact a {
  position: relative;
  display: block;
  background-color: #0e7a9e;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: background 0.4s;
}
.header_contact a:before {
  position: absolute;
  left: 50%;
  content: '';
  height: 17px;
  width: 23px;
  background-image: url('/img/ico_contact.svg');
  background-size: 100% 100%; 
  transform: translateX(-50%);
}

.main {
  overflow: hidden;
}

/* breadcrumb
---------------------------------------------*/
.breadcrumb {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden; 
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  border-top: 1px solid #e6e8eb;
  box-sizing: content-box;
}
.breadcrumb_item {
  position: relative;
  line-height: 1;
}
.breadcrumb_item a, .breadcrumb_item > span {
  display: block;
  padding: 19px 12px;
}
.breadcrumb_item a {
  color: #18282e;
  transition: color 0.4s;
}
.breadcrumb_item:first-child a, .breadcrumb_item:first-child > span {
  z-index: 2;
}
.breadcrumb_item:first-child a:before, .breadcrumb_item:first-child > span:before {
  position: absolute;
  top: 50%;
  content: '';
  height: 14px;
  width: 14px;
  background-image: url('/img/ico_home.svg');
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.4s;
}
.breadcrumb_item + .breadcrumb_item a, .breadcrumb_item + .breadcrumb_item > span {
  padding-left: 32px;
}
.breadcrumb_item + .breadcrumb_item a:before, .breadcrumb_item + .breadcrumb_item > span:before {
  position: absolute;
  left: -17px;
  top: 9px;
  content: '';
  height: 32px;
  width: 32px;
  border-right: 4px solid #edf1f7; 
  border-top: 4px solid #edf1f7;
  transform: rotate(45deg) skew(12deg, 12deg);
}

.complete_heading {
  font-weight: 700;
  text-align: center;
}

.complete_lead {
  margin-top: 22px;
}

.complete_link {
  display: flex;
  justify-content: center;
}

.complete_button {
  display: flex;
  height: 48px;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  background-color: #0e7a9e;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  line-height: 1.2;
  transition: color 0.3s, background 0.3s;
}
.complete_button span {
  position: relative;
}
.complete_button span:after {
  position: absolute;
  top: 50%;
  content: '';
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.complete_button._arrow span:after {
  right: -36px; 
  height: 11px;
  width: 21px;
  background-image: url('/img/ico_allow.svg');
}
.complete_button._wide {
  max-width: 400px;
}
.complete_button._pdf span:after {
  right: -30px; 
  height: 20px;
  width: 17px;
  background-image: url('/img/ico_pdf.svg');
}
.complete_button._back {
  background-color: #99abb1;
}
.complete_button._recruit {
  background-color: #2fa099;
  letter-spacing: 0;
}
.complete_button._recruit._back {
  background-color: #99abb1;
}
.complete_button._disabled {
  pointer-events: none; 
  background-color: #ccc;
}

/* contact
---------------------------------------------*/
.contact {
  overflow: hidden; 
  background-color: #0e7a9e;
  color: #fff;
}
.contact_inner {
  position: relative;
  z-index: 1; 
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
.contact_inner:before {
  position: absolute;
  content: '';
  z-index: -1; 
  height: 400px;
  width: 400px;
  background-color: #177fa1;
  border-radius: 30px;
  transform: rotate(45deg);
}
.contact_inner:after {
  position: absolute;
  content: '';
  z-index: -1; 
  height: 630px;
  width: 630px;
  background-color: #177fa1;
  border-radius: 30px;
  transform: rotate(45deg);
}
.contact_heading {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contact_heading:before {
  position: absolute;
  content: '';
  z-index: 0; 
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  transform: rotate(65deg);
}
.contact_unit {
  text-align: center;
}
.contact_unit + .contact_unit .contact_title:after {
  border-top: 8px solid #177fa1;
}
.contact_title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contact_title:before {
  position: absolute;
  left: 49%;
  content: '';
  z-index: 0; 
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}
.contact_title:after {
  position: absolute;
  left: 49%;
  content: '';
  z-index: 1; 
  border: 8px solid transparent;
  border-top: 8px solid #0e7a9e;
  transform: translateX(-50%);
}
.contact_tel a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1;
}
.contact_tel a:before {
  position: absolute;
  top: 50%;
  content: '';
  height: 32px;
  width: 32px;
  background-image: url('/img/ico_tel.svg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.contact_btn a {
  background-color: #fff;
  border-radius: 100px;
  color: #0e7a9e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: color 0.4s, background 0.4s;
}
.contact_btn span {
  position: relative;
  padding-left: 30px;
}
.contact_btn span:before {
  position: absolute;
  left: 0;
  top: 54%;
  content: '';
  height: 17px;
  width: 23px;
  background-image: url('/img/ico_contact.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.4s;
}
.contact_note {
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* extra
---------------------------------------------*/
.extra {
  position: relative;
  z-index: 3;
  background-color: #e5f3f9;
}
.extra_outer {
  overflow: hidden;
}
.extra_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.extra_inner:before {
  position: absolute;
  content: '';
  opacity: 0.4; 
  z-index: -1;
}
.extra_inner:after {
  position: absolute;
  content: '';
  opacity: 0.4; 
  z-index: -1;
}
.extra_heading {
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.extra_heading span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #0e7a9e;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em; 
  text-align: center;
}
.extra_heading span:after {
  position: absolute;
  bottom: 4px;
  left: 0; 
  content: '';
  z-index: 1;
  height: 4px;
  width: 100%;
  background-color: #e6d539;
  transform: skewX(-45deg) rotate(-4deg);
}
.extra_title {
  position: relative;
  display: inline-block;
  color: #0e7a9e;
  font-size: 24px; 
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.extra_title:after {
  position: absolute;
  left: 13px;
  top: -19px;
  content: '';
  opacity: 0.5;
  z-index: -1;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 8px; 
  transform: rotate(65deg);
}
.extra_lead {
  margin-top: 24px;
  text-align: center;
}
.extra_lead._large {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.extra._recruit {
  background-color: #e6f2e1;
}
.extra._recruit .extra_heading span {
  color: #058e85;
}
.extra._recruit .extra_title {
  color: #058e85;
}

.form-cmn_title {
  display: flex;
  background-color: #d9e8ed;
  font-weight: 700;
  align-items: center; 
  line-height: 1.5;
}

.form-cmn_required {
  display: flex;
  height: 22px;
  width: 47px;
  margin-left: 8px;
  justify-content: center;
  background-color: #c03a3f;
  border-radius: 50px;
  color: #fff;
  font-size: 11px; 
  align-items: center;
}

.form-cmn_contents {
  background-color: #f0f5f7;
}
.form-cmn_contents._error .form-cmn_input, .form-cmn_contents._error .form-cmn_textarea {
  background-color: #fdf5f5;
  border-color: #d10808;
}

.form-cmn_list {
  padding-left: 26px;
}
.form-cmn_list._confirmation {
  padding-left: 0;
}
.form-cmn_list._error .form-cmn_radio + label:before {
  background-color: #fdf5f5;
  border-color: #d10808;
}

.form-cmn_input {
  padding: 14px 16px;
  border: solid 1px #d6d9db;
  border-radius: 4px;
}
.form-cmn_input._full {
  width: 100%;
}
.form-cmn_input._mini {
  width: 92px;
}
.form-cmn_input._half {
  width: 47.44977%;
}
.form-cmn_input::-moz-placeholder {
  color: #a0a8ac;
}
.form-cmn_input:-ms-input-placeholder {
  color: #a0a8ac;
}
.form-cmn_input::placeholder {
  color: #a0a8ac;
}

.form-cmn_check {
  display: none;
}
.form-cmn_check + label {
  cursor: pointer; 
  position: relative;
  font-weight: 700;
}
.form-cmn_check + label::before {
  position: absolute;
  left: -26px;
  top: 50%;
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 2px #a0a8ac;
  border-radius: 4px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.form-cmn_check:checked + label::before {
  background-color: #a0a8ac;
  border: solid 2px #a0a8ac;
}
.form-cmn_check:checked + label::after {
  position: absolute;
  left: -24px;
  top: 50%;
  content: '';
  display: block;
  height: 8px;
  width: 14px;
  background-image: url('/img/ico_check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.form-cmn_radio {
  display: none;
}
.form-cmn_radio + label {
  cursor: pointer; 
  position: relative;
  font-weight: 700;
}
.form-cmn_radio + label::before {
  position: absolute;
  left: -26px;
  top: 50%;
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 2px #a0a8ac;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.form-cmn_radio:checked + label::after {
  position: absolute;
  left: -22px;
  top: 50%;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background-color: #657c84;
  border-radius: 50%;
  transform: translateY(-50%);
}

.form-cmn_textarea {
  resize: none; 
  width: 100%;
  min-height: 149px;
  padding: 14px 16px;
  border: solid 1px #d6d9db;
  border-radius: 4px;
}
.form-cmn_textarea::-moz-placeholder {
  color: #a0a8ac;
}
.form-cmn_textarea:-ms-input-placeholder {
  color: #a0a8ac;
}
.form-cmn_textarea::placeholder {
  color: #a0a8ac;
}

.form-cmn_box {
  display: none;
}

.form-cmn_inner._col {
  display: flex;
  justify-content: space-between;
}

.form-cmn_inner._lined {
  border-top: solid 1px #c7d6ca;
}

.form-cmn_inner-title {
  display: flex;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700; 
  align-items: center;
}

.form-cmn_set._top {
  align-items: flex-start;
}

.form-cmn_set-title {
  line-height: 1.5;
}

.form-cmn_set-input._error .form-cmn_input, .form-cmn_set-input._error .form-cmn_textarea {
  background-color: #fdf5f5;
  border-color: #d10808;
}

.form-cmn_set-input-unit {
  display: inline-block;
}
.form-cmn_set-input-unit._error .form-cmn_input {
  background-color: #fdf5f5;
  border-color: #d10808;
}

.form-cmn_label {
  display: block;
  width: 92px;
  font-weight: 700;
}
.form-cmn_label._right {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  font-weight: 400;
}
.form-cmn_label._long {
  width: 175px;
}
.form-cmn_label span {
  display: block;
  font-size: 12px;
}

.form-cmn._recruit .form-cmn_title {
  background-color: #daebcb;
}

.form-cmn._recruit .form-cmn_contents {
  background-color: #ebf4e7;
}

/* main-heading
---------------------------------------------*/
.main-heading {
  background-color: #f8f7fc;
}
.main-heading_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-heading_inner:before {
  position: absolute;
  content: '';
  background-color: #0e7a9e;
}
.main-heading_text {
  position: relative;
  z-index: 1;
  color: #fff; 
  line-height: 1;
  text-transform: uppercase;
}
.main-heading_text:before {
  position: absolute;
  content: '';
  opacity: 0.16;
  z-index: -1;
  background-color: #88bd49;
  border-radius: 15px; 
  transform: rotate(69deg);
}
.main-heading_en {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.main-heading_ja {
  display: block;
  margin-top: 18px;
  font-weight: 700;
}
.main-heading_ja._en {
  font-family: 'Lato', sans-serif;
  font-style: italic; 
  font-weight: 700;
}
.main-heading._recruit .main-heading_inner:before {
  background-color: #058e85;
}

.profession_unit {
  position: relative;
}
.profession_unit:before {
  position: absolute;
  left: 50%;
  content: '';
  height: 140px;
  width: 140px;
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.profession_unit::after {
  position: absolute;
  left: 50%;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.profession_unit._recruit::before {
  width: 140px;
  background-color: #f0f5f7;
  box-shadow: 0 0 10px rgba(21, 58, 72, 0.08);
}
.profession_unit._blue01::after {
  height: 66px;
  width: 66px;
  background-image: url('/img/ico_profession01_blue.svg');
}
.profession_unit._blue02::after {
  height: 60px;
  width: 75px;
  background-image: url('/img/ico_profession02_blue.svg');
}
.profession_unit._blue03::after {
  height: 80px;
  width: 59px;
  background-image: url('/img/ico_profession03_blue.svg');
}
.profession_unit._green01::after {
  height: 66px;
  width: 66px;
  background-image: url('/img/ico_profession01_green.svg');
}
.profession_unit._green02::after {
  height: 60px;
  width: 75px;
  background-image: url('/img/ico_profession02_green.svg');
}
.profession_unit._green03::after {
  height: 80px;
  width: 59px;
  background-image: url('/img/ico_profession03_green.svg');
}

.profession_list._main .profession_term {
  font-size: 14px;
  text-align: left;
}

.profession_list._main .profession_description {
  margin-top: 0;
}

.profession_term {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.profession_link {
  display: flex;
  margin-top: 52px; 
  flex-direction: column;
  align-items: center;
}

.profession_link-text {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #0e7a9e;
  font-weight: 700;
  text-align: center;
}
.profession_link-text:before {
  position: absolute;
  left: -34px;
  top: 33px;
  content: '';
  height: 2px;
  width: 27px;
  background-color: #b1c9d1;
  transform: rotate(-131deg);
}
.profession_link-text:after {
  position: absolute;
  right: -32px;
  top: 33px;
  content: '';
  height: 2px;
  width: 27px;
  background-color: #b1c9d1;
  transform: rotate(-49deg);
}
.profession_link-text._recruit {
  color: #058e85;
}

.profession_button {
  display: flex;
  height: 48px;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  background-color: #0e7a9e;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  line-height: 1.2;
  transition: color 0.3s, background 0.3s;
}
.profession_button span {
  position: relative;
}
.profession_button span:after {
  position: absolute;
  top: 50%;
  content: '';
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.profession_button._arrow span:after {
  right: -36px; 
  height: 11px;
  width: 21px;
  background-image: url('/img/ico_allow.svg');
}
.profession_button._wide {
  max-width: 400px;
}
.profession_button._pdf span:after {
  right: -30px; 
  height: 20px;
  width: 17px;
  background-image: url('/img/ico_pdf.svg');
}
.profession_button._back {
  background-color: #99abb1;
}
.profession_button._recruit {
  background-color: #2fa099;
  letter-spacing: 0;
}
.profession_button._recruit._back {
  background-color: #99abb1;
}
.profession_button._disabled {
  pointer-events: none; 
  background-color: #ccc;
}

/* section-cmn
---------------------------------------------*/
.section-cmn {
  position: relative;
  z-index: 3;
}
.section-cmn_heading {
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.1em; 
  line-height: 1.5;
}
.section-cmn_heading span {
  position: relative;
  display: block;
  padding-left: 33px;
}
.section-cmn_heading span:before {
  position: absolute;
  content: '';
  z-index: 1;
  height: 14px; 
  width: 14px;
  background-color: #0e7a9e;
  border-radius: 2px;
  transform: rotate(55deg);
}
.section-cmn_heading span:after {
  position: absolute;
  content: '';
  z-index: -1;
  height: 14px; 
  width: 14px;
  background-color: #e5f3f9;
  border-radius: 2px;
  transform: rotate(75deg);
}
.section-cmn._transparent {
  background: linear-gradient(rgba(255, 255, 255, 0.8), #fff 80%);
}
.section-cmn._colored {
  background-color: #f0f5f7;
}
.section-cmn._over {
  z-index: 20;
}
.section-cmn._recruit {
  background-color: #ebf4e7;
}
.section-cmn._white {
  background-color: #fff;
}

._button a {
  display: inline-block;
  width: 100%;
  padding: 16px 16px 16px 49px;
  background-color: #0e7a9e;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: color 0.3s, background 0.3s;
}

._button span {
  position: relative;
  display: inline-block;
  padding-right: 31px;
  letter-spacing: 0.1em;
}
._button span:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 11px;
  width: 21px;
  background-image: url('/img/ico_allow.svg');
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
  .footer {
    padding: 30px;
    font-size: 10px;
  }
  .header._menu-open .header_nav {
    top: 80px;
  }
  .header._menu-open .header_button span {
    background: transparent;
  }
  .header._menu-open .header_button span:before, .header._menu-open .header_button span:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .header._menu-open .header_button span:before {
    transform: rotate(-45deg);
  }
  .header._menu-open .header_button span:after {
    transform: rotate(45deg);
  }
  .header_inner {
    height: 80px;
  }
  .header_logo {
    width: 168px;
    margin: 0 0 0 30px;
  }
  .header_nav {
    position: fixed;
    top: -100%;
    z-index: -1;
    height: calc(100% - 80px);
    width: 100%;
    background: #fff;
    transition: top 0.4s ease-in;
  }
  .header_list {
    display: block;
    width: 100%;
    padding: 0 0 13px 30px;
    background-color: #fff;
  }
  .header_item {
    opacity: 0;
    margin: 0;
    transition: opacity 0.4s 0.4s ease-in;
  }
  .header_item + .header_item {
    border-top: 1px solid #e6e8eb;
  }
  .header_item a {
    display: block;
    padding: 27px 0;
    border-radius: 0; 
    font-size: 14px;
  }
  .header_item._show {
    opacity: 1;
  }
  .header_item._works a {
    background-color: #fff;
    border-radius: 0;
  }
  .header_contact a {
    width: 80px;
    padding: 46px 2px 24px 4px;
    font-size: 10px;
  }
  .header_contact a:before {
    top: 20px;
  }
  .header_button {
    position: relative;
    display: block;
    z-index: 3; 
    height: 39px;
    min-width: 43px;
    margin: 0 18px 0 auto;
  }
  .header_button span {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    margin: 6px auto;
    background: #0e7a9e;
    border-radius: 2px;
    transition: background 0.4s;
  }
  .header_button span:before, .header_button span:after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #0e7a9e;
    border-radius: 2px;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .header_button span:before {
    top: -6px;
  }
  .header_button span:after {
    top: 6px;
  }
  .header_button p {
    margin-top: 16px;
    color: #0e7a9e;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
  }
  .main {
    padding-top: 80px;
  }
  .breadcrumb {
    padding: 0 30px;
  }
  .breadcrumb_item:first-child a, .breadcrumb_item:first-child > span {
    padding-left: 22px;
  }
  .breadcrumb_item:first-child a:before, .breadcrumb_item:first-child > span:before {
    left: 0;
  }
  .complete_inner {
    padding: 80px 30px 60px;
  }
  .complete_heading {
    font-size: 24px;
    letter-spacing: 0.08em; 
    line-height: 1.8;
  }
  .complete_link {
    margin-top: 54px;
  }
  .complete_button {
    width: 95.2381%;
    padding: 0 45px;
  }
  .complete_button._recruit {
    text-align: center;
  }
  .contact {
    padding: 56px 0 59px;
  }
  .contact_inner {
    padding: 0 30px;
  }
  .contact_inner:before {
    left: -300px; 
    top: -195px;
  }
  .contact_inner:after {
    right: -491px; 
    top: 96px;
  }
  .contact_heading {
    font-size: 24px;
    text-align: center;
  }
  .contact_heading:before {
    left: 211px; 
    top: 1px;
  }
  .contact_lead {
    margin-top: 19px;
  }
  .contact_col {
    margin-top: 37px;
  }
  .contact_unit + .contact_unit {
    margin-top: 38px;
  }
  .contact_title {
    padding-top: 22px;
    border-top: 2px solid #fff;
    font-size: 18px;
    line-height: 1;
  }
  .contact_title:before {
    top: -2px;
  }
  .contact_title:after {
    top: -3px;
  }
  .contact_tel {
    margin-top: 18px;
  }
  .contact_tel a {
    padding: 9px 0 9px 48px;
  }
  .contact_tel a:before {
    left: 3px;
  }
  .contact_btn {
    max-width: 300px; 
    margin: 21px auto 10px;
  }
  .contact_btn a {
    display: block;
    width: 100%;
    padding: 15px 16px 17px 18px;
  }
  .contact_note {
    margin-top: 7px;
  }
  .extra_inner {
    padding: 60px 30px;
  }
  .extra_heading {
    top: -30px;
  }
  .extra_title {
    display: inline;
    letter-spacing: 0.08em;
  }
  .form-cmn {
    margin-top: 60px;
  }
  .form-cmn_title {
    height: 70px;
    padding: 0 30px;
  }
  .form-cmn_contents {
    padding: 24px 30px;
  }
  .form-cmn_list + * {
    margin-top: 18px;
  }
  .form-cmn_nationality + * {
    margin-top: 18px;
  }
  .form-cmn_input._medium {
    width: 100%;
  }
  .form-cmn_input._short {
    width: 100%;
  }
  .form-cmn_inner + .form-cmn_inner {
    margin-top: 18px;
  }
  .form-cmn_inner._lined {
    padding-top: 24px;
  }
  .form-cmn_set-input {
    margin-top: 7px;
  }
  .main-heading_inner {
    height: 142px;
    padding: 0 30px;
  }
  .main-heading_inner:before {
    left: -940px;
    top: -487px;
    height: 1101px;
    width: 1101px;
    border-radius: 70px; 
    transform: rotate(45deg);
  }
  .main-heading_text:before {
    left: -93px; 
    top: -117px;
    height: 167px;
    width: 167px;
  }
  .main-heading_en {
    font-size: 42px;
  }
  .main-heading_ja {
    font-size: 14px;
  }
  .profession_contents {
    margin-top: 40px;
  }
  .profession_unit {
    padding-top: 157px;
  }
  .profession_unit + .profession_unit {
    margin-top: 40px;
  }
  .profession_unit:before {
    top: 50px;
    top: 0;
  }
  .profession_unit._blue01::after {
    top: 83px;
    top: 33px;
  }
  .profession_unit._blue02::after {
    top: 83px;
    top: 33px;
  }
  .profession_unit._blue03::after {
    top: 83px;
    top: 33px;
  }
  .profession_unit._green01::after {
    top: 83px;
    top: 33px;
  }
  .profession_unit._green02::after {
    top: 83px;
    top: 33px;
  }
  .profession_unit._green03::after {
    top: 83px;
    top: 33px;
  }
  .profession_list._main {
    margin-top: 16px;
  }
  .profession_description {
    margin-top: 20px;
  }
  .profession_button {
    width: 95.2381%;
    padding: 0 45px;
  }
  .profession_button._recruit {
    text-align: center;
  }
  .section-cmn_inner {
    padding: 80px 30px;
  }
  .section-cmn_heading {
    font-size: 24px;
  }
  .section-cmn_heading span:before {
    left: 3px; 
    top: 12px;
  }
  .section-cmn_heading span:after {
    left: 9px; 
    top: 16px;
  }
  .section-cmn_heading._inside {
    margin-bottom: 24px;
    padding: 0 30px;
    text-align: left;
  }
  ._button {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1040px;
  }
  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  .footer {
    min-width: 1040px;
    padding: 39px 30px;
    font-size: 12px;
  }
  .header_inner {
    height: 96px;
  }
  .header_logo {
    width: 180px;
    margin: 0 15px 0 40px;
  }
  .header_list {
    display: flex;
    margin-right: 24px; 
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
  .header_item {
    margin: 9px 0;
  }
  .header_item a {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 13px;
    transition: color 0.4s, background 0.4s;
  }
  .header_item a:hover {
    background-color: #1c90b7; 
    color: #fff;
  }
  .header_item._works {
    margin-left: 12px;
  }
  .header_item._works a {
    background-color: #edf1f7;
  }
  .header_item._works a:hover {
    background-color: #29b1a8; 
    color: #fff;
  }
  .header_item._works._select a {
    background-color: #29b1a8;
  }
  .header_item._works._select a:before {
    background-color: #29b1a8;
  }
  .header_item._select a {
    pointer-events: none; 
    position: relative;
    background-color: #1c90b7;
    color: #fff;
  }
  .header_item._select a:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #1c90b7; 
    border-radius: 1px;
    transform: translate(-50%) rotate(45deg);
  }
  ._service .header_item:nth-child(1) a {
    position: relative;
    background-color: #1c90b7; 
    color: #fff;
  }
  ._service .header_item:nth-child(1) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._service .header_item:nth-child(1) a:before {
    background: #1c90b7;
  }
  ._people .header_item:nth-child(2) a {
    position: relative;
    background-color: #1c90b7; 
    color: #fff;
  }
  ._people .header_item:nth-child(2) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._people .header_item:nth-child(2) a:before {
    background: #1c90b7;
  }
  ._case .header_item:nth-child(3) a {
    position: relative;
    background-color: #1c90b7; 
    color: #fff;
  }
  ._case .header_item:nth-child(3) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._case .header_item:nth-child(3) a:before {
    background: #1c90b7;
  }
  ._compliance .header_item:nth-child(4) a {
    position: relative;
    background-color: #1c90b7; 
    color: #fff;
  }
  ._compliance .header_item:nth-child(4) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._compliance .header_item:nth-child(4) a:before {
    background: #1c90b7;
  }
  ._company .header_item:nth-child(5) a {
    position: relative;
    background-color: #1c90b7; 
    color: #fff;
  }
  ._company .header_item:nth-child(5) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._company .header_item:nth-child(5) a:before {
    background: #1c90b7;
  }
  ._recruit .header_item:nth-child(6) a {
    position: relative;
    background-color: #29b1a8; 
    color: #fff;
  }
  ._recruit .header_item:nth-child(6) a:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
  }
  ._recruit .header_item:nth-child(6) a:before {
    background: #29b1a8;
  }
  .header_contact a {
    width: 133px;
    padding: 54px 12px 29px;
    font-size: 13px;
  }
  .header_contact a:hover {
    background-color: #1c90b7;
  }
  .header_contact a:before {
    top: 26px;
  }
  .header_button {
    display: none;
  }
  .main {
    min-width: 1040px;
    padding-top: 96px;
  }
  .breadcrumb {
    padding-left: 22px;
  }
  .breadcrumb_item a {
    cursor: pointer;
  }
  .breadcrumb_item a:hover {
    color: #0e7a9e;
  }
  .breadcrumb_item:first-child a, .breadcrumb_item:first-child > span {
    padding-left: 48px;
  }
  .breadcrumb_item:first-child a:before, .breadcrumb_item:first-child > span:before {
    left: 26px;
  }
  .breadcrumb_item:first-child a:hover:before {
    background-image: url('/img/ico_home_bl.svg');
  }
  .complete_inner {
    max-width: 980px;
    margin: 0 auto; 
    padding: 80px 0;
  }
  .complete_heading {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .complete_lead {
    text-align: center;
  }
  .complete_link {
    margin-top: 54px;
  }
  .complete_button {
    width: 100%;
  }
  .complete_button:hover {
    background-color: #1c90b7;
  }
  .complete_button._arrow {
    padding: 0 59px 0 60px;
  }
  .complete_button._recruit:hover {
    background-color: #29b1a8;
  }
  .complete_button._recruit._back:hover {
    background-color: #67b9b3;
  }
  .complete_button._disabled:hover {
    background-color: #ccc;
  }
  .contact {
    min-width: 1040px;
    padding: 76px 0 78px 0;
    text-align: center;
  }
  .contact_inner:before {
    left: -118px; 
    top: -217px;
  }
  .contact_inner:after {
    right: -257px; 
    top: 76px;
  }
  .contact_heading {
    font-size: 28px;
  }
  .contact_heading:before {
    left: 423px; 
    top: -20px;
  }
  .contact_lead {
    margin-top: 17px;
  }
  .contact_col {
    display: flex;
    margin-top: 34px; 
    justify-content: center;
  }
  .contact_unit {
    width: 458px;
  }
  .contact_title {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff; 
    font-size: 22px;
  }
  .contact_title:before {
    top: 44px;
  }
  .contact_title:after {
    top: 43px;
  }
  .contact_tel {
    pointer-events: none; 
    margin-top: 30px;
  }
  .contact_tel a {
    padding: 12px 0 12px 45px;
  }
  .contact_tel a:before {
    left: 0;
  }
  .contact_btn {
    margin-top: 30px;
  }
  .contact_btn a {
    display: inline-block;
    padding: 16px 37px 16px 39px;
  }
  .contact_btn a:hover {
    background-color: #1c90b7; 
    color: #fff;
  }
  .contact_btn a:hover span:before {
    background-image: url('/img/ico_contact_w.svg');
  }
  .contact_note {
    margin-top: 16px;
  }
  .extra_inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .extra_inner:before {
    left: -150px;
    top: -66px;
    height: 312px;
    width: 312px;
    background-color: #fff;
    border-radius: 30px; 
    transform: rotate(45deg);
  }
  .extra_inner:after {
    right: -286px;
    top: 153px;
    height: 630px;
    width: 630px;
    background-color: #fff;
    border-radius: 30px; 
    transform: rotate(45deg);
  }
  .extra_heading {
    top: -30px;
  }
  .extra_title {
    letter-spacing: 0.1em;
  }
  .form-cmn {
    margin-top: 80px;
  }
  .form-cmn_unit {
    display: flex;
  }
  .form-cmn_unit + .form-cmn_unit {
    margin-top: 2px;
  }
  .form-cmn_title {
    width: 269px;
    padding: 32px 0 32px 32px;
    font-size: 16px;
  }
  .form-cmn_title._top {
    align-items: flex-start;
  }
  .form-cmn_contents {
    display: flex;
    padding: 32px; 
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
  .form-cmn_list {
    display: flex;
  }
  .form-cmn_list + * {
    margin-top: 24px;
  }
  .form-cmn_nationality + * {
    margin-top: 24px;
  }
  .form-cmn_item + .form-cmn_item {
    margin-left: 58px;
  }
  .form-cmn_input._medium {
    width: 300px;
  }
  .form-cmn_input._short {
    width: 152px;
  }
  .form-cmn_inner + .form-cmn_inner {
    margin-top: 24px;
  }
  .form-cmn_inner._lined {
    padding-top: 32px;
  }
  .form-cmn_set {
    display: flex;
    align-items: center;
  }
  .form-cmn_set._top .form-cmn_set-title {
    padding-top: 10px;
  }
  .form-cmn_set-input {
    flex: 1;
  }
  .main-heading_inner {
    height: 212px;
    max-width: 980px;
    margin: 0 auto;
  }
  .main-heading_inner:before {
    left: -1776px;
    top: -125px;
    height: 1468px;
    width: 1468px;
    border-radius: 60px; 
    transform: rotate(45deg) translateY(-50%);
  }
  .main-heading_inner:after {
    position: absolute;
    right: -14px; 
    top: -79px;
    content: '';
    opacity: 0.16;
    height: 244px;
    width: 244px;
    background-color: #8cbac9;
    border-radius: 25px;
    transform: rotate(57deg);
  }
  .main-heading_text:before {
    left: -78px; 
    top: -124px;
    height: 167px;
    width: 167px;
  }
  .main-heading_text:after {
    position: absolute;
    bottom: -80px;
    right: 320px; 
    content: '';
    opacity: 0.16;
    height: 70px;
    width: 70px;
    background-color: #e2e37d;
    border-radius: 10px;
    transform: rotate(69deg);
  }
  .main-heading_en {
    font-size: 50px;
  }
  .main-heading_ja {
    font-size: 16px;
  }
  .main-heading._recruit .main-heading_inner:after {
    opacity: 1; 
    background-color: #e7efdf;
  }
  .main-heading._recruit .main-heading_text:after {
    opacity: 1; 
    background-color: #f6f5e8;
  }
  .profession_contents {
    display: flex;
    margin-top: 196px; 
    justify-content: space-between;
    align-items: flex-start;
  }
  .profession_unit {
    width: 287px;
  }
  .profession_unit:before {
    top: -160px;
  }
  .profession_unit._blue01::after {
    top: -126px;
  }
  .profession_unit._blue02::after {
    top: -120px;
  }
  .profession_unit._blue03::after {
    top: -134px;
  }
  .profession_unit._green01::after {
    top: -126px;
  }
  .profession_unit._green02::after {
    top: -120px;
  }
  .profession_unit._green03::after {
    top: -134px;
  }
  .profession_list._main .profession_description {
    min-height: auto;
  }
  .profession_description {
    min-height: 112px;
    margin-top: 20px;
  }
  .profession_button {
    width: 100%;
  }
  .profession_button:hover {
    background-color: #1c90b7;
  }
  .profession_button._arrow {
    padding: 0 59px 0 60px;
  }
  .profession_button._recruit:hover {
    background-color: #29b1a8;
  }
  .profession_button._recruit._back:hover {
    background-color: #67b9b3;
  }
  .profession_button._disabled:hover {
    background-color: #ccc;
  }
  .section-cmn_inner {
    max-width: 980px;
    margin: 0 auto; 
    padding: 80px 0;
  }
  .section-cmn_heading {
    font-size: 28px;
  }
  .section-cmn_heading span:before {
    left: 3px; 
    top: 12px;
  }
  .section-cmn_heading span:after {
    left: 9px; 
    top: 16px;
  }
  .section-cmn_heading._inside {
    max-width: 980px;
    margin: 0 auto 24px;
  }
  ._button {
    width: 300px;
  }
  ._button a:hover {
    background-color: #1c90b7;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 979px) {
  .header._menu-open .header_nav {
    top: 80px;
  }
  .header._menu-open .header_button span {
    background: transparent;
  }
  .header._menu-open .header_button span:before, .header._menu-open .header_button span:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .header._menu-open .header_button span:before {
    transform: rotate(-45deg);
  }
  .header._menu-open .header_button span:after {
    transform: rotate(45deg);
  }
  .header_inner {
    height: 80px;
  }
  .header_logo {
    width: 168px;
    margin: 0 15px 0 30px;
  }
  .header_nav {
    position: fixed;
    top: -100%;
    z-index: -1;
    height: calc(100% - 80px);
    width: 100%;
    background: #fff;
    transition: top 0.4s ease-in;
  }
  .header_list {
    display: block;
    width: 100%;
    padding: 0 0 13px 30px;
    background-color: #fff;
  }
  .header_item {
    opacity: 0;
    margin: 0;
    transition: opacity 0.4s 0.4s ease-in;
  }
  .header_item + .header_item {
    border-top: 1px solid #e6e8eb;
  }
  .header_item a {
    display: block;
    padding: 27px 0;
    border-radius: 0; 
    font-size: 14px;
  }
  .header_item a:hover {
    background-color: #fff; 
    color: #18282e;
  }
  .header_item._show {
    opacity: 1;
  }
  .header_item._works {
    margin: 0;
  }
  .header_item._works a {
    background-color: #fff;
    border-radius: 0;
  }
  .header_item._works a:hover {
    background-color: #fff; 
    color: #058e85;
  }
  .header_item._select a {
    pointer-events: painted; 
    background-color: #fff;
    color: #18282e;
  }
  .header_item._select a:before {
    display: none;
  }
  .header_contact a {
    width: 80px;
    padding: 46px 2px 24px 4px;
    font-size: 10px;
  }
  .header_contact a:hover {
    background-color: #0e7a9e;
  }
  .header_contact a:before {
    top: 20px;
  }
  .header_button {
    position: relative;
    display: block;
    z-index: 3; 
    height: 39px;
    width: 43px;
    margin: 0 18px 0 auto;
  }
  .header_button span {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    margin: 6px auto;
    background: #0e7a9e;
    border-radius: 2px;
    transition: background 0.4s;
  }
  .header_button span:before, .header_button span:after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #0e7a9e;
    border-radius: 2px;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .header_button span:before {
    top: -6px;
  }
  .header_button span:after {
    top: 6px;
  }
  .header_button p {
    margin-top: 16px;
    color: #0e7a9e;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
  }
}
