/*========================================
mixin
==========================================*/ /*========================================
header
==========================================*/
.header-fix {
  width: 100%;
  height: 90px;
  background-color: #fff;
}
.header-inner {
  width: 100%;
  height: 100%;
  padding: 0;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 467px;
  width: 100%;
}
.header-textbox {
  max-width: 280px;
  width: 100%;
}
.header-text {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
  padding: 4px 7px;
  margin-right: 10px;
  background-color: #0b9ccb;
}
.header-tel {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0b9ccb !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-tel::before {
  content: "";
  width: 16px;
  height: 19px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/tel-icon.png);
}
.header-contact {
  max-width: 160px;
  width: 100%;
  height: 65px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  padding-top: 15px;
  background: linear-gradient(to right, #0b9ccb, #074f9c);
}
.header-contact .en {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 7px;
}
.header-contact:hover {
  opacity: 0.6;
}
.header-insta:hover {
  opacity: 0.6;
}
.header .global-nav {
  width: 100%;
  height: 50px;
  background-color: #0b9ccb;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
}
.header .sub-visual {
  width: 100%;
  height: 350px;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 790px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.greeting {
  background: center/cover no-repeat url(../images/top/greeting-bg.png);
}
.greeting-inner {
  padding-bottom: 95px;
}
.greeting-textbox {
  max-width: 540px;
  width: 100%;
}
.greeting-textbox .section-title {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #0b9ccb;
}
.greeting-textbox .section-title img {
  margin: 0 auto 0 0;
}
.greeting-text {
  line-height: 2.05;
}
.greeting-text:not(:last-child) {
  margin-bottom: 20px;
}

.top-about {
  background: center/cover no-repeat url(../images/top/about-bg.png);
}
.top-about-list-item {
  max-width: 520px;
  width: 100%;
  height: 270px;
}
.top-about-list-item a {
  width: 100%;
  height: 100%;
  padding: 69px 0 0 40px;
  background: center/cover no-repeat url(../images/top/top-about-img01.png);
  outline: 1px solid #fff;
  outline-offset: -5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.top-about-list-item a::before {
  position: absolute;
  content: "";
  left: 40px;
  bottom: 69px;
  width: 61px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
  transition: all 0.4s;
}
.top-about-list-item a:hover {
  opacity: 0.8;
}
.top-about-list-item a:hover::before {
  left: 47px;
}
.top-about-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/top/top-about-img02.png);
}
.top-about-title img {
  display: block;
  margin-bottom: 22px;
}
.top-about-title-en {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #074f9c;
}

.top-case {
  background: center/cover no-repeat url(../images/top/top-case.png);
}
.top-case-list {
  justify-content: flex-start;
  margin-bottom: 39px;
}
.top-case-list-item {
  max-width: 252px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.top-case-list-item:not(:last-child) {
  margin-right: 24px;
}
.top-case-list-item a {
  width: 100%;
  height: 100%;
}
.top-case-list-item a:hover img {
  scale: 1.08;
}
.top-case-list-item a img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.top-recruit {
  margin-top: -5px;
  background: center/cover no-repeat url(../images/top/top-recruit-bg.png);
}
.top-recruit-inner .section-title {
  padding-bottom: 24px;
  margin-bottom: 42px;
  border-bottom: 1px solid #fff;
}
.top-recruit-text {
  text-align: center;
  line-height: 2.05;
  color: #fff;
  margin-bottom: 43px;
}
.top-recruit-btn {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: relative;
}
.top-recruit-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  transition: all 0.4s;
}
.top-recruit-btn:hover {
  opacity: 0.8;
}
.top-recruit-btn:hover::before {
  right: 3px;
}

.news {
  background: center/601px 243px repeat url(../images/top/news-bg-pattern.png);
}
.news-inner {
  position: relative;
}
.news-inner .section-title {
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #0b9ccb;
}
.news-inner .section-title img {
  margin: 0 auto 0 0;
}
.news-list-item {
  border-bottom: 1px solid #a4b4d1;
}
.news-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.news-list-item a {
  padding-bottom: 12px;
  position: relative;
}
.news-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  transition: all 0.4s;
}
.news-list-item a:hover::before {
  right: -7px;
}
.news-list-item a:hover .news-title {
  color: #0b9ccb;
}
.news-title {
  width: 90%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
}
.news-accent time {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0b9ccb;
  margin-right: 12px;
  margin-bottom: 11px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 11px;
  background-color: #0b9ccb;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  top: 114px;
  right: 0;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  color: #000;
  margin: 0 0 30px auto;
  cursor: pointer;
  border: 2px solid #0b9ccb;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #0b9ccb;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  max-width: 900px;
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
}
.news-detail-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #0b9ccb;
  border-bottom: 1px solid #0b9ccb;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
}
.news-detail-text {
  line-height: 1.75;
  margin-top: 20px;
}
.news-detail .paginated-link {
  margin-top: 50px;
  justify-content: space-between;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .prev-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-detail .paginated-link .prev-link a::before {
  content: "";
  width: 17px;
  height: 18px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/common/paginate-arrow-left.png);
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-detail .paginated-link .next-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-detail .paginated-link .next-link a::after {
  content: "";
  width: 17px;
  height: 18px;
  margin-left: 15px;
  background: center/cover no-repeat url(../images/common/paginate-arrow-right.png);
}
.news-detail .paginated-link a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000 !important;
}
.news-detail .paginated-link a:hover {
  color: #0b9ccb !important;
}

