@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #393939;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 10px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #f98e3d;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#global_header {
  position: relative;
  z-index: 2;
}

#header {
  width: 100%;
  max-width: 100%;
}

.header {
  position: relative;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px 20px;
}

@media screen and (max-width: 1700px) {
  .header__top {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 834px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__top .logo {
  width: 280px;
}

@media screen and (max-width: 1000px) {
  .header__top .logo {
    width: 25%;
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 834px) {
  .header__top .logo {
    width: 250px;
    margin-bottom: 20px;
  }
}

.header__top .h_right {
  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 screen and (max-width: 1000px) {
  .header__top .h_right {
    margin-right: 65px;
  }
}

@media screen and (max-width: 834px) {
  .header__top .h_right {
    margin-right: 0;
  }
}

.header__top .h_right .header__nav {
  margin-right: 10px;
}

@media screen and (max-width: 1600px) {
  .header__top .h_right .header__nav {
    position: absolute;
    top: 100px;
    margin-right: 0;
    right: 20px;
  }
}

.header__top .h_right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 25px;
  padding: 5px 20px;
}

@media screen and (max-width: 1700px) {
  .header__top .h_right .header__nav > ul {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 1600px) {
  .header__top .h_right .header__nav > ul {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .header__top .h_right .header__nav > ul {
    display: none;
  }
}

.header__top .h_right .header__nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header__top .h_right .header__nav > ul li a, .header__top .h_right .header__nav > ul li span {
  display: block;
  padding: 10px 13px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #393939;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1800px) {
  .header__top .h_right .header__nav > ul li a, .header__top .h_right .header__nav > ul li span {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1700px) {
  .header__top .h_right .header__nav > ul li a, .header__top .h_right .header__nav > ul li span {
    padding: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .header__top .h_right .header__nav > ul li a, .header__top .h_right .header__nav > ul li span {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .header__top .h_right .header__nav > ul li a, .header__top .h_right .header__nav > ul li span {
    padding: 5px 13px;
  }
}

.header__top .h_right .header__nav > ul li a:hover, .header__top .h_right .header__nav > ul li span:hover {
  color: #f98e3d;
}

.header__top .h_right .header__nav > ul .in_wp, .header__top .h_right .header__nav > ul .contact {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__top .h_right .header__nav > ul .in_wp, .header__top .h_right .header__nav > ul .contact {
    display: block;
  }
}

.header__top .h_right .header__nav > ul .ddmenu {
  position: absolute;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
}

.header__top .h_right .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__top .h_right .contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top .h_right .contact__info a {
  width: 250px;
  height: 50px;
  display: block;
  background-color: #f98e3d;
  color: white;
  text-align: center;
  border-radius: 50px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 20px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1700px) {
  .header__top .h_right .contact__info a {
    width: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .header__top .h_right .contact__info a {
    height: 45px;
    padding-top: 7px;
  }
}

@media screen and (max-width: 550px) {
  .header__top .h_right .contact__info a {
    width: 230px;
  }
}

.header__top .h_right .contact__info a span {
  position: relative;
}

.header__top .h_right .contact__info a span::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 49%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.6rem;
}

.header__top .h_right .contact__info a:hover {
  background-color: #f1bb50;
}

.header__top .h_right .contact__info .tel a {
  letter-spacing: 2px;
}

.header__top .h_right .contact__info .mail span {
  position: relative;
}

.header__top .h_right .contact__info .mail span::before {
  content: "\f658";
}

.header__top .h_right .contact p {
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .header__top .h_right .contact p {
    text-align: center;
    font-size: 1.8rem;
  }
}

.main li {
  list-style-type: none !important;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .main li picture img {
    width: 100vw !important;
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
    -o-object-position: center !important;
       object-position: center !important;
    opacity: 0.8;
  }
}

.main li .main_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}

@media screen and (max-width: 1500px) {
  .main li .main_title {
    top: 60%;
    left: 5%;
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .main li .main_title {
    width: 60%;
    top: 70%;
  }
}

@media screen and (max-width: 640px) {
  .main li .main_title {
    top: 50%;
    width: 80%;
  }
}

#global_footer {
  position: relative;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1000px) {
  .footer__nav {
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__nav ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .footer__nav ul {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
    padding-left: 10%;
    margin-bottom: 20px;
  }
}

.footer__nav ul li {
  color: white;
  list-style-type: disc;
}

.footer__nav ul li a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__nav ul li a:hover {
  color: #f98e3d;
}

.footer__nav ul .none {
  list-style-type: none;
  position: relative;
  left: -20px;
}

.footer__info li {
  color: white;
}

.footer__info li a {
  color: white;
}

p small {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

p small a {
  color: white !important;
  font-size: 1.3rem;
  display: block;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #393939;
  letter-spacing: 2px;
  line-height: 1.2;
}

.pankuzu a {
  color: #393939;
  font-weight: 400;
  font-size: 1.3rem;
}

.pankuzu li {
  display: inline-block;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*  ホーム  */
.cont_01 {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 120px;
  padding-bottom: 220px;
}

@media screen and (max-width: 834px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.cont_01 .right01 {
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .cont_01 .right01 {
    width: 100%;
    padding-left: 0;
  }
}

.cont_01 .right01 img {
  float: none !important;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .cont_01 .right01 img {
    width: 60% !important;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .right01 img {
    width: 50% !important;
  }
}

.cont_01 .right01 div, .cont_01 .right01 h1 {
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .cont_01 .right01 div {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .right01 div {
    text-align: left !important;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01 .left01 {
    width: 30%;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .left01 {
    margin: auto;
    padding-bottom: 30px;
  }
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .cont_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_02 .left02 {
  width: 50%;
  background-color: #9cdab2;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .cont_02 .left02 {
    width: 100%;
  }
}

.cont_02 .left02::before {
  content: "";
  background-image: url(../images/contents/cont02-deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 193px;
  display: block;
  left: 10%;
  top: -193px;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .cont_02 .left02::before {
    height: 142px;
    width: 58px;
    top: -142px;
  }
}

.cont_02 .left02 article {
  margin: auto;
  text-align: center !important;
}

.cont_02 .left02 h2 {
  background-color: #9cdab2;
  border-radius: 20px 20px 0 0;
  display: inline-block;
  padding: 5px 40px;
  color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
}

@media screen and (max-width: 640px) {
  .cont_02 .left02 h2 {
    padding: 5px 20px;
  }
}

.cont_02 .left02 .cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

@media screen and (max-width: 1200px) {
  .cont_02 .left02 .cont_box {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .left02 .cont_box {
    padding: 20px 10px;
  }
}

.cont_02 .left02 .cont_box .box {
  background-color: white;
  width: 48%;
  padding: 40px 20px;
  border-radius: 20px;
}

@media screen and (max-width: 1500px) {
  .cont_02 .left02 .cont_box .box {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_02 .left02 .cont_box .box {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .left02 .cont_box .box {
    width: 49%;
    padding: 40px 10px;
  }
}

.cont_02 .left02 .cont_box a {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cont_02 .left02 .cont_box a {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}

.cont_02 .right02 {
  width: 50%;
  background-color: #f1bb50;
  padding: 50px;
  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;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02 {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_02 .right02 {
    width: 100%;
    margin-top: 150px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .right02 {
    margin-top: 130px;
  }
}

.cont_02 .right02::before {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border-radius: 20px;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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;
  margin: auto;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .right02::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.cont_02 .right02::after {
  content: "";
  background-image: url(../images/contents/cont02-deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 190px;
  display: block;
  right: 10%;
  top: -190px;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .cont_02 .right02::after {
    height: 142px;
    width: 61px;
    top: -142px;
  }
}

.cont_02 .right02 article {
  margin: auto;
  text-align: center !important;
}

.cont_02 .right02 h2 {
  background-color: #f1bb50;
  border-radius: 20px 20px 0 0;
  display: inline-block;
  padding: 5px 40px;
  color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
}

.cont_02 .right02 .cont_tbl {
  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-color: transparent;
  position: relative;
  z-index: 2;
}

.cont_02 .right02 .cont_tbl #c11_cell_1_1 {
  width: 50% !important;
}

.cont_02 .right02 .cont_tbl #c11_cell_1_1 img {
  width: 100% !important;
}

.cont_02 .right02 .cont_tbl td {
  border: none !important;
}

.cont_02 .right02 .cont_tbl td a {
  width: 280px;
  margin: 20px auto 0 auto !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_02 .right02 .cont_tbl .green a {
  background-color: #54cc7c;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02 .cont_tbl .green a {
    width: 245px !important;
    margin: 0px auto 0 auto !important;
  }
}

.cont_02 .right02 .cont_tbl .green a:hover {
  background-color: #80e2a1;
}

.cont_02 .right02 .cont_tbl .yellow a {
  background-color: #fcbf37;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02 .cont_tbl .yellow a {
    width: 245px !important;
    margin: 10px auto 0 auto !important;
  }
}

.cont_02 .right02 .cont_tbl .yellow a:hover {
  background-color: #f8c963;
}

.cont_02 .right02 .cont_tbl .gold a {
  background-color: #b0a900;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02 .cont_tbl .gold a {
    width: 245px !important;
    margin: 10px auto 0 auto !important;
  }
}

.cont_02 .right02 .cont_tbl .gold a:hover {
  background-color: #beba36;
}

.cont_02 .right02 .cont_tbl .pink a {
  background-color: #f09476;
}

@media screen and (max-width: 1200px) {
  .cont_02 .right02 .cont_tbl .pink a {
    width: 245px !important;
    margin: 10px auto 0 auto !important;
  }
}

.cont_02 .right02 .cont_tbl .pink a:hover {
  background-color: #f1a68d;
}

.title_01 h2 {
  font-size: 2.8rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  .title_01 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .title_01 h2 {
    font-size: 2rem;
    line-height: 2.6;
  }
}

.btn01, .cont_02 .right02 .cont_tbl td a, .cont_05 .cont_btn a {
  display: block;
  width: 285px;
  height: 50px;
  text-align: center;
  background-color: #f98e3d;
  color: white !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  border-radius: 50px;
  padding-top: 8px;
  margin: 30px auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover, .cont_02 .right02 .cont_tbl td a:hover, .cont_05 .cont_btn a:hover {
  background-color: #f1bb50;
}

.btn02 a {
  width: 100% !important;
}

.cont_03 {
  background-image: url(../images/contents/bg-pattern.jpg);
  background-repeat: repeat-y;
  padding-top: 80px;
  padding-bottom: 90px;
}

.cont_03 .cont_wp {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_03 .cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont_03 .cont_box .box {
  width: 25%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .cont_03 .cont_box .box {
    width: 50%;
    padding: 20px;
  }
}

@media screen and (max-width: 550px) {
  .cont_03 .cont_box .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .cont_03 .cont_box .box {
    padding: 10px;
  }
}

.cont_03 .cont_box .box img {
  border-radius: 10px;
  width: 100% !important;
}

.cont_03 .cont_box .box h3 {
  display: inline-block;
  background-color: #38c067;
  color: white;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 10px;
}

.cont_03 .cont_box .box div {
  line-height: 1.8;
}

.title_02 {
  text-align: center;
}

.title_02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  display: inline-block;
  margin: auto;
}

.title_02 article::before {
  content: "";
  background-image: url(../images/contents/title-left.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 64px;
  display: block;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.title_02 article::after {
  content: "";
  background-image: url(../images/contents/title-right.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 64px;
  display: block;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.title_02::before {
  content: "";
  background-image: url(../images/);
}

.title_02 h2 {
  font-size: 2.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f98e3d;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title_02 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 2.2rem;
  }
}

.title_02 h2 span {
  font-size: 1.4rem;
  color: #f1bb50;
  font-weight: 700;
  display: block;
}

.cont_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_wp > a {
  width: 48%;
  padding: 10px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .cont_wp > a {
    width: 100%;
  }
}

.cont_wp > a .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.cont_wp > a .box01 .img01 {
  width: 30%;
}

.cont_wp > a .box01 .img01 img {
  width: 100% !important;
}

.cont_wp > a .box01 .txt01 {
  width: 70%;
  padding-left: 20px;
}

.cont_wp > a .box01 .txt01 h3 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center !important;
}

.cont_wp > a .box01 .txt01 div {
  letter-spacing: 0;
  color: #393939;
  line-height: 1.8;
}

.cont_wp a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.cont_wp a:nth-child(2) {
  background-color: #e9fff2;
}

.cont_wp a:nth-child(2) h3 {
  color: #02712c;
}

.cont_wp a:nth-child(3) {
  background-color: #ffeeba;
}

.cont_wp a:nth-child(3) h3 {
  color: #fd8c02;
}

.cont_wp a:nth-child(4) {
  background-color: #fffdd4;
}

.cont_wp a:nth-child(4) h3 {
  color: #cda206;
}

.cont_wp a:nth-child(5) {
  background-color: #fff2ec;
}

.cont_wp a:nth-child(5) h3 {
  color: #fe8860;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.cont_04 {
  background-color: #fff2ec;
  padding-bottom: 100px;
  position: relative;
}

.cont_04::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 181px;
  height: 273px;
  display: block;
  position: absolute;
  top: -273px;
  left: 80px;
}

@media screen and (max-width: 1500px) {
  .cont_04::before {
    left: 10px;
    height: 142px;
    width: 97px;
    top: -142px;
  }
}

.cont_04 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cont_04 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_04 .box02 {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .cont_04 .box02 {
    width: 100%;
    height: 100%;
  }
}

.cont_04 .hm_news {
  background-color: white;
  height: 540px;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .cont_04 .hm_news {
    height: 45vw;
  }
}

@media screen and (max-width: 768px) {
  .cont_04 .hm_news {
    height: 90vw;
  }
}

.cont_04 .hm_news div {
  height: 460px;
  overflow-y: auto;
  overflow-y: auto;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .cont_04 .hm_news div {
    height: calc(45vw - 80px);
    margin: 0px;
  }
}

@media screen and (max-width: 768px) {
  .cont_04 .hm_news div {
    height: calc(90vw - 80px);
  }
}

.cont_04 dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff2ec;
}

@media screen and (max-width: 1200px) {
  .cont_04 dl {
    display: block !important;
  }
}

.cont_04 dl dd, .cont_04 dl dt {
  background-color: transparent !important;
  border: none !important;
}

.cont_04 dl dt {
  font-weight: 500;
  width: 120px !important;
  padding: 10px 10px 10px 0 !important;
}

@media screen and (max-width: 1200px) {
  .cont_04 dl dt {
    width: 100% !important;
    padding: 10px 10px 0 0 !important;
  }
}

.cont_04 dl dd {
  width: calc(100% - 120px) !important;
  padding: 10px 0px 10px 10px !important;
}

@media screen and (max-width: 1200px) {
  .cont_04 dl dd {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
  }
}

.banner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .banner {
    margin: 50px auto 60px auto !important;
  }
}

.banner a {
  width: 100% !important;
}

.cont_banner {
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .cont_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_banner .box {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .cont_banner .box {
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_banner .box {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .cont_banner .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.cont_05 {
  background-color: #fffdd4;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.cont_05::before {
  content: "";
  border-top: 60px solid #f98e3d;
  border-left: 60px solid #f98e3d;
  border-right: 60px solid transparent;
  border-bottom: 60px solid transparent;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.cont_05 .inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cont_05 .txt {
    margin-bottom: 30px;
  }
}

.cont_05 .txt div {
  font-weight: 600;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .cont_05 .txt div {
    text-align: left !important;
  }
}

.cont_05 .cont_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_05 .cont_btn .box {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .cont_05 .cont_btn .box {
    width: 100%;
  }
}

.cont_05 .cont_btn a {
  font-size: 2.2rem;
  letter-spacing: 2px;
  width: 415px;
  height: 65px;
  padding-left: 30px;
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  .cont_05 .cont_btn a {
    font-size: 2rem;
    width: 350px;
    height: 55px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .cont_05 .cont_btn a {
    margin: 0px auto 0 auto !important;
  }
}

.cont_05 .cont_btn a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 49%;
  left: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 1000px) {
  .cont_05 .cont_btn a::before {
    left: 85px;
  }
}

.cont_05 .cont_btn .box:nth-child(2) a::before {
  content: "\f658";
  left: 65px;
}

@media screen and (max-width: 1000px) {
  .cont_05 .cont_btn .box:nth-child(2) a::before {
    left: 40px;
  }
}

/*  車輌の種類と選び方　*/
@media screen and (max-width: 1600px) {
  .pg_ttl01 {
    padding: 200px 0 50px 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .pg_ttl01 {
    padding: 130px 0 50px 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .pg_ttl01 {
    padding: 190px 0 50px 0 !important;
  }
}

.pg_ttl01 h1 {
  font-size: 2.8rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #f98e3d;
}

@media screen and (max-width: 834px) {
  .pg_ttl01 h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl01 h1 {
    font-size: 2.4rem;
  }
}

.pg_txt {
  margin: auto;
  text-align: center;
}

.pg_txt h2 {
  display: inline-block;
  background-color: #9cdab2;
  color: white;
  font-size: 2.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .pg_txt h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 834px) {
  .pg_txt h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_txt h2 {
    width: 70%;
  }
}

.pg_txt div {
  border: 2px solid #9cdab2;
  padding: 20px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.pg_wp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 80px;
}

.pg_wp01 .box02 {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 150px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg_wp01 .box02 {
    width: 100%;
  }
}

.pg_wp01 .box02 .box02_ttl {
  background-color: #54cc7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-radius: 10px;
}

.pg_wp01 .box02 .box02_ttl h3 {
  color: white;
  font-size: 1.7rem;
}

.pg_wp01 .box02 .box02_ttl div {
  font-size: 1.5rem;
  color: white;
}

.pg_wp01 .box02 .box02_info img {
  display: block;
  margin: 20px auto;
}

.pg_wp01 .box02 .box02_info td {
  border: none !important;
}

.pg_wp01 .box02 .box02_info .btn01, .pg_wp01 .box02 .box02_info .cont_02 .right02 .cont_tbl td a, .cont_02 .right02 .cont_tbl td .pg_wp01 .box02 .box02_info a, .pg_wp01 .box02 .box02_info .cont_05 .cont_btn a, .cont_05 .cont_btn .pg_wp01 .box02 .box02_info a {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
}

.pg_wp01 .box02:nth-child(3) .box02_ttl {
  background-color: #fcbf37;
}

.pg_wp01 .box02:nth-child(4) .box02_ttl {
  background-color: #b0a900;
}

.pg_wp01 .box02:nth-child(5) .box02_ttl {
  background-color: #f09476;
}

.tax_wp {
  background-color: #eee;
  padding: 30px;
  border-radius: 20px;
}

.tax_txt h3, .tax_txt h2 {
  border-bottom: 1px solid #54cc7c;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .tax_list dl {
    display: block !important;
    margin-bottom: 10px;
  }
}

.tax_list dl dt {
  width: 260px !important;
  background-color: #fdead4 !important;
}

@media screen and (max-width: 640px) {
  .tax_list dl dt {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.tax_list dl dd {
  width: calc(100% - 260px) !important;
}

.tax_list dl dt, .tax_list dl dd {
  border: 1px solid #eee !important;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .tax_list dl dt, .tax_list dl dd {
    width: 100% !important;
    border: none !important;
  }
}

.tax_list dl:not(:first-child) dt, .tax_list dl:not(:first-child) dd {
  border-top: none !important;
}

.tax_list dl:first-child dt, .tax_list dl:first-child dd {
  background-color: #ff8223 !important;
  color: white;
  text-align: center;
}

.tax_box .box {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}

@media screen and (max-width: 834px) {
  .tax_box .box {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tax_box .box {
    width: 100%;
  }
}

.tax_box .box h3 {
  font-size: 2.4rem;
  text-align: center !important;
  color: #f98e3d;
  border-bottom: 1px dashed #f98e3d;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .tax_box .box h3 {
    font-size: 2rem;
  }
}

.tax_box .box div {
  text-align: center !important;
}

.margin {
  margin-bottom: 100px;
}

.tax_btn .box {
  width: 33.333%;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .tax_btn .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .tax_btn .box {
    width: 100%;
  }
}

.tax_btn .box a {
  width: 100%;
  margin: auto;
  background-color: #f98e3d;
  border-radius: 50px;
  color: white;
  display: block;
  padding: 10px 10px;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tax_btn .box a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.tax_btn .box a:hover {
  background-color: #f1bb50;
}

#fukushi01, #fukushi02, #fukushi03 {
  padding-top: 50px;
  margin-top: 50px;
}

.border {
  border-bottom: 1px dashed #ccc;
}

/*  中古車在庫　*/
.car_info a {
  color: #393939;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.car_info a:hover {
  position: relative;
}

.car_info a:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.anchor_col4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anchor_col4 .box {
  width: 25%;
  padding: 5px;
}

@media screen and (max-width: 1200px) {
  .anchor_col4 .box {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .anchor_col4 .box {
    width: 100%;
  }
}

.anchor_col4 .box a {
  width: 100%;
  margin: 0 auto !important;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor_col4 .box a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 500;
}

.anchor_col4 .box:nth-child(1) a {
  background-color: #54cc7c;
}

.anchor_col4 .box:nth-child(1) a:hover {
  background-color: #80e2a1;
}

.anchor_col4 .box:nth-child(2) a {
  background-color: #fcbf37;
}

.anchor_col4 .box:nth-child(2) a:hover {
  background-color: #f8c963;
}

.anchor_col4 .box:nth-child(3) a {
  background-color: #b0a900;
}

.anchor_col4 .box:nth-child(3) a:hover {
  background-color: #beba36;
}

.anchor_col4 .box:nth-child(4) a {
  background-color: #f09476;
}

.anchor_col4 .box:nth-child(4) a:hover {
  background-color: #f1a68d;
}

.car_ttl01, .car_ttl02, .car_ttl03, .car_ttl04 {
  background-color: #54cc7c;
  border-radius: 10px;
}

.car_ttl01 h2, .car_ttl02 h2, .car_ttl03 h2, .car_ttl04 h2 {
  color: white;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .car_ttl01 h2, .car_ttl02 h2, .car_ttl03 h2, .car_ttl04 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .car_ttl01 h2, .car_ttl02 h2, .car_ttl03 h2, .car_ttl04 h2 {
    font-size: 2.2rem;
  }
}

.car_ttl02 {
  background-color: #fcbf37;
}

.car_ttl03 {
  background-color: #b0a900;
}

.car_ttl04 {
  background-color: #f09476;
}

#car01, #car02, #car03, #car04 {
  padding-top: 50px;
  margin-top: -50px;
}

/*  中古車在庫　*/
.car_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .car_wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.car_wp .car_img {
  width: 30%;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .car_wp .car_img {
    width: 100%;
  }
}

.car_wp .car_list01, .car_wp .car_list02 {
  padding: 5px;
}

.car_wp .car_list01 dt, .car_wp .car_list02 dt {
  width: 120px !important;
  color: white;
}

.car_wp .car_list01 dt, .car_wp .car_list01 dd, .car_wp .car_list02 dt, .car_wp .car_list02 dd {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  border: 1px solid #eee !important;
}

.car_wp .car_list01 dl:not(:first-child) dt, .car_wp .car_list01 dl:not(:first-child) dd, .car_wp .car_list02 dl:not(:first-child) dt, .car_wp .car_list02 dl:not(:first-child) dd {
  border-top: none !important;
}

.car_wp .car_list01 {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .car_wp .car_list01 {
    width: 100%;
  }
}

.car_wp .car_list02 {
  width: 25%;
}

@media screen and (max-width: 834px) {
  .car_wp .car_list02 {
    width: 100%;
  }
}

.car_wp .color01 dt {
  background-color: #54cc7c !important;
}

.car_wp .color02 dt {
  background-color: #fcbf37 !important;
}

.car_wp .color03 dt {
  background-color: #b0a900 !important;
}

.car_wp .color04 dt {
  background-color: #f09476 !important;
}

.car_name {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.car_name h3, .car_name h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.car_name div {
  font-size: 1.5rem;
}

.car_name div span {
  font-size: 1.5rem;
  color: white;
  background-color: #f98e3d;
  border-radius: 5px;
  padding: 2px;
}

/*  中古車詳細ページ　*/
.car_wp02 {
  margin-bottom: 50px;
}

.car_wp02 .car_list01, .car_wp02 .car_list02 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .car_wp02 .car_list01, .car_wp02 .car_list02 {
    width: 100%;
  }
}

.slider02 {
  width: 100%;
  max-width: 100% !important;
}

.slider02 .slick-prev, .slider02 .slick-next {
  top: 50px !important;
  color: #f98e3d;
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-prev, .slider02 .slick-next {
    bottom: -10% !important;
  }
}

.slider02 .slick-prev:after, .slider02 .slick-prev:before, .slider02 .slick-next:after, .slider02 .slick-next:before {
  color: #f98e3d !important;
}

.slider02 .slick-prev {
  left: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: 0 !important;
  }
}

.slider02 .slick-next {
  right: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: 0 !important;
  }
}

.slider02 .slick-slide {
  max-width: 1000px;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-slide {
    height: auto;
  }
}

.slick-slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 834px) {
  .slick-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider02 .slick-slide img {
  max-width: 700px;
  margin: 0 auto;
  height: 480px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .slider02 .slick-slide img {
    height: 500px !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .slider02 .slick-slide img {
    height: 300px !important;
  }
}

.slider02 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}

.slider02 .slick-list {
  padding: 10px 0 0 0;
  width: 60%;
}

@media screen and (max-width: 834px) {
  .slider02 .slick-list {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .slider02 .slick-list {
    width: 90%;
  }
}

.slider02 .slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

@media screen and (max-width: 834px) {
  .slider02 .slick-dots {
    width: 100%;
  }
}

.slider02 .slick-dots li {
  list-style: none;
  width: 23% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 83px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 80px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-dots li {
    width: 31.11111% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 834px) {
  .slider02 .slick-dots li {
    width: 18% !important;
  }
}

.slider02 .slick-dots li img {
  width: auto !important;
  height: 80px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 640px) {
  .slider02 .slick-dots li img {
    height: 60px !important;
  }
}

.slider02 {
  max-width: 100%;
  margin: 0 auto;
}

.slider02 ul li {
  max-width: 100% !important;
  height: 480px !important;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .slider02 ul li {
    height: 480px !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02 ul li {
    height: 300px !important;
  }
}

.slider02_box40 {
  width: 38% !important;
}

@media screen and (max-width: 834px) {
  .slider02_box40 {
    width: 100% !important;
  }
}

.slider02_box40 ul li {
  max-width: 100%;
}

.slider02_box40 .slick-slide img {
  height: 270px !important;
}

@media screen and (max-width: 834px) {
  .slider02_box40 .slick-slide img {
    height: 500px !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02_box40 .slick-slide img {
    height: 300px !important;
  }
}

.slider02_box40 .slick-list {
  height: 270px;
}

@media screen and (max-width: 834px) {
  .slider02_box40 .slick-list {
    height: 500px !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02_box40 .slick-list {
    height: 300px !important;
  }
}

.slider02_box40 .slick-dots li {
  width: 31.111111% !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.slider02 .slick-dots li img {
  width: 100% !important;
  height: auto !important;
}

.info_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .info_wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_wp .info01 {
  width: 33.333%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .info_wp .info01 {
    width: 100%;
  }
}

.info_wp .info01 dt {
  width: 130px !important;
}

.info_wp .info01 dt, .info_wp .info01 dd {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.info_wp .info01 dd {
  width: calc(100% - 130px) !important;
}

/*  リース　*/
.lease_cont .box {
  width: 33.333%;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .lease_cont .box {
    width: 100%;
  }
}

.lease_cont .box h3 {
  text-align: center !important;
  font-size: 2.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  border-radius: 10px 10px 0 0;
  color: white;
  padding: 10px;
}

.lease_cont .box div {
  text-align: center;
  background-color: #eee;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  font-weight: 500;
}

.lease_cont .box:nth-child(1) h3 {
  background-color: #54cc7c;
}

.lease_cont .box:nth-child(2) h3 {
  background-color: #fcbf37;
}

.lease_cont .box:nth-child(3) h3 {
  background-color: #b0a900;
}

.step .box {
  width: 20%;
  text-align: center;
  color: white;
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  .step .box {
    width: 100%;
  }
}

.step .box h3 {
  font-size: 2.2rem;
}

.step .box:not(:first-child) {
  position: relative;
}

.step .box:not(:first-child)::before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ff5500;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 834px) {
  .step .box:not(:first-child)::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 20px solid #ff5500;
    border-bottom: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}

.step .box:first-child {
  background-color: #fc7622;
}

.step .box:nth-child(2) {
  background-color: #ff8223;
}

.step .box:nth-child(2)::before {
  border-left: 20px solid #fc7622;
}

@media screen and (max-width: 834px) {
  .step .box:nth-child(2)::before {
    border-top: 20px solid #fc7622;
    border-left: 20px solid transparent;
  }
}

.step .box:nth-child(3) {
  background-color: #ff9530;
}

.step .box:nth-child(3)::before {
  border-left: 20px solid  #ff8223;
}

@media screen and (max-width: 834px) {
  .step .box:nth-child(3)::before {
    border-top: 20px solid  #ff8223;
    border-left: 20px solid transparent;
  }
}

.step .box:nth-child(4) {
  background-color: #ffa640;
}

.step .box:nth-child(4)::before {
  border-left: 20px solid #ff9530;
}

@media screen and (max-width: 834px) {
  .step .box:nth-child(4)::before {
    border-top: 20px solid #ff9530;
    border-left: 20px solid transparent;
  }
}

.step .box:nth-child(5) {
  background-color: #ffb550;
}

.step .box:nth-child(5)::before {
  border-left: 20px solid #ffa640;
}

@media screen and (max-width: 834px) {
  .step .box:nth-child(5)::before {
    border-top: 20px solid #ffa640;
    border-left: 20px solid transparent;
  }
}

/*  レンタカー　*/
.rental_cont .box {
  width: 25%;
  padding: 10px;
  position: relative;
  overflow: visible !important;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  .rental_cont .box {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .rental_cont .box {
    width: 100%;
  }
}

.rental_cont .box::before {
  content: "1";
  font-size: 4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: -26px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  color: white;
  z-index: 1;
}

.rental_cont .box::after {
  content: "";
  border-radius: 50%;
  background-color: #fcbf37;
  width: 65px;
  height: 65px;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 0;
}

.rental_cont .box h3 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #54cc7c;
  padding: 5px;
}

@media screen and (max-width: 1000px) {
  .rental_cont .box h3 {
    font-size: 2.2rem;
  }
}

.rental_cont .box img {
  width: 100% !important;
}

.rental_cont .box:nth-child(2)::before {
  content: "2";
}

.rental_cont .box:nth-child(3)::before {
  content: "3";
}

.rental_cont .box:nth-child(4)::before {
  content: "4";
}

/*  整備　*/
.service_cont {
  max-width: 1000px;
  margin: auto;
  background-color: #e9fff2;
  padding: 30px;
  position: relative;
}

.service_cont::before {
  content: "\f322";
  font-family: "Font Awesome 5 Pro";
  color: #9cdab2;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 900;
  font-size: 5rem;
}

.service_cont img {
  width: 50% !important;
}

@media screen and (max-width: 1000px) {
  .service_cont img {
    width: 40% !important;
  }
}

@media screen and (max-width: 640px) {
  .service_cont img {
    width: 80% !important;
  }
}

.service_cont h3 {
  width: 50% !important;
  font-size: 3rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #9cdab2;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .service_cont h3 {
    width: 60% !important;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) {
  .service_cont h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .service_cont h3 {
    width: 100% !important;
  }
}

.service_cont div {
  width: 50% !important;
}

@media screen and (max-width: 1000px) {
  .service_cont div {
    width: 60% !important;
  }
}

@media screen and (max-width: 640px) {
  .service_cont div {
    width: 100% !important;
  }
}

.service_cont div span {
  position: relative;
  left: 25px;
  font-size: 1.8rem;
}

.service_cont div span::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #9cdab2;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 900;
}

.service_cont02 {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .service_cont02 {
    margin: 100px auto 60px auto !important;
  }
}

.service_cont02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .service_cont02 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_cont02 h3 {
  font-size: 2.4rem;
  padding-top: 60px;
  letter-spacing: 0;
  background-color: #f98e3d;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center !important;
  color: white;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .service_cont02 h3 {
    margin-bottom: 10px;
  }
}

.service_cont02 div {
  padding-left: 30px;
  font-size: 2rem;
}

.service_cont02 div span {
  position: relative;
  z-index: 1;
}

.service_cont02 div span::before {
  content: "";
  background: yellow;
  width: 100%;
  height: 10px;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service_txt {
  max-width: 1000px;
  margin: auto;
}

.service_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .service_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_wp .service_ttl {
  width: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .service_wp .service_ttl {
    width: 100%;
    padding: 20px 0;
  }
}

.service_wp .service_ttl h3 {
  font-size: 2.8rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-align: center !important;
  color: #f98e3d;
}

.service_wp .service_ttl div {
  line-height: 1.8;
}

.service_wp .service_img {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .service_wp .service_img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service_wp .service_img {
    padding: 0;
  }
}

.service_wp .service_img img {
  width: 100% !important;
}

.service_wp:last-child {
  margin-bottom: 100px;
}

/*  会社概要 　*/
.company_list dl dt {
  width: 160px !important;
}

.company_list dl dd {
  width: calc(100% - 160px) !important;
}

/*  お問い合わせ　　*/
.contact_txt a {
  color: grey;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}

.contact_txt div {
  font-size: 1.5rem;
}

.txt_left article {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .txt_left h2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .txt_left h2 {
    font-size: 5rem;
  }
}

.contact_txt02 a {
  color: grey;
  font-weight: 600;
}

.contact_txt02 div {
  font-size: 1.5rem;
}

form .title {
  display: none;
}

.error {
  margin-top: 150px !important;
}

.mail_form {
  background-color: #eee;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .mail_form {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .mail_form dl {
    display: block !important;
  }
}

.mail_form dl dt, .mail_form dl dd {
  background-color: transparent !important;
  border: none !important;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt, .mail_form dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .mail_form dl dt {
    border-right: none !important;
    border-bottom: 1px dashed rgba(249, 142, 61, 0.5) !important;
    padding: 8px 8px 0 8px !important;
  }
}

.mail_form dl:not(:last-child) {
  border-bottom: none !important;
}

.mail_form label {
  color: #f4a127 !important;
}

.submit {
  margin: 20px auto 0 auto !important;
}

.submit button {
  margin: 0 !important;
}

.confirm {
  margin-top: 100px !important;
  padding: 80px;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #f1bb50;
  color: white;
  border: none !important;
  border-radius: 5px;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #f98e3d;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f98e3d;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #222222;
}

/*  インスタグラム　*/
.insta {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.insta .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: none !important;
}

.insta .sns_list > div {
  width: 33.333% !important;
  border: none !important;
  padding: 5px;
}

.insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

.insta .sns_list .sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* owl slider  */
.pro_items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.pro_items .items li {
  width: 100%;
  padding: 15px;
}

.pro_items .items li .name {
  text-align: center;
  margin: 10px 0;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
  line-height: 1.6;
}

.pro_items .items li .price {
  text-align: center;
}

.owl-item {
  width: 100% !important;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sales_cont .box {
  width: 31.333%;
  margin-right: 1%;
  margin-left: 1%;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.sales_cont .box img {
  display: block;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.sales_cont .box h3 {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.7rem;
  margin-top: 5px;
  text-align: center !important;
  border-top: 4px double #9cdab2;
  border-bottom: 4px double #9cdab2;
}

.sales_cont .box div {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 55px;
  width: 70px;
  padding: 9px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #nav-toggle {
    right: 0px;
    top: 5px;
  }
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

#nav-toggle span {
  height: 4px;
  left: 2px;
  display: block;
  background: #f98e3d;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
  width: 80%;
}

#nav-toggle p {
  position: absolute;
  top: 35px;
  color: #f98e3d;
  font-weight: 700;
  font-size: 1.4rem;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: #f98e3d;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 100%;
  padding: 0 10%;
  margin: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav_wrap li {
  position: relative;
}

#nav_sp {
  display: none;
  background-color: white;
  color: #f1bb50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  padding: 20px;
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#nav_sp li {
  width: 100%;
}

#nav_sp li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#nav_sp a, #nav_sp span {
  display: block;
  color: #f98e3d;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.6;
  padding: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  z-index: 1;
}

#nav_sp ul li span {
  position: relative;
}

#nav_sp ul li span::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_sp a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform 1.2s ease;
  transition: opacity .2s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity .2s ease;
  transition: transform 1.2s ease, opacity .2s ease, -webkit-transform 1.2s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#nav_sp ul .ddmenu {
  z-index: 3;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}

#nav_sp ul .ddmenu li {
  border-bottom: none;
}

#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #f98e3d !important;
  padding-left: 20px !important;
  padding: 10px !important;
  border-bottom: none;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.in_wp {
  margin: 10px auto;
  border: none !important;
}

.in_wp img {
  width: 50% !important;
  margin: auto;
  display: block;
}

.in_wp span::before {
  display: none;
}

/*  plus  */
.plus span::before {
  content: "-" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

#nav_sp .contact {
  width: 100%;
}

#nav_sp .contact a {
  padding: 5px;
}

#nav_sp .contact span {
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f98e3d;
  width: 90%;
  height: 50px;
  border-radius: 50px;
  color: white;
  text-align: center;
  padding-top: 15px;
  margin: auto;
}

#nav_sp .contact p {
  color: #393939;
  font-size: 1.4rem;
}
/*# sourceMappingURL=common_style.css.map */