@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
}
a > img {
  transition: opacity 0.2s;
}
a:hover > img {
  opacity: 0.8;
}

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

table {
  width: 100%;
}
@media (max-width: 767px) {
  table {
    display: block;
  }
  table tbody,
  table tr,
  table th,
  table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.ttl_line {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #3b4043;
  text-align: center;
}
.ttl_line.-affiliates {
  margin-bottom: 0;
}
.ttl_line::after {
  display: block;
  width: 155px;
  height: 5px;
  margin: 5px auto 0;
  content: "";
  background: #1c87bc;
}
@media (max-width: 767px) {
  .ttl_line {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.btn_wrap {
  text-align: center;
}

.btn_rounded {
  box-sizing: border-box;
  display: inline-block;
  width: 220px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  border-radius: 30px;
  transition: 0.1s;
}
.btn_rounded:hover {
  color: #707070;
  opacity: 0.8;
}

.btn_googlemap {
  display: inline-block;
  padding: 2px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1c87bc;
  background: #d7eefa;
  border-radius: 15px;
}
.btn_googlemap:hover {
  opacity: 0.8;
}

.bg_light_green {
  background: #ebf8da;
}

.bg_green {
  background: #e9f7f3;
}

.bg_gray {
  background: #f4f4f4;
}

.bg_white {
  background: #fff;
}

.mt {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .mt {
    margin-top: 40px;
  }
}

#breadcrumbs {
  padding: 10px 0 15px;
  font-size: 1.2rem;
}
#breadcrumbs .taxonomy {
  display: none;
}
#breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
#breadcrumbs li::before {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  content: "＞";
}
#breadcrumbs li:first-child::before {
  content: normal;
}
@media (max-width: 767px) {
  #breadcrumbs {
    padding: 5px 0 10px;
    font-size: 1rem;
  }
}

.postcount {
  margin-top: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .postcount {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

.pagination:empty {
  display: none;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  text-align: center;
  border-left: solid 1px #707070;
}
.pagination .page-numbers:first-child {
  border-left: 0;
}
#section_omakase {
  padding: 40px 0 220px;
  margin-top: 95px;
  text-align: center;
  border-top: solid 2px #1c87bc;
}
#section_omakase h2 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1c87bc;
}
#section_omakase p {
  margin-bottom: 25px;
}
#section_omakase ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #section_omakase {
    padding-bottom: 80px;
  }
  #section_omakase ul {
    display: block;
  }
  #section_omakase ul li {
    margin-bottom: 10px;
  }
}

.common_eyecatch {
  padding: 50px 0;
  margin: 60px auto;
  font-size: 2rem;
  font-weight: bold;
  color: #1c87bc;
  text-align: center;
  background: #e9f7f3;
}
@media (max-width: 767px) {
  .common_eyecatch {
    padding: 30px 0;
    margin: 25px auto 30px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}

#wrap {
  min-width: 1080px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

@media (min-width: 768px) {
  .container {
    width: 900px;
    margin: auto;
  }
  .container_middle {
    width: 794px;
    margin: auto;
  }
  .container_narrow {
    width: 500px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .container,
  .container_middle,
  .container_narrow {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
button#btn_gnav {
  display: none;
}
@media (max-width: 767px) {
  button#btn_gnav {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 50;
    background: #1C87BC;
    border: none;
    border-radius: 4px;
    color: transparent;
    font-size: 1rem;
  }
  button#btn_gnav .line {
    position: absolute;
    display: block;
    height: 3px;
    width: 70%;
    left: 15%;
    background: #fff;
    transition: 0.3s;
  }
  button#btn_gnav .line:nth-child(1) {
    top: 23%;
  }
  button#btn_gnav .line:nth-child(2) {
    top: 48%;
    opacity: 1;
  }
  button#btn_gnav .line:nth-child(3) {
    top: 72%;
  }
  button#btn_gnav.open .line {
    transition: 0.2s;
  }
  button#btn_gnav.open .line:nth-child(1) {
    top: 48%;
    transform: rotate(45deg);
  }
  button#btn_gnav.open .line:nth-child(2) {
    display: none;
    opacity: 0;
  }
  button#btn_gnav.open .line:nth-child(3) {
    top: 48%;
    transform: rotate(-45deg);
  }
}

header {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 1.5rem;
  padding-top: 35px;
}
header.top_header {
  background: linear-gradient(rgba(255, 255, 255, 0) 35px, #fff 35px);
}
header.top_header.is_fixed {
  background: #fff;
}
header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header .logo {
  flex-shrink: 0;
  max-width: 25%;
  padding-bottom: 12px;
}
header .gnav {
  display: block;
}
header .gnav a,
header .gnav span {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 23px 15px 11px;
}
header .gnav span {
  cursor: pointer;
}
header .gnav a:hover {
  color: #345372;
}
header .gnav ul {
  display: flex;
  align-items: flex-end;
}
header .gnav li {
  position: relative;
}
header .gnav li.on {
  background: #d8eefb;
}
header .subnav {
  background: #d8eefb;
  left: 0;
  right: 0;
  top: 96px;
  padding: 20px;
  position: fixed;
  z-index: 1;
}
header .subnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 220px;
  box-sizing: border-box;
  align-items: flex-start;
}
header .subnav li {
  margin-left: 20px;
}
header .subnav a {
  display: inline-block;
  padding: 0 0 0 15px;
  transition: background 0.2s;
  background: url("../img/common/icon_gnav.svg") no-repeat 0 6px;
}
header .subnav_logo a {
  padding-top: 10px;
}
@media (max-width: 767px) {
  header {
    display: block;
    padding-top: 5px;
    background: #fff;
  }
  header .logo {
    max-width: 100px;
    padding: 10px 10px 10px 0;
  }
  header .gnav {
    display: none;
    padding: 20px;
    overflow-y: scroll;
    height: calc(100% - 55px);
    box-sizing: border-box;
    top: 52px;
    left: 0;
    right: 0;
    position: fixed;
    background: #fff;
  }
  header .gnav ul {
    display: block;
    padding: 0;
    position: static;
  }
  header .gnav li {
    display: block;
    border-left: 0;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #707070;
  }
  header .gnav a {
    padding: 10px;
    display: block;
  }
  header .subnav {
    position: static;
    padding: 0;
  }
  header .subnav ul {
    display: block;
    text-align: left;
    width: 100%;
  }
  header .subnav li {
    border-bottom: 0;
  }
  header .subnav a {
    background-position: left center;
    background-size: 5px auto;
  }
  header .subnav li {
    max-width: 100%;
  }
  header .subnav_logo {
    display: none !important;
  }
}

main {
  display: block;
  padding-top: 95px;
  overflow: hidden;
}
@media (max-width: 767px) {
  main {
    padding-top: 52px;
  }
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

.section_bottom {
  background: url("../img/common/bg_bottom.png") no-repeat center bottom;
}
@media (max-width: 767px) {
  .section_bottom {
    background-size: 250% auto;
  }
}

#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
  }
}

footer {
  font-size: 1.5rem;
}
footer .footer_top {
  text-align: center;
  background: #EFEFEF;
  font-weight: bold;
  padding: 25px 0 30px;
  line-height: 2;
}
footer .footer_top h2 {
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 0 10px;
}
footer .footer_top p img {
  margin-top: 20px;
}
footer .footer_bottom {
  padding: 10px 0;
}
footer .footer_bottom small {
  font-size: 1.2rem;
}
footer .footer_bottom li {
  line-height: 1;
  display: inline-block;
  border-left: solid 1px #000;
  padding-left: 5px;
}
footer .footer_bottom li:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  footer .footer_bottom .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .footer_top p img {
    margin-top: 10px;
  }
}

.top_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #3B4043;
}
@media (max-width: 767px) {
  .top_ttl {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  #top_page {
    padding-top: 0;
  }
}

#top_mv {
  position: relative;
}
#top_mv video {
  width: 100%;
  margin: auto;
  display: block;
}
#top_mv .mv_txt {
  position: absolute;
  left: 0;
  bottom: 6%;
  right: 0;
  z-index: 1;
}
#top_mv .mv_txt img {
  margin-left: -70px;
}
@media (max-width: 767px) {
  #top_mv .mv_txt {
    left: 5px;
    bottom: 5px;
  }
  #top_mv .mv_txt img {
    margin-left: 0;
    width: 60%;
  }
}

#top_aboutus {
  padding-top: 90px;
  padding-bottom: 100px;
}
#top_aboutus h2 {
  text-align: center;
  font-size: 3.3rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  margin-bottom: 30px;
}
#top_aboutus .btn_wrap {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #top_aboutus {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #top_aboutus h2 {
    font-size: 2.4rem;
  }
}

#top_business {
  padding-bottom: 95px;
}
#top_business .btn_wrap {
  margin-top: 10px;
}

.top_business_row {
  margin: auto auto 70px;
}
.top_business_row .top_business_col {
  display: flex;
  flex-direction: column-reverse;
  max-width: 300px;
}
.top_business_row .top_business_col .top_ttl {
  margin-bottom: 5px;
}
.top_business_row .top_business_col .img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top_business_row {
    width: 655px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top_business_row .top_business_col {
    margin: auto auto 20px;
  }
}

.top_business_company {
  background: url("../img/top/business_img_03.jpg") no-repeat center center;
  padding: 77px 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.top_business_company .btn {
  width: 535px;
  display: inline-block;
  padding: 32px 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
.top_business_company .btn:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .top_business_company {
    background-size: 100% auto;
    padding: 5% 0;
    font-size: 2rem;
  }
  .top_business_company .btn {
    width: 90%;
    padding: 10px 0;
  }
}

#top_recruit {
  padding: 120px 0 230px;
  background: url("../img/top/recruit_bg.jpg") no-repeat center center;
}
#top_recruit .container {
  position: relative;
}
#top_recruit .top_ttl {
  text-align: left;
}
#top_recruit .btn_wrap {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  #top_recruit {
    background-image: none;
    padding: 40px 0 50px;
  }
  #top_recruit .img {
    margin: 0 -10px 15px;
    position: relative;
  }
  #top_recruit .top_ttl {
    text-align: center;
  }
  #top_recruit .btn_wrap {
    text-align: center;
  }
}