.top-contact {
  background: center/cover no-repeat url(../images/top/top-contact-bg.png);
}
.top-contact-inner .section-title-en {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.top-contact-link {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
}
.top-contact-tel {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-contact-tel::before {
  content: "";
  width: 29px;
  height: 36px;
  background: center/cover no-repeat url(../images/top/top-contact-tel-icon.png);
}
.top-contact-btn {
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: relative;
}
.top-contact-btn::before {
  content: "";
  width: 32px;
  height: 26px;
  margin-left: -10px;
  margin-bottom: -2px;
  background: center/cover no-repeat url(../images/top/top-contact-mail-icon.png);
}
.top-contact-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  transition: all 0.4s;
}
.top-contact-btn:hover {
  opacity: 0.8;
}
.top-contact-btn:hover::after {
  right: 3px;
}
.top-contact-text {
  text-align: center;
  color: #fff;
  line-height: 2.05;
  margin-bottom: 35px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

/*========================================
plast
==========================================*/
.plast-about {
  background: center/cover no-repeat url(../images/plast/plast-about-bg.png);
}
.plast-about-inner {
  padding-top: 120px;
}
.plast-about-text {
  line-height: 2.05;
  text-align: center;
}
.plast-about-text:not(:last-child) {
  margin-bottom: 40px;
}

.plast-feature-inner {
  position: relative;
}
.plast-feature-inner .section-title {
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #0b9ccb;
}
.plast-feature-inner .section-title img {
  margin: 0 auto 0 0;
}
.plast-feature-content {
  align-items: flex-start;
}
.plast-feature-textbox {
  max-width: 520px;
  width: 100%;
}
.plast-feature-text {
  line-height: 2.05;
}

.cmn-banner {
  background: center/601px 243px repeat url(../images/plast/cmn-banner-bg-pattern.png);
}
.cmn-banner-box {
  width: 100%;
  height: 300px;
  text-align: center;
  padding: 50px 50px 0 50px;
  background: center/cover no-repeat url(../images/plast/cmn-banner-bg.png);
  outline: 1px solid #fff;
  outline-offset: -5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.cmn-banner-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.cmn-banner-link {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
}
.cmn-banner-tel {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cmn-banner-tel::before {
  content: "";
  width: 29px;
  height: 36px;
  background: center/cover no-repeat url(../images/top/top-contact-tel-icon.png);
}
.cmn-banner-btn {
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: relative;
}
.cmn-banner-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  transition: all 0.4s;
}
.cmn-banner-btn:hover {
  opacity: 0.8;
}
.cmn-banner-btn:hover::after {
  right: 3px;
}

/*========================================
tile
==========================================*/
.tile-feature {
  background: center/cover no-repeat url(../images/tile/tile-feature-bg.png);
}
.tile-feature-inner {
  padding-top: 120px;
}
.tile-feature-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.tile-feature-content:nth-of-type(2) .tile-feature-flex {
  flex-flow: row-reverse;
}
.tile-feature-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: center/cover no-repeat url(../images/tile/tile-title-bg.png);
}
.tile-feature-flex {
  align-items: flex-start;
}
.tile-feature-text {
  line-height: 2;
}
.tile-feature-text:not(:last-child) {
  margin-bottom: 20px;
}
.tile-feature-text.mr3 {
  margin-bottom: 3px;
}
.tile-feature-textbox {
  max-width: 585px;
  width: 100%;
  margin-top: -10px;
}
.tile-feature-sub-textbox {
  padding: 25px 0;
  margin-bottom: 14px;
  background-color: rgba(11, 156, 203, 0.1);
}
.tile-feature-list {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.tile-feature-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tile-feature-list-item::before {
  content: "";
  width: 20px;
  height: 21px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/tile/tile-feature-check.png);
}

/*========================================
case
==========================================*/
.case {
  background: center bottom/cover no-repeat url(../images/case/case-bg.png);
}
.case-inner {
  padding-top: 120px;
}
.case-visual {
  max-width: 252px;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
}
.case-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.case-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
.case-list {
  justify-content: flex-start;
}
.case-list-item {
  max-width: 252px;
  width: 100%;
  border-bottom: 1px solid #0b9ccb;
  margin-bottom: 40px;
}
.case-list-item:not(:nth-child(4n)) {
  margin-right: 24px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
.case-list-item a:hover .case-visual img {
  scale: 1.08;
}
.case-list-item a time {
  font-size: 1.5rem;
  font-weight: 500;
  color: #074f9c;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.case-detail-content {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.case-detail-thumbnail {
  max-width: 780px;
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
}
.case-detail-thumbnail img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.case-detail-list {
  max-height: 155px;
  justify-content: flex-start;
  margin-bottom: 10px;
  overflow-y: auto;
}
.case-detail-list-item {
  max-width: 140px;
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
}
.case-detail-list-item:not(:nth-child(5n)) {
  margin-right: 20px;
}
.case-detail-list-item img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.case-detail-main {
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b9ccb;
}
.case-detail-main time {
  font-size: 1.5rem;
  font-weight: 500;
  color: #074f9c;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 16px;
}
.case-detail-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
}
.case-detail-body {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  padding: 10px;
}
.case-detail-body img {
  max-width: 100%;
}
.case-detail .paginated-link {
  margin-top: 50px;
  justify-content: space-between;
}
.case-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.case-detail .paginated-link .prev-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.case-detail .paginated-link .prev-link a::before {
  content: "";
  width: 17px;
  height: 18px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/common/paginate-arrow-left.png);
}
.case-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.case-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.case-detail .paginated-link .next-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.case-detail .paginated-link .next-link a::after {
  content: "";
  width: 17px;
  height: 18px;
  margin-left: 15px;
  background: center/cover no-repeat url(../images/common/paginate-arrow-right.png);
}
.case-detail .paginated-link a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000 !important;
}
.case-detail .paginated-link a:hover {
  color: #0b9ccb !important;
}

