@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900');

/* keyframes */

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

/* */

html {
  overflow-y: scroll;
/*  scroll-behavior: smooth; */
}
body {
  -webkit-text-size-adjust: 100%;
/*
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-fill-mode: both;
*/
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select, button {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #111;
  font-weight: 400;
  box-sizing: border-box;
}
hr { display: none; }
sup { vertical-align: super }
.clr {
  width: auto;
  zoom: 100%;
}
.clr:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
img {
  vertical-align: bottom;
  border: 0px;
}
a { outline: none; }
strong, span, select, label, textarea, input[type="text"], input[type="tel"], input[type="email"] {
  font-size: 100%;
}
a:hover {
  color: #111;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
span { color: inherit; }
strong {
  font-weight: bold;
  color: inherit;
}
.mb05em { margin-bottom: 0.5em!important; }
.mb1em { margin-bottom: 1em!important; }
.mb2em { margin-bottom: 2em!important; }
.mb3em { margin-bottom: 3em!important; }
.mb4em { margin-bottom: 4em!important; }
.mb5em { margin-bottom: 5em!important; }
.mb05rem { margin-bottom: 0.5rem!important; }
.mb1rem { margin-bottom: 1rem!important; }
.mb2rem { margin-bottom: 2rem!important; }
.mb3rem { margin-bottom: 3rem!important; }
.mb4rem { margin-bottom: 4rem!important; }
.mb5rem { margin-bottom: 5rem!important; }
.mb5px { margin-bottom: 5px!important; }
.mb10px { margin-bottom: 10px!important; }
.mb15px { margin-bottom: 15px!important; }
.txt_left { text-align: left!important; }
.txt_center { text-align: center!important; }
.txt_right { text-align: right!important; }
.w400 { font-weight: 400!important; }
.w500 { font-weight: 500!important; }
.w600 { font-weight: 600!important; }
.w800 { font-weight: 800!important; }

.disc {}
.disc > li {
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.1em;
  font-size: 1.6rem;
  padding: 0em 0.4em 0em 1.8em;
}
.decimal {}
.decimal > li {
  line-height: 1.6;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.1em;
  font-size: 1.6rem;
  padding: 0em 0.4em 0em 1.8em;
}
.common_tbl {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.common_tbl th {
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0.4em;
  font-weight: 600;
}
.common_tbl td {
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0.4em;
}
.red {
  color: #f00;
}

/* */


/* ヘッダー部 */

#main {
  max-width: 1024px;
/*  width: calc(100% - 2rem);*/
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
}
.header {
  background: #f4f4f4 url(images/header_bg.png) no-repeat 0 100%;
  min-height: 420px;
  padding: 3rem;
  min-height: 638px;
}
.catch {
}
.catch img {
  max-width: 435px;
  width: 100%;
  height: auto;
}
.catchlist_wrap {
  background: url(images/car.png) no-repeat 100% 100%;
  padding: 3rem 0 4rem;
  background-size: 53%;
  transition: all 0.2s;
}
.catchlist {
  margin: 0 0 1.5rem;
}
.catchlist > li {
  font-weight: 600;
  font-size: 1.73rem;
  line-height: 1.5;
  text-shadow: 1px 1px 0px #fff;
}
.kyuryohosholist {
  display: flex;
  max-width: 362px;
  width: 100%;
  margin-left: 1rem;
}
.kyuryohosholist > li {
}
.kyuryohosholist > li img {
  max-width: 181px;
  width: 100%;
  height: auto;
}
.oubo_wrap {
  background: #fff;
  border-radius: 7px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 95px;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: 937px;
  margin: 0 auto;
}
.tohomycar {
}
.tohomycar img {
  max-width: 408px;
  width: 100%;
  height: auto;
}
.okigaruni {
  position: absolute;
  top: -33px;
  left: 9.5%;
}
.okigaruni img {
  max-width: 310px;
  width: 100%;
  height: auto;
}
.oubobtn {
}
.oubobtn img {
  max-width: 452px;
  width: 100%;
  height: auto;
}

.picbox {
  display: flex;
  flex-wrap: wrap;
}
.picbox.rev {
  flex-direction: row-reverse;
}
.picbox .pic {
  width: 50%;
  transition: all 0.2s;
}
.picbox .pic img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.picdesc_wrap {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 0 4.5rem;
  transition: all 0.2s;
}
.sectitle {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1em;
}
.picdesc {
  line-height: 1.7;
}
.spsw { }

.hatarakikata {
  width: calc(100% - 4.5rem);
  margin: 5rem auto 5rem;
}
.hatarakikata_title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2.5rem;
}
.hatarakikata_title .oerabi {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 1.2rem;
}
.hatarakikata_list {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.hatarakikata_list > li {
  border: 2px solid #fe9900;
  border-radius: 10px;
  width: calc(100% / 3 - 2.5rem);
  transition: all 0.2s;
}
.hatarakikata_list > li h3 {
  background: #fe9900;
  background: linear-gradient(90deg, rgba(254, 153, 0, 1) 0%, rgba(233, 81, 0, 1) 100%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.hatarakikata_list > li .nenshu {
  padding: 1.2rem 0 1.2rem;
  border-bottom: 1px solid #777;
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
}
.hatarakikata_list > li .nenshu span {
  font-size: 3rem;
  font-weight: 600;
}
.hatarakikata_list > li .jikan {
  width: 90%;
  margin: 0 auto;
  padding: 1.2rem 0;
  font-size: 1.7rem;
}

#oubobtn_btm {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
}
#oubobtn_btm.on {
  visibility: visible;
  opacity: 1;
}
#oubobtn_btm p {
  max-width: 452px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#oubobtn_btm p a {
}
#oubobtn_btm p a img {
  height: auto;
  width: 100%;
}