.top_recruit_txt {
  width: 246px;
  margin: auto 0 auto auto;
}
@media (max-width: 767px) {
  .top_recruit_txt {
    width: auto;
    margin: auto;
  }
}

.top_recruit_img {
  position: absolute;
  top: -50px;
  left: -50px;
}
@media (max-width: 767px) {
  .top_recruit_img {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 70%;
  }
}

#top_news {
  background: #F4F4F4;
  padding: 25px 0 30px;
  margin-top: 90px;
}
#top_news .container {
  position: relative;
}
#top_news .top_news_img_01 {
  position: absolute;
  top: -250px;
  left: -160px;
}
@media (max-width: 767px) {
  #top_news {
    margin-top: 0px;
  }
  #top_news .top_news_img_01 {
    width: 140px;
    top: -70px;
    left: -15px;
  }
}

.top_news_wrap {
  display: flex;
  flex-direction: column-reverse;
}
.top_news_wrap p {
  text-align: right;
  font-size: 1.4rem;
}
.top_news_wrap dl {
  border-top: dotted 2px #707070;
  padding-top: 25px;
}
.top_news_wrap dt, .top_news_wrap dd {
  box-sizing: border-box;
}
.top_news_wrap dt {
  float: left;
  clear: left;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding-top: 0.4rem;
  pointer-events: none;
}
.top_news_wrap dd {
  padding-left: 6em;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_news_wrap dd a {
  display: block;
}
.top_news_wrap dd a:hover {
  color: #707070;
}
@media (max-width: 767px) {
  .top_news_wrap dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding-top: 0;
  }
  .top_news_wrap dd {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.asco_content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.asco_content * {
  position: relative;
  z-index: 1;
}
.asco_content h2 {
  line-height: 1.7;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 30px;
}
.asco_content h2 .num {
  font-size: 9.7rem;
  color: #D7EEFA;
  display: block;
  line-height: 1;
}
.asco_content p {
  margin-bottom: 25px;
}
.asco_content .img_fixed {
  position: absolute;
  max-width: initial;
  max-width: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .asco_content h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .asco_content h2 .num {
    font-size: 5.5rem;
  }
}

#asco_first {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  padding-top: 100px;
  padding-bottom: 60px;
}
#asco_first h1 {
  font-size: 9.7rem;
  margin-bottom: 60px;
}
#asco_first p {
  font-size: 3.3rem;
  margin-bottom: 60px;
}
#asco_first .img {
  padding: 10px;
}
@media (max-width: 767px) {
  #asco_first h1 {
    font-size: 5.5rem;
    margin-bottom: 30px;
  }
  #asco_first p {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

#asco_01 .img_fixed {
  top: -20px;
  right: 90%;
}
#asco_01 .btn_rounded {
  margin: 5px 10px;
}
@media (max-width: 767px) {
  #asco_01 .img_fixed {
    right: 80%;
    transform: scale(0.2);
    transform-origin: top right;
  }
}

#asco_02 .img_fixed {
  top: -130px;
  left: 100%;
}
@media (max-width: 767px) {
  #asco_02 .img_fixed {
    top: -20px;
    left: 80%;
    transform: scale(0.2);
    transform-origin: top left;
  }
}

#asco_03 .img_fixed {
  top: 0px;
  right: 100%;
}
@media (max-width: 767px) {
  #asco_03 .img_fixed {
    right: 80%;
    transform: scale(0.2);
    transform-origin: top right;
  }
}

#asco_04 {
  margin-bottom: 50px;
}
#asco_04 .img_fixed {
  top: 0px;
  left: 100%;
}
#asco_04 .btn_rounded {
  width: 250px;
}
@media (max-width: 767px) {
  #asco_04 .img_fixed {
    left: 80%;
    transform: scale(0.2);
    transform-origin: top left;
  }
}

@media (max-width: 767px) {
  #asco_last {
    padding: 0 10px;
  }
}

/* =====
共通パーツ
=================================== */
.business_ttl {
  background: #1C87BC;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business_ttl {
    font-size: 2rem;
    margin: 0 -10px;
    padding: 5px 10px;
    line-height: 1.4;
  }
}

.business_eyecatch {
  position: relative;
  margin-bottom: 70px;
}
.business_eyecatch h1 {
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 40px;
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
  width: 276px;
  line-height: 1;
}
.business_eyecatch h1 span {
  display: block;
}
.business_eyecatch h1 .ja {
  color: #1C87BC;
  font-size: 3rem;
  margin-bottom: 5px;
}
.business_eyecatch h1 .en {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .business_eyecatch {
    margin-bottom: 40px;
  }
  .business_eyecatch h1 {
    padding: 13px;
    position: static;
    width: 100%;
  }
  .business_eyecatch h1 .ja {
    font-size: 2rem;
  }
  .business_eyecatch h1 .en {
    font-size: 1.2rem;
  }
}

.business_first {
  padding-bottom: 130px;
}
.business_first h2 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.business_first p {
  margin-bottom: 20px;
}
.business_first .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .business_first {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .business_first .txt {
    width: 535px;
  }
  .business_first .img {
    flex-direction: column;
    justify-content: flex-start;
    width: 318px;
  }
}
@media (max-width: 767px) {
  .business_first {
    padding-bottom: 75px;
  }
  .business_first h2 {
    line-height: 1.4;
  }
  .business_first .txt {
    margin-bottom: 20px;
  }
  .business_first .img img {
    width: 50%;
  }
}

.business_second h3 {
  color: #1C87BC;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}
.business_second h3 .num {
  font-size: 1.6rem;
  display: inline-block;
  border: solid 1px #1C87BC;
  line-height: 1;
  background: #FFF;
  padding: 2px 5px;
  text-align: center;
  margin-right: 5px;
}
.business_second p {
  font-size: 1.4rem;
}

.business_second_item {
  padding: 60px 0;
}
.business_second_item.with_arrow {
  position: relative;
}
.business_second_item.with_arrow:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #F4F4F4 transparent transparent transparent;
}
@media (min-width: 768px) {
  .business_second_item .container {
    display: flex;
    justify-content: space-between;
  }
  .business_second_item .txt {
    width: 596px;
  }
}
@media (max-width: 767px) {
  .business_second_item {
    padding: 30px 0;
  }
  .business_second_item.with_arrow {
    position: relative;
  }
  .business_second_item.with_arrow:after {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 25px 25px 0 25px;
  }
  .business_second_item .txt {
    margin-bottom: 10px;
  }
  .business_second_item .img {
    text-align: center;
  }
}

.business_customer {
  margin-top: 20px;
  font-weight: bold;
}
.business_customer h4 {
  background: #1C87BC;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 5px;
}
.business_customer p {
  font-size: 1.6rem;
  display: inline-block;
}
.business_customer ul {
  display: inline;
}
.business_customer li {
  display: inline-block;
  margin-right: 10px;
}
.business_customer li:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #1C87BC;
  display: inline-block;
  border-radius: 7px;
  margin-right: 2px;
}

.business_nav {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .business_nav {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .business_nav {
    padding: 20px 10px 15px;
  }
  .business_nav li {
    margin-bottom: 5px;
  }
}

.business_third {
  padding-top: 130px;
}
.business_third h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1C87BC;
  background: url("../img/business/live/icon_blue.svg") no-repeat 0 center;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .business_third {
    padding-top: 60px;
  }
}

.business_support_wrap .item {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
}
.business_support_wrap .item p {
  padding-bottom: 5px;
}
.business_support_wrap .item .img {
  margin-top: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .business_support_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business_support_wrap .item {
    width: 425px;
  }
  .business_support_wrap .item_long {
    width: auto;
  }
}
@media (max-width: 767px) {
  .business_support_wrap .item {
    margin-top: 30px;
  }
}

/* =====
産業動物分野
=================================== */
#live_first .container {
  position: relative;
}
#live_first .container .img_cow {
  position: absolute;
  right: -220px;
  bottom: 25px;
}
@media (max-width: 767px) {
  #live_first .container .img_cow {
    display: none;
  }
}

.business_ls h1 {
  background: #D7EEFA;
}
.business_ls h1 .ja {
  color: #1C87BC;
}

/* =====
小動物分野
=================================== */
.business_ca .business_ttl {
  background: #5B9819;
}
.business_ca.business_eyecatch h1 {
  background: #EBF8DA;
}
.business_ca.business_eyecatch h1 .ja {
  color: #5B9819;
}
.business_ca.business_second h3 {
  color: #5B9819;
}
.business_ca.business_second h3 .num {
  border: solid 1px #5B9819;
}
.business_ca .business_customer h4 {
  background: #5B9819;
}
.business_ca .business_customer li:before {
  background: #5B9819;
}
.business_ca.business_third h3 {
  color: #5B9819;
  background: url("../img/business/companion/icon_green.svg") no-repeat 0 center;
}
.business_ca .btn_more_wrap {
  text-align: right;
  margin-top: 5px;
  margin-bottom: -44px;
}
.business_ca .btn_more {
  display: inline-block;
  background: #D4EDB3;
  color: #5B9819;
  font-weight: bold;
  padding: 3px 35px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .business_ca .business_support_wrap .item:nth-child(3),
  .business_ca .business_support_wrap .item:nth-child(4) {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .business_ca .btn_more_wrap {
    margin-bottom: 0;
  }
}

#companion_first .container {
  position: relative;
}
#companion_first .container .img_pet {
  position: absolute;
  right: -220px;
  bottom: 25px;
}
@media (max-width: 767px) {
  #companion_first .container .img_pet {
    display: none;
  }
}