/*========================================
recruit
==========================================*/
.merit {
  background: center/601px 243px repeat url(../images/recruit/merit-bg.png);
}

.figure {
  background: center/cover no-repeat url(../images/recruit/figure-bg.png);
}
.figure-textbox {
  padding: 50px 0;
  background-color: #fff;
}
.figure-list {
  max-width: 790px;
  width: 100%;
  height: 68px;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: flex-start;
}
.figure-list-item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.figure-list-item::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/recruit/figure-check.png);
}

.flow-list {
  counter-reset: number 0;
}
.flow-list-item {
  max-width: 340px;
  width: 100%;
  height: 285px;
  text-align: center;
  padding-top: 37px;
  background: center/cover no-repeat url(../images/recruit/flow-list-bg.png);
  border: 1px solid #0b9ccb;
  position: relative;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-size: 9.5rem;
  font-weight: 400;
  line-height: 0.64;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: "0" counter(number);
}
.flow-title {
  margin-bottom: 17px;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.flow-text:not(:last-child) {
  margin-bottom: 17px;
}
.flow-tel {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0b9ccb !important;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-tel::before {
  content: "";
  width: 14px;
  height: 18px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/recruit/flow-tel-icon.png);
}
.flow-btn {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b9ccb;
  position: relative;
}
.flow-btn::before {
  content: "";
  width: 32px;
  height: 26px;
  margin-left: -10px;
  margin-bottom: -2px;
  background: center/cover no-repeat url(../images/top/top-contact-mail-icon.png);
}
.flow-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  transition: all 0.4s;
}
.flow-btn:hover {
  opacity: 0.8;
}
.flow-btn:hover::after {
  right: 3px;
}