body#formindex,
body#formsubmit {
  border-top: 25px solid #eb5a00;
}
#formindex #main,
#formsubmit #main {
  padding: 3rem 0 6rem;
  max-width: 750px;
  width: calc(100% - 2rem);
}
.head_moshikomi {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 3rem 3rem;
}
.head_moshikomi p {
  font-weight: 500;
  font-size: 1.8rem;
}
.head_moshikomi .tel {
  color: #f26f00;
  font-size: 3.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  word-break: break-all;
}
.head_moshikomi .tel a {
  color: #f26f00;
  text-decoration: none;
}
.head_moshikomi .tel img {
  width: 26px;
  height: 29px;
  margin-right: 8px;
}
.formtitle {
  border-bottom: 2px solid #f26f00;
  text-align: center;
  font-size: 2.3rem;
  padding-bottom: 0.5em;
  margin: 0 0 4rem;
  font-weight: 600;
}
.form_tbl {
  border: 0 none;
  width: 100%;
  margin-bottom: 3rem
}
.form_tbl th {
  border-right: 0 none;
  width: 250px;
  text-align: left;
  position: relative;
  padding: 2.2rem 0;
}
.form_tbl td {
  border-right: 0 none;
  padding: 2.2rem 0;
}
.form_tbl th .must {
  background: #ff8000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2em 0.4em;
  font-weight: 600;
  position: absolute;
  right: 2em;
}
input[type="text"] {
  width: 100%;
  padding: 0.1rem 0.2rem;
}
input[type="text"].mensetsu {
  width: calc(100% - 10em)
}
.radio_group {
  display: flex;
  gap: 1em;
}
input[type="radio"] {
  cursor: pointer;
}
label {
  cursor: pointer;
  width: 4.5em;
  display: inline-block;
  margin-left: 0.5rem;
}
textarea {
  width: 100%;
  height: 10em;
}
.submitbtn {
  text-align: center;
}
.submitbtn button[type="submit"] {
  background: #ff8000;
  color: #fff;
  font-weight: 600;
  border: 0 none;
  font-size: 2rem;
  padding: 1.3rem 5rem;
  border-radius: 10px;
  cursor: pointer;
}
.odenwakanou {
  font-size: 1.2rem;
}
.modoru_btn {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.modoru_btn a {
  display: block;
  background: #ddd;
  text-decoration: navajowhite;
  padding: 0.5em;
}
.go_top {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.go_top a {
  display: block;
  background: #ddd;
  text-decoration: navajowhite;
  padding: 0.5em;
}

@media only screen and (max-width: 1000px) {

  .picbox .pic {
    width: 100%;
  }
  .picdesc_wrap {
    width: 100%;
    padding: 2rem 2rem;
  }
  .spsw {
    display: none;
  }

}

@media only screen and (max-width: 970px) {

  .oubo_wrap {
    position: static;
    flex-direction: column;
    min-height: auto;
    padding: 1rem 2rem;
    gap: 0;
    max-width: none;
    margin: 0 -1rem 0;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 1s;
  }
  .tohomycar {
    margin-bottom: 1rem;
  }
  .okigaruni {
    position: static;
    top: 0;
    left: 0;
  }

  .hatarakikata_list > li {
    width: calc(100% / 2 - 2.5rem);
  }

}

@media only screen and (max-width: 820px) {

  .header {
    background: #f4f4f4 url(images/header_bg.png) no-repeat 0 100%;
    padding: 2rem;
  }
  .catch {
    text-align: center;
  }
  .catchlist_wrap {
    background: url(images/car.png) no-repeat 50% 100%;
    padding: 3rem 0 314px;
    background-size: 425px;
  }
  .catchlist_align {
    text-align: center;
    margin: 0 auto;
  }
  .catchlist {
    display: inline-block;
    text-align: left;
  }
  .kyuryohosholist {
    margin: 0 auto;
  }

}

@media only screen and (max-width: 725px) {

  .hatarakikata_list > li {
    width: 100%;
  }

}

@media only screen and (max-width: 700px) {

  .head_moshikomi {
    flex-wrap: wrap;
    margin: 0 0 3rem;
  }
  .head_moshikomi .tel {
    margin-top: 1rem;
  }

}

@media only screen and (max-width: 600px) {

  .form_tbl th {
    display: block;
    width: 100%;
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .form_tbl td {
    display: block;
    width: 100%;
    padding-left: 1em;
  }
  .form_tbl th .must {
    position: static;
    margin-left: 1em;
  }

}

@media only screen and (max-width: 512px) {

  .catchlist_wrap {
    background-size: contain;
    padding-bottom: 71%;
  }

}

@media only screen and (max-width: 428px) {

  .hatarakikata_title {
    font-size: 2.2rem;
  }

}

@media only screen and (max-width: 400px) {

  .head_moshikomi .tel {
    font-size: 2.8rem;
  }
  .radio_group {
    gap: 0;
  }

}
