@charset "UTF-8";

/*
---------------------------------------------

    base settings

*/

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #172852;
  -webkit-font-smoothing: antia iased;
  word-break: break-word;
}
.l-main-area .l-parts02 .l-parts02-basic .l-parts02-basic__inner__right 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input,
textarea {
  font-size: 1.2rem;
}

img {
  vertical-align: bottom;
}

a {
  color: #172852;
}

a:active,
a:hover {
  color: #33487D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: normal;
}

/* microclearfix */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */

.cf {
  *zoom: 1;
}

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

.forPC {
  display: block;
}

/* microclearfix */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */

.cf {
  *zoom: 1;
}

/*
---------------------------------------------

  header area

*/

.l-header-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #172852;
}

.l-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6px 0;
  position: relative;
}

.l-header__sitename {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-header__sitename:before {
  content: "PR";
  display: inline-block;
  background: #fff;
  color: #172852;
  text-align: center;
  width: 3rem;
  line-height: 1.4;
  margin-right: 1rem;
  padding-top: 0.2rem;
  font-size: 1.4rem;
}

.l-header__sitename a {
  text-decoration: none;
  color: #fff;
}

.l-header__sitename a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.l-header__ttl__box {
  position: relative;
  padding: 90px 0;
  text-align: center;
  background: url(img/mv_bg_lower.png) center center no-repeat;
  background-size: cover;
  height: 15rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.l-header__ttl {
  position: absolute;
  top: calc(50% - 91.5px);
  left: calc(50% - 179.5px);
}

.l-header__ttl a:hover {
  opacity: 0.6;
}

.l-header__ttl img {
  width: 269.44px;
  height: 159.85px;
}

.l-gnavi-btn {
  display: none;
}

.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 6rem 0 0;
  position: fixed;
  background: #F4EDE5;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}

.l-gnavi-area--slide-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-gnavi-area--slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.l-gnavi-list__item {
  padding: 5px 0;
}

.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 10px 45px 10px 10px;
  display: block;
  color: #332F2A;
  text-decoration: none;
  background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
  background-size: 9px 15px;
}

.l-gnavi-list__link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #666 url(img/arrow01_white.svg) no-repeat right 20px center;
  background-size: 9px 15px;
}

.l-gnavi-list__link--menu {
  background: #fff url(img/icon_more_black.svg) no-repeat right 20px center;
  background-size: 16px 5px;
}

.l-gnavi-list__link--menu:hover {
  background: #666 url(img/icon_more_white.svg) no-repeat right 20px center;
  background-size: 16px 5px;
}

.l-gnavi-list__link--back {
  background: #fff url(img/arrow02_black.svg) no-repeat left 20px center;
  background-size: 9px 15px;
  padding: 10px 10px 10px 45px;
}

.l-gnavi-list__link--back:hover {
  background: #666 url(img/arrow02_white.svg) no-repeat left 20px center;
  background-size: 9px 15px;
}

.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.l-gnavi-btn-close__link {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}

.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}

.l-gnavi-btn-close__link:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.l-gnavi-btn-close__link:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
  height: auto;
  top: auto;
  z-index: 1;
  overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}

.l-gnavi-area02 {
  width: 100%;
  margin: 0 auto 6rem auto;
}

.l-gnavi-area02.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  background: #f4f4f4;
  z-index: 1000;
}

.l-gnavi-area02 .l-gnavi-list02 {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-gnavi-area02 .l-gnavi-list02__item {
  width: calc(100% / 5);
  text-align: center;
}

.l-gnavi-area02 .l-gnavi-list02__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  padding: 0 15px;
  border-left: 1px solid #172852;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}

.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
  color: #d06d43;
}

.l-gnavi-area02 .l-gnavi-list02__item:last-child a {
  border-right: 1px solid #172852;
}

