@charset "UTF-8";
/* --------------------------
base
--------------------------*/
body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt" !important;
  letter-spacing: 0.15px !important;
  -webkit-text-size-adjust: 100%;
}

.sans-serif,
* {
  font-family: "游ゴシック", "Yu Gothic", "Lucida Grande", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", "arial", "helvetica", "sans-serif";
}

.serif {
  font-family: "游明朝体", "游明朝", "YuMincho", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img_l,
.img_r {
  width: 100%;
  margin: 0 auto 1em;
}

p {
  padding-bottom: 1em;
}
p.pb0 {
  padding-bottom: 0;
}
p.pb2em {
  padding-bottom: 2em;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: orange;
  opacity: 0.5;
  text-decoration: none;
}

input,
textarea {
  font-size: 1.6rem;
}

.pc {
  display: none;
}

.sp {
  display: inherit;
}

.container, .container_recruit, .container4, .container3, .container2 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.container3 {
  max-width: 685px;
}

.container4 {
  max-width: 785px;
}

.container_recruit {
  max-width: 735px;
}

main {
  display: block;
  padding-top: 90px;
}

h1 {
  display: none;
}

h2 {
  text-align: center;
  padding: 1.5em;
}
h2 img {
  width: auto;
  height: 8.5vw;
  max-height: 58px;
  padding-bottom: 0.7em;
}
h2 span {
  display: block;
  color: #004b42;
  font-size: 3.5vw;
}

h3.cl {
  font-size: min(6vw, 3.6rem);
  border-bottom: solid 2px #e6e6e6;
  text-align: center;
  margin-bottom: 0.8em;
}
h3.cl span {
  display: inline-block;
  color: #004b42;
  font-size: inherit;
  border-bottom: solid 2px #80a5a0;
  padding-bottom: 0.1em;
}

/* --------------------------
other
--------------------------*/
.breadcrumbs {
  display: none;
}

.flex .photo,
.flex_r .photo {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

/* --------------------------
header
--------------------------*/
#header {
  position: fixed;
  width: 100%;
  border-bottom: 3px solid #f2f2f2;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
#header .container .logo1, #header .container2 .logo1, #header .container3 .logo1, #header .container4 .logo1, #header .container_recruit .logo1 {
  font-size: 1.4rem;
  padding: 1.2em;
}
#header .container .logo1 img, #header .container2 .logo1 img, #header .container3 .logo1 img, #header .container4 .logo1 img, #header .container_recruit .logo1 img {
  width: 40vw;
  max-width: 222px;
  vertical-align: -0.5em;
  margin-right: 2.5em;
}

#menu-sp .drawer-hamburger {
  width: 3rem;
  position: absolute;
  padding: 20px 1.5rem;
}

#menu-sp .drawer-hamburger-icon,
#menu-sp .drawer-hamburger-icon::before,
#menu-sp .drawer-hamburger-icon::after {
  height: 4px;
  background-color: #3c3c3c;
}

.drawer-open #menu-sp .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open #menu-sp .drawer-hamburger-icon::before,
.drawer-open #menu-sp .drawer-hamburger-icon::after {
  background-color: #333;
}

.drawer--right.drawer-open #menu-sp .drawer-hamburger {
  right: 0;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 0 !important;
}

#menu-sp .drawer-nav {
  width: 50vw;
  background-color: rgba(204, 204, 204, 0.95);
  padding-top: 3.5em;
}

.drawer--right #menu-sp .drawer-nav {
  right: -70vw;
}

.drawer-open #menu-sp .drawer-nav {
  right: 0;
}

#menu-sp .drawer-nav .drawer-menu-item,
#menu-sp .drawer-nav .drawer-dropdown-menu-item {
  font-size: 1.6rem;
  border-bottom: solid 1px white;
  padding: 0.7em;
}

#menu-sp .drawer-nav .drawer-dropdown-menu-item {
  line-height: 1.5;
  background-color: rgba(180, 180, 180, 0.95);
  padding-left: 1.7em;
}

#menu-sp .drawer-nav .drawer-menu-item:hover,
#menu-sp .drawer-nav .drawer-dropdown-menu-item:hover {
  color: orange;
  opacity: 1;
  text-decoration: none;
}

