@charset "UTF-8";
/*
Theme Name: 山口トヨタレンタリース
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
header {
  min-width: 1200px;
}
@media screen and (max-width: 680px) {
  header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
  }
}
header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 30px 20px 20px;
}
header .top h1 {
  width: 400px;
}
@media screen and (max-width: 680px) {
  header .top h1 {
    width: 65vw;
  }
}
header .top h1 img {
  width: 100%;
}
header .top .subtext {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  header .top .subtext {
    display: none;
  }
}
header .top a.reserve {
  width: 230px;
}
@media screen and (max-width: 680px) {
  header .top a.reserve {
    display: none;
  }
}
header .top a.reserve img {
  width: 100%;
}
header .top a.reserve:hover {
  opacity: 0.8;
  transition: 0.3s;
}
header label {
  position: relative;
  width: 3em;
  height: 0.2em;
  background-color: #00bf7b;
  margin-right: 1.5em;
  display: none;
}
@media screen and (max-width: 680px) {
  header label {
    display: block;
  }
}
header label:before, header label:after {
  content: "";
  position: absolute;
  display: block;
  width: 3em;
  height: 0.2em;
  background-color: #00bf7b;
}
header label:before {
  top: -15px;
}
header label:after {
  bottom: -15px;
}
header input[type=checkbox] {
  display: none;
}
header input[type=checkbox]:checked ~ label {
  height: 0;
}
header input[type=checkbox]:checked ~ label:before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: 0.3s;
}
header input[type=checkbox]:checked ~ label:after {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  transition: 0.3s;
}
header input[type=checkbox]:checked ~ nav {
  top: 100px;
  transition: 0.3s;
}
header nav {
  display: flex;
  justify-content: center;
  background-color: #00bf7b;
  color: #fff;
  padding: 30px 0;
  min-width: 1000px;
}
@media screen and (max-width: 680px) {
  header nav {
    width: 100vw;
    flex-wrap: wrap;
    min-width: auto;
    position: absolute;
    z-index: 999;
    right: 0;
    top: -200vw;
  }
}
header nav a {
  display: inline-block;
  padding: 0 35px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  header nav a {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #fff;
    padding: 0.5em 1em;
  }
  header nav a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 30px;
  }
}
header nav a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

section[id^=front-] {
  min-width: 1200px;
}
@media screen and (max-width: 680px) {
  section[id^=front-] {
    min-width: auto;
  }
}
section[id^=front-] h2 {
  position: relative;
  color: #00bf7b;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 680px) {
  section[id^=front-] h2 {
    font-size: 10vw;
  }
}
section[id^=front-] h2 .title:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 230px;
  height: 2px;
  background: rgb(1, 164, 145);
  background: linear-gradient(90deg, rgb(1, 164, 145) 0%, rgb(161, 231, 130) 100%);
}
section[id^=front-] h2 .subtitle {
  font-weight: 300;
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
}
@media screen and (max-width: 680px) {
  section[id^=front-] h2 .subtitle {
    font-size: 5vw;
    margin-top: 15px;
  }
}
section[id^=front-] h2.white .title {
  color: #fff;
}
section[id^=front-] h2.white .subtitle {
  color: #fff;
}

#front-top {
  position: relative;
}
#front-top img.swiper-slide {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
#front-top .slick-arrow {
  z-index: 5 !important;
}
#front-top .slick-next,
#front-top .slick-prev {
  z-index: 999;
  width: 36px;
  height: 54px;
}
@media screen and (max-width: 680px) {
  #front-top .slick-next,
  #front-top .slick-prev {
    width: 18px;
    height: 27px;
  }
}
#front-top .slick-prev {
  left: 15px;
}
#front-top .slick-next {
  right: 15px;
}

#front-recommend {
  background-color: #e5f8e5;
  padding: 70px 0 140px;
}
#front-recommend .wrap {
  position: relative;
  width: 96vw;
  min-width: 1152px;
  margin: 0 2vw;
}
@media screen and (max-width: 680px) {
  #front-recommend .wrap {
    min-width: auto;
  }
}
#front-recommend .wrap a {
  display: inline-block;
  margin: 0 25px;
  border: 2px solid #aaa;
}
#front-recommend .wrap a img {
  width: 100%;
}
#front-recommend .wrap .slick-next,
#front-recommend .wrap .slick-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 4vw;
  height: auto;
}
@media screen and (max-width: 680px) {
  #front-recommend .wrap .slick-next,
  #front-recommend .wrap .slick-prev {
    width: 7vw;
  }
}
#front-recommend .wrap .slick-prev {
  left: 6vw;
}
#front-recommend .wrap .slick-next {
  right: 6vw;
}

#front-rent {
  min-width: 1200px;
  padding: 70px 0 95px;
  background-color: #00bf7b;
}
@media screen and (max-width: 680px) {
  #front-rent {
    min-width: auto;
  }
}
#front-rent .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  #front-rent .wrap {
    flex-direction: column;
  }
}
#front-rent .wrap a {
  display: inline-block;
  margin: 0 33px;
}
#front-rent .wrap a img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  #front-rent .wrap .bnr {
    width: 84%;
    margin: 50px 33px;
  }
}

#front-map {
  padding: 160px 0;
}
#front-map #front-shop .linkbox,
#front-map #front-carsharing .linkbox {
  color: #00bf7b;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.2em;
}
#front-map #front-shop .linkbox a,
#front-map #front-carsharing .linkbox a {
  font-weight: bold;
  color: #00bf7b;
}
#front-map #front-shop .wrap,
#front-map #front-carsharing .wrap {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-top: 480px;
}
@media screen and (max-width: 680px) {
  #front-map #front-shop .wrap,
  #front-map #front-carsharing .wrap {
    width: 94vw;
    margin: 0 3vw;
  }
}
#front-map #front-shop .wrap #shop_map,
#front-map #front-shop .wrap #car_map,
#front-map #front-carsharing .wrap #shop_map,
#front-map #front-carsharing .wrap #car_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#front-map #front-shop .control,
#front-map #front-carsharing .control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 680px) {
  #front-map #front-shop .control,
  #front-map #front-carsharing .control {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #front-map #front-shop .control div,
  #front-map #front-shop .control label,
  #front-map #front-carsharing .control div,
  #front-map #front-carsharing .control label {
    display: inline-block;
    margin-bottom: 1em;
  }
}
#front-map #front-shop .control label,
#front-map #front-carsharing .control label {
  display: inline-block;
  margin-left: 1em;
}
#front-map #front-shop {
  margin-bottom: 80px;
}
#front-map #front-carsharing h2 {
  margin-bottom: 20px;
}

#front-topics {
  padding: 60px 0 100px;
  background-color: #00bf7b;
}
#front-topics .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
}
@media screen and (max-width: 680px) {
  #front-topics .wrap {
    min-width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#front-topics .wrap a {
  display: inline-block;
  margin: 0 25px;
}
#front-topics .wrap a img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  #front-topics .wrap a {
    width: 90%;
    margin-bottom: 50px;
  }
}

#front-news {
  padding: 115px 0 100px;
  background-color: #e5f8e5;
}
#front-news .wrap {
  margin-bottom: 80px;
}
#front-news .wrap article {
  display: flex;
  align-items: center;
  width: 800px;
  margin: 0 auto;
  border-bottom: 2px solid #6bcf94;
}
@media screen and (max-width: 680px) {
  #front-news .wrap article {
    flex-wrap: wrap;
    width: 94vw;
  }
}
@media screen and (max-width: 680px) {
  #front-news .wrap article .category .post-categories {
    margin: 0.5em 0;
    padding-left: 5vw;
  }
}
#front-news .wrap article .category li {
  font-size: 14px;
  color: #fff;
  background-color: #00bf7b;
  list-style: none;
  padding: 0.1em 1.5em;
  border-radius: 50px;
}
#front-news .wrap article .date {
  margin-left: 2em;
  color: #00bf7b;
}
#front-news .wrap article .title {
  margin-left: 2em;
}
@media screen and (max-width: 680px) {
  #front-news .wrap article .title {
    width: 100%;
    padding: 0.2em 0 0.5em;
  }
}
#front-news .more {
  display: block;
  width: 400px;
  margin: 0 auto;
}
#front-news .more img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  #front-news .more {
    width: 60vw;
  }
}

#front-information {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0 225px;
}
@media screen and (max-width: 680px) {
  #front-information {
    width: 94vw;
  }
}
#front-information .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#front-information .wrap a {
  display: inline-block;
  width: 527px;
  margin: 0 22px 40px 22px;
}
#front-information .wrap a img {
  width: 100%;
}

section[id^=subpage-] {
  width: 1000px;
  margin: 100px auto 200px;
  display: none;
}
@media screen and (max-width: 680px) {
  section[id^=subpage-] {
    width: 94vw;
    margin: 50px auto 100px;
  }
}
section[id^=subpage-] h3 {
  font-weight: 700;
  color: #00bf7b;
  font-size: 1.8em;
  padding: 0 2em;
}
@media screen and (max-width: 680px) {
  section[id^=subpage-] h3 {
    padding: 0 1em;
    font-size: 1.5em;
    padding: 0 1em;
  }
}
section[id^=subpage-] a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#submenu {
  width: 1000px;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  #submenu {
    width: 94vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#submenu li {
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style: none;
  width: 170px;
  padding: 7px 0;
  margin: 0 15px;
  border: 1px solid #00bf7b;
  font-size: 1.2em;
  font-weight: 700;
  color: #00bf7b;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  #submenu li {
    width: 40vw;
    margin: 0 2vw 20px;
  }
}
#submenu li span {
  font-size: 0.6em;
  font-weight: 500;
}
#submenu li.active {
  background-color: #00bf7b;
  color: #fff;
}

#subpage-csr {
  display: block;
}
#subpage-csr .topimg img {
  width: 100%;
}
#subpage-csr .arrow {
  text-align: center;
  width: 7%;
  margin: 30px auto;
}
#subpage-csr .arrow img {
  width: 100%;
}
#subpage-csr h3 {
  font-size: 2.8em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  #subpage-csr h3 {
    font-size: 2.4em;
  }
}
#subpage-csr .titlebox {
  display: inline-block;
  width: 38%;
  margin: 0 31%;
  padding: 0.3em 0;
  font-size: 1.4em;
  text-align: center;
  color: #00bf7b;
  border: 2px solid;
}
#subpage-csr .agency {
  position: relative;
  width: 70%;
  margin: 0 auto;
  border: 4px double #aaa;
  text-align: center;
  padding: 3em 0;
  font-weight: 700;
}
#subpage-csr .agency:before {
  content: attr(data-title);
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  font-weight: 400;
}
#subpage-csr .content img {
  width: 100%;
}
#subpage-csr .content .emphasis {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1em;
}
#subpage-csr .content .text {
  margin: 3em 0;
  font-size: 1.2em;
  line-height: 2em;
}
#subpage-csr .content .text .formatting {
  padding-left: 1em;
  text-indent: -1em;
}
#subpage-csr .content .text .formatting.two {
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (max-width: 680px) {
  #subpage-info {
    width: 100vw;
  }
}
#subpage-info .info {
  margin-bottom: 100px;
}
#subpage-info .info table {
  width: 92%;
  margin: 0 4%;
  border-spacing: 15px 20px;
}
@media screen and (max-width: 680px) {
  #subpage-info .info table {
    width: 96%;
    margin: 0 2%;
    border-spacing: 5px 20px;
  }
}
#subpage-info .info table th {
  vertical-align: top;
  width: 120px;
}
@media screen and (max-width: 680px) {
  #subpage-info .info table th {
    width: 25vw;
  }
}
#subpage-info .info table th div {
  background-color: #00bf7b;
  color: #fff;
  padding: 0.5em 0;
  line-height: 2em;
}
#subpage-info .info table td {
  background-color: #f4f2ee;
  padding: 0.5em 2em;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 680px) {
  #subpage-info .info table td {
    padding: 0.5em 1em;
  }
}
#subpage-info .enkaku_title {
  margin-bottom: 0;
}
#subpage-info .enkaku table {
  position: relative;
  width: 100%;
  border-spacing: 3em 1.5em;
  margin-bottom: 150px;
}
@media screen and (max-width: 680px) {
  #subpage-info .enkaku table {
    border-spacing: 1em 2em;
  }
}
#subpage-info .enkaku table th {
  text-align: right;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  #subpage-info .enkaku table th {
    width: 17vw;
  }
}
#subpage-info .enkaku table:before, #subpage-info .enkaku table:after {
  content: "";
  display: block;
  position: absolute;
}
#subpage-info .enkaku table:before {
  top: 55px;
  left: 209px;
  width: 0.7em;
  height: 0.7em;
  background-color: #00bf7b;
  border-radius: 50px;
}
@media screen and (max-width: 680px) {
  #subpage-info .enkaku table:before {
    top: 60px;
    left: 21.9vw;
  }
}
#subpage-info .enkaku table:after {
  top: 55px;
  left: 213px;
  width: 2px;
  height: 100%;
  background-color: #00bf7b;
}
@media screen and (max-width: 680px) {
  #subpage-info .enkaku table:after {
    top: 60px;
    left: 23vw;
    height: 96%;
  }
}
#subpage-info .privacy {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 0.9em;
}
@media screen and (max-width: 680px) {
  #subpage-info .privacy {
    width: 90vw;
  }
}
#subpage-info .privacy .formatting {
  padding-left: 3em;
  text-indent: -3em;
}
#subpage-info .privacy .formatting.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

#subpage-office article {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 2em 2.5em;
  position: relative;
}
@media screen and (max-width: 680px) {
  #subpage-office article {
    padding: 2em 1em;
    flex-wrap: wrap;
  }
}
#subpage-office article .left {
  padding-left: 2em;
  padding: 0.5em 0 0.5em 2em;
}
#subpage-office article .left div.title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.8em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  #subpage-office article .left div.title {
    text-align: left;
  }
}
#subpage-office article .left a {
  display: inline-block;
  background-color: #00bf7b;
  color: #fff;
  font-weight: 700;
  padding: 0.5em 0.8em;
  border-radius: 5px;
}
#subpage-office article .right {
  margin-left: 4em;
  line-height: 1.8em;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 680px) {
  #subpage-office article .right {
    padding: 0.5em 0 0.5em 2em;
    margin: 0;
  }
}
#subpage-office article:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 63%;
  background-color: #00bf7b;
}
@media screen and (max-width: 680px) {
  #subpage-office article:before {
    height: 80%;
  }
}

#subpage-sdgs {
  width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs {
    width: 94vw;
  }
}
#subpage-sdgs .topimg {
  width: 100%;
}
#subpage-sdgs h3 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs h3 {
    font-size: 1.6em;
    margin: 2em 0 1em;
  }
}
#subpage-sdgs article {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs article {
    flex-direction: column;
  }
  #subpage-sdgs article.case02, #subpage-sdgs article.case04 {
    flex-direction: column-reverse;
  }
}
#subpage-sdgs article .left,
#subpage-sdgs article .right {
  width: 50%;
  min-width: 0;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs article .left,
  #subpage-sdgs article .right {
    width: 100%;
  }
}
#subpage-sdgs article .btn {
  display: inline-block;
  background-color: #00bf7b;
  color: #fff;
  padding: 0.5em 2.5em;
  letter-spacing: 0.1em;
  border-radius: 50px;
  margin-top: 30px;
}
#subpage-sdgs .case01 .left,
#subpage-sdgs .case02 .right,
#subpage-sdgs .case03 .left,
#subpage-sdgs .case04 .right {
  position: relative;
}
#subpage-sdgs .case01 .left:before,
#subpage-sdgs .case02 .right:before,
#subpage-sdgs .case03 .left:before,
#subpage-sdgs .case04 .right:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #beeddc;
  top: 20px;
}
#subpage-sdgs .case01 .left img,
#subpage-sdgs .case02 .right img,
#subpage-sdgs .case03 .left img,
#subpage-sdgs .case04 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#subpage-sdgs .case01 .right,
#subpage-sdgs .case02 .left,
#subpage-sdgs .case03 .right,
#subpage-sdgs .case04 .left {
  padding: 50px;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs .case01 .right,
  #subpage-sdgs .case02 .left,
  #subpage-sdgs .case03 .right,
  #subpage-sdgs .case04 .left {
    padding: 10px;
  }
}
#subpage-sdgs .case01 .right h4,
#subpage-sdgs .case02 .left h4,
#subpage-sdgs .case03 .right h4,
#subpage-sdgs .case04 .left h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: #00bf7b;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs .case01 .right h4,
  #subpage-sdgs .case02 .left h4,
  #subpage-sdgs .case03 .right h4,
  #subpage-sdgs .case04 .left h4 {
    margin: 0.7em 0;
  }
}
#subpage-sdgs .case01 .left,
#subpage-sdgs .case03 .left {
  position: relative;
}
#subpage-sdgs .case01 .left:before,
#subpage-sdgs .case03 .left:before {
  background-color: #beeddc;
  left: 10px;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs .case01 .left:before,
  #subpage-sdgs .case03 .left:before {
    display: none;
  }
}
#subpage-sdgs .case02 .right,
#subpage-sdgs .case04 .right {
  position: relative;
}
#subpage-sdgs .case02 .right:before,
#subpage-sdgs .case04 .right:before {
  background-color: #dddddd;
  right: 10px;
}
@media screen and (max-width: 680px) {
  #subpage-sdgs .case02 .right:before,
  #subpage-sdgs .case04 .right:before {
    display: none;
  }
}

section[id^=adoption-] {
  width: 1000px;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  section[id^=adoption-] {
    width: 100%;
    min-width: auto;
  }
}

#adoptionMenu {
  min-width: 1200px;
  background: rgb(253, 243, 138);
  background: linear-gradient(90deg, rgb(253, 243, 138) 0%, rgb(117, 222, 190) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8em 0;
}
@media screen and (max-width: 680px) {
  #adoptionMenu {
    min-width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#adoptionMenu a {
  display: inline-block;
  width: 150px;
  margin: 0 20px;
  padding: 0.2em 0;
  color: #fff;
  background-color: #00b661;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 680px) {
  #adoptionMenu a {
    width: 44%;
    margin: 0.5em 3%;
    padding: 0.5em 0;
  }
}
#adoptionMenu a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#adoptionMenu a.entry {
  font-size: 0.78em;
  padding: 0.5em;
}
@media screen and (max-width: 680px) {
  #adoptionMenu a.entry {
    font-size: 1em;
    padding: 0.5em 0;
  }
}

#adoption-top {
  margin-bottom: 100px;
}
#adoption-top img {
  width: 100%;
}

#adoption-job article.menu {
  background-color: #ebebeb;
  padding: 5% 0 8%;
}
#adoption-job article.menu .title {
  width: 30%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 680px) {
  #adoption-job article.menu .title {
    width: 60%;
  }
}
#adoption-job article.menu .title img {
  width: 100%;
}
#adoption-job article.menu .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  #adoption-job article.menu .container {
    flex-direction: column;
  }
}
#adoption-job article.menu .container a {
  width: 40%;
  margin: 0 2%;
}
@media screen and (max-width: 680px) {
  #adoption-job article.menu .container a {
    width: 94%;
    margin: 0 3% 10%;
  }
}
#adoption-job article.menu .container a img {
  width: 100%;
}
#adoption-job article.job {
  display: flex;
  margin: 100px 0;
}
@media screen and (max-width: 680px) {
  #adoption-job article.job#job-rent {
    flex-direction: column-reverse;
  }
  #adoption-job article.job#job-lease {
    flex-direction: column;
  }
}
#adoption-job article.job .left, #adoption-job article.job .right {
  width: 50%;
}
#adoption-job article.job .left img, #adoption-job article.job .right img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  #adoption-job article.job .left, #adoption-job article.job .right {
    width: 94%;
    margin: 0 3%;
  }
}
#adoption-job article.job .left.copy, #adoption-job article.job .right.copy {
  padding: 2em;
  box-sizing: border-box;
  line-height: 2em;
}
#adoption-job article.job .left.copy h4, #adoption-job article.job .right.copy h4 {
  color: #00bf7b;
  font-size: 1.6em;
  margin: 0.7em 0;
}
@media screen and (max-width: 680px) {
  #adoption-job article.job .left.copy, #adoption-job article.job .right.copy {
    padding: 1em;
  }
}
#adoption-job article.voice {
  background-color: #00c68e;
  padding: 50px;
}
#adoption-job article.voice .title {
  text-align: center;
  margin-bottom: 50px;
}
#adoption-job article.voice .title img {
  width: 13%;
}
@media screen and (max-width: 680px) {
  #adoption-job article.voice .title img {
    width: 30%;
  }
}
#adoption-job article.voice .item {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  #adoption-job article.voice .item {
    flex-direction: column;
  }
}
#adoption-job article.voice .item .img {
  width: 25%;
}
@media screen and (max-width: 680px) {
  #adoption-job article.voice .item .img {
    width: 70%;
    margin: 0 15% 2em;
  }
}
#adoption-job article.voice .item .img img {
  width: 100%;
}
#adoption-job article.voice .item .title, #adoption-job article.voice .item .text, #adoption-job article.voice .item .name {
  width: 100%;
  padding-left: 15px;
  color: #fff;
  font-size: 0.95em;
}
@media screen and (max-width: 680px) {
  #adoption-job article.voice .item .title, #adoption-job article.voice .item .text, #adoption-job article.voice .item .name {
    padding-left: 0;
  }
}
#adoption-job article.voice .item .title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: left;
}
#adoption-job article.voice .item .text {
  line-height: 2em;
  letter-spacing: 0.1em;
}
#adoption-job article.voice .item .name {
  text-align: right;
  margin-top: 2em;
}

#adoption-bosyu {
  margin: 100px auto;
}
#adoption-bosyu h3 {
  font-size: 2.4em;
  color: #00bf7b;
  text-align: center;
}
#adoption-bosyu .title {
  width: 870px;
  margin: 0 auto 1em;
  color: #00bf7b;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 680px) {
  #adoption-bosyu .title {
    width: 94vw;
    margin: 0 3vw;
  }
}
#adoption-bosyu table {
  width: 900px;
  margin: 0 auto;
  border-spacing: 15px 15px;
}
@media screen and (max-width: 680px) {
  #adoption-bosyu table {
    width: 96vw;
    margin: 0 2vw;
    border-spacing: 10px 10px;
  }
}
#adoption-bosyu table th {
  width: 150px;
  padding: 0.8em 0;
  background-color: #00bf7b;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
}
#adoption-bosyu table td {
  background-color: #d5f5e9;
  padding: 1em 1.5em;
}
@media screen and (max-width: 680px) {
  #adoption-bosyu table td {
    padding: 1em 1em;
  }
}
#adoption-bosyu table td div.item {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
  #adoption-bosyu table td div.item {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
#adoption-bosyu table td div.item .head {
  display: inline-block;
  width: 6em;
  min-width: 6em;
  height: 1.4em;
  background-color: #fff;
  padding: 0.5em 1em;
  margin-right: 1em;
  text-align: center;
  border-radius: 50px;
}
#adoption-bosyu table td div.item .txt {
  padding-top: 0.5em;
}
#adoption-bosyu .bnr {
  display: block;
  width: 870px;
  margin: 50px auto;
}
@media screen and (max-width: 680px) {
  #adoption-bosyu .bnr {
    width: 92vw;
  }
}
#adoption-bosyu .bnr img {
  width: 80%;
  border: 1px solid #aaa;
  padding: 10px 10%;
}

#archive {
  width: 800px;
  margin: 50px auto 100px;
}
#archive article {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #00bf7b;
}
#archive article .date {
  margin-bottom: 0.3em;
}
#archive article .title {
  font-size: 1.1em;
  border-left: 3px solid #00bf7b;
  padding-left: 0.5em;
}
#archive article:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid #00bf7b;
  border-right: 3px solid #00bf7b;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}
#archive .pagination .page-numbers {
  display: flex;
  justify-content: center;
}
#archive .pagination .page-numbers li {
  list-style: none;
  border: 2px solid #00bf7b;
  color: #00bf7b;
  padding: 0.5em;
  margin: 0 0.5em;
}
#archive .pagination .page-numbers li:has(.current) {
  background-color: #00bf7b;
  color: #fff;
}

#single {
  width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 680px) {
  #single {
    width: 94vw;
  }
}
#single .head {
  border-bottom: 2px solid #00bf7b;
}
#single .head .title {
  font-size: 1.6em;
  margin: 0.5em 0;
}
@media screen and (max-width: 680px) {
  #single .head .title {
    font-size: 1.4em;
  }
}
#single .head .title::before {
  content: "■";
  color: #00bf7b;
  margin-right: 1em;
}
@media screen and (max-width: 680px) {
  #single .head .title::before {
    margin-right: 0.5em;
  }
}
#single .head .date {
  text-align: right;
}
#single .content {
  border-bottom: 2px solid #00bf7b;
}
#single .back {
  width: 24%;
  text-align: center;
  display: inline-block;
  margin: 1em 38%;
  padding: 0.6em 0;
  border-radius: 50px;
  font-size: 1.2em;
  color: #fff;
  background-color: #00bf7b;
}
@media screen and (max-width: 680px) {
  #single .back {
    width: 60%;
    margin: 1em 20%;
  }
}
#single .back:hover {
  opacity: 0.8;
  transition: 0.3s;
}

footer {
  min-width: 1200px;
  background-color: #333333;
  color: #fff;
  padding: 70px 0 50px;
}
@media screen and (max-width: 680px) {
  footer {
    min-width: auto;
  }
}
footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 35px;
  font-size: 15px;
}
@media screen and (max-width: 680px) {
  footer nav {
    flex-wrap: wrap;
  }
}
footer nav a {
  display: inline-block;
  margin: 0 44px;
}
@media screen and (max-width: 680px) {
  footer nav a {
    width: 40%;
    margin: 1em;
    text-align: center;
    font-size: 1.3em;
  }
}
footer .submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  footer .submenu {
    flex-direction: column;
  }
}
footer .submenu a {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 680px) {
  footer .submenu a {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em;
  }
}
footer .submenu a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/r-yamaguchi/images/arrow_icon.png");
  background-size: contain;
}
footer .info {
  text-align: center;
  margin-bottom: 100px;
}
footer .info .shopname {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .info .addr, footer .info .tel {
  font-size: 15px;
  line-height: 1.8em;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a.link {
  text-decoration: underline;
  color: #00bf7b;
}

img {
  vertical-align: bottom;
}
