@charset "UTF-8";
@font-face {
  font-family: "smartui";
  src: url(../03スマートフォントUI.otf);
}

html {
  font-size: 16px;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.main {
  background-image: url(../images/content_bg2.jpg);
  width: 100%;
  height: 100%;
  background-size: contain;
  position: relative;
}

a {
  color: #444;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background: linear-gradient(90deg, rgb(145, 149, 185) 3.98%, rgb(126, 177, 169) 25.37%, rgb(229, 158, 131) 61.86%, rgb(214, 148, 156) 95.35%);
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.header_logo {
  padding-left: 35px;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    padding-left: 20px;
  }
}
.header_logo a {
  display: flex;
}
.header_logo-img {
  width: 195px;
  margin-top: 5px;
}
@media screen and (max-width: 1100px) {
  .header_logo-img {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .header_logo-img {
    width: 110px;
  }
}
.header_nav {
  margin-right: auto;
  margin-left: auto;
}
.header_nav-lists {
  display: flex;
  text-align: center;
  justify-content: center;
}
.header_nav-list:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header_nav-list:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header_nav-list:nth-child(3) {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header_nav-list:nth-child(3) {
    margin-right: 10px;
  }
}
.header_nav-list:nth-child(4) {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header_nav-list:nth-child(4) {
    margin-right: 10px;
  }
}
.header_nav-list:nth-child(5) {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header_nav-list:nth-child(5) {
    margin-right: 10px;
  }
}
.header_nav-link {
  font-size: 13px;
  font-family: "BIZ UDGothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .header_nav-link {
    font-size: 11px;
  }
}
.header_contact {
  background-color: #fff;
  width: 190px;
  height: 45px;
  border-radius: 18px;
  opacity: 0.86;
  margin-right: 45px;
}
@media screen and (max-width: 1100px) {
  .header_contact {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .header_contact {
    width: 150px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .header_contact {
    width: 135px;
    margin-right: 15px;
    height: 40px;
  }
}
.header_contact_text {
  margin-left: 7px;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (max-width: 1100px) {
  .header_contact_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header_contact_text {
    font-size: 13px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .header_contact_text {
    font-size: 12px;
  }
}
.header_contact_link {
  display: flex;
  color: #CD8B93;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.header_contact_icon {
  width: 25px;
  height: 18px;
  margin-right: 7px;
}
@media screen and (max-width: 900px) {
  .header_contact_icon {
    width: 18px;
    height: 11px;
    margin-right: 5px;
  }
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 60px;
  right: 0;
  width: 60px;
  height: 45px;
  cursor: pointer;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 40px;
    height: 25px;
    top: 25px;
    margin-right: 30px;
  }
}

.hamburger.is-active {
  top: 32px;
  right: 0px;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transition: transform 0.3s, background-color 0.3s;
  background-color: #fff;
}

.hamburger.is-active span {
  background-color: #fff;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 18px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 10px;
  }
}

.hamburger span:nth-child(3) {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 20px;
  }
}

.hamburger.is-active span:nth-child(1) {
  top: 15px;
  transform: rotate(-45deg);
  background-color: #fff;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
  background-color: #fff;
}

.drawer-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, rgb(145, 149, 185) 3.98%, rgb(126, 177, 169) 25.37%, rgb(229, 158, 131) 61.86%, rgb(214, 148, 156) 95.35%);
  background-repeat: repeat-y;
  display: none;
  z-index: 100;
}
.drawer-menu-logo {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-menu-list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .drawer-menu-list {
    margin-top: 30px;
  }
}
.drawer-menu_item {
  height: 30px;
}
.drawer-menu_item:not(:first-child) {
  margin-top: 15px;
}
.drawer-menu_link {
  font-size: 20px;
  color: #fff;
  height: inherit;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .drawer-menu_link {
    font-size: 16px;
  }
}
.drawer-menu_contact {
  background-color: #fff;
  width: 220px;
  height: 48px;
  border-radius: 18px;
  opacity: 0.86;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.drawer-menu_contact_text {
  margin-left: 7px;
  font-size: 16px;
}
.drawer-menu_contact_link {
  display: flex;
  color: #CD8B93;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.drawer-menu_contact_icon {
  width: 25px;
  height: 18px;
  margin-right: 7px;
}

.drawer_logo {
  width: 280px;
  height: 70px;
}
@media screen and (max-width: 550px) {
  .drawer_logo {
    width: 220px;
    height: 55px;
  }
}

.drawer-menu-li {
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  padding: 7px;
}

.mv {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-top: 70px;
  background-image: url(../images/mv_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .mv {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 70px;
    background-image: url(../images/mv-sp_bg.jpg);
  }
}
.mv_inner {
  position: relative;
  width: 100%;
  height: inherit;
}
.mv_title {
  position: absolute;
  top: 55%;
  right: 11%;
  text-align: left;
  font-size: 44px;
  line-height: 1.58;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.12em;
  color: #7E7E7E;
}
@media screen and (max-width: 1440px) {
  .mv_title {
    top: 61%;
    right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .mv_title {
    right: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mv_title {
    font-size: 30px;
    left: 5%;
    top: 60%;
  }
}
@media screen and (max-width: 550px) {
  .mv_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  .mv_title {
    font-size: 23px;
  }
}
.mv_news {
  position: absolute;
  background-color: #fff;
  display: flex;
  width: 70%;
  height: 144px;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px rgba(135, 135, 135, 0.75);
}
@media screen and (max-width: 1100px) {
  .mv_news {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .mv_news {
    bottom: -5%;
    height: 80px;
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .mv_news {
	  width:96%;
    height: 60px;
    box-shadow: 2px 2px rgba(135, 135, 135, 0.75);
  }
}
.mv_news::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 19px;
  height: 19px;
  border-top: 3px solid #7E7E7E;
  border-right: 3px solid #7E7E7E;
  transform: rotate(45deg);
}
@media screen and (max-width: 550px) {
  .mv_news::before {
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mv_news::before {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.mv_news-list {
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .mv_news-list {
    margin-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .mv_news-list {
    margin-left: 10px;
    width: 65px;
  }
}
@media screen and (max-width: 375px) {
  .mv_news-list {
    width: 60px;
  }
}
.mv_news-ttl {
  font-size: 30px;
  color: #7E7E7E;
  letter-spacing: 0.18em;
  font-family: "Dosis";
}
@media screen and (max-width: 1100px) {
  .mv_news-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mv_news-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .mv_news-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .mv_news-ttl {
    font-size: 12px;
  }
}
.mv_news-link {
  font-size: 12px;
  color: #7E7E7E;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .mv_news-link {
    font-size: 10px;
    letter-spacing: 0.01em;
  }
}
.mv_news-img {
  width: 176px;
  height: 108px;
  margin-left: 34px;
}
@media screen and (max-width: 1100px) {
  .mv_news-img {
    width: 135px;
    height: 80px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv_news-img {
    height: 53px;
    width: 85px;
  }
}
@media screen and (max-width: 450px) {
  .mv_news-img {
    width: 70px;
    height: 44px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .mv_news-img {
    width: 50px;
    height: 34px;
  }
}
.mv_news-item {
  color: #7E7E7E;
  margin-left: 15px;
  width: 100%;
	margin-top:0;
}
@media screen and (max-width: 768px) {
  .mv_news-item {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .mv_news-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .mv_news-item {
    margin-left: 10px;
	  width:75%;
  }
}
.mv_news-time {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mv_news-time {
    font-size: 10px;
  }
}
.mv_news-cat {
  font-size: 13px;
  color: #fff;
  background-color: #7EA8A0;
  margin-left: 20px;
  padding: 5px 13px;
  margin-top: -5px;
}
@media screen and (max-width: 1100px) {
  .mv_news-cat {
    font-size: 10px;
    margin-left: 15px;
    padding: 1px 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_news-cat {
    padding: 0 5px;
  }
}
.mv_news-lead {
  display: flex;
  color: #7E7E7E;
}
.mv_news-text {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .mv_news-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mv_news-text {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .mv_news-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 450px) {
  .mv_news-text {
    font-size: 10px;
  }
}
	@media screen and (max-width: 375px) {
  .mv_news-text {
    margin-top:0;
  }
}

.mv_news-article{
  display: flex;
	align-items:center;
}

.caddy {
  margin-top: 170px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .caddy {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 550px) {
  .caddy {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}
.caddy_title {
  width: 679px;
  height: 150px;
  margin-left: 8%;
}
@media screen and (max-width: 1250px) {
  .caddy_title {
    width: 550px;
    height: 125px;
  }
}
@media screen and (max-width: 1000px) {
  .caddy_title {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .caddy_title {
    width: 340px;
    height: 80px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_title {
    width: 250px;
    height: 55px;
  }
}
.caddy_inner {
  margin-top: 30px;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .caddy_inner {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .caddy_inner {
    max-width: 500px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_inner {
    max-width: 320px;
  }
}
.caddy_subTtl {
  color: #7E7E7E;
  font-size: 30px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1000px) {
  .caddy_subTtl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .caddy_subTtl {
    font-size: 20px;
  }
}
.caddy_point {
  position: relative;
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .caddy_point {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_point {
    flex-direction: column;
  }
}
.caddy_point-num {
  position: absolute;
  font-size: 42px;
  color: #7E7E7E;
  letter-spacing: 0.1em;
  top: -8%;
  right: 20%;
  font-family: "smartui", sans-serif;
  font-weight: 500;
  width: 246px;
}
@media screen and (max-width: 1000px) {
  .caddy_point-num {
    width: 200px;
    font-size: 33px;
    top: -9%;
    right: 17%;
  }
}
@media screen and (max-width: 768px) {
  .caddy_point-num {
    width: 155px;
    font-size: 23px;
    top: -10%;
    right: 100px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_point-num {
    font-size: 20px;
    top: -3.6%;
    right: 50%;
    width: 125px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
}
.caddy_point-num2 {
  right: 70%;
}
@media screen and (max-width: 1000px) {
  .caddy_point-num2 {
    right: 66%;
  }
}
@media screen and (max-width: 550px) {
  .caddy_point-num2 {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
}
.caddy_point-wrap {
  width: 50%;
  background: rgb(126, 168, 160);
  filter: alpha(opacity=59);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .caddy_point-wrap {
    width: 100%;
  }
}
.caddy_point-wrap2 {
  background: rgb(205, 139, 147);
}
.caddy_point-wrap3 {
  background: rgb(220, 149, 128);
}
.caddy_point-wrap4 {
  background: rgb(136, 140, 176);
}
.caddy_point-ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 55px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .caddy_point-ttl {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .caddy_point-ttl {
    font-size: 13px;
    margin-top: 25px;
  }
}
.caddy_point-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 425px;
  font-family: "BIZ UDGothic", sans-serif;
  display: inline-block;
  text-align: left;
  line-height: 1.81;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .caddy_point-text {
    font-size: 12px;
    margin-top: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .caddy_point-text {
    font-size: 10px;
    margin-top: 8px;
    width: 256px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_point-text {
    margin-bottom: 20px;
  }
}
.caddy_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .caddy_img {
    width: 45%;
  }
}
@media screen and (max-width: 550px) {
  .caddy_img {
    width: 100%;
  }
}
.caddy_point1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .caddy_point1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .caddy_point2 {
    flex-direction: column-reverse;
  }
}

.about {
  background-image: url(../images/about_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about {

  }
}
@media screen and (max-width: 650px) {
  .about {

  }
}
@media screen and (max-width: 550px) {
  .about {
    background-image: url(../images/about_sp_img.jpg);
    height: 100%;
  }
}
.about_inner {
  width: 50%;
  padding-left: 146px;
}
@media screen and (max-width: 1000px) {
  .about_inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .about_inner {
    width: 60%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 550px) {
  .about_inner {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.about_ttl {
  font-size: 97px;
  letter-spacing: 0.18em;
  padding-top: 105px;
}
@media screen and (max-width: 1250px) {
  .about_ttl {
    font-size: 60px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .about_ttl {
    font-size: 25px;
    padding-top: 50px;
  }
}
.about_span {
  color: #DC9580;
}
.about_subaTtl {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: right;
  margin-right: 20px;
  width: 520px;
}
@media screen and (max-width: 1250px) {
  .about_subaTtl {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about_subaTtl {
    font-size: 12px;
    width: 300px;
  }
}
@media screen and (max-width: 650px) {
  .about_subaTtl {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .about_subaTtl {
    font-size: 11px;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}
.about_sub-span {
  position: absolute;
  margin-right: 5px;
  left: 43%;
  top: -6px;
}
@media screen and (max-width: 1250px) {
  .about_sub-span {
    left: 24%;
    top: -4px;
  }
}
@media screen and (max-width: 550px) {
  .about_sub-span {
    left: 20%;
  }
}
@media screen and (max-width: 375px) {
  .about_sub-span {
    left: 14%;
  }
}
.about_text {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.74;
  margin-top: 55px;
}
@media screen and (max-width: 1250px) {
  .about_text {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .about_text {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .about_text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.about_link {
  position: relative;
  width: 365px;
  height: 64px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .about_link {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .about_link {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .about_link {
    font-size: 14px;
    width: 185px;
  }
}
.about_link::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  right: -60px;
  width: 85px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .about_link::after {
    width: 60px;
    right: -40px;
  }
}
.about_link-wrap {
  margin-top: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1250px) {
  .about_link-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .about_link-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about_link-wrap {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about_clink {
  position: relative;
  margin-top: 35px;
  width: 372px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .about_clink {
    margin-top: 20px;
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .about_clink {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .about_clink {
    width: 185px;
    font-size: 14px;
  }
}
.about_clink::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  right: -60px;
  width: 85px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .about_clink::after {
    width: 60px;
    right: -40px;
  }
}
@media screen and (max-width: 375px) {
  .about_clink::after {
    width: 40px;
    right: -20px;
  }
}
.about_clink-wrap {
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  padding-bottom: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1250px) {
  .about_clink-wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .about_clink-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .about_clink-wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .about_clink-wrap {
    margin-top: 40px;
    padding-bottom: 300px;
  }
}

.message {
  position: relative;
  padding-top: 120px;
  background-color: #fff;
  padding-bottom: 95px;
  color: #7E7E7E;
}
@media screen and (max-width: 1250px) {
  .message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.message_inner {
  text-align: center;
}
.message_ttl {
  font-size: 79px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1250px) {
  .message_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .message_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .message_ttl {
    font-size: 25px;
  }
}
.message_subTtl {
  font-size: 18px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .message_subTtl {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .message_subTtl {
    font-size: 11px;
  }
}
.message_lead {
  font-size: 27px;
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media screen and (max-width: 1250px) {
  .message_lead {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .message_lead {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .message_lead {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .message_lead {
    margin-top: 20px;
  }
}
.message_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 50px;
}
@media screen and (max-width: 1250px) {
  .message_text {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .message_text {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .message_text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.message_link-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .message_link-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .message_link-wrap {
    margin-top: 20px;
  }
}
.message_link {
  position: relative;
  width: 370px;
  height: 65px;
  border: 1px solid #7E7E7E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #7E7E7E;
}
@media screen and (max-width: 900px) {
  .message_link {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .message_link {
    width: 200px;
    font-size: 13px;
    height: 40px;
  }
}
.message_link::after {
  position: absolute;
  content: "";
  background-color: #7E7E7E;
  top: 50%;
  right: -60px;
  width: 85px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .message_link::after {
    width: 60px;
    right: -40px;
  }
}
@media screen and (max-width: 375px) {
  .message_link::after {
    width: 40px;
    right: -20px;
  }
}

.soleil {
  padding: 60px 0 0 0;
  width: 100%;
  background-color: #f8f8f8;
  background-image: url("../images/soleil_back_01.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 62px auto;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .soleil {

  }
}
@media screen and (max-width: 650px) {
  .soleil {

  }
}
@media screen and (max-width: 550px) {
  .soleil {
    padding: 20px 0 0 0;
  background-size: 31px auto;
  }
}
.soleil_inner {
  width: 96.3%;
  margin: 0 auto;
  max-width: 963px;
}
@media screen and (max-width: 1000px) {
  .soleil_inner {

  }
}
@media screen and (max-width: 900px) {
  .soleil_inner {

  }
}
@media screen and (max-width: 550px) {
  .soleil_inner {
    width: 77.22%;
  }
}
.soleil_ttl {
  margin: 0 0 20px -46px;
  padding: 0 0 0 0;
  max-width: 684px;
}
@media screen and (max-width: 1100px) {
  .soleil_ttl {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .soleil_ttl {

  }
}
@media screen and (max-width: 550px) {
  .soleil_ttl {
    margin: 0 0 15px -15px;
    padding: 0 0 0 0;
    max-width: 220px;
  }
}
.soleil_subaTtl {
  position: relative;
  line-height: 1.2em;
  color: #7e7e7e;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 35px 0;
}
.soleil_subaTtl .sp-show {
  display: none;
}
@media screen and (max-width: 1250px) {
  .soleil_subaTtl {

  }
}
@media screen and (max-width: 768px) {
  .soleil_subaTtl {

  }
}
@media screen and (max-width: 650px) {
  .soleil_subaTtl {

  }
}
@media screen and (max-width: 550px) {
  .soleil_subaTtl {
    position: relative;
    line-height: 1.2em;
    color: #7e7e7e;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .soleil_subaTtl .sp-show {
    display: block;
  }

}
.soleil_box {
  margin: 0 0 106px 0;
  padding: 35px 0 30px 0;
  background: #fff;
  border: 1px solid #049894;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .soleil_box {
  }
}
@media screen and (max-width: 550px) {
  .soleil_box {
    margin: 0 0 30px 0;
    padding: 10px 0 20px 0;
    background: #fff;
    border: 1px solid #049894;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .soleil_box {

  }
}
.soleil_text {
  margin: 0 0 15px 46px;
  width: 50%;
  max-width: 476px;
}
.soleil_text .sp-show {
  display: none;
}
@media screen and (max-width: 1250px) {
  .soleil_text {
  }
}
@media screen and (max-width: 900px) {
  .soleil_text {
  }
}
@media screen and (max-width: 768px) {
  .soleil_text {
  }
}
@media screen and (max-width: 550px) {
  .soleil_text {
    margin: 0 auto 15px auto;
    width: 69.99%;
    max-width: 476px;
  }
  .soleil_text .sp-show {
    display: block;
  }
  .soleil_text .pc-show {
    display: none;
  }
}

.soleil_image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47%;
  max-width: 443px;
  position: absolute;
  top: 20px;
  right: -15px;
}
.soleil_image .sp-show {
  display: none;
}
@media screen and (max-width: 1250px) {
  .soleil_image {
  }
}
@media screen and (max-width: 900px) {
  .soleil_image {
  }
}
@media screen and (max-width: 768px) {
  .soleil_image {
  }
}
@media screen and (max-width: 550px) {
  .soleil_image {
    margin: 0 auto 15px auto;
    width: 89.33%;
    max-width: 476px;
    position: relative;
    top: auto;
    right: auto;
  }
  .soleil_image .sp-show {
    display: block;
  }
  .soleil_image .pc-show {
    display: none;
  }
}
.soleil_link-wrap {
  margin: 0 0 0 46px;
  width: 50%;
  max-width: 476px;
}
.soleil_link-wrap a {
  margin: 0 0 0 0;
  padding: 8px 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.4em;
  font-size: 19px;
  background: #049894;
  display: block;
}
@media screen and (max-width: 900px) {
  .soleil_link-wrap {
    margin: 0 0 0 46px;
    width: 50%;
    max-width: 476px;
  }
  .soleil_link-wrap a {
    margin: 0 0 0 0;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 19px;
    background: #049894;
    display: block;
  }

}
@media screen and (max-width: 768px) {
  .soleil_link-wrap {
    margin: 0 0 0 46px;
    width: 50%;
    max-width: 476px;
  }
  .soleil_link-wrap a {
    margin: 0 0 0 0;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 19px;
    background: #049894;
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .soleil_link-wrap {
    margin: 0 auto 0 auto;
    width: 73.92%;
    max-width: 476px;
  }
  .soleil_link-wrap a {
    margin: 0 0 0 0;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 12px;
    background: #049894;
    display: block;
  }
}


.diagonal-lines {
  width: 185px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .diagonal-lines {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .diagonal-lines {
    width: 180px;
  }
}
@media screen and (max-width: 550px) {
  .diagonal-lines {
    width: 150px;
  }
}
@media screen and (max-width: 450px) {
  .diagonal-lines {
    width: 90px;
  }
}
@media screen and (max-width: 375px) {
  .diagonal-lines {
    width: 40px;
  }
}

.mline {
  width: 110%;
  height: 110%;
  margin-top: -10px;
  margin-left: -10px;
}

.recruit {
  background-image: url(../images/recruit_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .recruit {
    background-image: url(../images/recruit_sp_img.jpg);
  }
}
.recruit_inner {
  width: 50%;
  padding-left: 130px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1000px) {
  .recruit_inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .recruit_inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_inner {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    padding-top: 270px;
    width: 320px;
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .recruit_inner {
    width: 300px;
  }
}
.recruit_ttl {
  font-size: 97px;
  letter-spacing: 0.18em;
  padding-top: 105px;
}
@media screen and (max-width: 1250px) {
  .recruit_ttl {
    font-size: 60px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_ttl {
    font-size: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_ttl {
    font-size: 25px;
	  text-align:center;
  }
}
.recruit_span {
  color: #7E7E7E;
}
.recruit_subaTtl {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: right;
  margin-right: -10px;
  width: 520px;
}
@media screen and (max-width: 1250px) {
  .recruit_subaTtl {
    width: 410px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_subaTtl {
    font-size: 12px;
    width: 215px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_subaTtl {
    width: fit-content;
    font-size: 11px;
	  margin-right:auto;
	  margin-left:auto;
  }
}
.recruit_sub-span {
  position: absolute;
  margin-right: 5px;
  left: 56%;
  top: -4px;
}
@media screen and (max-width: 1250px) {
  .recruit_sub-span {
    left: 53%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sub-span {
    left: 47%;
  }
}
@media screen and (max-width: 550px) {
  .recruit_sub-span {
    left: -8px;
	  top:-2px;
  }
}
.recruit_text {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.74;
  margin-top: 55px;
}
@media screen and (max-width: 1250px) {
  .recruit_text {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .recruit_text {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_text {
    font-size: 13px;
	  text-align:center;
  }
}
@media screen and (max-width: 375px) {
  .recruit_text {
    font-size: 12px;
  }
}
.recruit_text2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 40px;
}
@media screen and (max-width: 1250px) {
  .recruit_text2 {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .recruit_text2 {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_text2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_text2 {
    font-size: 12px;
    margin-top: 20px;
	  text-align:center;
  }
}
.recruit_link {
  position: relative;
  width: 365px;
  height: 64px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit_link {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_link {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
.recruit_link::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  right: -60px;
  width: 85px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .recruit_link::after {
    width: 60px;
    right: -40px;
  }
}
.recruit_link-wrap {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .recruit_link-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_link-wrap {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-contact {
  position: relative;
  color: #7E7E7E;
  padding-top: 120px;
  padding-bottom: 130px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .top-contact {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-contact_bg1 {
  position: absolute;
  width: 135px;
  height: 200px;
  top: 130px;
  left: 8%;
}
@media screen and (max-width: 1250px) {
  .top-contact_bg1 {
    width: 100px;
    height: 150px;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact_bg1 {
    width: 60px;
    height: 90px;
    top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_bg1 {
    top: 40px;
    width: 40px;
    height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .top-contact_bg1 {
    top: 30px;
  }
}
.top-contact_bg2 {
  position: absolute;
  width: 125px;
  height: 140px;
  top: 170px;
  right: 9%;
}
@media screen and (max-width: 1250px) {
  .top-contact_bg2 {
    width: 100px;
    height: 115px;
    top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact_bg2 {
    width: 60px;
    height: 70px;
    top: 55px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_bg2 {
    width: 40px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .top-contact_bg2 {
    top: 40px;
  }
}
.top-contact_inner {
  max-width: 825px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-contact_inner {
    max-width: 500px;
  }
}
.top-contact_ttl {
  font-size: 79px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1250px) {
  .top-contact_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_ttl {
    font-size: 25px;
  }
}
.top-contact_subTtl {
  font-size: 18px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .top-contact_subTtl {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_subTtl {
    font-size: 10px;
  }
}
.top-contact_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-contact_text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.top-contact_links {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .top-contact_links {
    flex-direction: column;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 1100px) {
  .top-contact_link-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact_link-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_link-wrap {
    margin-top: 15px;
  }
}
.top-contact_link {
  position: relative;
  width: 365px;
  height: 64px;
  border: 1px solid #7E7E7E;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7E7E7E;
}
@media screen and (max-width: 768px) {
  .top-contact_link {
    width: 220px;
    height: 45px;
    font-size: 13px;
  }
}
.top-contact_link::after {
  position: absolute;
  content: "";
  background-color: #7E7E7E;
  top: 50%;
  right: -60px;
  width: 85px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .top-contact_link::after {
    width: 60px;
    right: -40px;
  }
}
.top-contact_tel-text {
  font-size: 18px;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .top-contact_tel-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
  .top-contact_tel-text {
    font-size: 12px;
  }
}

.tel_icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .tel_icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .tel_icon {
    width: 15px;
    height: 15px;
  }
}

.mail_icon {
  width: 43px;
  height: 30px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .mail_icon {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .mail_icon {
    width: 16px;
    height: 12px;
  }
}

.contact-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 77px;
  background-image: url(../images/contact-sp_bg.jpg);
}
.contact-footer_icon {
  width: 50px;
  height: 27px;
  margin-right: 15px;
}
.contact-footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.contact-footer_text {
  color: #fff;
  margin-left: 15px;
  font-size: 17px;
}

.footer {
  height: 270px;
  width: 100%;
  background: linear-gradient(90deg, rgb(145, 149, 185) 3.98%, rgb(126, 177, 169) 25.37%, rgb(229, 158, 131) 61.86%, rgb(214, 148, 156) 95.35%);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 160px;
    margin-bottom: 77px;
  }
}
@media screen and (max-width: 550px) {
  .footer {
    height: 220px;
  }
}
.footer_inner {
  padding-right: 80px;
  padding-left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .footer_inner {
    padding-top: 30px;
    width: fit-content;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  .footer_sitemap{
    margin-top: 30px;
  }
}
.footer_logo {
  width: 150px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 80px;
    height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .footer_logo {
    width: 60px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer_items {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_items {
    width: 240px;
  }
}
.footer_item {
  width: 140px;
  height: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer_item {
    width: 110px;
    height: 25px;
  }
}
@media screen and (max-width: 550px) {
  .footer_item {
    height: 22px;
  }
}
.footer_link {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer_link {
    font-size: 11px;
    height: inherit;
  }
}

.footer2{
	margin-bottom:0;
}

.course {
  margin-top: 125px;
  margin-bottom: 125px;
}
@media screen and (max-width: 1100px) {
  .course {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .course {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.course_lists {
  max-width: 1080px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .course_lists {
    max-width: 700px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .course_lists {
    max-width: 500px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .course_lists {
    max-width: 300px;
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .course_list:not(:first-child) {
    margin-top: 30px;
  }
}

.course_list img{
  margin-top: 30px;
}

@media screen and (max-width: 550px) {
  .course_list img{
    margin-top: 20px;
  }
}

.course_name {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .course_name {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .course_name {
    font-size: 12px;
    margin-top: 10px;
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
  .course_name {
    height: auto;
	  font-size:17px;
  }
}
.course_rm {
  background-color: #72a69d;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  padding: 5px 60px;
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .course_rm {
    font-size: 13px;
    padding: 3px 40px;
  }
}
@media screen and (max-width: 768px) {
  .course_rm {
    font-size: 12px;
    padding: 2px 25px;
  }
}
@media screen and (max-width: 550px) {
  .course_rm {
    padding: 2px 20px;
    margin-top: 20px;
  }
}

.gc-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  border-bottom: 3px solid #72a69d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .gc-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .gc-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .gc-title {
    font-size: 17px;
  }
}

.swiper-wrapper{
  width: fit-content;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

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

.slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
  height: 450px;
}

.thumbnail .swiper-slide img {
  width: 97%;
  margin: 3%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 130px;
}

.thumbnail .swiper-slide img:hover {
  cursor: pointer;
}

/* サムネイルのスタイル */
.thumbnail .swiper-slide {
  opacity: 0.5;
}

/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.swiperThumbnail .swiper-slide-thumb-active {
  border: 3px solid #000;
}

.thumbnail .swiper-button-prev,
.thumbnail .swiper-button-next {
  color: #000;
}

@media only screen and (max-width: 900px) {
  .slider .swiper-slide img {
    width: 80%;
    margin: 10px 10%;
    aspect-ratio: 4/5;
    height: 200px;
  }
  .thumbnail .swiper-slide img {
    height: 100px;
  }
}
.low_gc-more {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.gc_cont {
  margin-top: 40px;
  text-align: left;
}

.gc_text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gc_text {
    font-size: 15px;
  }
}


.gc-address {
	text-align:center;
	margin-bottom:20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gc-address {
    font-size: 15px;
  }
}

.grt_table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .grt_table {
    margin-top: 20px;
  }
}

.grt_tr, .grt_th, .grt_td {
  border: 1px solid #848484;
  border-collapse: collapse;
}

.grt_th {
  text-align: left;
  width: 20%;
  display: table-cell;
  padding-right: 60px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #eae8e8;
}
@media screen and (max-width: 900px) {
  .grt_th {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .grt_th {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .grt_th {
    width: 35%;
  }
}
@media screen and (max-width: 550px) {
  .grt_th {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 375px) {
  .grt_th {
    padding: 10px 10px;
  }
}

.grt_td {
  display: table-cell;
  width: 80%;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .grt_td {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .grt_td {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .grt_td {
    width: 65%;
  }
}
@media screen and (max-width: 550px) {
  .grt_td {
    display: block;
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 375px) {
  .grt_td {
    padding: 10px 10px;
  }
}

.abt_table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .abt_table {
    margin-top: 20px;
  }
}

.abt_tr, .abt_th, .abt_td, .abt_img {
  border: 1px solid #848484;
  border-collapse: collapse;
}

.abt_th {
  text-align: left;
  display: table-cell;
  padding-right: 60px;
  padding: 10px 20px;
  font-size: 16px;
  vertical-align: top;
  background-color: #eae8e8;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .abt_th {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .abt_th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .abt_th1{
    border-top: none;
  }
  .abt_tr{
    border: none;
  }
}
@media screen and (max-width: 375px) {
  .abt_th {
    padding: 10px 10px;
  }
}

.abt_td {
  display: table-cell;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.95;
}
@media screen and (max-width: 768px) {
  .abt_td {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .abt_td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .abt_td {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .abt_td {
    padding: 10px;
  }
}

.abt_img {
  width: 240px;
  display: table-cell;
}
.abt_img img {
  margin: auto;
  width: 61.25%;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 650px) {
  .abt_img {
    padding: 18px 0 15px 0;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .abt_img img {
    margin: auto;
    width: 110px;
  }

}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 375px) {

}

.abt_td dl {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.5em;
  display: flex;
}
.abt_td dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 126px;
}
.abt_td dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 650px) {
  .abt_td dl {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.5em;
    display: block;
  }
  .abt_td dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .abt_td dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 375px) {

}





@media screen and (max-width: 450px) {
  .cad-h2 {
    text-align: center;
  }
}

.cad-cont {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .cad-cont {
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .cad-cont {
    margin-top: 40px;
    display: block;
  }
}

.cad-wrap {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cad-wrap {
    width: 55%;
  }
}
@media screen and (max-width: 650px) {
  .cad-wrap {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 650px) {
  .cad_img {
    width: 100%;
  }
}

.cad-ttl {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .cad-ttl {
    font-size: 20px;
  }
}

.cad-Ttltext{
  font-size: 18px;
	line-height:2.0;
}
@media screen and (max-width: 900px) {
  .cad-Ttltext{
    font-size: 14px;
  }
}

.cad-text {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .cad-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.cad_uline {
  border-bottom: 5px solid #cd8b93;
}

/* コンタクトフォーム */
.wpcf7-spinner {
  display: none !important;
}

.wpcf7 textarea,
.wpcf7 tel,
.wpcf7-select,
.wpcf7 date,
.wpcf7-checkbox {
  width: 80%;
  margin: 0 10%;
  padding: 0.5rem;
}

/* 全幅指定 */
.full-width {
  margin: 0 calc(50% - 50vw);
}

/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}

/* 背景色（お好きな色に） */

/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 900px;
  margin: 0 auto;
}

/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2.5rem;
}

/* 項目名 */
.label2 {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: .6rem;
  font-weight: bold;
  padding-left: 10%;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1.1rem;
  color: #ffffff;
  margin-right: 1rem;
  padding: 5px 10px;
}

/* 必須タグ */
.label_must {
  background-color: #a51818;
  color: #FFF;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 10px;
}

/* 任意タグ */
.label_option {
  background-color: #888988;
}

/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="select"] {
  border: solid 1px #707070;
  padding: 0.5rem;
  width: 80%;
  margin: 0 10%;
  font-size: 1.1rem;
}
/* プライバシー承認 */
.policy_area {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
/* ボタン */
.btnArea {
  text-align: center;
margin-bottom:40px;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
  border: solid 1px #707070;
  padding: .5rem;
  height: 207px;
  font-size: 1.1rem;
  width: 100%;
}

input[type="submit"] {
  border-radius: 50px;
  background: #444;
  border: 2px solid #444;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  text-indent: .5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  transition: all .3s;

}

/* 確認画面の記入欄 */
.inputArea{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align:center;
}


/* ボタンにホバーした時 */
input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  border-color: #444;
}

/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}
/* 確認画面の戻るボタン */
input.wpcf7-form-control.wpcf7-previous {
  border-radius: 50px;
  background: #9d9797;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  transition: all .3s;
}

input.wpcf7-form-control.wpcf7-previous:hover {
  background: #ffffff;
  color: #646464;
}
/* モバイル版 */
@media screen and (max-width: 900px) {
  .contact_item {
      margin-bottom: 1.6rem;
  }

  .label2 {
      font-size: 0.8rem;
      margin-bottom: .4rem;
  }

  .label_tag {
      font-size: 0.8rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
      padding: .4rem;
      font-size: 0.8rem;
  }

  textarea {
      padding: .4rem;
      font-size: 0.8rem;
  }

  input[type="submit"] {
      font-size: 0.8rem;
  }


}

.row_table {
  width:100%;
  display: table;
  }
  
  .row_table,
  .row_table td,
  .row_table th {
    border: 1px solid #848484;
    border-collapse: collapse;
    text-align: center;
  }
  
  .row_table th {
    background: #062740;
    color: #fff;
    padding: 7px 15px;
    width: 30%;
  display: table-cell;
  }
  
  .row_table td {
    background: #fff;
    padding: 7px 15px;
    width: 70%;
  display: table-cell;
  text-align: start;
  }
  
  @media screen and (max-width: 900px) {
   
  .row_table th {
  display: block;
    width: 100%;
  }
  
  .row_table td {
  display: block;
    width: 100%;
    text-align: center;
  }
  }


.low-mv {
  position: relative;
  width: 100%;
  background-image: url(../images/lower_haeder-bg.jpg);
  height: 518px;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .low-mv {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .low-mv {
    height: 255px;
  }
}
.low-mv__inner {
  position: absolute;
  text-align: center;
  margin-top: 233px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .low-mv__inner {
    margin-top: 190px;
  }
}
@media screen and (max-width: 768px) {
  .low-mv__inner {
    margin-top: 120px;
  }
}
.low-mv__inner h1 {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7E7E7E;
}
@media screen and (max-width: 1100px) {
  .low-mv__inner h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .low-mv__inner h1 {
    font-size: 25px;
  }
}
.low-mv__line {
  width: 80px;
  height: 5px;
  background-color: #7E7E7E;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .low-mv__line {
    width: 65px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 550px) {
  .low-mv__line {
    height: 3px;
  }
}
.low-mv__sub {
  margin-top: 5px;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d5848f;
}
@media screen and (max-width: 1100px) {
  .low-mv__sub {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .low-mv__sub {
    font-size: 25px;
  }
}

.low-h2 {
  font-size: 26px;
  color: #062740;
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .low-h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .low-h2 {
    font-size: 21px;
  }
}

.newsbox {
  max-width: 336px;
  width: 100%;
  margin-bottom: 40px;
}

.newsbox img {
  object-fit: cover;
  aspect-ratio: 278 / 173;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
	margin-bottom:0;
}

.newsbox .desc {
  background: #808080;
  padding: 20px;
  color: #fff;
}

.newsbox .title2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsbox .text {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsbox .tag {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 10px;
}

.newsbox .tag .date {
  font-size: 12px;
  margin-right: 5px;
}

.newsbox .tag .category {
  font-size: 8px;
  width: 100px;
  background: #444;
  color: #fff;
  padding: 5px;
  border-radius: 15px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3.0s;
  animation-fill-mode: forwards;
  opacity: 0.7;
}

@keyframes fadeUpAnime {
  from {
      opacity: 0;
      transform: translateY(100px);
  }

  to {
      opacity:1;
      transform: translateY(0);
  }
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
}

.kasou_contents {
  max-width: 1000px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.kasou_contents h2 {
  font-size: 26px;
  color: #062740;
  border-bottom: 2px solid #062740;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: bold;
}

.kasou_contents p {
  line-height: 180%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 900px) {
  .kasou_contents h2 {
      font-size: 22px;
  }

  .kasou_contents p {
      font-size: 15px;
  }
}

.post-thumbnail{
object-fit:contain;
	margin-top:10px;
}

.mx-auto{
  margin-right: auto;
  margin-left: auto;
}

.px-3{
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px){
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.pb-0{
  padding-bottom: 0;
}
.p-3{
  padding: 1rem;
}

.mt-4{
  margin-top: 1.5rem;
}
.justify-content-between{
  justify-content: space-between;
}
.d-flex{
  display: flex;
}

.course_image{
	height:220px;
	object-fit:cover;
}

@media screen and (max-width: 1100px){
	.course_image{
	    height:140px;
   } 
}

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

@media screen and (max-width: 550px) {
		.course_image{
	    height:180px;
   } 
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  margin-bottom: 120px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .container {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.md2-show {
  display: none;
}
@media screen and (max-width: 900px) {
  .md2-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
.md0-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .md0-show {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .sp2-none {
    display: none;
  }
}

.sp1-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp1-show {
    display: block;
  }
}
.sp0-show {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp0-show {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .sp1-none {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .sp-none {
    display: none;
  }
}

/* soleil */
.container.soleil {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  background: #fff;
  overflow: visible;
}
.container.soleil img {
  width: 100%;
  height: auto;
  display: block;
}
.container.soleil * {
  font-style: normal;
}




@media screen and (max-width: 768px) {
  .container.soleil {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.soleil-mv {
  margin: 78px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  overflow: visible;
}
.soleil-mv h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.soleil-mv h1 img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.soleil_intro {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: url("../images/soleil_back_02.png") repeat-x center bottom;
  background-size: auto 440px;
}
.soleil_intro .soleil_intro_inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1120px;
  text-align:left;
  position: relative;
  z-index: 1;
}
.soleil_intro .soleil_intro_inner .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 51.5%;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
}
.soleil_intro .soleil_intro_inner h2 {
  margin: 0 0 0 0;
  padding: 30px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.soleil_intro .soleil_intro_inner h2 .text01 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 47px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_intro .soleil_intro_inner h2 .text02 {
  margin: 0 0 0 0;
  padding: 5px 0 0 12px;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: bold;
  color: #6c6c6c;
}
.soleil_intro .soleil_intro_inner h2 .text03 {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  width: 100%;
  display: block;
  line-height: 1.2em;
  font-size: 58px;
  font-weight: bold;
  color: #81cbc9;
}
.soleil_intro .soleil_intro_inner .sub_head {
  overflow: hidden;
}
.soleil_intro .soleil_intro_inner .message {
  margin: 0 0 43px 6px;
  padding: 0 0 0 0;
  width: calc( 100% - 6px );
  display: block;
  line-height: 1.2em;
  font-size: 23px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_intro .soleil_intro_inner h3 {
  margin: 0 auto 50px auto;
  padding: 25px 0;
  width: 100%;
  max-width: 980px;
  line-height: 1.2em;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #a47960;
  border-radius: 90px;
  position: relative;
}
.soleil_intro .soleil_intro_inner h3:before {
  margin: -29px 0 0 0;
  width: 33px;
  height: 58px;
  line-height: 58px;
  content: "";
  background: url("../images/soleil_deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 74px;
}
.soleil_intro .soleil_intro_inner h3:after {
  margin: 0 0 0 -20px;
  width: 41px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../images/soleil_deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.soleil_intro .soleil_intro_inner .description {
}
.soleil_intro .soleil_intro_inner .description p {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  line-height: 2.0em;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.soleil_solution {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: url("../images/soleil_back_03.png");
  background-size: 40px auto;
  overflow: hidden;
}
.soleil_solution .soleil_solution_inner {
  margin: 0 auto;
  padding: 60px 0 5px 0;
  width: 100%;
  max-width: 950px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.soleil_solution .soleil_solution_inner h3 {
  margin: 0 0 0 -20%;
  padding: 0 0 75px 0;
  width: 140%;
  text-align: center;
  line-height: 1.4em;
  font-size: 44px;
  font-weight: bold;
  color: #929292;
}
.soleil_solution .soleil_solution_inner h3 em {
  font-style: normal;
}
.soleil_solution .soleil_solution_inner h3 .text01 {
  line-height: 1.4em;
  font-size: 55px;
  font-weight: bold;
  color: #81cbc9;
  background: url("../images/soleil_back_04.png") repeat-x center 95%;
  background-size: auto 18px;
}
.soleil_solution .soleil_solution_inner h3 .text02 {
  line-height: 1.4em;
  font-size: 55px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_solution .soleil_solution_inner .solution_about {
  margin: 0 0 145px 0;
  width: 100%;
  position: relative;
}
.soleil_solution .soleil_solution_inner .solution_about .box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 68.6%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.soleil_solution .soleil_solution_inner .solution_about .box:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border: 4px solid #81cbc9;
  box-sizing: border-box;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.soleil_solution .soleil_solution_inner .solution_about .box .box_inner {
  margin: 0 0 0 0;
  padding: 35px 35px 30px 35px;
  text-align: left;
  color: #ffffff;
  background: #81cbc9;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.soleil_solution .soleil_solution_inner .solution_about .box .box_inner h4 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}
.soleil_solution .soleil_solution_inner .solution_about .box .box_inner .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 500;
}
.soleil_solution .soleil_solution_inner .solution_about .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 32.8%;
  box-sizing: border-box;
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 2;
}
.soleil_solution .soleil_solution_inner .solution_about .image:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border: 4px solid #81cbc9;
  box-sizing: border-box;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.soleil_solution .soleil_solution_inner .solution_about .image img {
  border: 4px solid #81cbc9;
  box-sizing: border-box;
}
.soleil_solution .soleil_solution_inner .solution_merit {
  margin: 0 0 115px 0;
  width: 100%;
  display: flex;
  position: relative;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit02 {
  flex-direction: row-reverse;
}
.soleil_solution .soleil_solution_inner .solution_merit .image {
  margin: 0 0 0 0;
  width: 50%;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit01 .image {
  background: url("../images/soleil_image_05.png") no-repeat center center;
  background-size: cover;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit02 .image {
  background: url("../images/soleil_image_06.png") no-repeat center center;
  background-size: cover;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit03 .image {
  background: url("../images/soleil_image_07.png") no-repeat center center;
  background-size: cover;
}
.soleil_solution .soleil_solution_inner .solution_merit .box {
  margin: 0 0 0 0;
  padding: 45px 0 30px 0;
  width: 50%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit01 .box {
  background: #f88897;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit02 .box {
  background: #7d6eb0;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit03 .box {
  background: #ff8e64;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit01 .box:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 222px;
  height: 63px;
  content: "";
  background: url("../images/soleil_merit_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -56px;
  left: 10px;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit02 .box:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 232px;
  height: 63px;
  content: "";
  background: url("../images/soleil_merit_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -56px;
  right: 10px;
}
.soleil_solution .soleil_solution_inner .solution_merit.merit03 .box:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 232px;
  height: 64px;
  content: "";
  background: url("../images/soleil_merit_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -56px;
  left: 10px;
}
.soleil_solution .soleil_solution_inner .solution_merit .box h5 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 26px;
  font-weight: bold;
}
.soleil_solution .soleil_solution_inner .solution_merit .box p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 17px;
  text-align: left;
  display: inline-block;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box01 {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  width: 90%;
  max-width: 364px;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
  box-sizing: border-box;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box01 .arrow {
  margin: 0 auto 10px;
  width: 24px;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box01 .text01 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box01 .text02 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box02 {
  margin: 0 auto 12px;
  padding: 5px 0 0 0;
  width: 90%;
  max-width: 364px;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
  box-sizing: border-box;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box02 p {
  margin-bottom: -10px;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box02 em {
  font-style: normal;
  line-height: 1.1em;
  font-size: 36px;
  font-weight: bold;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box02 span {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 15px 0;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box03 {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  width: 90%;
  max-width: 364px;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
  box-sizing: border-box;
}
.soleil_solution .soleil_solution_inner .solution_merit .box .box03 .text01 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.soleil_achievements {
  margin: 0 auto;
  padding: 108px 0 5px 0;
  width: 100%;
  max-width: 950px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.soleil_achievements h3 {
  margin: 0 0 65px 0;
  padding: 15px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  background: #81cbc9;
}
.soleil_achievements .soleil_main_achievements {
  margin: 0 0;
  padding: 0 0 35px 0;
  width: 100%;
  color: #000000;
  text-align: left;
  display: flex;
}
.soleil_achievements .soleil_main_achievements img {
  width: 100%;
  display: block;
}

.soleil_achievements .soleil_main_achievements .left {
  margin: 0 2.5% 0 0;
  padding: 0 0 0 0;
  width: 57.1%;
}
.soleil_achievements .soleil_main_achievements .right {
  margin: 0 0;
  padding: 0 0 0 0;
  width: 45.2%;
}
.soleil_achievements .soleil_main_achievements .image {
  margin: 0 0 10px 0;
}
.soleil_achievements .soleil_main_achievements .name {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: bold;
}
.soleil_achievements .soleil_main_achievements .info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 17px;
}
.soleil_achievements .soleil_achievements_list {
  margin: 0 0;
  padding: 0 0 50px 0;
  width: 100%;
  color: #000000;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: flex;
}
.soleil_achievements .soleil_achievements_list .left {
  margin: 0 5.4% 0 0;
  padding: 0 0 0 0;
  width: 47.8%;
}
.soleil_achievements .soleil_achievements_list .right {
  margin: 0 0;
  padding: 0 0 0 0;
  width: 46.8%;
}
.soleil_achievements .soleil_achievements_list dl {
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
}
.soleil_achievements .soleil_achievements_list dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc( 100% - 45px );
  position: relative;
  overflow: hidden;
}
.soleil_achievements .soleil_achievements_list dl dt:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.soleil_achievements .soleil_achievements_list dl dt .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
}
.soleil_achievements .soleil_achievements_list dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 45px;
  text-align: right;
}

.soleil_test_drive {
  margin: 0 auto;
  padding: 30px 0 78px 0;
  width: 100%;
  max-width: 810px;
  text-align: center;
  background: url("../images/soleil_image_10.png") no-repeat center top;
  background-size: 467px auto;
  position: relative;
  z-index: 1;
}
.soleil_test_drive .image {
  margin: 0 auto 10px auto;
  padding: 0 0 0 0;
  width: 146px;
}
.soleil_test_drive h4 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 55px;
  font-weight: bold;
  color: #ff3f00;
}
.soleil_test_drive .place {
  margin: 0 0 35px 0;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #ff3f00;
  border-radius: 15px;
}
.soleil_test_drive .place h5 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: bold;
  color: #ff3f00;
}
.soleil_test_drive .place ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  list-style: none;
}
.soleil_test_drive .place ul li {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.soleil_test_drive .place ul li .area {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  width: 4em;
}
.soleil_test_drive .place ul li .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  width: 16em;
}
.soleil_test_drive .place ul li .count {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  width: 3.2em;
}
.soleil_test_drive .place ul li .map {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: normal;
}
.soleil_test_drive .place ul li .map a {
  color: #0097e0;
  text-decoration: underline;
}
.soleil_test_drive .place ul li .map a:hover {
  color: #0097e0;
  text-decoration: none;
}
.soleil_test_drive .link {
  margin: 0 auto;
  width: 310px;
}
.soleil_test_drive .link a {
  margin: 0 0 0 0;
  padding: 18px 0;
  display: block;
  color: #ffffff;
  background: #ff3f00;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  border-radius: 90px;
  position: relative;
}
.soleil_test_drive .link a:before {
  margin: -8px 0 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 16px;
  line-height: 16px;
  content: "";
  background: url("../images/soleil_deco_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
}
.soleil_test_drive .link a:after {
  margin: -6px 0 0 0;
  padding: 0 0 0 0;
  width: 8px;
  height: 13px;
  line-height: 13px;
  content: "";
  background: url("../images/soleil_deco_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}

.soleil_product_outline {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: url("../images/soleil_back_03.png");
  background-size: 40px auto;
}
.soleil_product_outline .soleil_product_outline_inner {
  margin: 0 auto;
  padding: 90px 0 95px 0;
  width: 100%;
  max-width: 950px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.soleil_product_outline .soleil_product_outline_inner h3 {
  margin: 0 0 65px 0;
  padding: 15px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  background: #81cbc9;
}
.soleil_product_outline .soleil_product_outline_inner .product_image {
  margin: 0 auto 40px auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 670px;
  text-align: left;
  position: relative;
}
.soleil_product_outline .soleil_product_outline_inner .product_image .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.soleil_product_outline .soleil_product_outline_inner .product_image .name {
  margin: 0 0 0 0;
  padding: 80px 0 100px 0;
  width: 9em;
  text-align: center;
  line-height: 1.4em;
  font-size: 36px;
  font-weight: bold;
  color: #81cbc9;
  position: relative;
  z-index: 1;
}
.soleil_product_outline .soleil_product_outline_inner h4 {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 36px;
  font-weight: bold;
  color: #81cbc9;
}
.soleil_product_outline .soleil_product_outline_inner h4.color01 {
  color: #81cbc9;
}
.soleil_product_outline .soleil_product_outline_inner h4.color02 {
  color: #f88897;
}
.soleil_product_outline .soleil_product_outline_inner .data {
  margin: 0 auto 50px auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 750px;
}
.soleil_product_outline .soleil_product_outline_inner .data table {
  margin: 0 0 10px 0;
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.soleil_product_outline .soleil_product_outline_inner .data th {
  margin: 0 0 0 0;
  padding: 8px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 21px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
.soleil_product_outline .soleil_product_outline_inner .data tr th:nth-of-type(1) {
  width: 200px;
  border-right: 1px solid #fff;
}
.soleil_product_outline .soleil_product_outline_inner .data.color01 th {
  background: #81cbc9;
}
.soleil_product_outline .soleil_product_outline_inner .data.color02 th {
  background: #f88897;
}
.soleil_product_outline .soleil_product_outline_inner .data td {
  margin: 0 0 0 0;
  padding: 25px 5px 25px 25px;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  background: #fff;
  border-bottom: 1px solid #959595;
}
.soleil_product_outline .soleil_product_outline_inner .data td.border {
  border-left: 1px dotted #959595;
}
.soleil_product_outline .soleil_product_outline_inner .data td.bg01 {
  padding: 0 0 0 0;
  background: #cde7f4;
  text-align: center;
}
.soleil_product_outline .soleil_product_outline_inner .data td.bg02 {
  padding: 0 0 0 0;
  background: #fdd5da;
  text-align: center;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  width: 100%;
  display: table;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dt {
  width: 120px;
  display: table-cell;
  vertical-align: top;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dt .pt {
  padding-top: 7px;
  display: inline-block;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dd {
  width: calc( 100% - 120px );
  display: table-cell;
  vertical-align: top;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dd .text01 {
  line-height: 1.1em;
  font-size: 21px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dd .text02 {
  line-height: 1.1em;
  font-size: 13px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_product_outline .soleil_product_outline_inner .data td dl dd .text03 {
  line-height: 1.1em;
  font-size: 27px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_product_outline .soleil_product_outline_inner .data td .price {
  line-height: 1.1em;
  font-size: 20px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_product_outline .soleil_product_outline_inner .data td .price .num {
  line-height: 1.1em;
  font-size: 27px;
  font-weight: bold;
  color: #ec7064;
}
.soleil_product_outline .soleil_product_outline_inner .data .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
  color: #ff3f00;
}
.soleil_product_outline .soleil_product_outline_inner .data td li {
  margin: 0 0 0 0;
  padding: 0 0 0 1em;
  position: relative;
}
.soleil_product_outline .soleil_product_outline_inner .data td li:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.soleil_product_outline .soleil_product_outline_inner .maker {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
}
.soleil_product_outline .soleil_product_outline_inner .maker .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 53%;
}
.soleil_product_outline .soleil_product_outline_inner .maker .left {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47%;
  text-align: left;
}
.soleil_product_outline .soleil_product_outline_inner .maker .left h5 {
  margin: 0 40px 8px 0;
  padding: 0 0 5px 5px;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
  color: #6c6c6c;
  border-bottom: 1px solid #000;
}
.soleil_product_outline .soleil_product_outline_inner .maker .left dl {
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 13px;
  color: #000000;
  display: table;
}
.soleil_product_outline .soleil_product_outline_inner .maker .left dl dt {
  padding: 0 0 0 5px;
  width: 115px;
  display: table-cell;
  vertical-align: top;
}
.soleil_product_outline .soleil_product_outline_inner .maker .left dl dd {
  display: table-cell;
  vertical-align: top;
}
.soleil_product_outline .soleil_product_outline_inner .maker .copy {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: bold;
  color: #ec7064;
  text-align: center;
}

.soleil_contact {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: #fff;
}
.soleil_contact .soleil_contact_inner {
  margin: 0 auto;
  padding: 125px 0 95px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.soleil_contact .soleil_contact_inner:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 129px;
  height: 197px;
  content: "";
  background: url("../images/soleil_deco_05.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 129px;
  left: 100px;
  z-index: 1;
}
.soleil_contact .soleil_contact_inner:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 125px;
  height: 136px;
  content: "";
  background: url("../images/soleil_deco_06.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 168px;
  right: 110px;
  z-index: 1;
}

.soleil_contact .soleil_contact_inner .eng {
  margin: 0 auto 15px auto;
  padding: 0 0 0px;
  width: 345px;
}
.soleil_contact .soleil_contact_inner h3 {
  margin: 0 0 0 0;
  padding: 0 0 30px;
  text-align: center;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #6c6c6c;
}
.soleil_contact .soleil_contact_inner .description {
  margin: 0 0 0 0;
  padding: 0 0 55px;
  text-align: center;
  line-height: 1.6em;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
}
.soleil_contact .soleil_contact_inner .link {
  margin: 0 auto;
  width: 310px;
}
.soleil_contact .soleil_contact_inner .link a {
  margin: 0 0 0 0;
  padding: 18px 0;
  display: block;
  color: #ffffff;
  background: #ff3f00;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  border-radius: 90px;
  position: relative;
}
.soleil_contact .soleil_contact_inner .link a:before {
  margin: -8px 0 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 16px;
  line-height: 16px;
  content: "";
  background: url("../images/soleil_deco_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
}
.soleil_contact .soleil_contact_inner .link a:after {
  margin: -6px 0 0 0;
  padding: 0 0 0 0;
  width: 8px;
  height: 13px;
  line-height: 13px;
  content: "";
  background: url("../images/soleil_deco_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}
._sp-show {
  display: none !important;
}
._pc-show {
  display: block !important;
}

@media screen and (max-width: 1100px) {
  .soleil_solution {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: url("../images/soleil_back_03.png");
    background-size: 40px auto;
    overflow: hidden;
  }

  .soleil_solution .soleil_solution_inner h3 {
    margin: 0 0 0 0;
    padding: 0 0 75px 0;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
    font-size: 44px;
    font-weight: bold;
    color: #929292;
  }
  .soleil_solution .soleil_solution_inner h3 em {
    font-style: normal;
  }
  .soleil_solution .soleil_solution_inner h3 .text01 {
    line-height: 1.4em;
    font-size: 55px;
    font-weight: bold;
    color: #81cbc9;
    background: url("../images/soleil_back_04.png") repeat-x center 95%;
    background-size: auto 18px;
  }
  .soleil_solution .soleil_solution_inner h3 .text02 {
    line-height: 1.4em;
    font-size: 55px;
    font-weight: bold;
    color: #ec7064;
  }

}
@media screen and (max-width: 768px) {
  ._sp-show {
    display: block !important;
  }
  ._pc-show {
    display: none !important;
  }

  .soleil-mv {
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    overflow: visible;
  }
  .soleil-mv h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil-mv h1 img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .soleil_intro {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: url("../images/soleil_back_02.png") repeat-x center bottom;
    background-size: auto 440px;
  }
  .soleil_intro .soleil_intro_inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1120px;
    text-align:left;
    position: relative;
    z-index: 1;
  }
  .soleil_intro .soleil_intro_inner .image {
    margin: 0 auto 25px auto;
    padding: 0 0 0 0;
    width: 75.2vw;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
  }
  .soleil_intro .soleil_intro_inner h2 {
    margin: 0 0 0 0;
    padding: 35px 0 12px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .soleil_intro .soleil_intro_inner h2 .text01 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_intro .soleil_intro_inner h2 .text02 {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    color: #6c6c6c;
  }
  .soleil_intro .soleil_intro_inner h2 .text03 {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1.2em;
    font-size: 31px;
    font-weight: bold;
    color: #81cbc9;
    width: 100%;
    display: block;
    text-align: center;
  }
  .soleil_intro .soleil_intro_inner .message {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_intro .soleil_intro_inner h3 {
    margin: 0 auto 25px auto;
    padding: 0 0;
    width: 90.2vw;
    max-width: 980px;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #a47960;
    border-radius: 10px;
    position: relative;
  }
  .soleil_intro .soleil_intro_inner h3 .text {
    display: block;
    padding: 13px 0;
    position: relative;
  }
  .soleil_intro .soleil_intro_inner h3 .text:before {
    margin: -14px 0 0 0;
    width: 16px;
    height: 29px;
    line-height: 29px;
    content: "";
    background: url("../images/soleil_deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .soleil_intro .soleil_intro_inner h3:before {
    margin: -14px 0 0 0;
    width: 16px;
    height: 29px;
    line-height: 29px;
    content: "";
    background: url("../images/soleil_deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 10px;
  }
  .soleil_intro .soleil_intro_inner h3:after {
    margin: 0 0 0 -10px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    content: "";
    background: url("../images/soleil_deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: 50%;
  }
  .soleil_intro .soleil_intro_inner .description {
  }
  .soleil_intro .soleil_intro_inner .description p {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    line-height: 2.0em;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: center;
  }
  .soleil_solution {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: url("../images/soleil_back_03.png");
    background-size: 40px auto;
  }
  .soleil_solution .soleil_solution_inner {
    margin: 0 auto;
    padding: 40px 0 5px 0;
    width: 100%;
    max-width: 950px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .soleil_solution .soleil_solution_inner h3 {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: bold;
    color: #929292;
  }
  .soleil_solution .soleil_solution_inner h3 em {
    font-style: normal;
  }
  .soleil_solution .soleil_solution_inner h3 .text01 {
    line-height: 1.4em;
    font-size: 27px;
    font-weight: bold;
    color: #81cbc9;
    background: none;
  }
  .soleil_solution .soleil_solution_inner h3 .text02 {
    line-height: 1.4em;
    font-size: 27px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_solution .soleil_solution_inner h3 .text03 {
    background: url("../images/soleil_back_04.png") no-repeat left bottom;
    background-size: 100% 9px;
  }
  .soleil_solution .soleil_solution_inner .solution_about {
    margin: 0 0 90px 0;
    width: 100%;
    position: relative;
  }
  .soleil_solution .soleil_solution_inner .solution_about .box {
    margin: 0 0 0 5vw;
    padding: 0 0 0 0;
    width: 88.88vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .soleil_solution .soleil_solution_inner .solution_about .box:after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    border: 2px solid #81cbc9;
    box-sizing: border-box;
    position: absolute;
    bottom: -12px;
    right: -12px;
    z-index: -1;
  }
  .soleil_solution .soleil_solution_inner .solution_about .box .box_inner {
    margin: 0 0 0 0;
    padding: 15px 20px 30px 20px;
    text-align: left;
    color: #ffffff;
    background: #81cbc9;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .soleil_solution .soleil_solution_inner .solution_about .box .box_inner h4 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
  }
  .soleil_solution .soleil_solution_inner .solution_about .box .box_inner .description {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: 500;
  }
  .soleil_solution .soleil_solution_inner .solution_about .image {
    margin: -18px 0 0 27vw;
    padding: 0 0 0 0;
    width: 43vw;
    box-sizing: border-box;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
  }
  .soleil_solution .soleil_solution_inner .solution_about .image:after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    border: 2px solid #81cbc9;
    box-sizing: border-box;
    position: absolute;
    bottom: -12px;
    right: -12px;
    z-index: -1;
  }
  .soleil_solution .soleil_solution_inner .solution_about .image img {
    border: 2px solid #81cbc9;
    box-sizing: border-box;
  }
  .soleil_solution .soleil_solution_inner .solution_merit {
    margin: 0 auto 115px auto;
    width: 90.27vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit02 {
    flex-direction: row-reverse;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit03 {
    margin: 0 auto 50px auto;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .image {
    margin: 0 0 0 0;
    width: 100%;
    height: 53.75vw;
    
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit01 .image {
    background: url("../images/soleil_image_05-sp.png") no-repeat center center;
    background-size: cover;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit02 .image {
    background: url("../images/soleil_image_06-sp.png") no-repeat center center;
    background-size: cover;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit03 .image {
    background: url("../images/soleil_image_07-sp.png") no-repeat center center;
    background-size: cover;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box {
    margin: 0 0 0 0;
    padding: 25px 0 30px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit01 .box {
    background: #f88897;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit02 .box {
    background: #7d6eb0;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit03 .box {
    background: #ff8e64;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit01 .box:before {
    margin: 0 0 0 -66px;
    padding: 0 0 0 0;
    width: 132px;
    height: 38px;
    content: "";
    background: url("../images/soleil_merit_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -36px;
    left: 50%;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit02 .box:before {
    margin: 0 0 0 -66px;
    padding: 0 0 0 0;
    width: 132px;
    height: 38px;
    content: "";
    background: url("../images/soleil_merit_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -36px;
    right: auto;
    left: 50%;
  }
  .soleil_solution .soleil_solution_inner .solution_merit.merit03 .box:before {
    margin: 0 0 0 -66px;
    padding: 0 0 0 0;
    width: 132px;
    height: 38px;
    content: "";
    background: url("../images/soleil_merit_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -36px;
    left: 50%;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box h5 {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box p {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box01 {
    margin: 0 auto;
    padding: 10px 0 10px 0;
    width: 70vw;
    max-width: 70vw;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
    box-sizing: border-box;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box01 .arrow {
    margin: 0 auto 10px;
    width: 24px;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box01 .text01 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 17px;
    font-weight: bold;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box01 .text02 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box02 {
    margin: 0 auto 12px;
    padding: 5px 0 4px 0;
    width: 70vw;
    max-width: 70vw;
    line-height: 1.2em;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
    box-sizing: border-box;
    vertical-align: middle;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box02 p {
    margin-bottom: -15px;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box02 em {
    font-style: normal;
    line-height: 1.1em;
    font-size: 22px;
    font-weight: bold;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box02 span {
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px 0;
  }
  
  .soleil_solution .soleil_solution_inner .solution_merit .box .box03 {
    margin: 0 auto;
    padding: 10px 0 10px 0;
    width: 70vw;
    max-width: 70vw;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(255,255,255,0.4);
    box-sizing: border-box;
  }
  .soleil_solution .soleil_solution_inner .solution_merit .box .box03 .text01 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .soleil_achievements {
    margin: 0 auto;
    padding: 44px 0 5px 0;
    width: 100%;
    max-width: 950px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .soleil_achievements h3 {
    margin: 0 auto 25px auto;
    padding: 15px 0;
    width: 90.27vw;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #81cbc9;
  }
  .soleil_achievements .soleil_main_achievements {
    margin: 0 auto;
    padding: 0 0 35px 0;
    width: 77.22vw;
    color: #000000;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .soleil_achievements .soleil_main_achievements img {
    width: 100%;
    display: block;
  }

  .soleil_achievements .soleil_main_achievements .left {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil_achievements .soleil_main_achievements .right {
    margin: 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil_achievements .soleil_main_achievements .image {
    margin: 0 0 10px 0;
  }
  .soleil_achievements .soleil_main_achievements .name {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
  }
  .soleil_achievements .soleil_main_achievements .info {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 12px;
  }
  .soleil_achievements .soleil_achievements_list {
    margin: 0 auto;
    padding: 0 0 45px 0;
    width: 77.22vw;
    color: #000000;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .soleil_achievements .soleil_achievements_list .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil_achievements .soleil_achievements_list .right {
    margin: 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil_achievements .soleil_achievements_list dl {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
  }
  .soleil_achievements .soleil_achievements_list dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc( 100% - 4em );
    position: relative;
    overflow: hidden;
  }
  .soleil_achievements .soleil_achievements_list dl dt:after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .soleil_achievements .soleil_achievements_list dl dt .text {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #fff;
  }
  .soleil_achievements .soleil_achievements_list dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 4em;
    text-align: right;
  }

  .soleil_test_drive {
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: url("../images/soleil_image_10.png") no-repeat center 42px;
    background-size: 300px auto;
    position: relative;
    z-index: 1;
  }
  .soleil_test_drive .image {
    margin: 0 auto 10px auto;
    padding: 0 0 0 0;
    width: 105px;
  }
  .soleil_test_drive h4 {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 25px;
    font-weight: bold;
    color: #ff3f00;
  }
  .soleil_test_drive .place {
    margin: 0 auto 35px auto;
    padding: 15px 0;
    width: 77.22vw;
    text-align: center;
    border: 1px solid #ff3f00;
    border-radius: 15px;
  }
  .soleil_test_drive .place h5 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    color: #ff3f00;
  }
  .soleil_test_drive .place ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    list-style: none;
  }
  .soleil_test_drive .place ul li {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
  }
  .soleil_test_drive .place ul li .area {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    width: 100%;
  }
  .soleil_test_drive .place ul li .name {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 16em;
  }
  .soleil_test_drive .place ul li .count {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 3.2em;
  }
  .soleil_test_drive .place ul li .map {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
  }
  .soleil_test_drive .place ul li .map a {
    color: #0097e0;
    text-decoration: underline;
  }
  .soleil_test_drive .place ul li .map a:hover {
    color: #0097e0;
    text-decoration: none;
  }
  .soleil_test_drive .link {
    margin: 0 auto;
    width: 220px;
  }
  .soleil_test_drive .link a {
    margin: 0 0 0 0;
    padding: 12px 0;
    display: block;
    color: #ffffff;
    background: #ff3f00;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: normal;
    border-radius: 90px;
    position: relative;
  }
  .soleil_test_drive .link a:before {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
    width: 16px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../images/soleil_deco_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
  }
  .soleil_test_drive .link a:after {
    margin: -5px 0 0 0;
    padding: 0 0 0 0;
    width: 6px;
    height: 10px;
    line-height: 10px;
    content: "";
    background: url("../images/soleil_deco_04.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
  }

  .soleil_product_outline {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: url("../images/soleil_back_03.png");
    background-size: 20px auto;
  }
  .soleil_product_outline .soleil_product_outline_inner {
    margin: 0 auto;
    padding: 45px 0 55px 0;
    width: 100%;
    max-width: 950px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .soleil_product_outline .soleil_product_outline_inner h3 {
    margin: 0 auto 25px auto;
    padding: 15px 0;
    width: 90.27vw;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #81cbc9;
  }
  .soleil_product_outline .soleil_product_outline_inner .product_image {
    margin: 0 auto 25px auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 670px;
    text-align: left;
    position: relative;
  }
  .soleil_product_outline .soleil_product_outline_inner .product_image .image {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 180px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
  }
  .soleil_product_outline .soleil_product_outline_inner .product_image .name {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #81cbc9;
    position: relative;
    z-index: 1;
  }
  .soleil_product_outline .soleil_product_outline_inner h4 {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #81cbc9;
  }
  .soleil_product_outline .soleil_product_outline_inner h4.color01 {
    color: #81cbc9;
  }
  .soleil_product_outline .soleil_product_outline_inner h4.color02 {
    color: #f88897;
  }
  .soleil_product_outline .soleil_product_outline_inner .data {
    margin: 0 auto 35px auto;
    padding: 0 0 0 0;
    width: 90.27vw;
    max-width: 90.27vw;
  }
  .soleil_product_outline .soleil_product_outline_inner .data table {
    margin: 0 0 10px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .soleil_product_outline .soleil_product_outline_inner .data th {
    margin: 0 0 0 0;
    padding: 8px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
  }
  .soleil_product_outline .soleil_product_outline_inner .data tr th:nth-of-type(1) {
    width: 80px;
    border-right: 1px solid #fff;
  }
  .soleil_product_outline .soleil_product_outline_inner .data.color01 th {
    background: #81cbc9;
  }
  .soleil_product_outline .soleil_product_outline_inner .data.color02 th {
    background: #f88897;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td {
    margin: 0 0 0 0;
    padding: 10px 5px 10px 10px;
    text-align: left;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background: #fff;
    border-bottom: 1px solid #959595;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td.border {
    border-left: 1px dotted #959595;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td.bg01 {
    padding: 0 0 0 0;
    background: #cde7f4;
    text-align: center;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td.bg02 {
    padding: 0 0 0 0;
    background: #fdd5da;
    text-align: center;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dt {
    width: 90px;
    display: table-cell;
    vertical-align: top;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dt .pt {
    padding-top: 5px;
    display: inline-block;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dd {
    width: calc( 100% - 120px );
    display: table-cell;
    vertical-align: top;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dd .text01 {
    line-height: 1.1em;
    font-size: 14px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dd .text02 {
    line-height: 1.1em;
    font-size: 10px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td dl dd .text03 {
    line-height: 1.1em;
    font-size: 18px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td .price {
    line-height: 1.1em;
    font-size: 14px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_product_outline .soleil_product_outline_inner .data td .price .num {
    line-height: 1.1em;
    font-size: 18px;
    font-weight: bold;
    color: #ec7064;
  }
  .soleil_product_outline .soleil_product_outline_inner .data .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
    line-height: 1.4em;
    font-size: 10px;
    font-weight: normal;
    color: #ff3f00;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 77.5vw;
    max-width: 77.5vw;
    display: flex;
    flex-wrap: wrap;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .left {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
    text-align: left;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .left h5 {
    margin: 0 0 8px 0;
    padding: 0 0 5px 5px;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
    color: #6c6c6c;
    border-bottom: 1px solid #000;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .left dl {
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
    color: #000000;
    display: table;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .left dl dt {
    padding: 0 0 0 5px;
    width: 90px;
    display: table-cell;
    vertical-align: top;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .left dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .soleil_product_outline .soleil_product_outline_inner .maker .copy {
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: bold;
    color: #ec7064;
    text-align: center;
  }

  .soleil_contact {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: #fff;
  }
  .soleil_contact .soleil_contact_inner {
    margin: 0 auto;
    padding: 55px 0 45px 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .soleil_contact .soleil_contact_inner:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 59px;
    height: 100px;
    content: "";
    background: url("../images/soleil_deco_05.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 75px;
    left: 15px;
    z-index: 1;
  }
  .soleil_contact .soleil_contact_inner:after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 50px;
    height: 58px;
    content: "";
    background: url("../images/soleil_deco_06.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 115px;
    right: 15px;
    z-index: 1;
  }

  .soleil_contact .soleil_contact_inner .eng {
    margin: 0 auto 15px auto;
    padding: 0 0 0px;
    width: 120px;
  }
  .soleil_contact .soleil_contact_inner h3 {
    margin: 0 0 0 0;
    padding: 0 0 18px;
    text-align: center;
    line-height: 1.4em;
    font-size: 11px;
    font-weight: 500;
    color: #6c6c6c;
  }
  .soleil_contact .soleil_contact_inner .description {
    margin: 0 0 0 0;
    padding: 0 0 25px;
    text-align: center;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
  }
  .soleil_contact .soleil_contact_inner .link {
    margin: 0 auto;
    width: 220px;
  }
  .soleil_contact .soleil_contact_inner .link a {
    margin: 0 0 0 0;
    padding: 12px 0;
    display: block;
    color: #ffffff;
    background: #ff3f00;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: normal;
    border-radius: 90px;
    position: relative;
  }
  .soleil_contact .soleil_contact_inner .link a:before {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
    width: 16px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../images/soleil_deco_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
  }
  .soleil_contact .soleil_contact_inner .link a:after {
    margin: -5px 0 0 0;
    padding: 0 0 0 0;
    width: 6px;
    height: 10px;
    line-height: 10px;
    content: "";
    background: url("../images/soleil_deco_04.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
  }
  
  
}