.l-gnavi-area02 .l-gnavi-list02--01 .l-gnavi-list02__item {
  width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--02 .l-gnavi-list02__item {
  width: calc(100% / 2);
}

.l-gnavi-area02 .l-gnavi-list02--03 .l-gnavi-list02__item {
  width: calc(100% / 3);
}

.l-gnavi-area02 .l-gnavi-list02--04 .l-gnavi-list02__item {
  width: calc(100% / 4);
}

.l-gnavi-area02 .l-gnavi-list02--05 .l-gnavi-list02__item {
  width: calc(100% / 5);
}

.l-gnavi-area02 .l-gnavi-list02--06 .l-gnavi-list02__item {
  width: calc(100% / 6);
}

.l-gnavi-area02 .l-gnavi-list02--07 .l-gnavi-list02__item {
  width: calc(100% / 7);
}

.l-gnavi-area02 .l-gnavi-list02--08 .l-gnavi-list02__item {
  width: calc(100% / 8);
}

/*
---------------------------------------------

  footer area

*/

.l-footer-area {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #F4EDE5;
}

.l-footer-area__inner {
  margin: 0 auto 3rem;
  padding: 0 2rem;
  max-width: 1000px;
}

.l-footer-disclaimer {
  width: 70%;
  margin: 0 auto 30px;
  padding: 1.5rem;
  background: #F8F3ED;
  font-size: 1.2rem;
  text-align: left;
  text-align: center;
}

.l-footer-disclaimer__title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.l-footer-disclaimer dd {
  font-size: 1.2rem;
}

.l-footer-area .prohibit {
  font-size: 1.4rem;
}

.l-footer-list {
  margin: 0 0 20px 0;
}

.l-footer-list__item {
  display: inline-block;
  padding: 0 0 0 20px;
}

.l-footer-bottom {
  margin: 0 auto;
  padding: 0 20px;
  background: #8e7456;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}

.l-footer-bottom__inner {
  width: 1100px;
  display: table;
  margin: 0 auto;
}

.l-footer-bottom__sitemap {
  padding: 10px 0;
  display: table-cell;
  text-align: right;
}

.l-footer-bottom__sitemap__link {
  color: #ffffff;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 6px 12px;
  padding: 0 20px 0 0;
  text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.l-footer-copy-wrapper {
  position: relative;
  background: #172852;
  color: #fff;
}

.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-copy .sitemap {
  text-align: right;
}

.l-footer-copy .sitemap a {
  display: block;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 8px auto;
  padding-right: 2rem;
}

.l-footer-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.l-footer-copy a:hover {
  text-decoration: underline;
}

.l-footer-menu-wrapper {
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

.l-footer-menu {
  margin: 50px 0 0 0;
}

.l-footer-menu__title {
  text-align: left;
  border-bottom: solid 1px #172852;
  margin: 0 0 1rem 0;
  padding: 1rem 0 1rem 1rem;
  font-size: 1.4rem;
  position: relative;
}

.l-footer-menu__title__link {
  display: block;
  text-decoration: none;
  color: #172852;
  font-weight: bold;
}

.l-footer-menu__title__link:hover {
  text-decoration: underline;
}

.l-footer-menu__list__item {
  width: 25%;
  float: left;
}

.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  padding: 0.8rem 1rem;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
}

.l-footer-menu__list__link:hover {
  text-decoration: underline;
}

.l-footer-submenu__list__link {
  padding: 5px 15px;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}

.l-footer-submenu__list__link:before {
  content: "- ";
}

.l-footer-submenu__list__link:hover {
  text-decoration: underline;
}

/*
---------------------------------------------

  common

*/

.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50;
}

.l-pagetop__link {
  width: 60px;
  height: 60px;
  display: block;
  background: #9E8B73;
  text-align: center;
  position: relative;
}

.l-pagetop__link:hover {
  opacity: 0.6;
}

.l-pagetop__image {
  width: 42px;
  height: 50.33px;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.l-sns-list__item {
  display: inline-block;
  padding: 0 0 0 10px;
}

.l-sns-list__item a img {
  width: 30px;
  height: 30px;
}

.l-sns-list--footer {
  margin: 30px auto;
}

.l-sns-list--fixed {
  position: fixed;
  bottom: 120px;
  right: 35px;
  z-index: 50;
}

.l-sns-list--fixed .l-sns-list__item {
  display: block;
  padding: 0 0 10px;
}

#pankuzu {
  width: 100%;
  margin: 0 auto 2rem auto;
  font-size: 1.4rem;
}

#pankuzu span {
  color: #000;
}

/*
---------------------------------------------

  contents area

*/

.l-contents-area {
  width: 100%;
}

.l-contents-area__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-contents-area.lcl .l-parts01 .ttl {
    border: none;
    max-width: 780px;
    margin: 0 auto;
}

.l-contents-area.lcl .l-parts01 .ttl.lower {
  margin: 0 auto 2rem;
}

.l-contents-area.lcl .l-parts01 p {
    margin: 0 auto;
    max-width: 1000px;
}

.l-contents-area.lcl .l-parts01 p {
    margin: .5em auto 1em;
    max-width: 790px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.l-contents-area.lcl .l-parts01 p span.underline {
  background: linear-gradient(transparent 70%, #F1D3C6 70%);
  font-size: 1.8rem;
  font-weight: bold;
}

.l-contents-area.lcl .l-parts01 p.caption {
  font-size: 1.2rem
}

.l-contents-area.lcl .l-parts01 .frame-wrap .frame {
    background: no-repeat;
    border-right: none;
	/* 依頼ID1対応 */
	z-index: 0;
}

.l-contents-area.lcl .l-parts01 .frame-wrap .btn-web a {
    margin: 0 auto;
    display: block;
}
.l-contents-area.lcl .l-parts01 .frame-wrap table th {
    width: unset;
    border-bottom: none;
    border-left: none;
    display: table-cell;
    vertical-align: inherit;
    width: 80%;
}

.l-contents-area.lcl .l-parts01 .frame-wrap table td {
    /* padding: 10px; */
    background: no-repeat;
    width: unset;
    display: table-cell;
    vertical-align: inherit;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
    /* border-top: 1px dashed #333; */
}

.l-contents-area.lcl .l-parts01 .frame-wrap .land th {
    border: solid 1px #343434;
    display: block;
    width: auto;
}

.l-contents-area.lcl .l-parts01 .frame-wrap .land td {
    border: solid 1px #343434;
    border-top: none;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px;
    text-align: left;
    width: auto;
}

.l-contents-area.lcl .l-parts01 .frame-wrap .bxSlider .areal {
    margin: 0 auto;
    width: 90%;
}

.l-contents-area.lcl .l-parts01 .frame-wrap .bxSlider .areal p {
    position: static;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 790px;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #777;
}

.l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction {
    position: relative;
}

.l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction a {
    top: -183px;
}

.l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
}

.l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
}

.l-contents-area.lcl .l-parts01 .frame-wrap .bx-wrapper .bx-pager {
    padding: 0;
    margin-top: -3.5rem;
}
.l-contents-area .l-parts01 .faq.f_r {
    margin: 1rem auto 2rem;
}


/*
---------------------------------------------

  sidebar

*/

.l-sidebar {
  margin: 52px 0 70px;
  padding: 0;
  width: 220px;
}

.l-sidebar .btn-web {
  margin: 0 auto 2rem auto;
  padding: 0;
  text-align: center;
  width: 90%;
}

.l-sidebar .btn-web a {
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 4rem;
  display: inline-block;
  background: #000 url(img/bg_btnweb.png) no-repeat left 10px center;
  background-size: 20px auto;
  -webkit-box-shadow: 5px 5px 0px 0px #ddd;
  box-shadow: 5px 5px 0px 0px #ddd;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}

.l-sidebar .btn-web a:hover {
  background: #666 url(img/bg_btnweb.png) no-repeat left 10px center;
  background-size: 20px auto;
}

.l-sidebar-item {
  margin-bottom: 3.5rem;
}

.l-sidebar-item__label {
  margin-bottom: 1rem;
  text-align: center;
}

.l-sidebar-item__box {
  padding: 7%;
  border: solid 2px #000;
  background: #fff;
  text-align: center;
}

.l-sidebar-item__box img {
  width: 100%;
}

.l-sidebar-item__box__name {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.l-sidebar-item__box__catch {
  margin-bottom: 1.5rem;
}

.l-sidebar-item__box__image {
  margin: 0 0 2rem 0;
  position: relative;
}

.l-sidebar-item__box__image img {
  border: solid 1px #000;
}

.l-sidebar-item__box__image:before,
.l-sidebar-item__box__image:after {
  content: "";
  width: 24px;
  height: 37px;
  background: url(img/deco2_red.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -8px;
  left: -6px;
}

.l-sidebar-item__box__image:after {
  bottom: -6px;
  right: -8px;
  top: auto;
  left: auto;
}

.l-sidebar-menu {
  position: relative;
  margin: 0 0 7rem 0;
  background: #fff;
  border-top: 1px solid #172852;
  border-bottom: 1px solid #172852;
}

.l-sidebar-menu::before {
  content: "";
  position: absolute;
  background: url(img/sidebar_catetop.png) center top no-repeat;
  background-size: 60px;
  width: 60px;
  height: 40px;
  top: -33px;
  left: calc(50% - 35.5px);
}

.l-sidebar-menu__title a {
  position: relative;
  display: block;
  padding: 15px;
  background: #f6f6f6;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #172852;
  font-size: 1.2rem;
}

.l-sidebar-menu__title a:hover {
  color: #ffffff;
  background: #b1b1b1;
}

.l-sidebar-menu__list {
  padding: 0 15px;
}

.l-sidebar-menu__list__item {
  border-bottom: dashed 1px #f0efe9;
}

.l-sidebar-menu__list__item:last-child {
  border-bottom: none;
}

.l-sidebar-menu__list__link {
  padding: 10px 15px 10px 5px;
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 7px 10px;
  text-decoration: none;
  font-size: 1.2rem;
}

.l-sidebar-menu__list__link:hover {
  text-decoration: underline;
}

.l-sidebar-submenu__list__item {
  border-top: dashed 1px #f0efe9;
}

.l-sidebar-submenu__list__link {
  padding: 10px 5px 10px 30px;
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 7px 10px;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}

.l-sidebar-submenu__list__link:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #172852;
  border-bottom: solid 1px #172852;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-sidebar-submenu__list__link:hover {
  text-decoration: underline;
}

/*
---------------------------------------------

  main area

*/

.l-main-area {
  width: 760px;
  margin: 0;
  padding: 0 0 50px;
  text-align: left;
}

/* h ----------------*/

.l-main-area .top_h2,
.l-main-area--low h1 {
  position: relative;
  width: 100%;
  display: block;
  margin: 3rem auto 4rem auto;
  padding: 2.5rem 2rem;
  background: #F4EDE5;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-main-area .top_h2 a,
.l-main-area--low h1 a {
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right 1rem center;
  background-size: 9px auto;
  padding: 0 2rem;
  text-decoration: none;
}

.l-main-area .top_h2::after,
.l-main-area--low h1::after {
  content: "";
  position: absolute;
  width: 7.4rem;
  display: block;
  border-bottom: solid 2px #D06D43;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.l-main-area--low h2,
.l-main-area .top_h3 {
  margin: 8rem 0 2.6rem;
  padding: 2rem 3.5rem 1.9rem;
  border: solid 1px #172852;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.l-main-area--low h2 a,
.l-main-area .top_h3 a {
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 9px auto;
  padding: 0 4rem 0 0;
  text-decoration: none;
}

.l-main-area--low h2 a:hover,
.l-main-area .top_h3 a:hover {
  opacity: .6;
}

.l-main-area .top_h3::after,
.l-main-area--low h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/bg_h3.png);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.l-main-area .top_h4,
.l-main-area--low h3 {
  position: relative;
  margin: 6rem 0 3rem;
  border-bottom: solid 1.5px #D06D43;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1rem 3rem;
}

.l-main-area .top_h4 a,
.l-main-area--low h3 a {
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 9px auto;
  padding: 0 3rem 0 0;
  text-decoration: none;
}

.l-main-area--low h3 a:hover,
.l-main-area .top_h4 a:hover {
  opacity: .6;
}

.l-main-area--low .box h3 {
  border-bottom: none;
}

.l-main-area .top_h5,
.l-main-area--low h4,
.l-main-area--low h5 {
  margin: 4rem 0 3rem;
  padding: 1rem 0 1.2rem 1.5rem;
  border-left: solid #9E8B73 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.l-main-area .top_h5 a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
  position: relative;
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right 1.6rem center;
  background-size: 8px auto;
  padding: 0 2rem 0 0;
  text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover,
.l-main-area .top_h5 a:hover {
  opacity: .6;
}

.l-main-area .top_h5::before,
.l-main-area--low h4::before,
.l-main-area--low h5::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0.3rem;
  right: 0;
  bottom: -5px;
  border-left: 1px solid #9E8B73;
}

.l-main-area p {
  margin: 0.5em 0 1em;
}

.l-main-area strong {
  font-weight: bold;
}

.l-main-area p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F1D3C6 60%);
}

.l-main-area ul {
  margin: 4rem 2rem;
}

.l-main-area ul li {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 0 1.8rem;
}

.l-main-area ul li::before {
  content: "";
  position: absolute;
  background: url(img/li.png) no-repeat left top;
  background-size: 5.91px;
  width: 5.91px;
  height: 5.91px;
  left: -5px;
  top: 1rem;
}

.l-main-area ol {
  margin: 4rem 1em;
  counter-reset: number;
  list-style-type: none !important;
  text-align: left;
}

.l-main-area ol li {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0.3rem 0 0 4rem;
}

.l-main-area ol li:before {
  padding: 0.3rem 0.15rem 0 0.15rem;
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-size: auto;
  background-color: #D06D43;
  background-position: top, center center;
}

.l-main-area table {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

.l-main-area table th {
  padding: 10px 15px;
  border: 1px #172852 solid;
}

.l-main-area table td {
  padding: 10px 15px;
  border: 1px #172852 solid;
}

.l-main-area table thead th {
  background: #F4F4F4;
}

.l-main-area table thead td {
  background: #fff;
}

.l-main-area table tbody th {
  background: #F4F4F4;
}

.l-main-area table tbody td {
  background: #fff;
}

.l-main-area .btn-web {
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 55%;
}

.l-main-area .btn-web a {
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  background: url(img/arrow01_white.svg) no-repeat right 20px center, #D06D43;
  background-size: 6px auto;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}

.l-main-area .btn-web a:hover {
  opacity: .6;
}

.l-main-area .btn-internal {
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 55%;
}

.l-main-area .btn-internal a {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  display: inline-block;
  background: url(img/arrow01_white.svg) no-repeat right 20px center, #172852;
  background-size: 6px auto;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.l-main-area .btn-internal.down a {
  background: url(img/arrow01_white_down.svg) no-repeat right 10px center, #172852;
  background-size: auto 5.42px;
}

.l-main-area .btn-internal a:hover {
  opacity: .6;
}

.l-main-area .btn-tel {
  display: none;
}

.l-main-area .btn-link {
  margin: 20px 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}

.l-main-area .btn-link a {
  padding: 5px 20px 5px 0;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 9px auto;
  color: #172852;
}

.l-main-area .btn-link a:hover {
  opacity: 0.6;
}

.btn-accordion .btn-more {
  max-width: 1100px;
  text-align: center;
  margin: 3rem auto 0;
  padding: 1.4rem 3.5rem;
  width: 373px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #172852;
  border: #172852 1px solid;
  border-radius: 4px;
  cursor: pointer;
}

.btn-accordion .btn-more span {
  background: none;
  font-weight: 500;
}

.btn-accordion:hover{
}

.btn-accordion .btn-more::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #172852;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-accordion .btn-more::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #172852;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.btn-accordion.is-open .btn-more::after {
  transform: rotate(0);
  transition: 0.5s;    
}

.btn-accordion .btn-more .close_text {
  display: none;
}


.btn-accordion.is-open .btn-more .open_text {
  display: none;
}

.btn-accordion.is-open .btn-more .close_text {
  display: block;
}

.l-main-area .float-wrap {
  margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
  width: 100%;
  height: auto;
}

.l-main-area .float-wrap .catch {
  color: #172852;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5625;
}

.l-main-area .float-wrap .float-img.fr {
  width: 300px;
  margin: 0 0 10px 20px;
  float: right;
}

.l-main-area .float-wrap .float-img.fl {
  width: 300px;
  margin: 0 20px 10px 0;
  float: left;
}

.l-main-area .float-wrap .float-img.ct {
  width: 300px;
  margin: 0 auto;
}

.l-main-area .float-wrap .flame {
  position: relative;
}

.l-main-area .float-wrap .caption {
  padding: 8px 0 0 0;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #999999;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
}

.l-main-area .l-icon-title {
  margin: 6rem 0 3rem 0;
  padding: 1rem 11rem;
  border-top: 1px dashed #172852;
  border-bottom: 1px dashed #172852;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}

.l-main-area .l-icon-title:before {
  width: 72px;
  height: 72px;
  border: solid 1px #172852;
  -webkit-box-shadow: 0 0 0 3px #F4EDE5;
  box-shadow: 0 0 0 3px #F4EDE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #F4EDE5;
  color: #172852;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-main-area .l-icon-title__icon {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-main-area .l-icon-title--recommend:before {
  content: "おすすめ";
}

.l-main-area .box-wrap {
  width: 100%;
  margin: 3rem 0;
  padding: 3rem 0.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-main-area .box-wrap .box {
  width: calc((100% - 20px) / 2);
  margin: 0 0 3rem 0;
  padding: 2.5rem 2rem 3rem;
  background: #fff;
  box-shadow: 0 0 0 1px #333, 0 0 0 6px #E2D2BC;
  position: relative;
}

.l-main-area .box-wrap .box:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}

.l-main-area .box-wrap .box::after {
  content: "";
  position: absolute;
  display: block;
  background: url(img/l-parts02_orn.png) left center no-repeat;
  background-size: 80px auto;
  width: 100%;
  height: 34px;
  left: 7px;
  top: 34px;
  z-index: 1;
}

.l-main-area--low .box-wrap .box::after {
  display: none;
}

.l-main-area .box-wrap {
  position: relative;
}

.l-main-area .box-wrap p {
  margin: 1rem 0 0;
  padding: 0.7rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #ece1d2;
}

.l-main-area .box-wrap .box-head {
  position: relative;
  margin: 0 0 2rem;
  padding: 1rem 1rem 1rem 6.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

.l-main-area--low .box-wrap .box-head {
  padding-left: 1.5rem;
}

.l-main-area .box-wrap .box-head a {
  margin: 0;
  padding: 0 2rem 0 0;
  text-align: left;
  display: block;
  text-decoration: none;
  text-align: center;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 8px 11px;
  right: 0;
  position: relative;
}

/* .l-main-area .box-wrap .box-head::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -14px;
  left: 0;
  border-bottom: 1px dashed #172852;
  padding: 3.5px 0;
  margin: 3.5px 0;
} */

.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.6;
}

.l-main-area .box-wrap .btn-internal {
  display: none;
}

.l-main-area .frame-wrap {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-main-area .frame-wrap .frame {
  width: calc((100% - 60px) / 3);
  margin: 0 0 3rem 0;
  padding: 0;
  background: #ffffff;
  border: solid 1px #172852;
}

.l-main-area .frame-wrap p {
  margin: 0;
}

.l-main-area .frame-wrap .frame-head {
  margin: 0;
  padding: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.l-main-area .frame-wrap .frame-head {
  position: relative;
  padding: 2rem 2rem 0;
  margin: 0 0 2rem;
  display: block;
  text-decoration: none;
  text-align: center;
}

.l-main-area .frame-wrap .frame-head a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 8px auto;
  padding-right: 1.5rem;
  text-decoration: none;
}

.l-main-area .frame-wrap .frame-head:before {
  position: absolute;
  content: "";
  width: 55px;
  bottom: -20px;
  left: 50%;
  left: calc(50% - 27px);
  border-bottom: 1px solid #D06D43;
  padding-bottom: 8px;
}

.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.6;
}

.l-main-area .frame-wrap .frame-body {
  margin: 0;
  padding: 2rem;
}

/*
---------------------------------------------

  top

*/

.l-mv {
  margin: 0 0 2rem 0;
  padding: 7rem 0 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background: url(img/mv_bg.png) center top no-repeat;
  background-size: cover;
}

.l-mv .mv_text {
  position: relative;
  width: 716px;
  background: rgba(255, 255, 255, 0.8);
  outline: 1px solid #333;
  outline-offset: -5px;
  padding: 80px 48px 45px;
  margin: 0 auto;
}

.l-mv .mv_text::before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/logo.svg) center top no-repeat;
  background-size: 199.76px auto;
  width: 199.76px;
  height: 118.51px;
  top: -57px;
  left: calc(50% - 85.5px);
}

.l-mv .mv_text::after {
  content: "";
  position: absolute;
  display: block;
  background: url(img/mv_img.png) center top no-repeat;
  background-size: 126.07px auto;
  width: 126.07px;
  height: 215px;
  bottom: 0px;
  left: -66px;
}

.l-mv__title {
  position: relative;
  max-width: 570px;
  margin: 1rem auto 2rem;
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 3rem;
  font-weight: bold;
}

.l-mv__title span {
  color: #D06D43;
}

.l-mv__title::after {
  position: absolute;
  content: "";
  width: 619.07px;
  height: 7px;
  bottom: 0;
  left: calc(50% - 310px);
  border-bottom: 1px dashed #172852;
  padding: 3.5px 0;
  margin: 3.5px 0;
}

.l-mv__text {
  max-width: 570px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

.l-mv__text span {
  background: linear-gradient(transparent 70%, #F1D3C7 70%);
  font-weight: bold;
}

p.top-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.mv_text .caption{
  max-width: 570px;
  margin: 1rem auto 0;
  text-align: left;
}

.l-parts01 {
  margin: 85px 0;
}

.l-parts01.lower {
  margin: 30px 0 85px;
}

.l-parts01__title {
  margin: 0;
  padding: 25px 30px;
  border-bottom: solid 1px #f4f4f4;
  background: url(img/btn_open.svg) no-repeat right 30px center;
  background-size: 50px 50px;
  cursor: pointer;
}

.l-parts01__title.is-open {
  background: url(img/btn_close.svg) no-repeat right 30px center;
  background-size: 50px 50px;
}

.l-parts01__title__label {
  padding-right: 30px;
}

.l-parts01__title span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.l-parts01__title span:before,
.l-parts01__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: black;
}

.l-parts01__title span:before {
  left: 0;
}

.l-parts01__title span:after {
  right: 0;
}

.l-parts01__list {
  display: none;
  margin: 0;
}

.l-parts01__list__item {
  margin-bottom: 0;
  padding: 0;
  border-bottom: solid 1px #f4f4f4;
  line-height: 1.4;
  position: relative;
  background: none;
}

.l-parts01__list__item__link {
  padding: 22px 0 22px 100px;
  display: block;
  text-decoration: none;
  line-height: 1.2;
}

.l-parts01__list__item__link:hover {
  text-decoration: underline;
}

.l-parts01__list__item:before {
  content: "";
  width: 80px;
  height: 100%;
  display: block;
  background: url(img/arrow03_black.svg) no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: dashed 1px #f4f4f4;
}

.l-main-area .l-parts01__title {
  margin: 0;
}

.l-main-area .l-parts01__list {
  margin: 0;
}

.l-main-area .l-parts01__list__item {
  margin: 0;
  padding: 0;
  background: none;
}

.l-contents-area .l-parts01 .ttl {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #172852;
  width: 100%;
  margin: 0 auto;
}

.l-contents-area .l-parts01.lower .ttl {
  margin-bottom: 4rem;
}

.l-contents-area .l-parts01 .ttl::before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/i-parts01_h2_l.svg) left center no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 62.6px;
  bottom: 20px;
  left: calc(50% - 400px);
}

.l-contents-area .l-parts01 .ttl span {
  font-size: 4rem;
  color: #D06D43;
}

.l-contents-area .l-parts01 .frame-wrap {
  position: relative;
  width: 1000px;
  background: #F4EDE5;
  border: #172852 2px solid;
  outline: #172852 1px solid;
  outline-offset: -7px;
  margin: 4rem auto 2rem;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-contents-area .l-parts01 p.note {
  width: 1000px;
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.l-contents-area .l-parts01 .frame-wrap .frame {
  position: relative;
  width: calc(100% / 3);
  margin: 0;
  padding: 0 3.6rem;
  border-left: 1px solid #172852;
}

.l-contents-area .l-parts01 .frame-wrap .frame:first-child {
  border-left: none;
}

.l-contents-area .l-parts01 .frame-wrap .frame:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  top: 0;
  right: -4px;
  background: url(img/h_orn_diamond.png) top center no-repeat, url(img/h_orn_diamond.png) bottom center no-repeat;
  background-size: 8px;
  border-bottom: none;
}

.l-contents-area .l-parts01 .frame-wrap .frame:last-child:before {
  display: none;
}

.l-contents-area .l-parts01 .frame-catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: -3rem;
  height: 90px;
  width: 50vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.l-contents-area .l-parts01 .frame-catch span {
  color: #D06D43;
}

.l-contents-area .l-parts01 .frame-head {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 2.5rem;
  color: #332F2A;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  z-index: 0;
}

.l-contents-area .l-parts01 .frame-head span {
  background: linear-gradient(transparent 60%, #E2D2BC 60%);
}

.l-contents-area .l-parts01 .frame-head a {
  position: relative;
  padding: 0 3rem 0 0;
  display: block;
  text-decoration: none;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 10px 16px;
}

.l-contents-area .l-parts01 .frame img {
  display: block;
  right: 0;
  margin: 0 auto;
}

.l-contents-area .l-parts01 .frame .mamas_plan {
  margin: 30px auto 0;
}

.l-contents-area .l-parts01 .frame .mamas_plan {
  margin: 30px auto 0;
}

.l-contents-area .l-parts01 .frame-wrap table {
  width: 100%;
  margin: 1rem 0 2rem;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

.l-contents-area .l-parts01 table tr:nth-child(1) th,
.l-contents-area .l-parts01 table tr:nth-child(1) td {
  border-top: none;
}

.l-contents-area .l-parts01 .frame-wrap table th,
.l-contents-area .l-parts01 .frame-wrap table td {
  border-top: 1px dashed #333;
}

.l-contents-area .l-parts01 .frame-wrap table th {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 15px;
  border-right: 1px dashed #333;
}

.l-contents-area .l-parts01 .frame-wrap table td {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0 15px;
}

.l-main-area .btn-web {
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 55%;
}

.l-contents-area .l-parts01 .frame-wrap .btn-web {
  width: 90%;
  margin: 0 auto 2rem;
}

.l-contents-area .l-parts01 .frame-wrap .btn-web a {
  width: 100%;
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  display: inline-block;
  background: url(img/arrow01_white.svg) no-repeat right 10px center, #D06D43;
  background-size: 5.42px auto;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}

.l-contents-area .l-parts01 .frame-wrap .btn-web a:hover {
  opacity: .6;
}

.l-contents-area .l-parts01 .frame-wrap .btn-internal {
  width: 90%;
  margin: 0 auto;
}

.l-contents-area .l-parts01 .frame-wrap .btn-internal a {
  width: 100%;
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  display: inline-block;
  background: url(img/arrow01_white_down.svg) no-repeat right 10px center, #172852;
  background-size: auto 5.42px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}

.l-contents-area.low .l-parts01 .frame-wrap .btn-internal a {
  /* 依頼ID10対応 */
  background: url(img/arrow01_white.svg) no-repeat right 10px center, #172852;
  background-size: 5.42px auto;
}

.l-contents-area .l-parts01 .frame-wrap .btn-internal a:hover {
  opacity: .6;
}

/*
---------------------------------------------

  slide

*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  /* display: block; */
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  font-size: 1.2rem;
  color: #8c8c8c;
  line-height: 1.2em;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.slidemenu .slick-slide {
  height: 100px;
}

.slidemenu img {
  width: auto;
  height: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  font-size: 1.2rem;
  color: #8c8c8c;
  line-height: 1.2em;
  background: #fff;
  margin-bottom: 15px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-boxwrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.slider-boxwrap .slider-box {
  width: 460px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

.slider-boxwrap .slider-box {
  width: 550px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto 30px;
}

.slider-boxwrap .slider-box .slider-for .pic {
  height: auto;
  background: #fff;
  margin-bottom: 10px;
}

.slider-boxwrap .slider-box .slider-for img {
  width: auto;
  height: 345px;
}

.slider-boxwrap.slider-box .slider-nav {
  height: 87px;
  overflow: hidden;
  margin-top: 10px;
}

.slider-boxwrap .slider-box .slider-nav .pic {
  width: 184px;
  background: #fff;
  position: relative;
}

.slider-boxwrap .slider-box .slider-nav img {
  width: auto;
  max-width: 150px;
  height: 87px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 40;
  border: none;
  overflow: hidden;
  background: #333;
  border-radius: 20px;
}

#slide03Navi button.slick-prev.slick-arrow {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 40;
  border: none;
  overflow: hidden;
}

.slider-boxwrap .slick-arrow.slick-prev {
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 48%;
  left: 10px;
  margin-top: -5px;
  transform: rotate(-45deg);
  z-index: 200;
}

.slider-boxwrap .slick-arrow.slick-next {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 48%;
  right: 10px;
  margin-top: -5px;
  transform: rotate(-45deg);
  z-index: 200;
}

.l-main-area p.slider-undertxt {
  margin-bottom: 3rem;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-slide:focus {
  outline: 0;
}

.slider-nav .slick-current .pic {
  opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}

.l-parts01 .bx-wrapper .bx-viewport,
.l-contents-area.low .lower-parts01 .bx-viewport {
  overflow: visible !important;
  margin-bottom: 2rem;
}

.bxSlider {
  width: 1000px;
  margin: 0 auto;
}

.bxSlider .areal {
  width: 23.2rem;
  position: relative;
}

.bxSlider .areal p {
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  display: block;
  word-break: break-all;
  z-index: 999999999;
}

.bxSlider img {
  width: 100%;
}

.bxSlider .arear {
  width: 616px;
  padding: 50px 45px;
  position: relative;
}

.bxSlider .arear p {
  padding: 60px 0 0;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}

.bxSlider .arear h3 {
  background: none;
}

.bxSlider .arear h3 a {
  display: block;
  padding: 0 0 0;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  font-size: 3.6rem;
  color: #707070;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(./img/page/col02_h3.png) no-repeat right center;
}

.bx-wrapper .bx-pager {
  padding-top: 50px;
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  background: #A5A5A5;
  border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ff4b4b;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #D06D43;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  background: url(img/slider_a_ar_l.png) center center no-repeat;
  background-size: 25px;
}

.bx-wrapper .bx-next {
  background: url(img/slider_a_ar_r.png) center center no-repeat;
  background-size: 25px;
}

.l-parts01 div div:nth-child(1) .bx-wrapper .bx-prev {
  left: 4.9rem;
}

.bx-controls bx-has-controls-direction bx-has-pager {
  top: calc(50% - 11.5px);
  left: 0;
  right: 0;
  width: 100%;
}

.l-parts01 div div:nth-child(2) .bx-wrapper .bx-prev {
  left: 370px;
}

.l-parts01 div div:nth-child(3) .bx-wrapper .bx-prev {
  left: 690px;
}

.l-parts01 div div:nth-child(1) .bx-wrapper .bx-next {
  right: 692px;
}

.l-parts01 div div:nth-child(2) .bx-wrapper .bx-next {
  right: 372px;
}

.l-parts01 div div:nth-child(3) .bx-wrapper .bx-next {
  right: 52px;
}

.style1 .bx-wrapper .bx-prev,
.style3 .bx-wrapper .bx-prev,
.style5 .bx-wrapper .bx-prev {
  left: 0px;
}

.style1 .bx-wrapper .bx-next,
.style3 .bx-wrapper .bx-next,
.style5 .bx-wrapper .bx-next {
  left: 348px;
}

.style2 .bx-wrapper .bx-prev,
.style4 .bx-wrapper .bx-prev {
  left: 617px;
}

.style2 .bx-wrapper .bx-next,
.style4 .bx-wrapper .bx-next {
  right: 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  opacity: 0.7;
}

.l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction a {
  width: 32px;
  height: 65px;
  margin-top: 29px;
  position: absolute;
  /* top: 20%; */
  outline: 0;
  z-index: 998;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a:disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  background: url(./img/sld/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  background: url(./img/sld/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  width: 35px;
  right: 0;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: Arial;
  font-size: 0.85em;
}

.date-list-wrap {
  background: #fff;
  font-weight: bold;
  padding: 40px 20px 10px;
  margin: 30px auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.date-list-wrap .date-title-top {
  font-size: 1.4rem;
  position: absolute;
  top: -6%;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  display: block;
  color: #fff;
  background: #9E8B73;
  padding: 5px 12px;
}
.date-list-wrap .date-list-ul .date-list-li {
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 0 0 0 17px;
  font-size: 1.6rem;
  background: url(img/list_icon.png) no-repeat left top 7px;
  background-size: auto;
}



/*
---------------------------------------------

  faq

*/

.faq_box {
  padding: 30px 0 0;
}

.faq_box h4 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.faq {
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
}

.faq.f_l {
  padding: 30px 0 30px 170px;
}

.faq.f_r {
  flex-flow: row-reverse;
  max-width: 800px;
  margin: 4rem auto 1rem;
  padding: 30px 145px 30px 0;
}

.faq .float-img {
  width: 144px;
}

.faq .float-img img {
  max-width: 100%;
}

.faq.f_l .txt {
  background: #fff;
  border: 2px solid #555;
  border-radius: 10px;
  float: right;
  width: 100%;
  padding: 20px 30px;
  position: relative;
}

.faq.f_l .txt:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 56px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(-45deg);
  background: #fff;
  left: -13px;
  margin-top: -13px;
}

.faq.f_l .txt .float-img.fl {
  position: absolute;
  top: 0;
  left: -160px;
}

.faq.f_l .txt .float-img.fl .flame {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100px;
}

.faq.f_l .txt .float-img.fl .flame img {
  border-radius: 100px;
}

.faq.f_r .txt {
  position: relative;
  background: #FCF9F5;
  border: 1px solid #172852;
  border-radius: 10px;
  float: left;
  width: 100%;
  padding: 2.5rem 3rem;
  position: relative;
}

.faq.f_r .txt:before {
  position: absolute;
  content: "";
  background: url(img/l-parts02-faq_parts.png) no-repeat;
  width: 27px;
  height: 11px;
  top: calc(50% - 9.5px);
  right: -26px;
  margin-top: 3px;
}

.faq.f_r .txt .float-img.fl {
  position: absolute;
  top: -6px;
  right: -180px;
}

.faq.f_r .txt .float-img.fl .flame {
  width: 150px;
  height: 165px;
}

.l-main-area .l-parts02 .faq.f_r p {
  margin: 0;
  font-size: 1.8rem;
font-weight:bold;
}

.l-contents-area .l-parts01 .faq.f_r p,
.l-main-area--low .faq.f_r p {
  margin: 0.5em 0;
  font-size: 1.8rem;
font-weight:bold;
}

.l-main-area .l-parts02 .faq.f_r p span, 
.l-contents-area .l-parts01 .faq.f_r p span {
  position: relative;
  font-size: 1.8rem;
  color: #172852;
  line-height: 1.4;
  text-align: left;
  /* padding: 0 0 15px 50px;
  border-bottom: 1px dashed #333; */
  width: 100%;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f1d3c6 60%);
}

.l-main-area .l-parts02 .faq.f_r p span.bold {
	font-weight: bold;
    background: linear-gradient(transparent 60%, #f1d3c6 60%);
}

.l-main-area .l-parts02 .btn-web {
  width: 310px;
  margin: 10px auto;
}

.l-main-area .l-parts02 .btn-web a {
  padding: 10px 30px;
}

/*
---------------------------------------------

  l-parts02

*/

.l-parts02 {
  margin: 0 0 100px;
  padding: 0;
}

.l-parts02__title {
  margin-bottom: 10px;
  padding: 25px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  position: relative;
}

.l-parts02__title span {
  background: linear-gradient(transparent 70%, #E2D2BC 70%);
}

.l-parts02__title a {
  padding: 0 60px;
  background: url(img/arrow05_black.svg) no-repeat right center;
  background-size: 40px;
  text-decoration: none;
}

.l-parts02__title a:hover {
  background: url(img/arrow05_red.svg) no-repeat right center;
  background-size: 40px;
}

.l-parts02__title:after {
  content: "";
  width: 110px;
  height: 45px;
  background: url(img/txt_title1.png) no-repeat center center;
  background-size: 110px auto;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -55px;
}

.l-parts02-column2 {
  position: relative;
  margin-bottom: 10rem;
  background: url(img/l-parts02_bg_mid.png);
  padding: 3.5rem 3.5rem 5rem;
}

.l-parts02-column2__right {
  margin: 0;
}

.l-parts02-column2__right__item {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0;
  background: none;
}

.l-parts02-column2__right__item a {
  display: block;
  padding: 4px 8px;
  background: #ddd;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
}

.l-parts02__catch {
  position: relative;
  padding: 15px 30px;
  margin: 0 0 10px 0;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.l-parts02__catch small {
  font-size: 3rem;
  color: #D06D43;
}

.l-parts02__catch span {
  background: linear-gradient(transparent 60%, #F1D3C6 60%);
}

.l-parts02__catch::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 30px);
  background: #D06D43;
}

.l-parts02__slider .slick-prev:before,
.l-parts02__slider .slick-next:before {
  color: #172852;
  width: 46px;
  height: 46px;
}

.l-parts02__slider .slick-next:before {
  background: url(img/slide_ar_r.png) right 14px center no-repeat;
}

.l-parts02__slider .slick-prev:before {
  background: url(img/slide_ar_l.png) left 14px center no-repeat;
}

.l-parts02__slider .slick-arrow.slick-prev,
.l-parts02__slider .slick-arrow.slick-next {
  top: calc(50% - 72px);
  background: #172852;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
}

.l-parts02__slider .slick-arrow.slick-prev {
  left: -21px;
}

.l-parts02__slider .slick-arrow.slick-next {
  right: -21px;
}

#slide01Navi .slick-prev.slick-arrow,
#slide02Navi .slick-prev.slick-arrow,
#slide03Navi .slick-prev.slick-arrow {
  background: none;
  left: -35px;
  top: calc(50% - 2px);
}

#slide01Navi .slick-next.slick-arrow,
#slide02Navi .slick-next.slick-arrow,
#slide03Navi .slick-next.slick-arrow {
  background: none;
  right: -35px;
  top: calc(50% - 2px);
}

#slide01Navi .slick-prev.slick-arrow::before,
#slide02Navi .slick-prev.slick-arrow::before,
#slide03Navi .slick-prev.slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/sam_ar_l.png) left 10px center no-repeat;
  background-size: 12px;
  width: 40px;
  height: 40px;
}

#slide01Navi .slick-next.slick-arrow::before,
#slide02Navi .slick-next.slick-arrow::before,
#slide03Navi .slick-next.slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/sam_ar_r.png) right center no-repeat;
  background-size: 12px;
  width: 40px;
  height: 40px;
}

.l-parts02__slider .thumb-item {
  margin: 0;
  padding: 30px 0 10px;
}

.l-main-area .l-parts02 .l-parts02-feature li::before,
.l-parts02__slider .thumb-item li::before {
  content: none;
}

.l-parts02__slider .thumb-item li {
  background: none;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

.l-parts02__slider .thumb-item li .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #666;
  margin-top: 1.5rem;
}

.l-parts02__slider .thumb-item li .slider-txt {
  color: #172852;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 5rem;
  margin-bottom: 0;
}

.l-parts02__slider .thumb-item li img {
  margin: 0;
}

.l-parts02__slider .thumb-item-nav {
  width: 84%;
  margin: 0 auto;
  height: 166px;
}

.l-parts02__slider .thumb-item-nav li {
  margin: 0;
  padding: 25px 0;
  background: none;
  outline: none;
  height: 90px;
}

.l-parts02__slider .thumb-item-nav img {
  width: 200px;
  height: 100%;
  object-fit: contain;
}

.l-parts02__slider .thumb-item-nav .slick-current {
  position: relative;
}

.l-parts02__slider .thumb-item-nav .slick-current.slick-active:before {
  content: none;
}

.l-parts02__slider .thumb-item-nav .slick-active:first-child {
  margin-left: none;
}

.l-parts02__slider .thumb-item-nav .slick-active {
  position: relative;
  display: inline-table;
  margin-left: 8px;
}

.l-parts02__slider .thumb-item-nav .slick-active:before {
  content: "";
  width: 200px;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 25px;
  left: 0;
}

.l-parts02__slider .thumb-item-nav li::before {
  content: none;
}

.l-parts02-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.l-parts02-feature__left {
  width: 115px;
}

.l-parts02-feature__title {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #ffc9d0;
  border-radius: 50%;
  color: #333;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.l-parts02-feature__title::after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #333;
  width: 46px;
  bottom: 25px;
}

.l-parts02-feature__list {
  width: 80%;
  margin: 0;
}

.l-parts02-plan h4 {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 6rem;
  z-index: 1;
}

.l-parts02-plan {
  margin: 30px 0;
}

.l-main-area .l-parts02 .l-parts02-plan .box-wrap {
  background: none;
  margin: 0;
  padding: 0;
}

.l-parts02-plan .box-wrap .box-head:before {
  display: none;
}

.l-parts02-plan .box-wrap .box-head:after {

}

.l-parts02-voice {
  margin-top: 1rem;
  position: relative;
}

.l-parts02-voice .l-icon-title--recommend:before {
  content: url(img/point.png);
  position: absolute;
}

.l-parts02-voice__title {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.l-parts02-voice-box {
  position: relative;
  margin: 120px 10px 40px;
  display: block;
}

.l-parts02-voice-box:before {
  content: "";
  position: absolute;
  background: url(img/icon-dog.png) no-repeat;
  width: 83px;
  height: 97px;
  top: -92px;
  left: 0;
  z-index: 1;
}

.l-parts02-voice-box__item {
  position: relative;
  background: #fff;
  padding: 30px 30px 10px 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.l-main-area .l-parts02 .l-parts02-voice-box__title {
  margin: 0 0 1rem 0;
  padding: 0 0 1.5rem;
  font-weight: bold;
  position: relative;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.6;
}

.l-main-area .l-parts02 .l-parts02-voice-box__title::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #D06D43;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84px;
}

.l-main-area .l-parts02 .l-parts02-voice-box__text {
  padding: 1rem;
}

.l-parts02-voice-box__old {
  margin: 0 0 20px;
  padding: 2px 10px;
  display: inline-block;
  background: #ddd;
}

.l-parts02-voice-box__text {
  text-align: left;
  line-height: 2;
}

.l-parts02-voice .l-parts02-voice-box__item .caption,
.l-parts02-voice .l-parts02-voice-box__item .contents_box {
 text-align: left;
 white-space: nowrap;
 overflow-x: scroll;
 overflow-y: visible;
}

.l-parts02-basic {
  margin-top: 7rem;
  padding: 0;
}

.showroom {
  margin-top: 4rem;
}

.l-parts02-basic .float-wrap {
  margin-bottom: 1rem;
}

.l-parts02-basic__title {
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.l-parts02-basic__title:after {
  position: absolute;
  content: "";
  width: 78px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  border-bottom: 2px solid #D06D43;
}

.l-parts02-basic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.l-parts02-basic__inner__left {
  width: 414px;
}

.l-parts02-basic__inner__right {
  width: 260px;
}

#instapic {
  width: 280px;
  margin-top: 4.8rem;
}

.l-parts02-basic__inner__right p {
  margin: 0;
}

.l-main-area .l-parts02 .l-parts02-basic .l-parts02-basic__inner__right iframe {
  width: 100%;
  min-width: 0!important;
}

.l-parts02-basic__inner__right img {
  width: 100%;
}

.l-parts02-basic__inner.media .l-parts02-basic__inner__left {
  width: 382px;
}

.l-parts02-basic__inner.media .l-parts02-basic__subttl {
  display: table;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E2D2BC 60%);
  margin-bottom: 1.5rem;
}

.l-parts02-basic__insta blockquote {
  min-width: inherit !important;
}

.l-parts02-basic__scroll {
  height: 400px;
  background: #fff;
  padding: 2rem;
  overflow-y: scroll;
}

.l-parts02-basic__scroll__item {
  border-bottom: #A5A5A5 dashed 1px;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

.l-parts02-basic__scroll__item__date {
  font-size: 1.2rem;
  font-weight: bold;
}

.l-parts02-basic__scroll__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.l-parts02-basic__scroll__item__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-parts02-basic .basicInfo {
  width: 100%;
  margin: 0;
}

.l-parts02-basic .basicInfo th {
  width: 38%;
  font-size: 1.4rem;
}

.l-parts02-basic .basicInfo td {
  font-size: 1.4rem;
}

.l-main-area .l-parts02-column2__right {
  margin: 0;
}

.l-main-area .l-parts02-column2__right__item {
  margin: 0 0 0 4px;
  padding: 0;
  background: none;
}

.l-main-area .l-parts02-feature__list {
  margin: 0;
}

.l-main-area .l-parts02-feature__list li {
  margin: 0;
  padding: 2rem 0;
  background: none;
}

.l-parts02-basic__inner__right {
  position: relative;
}

.l-parts02-basic__inner__right iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.l-parts03 {
  margin: 100px 0 0 0;
  text-align: center;
}

.l-parts03__title {
  display: block;
  margin: 0 auto 10px auto;
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  position: relative;
}

.l-parts03 .l-parts03__title a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/txt_title2.png) center top no-repeat;
  background-size: 220px auto;
  top: -2rem;
  left: 0;
  right: 0;
  z-index: -1;
}

.l-parts03__title span {
  background: linear-gradient(transparent 60%, #E2D2BC 60%);
}

.l-parts03__title a {
  display: block;
  padding: 0 60px;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 1rem;
  text-decoration: none;
  z-index: 0;
}

.l-parts03__title a:hover {
  opacity: 0.6;
}

.l-parts03 .top-txt {
  text-align: left;
  margin: 0 0 2rem;
}

.l-parts03 .top-txt span {
  font-size: 1.6rem;
}
.l-parts03 .caption {
  text-align: left;
}

.l-parts03 h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  background: #ffe0e4;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.l-parts03 h3:not([class])::before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/i-parts01_h2_l.png) left center no-repeat, url(img/i-parts01_h2_l.png) right center no-repeat;
  background-size: 3rem;
  width: calc(100% - 168px);
  height: 34px;
  left: 84px;
  top: calc(50% - 17px);
}

.l-parts03 .box-wrap,
.l-parts05 .box-wrap,
.l-parts06 .box-wrap {
  background: none;
  justify-content: flex-start;
  padding: 0;
}

.l-parts03 .box-wrap .box,
.l-parts05 .box-wrap .box,
.l-parts06 .box-wrap .box {
  width: calc(33.333333% - 3rem * 2 /3);
  position: relative;
  background: #FCF9F5;
  box-shadow: 0 0 0 1px #172852, 0 0 0 6px #FCF9F5;
  margin: 0 3rem 3rem 0;
}

.l-parts03 .box-wrap .box:nth-child(3n),
.l-parts05 .box-wrap .box:nth-child(3n),
.l-parts06 .box-wrap .box:nth-child(3n) {
  margin: 0 0 3rem;
}

.l-parts03 .box-wrap .box-head,
.l-parts05 .box-wrap .box-head,
.l-parts06 .box-wrap .box-head {
  position: relative;
  padding: 0;
  z-index: 1;
  font-size: 1.8rem;
  background: none;
}

.l-parts03 .box-wrap .box-head {
 height: 40px;
}

.l-parts05 .box-wrap .box-head,
.l-parts06 .box-wrap .box-head {
  padding: 0 0 3rem 0;
}

.l-parts03 .box-wrap .box-head::after,
.l-parts05 .box-wrap .box-head::after,
.l-parts06 .box-wrap .box-head::after {
  display: none;
}

.l-parts03 .box-wrap .box-head .box-head a,
.l-parts05 .box-wrap .box-head .box-head a,
.l-parts06 .box-wrap .box-head .box-head a {
  margin: 0 0 0 0;
  padding: 2rem 2rem 2rem 0;
  display: block;
  text-decoration: none;
  background: url(img/arrow01_black.svg) right top no-repeat;
  background-size: 10px 16px;
  position: relative;
}

.l-parts05 .box-wrap .box-head a::before,
.l-parts06 .box-wrap .box-head a::before {
  content: url(img/point2.png);
  position: absolute;
}

.l-parts05 .box-wrap .box-head a::before,
.l-parts06 .box-wrap .box-head a::before {
  width: 50px;
  height: 50px;
  border: solid 1px #333;
  -webkit-box-shadow: 0 0 0 3px #ffc9d0;
  box-shadow: 0 0 0 3px #ffc9d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #ffc9d0;
  color: #333;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.l-parts03 .box-wrap .box::after,
.l-parts05 .box-wrap .box::after,
.l-parts06 .box-wrap .box::after {
  content: none;
}

.l-parts03 .box-wrap table {
  width: 100%;
  margin-bottom: 0;
}

.l-parts03 .box-wrap table tr {
  display: block;
}

.l-parts03 .box-wrap table th,
.l-parts03 .box-wrap table td {
  display: block;
  width: 100%;
  margin: -1px 0;
  text-align: center;
}

.l-parts03 .box-wrap table th, .l-parts03 .box-wrap table td {
  font-size: 1.4rem;
  padding: 0.5rem;
}

.l-parts03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-parts03__inner__item {
  width: 360px;
  margin: 0 40px 40px 0;
  padding: 30px;
  border: solid 2px #000;
  position: relative;
}

.l-parts03__inner__item:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}

.l-parts03__inner__item:nth-child(even) {
  margin: 0 0 40px 0;
}

.l-parts03__inner__item__title {
  margin-bottom: 20px;
  padding: 10px 0 10px 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}

.l-parts03__inner__item__title.first {
  background: url(img/ico_no1.png) no-repeat left center;
  background-size: 2.8rem;
}

.l-parts03__inner__item__title.second {
  background: url(img/ico_no2.png) no-repeat left center;
  background-size: 3rem;
}

.l-parts03__inner__item__title.third {
  background: url(img/ico_no3.png) no-repeat left center;
  background-size: 3rem;
}

.l-parts03__inner__item__photo {
  margin: 0 0 20px 0;
}

.l-parts03__inner__item__photo img {
  width: 100%;
}

.l-parts03__inner__item__text {
  margin: 0 0 20px 0;
  text-align: left;
}

.l-parts03__inner__item__box .box-title {
  padding: 8px;
  background: #b1b1b1;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
}

.l-parts03__inner__item__box .box-text {
  padding: 15px 20px;
  background: #ddd;
  text-align: left;
}

.l-parts04 {
  margin: 120px 20px 0 20px;
  padding: 8px;
  background: #E2D2BC;
  outline: solid 1px #172852;
  outline-offset: -8px;
  position: relative;
}

.l-parts04:before {
  content: "";
  width: 182px;
  height: 108px;
  background: url(img/deco1_red.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -60px;
  left: -67px;
}

.l-parts04:after {
  content: "";
  width: 90px;
  height: 120px;
  background: url(img/l-parts04_img2.png) no-repeat center center;
  background-size: 90px auto;
  position: absolute;
  right: 24px;
  bottom: 16px;
}

.l-parts04__title {
  margin-bottom: 30px;
  padding: 50px 0 0 0;
  background: url(img/txt_check.png) no-repeat center top;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}

.l-parts04__title:before {
  position: absolute;
  content: "";
  width: 120px;
  top: 30px;
  left: 50%;
  margin-left: -60px;
  border-bottom: 2px solid #e60012;
  padding-bottom: 8px;
}

.l-parts04__title a {
  padding: 0 60px;
  background: url(img/arrow05_black.svg) no-repeat right center;
  background-size: 40px;
  text-decoration: none;
}

.l-parts04__title a:hover {
  background: url(img/arrow05_red.svg) no-repeat right center;
  background-size: 40px;
}

.l-parts04__upper {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-parts04__upper__left {
  width: 390px;
}

.l-parts04__upper__left p {
  margin: 0;
}

.l-parts04__upper__right a {
  display: block;
  width: 200px;
  padding: 15px;
  border: solid 1px #f4f4f4;
  background: #444444 url(img/btn_corner_gray.png) no-repeat right 4px bottom 4px;
  -webkit-box-shadow: 0 0 0 5px #444444;
  box-shadow: 0 0 0 5px #444444;
  color: #fff;
  text-decoration: none;
}

.l-parts04__upper__right a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.l-parts04__inner {
  background: #F4EDE5;
  padding: 4.5rem 2.5rem;
}

.l-parts04__inner__title {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}

.l-parts04__inner__title a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 1rem;
  text-decoration: none;
  padding: 0 2rem;
}

.l-parts04__inner__title span {
  color: #D06D43;
}

.l-parts04__inner__title span::after {
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 252, 22, 1) 4px, rgba(255, 252, 22, 1) 10px);
  position: absolute;
  z-index: -1;
}

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

.l-parts04__inner__box__left {
  width: 265px;
}

.l-parts04__inner__box__left img {
  width: 100%;
  height: auto;
}

.l-parts04__inner__box__right {
  width: 365px;
}

.l-parts04 .fr {
  float: right;
  width: 149px;
  text-align: right;
}

.l-parts04 .fr .frame {
  position: relative;
}

.l-parts04 .fr img {
  width: 100%;
}

.l-parts04__inner__box__right p {
  margin: -0.5rem 0 3rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.l-parts04__inner__box__right p:nth-child(2) {
  float: left;
}

.l-parts04__inner__box__right .btn-internal {
  margin: 0 auto;
  width: 70%;
}

.l-main-area .l-parts04 .btn-internal {
  right: 0;
  margin: 0;
  width: 270px;
}

.l-main-area .l-parts04 .btn-internal a {
  background: url(img/arrow01_white.svg) no-repeat right 13px center, #172852;
  background-size: 6px auto;
  padding: 1.3rem 2.5rem 1.3rem 1.2rem;
  border-radius: 4px;
	text-align: left;
}

.l-parts05,
.l-parts06 {
  margin: 100px 0 30px 0;
}

.l-parts05__title,
.l-parts06__title {
  margin: 0 60px 35px 60px;
  padding: 65px 0 0 0;
  background: url(img/txt_dummy.png) no-repeat center top;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.l-parts05__title:before,
.l-parts06__title:before {
  position: absolute;
  content: "";
  width: 160px;
  top: 40px;
  left: 50%;
  margin-left: -80px;
  border-bottom: 3px solid #e60012;
  padding-bottom: 8px;
}

.l-parts05__title a,
.l-parts06__title a {
  padding: 0 60px;
  background: url(img/arrow05_black.svg) no-repeat right center;
  background-size: 40px;
  text-decoration: none;
}

.l-parts05__title a:hover,
.l-parts06__title a:hover {
  background: url(img/arrow05_red.svg) no-repeat right center;
  background-size: 40px;
}

.l-parts05__text,
.l-parts06__text {
  width: 75%;
  margin: 0 auto 100px auto;
  line-height: 2.2;
}

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

.l-parts05__box__item,
.l-parts06__box__item {
  display: block;
  margin: 0 0 3rem 0;
  width: 235px;
  min-height: 100px;
  position: relative;
}

.l-parts05__box__item:hover,
.l-parts06__box__item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.l-parts05__box__item:before,
.l-parts05__box__item:after,
.l-parts06__box__item:before,
.l-parts06__box__item:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-block;
}

.l-parts05__box__item:before,
.l-parts06__box__item:before {
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  top: -6px;
  left: -6px;
}

.l-parts05__box__item:after,
.l-parts06__box__item:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  bottom: -6px;
  right: -6px;
}

.l-parts05__box__item__title,
.l-parts06__box__item__title {
  margin: 0;
  padding: 10px 10px 10px 13px;
  width: 55%;
  height: 100%;
  background: rgba(177, 177, 177, 0.8);
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-parts05__box__item.photo01 {
  background: url(img/parts05_photo01.jpg) no-repeat left top;
  background-size: 100%;
}

.l-parts05__box__item.photo02 {
  background: url(img/parts05_photo02.jpg) no-repeat left top;
  background-size: 100%;
}

.l-parts05__box__item.photo03 {
  background: url(img/parts05_photo03.jpg) no-repeat left top;
  background-size: 100%;
}

.l-parts05__box__item.photo04 {
  background: url(img/parts05_photo04.jpg) no-repeat left top;
  background-size: 100%;
}

.l-parts05__box__item.photo05 {
  background: url(img/parts05_photo05.jpg) no-repeat left top;
  background-size: 100%;
}

.l-parts05__box__item.photo06 {
  background: url(img/parts05_photo06.jpg) no-repeat left top;
  background-size: 100%;
}

.l-main-area .l-parts05__box__item__title {
  margin: 0;
}

.l-main-area .l-parts05__text {
  margin: 0 auto 100px auto;
}

.l-main-area .l-parts05 .frame-head a,
.l-main-area .l-parts06 .frame-head a {
  margin: 0;
  padding-right: 2rem;
  display: block;
  text-decoration: none;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 10px 16px;
  position: relative;
}

.l-main-area .l-parts05 .float-wrap {
  margin-bottom: 10rem;
}

.l-main-area .l-parts05 .float-wrap .btn-internal {
  margin: 30px 0 0 60px;
  width: 310px;
}

.l-main-area .l-parts05 .float-wrap.img-left .btn-internal {
  margin: 30px 60px 0 auto;
}

.l-main-area .l-parts05 .btn-link {
  font-size: 1.6rem;
}

.l-main-area .l-parts05 .btn-link a {
  padding: 5px 0 5px 15px;
  background: url(img/arrow01_btn-link.svg) no-repeat left center;
  background-size: 11px auto;
  text-decoration: none;
}

/*
---------------------------------------------

  low

*/

.l-contents-area.low {
  margin-top: 3rem;
}

span.stripe {
  background: linear-gradient(transparent 70%, #F1D3C6 70%);
}

.l-contents-area.low .l-main-area.l-main-area--low .bnr001,
.l-contents-area.low .l-main-area.l-main-area--low .bnr002 {
  margin: 30px auto;
}

.l-contents-area.low .l-main-area.l-main-area--low .bnr001_img.forPC {
  margin: 0 auto;
  text-align: center;
}

.l-contents-area .l-main-area--low .l-parts02-basic__inner__left {
  width: 60%;
}

.l-contents-area .l-main-area--low .l-parts02-basic__inner__right {
  width: calc(40% - 30px);
}

.l-contents-area .l-main-area--low .faq.f_r .txt {
  padding: 15px 30px 14px;
}

.l-contents-area .l-main-area--low .faq.f_r p span {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f1d3c6 60%);
}


.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}
.index-banner_pc {
  margin: 5rem 0 0 0;
  position: fixed;
  right: 20px;
  bottom: 18rem;
  z-index: 10;
  display: none;
}

.index-banner_pc a {
  text-decoration: none;
}

.index-banner_pc a:hover{
  opacity: 0.6;
}

.text-banner-box {
  max-width: 220px;
  background: #172852;
  position: relative;
}

.text-banner-box:before {
  content: "";
  position: absolute;
  max-width: 97px;
  width: 100%;
  height: 67px;
  background: url(img/dami_img_12.svg)no-repeat;
  top: -45%;
  left: -12%;
}

.text-banner-box:after {
  content: "";
  position: absolute;
  bottom: 4%;
  right: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #D06D43 transparent;
}

.pc-bannerArea .imgArea {
  width: 40%;
}

.text-banner-box__text {
  padding: 2rem 0.8rem 1.5rem 0.8rem;
  text-align: center;
}

.text-banner-box__text .mainttl {
  color: #fff;
}

.cmn02-text-banner-box__catch {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.384615385;
}

.text-banner-box__text .cmn02-paragraph {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.text-banner-box__text .cmn02-paragraph span {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px){
  .index-banner_pc{
    display:none !important;
  }
}


.text-banner-box.part03 .cmn02-text-banner-box__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.index-banner {
  margin: 5rem 0 0 0;
  position: fixed;
  right: 0;
  bottom: 0rem;
  z-index: 1000;
  display: none;
}

.index-banner a {
  text-decoration: none;
}

.index-banner a:hover {
  opacity: 0.6;
}

.text-banner-box.part03 {
  position: relative;
  max-width: 100%;
  left: 6%;
}

.text-banner-box.part03:before {
  content: "";
  position: absolute;
  max-width: 25%;
  width: 25%;
  height: 100%;
  background: url(img/dami_img_12.svg)no-repeat;
  top: -80%;
  left: -5px;
  background-size: 100%;
  z-index: 1;
}

.text-banner-box.part03 .cmn02-text-banner-box__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.text-banner-box.part03:after {
  content: none;
}

.text-banner-box.part03 .cmn02-paragraph {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}

.text-banner-box.part03 .text-banner-box__text {
  padding: 1.5rem 2.7rem 1.5rem 2rem;
  position: relative;
  background: #172852;
  width: 100%;
}

.text-banner-box.part03 .text-banner-box__text:after {
  content: "";
  position: absolute;
  background: url(img/arrow01_white.svg) right center no-repeat;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 17px;
  height: 31px;
  background-size: 8px auto;
}

@media screen and (max-width: 480px) {
  .index-banner {
    width:100%;
  }
  .text-banner-box.part03 {
    position: relative;
    max-width: 100%;
    left: 0%;
  }
}


/*
---------------------------------------------

  smartphone settings

*/

@media screen and (max-width: 599px) {
  .forPC {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc_br {
    display: none;
  }
  /*
---------------------------------------------

  header area

*/
  .l-header-area {
    min-width: auto;
    position: relative;
    overflow-x: hidden;
    font-size: 1.4rem;
  }
  .l-header {
    width: 94%;
    min-height: 4rem;
    margin: 0 auto;
    padding: 0.2rem 0;
    display: block;
  }
  .l-header__sitename {
    font-size: 1.2rem;
  }
  .l-header__sitename:before {
    width: 2.3rem;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
  .l-header__ttl img {
    width: 162px;
    height: 100px;
  }
  .l-header-right {
    display: none;
  }
  .l-header-left {
    width: 100%;
    display: block;
  }
  .l-header-logo {
    width: 100%;
    padding: 0 65px 0 0;
  }
  .l-header-logo__image {
    width: 4rem;
    height: 4rem;
  }
  .l-header-list {
    display: none;
  }
  .l-header--scroll-menu {
    display: none;
  }
  .l-header--scroll-menu.is-show {
    display: none;
  }
  .l-header__ttl__box {
    background-size: 200% auto;
    background-position: center;
    margin: 0;
    padding: 0.5rem 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 10rem;
  }
  .l-header__ttl {
    position: absolute;
    top: calc(50% - 4.75rem);
    left: calc(50% - 9.75rem);
  }
  .l-contents-area.low {
    margin-top: 1rem;
  }
  .l-gnavi-area {
    width: 100%;
  }
  .l-gnavi-btn {
    width: 60px;
    height: 44px;
    display: block;
    position: fixed;
    top: -2px;
    right: 0;
    z-index: 200;
    cursor: pointer;
  }
  .l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #87755e;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 11px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 21px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 31px;
  }
  .l-gnavi-btn:hover {
    color: #666;
  }
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-btn--gnavi {
    width: 30px;
    height: 23px;
    background: none;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .l-gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .is-navi-open .l-gnavi-area--slide-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
  }
  .l-gnavi-area02 {
    display: none;
  }
  /*
---------------------------------------------

  mv area

*/
  .l-mv .mv_text {
    position: relative;
    width: 92%;
    background: rgba(255, 255, 255, 0.9);
    outline: 0.1rem solid #333;
    outline-offset: -5px;
    padding: 6rem 2rem 3rem;
    margin: 10rem auto 0;
  }
  .l-mv .mv_text::before {
    background-size: 162px auto;
    width: 162px;
    height: 100px;
    top: -3rem;
    left: calc(50% - 83px);
  }
  .l-mv .mv_text::after {
    content: "";
    position: absolute;
    display: block;
    background: url(img/mv_img_sp.png) left top no-repeat;
    background-size: 85px auto;
    width: 85px;
    height: 146px;
    top: 7rem;
    left: -1.5rem;
  }
  /*
---------------------------------------------

  footer area

*/
  .l-footer-area {
    min-width: auto;
    padding: 30px 0 0 0;
  }
  .l-footer-area__inner {
    padding: 0;
  }
  .l-footer-logo {
    width: 50%;
    margin: 0 auto;
  }
  .l-footer-disclaimer {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding: 4%;
    font-size: 1.2rem;
  }
  .l-footer-list__item {
    margin: 0;
    padding: 0 20px;
  }
  .l-footer-list__item--top {
    border-right: solid 1px #d3c9bd;
  }
  .l-footer-list__link {
    text-decoration: none;
  }
  .l-footer-list__link:hover {
    text-decoration: underline;
  }
  .l-footer-copy {
    padding: 1rem;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  .l-footer-copy p {
    margin: 0 auto;
    text-align: center;
  }
  .l-footer-copy .sitemap {
    display: none;
  }
  .l-footer-menu-wrapper {
    width: 100%;
    padding: 0;
  }
  .l-footer-menu {
    width: 90%;
    margin: 2rem auto;
    float: none;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: 0 20px 10px 0;
  }
  .l-footer-menu__title__link:after {
    content: "";
    width: 8px;
    height: 15px;
    background: url(img/arrow01_black.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__list {
    display: none;
    padding: 1.5rem 0;
  }
  .l-footer-menu__list__item {
    width: 100%;
    float: none;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    padding: 1rem;
  }
  .l-footer-submenu__list__link {
    padding: 1rem 2rem;
  }
  /*
---------------------------------------------

  common

*/
  .l-sns-list--fixed {
    display: none;
  }
  .l-tab {
    margin: 0 0 3rem;
  }
  .l-pagetop {
    bottom: 85px;
  }
  .l-pagetop__link {
    width: 5rem;
    height: 5rem;
  }
  .l-pagetop__image {
    width: 28px;
    height: 32px;
  }
  #pankuzu {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*
---------------------------------------------

  contents area

*/
  .l-contents-area__inner {
    width: calc(100% - 2rem);
    display: block;
  }
  /*
---------------------------------------------

  sidebar

*/
  .l-sidebar {
    width: 100%;
  }
  .l-sidebar .btn-web a {
    padding: 1.5rem 1rem 1.5rem 4rem;
  }
  .l-sidebar-banner {
    margin: 0 0 1.5rem 0;
  }
  .l-sidebar-banner__img {
    width: 100%;
  }
  .l-tab__content {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .l-sidebar-news__item {
    padding: 1.5rem 0 2.5rem 0;
  }
  /*
---------------------------------------------

  main area

*/
  .l-main-area {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  /*
---------------------------------------------


*/
  .l-main-area h1 {
    font-size: 2.4rem;
  }
  .l-main-area h2 {
    font-size: 2.2rem;
  }
  .l-main-area h3 {
    font-size: 2rem;
    padding: 1rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
  }
  .l-parts03 h3::before {
    width: calc(100% - 1rem);
    height: 3.4rem;
    left: 0.5rem;
    top: calc(50% - 1.7rem);
  }
  .l-main-area h4 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
  }
  .l-parts02-plan h4 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5rem;
  }
  .l-main-area .faq_box h4 {
    text-align: center;
    margin: 0;
  }
  .faq_box h4::after {
    width: 40%;
    bottom: 0;
  }
  .faq.f_r .txt:before {
    content: none;
  }
  .l-parts02-plan h4::after {
    width: 38vw;
    height: 1rem;
    left: 9%;
    margin: 0;
    bottom: 0;
  }
  .l-main-area .top_h2 {
    width: 100%;
    margin: 3rem 0 4rem 0;
    padding: 2rem 1.5rem;
    font-size: 2.4rem;
    background-size: 65%;
  }
  .l-main-area .top_h2 a {
    background: url(img/arrow01_gray.svg) no-repeat right center;
    padding: 0 1.5rem 0 0.5rem;
  }
  .l-main-area .top_h3 {
    font-size: 2rem;
  }
  .l-main-area .top_h4 {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .l-main-area .top_h5 {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .l-main-area ul {
    margin: 2.1rem;
  }
  .l-main-area ul li::before {
    left: -1rem;
  }
  .l-main-area ol li:before {
    left: 0.2rem;
  }
  .l-main-area ol {
    margin: 2rem 0.5rem;
  }
  .l-main-area table {
    width: 100%;
    margin: 1.5rem auto 2rem;
    display: block;
    border-top: 1px #333 solid;
  }
  .l-main-area table tr {
    width: 100%;
    display: block;
  }
  .l-main-area table th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table thead {
    width: 100%;
    display: block;
  }
  .l-main-area table thead th {
    width: 100%;
    display: block;
    text-align: center;
  }
  .l-main-area table thead td {
    width: 100%;
    display: block;
    text-align: center;
  }
  .l-main-area table tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody th {
    width: 100%;
    display: block;
    text-align: center;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
    text-align: center;
  }
  .l-main-area .l-icon-title {
    margin: 3rem 0 2rem 0;
    padding: 0.5em 1rem 0.5em 6rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-main-area .l-icon-title:before {
    width: 5rem;
    height: 5rem;
    left: -.5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .l-main-area .rank_wrap {
    counter-reset: number;
  }
  .l-main-area .rank_wrap .rank {
    margin: 3rem 0 3rem 3rem;
    padding: 0.5em 1rem 0.5em 4rem;
    font-size: 2rem;
    line-height: 1.4;
    background: #f0efe9;
  }
  .l-main-area .rank_wrap .rank:before {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    font-size: 2rem;
  }
  .l-main-area .btn-web {
    width: 85%;
    margin: 2rem auto;
  }
  .l-main-area .l-parts02 .btn-web a {
    width: 90%;
    padding: 1.5rem 3rem;
    background: url(img/arrow01_white.svg) no-repeat right 1.5rem center, #D06D43;
    background-size: 0.8rem 1.4rem;
  }
  .l-main-area .btn-web a:hover {
    background-size: 25px;
    background-position: left 1.5rem center;
  }
  .l-main-area .btn-internal {
    width: 85%;
    margin: 2rem auto;
  }
  .l-main-area .l-parts05 .btn-internal a {
    width: 90%;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: url(img/arrow01_white.svg) no-repeat right 1.5rem center, #172852;
    background-size: 0.8rem 1.4rem;
  }
  .l-main-area .btn-internal a
  .l-main-area .btn-tel {
    width: 85%;
    margin: 2rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .l-main-area .btn-tel a,
  .l-parts01 .btn-tel a {
    width: 90%;
    margin: 0;
    padding: 1.5rem 3rem;
    display: inline-block;
    background: #9E8B73 url(img/ico_tel.svg) no-repeat right 1.5rem center;
    background-size: 13.86px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
  }
  .l-main-area .btn-tel a {
    /* 追加対応 */
    width: 81%;
    /* 追加対応 */
    margin: auto;
    padding: 1.5rem 3rem;
    display: block;
    background: #9E8B73 url(img/ico_tel.svg) no-repeat right 1.5rem center;
    background-size: 13.86px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  .l-parts01 .btn-tel a {
    width: 90%;
    margin: auto;
    padding: 1.5rem 3rem;
    display: block;
    background: #9E8B73 url(img/ico_tel.svg) no-repeat right 1.5rem center;
    background-size: 13.86px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
   .l-contents-area .l-parts01 .frame-wrap .btn-web a {
    width: 90%;
  }
	.l-contents-area .l-parts01 .frame-wrap .btn-internal a {
		width: 90%;
	}
  .l-main-area .btn-link {
    width: 85%;
    margin: 2rem auto;
    text-align: center;
  }
  .l-main-area .btn-link a {
    width: 100%;
    padding: 1rem 4rem;
    border: solid 1px;
    display: inline-block;
    background-position: right 1rem center;
    text-decoration: none;
  }
  .l-main-area .btn-link a:hover {
    text-decoration: none;
  }
  .btn-accordion .btn-more {
    width: 80%;
  }
  .btn-accordion .btn-more::before, .btn-accordion .btn-more::after {
    right: 13px;
  }

  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }
  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 20px 10px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 0 20px 10px 0;
    float: left;
  }
  .l-main-area .box-wrap {
    margin: 3rem auto 3rem;
    left: 0;
    display: block;
    position: relative;
    width: 100%;
  }
  .l-main-area .box-wrap .box {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 2rem 2rem 3rem;
  }
  .l-parts03 .box-wrap .box:nth-child(3n), .l-parts05 .box-wrap .box:nth-child(3n), .l-parts06 .box-wrap .box:nth-child(3n) {
    margin: 0 auto 3rem;
  }
  .l-main-area .l-parts02 .l-parts02-plan .box::after, .l-main-area .box-wrap.box-point .box::after {
    left: 1rem;
    top: 3.5rem;
    background-size: 7rem auto;
  }
  .l-main-area .l-parts02 .l-parts02-plan .box-head, .l-main-area .box-wrap.box-point .box-head {
    /* padding-left: 7rem; */
  }
  .l-main-area .box-wrap .box-head {
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 1.5rem;
    display: block;
    font-size: 1.8rem;
  }
  .l-main-area .box-wrap .box-head a {
    right: 0;
    padding: 1rem 2rem 1rem 0;
  }
  .l-parts03 .box-wrap .box-head::before,
  .l-parts05 .box-wrap .box-head::before {
    bottom: -1.1rem;
  }
  .l-parts03 .box-wrap .box-head::after,
  .l-parts05 .box-wrap .box-head::after {
    bottom: -0.5rem;
  }
  
  .l-main-area .box-wrap .btn-internal {
    display: block;
    margin: 1.5rem auto 1rem auto;
  }
  .l-main-area .frame-wrap {
    margin: 0 auto 3rem;
    display: block;
  }
  .l-main-area .frame-wrap .frame {
    width: calc(100% - 20px);
    margin: 0 auto 4rem;
    padding: 0;
  }
  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 4rem;
  }
  .l-main-area .frame-wrap .frame-body {
    padding: 5%;
  }
  /* low ----------------*/
  .l-main-area--low h2 {
    margin: 3rem 0 2rem;
  }
  /*
---------------------------------------------

  top

*/
  .l-mv {
    margin: 0 0 1rem;
    padding: 1rem 0 2rem;
    background: url(img/mv_bg_sp.png) center top no-repeat;
    background-size: cover;
  }
  .l-mv__title {
    width: 100%;
    margin: 0;
    padding: 2.6rem 0 2rem 6rem;
    font-size: 2rem;
    text-align: left;
  }
  .l-mv__title:after {
    display: none;
  }
  .l-mv__text {
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .l-parts01 {
    margin: 4rem 1rem;
  }
  .l-parts01.lower {
    margin: 0 1rem 70px;
  }
  .l-parts01__title {
    padding: 1rem;
    background-size: 4rem;
    background-position: right 1rem center;
  }
  .l-parts01__title.is-open {
    background-size: 4rem;
    background-position: right 1rem center;
  }
  .l-parts01__title__label {
    padding: 0 1rem 0.5rem 0;
    width: 22%;
    vertical-align: middle;
  }
  .l-parts01__list__item:before {
    width: 6rem;
  }
  .l-parts01__list__item__link {
    padding: 1rem 1rem 1rem 7rem;
    line-height: 1.8;
  }
  .l-contents-area .l-parts01 h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    width: 100%;
    padding: 0 8rem 0 0;
    text-align: left;
  }
  .l-contents-area .l-parts01 h2 span {
    font-size: 2.4rem;
    color: #de025b;
  }
  .l-contents-area .l-parts01.lower .ttl {
    margin-bottom: 2rem;
  }
  .l-contents-area .l-parts01 .frame-wrap {
    display: block;
    width: 100%;
    margin: 3rem 0 2rem;
    padding: 1rem;
  }
  .l-contents-area .l-parts01 .frame-wrap .frame {
    width: 100%;
    padding: 3rem 1rem 2rem;
    border-left: none;
    border-top: 0.1rem solid #333;
    margin-bottom: 1rem;
  }
  .l-contents-area .l-parts01 .frame-wrap .frame:before {
    display: none ;
  }
  .l-contents-area .l-parts01 .frame-wrap .frame:first-child {
    border-top: none;
  }
  .l-contents-area .l-parts01 .frame-catch{
    font-size: 1.6rem;
  }
  .bx-wrapper {
    position: relative;
    margin-bottom: 3rem;
  }
  .bxSlider .areal {
    width: 100%;
  }
  .l-contents-area .l-parts01 .frame img {
    width: 100%;
    margin: 0 auto;
  }
  .l-contents-area .l-parts01 .bx-wrapper .bx-controls-direction a {
    top: -195px;
  }
  .l-contents-area .l-parts01 div div .bx-wrapper .bx-prev {
    left: -16px;
  }
  .l-contents-area .l-parts01 div div .bx-wrapper .bx-next {
    right: -16px;
  }
  .l-parts01 .btn-web,
  .l-parts01 .btn-internal,
  .l-parts01 .btn-tel {
    margin: 1rem auto !important;
    width: 85% !important;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .l-parts01 .btn-tel a {
    padding: 1rem 2rem;
  }
  /*
---------------------------------------------

  slide

*/
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    /* display: block; */
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
    font-size: 1.2rem;
    color: #8c8c8c;
    line-height: 1.2em;
    /* text-align: center; */
    background: #fff;
  }
  .slick-initialized .slick-slide img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto 1%;
  }
  .slick-initialized .slick-slide img.yoka-point {
    width: 45%;
    margin-top: 2rem;
  }
  .slick-initialized.slidemenu .slick-slide {
    height: 75px;
    text-align: center;
  }
  .slick-initialized.slidemenu .slick-slide img {
    height: 100%;
    width: auto;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .container .slider-box {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .container .slider-box .slider-for .pic {
    background: #fff;
    margin-bottom: 10px;
    height: auto;
  }
  .container .slider-box .slider-for img {
    width: auto;
    height: 230px;
  }
  .container .slider-box .slider-nav {
    height: 55px;
    overflow: hidden;
    margin-top: 10px;
  }
  .container .slider-box .slider-nav .pic {
    width: 30vw;
    background: #fff;
    position: relative;
  }
  .container .slider-box .slider-nav img {
    width: auto;
    max-width: 30vw;
    max-height: 55px;
  }
  .slick-arrow.slick-prev,
  .slick-arrow.slick-next {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
  }
  #slide01Navi .slick-prev.slick-arrow,
  #slide02Navi .slick-prev.slick-arrow,
  #slide03Navi button.slick-prev.slick-arrow {
    top: 3rem;
  }
  #slide03Navi button.slick-prev.slick-arrow {
    top: 3.5rem;
  }
  #slide01Navi .slick-next.slick-arrow,
  #slide02Navi .slick-next.slick-arrow,
  #slide03Navi button.slick-next.slick-arrow {
    right: -2rem;
    top: 3rem;
  }
  .slick-prev::before {
    content: "";
    position: absolute;
    display: block;
    background: url(img/slide_ar_l.png) left 0.9rem center no-repeat;
    background-size: 0.9rem;
    width: 3rem;
    height: 3rem;
  }
  .slick-next::before {
    content: "";
    position: absolute;
    display: block;
    background: url(img/slide_ar_r.png) right 0.9rem center no-repeat;
    background-size: 0.9rem;
    width: 3rem;
    height: 3rem;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-slide:focus {
    outline: 0;
  }
  .slider-nav .slick-current .pic {
    opacity: 0.5;
  }
  .l-parts02__slider .slick-slider {

  }

  /*
---------------------------------------------

  faq

*/
  .faq {
    padding: 10% 0;
    width: 100%;
  }
  .faq.flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .faq.f_r {
    padding: 2rem 0 2rem;
    left: 0;
  }
  .faq.f_r .txt .float-img.fl .flame {
    bottom: -10px;
    right: -47px;
    position: absolute;
    width: 8.5rem;
    height: auto;
  }
  .faq.f_r .txt .float-img.fl {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
  }
  .l-main-area .l-parts02 .faq.f_r p span {
    position: relative;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    width: 100%;
  }
  .l-main-area .l-parts02 .faq.f_r p span::before {
    content: "";
    position: absolute;
    background: url(img/l-parts02-faq_img.png) right top no-repeat;
    background-size: 9rem auto;
    width: 10rem;
    height: 10rem;
    bottom: 0;
    right: 0;
  }
  .faq.f_l .txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 3%;
    width: 92%;
    padding: 4%;
    position: relative;
    text-align: justify;
  }
  .l-main-area .l-parts02 .faq_box img {
    display: none;
  }
  #index-bottom .faq .txt p,
  #page-bottom .faq .txt p {
    margin: 0;
  }
  .faq.f_r .txt {
    position: relative;
    border-radius: 5px;
    width: 88%;
    margin-right: auto;
    padding: 9%;
    text-align: justify;
  }
  .faq.f_r .txt p{
    margin-bottom: 0.5em;
  }
  .faq.f_r .txt p span {
    padding-right: 8rem;
  }
  .l-main-area .l-parts02 .faq.f_r p span, .l-contents-area .l-parts01 .faq.f_r p span {
    font-size: 1.6rem;
    border-bottom: none;
    padding: 0 3.2rem 0 1rem;
  }
  .l-main-area .l-parts02 .faq.f_r p span::before {
    display: none;
  }
  /*
---------------------------------------------

  l-parts02

*/
  .l-parts02 {
    margin: 6rem 0;
  }
  .l-parts02__title {
    margin-bottom: 2rem;
    padding: 1.5rem 0 1rem;
    line-height: 1.6;
  }
  .l-parts02__title:after {
    height: 3rem;
    top: -2.4rem;
    background-size: 85px auto;
  }
  .l-parts02__title a {
    padding: 0 3rem 0 0;
    background: url(img/arrow05_black.svg) no-repeat right center;
    background-size: 30px;
  }
  .l-parts02__title a:hover {
    background-size: 30px;
  }
  .l-parts02-column2 {
    display: block;
    padding: 1rem;
    margin-bottom: 5rem;
  }
  .l-parts02-column2 .l-parts02__catch {
    display: block;
    margin: 0 auto 1rem;
    padding: 1.5rem 1rem;
    background-size: 1.5rem;
    font-size: 2rem;
    text-align: center;
  }
  .l-parts02__catch small {
    font-size: 1.6rem;
  }
  .l-parts02-column2 .l-parts02-column2__right {
    text-align: right;
  }
  .l-parts02-column2 .l-parts02-column2__right__item a {
    font-size: 1.2rem;
  }
  .l-parts02__slider .thumb-item {
    padding: 1rem;
  }
  .l-parts02__slider .thumb-item li {
    font-size: 1.2rem;
  }
  .l-parts02__slider .thumb-item li .slider-txt {
    padding: 0 1rem;
  }
  .l-parts02__slider .thumb-item-nav {
    width: 86%;
    height: 90px;
  }
  .l-parts02__slider .thumb-item-nav img {
    width: 100%;
  }
  .l-parts02__slider .thumb-item-nav li {
    width: calc((100% - 2rem) / 3);
    padding: 1rem 0.5rem;
  }
  .l-parts02__slider .thumb-item-nav .slick-current:after {
    height: 10px;
    left: 0.4rem;
  }
  .l-parts02__slider .thumb-item-nav .slick-active:before {
    width: calc(100% - 1rem);
    height: max-content;
    top: 1rem;
    left: 0.5rem;
  }
  .l-parts02__slider .slick-prev:before, .l-parts02__slider .slick-next:before {
    background-size: 7px auto;
    width: 22px;
    height: 22px;
  }
  .l-parts02__slider .slick-prev:before {
    background-position: left 6px center;
  }
  .l-parts02__slider .slick-next:before {
    
    background-position: right 6px center;
  }
  .l-parts02__slider .slick-arrow.slick-prev, .l-parts02__slider .slick-arrow.slick-next {
    width: 22px;
    height: 22px;
    top: 20%;
    transform: translateY(-80%);
  }
  .l-parts02__slider .slick-arrow.slick-prev {
    left: -5px;
  }
  .l-parts02__slider .slick-arrow.slick-next {
    right: -5px;
  }
  #slide01Navi .slick-prev.slick-arrow::before, #slide02Navi .slick-prev.slick-arrow::before, #slide03Navi .slick-prev.slick-arrow::before {
    width: 21px;
    height: 21px;
  }
  #slide01Navi .slick-next.slick-arrow::before, #slide02Navi .slick-next.slick-arrow::before, #slide03Navi .slick-next.slick-arrow::before {
    width: 21px;
    height: 21px;
    background-position: right center;
  }
  .l-parts02-feature {
    margin-top: 3rem;
    display: block;
  }
  .l-parts02-feature__title {
    margin: 0;
  }
  .l-parts02-feature__left {
    width: auto;
    text-align: center;
  }
  .l-parts02-feature__list {
    width: 100%;
  }
  .l-parts02-voice__title {
    top: 0;
    left: 0;
  }
  .l-parts02-voice__title::after {
    width: 90%;
    bottom: 0;
  }
  .l-parts02-voice-box:after {
    width: 25%;
  }
  .l-parts02-voice-box__item {
    width: 100%;
    display: block;
    padding: 3rem 1.5rem 1.5rem;
    border-right: none;
  }
  .l-parts02-voice-box__item:last-child {
    border: none;
  }
  .l-main-area .l-parts02 .l-parts02-voice-box__title {
    font-size: 1.8rem;
  }
  .l-parts02-basic {
    position: relative;
    margin-top: 5rem;
  }
  .l-parts02-basic .basicInfo th {
    width: 100%;
  }
  .l-parts02-basic .l-parts02-basic__inner__left {
    margin-bottom: 2rem;
  }
  .l-parts02-basic .l-parts02-basic__inner__right {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .l-parts02-basic__inner__right {
    padding-bottom: 100%;
  }
  #instapic {
    width: 100%;
    margin-top: 0;
  }
  .l-main-area .l-parts02-feature__title {
    margin: 0 auto;
  }
  .l-main-area .l-parts02-voice-box__title {
    margin: 1rem 0;
  }
  .l-main-area .l-parts02-voice-box__old {
    margin: 0;
  }
  .l-main-area .l-parts02 .btn-web {
    width: 90%;
  }
  .l-main-area .l-parts02 .btn-tel {
    width: 100%;
  }
  .l-parts03 {
    margin: 8rem 0 0 0;
  }
  .l-parts03__title {
    margin: 0;
    padding: 2rem 1.5rem;
    background-size: 20%;
    line-height: 1.4;
  }
  .l-parts03__title a {
    padding: 0 3rem 0 0;
    background: url(img/arrow01_black.svg) no-repeat right 1rem center;
    background-size: 0.8rem 1.4rem;
  }
  .l-parts03 .l-parts03__title a:before {
    background-size: 184px auto;
    top: -2.4rem;
  }
  .l-parts03__title a:hover {
    background-size: 30px;
  }
  .l-parts03__inner__item {
    width: 96%;
    margin: 0 auto 3rem auto;
    padding: 2.2rem;
  }
  .l-parts03__inner__item:nth-child(even) {
    margin: 0 auto 3rem auto;
  }
  .l-parts03__inner__item__title {
    margin: 0 0 1.5rem 0;
    padding: 0.5rem 0 0.5rem 4rem;
  }
  .l-parts03__inner__item__title.first {
    background-size: 2.3rem;
  }
  .l-parts03__inner__item__title.second,
  .l-parts03__inner__item__title.third {
    background-size: 2.5rem;
  }
  .l-parts03__inner__item__box .box-title {
    font-size: 1.8rem;
  }
  .l-parts03 .box-wrap table th {
    border-top: 0.1rem solid #333;
    border-bottom: 0.2rem solid #333;
  }
  .l-parts03 .box-wrap table th,
  .l-parts03 .box-wrap table td {
    padding: 1rem 0.5rem;
  }
  .l-parts04 {
    margin: 6rem 0 0 0;
    padding: 0.8rem;
  }
  .l-parts04:before {
    content: "";
    width: 13rem;
    height: 15rem;
    background-size: 100%;
    position: absolute;
    top: -7rem;
    left: -1rem;
  }
  .l-main-area .l-parts04 h3 {
    font-size: 2rem;
    padding: 0 0 1rem;
  }
  .l-parts04__inner__title::before {
    top: -3rem;
  }
  .l-parts04__title a {
    padding: 0 3rem 0 0;
    background: url(img/arrow05_black.svg) no-repeat right center;
    background-size: 30px;
  }
  .l-parts04__title a:hover {
    background-size: 30px;
  }
  .l-parts04__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .l-parts04__upper__left {
    width: 100%;
  }
  .l-parts04__upper__right {
    width: 100%;
  }
  .l-parts04__upper__right a {
    width: 80%;
    margin: 0 auto 2rem auto;
  }
  .l-parts04__inner {
    padding: 2.5rem 2rem 2rem;
  }
  .l-parts04__inner__title {
    margin-bottom: 2rem;
  }
  .l-parts04__inner__box__left,
  .l-parts04__inner__box__right {
    width: 100%;
    margin: 1rem 0;
  }
  .l-parts04__inner__box__right p {
    margin-bottom: 2rem;
  }
  .l-parts04__inner__box .btn-internal {
    width: 90%;
    margin: 0 auto;
  }
  .l-parts04:after {
    width: 9rem;
    height: 12rem;
    background: url(img/l-parts04_img2.png) no-repeat center center;
    background-size: 9rem;
    position: absolute;
    right: 8px;
    bottom: 5px;
  }
  .l-main-area .l-parts04 .btn-internal {
    width: 75%;
  }
  .l-parts04__inner__box__right .btn-internal a {
    padding-left: 2rem;
    padding-right: 3rem;
    background: url(img/arrow01_white.svg) no-repeat right 15px center, #333;
    background-size: 0.8rem 1.4rem;
    color: #fff;
    line-height: 1.4;
    outline: none;
    border-radius: 0px;
    min-height: 5rem;
  }
  .l-parts05,
  .l-parts06 {
    margin: 4rem 0;
    padding: 3rem 0 0 0;
    background-size: 25%;
  }
  .l-parts05__title,
  .l-parts06__title {
    margin: 0;
    padding: 4rem 1rem 0 1rem;
    background-size: 40%;
  }
  .l-parts05__title a,
  .l-parts06__title a {
    padding: 0 3rem 0 0;
    background: url(img/arrow05_black.svg) no-repeat right center;
    background-size: 30px;
  }
  .l-parts05__title a:hover,
  .l-parts06__title a:hover {
    background-size: 30px;
  }
  .l-parts05__title:before,
  .l-parts06__title:before {
    top: 20%;
  }
  .l-parts05__box,
  .l-parts06__box {
    width: 90%;
    margin: 0 auto;
  }
  .l-parts05 .box-wrap .box-head a,
  .l-parts06 .box-wrap .box-head a {
    padding: 0 2rem 0 6rem;
    margin: 1.5rem 0;
    right: 0;
  }
  .l-parts05__box__item,
  .l-parts06__box__item {
    width: 100%;
    min-height: 150px;
  }
  .l-parts05__box__item__title,
  .l-parts06__box__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    height: 40%;
    text-align: center;
  }
  .l-main-area .l-parts05__text,
  .l-main-area .l-parts06__text {
    margin: 1rem 0 3rem 0;
    width: 100%;
  }
  .l-main-area .l-parts05 .btn-internal,
  .l-main-area .l-parts06 .btn-internal {
    width: 75%;
    margin: 3rem auto;
  }
  .l-main-area .l-parts05 .float-wrap .btn-internal {
    width: 85%;
    margin: 30px auto 50px;
  }
  .l-main-area .l-parts05 .float-wrap {
    margin-bottom: 2rem;
  }
  .l-main-area .l-parts05 .float-wrap.img-left .btn-internal {
    margin: 30px auto;
  }
  .l-main-area .l-parts05 .btn-link {
    font-size: 1.6rem;
  }
  .l-main-area .l-parts05 .btn-link a {
    width: 90%;
    background-position: left 1rem center;
    padding: 1.5rem 3rem;
    border-radius: 4px;
  }
  /*
---------------------------------------------

  low

*/
  .l-mv--low {
    padding: 3rem 0;
    background-size: 100%;
  }
  .l-mv--low h1 {
    width: 90%;
    font-size: 2.4rem;
  }
  .l-contents-area .l-parts01 .ttl {
    font-size: 2rem;
    line-height: 1.6;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .l-contents-area.lcl .l-parts01 .ttl.lower {
    margin-bottom: 2rem;
  }
  .l-contents-area .l-parts01 .ttl span {
    font-size: 2.4rem;
  }
  .l-contents-area .l-main-area--low .l-parts02-basic__inner__left,
  .l-contents-area .l-main-area--low .l-parts02-basic__inner__right {
    width: 100%;
  }

  .l-contents-area.low .l-main-area.l-main-area--low .bnr_txt{
    width: 95%;
  }
}

@media screen and (min-width: 600px) {
  .forSP {
    display: none;
  }
  .sp_br {
    display: none;
  }
}

/*--------------------------------------
  toc_parts
---------------------------------------*/

.toc_parts {
  max-width: 800px;
  background: #FCF9F5;
  margin: 4rem auto 8rem;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #172852;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #172852;
}

#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}

#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}

.toc_parts.top #toc .chapter .chapter-h-two:first-child {
  display: none;
}

#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #D06D43;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
  opacity: 0.6;
}

#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  display: none;
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

#toc .chapter br {
  display: none;
}

/* SP ------------------------------*/

@media screen and (max-width: 768px) {
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #172852;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
}

.l-parts02-basic__insta {
  height: 400px;
}

.l-parts02-basic__insta .instagram-media {
  height: revert-layer;
  position: relative;
}








.l-parts02__slider .thumb-item01 li::before {
  content: none;
}

.l-parts02__slider .thumb-item01 li {
  background: none;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

.l-parts02__slider .thumb-item01 li .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #666;
  margin-top: 1.5rem;
}

.l-parts02__slider .thumb-item01 li .slider-txt {
  color: #172852;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 5rem;
  margin-bottom: 0;
}

.l-parts02__slider .thumb-item01 li img {
  margin: 0;
}

.l-parts02__slider .thumb-item-nav01 {
  width: 84%;
  margin: 0 auto;
/*   height: 166px; */
}

.l-parts02__slider .thumb-item-nav01 li {
  margin: 0;
  padding: 25px 0;
  background: none;
  outline: none;
  height: 90px;
}

.l-parts02__slider .thumb-item-nav01 img {
  width: 200px;
  height: 100%;
  object-fit: contain;
}

.l-parts02__slider .thumb-item-nav01 .slick-current {
  position: relative;
}

.l-parts02__slider .thumb-item-nav01 .slick-current.slick-active:before {
  content: none;
}

.l-parts02__slider .thumb-item-nav01 .slick-active:first-child {
  margin-left: none;
}

.l-parts02__slider .thumb-item-nav01 .slick-active {
  position: relative;
  display: inline-table;
  margin-left: 8px;
}

/* .l-parts02__slider .thumb-item-nav01 .slick-active:before {
  content: "";
  width: 200px;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 25px;
  left: 0;
} */

.l-parts02__slider .thumb-item-nav01 li::before {
  content: none;
}



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

  .l-parts02__slider .thumb-item01 {
    padding: 1rem;
  }
  .l-parts02__slider .thumb-item01 li {
    font-size: 1.2rem;
  }
  .l-parts02__slider .thumb-item01 li .slider-txt {
    padding: 0 1rem;
    text-align: left;
  }
  .l-parts02__slider .thumb-item-nav01 {
    width: 86%;
    height: 90px;
  }
  .l-parts02__slider .thumb-item-nav01 img {
    width: 100%;
  }
  .l-parts02__slider .thumb-item-nav01 li {
    width: calc((100% - 2rem) / 3);
    padding: 1rem 0.5rem;
  }
  .l-parts02__slider .thumb-item-nav01 .slick-current:after {
    height: 10px;
    left: 0.4rem;
  }
  .l-parts02__slider .thumb-item-nav01 .slick-active:before {
    width: calc(100% - 1rem);
    height: max-content;
    top: 1rem;
    left: 0.5rem;
  }

}





.l-parts02__slider .thumb-item02 li::before {
  content: none;
}

.l-parts02__slider .thumb-item02 li {
  background: none;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

.l-parts02__slider .thumb-item02 li .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #666;
  margin-top: 1.5rem;
}

.l-parts02__slider .thumb-item02 li .slider-txt {
  color: #172852;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 5rem;
  margin-bottom: 0;
}

.l-parts02__slider .thumb-item02 li img {
  margin: 0;
}

.l-parts02__slider .thumb-item-nav02 {
  width: 84%;
  margin: 0 auto;
/*   height: 166px; */
}

.l-parts02__slider .thumb-item-nav02 li {
  margin: 0;
  padding: 25px 0;
  background: none;
  outline: none;
  height: 90px;
}

.l-parts02__slider .thumb-item-nav02 img {
  width: 200px;
  height: 100%;
  object-fit: contain;
}

.l-parts02__slider .thumb-item-nav02 .slick-current {
  position: relative;
}

.l-parts02__slider .thumb-item-nav02 .slick-current.slick-active:before {
  content: none;
}

.l-parts02__slider .thumb-item-nav02 .slick-active:first-child {
  margin-left: none;
}

.l-parts02__slider .thumb-item-nav02 .slick-active {
  position: relative;
  display: inline-table;
  margin-left: 8px;
}

/* .l-parts02__slider .thumb-item-nav02 .slick-active:before {
  content: "";
  width: 200px;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 25px;
  left: 0;
} */

.l-parts02__slider .thumb-item-nav02 li::before {
  content: none;
}





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

  .l-parts02__slider .thumb-item02 {
    padding: 1rem;
  }
  .l-parts02__slider .thumb-item02 li {
    font-size: 1.2rem;
  }
  .l-parts02__slider .thumb-item02 li .slider-txt {
    padding: 0;
  }
  .l-parts02__slider .thumb-item-nav02 {
    width: 86%;
    height: 90px;
  }
  .l-parts02__slider .thumb-item-nav02 img {
    width: 100%;
  }
  .l-parts02__slider .thumb-item-nav02 li {
    width: calc((100% - 2rem) / 3);
    padding: 1rem 0.5rem;
  }
  .l-parts02__slider .thumb-item-nav02 .slick-current:after {
    height: 10px;
    left: 0.4rem;
  }
  .l-parts02__slider .thumb-item-nav02 .slick-active:before {
    width: calc(100% - 1rem);
    height: max-content;
    top: 1rem;
    left: 0.5rem;
  }

		  .l-main-area .l-parts04 .btn-internal a {
	  text-align: center;
  }
}



.l-parts02__slider .thumb-item03 li::before {
  content: none;
}

.l-parts02__slider .thumb-item03 li {
  background: none;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

.l-parts02__slider .thumb-item03 li .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #666;
  margin-top: 1.5rem;
}

.l-parts02__slider .thumb-item03 li .slider-txt {
  color: #172852;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 5rem;
  margin-bottom: 0;
}

.l-parts02__slider .thumb-item03 li img {
  margin: 0;
}

.l-parts02__slider .thumb-item-nav03 {
  width: 84%;
  margin: 0 auto;
/*   height: 166px; */
}

.l-parts02__slider .thumb-item-nav03 li {
  margin: 0;
  padding: 25px 0;
  background: none;
  outline: none;
  height: 90px;
}

.l-parts02__slider .thumb-item-nav03 img {
  width: 200px;
  height: 100%;
  object-fit: contain;
}

.l-parts02__slider .thumb-item-nav03 .slick-current {
  position: relative;
}

.l-parts02__slider .thumb-item-nav03 .slick-current.slick-active:before {
  content: none;
}

.l-parts02__slider .thumb-item-nav03 .slick-active:first-child {
  margin-left: none;
}

.l-parts02__slider .thumb-item-nav03 .slick-active {
  position: relative;
  display: inline-table;
  margin-left: 8px;
}

/* .l-parts02__slider .thumb-item-nav03 .slick-active:before {
  content: "";
  width: 200px;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 25px;
  left: 0;
} */

.l-parts02__slider .thumb-item-nav03 li::before {
  content: none;
}



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

  .l-parts02__slider .thumb-item03 {
    padding: 1rem;
  }
  .l-parts02__slider .thumb-item03 li {
    font-size: 1.2rem;
  }
  .l-parts02__slider .thumb-item03 li .slider-txt {
    padding: 0;
    text-align: left;
  }
  .l-main-area p.slider-undertxt{
    margin: 0.5em 2.1rem 3rem;
  }
  .l-parts02__slider .thumb-item-nav03 {
    width: 86%;
    height: 90px;
  }
  .l-parts02__slider .thumb-item-nav03 img {
    width: 100%;
  }
  .l-parts02__slider .thumb-item-nav03 li {
    width: calc((100% - 2rem) / 3);
    padding: 1rem 0.5rem;
  }
  .l-parts02__slider .thumb-item-nav03 .slick-current:after {
    height: 10px;
    left: 0.4rem;
  }
  .l-parts02__slider .thumb-item-nav03 .slick-active:before {
    width: calc(100% - 1rem);
    height: max-content;
    top: 1rem;
    left: 0.5rem;
  }
}

.l-parts02__catch p {
	margin: 1rem 0 0 0;
	font-size: 3.2rem;
}

@media screen and (max-width: 599px) {
.l-contents-area .l-parts01 .frame.first .bx-wrapper .bx-controls-direction a {
     top: -175px;
}
.l-contents-area .l-parts01 .frame.second .bx-wrapper .bx-controls-direction a {
     top: -210px;
}
.l-contents-area .l-parts01 .frame.third .bx-wrapper .bx-controls-direction a {
     top: -210px;
}
.l-main-area .btn-tel {
	display: block;
}
.l-contents-area .l-parts01 .frame-catch {
	width: 100vw;
}
.l-parts02__catch p {
	font-size: 2rem;
}
.l-contents-area .l-parts01 .frame-catch {
	height: 54px;
	margin-bottom: 0;
}
}

.l-main-area .l-parts02 .btn-web {
	width: 90%;
}

.l-main-area .l-parts02 .btn-tel {
    width: 100%;
}

.l-contents-area .l-parts01 .frame-catch span.emphasis {
	color: #D06D43;
	font-size: 20px;
}







/* 共通（SP/PCどちらでも効かせたい見た目） */
.btn-tel.line a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  background: #06c755;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

/* SPのサイズ感 */
@media (max-width: 767px) {
  .btn-tel.line a { padding: 12px 16px; font-size: 14px; }
}

/* PCのサイズ感 */
@media (min-width: 768px) {
  .btn-tel.line a { padding: 14px 24px; font-size: 16px; }
}

@media (min-width: 768px){
  p.btn-tel.forSP.line{
    display: block !important;
    text-align: center;           /* a を中央に */
  }
  p.btn-tel.forSP.line a{
    display: inline-flex !important; /* インライン要素として中央寄せに乗る */
  }
}

/* PCでも表示させる＆中央寄せ（768px以上の例） */
@media (min-width: 768px){
  p.btn-web.forSP{
    display: block !important;
    visibility: visible !important;
    text-align: center;       /* a を中央寄せ */
    margin: 0 auto;           /* p 自体も中央に（親がblockのとき） */
    width: fit-content;       /* 余白が不自然なら外してください */
  }
  p.btn-web.forSP a{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}

/* （デザインがSP用メディアクエリ内に閉じている場合のパッチ） */
@media (min-width: 768px){
  p.btn-web.forSP a{
    /* 下の値は、SP側の .btn-web a と同じに合わせてください */
    /* 例： */
    /* padding: 14px 24px; */
    /* font-size: 16px; */
    /* border-radius: 9999px; */
    /* background: #0b76da; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* font-weight: 600; */
    /* box-shadow: 0 2px 6px rgba(0,0,0,.12); */
  }
  @media (hover: hover){
    p.btn-web.forSP a:hover{ opacity: .9; }
  }
  p.btn-web.forSP a:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }
}


/* ▼この2要素だけをPCで表示にする（768px以上の例） */
@media (min-width: 768px){
  p.btn-tel.forSP.line { display: block !important; }
  p.btn-web.forSP      { display: block !important; }
}

@media (min-width: 768px){
  p.btn-tel.forSP.line { text-align: center; } /* p の中身だけ中央寄せ */
}