/* =====
ペットポータルシステム
=================================== */
#pps_system {
  position: relative;
  padding: 110px 0 85px;
}
#pps_system h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
}
#pps_system h2 span {
  font-size: 2.4rem;
  background: #5B9819;
  color: #FFF;
  padding: 2px 20px;
}
#pps_system .pps_detail_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
}
#pps_system .pps_detail_wrap .txt {
  width: 510px;
}
#pps_system .pps_detail_wrap .catch {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
#pps_system .pps_detail_wrap dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  color: #5B9819;
}
#pps_system .pps_detail_wrap .caption {
  font-size: 1.4rem;
  margin-top: 1em;
}
#pps_system .pps_gamen_wrap .arrow {
  font-size: 1.8rem;
  font-weight: bold;
  background: #5B9819;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#pps_system .pps_gamen_wrap .arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%);
  border-style: solid;
  border-width: 17px 16.5px 0 16.5px;
  border-color: #5B9819 transparent transparent transparent;
}
#pps_system .pps_gamen_wrap .iphone_gamen {
  text-align: center;
  position: relative;
}
#pps_system .pps_gamen_wrap .inner_gamen {
  position: absolute;
  width: 273px;
  height: 452px;
  top: 80px;
  transform: translate(-50%);
  left: 50%;
  overflow: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  text-align: left;
}
#pps_system .pps_gamen_wrap .scroll::-webkit-scrollbar-track {
  background: #EEE;
  border-radius: 10px;
}
#pps_system .pps_gamen_wrap .scroll::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#pps_system .pps_gamen_wrap .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3B4043;
}
@media (max-width: 767px) {
  #pps_system {
    padding: 75px 0 35px;
  }
  #pps_system h2 {
    font-size: 2.5rem;
    width: 100%;
    top: -20px;
  }
  #pps_system h2 span {
    font-size: 1.6rem;
  }
  #pps_system .pps_detail_wrap {
    display: block;
    margin-bottom: 40px;
  }
  #pps_system .pps_detail_wrap .txt {
    width: auto;
    margin-bottom: 25px;
  }
  #pps_system .pps_detail_wrap .catch {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #pps_system .pps_detail_wrap .img {
    text-align: center;
  }
  #pps_system .pps_gamen_wrap {
    max-width: 500px;
    margin: auto;
  }
  #pps_system .pps_gamen_wrap .arrow {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.5;
  }
  #pps_system .pps_gamen_wrap .inner_gamen {
    max-width: 86%;
    height: 73%;
    top: 13%;
  }
}

#pps_solution {
  background: url(../img/business/companion/pps/bg_solution.png) no-repeat center 0;
  margin: 90px 0 55px;
}
#pps_solution .solution_wrap {
  display: flex;
  justify-content: space-between;
  width: 860px;
}
#pps_solution .solution_wrap .point_block {
  width: 272px;
  margin-bottom: 90px;
  border: solid 2px #5B9819;
  position: relative;
  padding: 50px 20px 15px;
  box-sizing: border-box;
  background: #FFF;
}
#pps_solution .solution_wrap .num {
  width: 49px;
  height: 49px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #5B9819;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%);
}
#pps_solution .solution_wrap h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5B9819;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}
#pps_solution .solution_wrap h3:before {
  position: absolute;
  content: "";
  background: #5B9819;
  width: 86px;
  height: 4px;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%);
}
#pps_solution .solution_wrap li {
  background: url(../img/business/companion/pps/icon_list.png) no-repeat 0 4px;
  padding-left: 18px;
  line-height: 1.5;
}
#pps_solution h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #3B4043;
  padding: 40px 0 45px;
}
@media (max-width: 767px) {
  #pps_solution {
    margin: 50px 0 0px;
    background-size: 400px;
  }
  #pps_solution .solution_wrap {
    display: block;
    width: auto;
  }
  #pps_solution .solution_wrap .point_block {
    margin: 0 auto 50px;
  }
  #pps_solution .solution_wrap .num {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
  #pps_solution .solution_wrap h3 {
    font-size: 1.8rem;
  }
}

#pps_feature h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #3B4043;
  line-height: 1;
  margin-bottom: 65px;
  position: relative;
}
#pps_feature h2:before {
  position: absolute;
  content: "";
  background: #5B9819;
  width: 153px;
  height: 5px;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%);
}
#pps_feature .feature_detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 86px;
  border-radius: 35px;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding: 20px 50px 20px 25px;
}
#pps_feature .feature_detail span {
  width: 113px;
  box-sizing: border-box;
  padding: 2px 0 3px;
  text-align: center;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  background: #5B9819;
  line-height: 1.3;
  display: block;
}
#pps_feature .feature_detail span em {
  font-size: 2.5rem;
}
#pps_feature .feature_detail p {
  width: 686px;
}
#pps_feature .img {
  text-align: center;
  margin: 50px 0;
}
#pps_feature .video_wrap {
  background: #FFF9EA;
  padding: 50px 0 60px;
  box-sizing: border-box;
  margin-top: 50px;
}
#pps_feature .video_wrap p {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #5B9819;
  margin-bottom: 40px;
}
#pps_feature .video_wrap p span {
  display: block;
}
#pps_feature .video {
  width: 600px;
  margin: auto;
}
#pps_feature .video video {
  width: 100%;
}
@media (max-width: 767px) {
  #pps_feature h2 {
    font-size: 2rem;
  }
  #pps_feature .feature_detail {
    display: block;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
  #pps_feature .feature_detail span {
    padding: 4px 0 6px;
    font-size: 1.8rem;
    margin: 10px auto;
  }
  #pps_feature .feature_detail span em {
    font-size: 2rem;
  }
  #pps_feature .feature_detail p {
    width: auto;
  }
  #pps_feature .img {
    margin: 25px 0;
  }
  #pps_feature .video_wrap {
    padding: 10px;
    margin-top: 25px;
  }
  #pps_feature .video_wrap p {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #pps_feature .video {
    width: auto;
  }
}

.subsidy_eyecatch h1 {
  width: min(295px, 100%);
  background-color: #fff;
}

.subsidy {
  background-color: #E9F7F3;
  padding: 75px 0;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .subsidy {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.subsidy--sinndan {
  text-align: center;
  margin-bottom: 95px;
}
.subsidy--sinndan h2 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #1C87BC;
  font-size: 5.3rem;
  margin-bottom: 35px;
}
.subsidy--sinndan h2 span {
  border-bottom: solid 1px #707070;
}
.subsidy--sinndan ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.subsidy--sinndan ul li {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1C87BC;
  background: url(../img/business/subsidy/icon_check.png) no-repeat bottom 10px left;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .subsidy--sinndan {
    margin-bottom: 50px;
  }
  .subsidy--sinndan img {
    width: min(365px, 65vw);
  }
  .subsidy--sinndan h2 {
    font-size: 4rem;
    margin-bottom: 25px;
  }
  .subsidy--sinndan ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .subsidy--sinndan ul li {
    font-size: 2rem;
    color: #1C87BC;
    background-size: 22px;
    padding-left: 30px;
  }
}
.subsidy--register {
  text-align: center;
}
.subsidy--register em {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 5.1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.subsidy--register p {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.subsidy--register span {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: -0.074em;
}
.subsidy--register h2 {
  margin: 85px 0 53px;
  position: relative;
  padding: 5px 0;
}
.subsidy--register h2 span {
  font-size: 2.2rem;
  border: solid 1px #1C87BC;
  background-color: #fff;
  color: #1C87BC;
  position: absolute;
  top: -21px;
  left: -21px;
  padding: 4px 21px;
}
.subsidy--register ul {
  display: flex;
  counter-reset: number 0;
  justify-content: space-between;
  margin-bottom: 80px;
}
.subsidy--register ul li {
  font-size: 1.6rem;
  padding: 45px 25px 25px;
  background-color: #fff;
  box-sizing: border-box;
  width: 273px;
  position: relative;
}
.subsidy--register ul li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 2.6rem;
  background-color: #1C87BC;
  color: #fff;
  width: 49px;
  height: 49px;
  transform: translate(-50%);
}
.subsidy--register ul h3 {
  text-align: center;
  color: #1C87BC;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 23px;
}
.subsidy--register ul p {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .subsidy--register em {
    font-size: min(3.5rem, 10vw);
  }
  .subsidy--register p {
    font-size: 1.8rem;
  }
  .subsidy--register span {
    font-size: 2.2rem;
  }
  .subsidy--register h2 {
    margin: 40px 0;
    position: relative;
    padding: 15px 0 5px;
    font-size: 1.8rem;
  }
  .subsidy--register h2 span {
    font-size: 1.6rem;
    top: -21px;
    left: 5px;
    padding: 4px 21px;
  }
  .subsidy--register ul {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 50px;
  }
  .subsidy--register ul li {
    padding: 30px 10px 15px;
    width: auto;
  }
  .subsidy--register ul li:before {
    top: -15px;
    left: 50%;
    font-size: 2rem;
    width: 30px;
    height: 30px;
  }
  .subsidy--register ul h3 {
    font-size: 1.8rem;
  }
  .subsidy--register ul p {
    font-size: 1.4rem;
  }
}
.subsidy--catch {
  text-align: center;
}
.subsidy--catch span {
  font-size: 3.9rem;
  margin-bottom: 10px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.6;
  display: inline-block;
}
.subsidy--catch em {
  color: #1C87BC;
  font-weight: bold;
}
.subsidy--catch p {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .subsidy--catch span {
    font-size: 2.8rem;
  }
  .subsidy--catch p {
    font-size: 1.6rem;
  }
}

.subsidy_types {
  padding-bottom: 100px;
}
.subsidy_types h2 {
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 21px;
  letter-spacing: 0.05em;
}
.subsidy_types > li {
  position: relative;
}
@media (min-width: 768px) {
  .subsidy_types > li:first-child .subsidy_types--price {
    font-size: 2.6rem;
    width: 137px;
    height: 137px;
  }
}
.subsidy_types > li:not(:last-child) {
  margin-bottom: 75px;
}
.subsidy_types > li:nth-last-child(-n+3) h2 {
  background-color: #5B9819;
}
@media (max-width: 767px) {
  .subsidy_types {
    padding-bottom: 50px;
  }
  .subsidy_types h2 {
    padding: 10px 80px 10px 10px;
    margin-bottom: 10px;
  }
  .subsidy_types > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.subsidy_types--price {
  width: 123px;
  height: 123px;
  background-color: #FFFF00;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.subsidy_types--price b {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .subsidy_types--price {
    font-size: 1.8rem;
    width: 80px;
    height: 80px;
    top: -20px;
    right: 0px;
  }
  .subsidy_types--price b {
    font-size: 1.3rem;
  }
}
.subsidy_types--txt {
  width: 740px;
}
.subsidy_types--txt div {
  display: flex;
  gap: 10px;
}
.subsidy_types--txt p {
  margin-bottom: 14px;
}
.subsidy_types--txt b {
  background-color: #fff;
  border: solid 1px #1C87BC;
  color: #1C87BC;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  width: 148px;
}
.subsidy_types--txt ul li {
  background: url(../img/business/subsidy/icon_check.png) no-repeat top left 0em;
  background-size: 22px;
  padding-left: 20px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .subsidy_types--txt {
    width: auto;
  }
  .subsidy_types--txt div {
    flex-direction: column;
    gap: 10px;
  }
  .subsidy_types--txt b {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}

.subsidy_access {
  background-color: #E9F7F3;
  padding: 52px 0 70px;
  margin-bottom: 150px;
  text-align: center;
}
.subsidy_access h2 {
  font-size: 3.9rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #1C87BC;
  font-weight: bold;
  letter-spacing: 0.034em;
}
.subsidy_access p {
  letter-spacing: 0.05em;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .subsidy_access {
    padding: 30px 0 50px;
    margin-bottom: 50px;
  }
  .subsidy_access h2 {
    font-size: min(3rem, 7vw);
  }
  .subsidy_access p {
    font-size: 1.8rem;
  }
}
.subsidy_access--btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 32px;
}
.subsidy_access--btns a {
  font-weight: bold;
  gap: 32px;
  width: min(431px, 100%);
  text-align: left;
  background-color: #fff;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .subsidy_access--btns {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

/* =====
共通パーツ
=================================== */
.company_eyecatch {
  position: relative;
  margin-bottom: 70px;
}
.company_eyecatch .txt {
  position: absolute;
  top: 25px;
  left: 0;
}
.company_eyecatch .sub {
  display: block;
  padding: 3px 15px 3px 10px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  background: #fff;
}
.company_eyecatch .sub span {
  margin-left: 5px;
  font-weight: bold;
  color: #707070;
}
.company_eyecatch h1 {
  padding-left: 35px;
  font-size: 2.6rem;
  color: #1c87bc;
}
@media (max-width: 767px) {
  .company_eyecatch {
    margin-bottom: 40px;
  }
  .company_eyecatch .txt {
    position: static;
    border: solid 2px #c8e7ff;
    border-top: 0;
  }
  .company_eyecatch .sub {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .company_eyecatch h1 {
    padding-left: 10px;
    font-size: 2rem;
  }
}

.company_localnav {
  margin-bottom: 85px;
  font-size: 1.4rem;
}
.company_localnav ul {
  display: flex;
  border-right: solid 1px #1792e6;
}
.company_localnav li {
  box-sizing: border-box;
  width: 14.2857142857%;
  text-align: center;
  border-left: solid 1px #1792e6;
}
.company_localnav a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 5px 0 15px;
}
.company_localnav span {
  display: block;
  margin-top: auto;
}
@media (max-width: 767px) {
  .company_localnav {
    margin-bottom: 35px;
    font-size: 1rem;
  }
  .company_localnav ul {
    flex-wrap: wrap;
    border-right: 0;
  }
  .company_localnav li {
    width: 25%;
    margin-left: -1px;
  }
  .company_localnav li:nth-child(4), .company_localnav li:last-child {
    border-right: solid 1px #1792e6;
  }
  .company_localnav img {
    max-width: 90%;
  }
}

.company_anchornav {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
  text-align: center;
}
.company_anchornav a {
  display: block;
  width: 350px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c87bc;
  border: solid 3px #1c87bc;
}
@media (max-width: 767px) {
  .company_anchornav li {
    width: 48%;
  }
  .company_anchornav a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2px;
    font-size: 1.2rem;
  }
}

/* =====
社長メッセージ　message
=================================== */
#message_message h2 {
  margin-bottom: 45px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3.3rem;
  text-align: center;
}
#message_message .img_block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 416px;
  margin: auto;
}
#message_message .img_block p {
  font-weight: bold;
}
#message_message .txt p {
  margin-top: 30px;
}
#message_message .txt p:first-child {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #message_message h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #message_message .img_block {
    display: block;
    width: auto;
    max-width: 416px;
    text-align: center;
  }
  #message_message .txt p {
    margin-top: 20px;
  }
  #message_message .txt p:first-child {
    margin-top: 20px;
  }
}

/* =====
企業理念　philosophy
=================================== */
#philosophy_purpose .img_chart {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
#philosophy_purpose .img_chart::before {
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #d4edb3 transparent transparent;
  border-style: solid;
  border-width: 34px 36px 0;
  transform: translate(-50%);
}
#philosophy_purpose p {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1c87bc;
  text-align: center;
}
#philosophy_purpose .lst_wrap {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 35px;
}
#philosophy_purpose .lst_wrap li {
  width: 290px;
  padding: 0 20px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 1px #1c87bc;
}
#philosophy_purpose .lst_wrap li:last-child {
  border-right: solid 1px #1c87bc;
}
#philosophy_purpose .lst_wrap span {
  box-sizing: border-box;
  display: block;
  width: 49px;
  height: 49px;
  padding: 3px;
  margin: auto auto 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1c87bc;
}
@media (max-width: 767px) {
  #philosophy_purpose .img_chart {
    margin-bottom: 30px;
  }
  #philosophy_purpose .img_chart::before {
    bottom: -15px;
    border-width: 17px 18px 0;
  }
  #philosophy_purpose p {
    font-size: 1.8rem;
  }
  #philosophy_purpose .lst_wrap {
    display: block;
    margin: 25px 0 18px;
  }
  #philosophy_purpose .lst_wrap li {
    width: auto;
    padding: 15px 10px;
    border-bottom: solid 1px #1c87bc;
    border-left: none;
  }
  #philosophy_purpose .lst_wrap li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #philosophy_purpose .lst_wrap span {
    margin-bottom: 10px;
  }
}

/* =====
会社概要　outline
=================================== */
#outline_outline {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #outline_outline {
    padding-bottom: 45px;
  }
}

#outline_name,
#outline_corp_color {
  padding: 30px 0 50px;
}
#outline_name .detail_wrap,
#outline_corp_color .detail_wrap {
  display: flex;
  justify-content: space-between;
}
#outline_name .detail_wrap .txt,
#outline_corp_color .detail_wrap .txt {
  width: 600px;
}
#outline_name .detail_wrap em,
#outline_corp_color .detail_wrap em {
  font-weight: bold;
  color: #1c87bc;
}
@media (max-width: 767px) {
  #outline_name,
  #outline_corp_color {
    padding: 20px 0 30px;
  }
  #outline_name .detail_wrap,
  #outline_corp_color .detail_wrap {
    display: block;
  }
  #outline_name .detail_wrap .txt,
  #outline_corp_color .detail_wrap .txt {
    width: auto;
  }
  #outline_name .detail_wrap .img,
  #outline_corp_color .detail_wrap .img {
    margin-top: 10px;
    text-align: center;
  }
}

#outline_chart {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  #outline_chart {
    padding: 20px 0 40px;
  }
}

#outline_page table {
  position: static;
}
#outline_page tr {
  padding: 2px 0;
  font-size: 1.4rem;
  border-bottom: 0.5px solid #727272;
}
#outline_page tr:first-child {
  border-top: 0.5px solid #727272;
}
#outline_page tr th {
  box-sizing: border-box;
  display: block;
  width: 150px;
  padding: 8px 15px 8px 30px;
  text-align: left;
  vertical-align: top;
  background: #d7eefa;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
}
#outline_page tr td {
  padding: 8px 15px 8px 0;
  text-align: left;
}

/* =====
沿革　history
=================================== */
.history_ttl {
  width: 335px;
  margin: auto;
  text-align: center;
  background: #1c87bc;
  border-radius: 8px;
}

.history_wrap {
  padding: 1px 0 70px;
  margin-bottom: 5px;
  background: url("../img/company/history/bg_line.png") no-repeat center top, url("../img/company/history/bg_arrow.svg") no-repeat center bottom;
  background-size: 7px 99%, auto;
}
.history_wrap::after {
  display: table;
  clear: both;
  content: "";
}

.history_box {
  position: relative;
  box-sizing: border-box;
  width: 345px;
  max-width: 100%;
  padding: 15px 20px 20px;
  margin: 20px auto;
  background: #fff;
  border: solid 1px #707070;
  box-shadow: 14px 14px 0 0 #e9f7f3;
}
.history_box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 100px;
  height: 5px;
  content: "";
  background: #1c87bc;
}
.history_box h3 {
  font-weight: bold;
  color: #1c87bc;
}
.history_box p {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.history_box.is_left {
  float: left;
  clear: left;
}
.history_box.is_right {
  float: right;
  clear: right;
}
@media (min-width: 768px) {
  .history_box.mt_medium {
    margin-top: 100px;
  }
  .history_box.mt_long {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .history_box.is_left {
    float: none;
  }
  .history_box.is_right {
    float: none;
  }
}

/* =====
事業所・関連会社　network
=================================== */
.network_ttl {
  padding-left: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  border-left: solid 5px #1c87bc;
}

.network_description {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.network_description dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.network_description dd {
  padding-left: 5em;
}

.network_item {
  width: 376px;
  padding: 15px 0 35px;
}
@media (max-width: 767px) {
  .network_item {
    width: auto;
    padding: 15px 0 20px;
  }
}

.network_container {
  padding: 45px 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .network_container {
    padding: 15px 10px;
  }
}

#network_map {
  padding-bottom: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  #network_map {
    padding-bottom: 30px;
  }
}

#network_office {
  padding: 40px 0 120px;
}
@media (max-width: 767px) {
  #network_office {
    padding: 25px 0 50px;
  }
}

.network_office_header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  background: #fff;
  border-bottom: solid 1px #727272;
}
.network_office_header .txt {
  width: 480px;
}
.network_office_header .map {
  width: 267px;
}
.network_office_header.pt15 {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .network_office_header {
    display: block;
  }
  .network_office_header .txt {
    width: auto;
    margin-bottom: 20px;
  }
  .network_office_header .map {
    margin: auto;
  }
}

.network_office_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.network_office_body .network_item {
  border-bottom: solid 1px #727272;
}
@media (max-width: 767px) {
  .network_office_body {
    display: block;
  }
}

#network_affiliates {
  padding: 75px 0 20px;
}
@media (max-width: 767px) {
  #network_affiliates {
    padding: 25px 0 20px;
  }
}

.network_affiliates_row {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #727272;
}
.network_affiliates_row .network_item {
  border-top: solid 1px #727272;
}
@media (max-width: 767px) {
  .network_affiliates_row {
    display: block;
  }
}

.network_affiliates_big {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #727272;
}
.network_affiliates_big .sub .network_item {
  border-bottom: dashed 1px #727272;
}
.network_affiliates_big .sub .network_item:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .network_affiliates_big {
    display: block;
  }
  .network_affiliates_big .sub {
    border-top: dashed 1px #727272;
  }
}

.affiliates {
  padding: 45px 50px;
}
.affiliates .network_office_header {
  display: block;
  width: fit-content;
}
@media (max-width: 767px) {
  .affiliates {
    padding: 15px 10px;
  }
}

/* =====
SALAグループ　group
=================================== */
#group_page .ttl_blue {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #1c87bc;
  text-align: center;
}
@media (max-width: 767px) {
  #group_page .ttl_blue {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

#group_about {
  padding-bottom: 68px;
  text-align: center;
}
#group_about h2 {
  margin-bottom: 35px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3.3rem;
}
@media (max-width: 767px) {
  #group_about {
    padding: 0 10px 35px;
  }
  #group_about h2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #group_about .img img {
    width: 60%;
  }
}

#group_client {
  padding: 50px 0;
}
#group_client .container {
  text-align: center;
}
@media (max-width: 767px) {
  #group_client {
    padding: 25px 0;
  }
}

#group_message {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #group_message {
    padding: 25px 0;
  }
}

#group_nav {
  padding: 35px 0;
}
#group_nav .banner_wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#group_nav span {
  display: inline-block;
  padding-left: 25px;
  margin-top: 15px;
  line-height: 1;
  color: #3b4043;
  background: url(../img/company/group/icon_01.png) no-repeat 0 center;
  background-size: 20px;
}
#group_nav a {
  display: block;
}
@media (max-width: 767px) {
  #group_nav {
    padding: 25px 0;
    margin-top: 20px;
  }
  #group_nav .banner_wrap {
    display: block;
  }
  #group_nav .banner_wrap li:first-child {
    margin-bottom: 20px;
  }
}

/* =====
ASCOのさまざまな取り組み　csr
=================================== */
.csr_ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c87bc;
}

.csr_item {
  padding: 45px 0;
  font-size: 1.4rem;
  border-top: solid 1px #1c87bc;
}
.csr_item:first-child {
  padding-top: 0;
  border-top: none;
}
.csr_item .note {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .csr_item {
    display: flex;
    justify-content: space-between;
  }
  .csr_item .txt {
    width: 495px;
  }
  .csr_item .img {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .csr_item {
    padding: 15px 0;
  }
  .csr_item .txt {
    margin-bottom: 20px;
  }
  .csr_item .img {
    text-align: center;
  }
}

.csr_list {
  padding: 10px 15px;
  margin-top: 30px;
  border: solid 1px #707070;
}
.csr_list li {
  padding-left: 15px;
  margin-bottom: 1px;
  background: url("../img/common/icon_list_blue.svg") no-repeat 0 6px;
}
@media (max-width: 767px) {
  .csr_list {
    margin-top: 15px;
  }
}

#csr_company {
  padding: 1px 0 80px;
  border-bottom: solid 2px #1c87bc;
}

#csr_social {
  padding-top: 90px;
}

/* =====
共通パーツ
=================================== */
.recruit_ttl_main {
  color: #1C87BC;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .recruit_ttl_main {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

.recruit_ttl_sub {
  color: #1C87BC;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .recruit_ttl_sub {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.recruit_ttl_band {
  background: #ccc;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .recruit_ttl_band {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.recruit_eyecatch_01 {
  text-align: center;
}

.recruit_eyecatch_02 {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
  position: relative;
}
.recruit_eyecatch_02 h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit_eyecatch_02 {
    font-size: 2rem;
  }
}

.recruit_eyecatch_03 {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 3rem;
  font-weight: bold;
  color: #1C87BC;
  margin-bottom: 70px;
  position: relative;
}
.recruit_eyecatch_03 h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit_eyecatch_03 {
    font-size: 2rem;
  }
}

#recruit_bottom {
  margin-top: 130px;
  padding: 1px 0 300px;
}
@media (max-width: 767px) {
  #recruit_bottom {
    margin-top: 50px;
    padding: 1px 0 60px;
  }
}

.recruit_bottom_nav {
  text-align: center;
}
.recruit_bottom_nav a {
  display: block;
  width: 438px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  color: #1C87BC;
  letter-spacing: 0.1em;
}
.recruit_bottom_nav a span {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 42px 0;
}
.recruit_bottom_nav a:hover {
  color: #fff;
}
.recruit_bottom_nav a:hover span {
  background: rgba(28, 135, 188, 0.8);
}
.recruit_bottom_nav li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .recruit_bottom_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .recruit_bottom_nav a {
    width: auto;
  }
}

.recruit_bottom_nav_01 {
  background: url("../img/recruit/common/nav_01.jpg") no-repeat center center;
}

.recruit_bottom_nav_02 {
  background: url("../img/recruit/common/nav_02.jpg") no-repeat center center;
}

.recruit_bottom_nav_03 {
  background: url("../img/recruit/common/nav_03.jpg") no-repeat center center;
}

.recruit_bottom_nav_04 {
  background: url("../img/recruit/common/nav_04.jpg") no-repeat center center;
}

.recruit_bottom_btn_wrap {
  text-align: center;
}
.recruit_bottom_btn_wrap .btn {
  display: block;
  padding: 25px;
  letter-spacing: 0.4em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 3.4rem;
  border: solid 1px #707070;
}
.recruit_bottom_btn_wrap .btn:hover {
  color: #fff;
  background: rgba(28, 135, 188, 0.8);
}
@media (max-width: 767px) {
  .recruit_bottom_btn_wrap .btn {
    font-size: 2.4rem;
  }
}

/* =====
TOP
=================================== */
#recruit_top_recruit {
  padding: 66px 0 230px;
  background: url("../img/recruit/recruit_bg.jpg") no-repeat center center;
}
#recruit_top_recruit .catch_txt {
  margin-left: -70px;
}
@media (max-width: 767px) {
  #recruit_top_recruit {
    background-size: cover;
    padding: 0px 0 100px;
  }
  #recruit_top_recruit .catch_txt {
    margin: auto;
  }
}

#recruit_top_service {
  padding: 85px 0 95px;
}
#recruit_top_service .container {
  position: relative;
}
#recruit_top_service .container .img_01 {
  position: absolute;
  left: -130px;
  top: -15px;
}
#recruit_top_service .container .tile_01 {
  position: absolute;
  right: 40px;
  top: 182px;
}
#recruit_top_service .container .tile_03 {
  position: absolute;
  bottom: 120px;
  right: -100px;
}
#recruit_top_service h2 {
  margin-bottom: 25px;
}
#recruit_top_service .recruit_top_ascc {
  text-align: center;
  width: 460px;
  margin: 0 auto 160px;
}
#recruit_top_service .recruit_top_ascc p {
  margin-bottom: 55px;
  text-align: left;
}
#recruit_top_service .recruit_top_ascc .btn_rounded {
  background: #1C87BC;
  border-color: #1C87BC;
  color: #fff;
}
#recruit_top_service .recruit_top_work {
  width: 710px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  padding: 45px 40px 20px;
  position: relative;
}
#recruit_top_service .recruit_top_work p {
  width: 377px;
}
#recruit_top_service .recruit_top_work .img {
  position: absolute;
  right: -165px;
  top: -70px;
}
#recruit_top_service .btn_wrap {
  margin-top: 25px;
}
#recruit_top_service .top_service_img_01 {
  position: absolute;
  top: -151px;
  left: -160px;
}
@media (max-width: 767px) {
  #recruit_top_service {
    padding: 50px 10px 0;
  }
  #recruit_top_service .container .img_01 {
    width: 150px;
    left: 5px;
    top: 0;
    opacity: 0.5;
  }
  #recruit_top_service .container .tile_01 {
    right: 0;
    top: 200px;
    width: 50px;
  }
  #recruit_top_service .container .tile_03 {
    bottom: 365px;
    right: 0px;
  }
  #recruit_top_service h2 {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  #recruit_top_service .recruit_top_ascc {
    width: auto;
    margin-bottom: 50px;
  }
  #recruit_top_service .recruit_top_ascc p {
    margin-bottom: 20px;
  }
  #recruit_top_service .recruit_top_work {
    width: auto;
    margin-left: 0px;
    padding: 20px;
  }
  #recruit_top_service .recruit_top_work p {
    width: auto;
  }
  #recruit_top_service .recruit_top_work .img {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: 350px;
  }
  #recruit_top_service .top_service_img_01 {
    width: 140px;
    top: -120px;
    left: -30px;
  }
}