.recruit {
  background: center/cover no-repeat url(../images/recruit/recruit-bg.png);
}
.recruit-table {
  width: 100%;
}
.recruit-table tr {
  border-bottom: 1px solid #bfefff;
}
.recruit-table tr:first-child {
  border-top: 1px solid #bfefff;
}
.recruit-table tr th {
  width: 400px;
  color: #fff;
  padding: 16px 0 15px 30px;
  background-color: #0b9ccb;
  border-left: 1px solid #bfefff;
}
.recruit-table tr td {
  background-color: #fff;
  padding: 10px 0 10px 30px;
  vertical-align: middle;
  border-right: 1px solid #bfefff;
}

/*========================================
info
==========================================*/
.info {
  background: center/601px 243px repeat url(../images/recruit/merit-bg.png);
}
.info-table {
  width: 100%;
}
.info-table tr {
  border-bottom: 1px solid #bfefff;
}
.info-table tr:first-child {
  border-top: 1px solid #bfefff;
}
.info-table tr th {
  width: 400px;
  color: #fff;
  padding: 16px 0 15px 30px;
  background-color: #0b9ccb;
  border-left: 1px solid #bfefff;
}
.info-table tr td {
  background-color: #fff;
  padding: 10px 0 10px 30px;
  vertical-align: middle;
  border-right: 1px solid #bfefff;
}

.info-map {
  width: 100%;
  height: 400px;
}

/*========================================
contact
==========================================*/
.contact-inner {
  padding-top: 150px;
}
.contact-form-table tr {
  border: none;
  border-bottom: 1px solid #bfefff;
}
.contact-form-table tr:first-child {
  border-top: 1px solid #bfefff;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #0b9ccb;
  border-left: 1px solid #bfefff;
}
.contact-form-table tr td {
  border-right: 1px solid #bfefff;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #0b9ccb;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #0b9ccb;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #0b9ccb;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #0b9ccb;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #0b9ccb;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #0b9ccb;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #0b9ccb;
  border-right: 1px solid #0b9ccb;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #074f9c !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #0b9ccb;
}
.footer-inner {
  padding: 60px 0 74px 0;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-content {
  align-items: flex-start;
  margin-bottom: 55px;
}
.footer-left {
  max-width: 300px;
  width: 100%;
}
.footer-right {
  max-width: 235px;
  width: 100%;
}
.footer-link {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 15px;
}
.footer-contact {
  max-width: 180px;
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0.04em;
  text-align: center;
  color: #074f9c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.footer-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  background: center/cover no-repeat url(../images/top/footer-contact-arrow.png);
  transition: all 0.4s;
}
.footer-contact:hover:after {
  right: 3px;
}
.footer-contact:hover {
  opacity: 0.6;
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-tel {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 17px;
  height: 23px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-nav {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list {
  width: 100%;
}
.footer-nav-list-item {
  line-height: 1;
  padding: 0 16px;
  border-left: 1px solid #fff;
}
.footer-nav-list-item:last-child {
  border-right: 1px solid #fff;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
}
.footer-text .accent {
  color: #074f9c;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 9px 0;
  background-color: #074f9c;
}
.footer-bottom a {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */