@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=PT+Sans+Narrow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
.section1 {
  background: url(../img/pc-bg1.png) no-repeat;
  background-size: 370px;
  background-position: left top;
  position: relative;
}

@media (max-width: 480px) {
  .section1 {
    background: none;
  }
}

.section1 .section_inner {
  position: relative;
}

.section1 .section_inner .img-map {
  position: absolute;
  width: 940px;
  right: 0;
  top: -110px;
  z-index: 1;
}

@media (max-width: 480px) {
  .section1 .section_inner .img-map {
    width: 100%;
    top: 0;
  }
}

.section1 .section_inner .text {
  position: relative;
  z-index: 2;
}

.section1 .torikumi {
  border: solid 3px #2a92b7;
  position: relative;
  padding: 20px 20px 20px 250px;
  margin-top: 40px;
}

@media (max-width: 480px) {
  .section1 .torikumi {
    padding: 30px 20px;
    margin-top: 20px;
  }
}

.section1 .torikumi .img-illust {
  position: absolute;
  width: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section1 .torikumi .img-illust img {
  vertical-align: bottom;
}

.section1 .torikumi .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .section1 .torikumi .inner > div {
    display: block;
  }
}

.section1 .torikumi h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .section1 .torikumi h4 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.section1 .torikumi h4 span {
  color: #2a92b7;
  font-size: 32px;
}

.section1 .torikumi ol {
  list-style: decimal;
  padding-left: 20px;
}

.section1 .torikumi ol li {
  list-style: decimal;
}

@media (max-width: 480px) {
  .section1 .torikumi .btn-sim {
    text-align: center;
    margin-top: 20px;
  }
}

.section1 .youtube {
  border: solid 3px #2a92b7;
  position: relative;
  padding: 20px 20px 20px 40px;
  margin-top: 40px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/pc-bg5.png) no-repeat right top #fff;
  background-size: 200px auto;
}

@media (max-width: 480px) {
  .section1 .youtube {
    padding: 25px 20px 20px;
    margin-top: 20px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: url(../img/sp_bg2-2.png) no-repeat top right #fff;
    background-size: auto 50%;
  }
}

.section1 .youtube .msg {
  font-size: 20px;
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

@media (max-width: 480px) {
  .section1 .youtube .msg {
    margin: 0 0 20px;
    line-height: 1.6;
    font-size: 17px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#contents .section1 .youtube .msg p {
  margin-bottom: 0;
}

.section1 .youtube .msg .impact {
  font-size: 30px;
}

@media (max-width: 480px) {
  .section1 .youtube .msg .impact {
    font-size: 20px;
  }
}

.section1 .youtube .illust {
  margin: 10px 50px 0 0;
}

@media (max-width: 480px) {
  .section1 .youtube .illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 5px;
    padding-right: 20px;
    width: 30%;
  }
}

.section1 .youtube .illust img {
  width: 150px;
  display: block;
}

@media (max-width: 480px) {
  .section1 .youtube .illust img {
    width: 100%;
  }
}

.section1 .youtube .img {
  width: 230px;
  position: relative;
}

@media (max-width: 480px) {
  .section1 .youtube .img {
    width: 70%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.section1 .youtube .img a {
  display: block;
  position: relative;
}

.section1 .youtube .img a::after {
  content: "";
  border: 1px solid #fff;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  position: absolute;
}

.section1 .youtube .img a:hover span.arrow {
  background: rgba(31, 186, 137, 0.8);
}

@media (max-width: 480px) {
  .section1 .youtube .img a:hover span.arrow {
    background: rgba(0, 0, 0, 0.6);
  }
}

.section1 .youtube .img img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}

.section1 .youtube span.arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section1 .youtube span.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 24px solid #fff;
  margin: -16px 0 0 -9px;
}

.section2 {
  background: #e3eff6;
}

.section3 {
  background: url(../img/pc-bg2.png) no-repeat;
  background-size: 713px;
  background-position: right top;
}

@media (max-width: 480px) {
  .section3 {
    background: url(../img/sp-bg1.png) no-repeat;
    background-size: 280px;
    background-position: left bottom;
  }
}

.section3 .car-detail {
  border: solid 1px #007ab6;
  padding: 10px 30px;
  display: inline-block;
}

@media (max-width: 480px) {
  .section3 .car-detail {
    margin: 0 0 20px;
  }
}

.section3 .car-detail p {
  margin: 0;
}

#contents .section4 {
  padding-top: 0;
  background: url(../img/pc-bg3.png) no-repeat, url(../img/pc-bg4.png) no-repeat;
  background-size: 640px, 510px;
  background-position: right top, left bottom;
}

@media (max-width: 480px) {
  #contents .section4 {
    background: url(../img/sp-bg2.png) no-repeat, url(../img/sp-bg3.png) no-repeat;
    background-size: 84px, 194px;
    background-position: right top, left bottom;
  }
}

#contents .section4 .breadcrumbs {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  #contents .section4 .breadcrumbs {
    margin-bottom: 40px;
  }
}

#contents .section4 .head {
  position: relative;
  padding: 0 30px 30px 340px;
}

@media (max-width: 480px) {
  #contents .section4 .head {
    padding: 0;
    margin-bottom: 30px;
  }
}

#contents .section4 .head h3 {
  line-height: 1.2;
}

@media (max-width: 480px) {
  #contents .section4 .head h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

#contents .section4 .head h3 span {
  color: #007ab6;
  font-size: 32px;
}

@media (max-width: 480px) {
  #contents .section4 .head p {
    padding-left: 35%;
  }
}

#contents .section4 .head .img-illust {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 40px;
}

@media (max-width: 480px) {
  #contents .section4 .head .img-illust {
    width: 30%;
    left: 0;
    bottom: 50px;
  }
}

#contents .section4 .head .img-illust img {
  vertical-align: bottom;
}

#contents .section4 .torikumi-block {
  border: solid 1px #007ab6;
  margin-bottom: 60px;
  background: url(../img/contents2-1-pc.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right top;
  padding: 0 40px 0 60px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block {
    display: block;
    background: none;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
  }
}

#contents .section4 .torikumi-block.block2 {
  background: url(../img/contents2-2-pc.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right top;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block.block2 {
    background: none;
  }
}

#contents .section4 .torikumi-block.block3 {
  background: url(../img/contents2-3-pc.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right top;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block.block3 {
    background: none;
  }
}

#contents .section4 .torikumi-block .inner {
  width: 480px;
  max-width: 100%;
}

#contents .section4 .torikumi-block .inner h2 {
  color: #007ab6;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block .inner h2 {
    font-size: 22px;
    padding: 0 0 0 1.5em;
  }
}

#contents .section4 .torikumi-block .inner h2 .number {
  position: absolute;
  left: -1.5em;
  top: 0;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block .inner h2 .number {
    left: 0;
  }
}

#contents .section4 .torikumi-block .inner .section_title {
  letter-spacing: 0;
  white-space: pre;
}

@media (max-width: 480px) {
  #contents .section4 .torikumi-block .inner .section_title {
    white-space: unset;
  }
}

#contents .section5 {
  padding-top: 0;
  background: url(../img/pc-bg5.png) no-repeat;
  background-size: 668px;
  background-position: right top;
}

@media (max-width: 480px) {
  #contents .section5 {
    background: url(../img/sp-bg4.png) no-repeat;
    background-size: 160px;
    background-position: right top;
  }
}

#contents .section5 .breadcrumbs {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  #contents .section5 .breadcrumbs {
    margin-bottom: 40px;
  }
}

.section6 {
  background: url(../img/pc-bg6.png) no-repeat;
  background-size: 490px;
  background-position: left bottom;
}

@media (max-width: 480px) {
  .section6 {
    background: url(../img/sp-bg5.png) no-repeat;
    background-size: 180px;
    background-position: left bottom;
  }
}

.font-middle {
  font-size: 24px;
}

@media (max-width: 480px) {
  .font-middle {
    font-size: 18px;
  }
}

.font-middle.color {
  color: #0066b0;
}

.text-center {
  text-align: center;
}

@media (max-width: 480px) {
  .text-center.sp-left {
    text-align: left;
  }
}

.pagenav {
  margin: 100px 0;
}

@media (max-width: 480px) {
  .pagenav {
    margin: 40px 0;
  }
}

.pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .pagenav ul {
    display: block;
  }
}

.pagenav ul li {
  width: 450px;
  padding: 0 20px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .pagenav ul li {
    width: calc(100% - 40px);
    margin: 0 auto 10px;
    padding: 0;
  }
}

.pagenav ul li a {
  background: #0079b6 url(../img/arrow4.png) no-repeat;
  background-size: 15px;
  background-position: right 20px center;
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 80px;
  display: block;
  text-decoration: none;
  line-height: 80px;
}

@media (max-width: 480px) {
  .pagenav ul li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background-size: 10px;
    background-position: right 20px center;
  }
}

#recruitment table {
  border: solid 2px #8a8477;
  width: 100%;
}

.recruit_title {
  font-size: 36px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .recruit_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.recruit-entry {
  background: url(../img/bg_entry-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .recruit-entry {
    background: url(../img/bg_entry-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
  }
}

.recruit-entry.no-bg {
  background: none;
  padding: 0 0 60px;
}

.recruit-entry .btn-entry a {
  min-width: 480px;
  height: 80px;
  line-height: 80px;
  background: #ffa200 url(../img/bg_btn.png) no-repeat;
  background-size: auto 100%;
  background-position: left 15px top;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

@media (max-width: 480px) {
  .recruit-entry .btn-entry a {
    min-width: calc(100% - 40px);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

.recruit-entry .btn-entry a:after {
  content: "";
  display: block;
  background: url(../img/arrow3.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 480px) {
  .recruit-entry .btn-entry a:after {
    width: 20px;
    height: 10px;
    right: 20px;
  }
}

.interview-contents {
  max-width: 100%;
  margin: 0 auto 100px;
}

@media (max-width: 480px) {
  .interview-contents {
    margin-bottom: 60px;
  }
}

.interview-contents.img-illust.left .head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.interview-contents.img-illust.left .head .img {
  left: unset;
  right: 70px;
}

@media (max-width: 480px) {
  .interview-contents.img-illust.left .head .img {
    right: 10px;
  }
}

.interview-contents.img-illust .head {
  background: #007ab6;
  width: 870px;
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .interview-contents.img-illust .head {
    margin-left: -10px;
    max-width: calc(100% + 20px);
    margin-bottom: 30px;
    height: auto;
  }
}

.interview-contents.img-illust .head:after {
  content: "";
  display: block;
  background: url(../img/naname.png) no-repeat;
  background-size: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  right: -40px;
  top: -40px;
}

@media (max-width: 480px) {
  .interview-contents.img-illust .head:after {
    width: 85px;
    height: 85px;
    top: -20px;
    right: 0;
  }
}

.interview-contents.img-illust .head .img {
  position: absolute;
  width: 200px;
  left: 70px;
  bottom: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .interview-contents.img-illust .head .img {
    width: 40%;
    left: 10px;
  }
}

.interview-contents.img-illust .head .img:after {
  content: none;
}

.interview-contents.img-illust .head .profile {
  position: relative;
  top: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

@media (max-width: 480px) {
  .interview-contents.img-illust .head .profile {
    display: block;
    padding: 0 10px;
    margin: 20px 0;
    left: 0;
  }
}

.interview-contents.img-illust .head .profile:after {
  content: none;
}

.interview-contents.img-illust .head .profile .name {
  padding-right: 70px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .interview-contents.img-illust .head .profile .name {
    margin-bottom: 10px;
  }
}

.interview-contents.img-left .head .img {
  padding-left: 0;
  margin-right: 230px;
}

@media (max-width: 480px) {
  .interview-contents.img-left .head .img {
    margin-right: 0;
  }
}

.interview-contents.img-left .head .profile {
  left: unset;
  right: -10px;
}

.interview-contents .head {
  position: relative;
  margin-bottom: 30px;
}

.interview-contents .head .img {
  position: relative;
  padding-left: 230px;
}

@media (max-width: 480px) {
  .interview-contents .head .img {
    padding-left: 0;
  }
}

.interview-contents .head .img img {
  vertical-align: bottom;
}

.interview-contents .head .img:after {
  content: "";
  display: block;
  background: url(../img/interview_cover.png) no-repeat;
  background-size: 100% 100%;
  width: 450px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 480px) {
  .interview-contents .head .img:after {
    content: none;
  }
}

.interview-contents .head .profile {
  background: #007ab6;
  color: #fff;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 0;
}

@media (max-width: 480px) {
  .interview-contents .head .profile {
    font-size: 14px;
    padding: 10px;
    top: 20px;
    left: -10px;
    letter-spacing: 0;
  }
}

.interview-contents .head .profile:after {
  content: "";
  display: block;
  background: url(../img/naname.png) no-repeat;
  background-size: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  right: 0;
  top: -50px;
}

@media (max-width: 480px) {
  .interview-contents .head .profile:after {
    width: 85px;
    height: 85px;
    top: -20px;
  }
}

.interview-contents .head .profile p {
  margin: 0;
}

.interview-contents .head .profile .name {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .interview-contents .head .profile .name {
    font-size: 20px;
  }
}

.interview-contents .head .profile .name span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}

@media (max-width: 480px) {
  .interview-contents .head .profile .name span {
    font-size: 14px;
  }
}

.interview-contents .inner {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.interview-contents .inner dl dt {
  color: #007ab6;
  font-size: 22px;
}

@media (max-width: 480px) {
  .interview-contents .inner dl dt {
    font-size: 20px;
  }
}

.interview-contents .inner dl dd {
  margin-bottom: 1em;
}

.interview-contents .movie_inner {
  background: #007ab6;
  width: 870px;
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 50px 50px 30px;
}

@media (max-width: 480px) {
  .interview-contents .movie_inner {
    margin-left: -10px;
    max-width: calc(100% + 20px);
    margin-bottom: 30px;
    height: auto;
    display: block;
    padding: 6vw 5vw 6.5vw;
  }
}

.interview-contents .movie_inner:after {
  content: "";
  display: block;
  background: url(../img/naname.png) no-repeat;
  background-size: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  right: -40px;
  top: -40px;
}

@media (max-width: 480px) {
  .interview-contents .movie_inner:after {
    width: 85px;
    height: 85px;
    top: -20px;
    right: 0;
  }
}

.interview-contents .movie_inner .msg {
  color: #fff;
  font-size: 20px;
  margin-right: 30px;
}

@media (max-width: 480px) {
  .interview-contents .movie_inner .msg {
    margin: 0 60px 25px 0;
    line-height: 1.6;
    font-size: 17px;
  }
}

#contents .interview-contents .movie_inner .msg p {
  margin-bottom: 0;
}

.interview-contents .movie_inner .img {
  width: 230px;
  position: relative;
}

@media (max-width: 480px) {
  .interview-contents .movie_inner .img {
    width: 70%;
    margin: 0 auto;
  }
}

.interview-contents .movie_inner .img a {
  display: block;
  position: relative;
}

.interview-contents .movie_inner .img a::after {
  content: "";
  border: 1px solid #fff;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  position: absolute;
}

.interview-contents .movie_inner .img a:hover span.arrow {
  background: rgba(31, 186, 137, 0.8);
}

@media (max-width: 480px) {
  .interview-contents .movie_inner .img a:hover span.arrow {
    background: rgba(0, 0, 0, 0.6);
  }
}

.interview-contents .movie_inner .img img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}

.interview-contents .movie_inner span.arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.interview-contents .movie_inner span.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 24px solid #fff;
  margin: -16px 0 0 -9px;
}

#contents .section7 {
  padding-top: 0;
  background: url(../img/pc-bg7.png) no-repeat;
  background-size: 315px;
  background-position: right top;
}

@media (max-width: 480px) {
  #contents .section7 {
    background: none;
  }
}

#contents .section7 .breadcrumbs {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  #contents .section7 .breadcrumbs {
    margin-bottom: 40px;
  }
}

#streamline {
  background: #f4fdfa;
}

#greeting .pagenav {
  border-top: solid 1px #eee;
  padding-top: 120px;
}

@media (max-width: 480px) {
  #greeting .pagenav {
    padding-top: 50px;
  }
}

#greeting .pagenav ul li a {
  font-size: 20px;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  #greeting .pagenav ul li a {
    font-size: 16px;
  }
}

#greeting .pagenav ul li a span {
  margin-right: 35px;
}

html figcaption {
  background: #eee;
  color: #707070;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  html figcaption {
    margin-bottom: 20px;
  }
}

.greeting_title {
  font-size: 28px;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .greeting_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

h3.greeting_title {
  font-size: 25px;
}

@media (max-width: 480px) {
  h3.greeting_title {
    font-size: 20px;
  }
}

#mission .table_base.rinen table,
#group .table_base.rinen table {
  border: none;
}

#mission .table_base.rinen table th,
#mission .table_base.rinen table td,
#group .table_base.rinen table th,
#group .table_base.rinen table td {
  border: none;
  border-bottom: solid 10px #f4fdfa;
}

#mission .table_base.rinen table th,
#group .table_base.rinen table th {
  background: #e6e6e6;
}

#mission .table_base.rinen table td ol,
#group .table_base.rinen table td ol {
  list-style: decimal;
  padding-left: 20px;
}

#mission .table_base.rinen table td ol .head,
#group .table_base.rinen table td ol .head {
  color: #2a92b7;
  font-size: 20px;
}

@media (max-width: 480px) {
  #mission .table_base.rinen table td ol .head,
  #group .table_base.rinen table td ol .head {
    font-size: 18px;
    letter-spacing: 0;
  }
}

#mission .table_base.rinen table td ol li,
#group .table_base.rinen table td ol li {
  list-style: decimal;
  margin-bottom: 10px;
}

#mission .table_base.rinen table td ol li:last-child,
#group .table_base.rinen table td ol li:last-child {
  margin-bottom: 0;
}

#mission .table_base.rinen table td ol li::marker,
#group .table_base.rinen table td ol li::marker {
  color: #2a92b7;
  font-size: 20px;
}

#group .table_base.rinen table th {
  border-color: #fff;
}

#group .table_base.rinen table td {
  border-color: #fff;
}

#group .table_base.rinen table td ol {
  list-style: none;
  padding: 0;
}

#group .table_base.rinen table td ol li {
  list-style: none;
}

#overview {
  padding-top: 60px;
}

.group-company {
  margin-bottom: 60px;
}

.group-company .company-logo {
  margin-bottom: 20px;
}

.group-company .company-logo img {
  height: 100px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.group-company .table_base table {
  border: none;
}

.group-company .table_base table th {
  background: #2a92b7;
  border: solid 1px #fff;
  color: #fff;
}

@media (max-width: 480px) {
  .group-company .table_base table th {
    border: none;
  }
}

.group-company .table_base table td {
  border: solid 1px #2a92b7;
}

@media (max-width: 480px) {
  .group-company .table_base table td {
    border: none;
    background: none;
  }
}

.section8 {
  background: #efefef url(../img/pc-bg6.png) no-repeat;
  background-size: 140px;
  background-position: left bottom;
  padding-top: 50px;
}

@media (max-width: 480px) {
  .section8 {
    background: #efefef;
  }
}

.section8 .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 480px) {
  .section8 .section_inner {
    display: block;
  }
}

.section8 .section_inner .access_info {
  width: calc(100% - 710px);
}

@media (max-width: 480px) {
  .section8 .section_inner .access_info {
    width: 100%;
    text-align: center;
  }
}

.section8 .section_inner .access_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.section8 .section_inner .access_info dl dt {
  width: 25px;
}

@media (max-width: 480px) {
  .section8 .section_inner .access_info dl dt {
    display: none;
  }
}

.section8 .section_inner .access_info dl dt img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 5px;
}

.section8 .section_inner .access_info dl dd {
  width: calc(100% - 25px);
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .section8 .section_inner .access_info dl dd {
    width: 100%;
  }
}

.section8 .section_inner .access_info dl dd .head {
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 480px) {
  .section8 .section_inner .access_info dl dd .head img {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
}

.section8 .section_inner .access_info dl dd .tel a {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}

.section8 .section_inner .access_info .img-memo {
  width: 225px;
}

.section8 .section_inner .img-map {
  width: 710px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .section8 .section_inner .img-map .memo-text {
    background: #0079b6 url(../img/tokotoko.png) no-repeat;
    background-size: 80px;
    background-position: right 10px center;
    padding: 10px 90px 15px 10px;
    color: #fff;
    margin: 20px -10px 0 -10px;
    line-height: 1.4;
  }
}

.section8 .section_inner .img-map .memo-text p {
  margin: 0;
}
/*# sourceMappingURL=contents.css.map */