@media screen and (orientation: landscape) {
  #menu-sp .drawer-nav .drawer-menu-item,
  #menu-sp .drawer-nav .drawer-dropdown-menu-item {
    font-size: 1.4rem;
    padding: 0.3em;
  }
}
/* --------------------------
footer
--------------------------*/
#footer_entry {
  margin: 2em 0 4em;
}
#footer_entry .box_entry {
  background-color: #f2f2f2;
  text-align: center;
}
#footer_entry .box_entry h3 {
  color: #004b42;
  font-size: 10vw;
  line-height: 1;
  padding: 0.4em 0 0.2em;
}
#footer_entry .box_entry p {
  color: #004b42;
  padding-bottom: 2em;
}
#footer_entry .box_entry .flex {
  padding-bottom: 1em;
}
#footer_entry .box_entry .flex img {
  width: 50vw;
  max-width: 370px;
}
#footer_entry .box_entry .flex .block_l,
#footer_entry .box_entry .flex .block_r {
  width: 100%;
  margin-bottom: 1.5em;
}

#footer {
  color: white;
  background-color: #004b42;
  padding: 30px 0;
}
#footer .logo2 {
  margin-bottom: 2em;
}
#footer .logo2 img {
  width: 40vw;
  max-width: 222px;
}
#footer .flex .block_l {
  width: 100%;
  margin-bottom: 1em;
}
#footer .flex .block_r {
  width: 100%;
}
#footer ul.foot-menu li {
  display: inline-block;
  line-height: 1;
  padding: 5px 1.5em 5px 0;
}
#footer ul.foot-menu li::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/common/img_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}
#footer ul.foot-menu a {
  color: white;
  font-size: 1.4rem;
}
#footer .copyright {
  font-size: 1.2rem;
  text-align: right;
  padding: 0.5em 0 0;
}

/* --------------------------
index
--------------------------*/
#index {
  margin-bottom: 30px;
}
#index h2 {
  display: none;
}
#index .main_visual {
  margin-bottom: 1em;
}
#index .news {
  display: none;
  margin-bottom: 2em;
}
#index .news h3 {
  font-size: 2rem;
  padding: 0;
}
#index .block01 {
  margin-bottom: 4em;
}
#index .block01 .container, #index .block01 .container2, #index .block01 .container3, #index .block01 .container4, #index .block01 .container_recruit {
  background-color: #f2f2f2;
}
#index .block01 .container h3, #index .block01 .container2 h3, #index .block01 .container3 h3, #index .block01 .container4 h3, #index .block01 .container_recruit h3 {
  color: #004b42;
  font-size: 5vw;
  text-align: center;
  padding: 1em 0;
}
#index .block01 .container .flex, #index .block01 .container2 .flex, #index .block01 .container3 .flex, #index .block01 .container4 .flex, #index .block01 .container_recruit .flex {
  padding-bottom: 2em;
}
#index .block01 .container .flex .block_l, #index .block01 .container2 .flex .block_l, #index .block01 .container3 .flex .block_l, #index .block01 .container4 .flex .block_l, #index .block01 .container_recruit .flex .block_l {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
}
#index .block01 .container .flex .block_l img, #index .block01 .container2 .flex .block_l img, #index .block01 .container3 .flex .block_l img, #index .block01 .container4 .flex .block_l img, #index .block01 .container_recruit .flex .block_l img {
  width: 70vw;
  max-width: 410px;
}
#index .block01 .container .flex .block_r, #index .block01 .container2 .flex .block_r, #index .block01 .container3 .flex .block_r, #index .block01 .container4 .flex .block_r, #index .block01 .container_recruit .flex .block_r {
  width: 100%;
}
#index .block01 .container .flex .block_r p, #index .block01 .container2 .flex .block_r p, #index .block01 .container3 .flex .block_r p, #index .block01 .container4 .flex .block_r p, #index .block01 .container_recruit .flex .block_r p {
  color: #004b42;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 1em 1em;
}
#index .block02 {
  margin-bottom: 3em;
}
#index .block02 .item01 {
  width: 42.5vw;
}
#index .block02 .item02 {
  width: 90vw;
}
#index .block02 .item03 {
  width: 90vw;
}
#index .block02 img {
  margin-bottom: 5vw;
}