#recruit_top_training {
  padding: 80px 0;
  margin-bottom: 100px;
  background: url("../img/recruit/recruit_bg_02.jpg") no-repeat center center;
}
#recruit_top_training .recruit_training_txt {
  position: relative;
  background: #fff;
  width: 398px;
  margin: auto 0 auto auto;
  padding: 35px 33px 30px;
  box-sizing: border-box;
}
#recruit_top_training .tile_04 {
  position: absolute;
  top: -20px;
  left: -20px;
}
#recruit_top_training h2 {
  margin-bottom: 15px;
}
#recruit_top_training .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #recruit_top_training {
    background-image: none;
    padding: 50px 10px 0;
    margin-bottom: 50px;
  }
  #recruit_top_training .recruit_training_txt {
    width: auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  #recruit_top_training .mv {
    margin-bottom: 20px;
  }
  #recruit_top_training .tile_04 {
    top: -65px;
  }
}

#recruit_top_number .container {
  position: relative;
}
#recruit_top_number .container .tile_05 {
  position: absolute;
  top: 202px;
  left: -105px;
  pointer-events: none;
}
#recruit_top_number a {
  background: url("../img/recruit/recruit_number_bg.jpg") no-repeat center center;
  display: block;
  padding: 60px 0 75px;
  transition: opacity 0.2s;
}
#recruit_top_number a:hover {
  opacity: 0.8;
}
#recruit_top_number h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
#recruit_top_number .tile_wrap {
  display: flex;
  justify-content: space-between;
  width: 820px;
  margin: auto;
}
#recruit_top_number .tile_wrap img {
  width: 263px;
  border: solid 1.5px #fff;
}
@media (max-width: 767px) {
  #recruit_top_number a {
    background: #6db2d4;
    padding: 25px 0;
  }
  #recruit_top_number .container .tile_05 {
    top: -84px;
    left: 50%;
    width: 48px;
  }
  #recruit_top_number h2 {
    margin: 0 -15px;
  }
  #recruit_top_number .tile_wrap {
    display: block;
    max-width: 284px;
    margin: auto;
  }
  #recruit_top_number .tile_wrap img {
    width: auto;
    margin-top: 10px;
  }
}

/* =====
ASCOの想い
=================================== */
#recruit_mind_first {
  text-align: center;
  padding-bottom: 60px;
}
#recruit_mind_first h1 {
  margin-bottom: 50px;
}
#recruit_mind_first p {
  line-height: 2.5;
  margin-bottom: 45px;
}
#recruit_mind_first .container_narrow {
  position: relative;
}
#recruit_mind_first .deco_01 {
  position: absolute;
  left: -200px;
  top: 10%;
}
#recruit_mind_first .deco_02 {
  position: absolute;
  right: -110px;
  top: 45%;
}
@media (max-width: 767px) {
  #recruit_mind_first .deco_01 {
    position: absolute;
    left: -40px;
    top: 10%;
    width: 100px;
  }
  #recruit_mind_first .deco_02 {
    position: absolute;
    right: 0px;
    top: 45%;
    width: 40px;
  }
}

#recruit_mind_personality {
  padding: 0 0 40px;
}
#recruit_mind_personality .recruit_ttl_band {
  background: #1C87BC;
}

.recruit_mind_personality_row {
  display: flex;
  justify-content: space-around;
  margin-top: 55px;
}
.recruit_mind_personality_row .item {
  width: 234px;
  height: 234px;
  box-sizing: border-box;
  padding-top: 75px;
  text-align: center;
}
.recruit_mind_personality_row .item h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #1C87BC;
  letter-spacing: 0.2em;
}
.recruit_mind_personality_row .item_01 {
  background: url("../img/recruit/mind/personality_bg_01.svg") no-repeat center center;
}
.recruit_mind_personality_row .item_02 {
  background: url("../img/recruit/mind/personality_bg_02.svg") no-repeat center center;
}
.recruit_mind_personality_row .item_03 {
  background: url("../img/recruit/mind/personality_bg_03.svg") no-repeat center center;
}
@media (max-width: 767px) {
  .recruit_mind_personality_row {
    display: block;
    margin-top: 20px;
  }
  .recruit_mind_personality_row .item {
    margin: 10px auto;
  }
}

/* =====
お任せしたい仕事
=================================== */
#recruit_job_first {
  padding-bottom: 100px;
}
#recruit_job_first h2 {
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  color: #1C87BC;
  font-size: 2.4rem;
}
#recruit_job_first p {
  margin-bottom: 1em;
}
#recruit_job_first .container_narrow {
  position: relative;
}
#recruit_job_first .container_narrow .deco_01 {
  position: absolute;
  left: -260px;
  top: -25px;
}
#recruit_job_first .container_narrow .deco_02 {
  position: absolute;
  right: -270px;
  top: -15px;
}
#recruit_job_first .video_wrap {
  width: 100%;
  margin-top: 80px;
}
#recruit_job_first .video_wrap video {
  width: 100%;
  height: auto;
}

.recruit_job_localnav {
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}
.recruit_job_localnav a {
  display: block;
  color: #fff;
  padding: 5px 0;
}
.recruit_job_localnav li {
  width: 48%;
}
.recruit_job_localnav li:first-child a {
  background: #0066EF;
}
.recruit_job_localnav li:last-child a {
  background: #0F920F;
}
@media (max-width: 767px) {
  .recruit_job_localnav {
    font-size: 1.8rem;
  }
}

.recruit_job_description {
  padding-bottom: 80px;
}
.recruit_job_description h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 65px;
}
.recruit_job_description .container_narrow {
  max-width: 465px;
  line-height: 2;
}
@media (max-width: 767px) {
  .recruit_job_description h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.recruit_job_flow {
  background: #F4F4F4;
  padding-top: 60px;
  margin-bottom: 150px;
}
.recruit_job_flow h3 {
  display: flex;
}
.recruit_job_flow h3 span {
  box-sizing: border-box;
}
.recruit_job_flow h3 span:first-child {
  width: 220px;
  padding-left: 60px;
}
.recruit_job_flow h3 span:last-child {
  width: 680px;
  padding-left: 120px;
}
.recruit_job_flow .flow_list {
  padding-top: 20px;
  margin-bottom: 45px;
  background: url("../img/recruit/job/ls_line.png") no-repeat 118px 0;
  background-size: 1px calc(100% - 100px);
}
.recruit_job_flow .flow_item {
  display: flex;
  padding-bottom: 35px;
}
.recruit_job_flow .flow_item:last-child {
  padding-bottom: 0;
}
.recruit_job_flow .flow_item h4 {
  width: 220px;
  padding-top: 30px;
  padding-right: 70px;
  text-align: right;
  box-sizing: border-box;
  flex-shrink: 0;
}
.recruit_job_flow .flow_item_inner {
  background: #fff;
  width: 680px;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.recruit_job_flow .flow_item_inner:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 45px 22.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.recruit_job_flow .flow_item_inner .txt {
  padding: 26px 30px 24px;
  line-height: 2;
}
.recruit_job_flow .flow_item_inner .img {
  flex-shrink: 0;
}
.recruit_job_flow .flow_item_inner .lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.recruit_job_flow dl {
  width: 460px;
  margin: auto;
  font-size: 1.4rem;
}
.recruit_job_flow dt {
  background: #626262;
  font-weight: bold;
  color: #fff;
  float: left;
  clear: left;
  margin-bottom: 10px;
  text-align: center;
  width: 80px;
  padding: 1px;
}
.recruit_job_flow dd {
  padding: 1px;
  padding-left: 100px;
  margin-bottom: 10px;
}
.recruit_job_flow .btn_wrap {
  padding-top: 100px;
}
.recruit_job_flow .btn_wrap a {
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  bottom: -20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .recruit_job_flow dl {
    width: auto;
  }
  .recruit_job_flow h3 span {
    box-sizing: border-box;
  }
  .recruit_job_flow h3 span:first-child {
    width: 30%;
    padding: 0;
    padding-right: 20px;
  }
  .recruit_job_flow h3 span:last-child {
    width: 70%;
    padding-left: 0;
  }
  .recruit_job_flow .flow_list {
    background: none !important;
  }
  .recruit_job_flow .flow_item {
    display: block;
  }
  .recruit_job_flow .flow_item h4 {
    width: auto;
    padding: 0;
    text-align: center;
    padding-right: 50px;
  }
  .recruit_job_flow .flow_item_inner {
    width: auto;
    display: block;
  }
  .recruit_job_flow .flow_item_inner:before {
    content: none;
  }
  .recruit_job_flow .flow_item_inner .img {
    text-align: center;
    padding-bottom: 20px;
  }
  .recruit_job_flow .btn_wrap {
    padding-top: 60px;
  }
  .recruit_job_flow .btn_wrap a {
    bottom: -30px;
  }
}

#recruit_job_ls .recruit_job_description h2 {
  background: #0066EF;
}
#recruit_job_ls .recruit_job_description .container_narrow {
  max-width: 485px;
  position: relative;
}
#recruit_job_ls .recruit_job_description .container_narrow .ls_img_01 {
  position: absolute;
  bottom: -296px;
  right: -250px;
  width: 320px;
}
#recruit_job_ls .recruit_job_description .container_narrow .deco_03 {
  position: absolute;
  top: 15px;
  left: -110px;
}
#recruit_job_ls .recruit_job_description .container_narrow .deco_04 {
  position: absolute;
  top: 0px;
  right: -70px;
}
#recruit_job_ls .recruit_job_flow {
  border-bottom: solid 1px #0066EF;
}
#recruit_job_ls .flow_list {
  position: relative;
}
#recruit_job_ls .flow_list .deco_05 {
  position: absolute;
  top: 600px;
  left: -15px;
}
#recruit_job_ls .flow_list .deco_06 {
  position: absolute;
  top: 0px;
  right: -70px;
}
#recruit_job_ls .flow_item_inner .lead {
  color: #0066EF;
}
#recruit_job_ls .btn_wrap a {
  background: #0066EF;
}
@media (max-width: 767px) {
  #recruit_job_ls .recruit_job_description .container_narrow .ls_img_01 {
    bottom: -183px;
    right: -60px;
    width: 190px;
  }
}

