@charset "UTF-8";
h1 h2 h3 h4 p {
  font-family: "源真ゴシックP";
}

a {
  text-decoration: none;
}

p {
  text-decoration: none;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.barner_p {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 28.8px;
  color: #000000;
  letter-spacing: 0px;
  text-align: left;
  margin: 50px 0px -20px 0px;
}
@media screen and (max-width: 768px) {
  .barner_p {
    font-size: 14px;
  }
}

body {
  margin: 0;
}

input[type=text], input[type=email], input[type=tel], button, select, textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.1s;
  /*デフォルトでは非表示の状態にしておく*/
  transform-origin: center top;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
  }
}
.header .header__inner .header__logo {
  margin: 15px 20px 8px;
}
@media screen and (max-width: 768px) {
  .header .header__inner .header__logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__inner .header__logo {
    margin-left: 10px;
    margin-top: 12px;
  }
}
.header .header__inner .header__logo .logo01 {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .header__inner .header__logo .logo01 {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__inner .header__logo .logo01 {
    width: 150px;
  }
}
.header .header__inner .header__inner__rigth {
  display: flex;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  font-family: "源真ゴシックP";
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header .header__inner .header__inner__rigth {
    margin-right: 20px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .header__inner .header__inner__rigth {
    margin-right: 20px;
  }
}
.header .header__inner .header__inner__rigth .header__contact {
  padding: 0 20px 0 0;
  margin: 0 20px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.header .nav-down {
  height: 400px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.header .nav-contents {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 53%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.header .nav-contents p {
  font-size: 18px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #000000;
  margin: 20px;
}
.header .show-flag {
  display: none;
}
.header #target {
  margin: 12px 0px 0 0;
}
@media screen and (min-width: 768px) {
  .header #target {
    display: none;
  }
}
.header #target .openbtn2 {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.header #target .openbtn2 span {
  display: inline-block;
  transition: all 0.2s;
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #000000;
}
.header #target .openbtn2 span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}
.header #target .openbtn2 span:nth-of-type(2) {
  top: 29px;
  width: 50%;
}
.header #target .openbtn2.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.header #target .openbtn2.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.header #target .lead {
  margin: 20px 0 0 0;
}
.header #target .btn-block {
  width: 200px;
  padding: 30px;
}

.section__title {
  width: 550px;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  background-image: url(../images/common/title_back.png);
  background-position: center bottom 25%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .section__title {
    width: 100%;
    margin: 0;
  }
}
.section__title h1 {
  font-size: 76px;
  font-family: "源真ゴシックP";
  font-weight: 800;
  letter-spacing: 0.3rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .section__title h1 {
    font-size: 44px;
  }
}
.section__title h2 {
  font-size: 42px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .section__title h2 {
    font-size: 36px;
  }
}