/* --------------------------
message
--------------------------*/
#message .block_top {
  margin-bottom: 3em;
}
#message h3 {
  color: #004b42;
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
#message p {
  text-indent: 1em;
  padding-bottom: 0;
}
#message .block01 {
  margin-bottom: 3em;
}
#message .block02 {
  margin-bottom: 3em;
}
#message .block02 .photo img {
  width: 60vw;
  max-width: 306px;
}
#message .block03 {
  margin-bottom: 4.5em;
}
#message .ceo {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  padding-top: 0.8em;
}

/* --------------------------
jobs
--------------------------*/
#jobs .block_top {
  margin-bottom: 3em;
}
#jobs .block_top .main_copy {
  color: #004b42;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5em;
}
#jobs .block_top navi.flex a {
  display: inline-block;
  width: 42.5vw;
  max-width: 325px;
  margin-bottom: 5vw;
}
#jobs p {
  text-indent: 1em;
}
#jobs .photo_main {
  margin-bottom: 1.5em;
}
#jobs #jobs01 {
  margin-bottom: 2em;
}
#jobs #jobs01 .flex_r {
  margin-bottom: 2em;
}
#jobs #jobs01 .flex_r .photo img {
  width: 50vw;
  max-width: 292px;
}
#jobs #jobs01 .brand {
  width: 50vw;
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto 2em;
}
#jobs #jobs01 .brand p {
  font-size: 1.4rem;
  text-indent: 0;
  padding: 0 1em 1em;
}
#jobs #jobs01 .brand .b01, #jobs #jobs01 .brand .b02, #jobs #jobs01 .brand .b03 {
  position: relative;
  height: 40vw;
  max-height: 140px;
}
#jobs #jobs01 .brand .b01 img, #jobs #jobs01 .brand .b02 img, #jobs #jobs01 .brand .b03 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#jobs #jobs01 .brand .b01 img {
  width: 80%;
  max-width: 137px;
}
#jobs #jobs01 .brand .b02 img {
  width: 70%;
  max-width: 124px;
}
#jobs #jobs01 .brand .b03 img {
  width: 90%;
  max-width: 186px;
}
#jobs #jobs02,
#jobs #jobs03 {
  margin-bottom: 3em;
}
#jobs #jobs04 {
  margin-bottom: 4em;
}
#jobs #jobs04 .flex_r .photo img {
  width: 70vw;
  max-width: 373px;
}
#jobs #jobs04 .flex_r .photo img:first-of-type {
  margin-bottom: 1.5em;
}
#jobs #jobs05 {
  margin-bottom: 4em;
}
#jobs #jobs05 .flex .txt img {
  display: block;
  width: 65vw;
  max-width: 335px;
  margin: 1em auto 1.5em;
}
#jobs #jobs05 .flex .photo {
  margin-bottom: 0;
}
#jobs #jobs05 .flex .photo img {
  width: 50vw;
  max-width: 305px;
}
#jobs #jobs06 {
  margin-bottom: 4em;
}

/* --------------------------
data
--------------------------*/
#data .block_top {
  margin-bottom: 3em;
}
#data .block_top navi.flex {
  justify-content: center;
}
#data .block_top navi.flex a {
  display: inline-block;
  width: 42.5vw;
  max-width: 320px;
  margin-bottom: 5vw;
}
#data .block_top navi.flex a:first-of-type {
  margin-right: 5vw;
}
#data #data01,
#data #data02,
#data #data03 {
  margin-bottom: 3em;
}
#data #data01 .flex div,
#data #data02 .flex div,
#data #data03 .flex div {
  width: 100%;
  text-align: center;
  margin-bottom: 1.3em;
}
#data #data01 .flex div img,
#data #data02 .flex div img,
#data #data03 .flex div img {
  width: 70vw;
  max-width: 332px;
}
#data #data03 {
  padding-bottom: 2em;
}

/* --------------------------
company
--------------------------*/
#company .block_top {
  margin-bottom: 0;
}
#company .block01 {
  margin-bottom: 3em;
}
#company .block01 h4 {
  color: #004b42;
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
#company .block02 {
  margin-bottom: 5em;
}
#company .block02 .summary1 {
  width: 100%;
  margin-bottom: 2em;
}
#company .block02 .summary1 th, #company .block02 .summary1 td {
  padding: 0.2em 0.5em;
}
#company .block02 .summary1 th {
  color: #004b42;
  width: 5.5em;
}
#company .block02 .summary1 ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#company .block02 .summary1 ul li::before {
  display: inline-block;
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: #333;
  vertical-align: -0.05em;
  margin-right: 0.2em;
}
#company .block02 .summary2 {
  width: 100%;
}
#company .block02 .summary2 th, #company .block02 .summary2 td {
  padding: 0.2em 0.5em;
}
#company .block02 .summary2 th {
  width: 7.5em;
  font-weight: normal;
}