#recruit_job_ca .recruit_job_description h2 {
  background: #0F920F;
}
#recruit_job_ca .recruit_job_description .container_narrow {
  position: relative;
}
#recruit_job_ca .recruit_job_description .container_narrow .ca_img_01 {
  position: absolute;
  left: -220px;
  bottom: -130px;
}
#recruit_job_ca .recruit_job_description .container_narrow .deco_07 {
  position: absolute;
  left: -60px;
  top: -15px;
}
#recruit_job_ca .recruit_job_description .container_narrow .deco_08 {
  position: absolute;
  right: -130px;
  top: -5px;
}
#recruit_job_ca .recruit_job_description .container_narrow .deco_09 {
  position: absolute;
  right: -270px;
  top: -15px;
}
#recruit_job_ca .recruit_job_flow {
  border-bottom: solid 1px #0F920F;
}
#recruit_job_ca .flow_item_inner .lead {
  color: #0F920F;
}
#recruit_job_ca .flow_list {
  background-image: url("../img/recruit/job/ca_line.png");
  position: relative;
}
#recruit_job_ca .flow_list .deco_09 {
  position: absolute;
  top: 338px;
  right: -24px;
  z-index: 1;
}
#recruit_job_ca .flow_list .deco_10 {
  position: absolute;
  bottom: 0;
  left: -15px;
}
#recruit_job_ca .btn_wrap a {
  background: #0F920F;
}

/* =====
教育・研修
=================================== */
#recruit_training .catch_block {
  font-size: 3rem;
  font-weight: bold;
  color: #1C87BC;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
#recruit_training .training_stepup {
  background: url(../img/recruit/training/img_stepup.png) no-repeat center bottom;
  padding-bottom: 190px;
  position: relative;
}
#recruit_training .training_stepup p {
  width: 472px;
  margin: auto;
}
#recruit_training .training_stepup .deco_01 {
  position: absolute;
  left: 15%;
  top: -95px;
}
#recruit_training .training_stepup .deco_02 {
  position: absolute;
  left: 16%;
  top: 40%;
}
#recruit_training .training_stepup .deco_03 {
  position: absolute;
  right: 20%;
  top: 60%;
}
#recruit_training .container_middle {
  position: relative;
}
#recruit_training .container_middle .deco_04 {
  position: absolute;
  left: -100px;
  bottom: 25%;
}
#recruit_training .container_middle .deco_05 {
  position: absolute;
  right: -100px;
  bottom: 25%;
}
#recruit_training .stepup_points .point_box {
  overflow: hidden;
  width: 602px;
  margin: 42px auto 0;
}
#recruit_training .stepup_points .point_box .ttl_point {
  /* フローのアイコン */
  width: 160px;
  height: 160px;
  background: #E7E8E8;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  color: #1C87BC;
  letter-spacing: 0.05em;
}
#recruit_training .stepup_points .point_box .txt {
  /* フローの説明文 */
  width: 421px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  #recruit_training .catch_block {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #recruit_training .training_stepup {
    padding: 0 10px 30%;
    background-size: 363% auto;
    background-position: 52% bottom;
  }
  #recruit_training .training_stepup p {
    width: auto;
  }
  #recruit_training .training_stepup .deco_01 {
    left: 0%;
    top: -50px;
  }
  #recruit_training .training_stepup .deco_02 {
    top: 70%;
    width: 53px;
  }
  #recruit_training .training_stepup .deco_03 {
    right: 0%;
    top: -3%;
  }
  #recruit_training .container_middle .deco_04 {
    left: 0;
    bottom: 28%;
  }
  #recruit_training .container_middle .deco_05 {
    right: 0;
    top: 22%;
    bottom: 0;
    width: 70px;
  }
  #recruit_training .stepup_points .point_box {
    width: auto;
    margin: 20px auto 0;
    max-width: 375px;
  }
  #recruit_training .stepup_points .point_box .ttl_point {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 1.6rem;
  }
  #recruit_training .stepup_points .point_box .txt {
    /* フローの説明文 */
    width: 100%;
  }
}

/* =====
数字で見るASCO
=================================== */
#recruit_number .catch_block {
  font-size: 3rem;
  font-weight: bold;
  color: #1C87BC;
  text-align: center;
  letter-spacing: 0.15em;
}
#recruit_number .tile_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
#recruit_number .tile_wrap li {
  margin-top: 24px;
  width: 284px;
}
#recruit_number .tile_wrap li:first-child {
  margin-top: 75px;
}
#recruit_number .tile_wrap li.long {
  width: 592px;
}
#recruit_number .tile_wrap li.super_long {
  width: 900px;
}
#recruit_number .container {
  position: relative;
}
#recruit_number .container .deco_01 {
  position: absolute;
  left: -115px;
  top: 5%;
}
#recruit_number .container .deco_02 {
  position: absolute;
  right: 0px;
  top: 8%;
}
#recruit_number .container .deco_03 {
  position: absolute;
  right: -40px;
  top: 27%;
}
#recruit_number .container .deco_04 {
  position: absolute;
  left: -32px;
  top: 42%;
}
#recruit_number .container .deco_05 {
  position: absolute;
  right: -90px;
  bottom: 44%;
}
#recruit_number .container .deco_06 {
  position: absolute;
  left: -30px;
  bottom: -1%;
}
@media (max-width: 767px) {
  #recruit_number .catch_block {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #recruit_number .memo,
  #recruit_number .tile_wrap {
    max-width: 592px;
    margin: auto;
  }
  #recruit_number .memo li,
  #recruit_number .tile_wrap li {
    margin-top: 20px;
    width: 48%;
  }
  #recruit_number .memo li:first-child,
  #recruit_number .tile_wrap li:first-child {
    margin-top: 50px;
  }
  #recruit_number .memo li.long,
  #recruit_number .tile_wrap li.long {
    width: 100%;
  }
  #recruit_number .container .deco_01 {
    left: 0;
    top: 3%;
    width: 110px;
  }
  #recruit_number .container .deco_03 {
    right: 0;
    top: 22%;
  }
  #recruit_number .container .deco_04 {
    left: 0;
    top: 40%;
  }
  #recruit_number .container .deco_05 {
    right: 0;
    bottom: 38%;
  }
  #recruit_number .container .deco_06 {
    left: 0;
  }
}

.recruit_school {
  margin-bottom: 160px;
}
.recruit_school .memo {
  font-size: 1.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  .recruit_school {
    margin-bottom: 80px;
  }
}

.recruit_school_inner {
  background-color: #60A6D9;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}
.recruit_school_inner h2 {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .recruit_school_inner {
    margin-top: 15px;
  }
}

.recruit_school_list {
  display: flex;
  flex-wrap: wrap;
}
.recruit_school_list li:not(:last-child):after {
  content: "、";
}

/* =====
募集要項
=================================== */
#requirement_page .recruit_eyecatch_03 .deco_01 {
  position: absolute;
  top: -20px;
  right: -20px;
}
#requirement_page .recruit_eyecatch_03 .deco_02 {
  position: absolute;
  left: -80px;
  bottom: -120px;
}
@media (max-width: 767px) {
  #requirement_page .recruit_eyecatch_03 .deco_01 {
    width: 80px;
    bottom: -40px;
    left: -40px;
  }
  #requirement_page .recruit_eyecatch_03 .deco_02 {
    width: 80px;
    right: -30px;
  }
}

#requirement_main h2 {
  font-weight: bold;
  color: #1C87BC;
  font-size: 3rem;
  text-align: center;
}
#requirement_main p {
  text-align: center;
}
@media (max-width: 767px) {
  #requirement_main h2 {
    font-size: 2.4rem;
  }
}

.recruit_requirement_table_wrap {
  position: relative;
  max-width: 640px;
  margin: auto;
  padding: 40px 0 80px;
}
.recruit_requirement_table_wrap .deco_03 {
  position: absolute;
  top: 160px;
  right: -85px;
}
.recruit_requirement_table_wrap th,
.recruit_requirement_table_wrap td {
  padding-top: 0px;
  padding-bottom: 10px;
}
.recruit_requirement_table_wrap th {
  width: 95px;
  text-align: left;
  padding-left: 30px;
  background: url("../img/common/icon_list_blue.svg") no-repeat 0 8px;
}
.recruit_requirement_table_wrap .recruit_requirement_term td {
  padding-bottom: 2em;
}
@media (max-width: 767px) {
  .recruit_requirement_table_wrap {
    padding: 40px 10px 80px;
  }
  .recruit_requirement_table_wrap th {
    padding-left: 20px;
    padding-bottom: 0;
  }
}

.recruit_stop {
  padding: 0 0 80px;
  text-align: center;
}

#requirement_contact {
  text-align: center;
  margin-bottom: 100px;
}
#requirement_contact h2 {
  font-weight: bold;
  color: #1C87BC;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 0 8px;
  background: url("../img/recruit/requirement/deco_04.svg") no-repeat 25% 0;
}
#requirement_contact p {
  text-align: center;
}
#requirement_contact .requirement_access {
  text-align: left;
  margin-top: 55px;
}
#requirement_contact .requirement_access dt {
  font-weight: bold;
  color: #1C87BC;
  font-size: 2rem;
}
#requirement_contact .gmap {
  position: relative;
  padding-top: 360px;
  margin-bottom: 10px;
}
#requirement_contact .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #requirement_contact h2 {
    font-size: 2rem;
    background-size: 30px;
    background-position: 0;
  }
}

.bnr_mynav {
  background: #FD911D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 80px;
}
.bnr_mynav img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .bnr_mynav {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    text-align: center;
  }
  .bnr_mynav img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/* =====
共通パーツ
=================================== */
.news_eyecatch {
  text-align: center;
  font-size: 2.6rem;
  color: #1C87BC;
  position: relative;
  margin-bottom: 55px;
}
.news_eyecatch h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .news_eyecatch {
    font-size: 2rem;
  }
}

