@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    padding-top: 80px;
  }
}

.section p {
  text-align: justify;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 0, "GRAD" 0, "opsz" 24;
}

.text-main {
  color: #163764;
}

.text-sub {
  color: #efefef;
}

.text-sub {
  color: #ffda45;
}

.text-lg {
  font-size: 1.2em;
}

.bg-main {
  background-color: #163764;
}

.bg-sub {
  background-color: #efefef;
}

.bg-accent {
  background-color: #ffda45;
}

.gray-bg {
  background-color: #f6f6f6;
}

.gray-bg2 {
  background-color: #e1e1e1;
}

.border-main {
  border-color: #163764;
}

.border-sub {
  border-color: #efefef;
}

.border-accent {
  border-color: #ffda45;
}

/* btn */
.btn {
  border-radius: 1000px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.btn:active {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
  transform: translateY(2px);
}

.btn-long {
  min-width: 300px;
}

.btn-white {
  background-color: #ededed;
  border-color: #ededed;
  color: #163764;
}
.btn-white:hover, .btn-white:active {
  background-color: #fff;
  border-color: #ededed;
  color: #163764;
}

.btn-main {
  background-color: #163764;
  border-color: #163764;
  color: #fff;
}

.btn-main:hover {
  background-color: #1f4e8e;
  border-color: #163764;
  color: #fff;
}

.btn-sub {
  background: #efefef;
  border-color: #efefef;
  color: #fff;
}

.btn-sub:hover {
  background: white;
  border-color: #ffda45;
  color: #fff;
}

.btn-accent {
  background: #ffda45;
  border-color: #ffda45;
  color: #163764;
}

.btn-accent:hover {
  background: #ffe478;
  border-color: #ffda45;
  color: #163764;
}

.btn-arrow {
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}
.btn-arrow::after {
  font-family: Material Symbols Outlined;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  content: "\e038";
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

ul.row {
  list-style: none;
  padding-left: 0;
}

.lm-list {
  list-style: none;
  padding-left: 0;
}
.lm-list li {
  position: relative;
  padding-left: 1.25em;
}
.lm-list li .lm {
  position: absolute;
  left: 0;
  top: 0;
}

.header-toyotemp {
  background: #ffda45 url(../images/service/toyotemp/bg-hougan.png) center repeat;
  padding-top: 2rem;
  padding-bottom: 0;
}
.header-toyotemp .ttl-h1 {
  color: #163764;
  font-weight: bold;
  margin-bottom: 2rem;
}
.header-toyotemp .ttl-h1 .ttl-h1-lead {
  display: block;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.header-toyotemp .ttl-h1 img {
  max-width: 340px;
}

.section {
  padding: 3rem 0;
}

.ttl-h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
.ttl-h2 .ttl-text {
  display: inline-block;
  position: relative;
  padding: 0.25rem 1.5em;
}
.ttl-h2 .ttl-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16px;
  border-left: 8px solid #ffda45;
  border-right: 3px solid #ffda45;
}
.ttl-h2 .ttl-text::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16px;
  border-left: 3px solid #ffda45;
  border-right: 8px solid #ffda45;
}

.list-lead {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .list-lead {
    display: inline-block;
  }
}
.list-lead li {
  text-align: start;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.list-lead li .material-symbols-outlined {
  color: #ffda45;
  position: absolute;
  left: 0;
  top: 0.15em;
}

.img-intro01 {
  max-width: 280px;
  display: block;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .img-intro01 {
    max-width: 100%;
    margin: 0;
  }
}

.img-intro02 {
  max-width: 280px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .img-intro02 {
    max-width: 100%;
    transform: translateY(40%);
    margin: 0;
  }
}

.sct-02 {
  background-color: #efefef;
  position: relative;
  padding-top: 5rem;
}
.sct-02::before {
  content: "";
  display: block;
  border-top: 40px solid #fff;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.sct-03 {
  background-image: url(../images/service/toyotemp/bg-hougan.png), url(../images/service/toyotemp/bg-sct03-top.svg), url(../images/service/toyotemp/bg-sct03-btm.svg);
  background-position: center center, right top, left bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto auto, 20% auto, 20% auto;
}

.ttl-numbadge {
  display: flex;
  align-items: center;
  color: #163764;
}
.ttl-numbadge .numbadge {
  display: block;
  color: #163764;
  line-height: 2.4em;
  background-color: #ffda45;
  width: 1.5em;
  text-align: center;
  border-radius: 8px;
  margin-right: 0.5em;
}

.img-feature {
  max-width: 300px;
  display: block;
  margin: 0 auto 0.5rem;
}
@media (min-width: 768px) {
  .img-feature {
    max-width: 100%;
  }
}

.ttl-feature {
  text-align: center;
}
.ttl-feature .small {
  display: block;
  font-size: 0.85rem;
}

.ttl-result {
  transform: translateY(-50%);
}
.ttl-result .ttl-text {
  padding: 0.5rem 0;
  background-color: #fff;
  display: inline-block;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .ttl-result .ttl-text {
    font-size: calc(1.325rem + 0.9vw);
    padding: 0.5rem 2rem;
  }
}

.line-dot-yellow {
  height: 10px;
  width: 100%;
  background: url(../images/service/toyotemp/line-dot-yellow.svg) center/auto 100% repeat-x;
}

.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  margin: 0 0 2rem;
}

.marquee-inner {
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.client-list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
}
.client-list li {
  padding: 0 1rem;
}
.client-list li img {
  max-width: 340px;
}
.client-list li figcaption {
  text-align: center;
}

.table-variations {
  border-top: solid 0px #fff;
}
.table-variations thead th {
  border: none;
  padding: 20px 0 0;
}
.table-variations thead th.label {
  vertical-align: bottom;
}
.table-variations thead .default-label {
  font-size: 1.125rem;
  color: #fff;
  background-color: rgba(22, 55, 100, 0.7);
  border-radius: 8px 8px 0 0;
  padding: 0.5rem;
}
.table-variations thead .pick-label {
  font-size: 1.125rem;
  color: #fff;
  background-color: #163764;
  border-radius: 8px 8px 0 0;
  padding: 1.5rem 0.5rem 0.5rem;
  position: relative;
}
.table-variations thead .pick-label .label-osusume {
  color: #163764;
  background-color: #ffda45;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  border-radius: 100px;
}
.table-variations thead .pick-label .label-osusume::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-top: 8px solid #ffda45;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  transform: translate(-50%, 90%);
}
.table-variations th {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.table-variations .price {
  font-size: 1.5rem;
}
.table-variations .price .price-yen {
  font-size: 1rem;
}
.table-variations .img-pageset {
  min-width: 200px;
  max-width: 200px;
}
@media (min-width: 992px) {
  .table-variations .img-pageset {
    min-width: 250px;
    max-width: 250px;
  }
}
.table-variations .list-contents {
  list-style: none;
  padding-left: 0;
  font-weight: bold;
}
.table-variations .list-contents li {
  text-align: start;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.table-variations .list-contents li .material-symbols-outlined {
  color: #ffda45;
  position: absolute;
  left: 0;
  top: 0;
}
.table-variations .td-price {
  text-align: center;
  line-height: 1;
}

.sct-06 {
  background-color: #efefef;
  background-image: url(../images/service/toyotemp/bg-hougan.png), url(../images/service/toyotemp/bg-sct06-top.svg), url(../images/service/toyotemp/bg-sct06-btm.svg);
  background-position: center center, right top, left bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto auto, 20% auto, 20% auto;
}

.service-flow {
  position: relative;
}
.service-flow::before {
  content: "";
  display: block;
  width: 300px;
  height: 200px;
  background: url(../images/service/toyotemp/img-service-flow01.png) center bottom/contain no-repeat;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .service-flow::before {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.service-flow::after {
  content: "";
  display: block;
  width: 300px;
  height: 200px;
  margin: 0 auto 0;
  background: url(../images/service/toyotemp/img-service-flow02.png) center bottom/contain no-repeat;
}
@media (min-width: 992px) {
  .service-flow::after {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.service-flow .flow-item {
  border-radius: 1000px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
.service-flow .flow-item::after {
  content: "";
  border-top: solid 20px #163764;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translate(-50%, 50%);
}
.service-flow .flow-item.last-child::after {
  display: none;
}
.service-flow .flow-item .row {
  min-height: 4rem;
}
.service-flow .flow-item .ttl-flow-item {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.service-flow .flow-item .ttl-flow-item .badge-flow {
  background-color: #ffda45;
  color: #163764;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-30%);
}
.service-flow .flow-item .ttl-flow-item .badge-flow strong {
  display: block;
  font-size: 20px;
}
.service-flow .flow-item p {
  margin-bottom: 0;
}

.ttl-step {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.ttl-step .badge-step {
  background-color: #ffda45;
  color: #163764;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 1em;
}
.ttl-step .badge-step strong {
  display: block;
  font-size: 24px;
}

.label-selectTemp {
  margin-top: 50px;
  text-align: right;
}
.label-selectTemp:hover .card {
  background-color: rgba(255, 218, 69, 0.2);
}
.label-selectTemp .img-label-selectTemp {
  margin-top: -50px;
}
.label-selectTemp .temp-name {
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.label-selectTemp .temp-name input {
  margin-right: 0.25rem;
}
.label-selectTemp .temp-price {
  white-space: nowrap;
  font-weight: bold;
}
.label-selectTemp .temp-price .price-amount {
  font-size: 1.25rem;
}
.label-selectTemp .tax-type {
  font-size: 0.75rem;
}

.label-selectTemp:has(input[type=radio]:checked) .card {
  background-color: rgba(255, 218, 69, 0.2);
  border: 1px solid #007bff;
}

.label-selectOption:hover .card {
  background-color: rgba(255, 218, 69, 0.2);
}
.label-selectOption .card-header {
  background-color: rgba(255, 218, 69, 0.5);
  color: #163764;
  font-weight: bold;
}
.label-selectOption .card-header input {
  margin-right: 0.5rem;
}
.label-selectOption .card-body {
  padding: 0.5rem;
  text-align: center;
}
.label-selectOption .card-body .price {
  white-space: nowrap;
  font-weight: bold;
}
.label-selectOption .card-body .price .price-amount {
  font-size: 1.25rem;
}

.label-selectOption:has(input[type=checkbox]:checked) .card {
  background-color: rgba(255, 218, 69, 0.2);
  border: 1px solid #007bff;
}
.label-selectOption:has(input[type=checkbox]:checked) .card .card-header {
  background-color: #ffda45;
}

.label-selectOption:has(input[type=radio]:checked) .card {
  background-color: rgba(255, 218, 69, 0.2);
  border: 1px solid #007bff;
}
.label-selectOption:has(input[type=radio]:checked) .card .card-header {
  background-color: #ffda45;
}

.sct-total-price {
  background: #efefef url(../images/service/toyotemp/bg-hougan.png) center/auto repeat;
  position: relative;
  padding-top: 5rem;
}
.sct-total-price::before {
  content: "";
  display: block;
  border-top: 40px solid #fff;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.ttl-totalprice {
  background-color: #ffda45;
  color: #163764;
  border: solid 1px #163764;
  font-size: 1rem;
  padding: 0.25rem 1rem;
}

.total-price {
  border-bottom: solid 2px #163764;
  text-align: end;
  font-weight: bold;
  padding-top: 1rem;
}
.total-price .price-amount {
  font-size: 1.75rem;
}

.sct-08 {
  position: relative;
}
.sct-08::before {
  content: "";
  display: block;
  border-top: 40px solid #efefef;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.form-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: solid 1px #707070;
}
.form-item label.label-form-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .form-item label.label-form-item {
    margin-bottom: 0;
  }
}
.form-item label.label-form-item .badge-required {
  color: #163764;
  background-color: #ffda45;
  margin-right: 1rem;
  border-radius: 0;
}
.form-item label.label-form-item .badge-any {
  color: #163764;
  background-color: #efefef;
  margin-right: 1rem;
  border-radius: 0;
}
.form-item dl dt {
  font-weight: normal;
}

.form-check-input.form-check-input-lg {
  height: 1.5em;
  width: 1.5em;
  margin-top: 0;
  margin-right: 0.5em;
}

header.site-header {
  box-sizing: border-box;
  background: #fff;
  padding-top: 1rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header.site-header > .ly_row {
  max-width: 1336px;
  width: 92vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.site-header .search_form_menu form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.site-header .search_form_menu form input[type=text] {
  flex-grow: 1;
  padding: 0.5em;
  font-size: 1.125rem;
  border: 1px solid #223c64;
  border-radius: 0.25rem;
}

header.site-header .search_form_menu form .btn {
  height: 2.6em;
  border-radius: 0.25rem;
  margin-left: 0.5em;
  width: 5em;
  padding: 0;
  font-size: 1rem;
}

header.site-header .search_form_menu form .btn:after {
  display: none;
}

header.site-header .search_form_menu form .close_search {
  border: 1px solid #707070;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5em;
  position: relative;
}

header.site-header .search_form_menu form .close_search span:before,
header.site-header .search_form_menu form .close_search span:after {
  content: "";
  position: absolute;
  width: 1.33rem;
  height: 1px;
  left: 20%;
  top: 50%;
  background: #707070;
}

header.site-header .search_form_menu form .close_search span:before {
  transform: rotate(-45deg);
}

header.site-header .search_form_menu form .close_search span:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 1180px) {
  header.site-header > .ly_row {
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 4rem 0 0;
  }
  header.site-header .sitename {
    width: 100%;
    max-width: 135px;
  }
  header.site-header .sitename img {
    width: 100%;
    height: auto;
    display: block;
  }
  header.site-header .header_nav {
    z-index: 1100;
  }
  header.site-header .panel_btn {
    display: block;
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: 4rem;
    height: 5rem;
    background: rgba(238, 238, 238, 0.8666666667);
    z-index: 1200;
    border: none;
  }
  header.site-header .panel_btn > span {
    display: block;
    width: 50%;
    height: 2px;
    background: #004386;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -25%;
    z-index: 20;
  }
  header.site-header .panel_btn > span:before,
  header.site-header .panel_btn > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #004386;
    left: 0;
    position: absolute;
  }
  header.site-header .panel_btn > span:before {
    top: -0.5rem;
  }
  header.site-header .panel_btn > span:after {
    top: 0.5rem;
  }
  header.site-header .panel_btn.active {
    background: none;
  }
  header.site-header .panel_btn.active > span {
    background: none;
  }
  header.site-header .panel_btn.active > span:before,
  header.site-header .panel_btn.active > span:after {
    background: #fff;
    top: 0;
  }
  header.site-header .panel_btn.active > span:before {
    transform: rotate(-45deg);
  }
  header.site-header .panel_btn.active > span:after {
    transform: rotate(45deg);
  }
  header.site-header .gm {
    display: block;
    background: #1f3d65;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    left: 100vw;
    top: 0;
    position: fixed;
    padding: 5rem 5vw;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  header.site-header .panel_btn.active + .gm {
    left: 0;
  }
  header.site-header .gm .inner > a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 0.75em 2em 0.75em 0;
    border-top: 1px solid #fff;
    position: relative;
    background-size: 1em auto;
    background: url(../images/icon_arrow.svg) right center no-repeat;
  }
  header.site-header .gm .inner > a.open_sub_menu {
    pointer-events: none;
    background: none;
    overscroll-behavior: auto contain;
  }
  header.site-header .gm .inner > a.icon_search {
    display: none;
  }
  header.site-header .gm .inner ul {
    margin-top: 0;
    list-style: none;
  }
  header.site-header .gm .inner ul > li {
    padding-left: 0.8em;
    margin: 0;
    position: relative;
  }
  header.site-header .gm .inner ul > li + li {
    margin-top: 0.6em;
  }
  header.site-header .gm .inner ul > li:before {
    content: "";
    display: block;
    background: #fff;
    width: 0.4rem;
    height: 1px;
    position: absolute;
    left: 0em;
    top: 0.9em;
  }
  header.site-header .gm .inner ul li > a {
    color: #fff;
    font-size: 0.875em;
  }
  .sub_menu .pc-menu-wrp .menu-ttl {
    color: white;
  }
  .sub_menu .service .list {
    padding-left: 16px;
  }
  .sub_menu .pc-menu-wrp .menu-ttl img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header.site-header .search_form_menu form .close_search {
    display: none;
  }
  header.site-header {
    padding: 0;
  }
  header.site-header > .ly_row {
    padding: 0;
    justify-content: center;
  }
  header.site-header .header_btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    z-index: 1050;
  }
  header.site-header .header_btns > a {
    background: #1f3d65;
    color: #fff;
    display: block;
    align-items: center;
    justify-content: center;
    height: 6em;
    font-size: 0.75rem;
    width: 23.3vw;
    height: 5rem;
    display: block;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s;
  }
  header.site-header .header_btns > a + a {
    border-left: 1px solid #fff;
  }
  header.site-header .header_btns a span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  header.site-header .header_btns a.icon_contact {
    background: #be583c;
  }
  header.site-header .header_btns a:before {
    content: "";
    display: block;
    width: 1.675rem;
    height: 44px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2em;
    line-height: 1.7;
  }
  header.site-header .header_btns a.icon_recruit:before {
    background-image: url(../images/icon_recruit.svg);
  }
  header.site-header .header_btns a.icon_download:before {
    background-image: url(../images/icon_download.svg);
    height: 1.4rem;
  }
  header.site-header .header_btns a.icon_contact:before {
    background-image: url(../images/icon_contact.svg);
  }
  header.site-header .header_btns a.icon_tel:before {
    background-image: url(../images/icon_tel.svg);
  }
  header.site-header .search_form_menu form .btn {
    height: 2.6em;
    border-radius: 0.25rem;
    margin-left: 0.5em;
    width: 5em;
    padding: 0;
    font-size: 1rem;
    background: #92bf42;
  }
  header.site-header .panel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.3vw;
    position: fixed;
    top: auto;
    bottom: 0px;
    right: 0;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  header.site-header .header_nav .gm {
    padding: 20vw 10vw 10vw;
  }
  header.site-header .header_nav .gm .inner > .icon_search.active + .search_form_menu {
    display: block;
  }
  header.site-header .panel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.3vw;
    position: fixed;
    top: auto;
    bottom: 0px;
    right: 0;
    background: #fff;
  }
  header.site-header .panel_btn span {
    width: 2rem;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 1rem 0 0;
  }
  header.site-header .panel_btn.active > span:before,
  header.site-header .panel_btn.active > span:after {
    background: #004386;
  }
  header.site-header .panel_btn:after {
    content: "MENU";
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    color: #004386;
  }
  header.site-header .header_btns > a {
    width: 23.3vw;
    height: 5rem;
  }
  header.site-header .header_nav .gm {
    padding: 10vw 10vw 10vw;
    height: calc(100dvh - 5rem);
  }
  header.site-header .header_btns a.icon_download {
    display: none !important;
  }
  header.site-header .header_btns a.icon_tel {
    display: display !important;
  }
  .list .wrap .name {
    color: #cfcfcf;
  }
}
@media screen and (min-width: 751px) {
  .pc_center {
    text-align: center;
  }
  a.tel {
    pointer-events: none;
  }
  p.pc_lh {
    line-height: 3;
  }
  p.pc_lh + p.pc_lh {
    margin-top: 3rem;
  }
  header.site-header > .ly_row {
    position: static;
  }
  header.site-header .sitename {
    flex-grow: 1;
    margin-right: 1rem;
  }
  header.site-header .sitename img {
    display: block;
    width: 100%;
    max-width: 135px;
  }
  header.site-header .header_nav {
    margin-right: 1.5rem;
  }
  header.site-header .header_btns {
    display: flex;
    margin-bottom: -1rem;
    z-index: 1050;
    position: relative;
  }
  header.site-header .header_btns a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1f3d65;
    color: #fff;
    font-size: 0.6rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 50%;
    line-height: 1.2;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 3px 4px 0 rgba(20, 20, 20, 0.5);
    border: 2px solid #eee;
  }
  header.site-header .header_btns a:before {
    content: "";
    display: block;
    width: 1.675rem;
    height: 1.675rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0.5em;
  }
  header.site-header .header_btns a.icon_recruit:before {
    background-image: url(../images/icon_recruit.svg);
  }
  header.site-header .header_btns a.icon_download:before {
    background-image: url(../images/icon_download.svg);
    height: 1.4rem;
  }
  header.site-header .header_btns a.icon_contact:before {
    background-image: url(../images/icon_contact.svg);
  }
  header.site-header .header_btns a.icon_contact {
    background: #be583c;
  }
  header.site-header .header_btns a.icon_tel:before {
    background-image: url(../images/icon_tel.svg);
  }
  header.site-header .header_btns a.icon_tel {
    display: none;
  }
  header.site-header .header_btns a.icon_interview {
    background: #be583c;
  }
  header.site-header .header_btns a.icon_interview:before {
    background-image: url(../images/icon_interview.svg);
  }
  header.site-header .header_btns a.icon_interview:hover {
    background-color: #cc6245;
    box-shadow: 0 0 0 0 rgb(36, 84, 168);
  }
  header.site-header .header_btns a:hover {
    background-color: #065aaa;
    box-shadow: 0 0 0 0 rgb(36, 84, 168);
  }
  header.site-header .header_btns a.icon_contact:hover {
    background-color: #cc6245;
    box-shadow: 0 0 0 0 rgb(36, 84, 168);
  }
  header.site-header .header_btns a + a {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 1181px) {
  header.site-header .header_nav .panel_btn {
    display: none;
  }
  header.site-header .header_nav .gm .inner {
    display: flex;
  }
  header.site-header .header_nav .gm .inner > a {
    transition: all 0.2s;
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 4.5rem;
    justify-content: center;
    padding: 0 1rem;
    font-size: 0.875rem;
    color: #1f3d65;
    font-weight: bold;
  }
  header.site-header .header_nav .gm .inner > a:hover {
    top: -5px;
  }
  header.site-header .header_nav .gm .inner > a.open_sub_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    top: 50px;
    left: 47%;
  }
  header.site-header .header_nav .gm .inner > .icon_search span {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/icon_search.svg) center center no-repeat;
    background-size: contain;
  }
  header.site-header .header_nav .gm .sub_menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 80%;
    width: 100%;
    padding: 2rem 0;
    background: #f6f6f6;
    left: 0;
    box-shadow: 3px 3px 3px rgba(76, 76, 76, 0.2509803922);
    transition: all 0.2s;
  }
  header.site-header .header_nav .gm a.open_sub_menu.active + .sub_menu {
    visibility: initial;
    opacity: 1;
    top: 100%;
  }
  header.site-header .header_nav .gm .sub_menu > .row {
    max-width: 960px;
    margin: 0 auto;
    width: 92vw;
  }
  header.site-header .header_nav .gm .sub_menu > .row a {
    padding: 1rem;
    padding-left: 2rem;
    background: url(../images/icon_arrow_3.svg) left center no-repeat;
    color: #1f3d65;
    font-size: 0.875rem;
    font-weight: bold;
  }
  header.site-header .header_nav .gm .sub_menu > .row a:hover {
    text-decoration: underline;
  }
  header.site-header .header_nav .gm .inner > a.open_sub_menu.active:after,
  header.site-header .header_nav .gm .inner > a.open_sub_menu:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 2px;
    width: 6px;
    border-radius: 3px 3px 0 0;
    height: 1.2rem;
    background: #1f3d65;
    transform: initial;
    top: initial;
  }
  header.site-header .search_form_menu {
    display: none;
    position: absolute;
    top: 100%;
    right: calc(50vw - 525px);
    padding: 1.25rem;
    width: 100%;
    max-width: 450px;
    background: #fff;
  }
  header.site-header .header_nav .gm .inner > .icon_search.active + .search_form_menu {
    display: block;
  }
  .sub_menu .pc-menu-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 80lvh;
    overflow-y: scroll;
  }
  .sub_menu .pc-menu-wrp .menu-ttl {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub_menu .pc-menu-wrp .menu-ttl img {
    max-width: 50px;
    height: 100%;
  }
  .sub_menu .pc-menu-wrp .service {
    width: fit-content;
    max-width: 400px;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
  }
  .sub_menu .pc-menu-wrp .name {
    font-size: 20px;
    font-weight: bold;
  }
  .sub_menu .pc-menu-wrp .list li {
    list-style-type: "- ";
  }
  .sub_menu .pc-menu-wrp .list li a {
    color: #1f3d65 !important;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
  }
  .sub_menu .pc-menu-wrp .list li a:hover {
    text-decoration: underline;
  }
}
footer.site-footer {
  padding: 3rem 0;
  background: #eee;
}
footer.site-footer .ly_row {
  position: relative;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
footer.site-footer > .container {
  width: 92vw;
  max-width: 1110px;
}
footer.site-footer .footer_title {
  text-align: center;
}
footer.site-footer .footer_title .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  line-height: 1.3;
  border: 2px solid #fff;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  background: #91be3c;
  border-radius: 1.5rem;
  max-width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto;
  height: auto;
  padding: 1rem 0;
}
footer.site-footer .footer_title .btn .en {
  font-size: 1.625rem;
}
footer.site-footer .footer_title .btn:after {
  position: relative;
  right: auto;
  top: auto;
  border: 0;
  transform: rotate(0deg);
  padding: 0;
  margin: 0.5em auto 0;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_arrow_2h.svg) center center no-repeat;
  background-size: contain;
  justify-content: center;
}
footer.site-footer .footer_title .btn:hover {
  background: #1f3d65;
  color: #fff;
}
footer.site-footer .footer_title .btn:hover:after {
  background-image: url(../images/icon_arrow_2h.svg);
}
footer.site-footer .footer_nav a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  display: block;
  text-decoration: underline;
  color: #5a5a5a;
}
footer.site-footer .footer_nav a:hover {
  color: #1f3d65;
}
footer.site-footer .footer_nav a + a {
  margin-top: 1rem;
}
footer.site-footer .footer_nav ul.line {
  margin: 0.6em 0 1rem;
}
footer.site-footer .footer_nav ul.line > li > a {
  font-weight: 400;
}
footer.site-footer .footer_bn {
  max-width: 960px;
  margin-right: 2rem;
  margin-left: auto;
}
footer.site-footer .footer_bn img {
  width: 100%;
  height: auto;
  display: block;
}
footer.site-footer .copyright {
  text-align: center;
  display: block;
  margin-top: 1rem;
}
footer.site-footer .caption a {
  text-decoration: underline;
}
footer.site-footer .caption a:hover {
  color: #065aaa;
}

@media screen and (min-width: 751px) {
  footer.site-footer .footer_title {
    flex-grow: 1;
    max-width: 270px;
    margin-left: 0;
  }
  footer.site-footer .footer_nav {
    flex-grow: 1;
    max-width: 725px;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  footer.site-footer {
    padding-bottom: 7rem;
  }
  footer.site-footer > .ly_row {
    width: 85vw;
  }
  footer.site-footer .footer_title {
    margin-bottom: 10vw;
  }
  footer.site-footer .footer_title .btn {
    box-shadow: 0 0 1rem 0px rgba(0, 0, 0, 0.2);
    max-width: 70vw;
  }
  footer.site-footer .footer_nav > div {
    margin-bottom: 5vw;
  }
  footer.site-footer .footer_nav a + a {
    margin-top: 5vw;
  }
  footer.site-footer .footer_bn {
    max-width: 60vw;
    margin: 0 auto;
  }
  footer.site-footer .footer_bn a + a {
    margin-top: 1rem;
  }
}
/*新フッターバナー*/
footer.site-footer .footer_bn02 {
  margin-bottom: 4rem;
}
footer.site-footer .footer_bn02 .clms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer.site-footer .footer_bn02 .clms .clm {
  display: flex;
  flex-wrap: wrap;
  width: 32.5%;
  position: relative;
  margin: 0.4%;
  padding: 1em 1.5em 5em 1.5em;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
footer.site-footer .footer_bn02 .clms .clm a {
  width: 100%;
  text-decoration: none;
  color: #5a5a5a;
}
footer.site-footer .footer_bn02 .clms .clm a .logo img {
  width: 100%;
  height: auto;
}
footer.site-footer .footer_bn02 .clms .clm a .s_name {
  text-align: center;
  font-weight: 700;
  padding-bottom: 1em;
}
footer.site-footer .footer_bn02 .clms .clm a p {
  font-size: 0.875rem;
  line-height: 1.4;
}
footer.site-footer .footer_bn02 .clms .clm a.more_btn {
  display: flex;
  background: #1f3d65;
  color: #fff;
  width: 80%;
  font-size: 0.775rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3em;
  padding: 1em 0 !important;
  margin: 0 auto 1.5em auto;
  transition: all 0.3s;
}
footer.site-footer .footer_bn02 .clms .clm a.more_btn:hover {
  background: #92bf42;
}
footer.site-footer .footer_bn02 .clms .clm a.more_btn:after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
}
footer.site-footer .footer_bn02 .clms .clm a.more_btn:hover:after {
  right: 0.6em;
}

@media screen and (max-width: 868px) {
  footer.site-footer .footer_bn02 .clms .clm {
    width: 49.2%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  footer.site-footer .footer_bn02 .clms .clm {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.gototop {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  background: rgba(31, 61, 101, 0.8);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .gototop {
    bottom: 17.5vw;
  }
}
.gototop:hover {
  background: rgb(31, 61, 101);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gototop {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.gototop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.fukidashi {
  background-color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  position: relative;
}
.fukidashi::after {
  content: "";
  border-top: solid 10px #fff;
  border-right: solid 10px transparent;
  border-left: none;
  border-bottom: none;
  position: absolute;
  left: 30px;
  bottom: -10px;
}/*# sourceMappingURL=lp-toyotemp.css.map */