/* --------------------------
person
--------------------------*/
#person .block_top {
  margin-bottom: 3em;
}
#person .block01 {
  margin-bottom: 3em;
}
#person .block01 h3 {
  color: #004b42;
  font-size: 1.4em;
  padding-bottom: 1em;
}
#person .block01 p {
  text-indent: 1em;
}
#person .block01 p.introduce {
  color: #004b42;
  font-weight: bold;
  text-indent: 0;
}
#person .block01 .para01_1 {
  margin-bottom: 1em;
}
#person .block01 .para01_1 .photo img {
  width: 60vw;
  max-width: 364px;
}
#person .block01 .para01_2 {
  margin-bottom: 1em;
}
#person .block01 .para01_2 .photo img {
  width: 90vw;
  max-width: 450px;
}
#person .block01 .para01_3 .photo img {
  width: 40vw;
  max-width: 236px;
}
#person .block01 .para02_1 {
  margin-bottom: 1em;
}
#person .block01 .para02_1 .photo img {
  width: 60vw;
  max-width: 302px;
}
#person .block01 .para02_2 {
  margin-bottom: 1em;
}
#person .block01 .para02_2 .photo img {
  width: 90vw;
  max-width: 492px;
}
#person .block01 .para02_3 .photo img {
  width: 40vw;
  max-width: 235px;
}
#person .block01 .para03_1 {
  margin-bottom: 1em;
}
#person .block01 .para03_1 .photo img {
  width: 60vw;
  max-width: 318px;
}
#person .block01 .para03_2 {
  margin-bottom: 1em;
}
#person .block01 .para03_2 .photo img {
  width: 90vw;
  max-width: 472px;
}
#person .block01 .para03_3 .photo img {
  width: 40vw;
  max-width: 258px;
}
#person .block02 {
  margin-bottom: 3em;
}
#person .block02 h3.cl {
  position: relative;
  margin-bottom: 2em;
}
#person .block02 h3.cl .sub {
  position: absolute;
  font-size: 1.6rem;
  border: none;
  padding-bottom: 0;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: auto;
}
#person .block02 table th, #person .block02 table td {
  padding-bottom: 3em;
}
#person .block02 table th {
  position: relative;
  width: 4em;
  color: #004b42;
  text-align: center;
}
#person .block02 table th::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 11px;
  background-image: url(../images/person/arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
}
#person .block02 table th.no_arrow::after {
  content: none;
}
#person .block03 {
  background-color: #b7c8c6;
  padding: 2em 0 1em;
  margin-bottom: 4em;
}
#person .block03 h3 {
  color: white;
  font-size: 6vw;
  text-align: center;
  padding-bottom: 1em;
}
#person .block03 .flex > div {
  width: 75vw;
  max-width: 332px;
  margin: 0 auto 2em;
}
#person .block03 .flex > div * {
  color: white;
}
#person .block03 .flex > div strong {
  display: block;
  font-size: 1.8rem;
  padding: 0.5em 0 0.25em;
}
#person .block03 .flex > div p {
  font-weight: bold;
  padding-bottom: 0;
}

/* --------------------------
workstyle
--------------------------*/
#workstyle .block_top {
  margin-bottom: 4em;
}
#workstyle .block_top navi.flex a {
  display: inline-block;
  width: 42.5vw;
  max-width: 320px;
}
#workstyle .box_gray {
  background-color: #f2f2f2;
  margin-bottom: 2em;
}
#workstyle .box_gray h4 {
  color: white;
  font-size: 4.5vw;
  background-color: #004b42;
  text-align: center;
  padding: 0.3em;
}
#workstyle .box_gray .inner {
  padding: 1em;
}
#workstyle .box_gray p {
  text-indent: 1em;
}
#workstyle #workstyle01 {
  margin-bottom: 3em;
}
#workstyle #workstyle01 .copy {
  color: #004b42;
  font-size: 1.2em;
  font-weight: bold;
}
#workstyle #workstyle02 {
  margin-bottom: 4em;
}
#workstyle #workstyle02 img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 1em;
}