/* =====
一覧ページ
=================================== */
.news_list {
  border-top: solid 1px #727272;
}
.news_list dt {
  float: left;
  clear: left;
  font-size: 1.4rem;
  padding: 17px 45px 15px 10px;
  pointer-events: none;
}
.news_list dd {
  border-bottom: solid 1px #727272;
  padding-right: 10px;
}
.news_list dd a {
  display: block;
  padding: 15px 30px 15px 10px;
  background: url("../img/news/icon_arrow.svg") no-repeat right center;
}
@media (max-width: 767px) {
  .news_list dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 10px 0 0 10px;
  }
  .news_list dd {
    line-height: 1.2;
    padding: 0 10px 0 0;
    font-size: 1.4rem;
  }
  .news_list dd a {
    padding: 15px 20px 15px 10px;
    background-size: 15px;
  }
}

/* =====
記事ページ
=================================== */
.post_header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 25px;
}
.post_header .date {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.post_header h2 {
  font-weight: bold;
  font-size: 2rem;
}

.post_content {
  font-size: 1.4rem;
  padding-bottom: 100px;
}

.btn_list {
  display: inline-block;
  border: solid 1px #707070;
  width: 335px;
  max-width: 80%;
  background: #fff url("../img/news/icon_arrow_02.svg") no-repeat 98% center;
  border-radius: 6px;
}
.btn_list:hover {
  opacity: 0.8;
}

.policy_container {
  padding-bottom: 40px;
  font-size: 1.4rem;
}
.policy_container p {
  margin-bottom: 1em;
}
.policy_container h2 {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 2em;
}
.policy_container h3 {
  margin-bottom: 1em;
}
.policy_container h4 {
  margin-bottom: 1em;
}
.policy_container .policy_ttl:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #1C87BC;
  margin-right: 2px;
}
.policy_container a {
  color: #1C87BC;
}
.policy_container ol, .policy_container ul {
  margin: 0 0 2em 4em;
}
.policy_container ol {
  list-style: decimal;
}
.policy_container ul {
  list-style: disc;
}
.policy_container li {
  margin-bottom: 1em;
}
.policy_container .policy_box {
  border: solid 1px #707070;
  padding: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .policy_container ol, .policy_container ul {
    margin: 0 0 2em 2em;
  }
}

@media (min-width: 768px) {
  .policy_container {
    width: 752px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .policy_container {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.sitemap_list > li {
  margin-bottom: 10px;
}
.sitemap_list > li > a {
  font-weight: bold;
  background: url("../img/common/icon_link.svg") no-repeat 0 5px;
  padding-left: 15px;
}
.sitemap_list ul {
  margin-left: 40px;
  list-style: disc;
}

@media (min-width: 768px) {
  .sitemap_main {
    display: flex;
    justify-content: space-between;
  }
  .sitemap_main .sitemap_list > li {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sitemap_bottom .sitemap_list {
    display: flex;
  }
  .sitemap_bottom li {
    margin-right: 75px;
  }
}

.table_form {
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.table_form th {
  width: 180px;
  text-align: left;
  vertical-align: top;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .table_form th {
    padding: 5px 0;
  }
}
.table_form td {
  vertical-align: middle;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .table_form td {
    padding: 0 5px 10px;
  }
}

.contact_box .required {
  color: #FF0000;
}
.contact_box input[type=text], .contact_box input[type=email], .contact_box input[type=tel], .contact_box input[type=nmber], .contact_box input[type=date], .contact_box textarea {
  width: 100%;
  padding: 10px 4px;
  font-size: 16px;
  font-family: inherit;
  border: solid 1px #707070;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333;
}
.contact_box input[type=text]:focus, .contact_box input[type=email]:focus, .contact_box input[type=tel]:focus, .contact_box input[type=nmber]:focus, .contact_box input[type=date]:focus, .contact_box textarea:focus {
  outline: none;
  border: solid 1px #1C87BC;
}
.contact_box input[type=checkbox]:checked + span, .contact_box input[type=radio]:checked + span {
  font-weight: bold;
}
.contact_box textarea {
  width: 100%;
  height: 130px;
}
.contact_box select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}
.contact_box select option {
  padding: 0;
}
.contact_box .contact_detail {
  border: solid 1px #707070;
  padding: 20px;
  margin: 10px 0 55px;
}
.contact_box .contact_detail .type {
  border-bottom: solid 1px #707070;
  padding: 10px 10px 25px;
}
.contact_box .contact_detail .txt {
  padding: 15px 10px 0;
}
.contact_box .contact_detail textarea {
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .contact_box .contact_detail {
    padding: 15px 10px;
  }
}
.contact_box .mwform-tel-field input[type=text], .contact_box .mwform-zip-field input[type=text] {
  width: 5em;
}

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    max-width: 80%;
  }
}

.mw_wp_form .error {
  font-weight: bold;
  color: #FF0000;
}

#contact_section {
  padding-bottom: 340px;
}
#contact_section h1 {
  text-align: center;
  padding: 60px 0;
  line-height: 2.5;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #contact_section {
    padding-bottom: 100px;
  }
  #contact_section h1 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 30px 0;
  }
}

.contact_step {
  font-size: 1.8rem;
  font-weight: bold;
  color: #707070;
  margin-bottom: 60px;
}
.contact_step ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_step li {
  width: 210px;
  position: relative;
  padding: 35px 0 30px;
  border-bottom: solid 7px transparent;
}
.contact_step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #BCBABA;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.contact_step li:last-child:after {
  content: none;
}
.contact_step span {
  display: inline-block;
  padding: 10px;
}
.contact_step span:first-child {
  border-right: solid 1px #707070;
}
@media (max-width: 767px) {
  .contact_step {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact_step ol {
    padding: 10px 0;
  }
  .contact_step li {
    width: 30%;
  }
  .contact_step li:after {
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #BCBABA;
    right: -5px;
  }
  .contact_step span {
    padding: 1px;
  }
  .contact_step span:first-child {
    border-right: 0;
  }
}

.contact_box {
  padding-top: 20px;
  border-top: solid 1px #707070;
}

.contact_caption {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
.contact_caption a {
  text-decoration: underline;
}

.contact_privacy {
  text-align: center;
  margin-top: 50px;
}

.contact_privacy_confirm {
  margin-top: 50px;
  font-size: 1.4rem;
}
.contact_privacy_confirm a {
  text-decoration: underline;
}

.contact_thanks {
  text-align: center;
  font-size: 1.4rem;
}
.contact_thanks h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_thanks p {
  margin-bottom: 5px;
}
.contact_thanks .lead {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  background: #1C87BC;
  padding: 1px 5px;
}

.mw_wp_form_input .contact_step li:first-child {
  color: #1C87BC;
  border-color: #1C87BC;
}
.mw_wp_form_input .contact_step li:first-child:after {
  border-color: transparent transparent transparent #707070;
}
.mw_wp_form_input .contact_step li:first-child span {
  border-color: #1C87BC;
}
.mw_wp_form_input .error_confirm {
  display: none;
}
.mw_wp_form_input .contact_privacy_confirm {
  display: none;
}

.mw_wp_form_confirm .contact_step li:nth-child(2) {
  color: #1C87BC;
  border-color: #1C87BC;
}
.mw_wp_form_confirm .contact_step li:nth-child(2):after {
  border-color: transparent transparent transparent #707070;
}
.mw_wp_form_confirm .contact_step li:nth-child(2) span {
  border-color: #1C87BC;
}
.mw_wp_form_confirm .error_input {
  display: none;
}
.mw_wp_form_confirm .contact_box {
  border-bottom: solid 1px #707070;
}
.mw_wp_form_confirm th {
  width: 220px;
}
.mw_wp_form_confirm td {
  font-weight: bold;
  padding: 18px 0 10px;
}
.mw_wp_form_confirm .contact_detail_wrap {
  display: flex;
}
.mw_wp_form_confirm .contact_detail_wrap > p {
  width: 220px;
  flex-shrink: 0;
}
.mw_wp_form_confirm .contact_detail {
  font-weight: bold;
  border: none;
  padding: 0;
  margin-top: 0;
}
.mw_wp_form_confirm .contact_detail .type {
  border-bottom: 0;
  padding: 0 0 10px;
}
.mw_wp_form_confirm .contact_detail .txt {
  padding: 10px 0;
}
.mw_wp_form_confirm .contact_detail .ttl {
  display: none;
}
.mw_wp_form_confirm .contact_caption,
.mw_wp_form_confirm .contact_privacy {
  display: none;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm td {
    padding-top: 0;
  }
  .mw_wp_form_confirm .contact_detail_wrap {
    display: block;
  }
}

.mw_wp_form_complete .contact_step li:last-child {
  color: #1C87BC;
  border-color: #1C87BC;
}
.mw_wp_form_complete .contact_step li:last-child span {
  border-color: #1C87BC;
}

.post_content a {
  color: #242B87;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.post_content h1 {
  font-size: 2.2rem;
}
.post_content h2 {
  font-size: 2rem;
}
.post_content h3 {
  font-size: 1.8rem;
}
.post_content h4 {
  font-size: 1.7rem;
}
.post_content p {
  margin-bottom: 1.5em;
}
.post_content ul {
  margin-bottom: 1em;
}
.post_content ul li {
  list-style: disc;
  margin-left: 1em;
}
.post_content ol {
  margin-bottom: 1em;
}
.post_content ol li {
  list-style: decimal;
  margin-left: 1em;
}
.post_content blockquote {
  background: #eee;
  padding: 10px 20px;
}
.post_content blockquote *:last-child {
  margin-bottom: 0;
}
.post_content a[href$=".pdf"] {
  display: inline-block;
  padding-left: 35px;
  min-height: 32px;
  box-sizing: border-box;
  padding-top: 5px;
  background: url(../img/common/icon_pdf.gif) no-repeat left top;
}