main {
  width: 100%;
}
main .section1 {
  width: 100%;
  height: 920px;
  position: relative;
  background-image: url(../images/common/top_section1_pc_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .section1 {
    height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  main .section1 {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  main .section1 {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  main .section1 {
    height: 500px;
  }
}
main .section1 .section1__inner__img {
  height: auto;
  width: 100%;
}
main .section1 .float__img01 {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 10;
  max-width: 543px;
}
@media screen and (max-width: 1400px) {
  main .section1 .float__img01 {
    max-width: calc(543px - 10%);
  }
}
@media screen and (max-width: 1024px) {
  main .section1 .float__img01 {
    bottom: -100px;
    max-width: calc(543px - 30%);
  }
}
@media screen and (max-width: 768px) {
  main .section1 .float__img01 {
    max-width: 240px;
    bottom: -50px;
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  main .section1 .float__img01 {
    width: 180px;
  }
}
main .section1 .float__img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 15;
  max-width: 790px;
}
@media screen and (max-width: 1400px) {
  main .section1 .float__img02 {
    max-width: calc(790px - 10%);
  }
}
@media screen and (max-width: 1024px) {
  main .section1 .float__img02 {
    max-width: calc(790px - 20%);
  }
}
@media screen and (max-width: 768px) {
  main .section1 .float__img02 {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  main .section1 .float__img02 {
    max-width: 300px;
  }
}
main .section1 .float__img03 {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 10;
  max-width: 766px;
}
@media screen and (max-width: 1400px) {
  main .section1 .float__img03 {
    max-width: calc(766px - 10%);
  }
}
@media screen and (max-width: 1024px) {
  main .section1 .float__img03 {
    max-width: calc(766px - 40%);
    top: auto;
    bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .float__img03 {
    max-width: 220px;
    top: auto;
    bottom: -10px;
    right: -15px;
  }
}
main .section2 {
  width: 100%;
  height: 780px;
  background-color: #A0D4E3;
  position: relative;
}
@media screen and (max-width: 1400px) {
  main .section2 {
    height: auto;
  }
}
main .section2 .section2__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0 0 0;
}
@media screen and (max-width: 1400px) {
  main .section2 .section2__inner {
    padding: 95px 0 300px 0;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .section2__inner {
    padding: 95px 0 260px 0;
  }
}
@media screen and (max-width: 480px) {
  main .section2 .section2__inner {
    padding: 95px 20px 260px;
  }
}
main .section2 .section2__inner img {
  width: 712px;
}
@media screen and (max-width: 768px) {
  main .section2 .section2__inner img {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  main .section2 .section2__inner img {
    width: 330px;
  }
}
main .section2 .section2__inner .section2__text {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-family: "源真ゴシックP";
  font-weight: medium;
  padding: 60px 0 0 0;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 768px) {
  main .section2 .section2__inner .section2__text {
    width: 100%;
    font-size: 20px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  main .section2 .section2__inner .section2__text {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  main .section2 .section2__inner .br_none480 {
    display: none;
  }
}
main .section2 .section2__float__img {
  position: absolute;
  bottom: 0;
  right: 20%;
}
@media screen and (max-width: 1800px) {
  main .section2 .section2__float__img {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .section2__float__img {
    width: 200px;
    right: 10px;
  }
}
main .section3 {
  width: 100%;
  height: 670px;
  background-image: url(../images/common/top_seciton3_background.jpg);
  background-position: center bottom 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  main .section3 {
    height: 550px;
  }
}
@media screen and (max-width: 480px) {
  main .section3 {
    height: 350px;
  }
}
main .section3 .section3__logo {
  width: auto;
  height: 490px;
  opacity: 0.6;
}
@media screen and (max-width: 1400px) {
  main .section3 .section3__logo {
    height: 430px;
  }
}
@media screen and (max-width: 480px) {
  main .section3 .section3__logo {
    height: 300px;
  }
}
main .section4 {
  width: 100%;
  height: 1130px;
  background-color: #C2DFDE;
}
@media screen and (max-width: 1024px) {
  main .section4 {
    height: auto;
  }
}
main .section4 .section4__content {
  width: 1050px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  main .section4 .section4__content {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section4 .section4__content {
    width: 100%;
    padding-bottom: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .section4__content {
    width: 100%;
  }
  main .section4 .section4__content div:last-child {
    display: none;
  }
}
main .section4 .section4__content .section4__content__box {
  width: 320px;
  height: 300px;
  margin-bottom: 45px;
  background-color: #ECF0F1;
  border-radius: 15px;
  border: solid #000 1px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  main .section4 .section4__content .section4__content__box {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  main .section4 .section4__content .section4__content__box {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .section4__content .section4__content__box {
    width: 100%;
    height: auto;
    margin: 20px;
  }
}
main .section4 .section4__content .section4__content__box h3 {
  font-size: 24px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
main .section4 .section4__content .section4__content__box h4 {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  main .section4 .section4__content .section4__content__box h4 {
    letter-spacing: 0.1rem;
  }
}
main .section4 .section4__content .section4__content__box .box_lower_img {
  margin-top: 36px;
}
main .section4 .section4__content .section4__content__imgbox {
  background-color: #C2DFDE;
  border-radius: 0px;
  border: none;
}
main .section5 {
  width: 100%;
  height: auto;
  background-color: #ECF0F1;
  position: relative;
  padding: 0 0 20px;
}
main .section5 #map {
  width: 1100px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main .section5 #map {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section5 #map {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  main .section5 #map {
    width: 96%;
  }
}
main .section5 .company-woman-icon {
  width: 184px;
  height: 218px;
  position: absolute;
  right: 0;
  top: -180px;
}
@media screen and (max-width: 1024px) {
  main .section5 .company-woman-icon {
    width: 147.2px;
    height: 174.4px;
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .company-woman-icon {
    display: none;
  }
}
main .section5 .section5__content__box {
  width: 1040px;
  margin: 50px auto 50px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  main .section5 .section5__content__box {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section5 .section5__content__box {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box {
    width: 100%;
  }
}
main .section5 .section5__content__box .section5__content__box__all {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    margin: 10px 0;
  }
}
main .section5 .section5__content__box .section5__content__box__all h5 {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all h5 {
    font-weight: 600;
  }
}
main .section5 .section5__content__box .section5__content__box__all .section5__content__box__left {
  width: 200px;
  border-bottom: solid 2px #7D7D7D;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all .section5__content__box__left {
    border-bottom: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 10px 0;
  }
}
main .section5 .section5__content__box .section5__content__box__all .section5__content__box__left h5 {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all .section5__content__box__left h5 {
    margin: 10px 0 0 0;
  }
}
main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right {
  width: 800px;
  margin-left: 40px;
  padding-left: 25px;
  border-bottom: solid 1px #9D9D9D;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 3px;
  }
}
main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right span {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right span {
    margin: 0;
  }
}
main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right h5 {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__box .section5__content__box__all .section5__content__box__right h5 {
    margin: 0;
    padding-left: 25px;
  }
}
main .section5 .section5__content__map__box {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__map__box {
    margin-bottom: 40px;
  }
}
main .section5 .section5__content__map__box h4 {
  font-size: 27px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.3rem;
}
main .section5 .section5__content__map__box__maparea {
  overflow: hidden;
  position: relative;
  width:1100px;
	height:400px;
	margin:0 auto;
}
main .section5 .section5__content__map__box iframe {
  position: absolute;
	inset: -150px;
	width: calc(100% + 300px);
	height: calc(100% + 300px);
}
@media screen and (max-width: 1400px) {
  main .section5 .section5__content__map__box__maparea {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section5 .section5__content__map__box__maparea {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .section5__content__map__box__maparea {
    width: 95%;
  }
}
main .section5 .section5__content__map__box h3 {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  main .section5 .section5__content__map__box h3 {
    width: 300px;
  }
}
main #access_map {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 62%;
  vertical-align: top;
}
main #map_canvas {
  width: 100%;
  /*height:350px;*/
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
main .section6 {
  width: 100%;
  height: auto;
}
main .section6 .contact__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
main .section6 .contact__detail .contact__detail__text {
  width: auto;
}
@media screen and (max-width: 1024px) {
  main .section6 .contact__detail .contact__detail__text {
    width: 710px;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__detail__text {
    width: 100%;
  }
}
main .section6 .contact__detail .contact__detail__text p {
  font-size: 17px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__detail__text p {
    margin: 60px 20px;
  }
}
main .section6 .contact__detail .contact__device {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__device {
    width: 100%;
    align-items: center;
  }
}
main .section6 .contact__detail .contact__device .contact__device__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__device .contact__device__detail {
    margin: 0 20px;
  }
}
main .section6 .contact__detail .contact__device .contact__device__detail h4 {
  font-size: 32px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  padding-left: 15px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 480px) {
  main .section6 .contact__detail .contact__device .contact__device__detail h4 {
    font-size: 22px;
  }
}
main .section6 .contact__detail .contact__device .contact__device__detail img {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  main .section6 .contact__detail .contact__device .contact__device__detail img {
    width: 30px;
  }
}
main .section6 .contact__detail .contact__device .contact__device__number {
  font-size: 52px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-left: 45px;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__device .contact__device__number {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  main .section6 .contact__detail .contact__device .contact__device__number {
    font-size: 35px;
  }
}
main .section6 .contact__detail .contact__device p {
  font-size: 21px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  padding-left: 48px;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin-top: 0;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact__device p {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  main .section6 .contact__detail .contact__device p {
    font-size: 15px;
    margin: 0 20px;
  }
}
main .section6 .contact__detail .contact_underbar {
  width: 1000px;
  margin: 60px 0 60px 0;
  border: 0.5px solid #707070;
}
@media screen and (max-width: 1400px) {
  main .section6 .contact__detail .contact_underbar {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section6 .contact__detail .contact_underbar {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .contact__detail .contact_underbar {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  main .section6 .contact__detail .contact_underbar {
    width: 300px;
  }
}
main .section6 .contact__inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main .section6 .contact__inner {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  main .section6 .contact__inner {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner {
    width: 100%;
    text-align: center;
  }
}
main .section6 .contact__inner .inquiry_ness_div01 {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner .inquiry_ness_div01 {
    width: 100%;
    margin: auto;
  }
}
main .section6 .contact__inner .contact_text04 {
  font-size: 17px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.2rem;
  text-align: left;
  color: #000000;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner .contact_text04 {
    padding: 0 20px;
  }
}
main .section6 .contact__inner .h-adr {
  padding: 0 20px;
}
main .section6 .contact__inner .h-adr .form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin: 40px auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner .h-adr .form__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
main .section6 .contact__inner .h-adr .form__row .form__title {
  position: relative;
  display: inline-block;
  width: 200px;
  font-size: 20px;
  font-family: "源真ゴシックP";
  font-weight: bold;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner .h-adr .form__row .form__title {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
main .section6 .contact__inner .h-adr .form__row .form__title span {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  color: #ea434b;
}
main .section6 .contact__inner .h-adr .form__row .form__input {
  flex: 1;
  background-color: #fff;
  border: #000 solid 1px;
  padding: 12px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .section6 .contact__inner .h-adr .form__row .form__input {
    width: 100%;
    margin: 0;
    padding: 12px 0;
  }
}
main .section6 .contact__inner .h-adr .form__row .form__input .inquiry_box_right {
  display: inline-block;
  min-height: 30px;
  padding: 0;
  color: #000;
  text-align: left;
  vertical-align: top;
  margin: 0 10px;
  margin: 0 0 0 10px;
  width: 90%;
}
main .section6 .contact__inner .h-adr .form__row .form__input .textarea {
  width: 92%;
  height: 180px !important;
  margin-left: 10px;
}
main .section6 .contact__inner .h-adr .form__row--top {
  align-items: inherit;
}
main .section6 .contact__inner .form__privacypolicy {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
main .section6 .contact__inner .form__privacypolicy .form__privacypolicy__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: "源真ゴシックP";
  font-weight: 600;
}
main .section6 .contact__inner .form__privacypolicy .form__privacypolicy__detail {
  display: block;
  height: 180px;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 60px;
  background: #FFF;
  border: #000000 1px solid;
  color: #000;
  line-height: 20px;
  text-align: left;
}
main .section6 .contact__inner .form__privacypolicy .contact__privacy {
  margin: 0;
  font-size: 15px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  line-height: 2;
}
main .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar {
  width: 10px;
}
main .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar-track {
  border: none;
  background-color: none;
}
main .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 19px;
}
main .section6 .contact__inner .form__privacypolicy button {
  width: 330px;
  height: 60px;
  margin: 50px auto 0;
  border: #54546F 1px solid;
  border-radius: 11px;
  background-color: #54546F;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  main .section6 .contact__inner .form__privacypolicy button {
    width: 100%;
  }
}
main .section6 .contact__inner .form__privacypolicy button span {
  color: #fff;
  font-size: 20px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition-duration: 1s;
}
main .section6 .contact__inner .form__privacypolicy button img {
  position: absolute;
  right: 30px;
  bottom: 40%;
}
main .section6 .contact__inner .form__privacypolicy button:hover span {
  transition-duration: 1s;
  color: #54546F;
}
main .section6 .contact__inner .form__privacypolicy button:hover img {
  position: absolute;
  right: 30px;
  bottom: 40%;
}
main .section6 .fz15 {
  font-size: 18px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2rem;
  text-align: left;
  color: #000000;
  margin: 0 15px;
  line-height: 2rem;
}
main .footer {
  margin: 150px 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  main .footer {
    margin: 100px 0 20px 0;
  }
}
main .footer img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main .footer img {
    width: 160px;
  }
}
main .footer p {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}
main .footer small {
  font-size: 11px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}

.form__on {
  padding-top: 100px;
}
.form__on .section6 {
  width: 100%;
  height: auto;
}
.form__on .section6 .contact__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.form__on .section6 .contact__detail p {
  font-size: 17px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 20px 0;
}
.form__on .section6 .contact__detail .contact__device__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form__on .section6 .contact__detail .contact__device__detail h4 {
  font-size: 32px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  padding-left: 15px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 480px) {
  .form__on .section6 .contact__detail .contact__device__detail h4 {
    font-size: 22px;
    padding: 0;
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .form__on .section6 .contact__detail .contact__device__detail img {
    width: 30px;
    display: none;
  }
}
.form__on .section6 .contact__detail .contact__device__number {
  font-size: 52px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-left: 48px;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .form__on .section6 .contact__detail .contact__device__number {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .form__on .section6 .contact__detail .contact__device__number {
    font-size: 35px;
  }
}
.form__on .section6 .contact__detail .contact__device p {
  font-size: 21px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .form__on .section6 .contact__detail .contact__device p {
    font-size: 18px;
    padding: 0;
    margin: 20px;
  }
}
.form__on .section6 .contact__detail .contact_underbar {
  width: 1000px;
  margin: 60px 0 60px 0;
  border: 0.5px solid #707070;
}
.form__on .section6 .contact__inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.form__on .section6 .contact__inner .inquiry_ness_div01 {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__on .section6 .contact__inner .inquiry_ness_div01 {
    width: 100%;
    margin: auto;
  }
}
.form__on .section6 .contact__inner .h-adr .form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin: 40px auto;
}
.form__on .section6 .contact__inner .h-adr .form__row .form__title {
  position: relative;
  display: inline-block;
  width: 150px;
  font-size: 20px;
  font-family: "源真ゴシックP";
  font-weight: bold;
  font-weight: 400;
  text-align: left;
}
.form__on .section6 .contact__inner .h-adr .form__row .form__title span {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  color: #ea434b;
}
.form__on .section6 .contact__inner .h-adr .form__row .form__input {
  flex: 1;
  background-color: #fff;
  border: #000 solid 1px;
  padding: 12px 10px;
}
.form__on .section6 .contact__inner .h-adr .form__row .form__input .inquiry_box_right {
  display: inline-block;
  min-height: 30px;
  padding: 0;
  color: #000;
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 10px;
  width: 90%;
}
.form__on .section6 .contact__inner .h-adr .form__row .form__input .textarea {
  width: 100%;
  height: 180px !important;
}
.form__on .section6 .contact__inner .h-adr .form__row--top {
  align-items: inherit;
}
.form__on .section6 .contact__inner .form__privacypolicy {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /*
  button:hover {
      background-color: #fff;
      span {
          color: #54546F;
      }
      img {
          position: absolute;
          right: 30px;
          bottom: 40%;
      }
  }
  */
}
.form__on .section6 .contact__inner .form__privacypolicy .form__privacypolicy__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}
.form__on .section6 .contact__inner .form__privacypolicy .form__privacypolicy__detail {
  display: block;
  height: 180px;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 60px;
  background: #FFF;
  border: #000000 1px solid;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.form__on .section6 .contact__inner .form__privacypolicy .contact__privacy {
  margin: 0;
  font-size: 15px;
  font-family: "源真ゴシックP";
  font-weight: 400;
  line-height: 2;
}
.form__on .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar {
  width: 10px;
}
.form__on .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar-track {
  border: none;
  background-color: none;
}
.form__on .section6 .contact__inner .form__privacypolicy ::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 19px;
}
.form__on .section6 .contact__inner .form__privacypolicy button {
  width: 330px;
  height: 60px;
  margin: 50px auto 0;
  border: #54546F 1px solid;
  border-radius: 11px;
  background-color: #54546F;
  position: relative;
}
.form__on .section6 .contact__inner .form__privacypolicy button span {
  color: #fff;
  font-size: 20px;
  font-family: "源真ゴシックP";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.form__on .section6 .contact__inner .form__privacypolicy button img {
  position: absolute;
  right: 30px;
  bottom: 40%;
}
.form__on .inquiry_subtitle02 {
  width: 100%;
}
.form__on .container {
  background: #f5f5ee;
  width: 90%;
  margin: 80px auto;
  padding: 50px 0;
  line-height: 2em;
  text-align: center;
}
.form__on .container .inquiry_big_box {
  /* max-width: 1180px; */
  max-width: 80%;
  margin: 0 auto 50px;
  padding: 60px 0 0;
  background: #f5f5ee;
  font-size: 0;
  text-align: center;
}
.form__on .container .inquiry_big_box .inquiry_box {
  display: block;
  max-width: 800px;
  margin: 0 auto 15px;
  padding: 0 10px 30px;
  font-size: 0;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.form__on .container .inquiry_big_box .inquiry_box .inquiry_box_left {
  display: inline-block;
  width: 190px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.2rem;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.form__on .container .inquiry_big_box .inquiry_box .inquiry_box_right {
  display: inline-block;
  width: calc(100% - 200px);
  min-height: 30px;
  padding: 0;
  background: none;
  border: none;
  border-bottom: #1F328C 1px solid;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 10px;
  width: 90%;
}
.form__on .container .inquiry_big_box .inquiry_box_off {
  max-width: 600px;
  margin: 0 auto;
  /* padding-left: 200px; */
  font-size: 0;
  text-align: center;
  position: relative;
}
.form__on .container .inquiry_big_box .inquiry_box_off input[type=submit] {
  display: block;
  margin: 40px auto 0;
  background-color: #54546F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  max-width: 332px;
  width: 100%;
  text-align: center;
  height: 60px;
  border-radius: 11px;
  border: none;
  border: #54546F 1px solid;
  transition: all 0.3s;
  padding: 0;
}
.form__on .container .inquiry_big_box .inquiry_box_off .form__btn:hover {
  background-color: #fff;
  color: #54546F;
}
.form__on .container .section p {
  font-size: 18px;
  font-weight: bold;
}
.form__on .container .finish_btn {
  display: block;
  margin: 40px auto 0;
  background-color: #54546F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  max-width: 332px;
  width: 100%;
  text-align: center;
  height: 60px;
  border-radius: 11px;
  border: none;
  border: #54546F 1px solid;
  transition: all 0.3s;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .form__on .container .finish_btn {
    width: 90%;
  }
}
.form__on .container .finish_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  color: #fff;
}
.form__on .container .finish_btn a div {
  display: flex;
}
.form__on .container .finish_btn:hover {
  background-color: #fff;
  color: #54546F;
}
.form__on .container .finish_btn:hover a {
  color: #54546F;
}

.footer {
  margin: 150px 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .footer {
    margin: 100px 0 20px 0;
  }
}
.footer img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer img {
    width: 160px;
  }
}
.footer p {
  font-size: 16px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}
.footer small {
  font-size: 11px;
  font-family: "源真ゴシックP";
  font-weight: 400;
}

.inquiry_subtitle {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  color: #000;
  line-height: 23px;
  text-align: center;
}

.inquiry_box_red {
  color: #F00;
}

.inquiry_ul {
  list-style: disc;
  list-style-position: inside;
  width: 750px;
  margin: 0 auto 30px;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .inquiry_ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.inquiry_ul_li {
  font-size: 15px;
  color: #F15846;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .inquiry_ul_li {
    text-align: center;
    list-style: none;
  }
}

input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  vertical-align: middle;
  margin: 0;
  accent-color: #F9334B;
}

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.1s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #ffffff;
}

.btn:hover span {
  color: #000000;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #ffffff;
  width: 120%;
  height: 100%;
  transform: skewX(0deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #ffffff;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.car-cmp {
  margin-left: 10px;
}

.contact-tel-fax {
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=csstyle.css.map */