/* --------------------------
recruit
--------------------------*/
#recruit h3.cl {
  font-size: min(5vw, 2.8rem);
}
#recruit table {
  width: 100%;
}
#recruit table th, #recruit table td {
  padding: 0.2em 0.5em;
}
#recruit table th {
  color: #004b42;
  width: 5.5em;
}
#recruit .block_top {
  margin-bottom: 0;
}
#recruit .block_top nav {
  display: none;
}
#recruit #recruit01,
#recruit #recruit02 {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 3em;
}
#recruit #recruit03 {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 4em;
}
#recruit #recruit03 .point {
  background-color: #f2f2f2;
  padding: 1.5em;
  margin-bottom: 1em;
}
#recruit #recruit03 .point h4 {
  color: #004b42;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 0.5em;
}
#recruit #recruit03 .point ul li {
  text-indent: -1.3em;
  padding: 0.2em 0.2em 0.2em 1.5em;
}
#recruit #recruit03 .point ul li::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #004b42;
  margin-right: 0.5em;
}
#recruit #recruit03 .selection_flow {
  max-width: 430px;
  background-color: #80a5a0;
  margin: 0 auto;
}
#recruit #recruit03 .selection_flow h4 {
  color: white;
  font-size: 1.2em;
  line-height: 1;
  background-color: #004b42;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
#recruit #recruit03 .selection_flow .flex {
  background-image: url(../images/recruit/bg_flow_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4px 80%;
  padding: 1em;
}
#recruit #recruit03 .selection_flow .flex div {
  width: 100%;
}
#recruit #recruit03 .selection_flow .flex div img {
  display: block;
  width: 50vw;
  max-width: 215px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  margin: 0 auto 1em;
}

/* --------------------------
entry
--------------------------*/
#entry .block_top {
  margin-bottom: 3em;
}
#entry .block_top h2 {
  color: white;
  font-size: min(6vw, 3.6rem);
  border-radius: 0.6em;
  padding: 0.1em;
}
#entry .block_top h2.entry1 {
  background-color: #004b42;
}
#entry .block_top h2.entry2 {
  background-color: #b20031;
}
#entry .contents {
  margin-bottom: 4em;
}
#entry .contents .error_list {
  border: solid 1px #ff5555;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 2em;
}
#entry .contents .error_list li {
  color: #ff5555;
  font-weight: bold;
}
#entry .contents table {
  width: 100%;
  margin-bottom: 2em;
}
#entry .contents table th, #entry .contents table td {
  display: block;
  margin-bottom: 0.5em;
}
#entry .contents table th {
  font-weight: normal;
  background-color: #ebebeb;
}
#entry .contents table th .required {
  color: #ff5555;
  font-size: 0.8em;
}
#entry .contents table td input, #entry .contents table td textarea {
  width: 96%;
  border: solid 1px #ccc;
}
#entry .contents table td input[name=birth_y], #entry .contents table td textarea[name=birth_y] {
  width: 4em;
  text-align: right;
}
#entry .contents table td input[name=birth_m], #entry .contents table td input[name=birth_d], #entry .contents table td input[name=dependents], #entry .contents table td textarea[name=birth_m], #entry .contents table td textarea[name=birth_d], #entry .contents table td textarea[name=dependents] {
  width: 2em;
  text-align: right;
}
#entry .contents table td label {
  display: inline-block;
  margin-right: 1em;
}
#entry .contents table td label input {
  width: auto;
}
#entry .contents table td textarea {
  min-height: 4em;
  resize: vertical;
}
#entry .contents .privacypolicy {
  color: blue;
  text-decoration: underline;
}
#entry .contents .agree {
  margin-bottom: 2em;
}
#entry .contents .btn {
  color: #0068b6;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5em 1em;
  margin-right: 1em;
}
#entry .contents .btn:hover {
  opacity: 0.5;
}
#entry .contents input[name=btn_confirm][disabled] {
  color: #ccc;
  cursor: default;
  opacity: 1;
}
#entry .contents .notes {
  padding-bottom: 2em;
}
#entry .contents .complete h3 {
  font-size: 1.2em;
  padding-bottom: 2em;
}