@charset "UTF-8";
main {
  padding: 0;
}
@media screen and (min-width: 769px) {
  main {
    padding: 0;
  }
}


        .topMv {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .topMv__slider {
            position: relative;
            width: 100%;
height:100%;
        }

        .topMV__img {
            /*position: absolute;*/
            width: 100%;
            opacity: 0;
            transition: opacity 1s;
	grid-area: 1 / 1;
	}

        .topMV__img.active {
            opacity: 1;
        }

        /*消去予定*/
        .topMV__img img {
            width: 100%;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 1;
            transform: scaleX(1);
            transform-origin: right;
            transition: transform 0.5s;
        }

        .overlay.shrink {
            transform: scaleX(0);
        }


	.topMv__slider.new_effect{
	/*height:816px;*/
  display: grid;
  grid-template-columns: 1fr;
    }






/*
.topMv {
  position: relative;
}

.topMv__slider .slick-slide img {
  width: 100%;
}
.topMv__slider .slick-dots {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topMv__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4.5px;
  background-color: #E9EDEF;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.topMv__slider .slick-dots li.slick-active {
  background-color: #0080CB;
}
.topMv__slider .slick-dots li button {
  display: none;
}
.topMv__slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: #fff url(../re_img/common/icon_arrow-bk.svg) center/12px no-repeat;
  border-radius: 50%;
  text-indent: -10em;
  position: absolute;
  top: 0;
  bottom: 28px;
  margin: auto 0;
  overflow: hidden;
  z-index: 1;
}
.topMv__slider .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.topMv__slider .slick-arrow.slick-prev {
  left: 0;
  transform: scale(-1, 1);
}
.topMv__slider .slick-arrow.slick-next {
  right: 0;
}
.topMv__img {
  width: 100%;
}*/
@media screen and (min-width: 769px) {
  .topMv {
    width: calc(100% - 80px);
    margin: 0 auto 34px;
  }
  .topMv__slider .slick-dots {
    margin-top: 28px;
  }
  .topMv__slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 15px;
    bottom: 32px;
  }
  .topMv__slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .topMv__slider .slick-arrow.slick-next {
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .topMv {
    width: calc(100% - 160px);
    max-width: 2500px;
  }
  .topMv .slick-arrow {
    width: 64px;
    height: 64px;
  }
  .topMv .slick-arrow.slick-prev {
    left: -32px;
  }
  .topMv .slick-arrow.slick-next {
    right: -32px;
  }
}

.topSearch__header {
  padding-top: 60px;
  margin-bottom: 18px;
}
.topSearch__header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 28px;
  position: relative;
}
.topSearch__header__ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333;
}
.topSearch__header__link {
  font-size: 12px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  grid-gap: 2px;
}
.topSearch__header__link img {
  width: 44px;
  height: 44px;
  padding: 0 16px;
  background-color: #F08300;
  border-radius: 50%;
  display: block;
}
.topSearch__header__txt {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .topSearch__header {
    padding-top: 100px;
    margin-bottom: 10px;
    justify-content: space-between;
    grid-gap: 0;
  }
  .topSearch__header::before {
    content: "Scroll down";
    width: 100%;
    font-size: 12px;
    font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topSearch__header::after {
    content: "";
    width: 1px;
    height: 82px;
    background: linear-gradient(180deg, #333 50%, #DBDBDB 50%);
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .topSearch__header__ttl {
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .topSearch__header__link {
    font-size: 14px;
    letter-spacing: 0.04em;
    flex-direction: row;
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .topSearch__header__ttl {
    font-size: 40px;
  }
  .topSearch__header__link img {
    width: 80px;
    height: 80px;
    padding: 0 32px;
  }
}


@media only screen and (min-width: 1941px) {

	.topMv__slider.new_effect{
	/*height:816px;*/
        display: grid;
    }

}

@media only screen and (min-width: 770px) and (max-width: 1940px) {

    .topSearch__header {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 769px) {

    .topSearch__header {
        ppadding-top: 100px;
    }

}
















.topSearch .shop_search_wrap {
  padding-bottom: 40px;
  background-color: #FDF1E4;
}
.topSearch .shop_search_wrap .inner {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.topSearch .shop_search_wrap .shop_search_box {
  width: 100%;
  padding-top: 40px;
}
.topSearch .shop_search_wrap .shop_search_box .ttl {
  padding: 14px 26px;
  margin-bottom: 16px;
  border: 1px solid #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
.topSearch .shop_search_wrap .shop_search_box .ttl::after {
  content: "";
  width: 110px;
  height: 80px;
  display: block;
  position: absolute;
  top: -26px;
  right: 38px;
}
.topSearch .shop_search_wrap .shop_search_box .ttl.ttl1::after {
  background: url(../re_img/index/search_img01.png) center/contain no-repeat;
}
.topSearch .shop_search_wrap .shop_search_box .ttl.ttl2::after {
  background: url(../re_img/index/search_img02.png) center/contain no-repeat;
}
.topSearch .shop_search_wrap .shop_search_box .ttl.sub {
  padding: 0;
  margin-bottom: 10px;
  border: 0;
}
.topSearch .shop_search_wrap .shop_search_box .search_area_wrap {
  margin-bottom: 24px;
  border: 2px solid #F08300;
  position: relative;
}
.topSearch .shop_search_wrap .shop_search_box .search_area_wrap::after {
  content: "∨";
  width: 40px;
  height: calc(100% + 1px);
  background-color: #F08300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: -1px;
  pointer-events: none;
}
.topSearch .shop_search_wrap .shop_search_box .search_area_wrap select {
  width: 100%;
  padding: 10px 40px 10px 15px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.topSearch .shop_search_wrap .shop_search_box .search_area_wrap select:focus {
  border: 0;
  outline: 0;
}
.topSearch .shop_search_wrap .shop_search_box .search_keyword_wrap {
  padding-left: 40px;
  background-color: #fff;
  border: 2px solid #F08300;
  position: relative;
}
.topSearch .shop_search_wrap .shop_search_box .search_keyword_wrap::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: url(../re_img/common/icon_search-orange.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}
.topSearch .shop_search_wrap .shop_search_box .search_keyword_wrap input[type=text] {
  width: 100%;
  padding: 10px 15px;
}
.topSearch .shop_search_wrap .shop_search_box .search_keyword_wrap input[type=text]:focus {
  border: 0;
  outline: 0;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap.hidden {
  opacity: 0.42;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: grid;
  grid-gap: 10px;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub01{
order:1;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub02{
order:3;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub03{
order:5;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub04{
order:7;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub05{
order:9;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub06{
order:11;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub07{
order:2;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub08{
order:4;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub09{
order:6;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub10{
order:8;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub11{
order:10;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.sub12{
order:12;
}

.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes input[type=checkbox]::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 2px solid #F08300;
  display: block;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes input[type=checkbox]:checked::after {
  background: url(../re_img/common/icon_check-orange.svg) center/12px no-repeat;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 {
  margin-bottom: 16px;
  font-size: 16px;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 input[type=checkbox]::after {
  width: 20px;
  height: 20px;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 input[type=checkbox]:checked::after {
  background-size: 12px;
}
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--2 {
  grid-template-columns: repeat(2, 1fr);
}
.topSearch .shop_search_wrap .search_button {
  grid-column: 1/3;
}
.topSearch .shop_search_wrap .search_button.hidden {
  opacity: 0.42;
  pointer-events: none;
}
.topSearch .shop_search_wrap .search_button .btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../re_img/common/icon_search-wh.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  pointer-events: none;
}
.topSearch .shop_search_wrap .search_button .btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .topSearch .shop_search_wrap {
    background-color: transparent;
  }
  .topSearch .shop_search_wrap .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
  }
  .topSearch .shop_search_wrap .shop_search_box {
    padding-top: 0;
  }
  .topSearch .shop_search_wrap .shop_search_box:nth-child(1) {
    position: relative;
  }
  .topSearch .shop_search_wrap .shop_search_box:nth-child(1)::after {
    content: "";
    width: 0;
    height: 100%;
    border-right: 1px dotted #333;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.col-2 {
    grid-column: 1/3;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label.col-3 {
    grid-column: 1/4;
  }










  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .topSearch .shop_search_wrap {
    padding-bottom: 56px;
  }
  .topSearch .shop_search_wrap:nth-child(1)::after {
    right: -40px;
  }
  .topSearch .shop_search_wrap .inner {
    grid-gap: 40px 80px;
  }
  .topSearch .shop_search_wrap .shop_search_box .ttl {
    padding: 18px 45px;
    margin-bottom: 27px;
    font-size: 24px;
  }
  .topSearch .shop_search_wrap .shop_search_box .ttl::after {
    width: 170px;
    height: 123px;
    top: -40px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_area_wrap {
    margin-bottom: 16px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_area_wrap::after {
    width: 70px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_area_wrap select {
    padding: 16px 70px 16px 20px;
    font-size: 20px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_keyword_wrap input[type=text] {
    padding: 20px 20px 20px 20px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes {
    font-size: 16px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes input[type=checkbox]::after {
    width: 24px;
    height: 24px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes input[type=checkbox]:checked::after {
    background-size: 16px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 {
    font-size: 20px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 input[type=checkbox]::after {
    width: 32px;
    height: 32px;
  }
  .topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes--1 input[type=checkbox]:checked::after {
    background-size: 24px;
  }
}

.topNews {
  padding: 30px 0 75px 23px;
}
.topNews__header {
  padding-right: 23px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: start;
  grid-gap: 25px;
}
.topNews__header .ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.topNews__slider {
  margin-bottom: 30px;
}
.topNews__slider .slick-list {
  padding-right: 5%;
  padding-bottom: 2px !important;
}
.topNews__slider .slick-arrow {
  width: 44px;
  height: 44px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) center/12px no-repeat;
  border-radius: 50%;
  text-indent: -10em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -84px;
  overflow: hidden;
  z-index: 1;
}
.topNews__slider .slick-arrow:focus, .topNews__slider .slick-arrow:hover {
  outline: 0;
  opacity: 0.8;
}
.topNews__slider .slick-arrow.slick-next {
  right: calc(50% - 8px - 44px);
}
.topNews__slider .slick-arrow.slick-prev {
  left: calc(50% - 8px - 44px);
  transform: scale(-1, 1);
}
.topNews__slider .slick-dots {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 23px;
  margin: 0 auto;
}
.topNews__slider .slick-dots li {
  width: 100%;
  height: 2px;
  margin: 0;
  background: #F3F5F6;
  cursor: pointer;
  opacity: 1;
}
.topNews__slider .slick-dots li.slick-active {
  background-color: #333;
}
.topNews__slider .slick-dots li button {
  display: none;
}
.topNews__slider__item {
  margin-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(121, 121, 121, 0.16);
}
.topNews__slider__item figure {
  width: 100%;
  /*padding-top: 80%;*/
padding-top:100%;
  border-radius: 8px 8px 0 0;
}
.topNews__slider__item figure img {
  height: 100% !important;
}
.topNews__slider__item .body {
  padding: 24px 20px 20px;
}
.topNews__slider__item .body__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topNews__slider__item .body__meta time {
  color: #9B9B9B;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.topNews__slider__item .body__ttl {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7143;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .topNews__slider .slick-list {
    padding-left: calc(50% - 200px) !important;
    padding-right: calc(50% - 200px + 5%) !important;
  }
}
@media screen and (min-width: 769px) {
  .topNews {
    padding: 0 0 60px 15px;
  }
  .topNews__header {
    padding-right: 0;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .topNews__header .ttl {
    font-size: 30px;
  }
  .topNews__slider .slick-arrow {
    background-color: #fff;
    background-image: url(../re_img/common/icon_arrow-bk.svg);
    border: 1px solid #333;
    top: -70px;
    bottom: auto;
    opacity: 0.3;
  }
  .topNews__slider .slick-arrow:focus, .topNews__slider .slick-arrow:hover {
    outline: 0;
    opacity: 1;
  }
  .topNews__slider .slick-arrow.slick-next {
    right: 15px;
  }
  .topNews__slider .slick-arrow.slick-prev {
    left: auto;
    right: 80px;
    transform: scale(-1, 1);
  }
  .topNews__slider .slick-dots {
    width: calc(100% - 256px);
    max-width: 864px;
    margin: 0;
    bottom: -60px;
    left: 0;
    right: auto;
  }
  .topNews__slider__item .body {
    padding: 25px 24px 28px;
  }
  .topNews__slider__item__meta time {
    font-size: 16px;
  }
  .topNews__slider__item__ttl {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
  }
  .topNews__link {
    width: calc(100% - 48px);
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .topNews__link a {
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    grid-gap: 16px;
  }
  .topNews__link a img {
    width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #F08300;
    border-radius: 50%;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .topNews__header .ttl {
    font-size: 40px;
  }
  .topNews__slider .slick-arrow {
    width: 80px;
    height: 80px;
    top: -95px;
  }
  .topNews__slider .slick-arrow.slick-prev {
    right: 110px;
  }
  .topNews__link a img {
    width: 80px;
    height: 80px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1120px) {
  .topNews {
    padding-left: calc(50vw - 560px);
  }
  .topNews__slider .slick-arrow.slick-next {
    right: calc(50vw - 560px);
  }
  .topNews__slider .slick-arrow.slick-prev {
    right: calc(50vw - 560px + 112px);
  }
  .topNews__slider .slick-dots {
    width: 864px;
    max-width: 864px;
  }
  .topNews__link {
    width: 100%;
    margin: 0;
  }
}

.topService {
  padding-bottom: 24px;
}
.topService__ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.topService__body {
  margin-bottom: 12px;
}
.topService__body__list {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px 24px;
}
.topService__body .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topService__body .item figure {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 4px;
  border-radius: 16px;
}
.topService__body .item .imgLink {
  width: 100%;
  display: block;
}
.topService__body .item .ttl {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .topService {
    padding-bottom: 64px;
  }
  .topService__ttl {
    margin-bottom: 32px;
    font-size: 30px;
    text-align: left;
  }
  .topService__body {
    margin-bottom: 40px;
  }
  .topService__body__list {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .topService__body__list .item {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.75;
  }
  .topService__body__list .item figure {
    margin-bottom: 10px;
  }
  .topService__body__list .item .ttl {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .topService__ttl {
    font-size: 40px;
  }
  .topService__body__list {
    grid-gap: 32px;
  }
  .topService__body__list .item {
    font-size: 16px;
  }
  .topService__body__list .item figure {
    margin-bottom: 24px;
  }
  .topService__body__list .item .ttl {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.topConsultation {
  padding: 0;
  margin-bottom: 32px;
  background-color: #F8D869;
}
.topConsultation__link {
  width: 100%;
}
.topConsultation__link__a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.topConsultation__link__a::before {
  content: "";
  width: calc(100% + 30px);
  height: 42%;
  background: #F08300 url(/re_img/index/consultation_img01_1.png) no-repeat left 5% center;
    background-size: auto 86%;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 12%;
  bottom: 0;
  left: -15px;
  margin: auto 0;
  z-index: -1;
}
    .topConsultation__link__a img {
        width: 75%;
        max-width: 100%;
        margin: -30px -40% 0 0;
    }
.topConsultation__link__a span {
  width: 14.5em;
  height: 4em;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.topConsultation__link__a span strong {
  margin-left: 1em;
  font-size: 28px;
}
.topConsultation__link__a:hover {
  opacity: 1;
}
.topConsultation__link__a:hover::before {
  background-color: #F29626;
}
.topConsultation__link__a:hover span {
  transform: scale(1.1);
}
.topConsultation__link__txt {
    padding-bottom: 10px;
    margin-top: -23px;
    font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}



@media screen and (min-width: 576px) {
.topConsultation__link__a span {
font-size: 18px;
        left: 0%;
        top: 20%;
    }
  .topConsultation__link__a span strong {
    font-size: 38px;
  }
  .topConsultation__link__txt {
        padding-bottom: 5px;
        margin-top: -34px;
    }


.topConsultation__link__a img {
        width: 75%;
        max-width: 100%;
        margin: -30px -40% 0 0;
    }

.topConsultation__link__a::before {
    height: 45%;
        bottom: -7%;
    }


}



@media screen and (min-width: 769px) {
  .topConsultation {
    margin-bottom: 64px;
  }
  .topConsultation__link__a::before {
    width: 100%;
    height: 50%;
    border-radius: 16px;
    left: 0;
  }
  .topConsultation__link__a img {
        width: 75%;
        max-width: 100%;
        margin: -55px -40% 0 0;
    }
  .topConsultation__link__a span {
    font-size: 26px;
    top: 22%;
        left: 0%;
    }
  .topConsultation__link__a span strong {
    font-size: 48px;
  }
  .topConsultation__link__txt {
        padding-bottom: 20px;
        margin-top: -37px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .topConsultation__link__a::before {
        height: 43%;
        top: 9%;
    }
  .topConsultation__link__a span {
    font-size: 33px;
    top: 25%;
    left: 1em;
  }
  .topConsultation__link__a span strong {
    font-size: 68px;
  }
  .topConsultation__link__txt {
        padding-bottom: 40px;
        margin-top: -60px;
    font-size: 16px;
  }
  .topConsultation__link__a img {
        width: 75%;
        max-width: 100%;
        margin: -70px -50% 0 0;
    }

}

.topNavs__menu1 ul {
  padding: 1px 0;
  background-color: #DBDBDB;
  display: grid;
  grid-gap: 1px;
}
.topNavs__menu1 li {
  background-color: #F3F5F6;
}
.topNavs__menu1 li a {
  padding: 26px 50px 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7143;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 8px 0;
}
.topNavs__menu1 li a.link1 {
  background-color: #073584;
color:#fff;
}
.topNavs__menu1 li a.link2 {
  background-color: #F08300;
color:#fff;
}
.topNavs__menu1 li figure {
  width: 140px;
  padding-top: 140px;
  /*border-radius: 50%;*/
}
.topNavs__menu1 li .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
  order: -1;
}
.topNavs__menu1 li .ttl img {
  width: 76px;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .topNavs__menu1 li a {
    padding-left: max(50px, 50% - 150px);
    padding-right: max(50px, 50% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .topNavs__menu1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .topNavs__menu1 li a {
    padding: 80px 10px;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    flex-direction: column;
    grid-gap: 14px;
    position: relative;
  }
  .topNavs__menu1 li a.link1 {
  background-color: #073584;
color:#fff;
  }
  .topNavs__menu1 li a.link1:hover {
    background-color: #073584F08300;
  }
  .topNavs__menu1 li a.link2 {
    background-color: #F08300;
  }
  .topNavs__menu1 li a.link2:hover {
    background-color: #F08300;
  }
  .topNavs__menu1 li a:hover {
    color: #fff;
    opacity: 1;
  }
  .topNavs__menu1 li a:hover figure {
    transform: scale(1.1);
  }
  .topNavs__menu1 li a:hover .ttl {
    text-decoration: none;
  }
  .topNavs__menu1 li figure {
    width: 176px;
    padding-top: 176px;
    transition: 0.3s;
  }
  .topNavs__menu1 li .ttl {
    padding-top: 14px;
    font-size: 24px;
    order: 0;
  }
  .topNavs__menu1 li .ttl img {
    margin: 0;
    position: absolute;
    top: 80px;
    right: calc(50% - 170px);
  }
}
@media screen and (min-width: 1024px) {
  .topNavs__menu1 li .ttl img {
    width: 96px;
    right: calc(50% - 210px);
  }
}
.topNavs__menu2 {
  padding: 24px 0 30px;
}
.topNavs__menu2 ul {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 16px;
}
.topNavs__menu2 li {
  text-align: center;
}
.topNavs__menu2 li a {
  padding: 0 26px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topNavs__menu2 li figure {
  width: 100%;
  padding-top: 52.94%;
  margin-bottom: 10px;
  border-radius: 16px;
}
.topNavs__menu2 li .ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .topNavs__menu2 {
    padding: 0;
    margin-bottom: 64px;
  }
  .topNavs__menu2 ul {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;

    /*max-width:50%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;*/

  }
  .topNavs__menu2 li a {
    padding: 40px 40px 30px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .topNavs__menu2 li figure {
    margin-bottom: 24px;
  }
  .topNavs__menu2 li .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .topNavs__menu2 li a {
    font-size: 16px;
  }
  .topNavs__menu2 li .ttl {
    margin-bottom: 12px;
    font-size: 24px;
  }
}

.topNavs__menu3 {
  margin-top: 100px;
}

.topNavs__menu3:not(:last-child) {
  margin-bottom: 40px;
}
.topNavs__menu3__img {
  width: 100%;
  display: block;
}
.topNavs__menu3__txtWrap {
  width: 100%;
  max-width: 272px;
  padding: 0 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.topNavs__menu3__txtWrap .ttl {
  width: 100%;
  height: 64px;
  padding-top: 12px;
  margin: -32px auto -20px;
  background-color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.topNavs__menu3__txtWrap p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7143;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (min-width: 769px) {
  .topNavs__menu3 {
    margin-bottom: 50px;
    grid-gap: 32px 25px;
  }
  .topNavs__menu3__Wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .topNavs__menu3__img {
    width: 50.8%;
  }
  .topNavs__menu3__txtWrap {
    width: calc(49.2% - 25px);
    max-width: 458px;
    padding: 0 15px;
    flex-shrink: 0;
    text-align: center;
  }
  /* .topNavs__menu3__txtWrap.pc_order-1 {
    margin: 0 0 0 auto;
    order: 1;
  }
    .topNavs__menu3__txtWrap.pc_order-2 {
    margin: 0 0 0 auto;
    order: 2;
  }
    .topNavs__menu3__txtWrap.pc_order-3 {
    margin: 0 0 0 auto;
    order: -1;
  }
    .topNavs__menu3__txtWrap.pc_order-4 {
    margin: 0 0 0 auto;
    order: -1;
  }
    .topNavs__menu3__txtWrap.pc_order-5 {
    margin: 0 0 0 auto;
    order: -1;
  }
    .topNavs__menu3__txtWrap.pc_order-6 {
    margin: 0 0 0 auto;
    order: -1;
  } */
  .topNavs__menu3__txtWrap .ttl {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin: 0 0 18px;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .topNavs__menu3__txtWrap p {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .topNavs__menu3 {
    grid-gap: 32px 50px;
  }
  .topNavs__menu3__txtWrap {
    width: calc(49.2% - 50px);
  }
  .topNavs__menu3__txtWrap .ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .topNavs__menu3 {
    grid-gap: 32px 96px;
  }
  .topNavs__menu3__txtWrap {
    width: calc(49.2% - 96px);
    max-width: 448px;
    padding: 0;
  }
  .topNavs__menu3__txtWrap .ttl {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .topNavs__menu3__txtWrap p {
    margin-bottom: 32px;
    font-size: 16px;
margin-right:0;
margin-left:0;
  }
}

.topInfo {
  padding-bottom: 40px;
}
.topInfo .inner {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .topInfo {
    padding-bottom: 112px;
  }
}
.topInfo__ttl {
  width: 100%;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6667;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .topInfo__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.topInfo__sns {
  padding: 30px 0;
}
.topInfo__sns .topInfo__ttl {
  margin-bottom: 6px;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.topInfo__sns > .inner {
  width: 100%;
}
.topInfo__sns__ttl {
  width: 100%;
  height: 56px;
  /*padding: 0 24px;*/
  margin-bottom: 16px;
  /*background-color: #FCE6CC;*/
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.topInfo__sns__ttl a {
  /*color: #F08300;*/
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7143;
}
.topInfo__sns__ttl img {
  width: 32px;
  flex-shrink: 0;
}
.topInfo__sns__body {
  width: calc(100% - 56px);
  max-width: 400px;
  margin: 0 auto 16px;
}
.topInfo__sns__body__x {
  width: 100%;
  padding-top: 133.33%;
  border: 2px solid #FCE6CC;
  overflow-y: scroll;
}
.topInfo__sns__body__youtube {
  width: 100%;
  padding-top: 56.25%;
}
.topInfo__sns__body__line {
  padding: 19px 21px;
  background-color: #F3F5F6;
}
.topInfo__sns__body__line img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .topInfo__sns .topInfo__ttl {
    margin-bottom: 10px;
    font-size: 30px !important;
text-align:left;
  }







  .topInfo__sns > .inner {
    width: calc(100% - 96px);
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 46px;
  }






  .topInfo__sns__row {
    margin-bottom: 10px;
  }
  .topInfo__sns__row--row1 {
    width: 100%;
  }
  .topInfo__sns__row--row2col1 {
    width: 45%;
  }
  .topInfo__sns__row--row2col2 {
    width: calc(55% - 46px);
  }
  .topInfo__sns__row--row3 {
    width: 100%;
  }
  .topInfo__sns__ttl {
    margin-bottom: 0;
    grid-gap: 15px;
  }
  .topInfo__sns__ttl.instagram {
    margin-bottom: 16px;
  }
  .topInfo__sns__ttl a {
    font-size: 16px;
    text-align: left;
  }
  .topInfo__sns__body {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 48px;*/
  }
}
@media screen and (min-width: 1024px) {
  .topInfo__sns .topInfo__ttl {
    font-size: 40px;
  }




}
.topInfo__fun {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
.topInfo__fun > .inner {
  width: 100%;
}
.topInfo__fun .list {
  width: 100%;
  /*max-width: 700px;*/
max-width:320px;
  margin: 0 auto;
  display: grid;
  grid-gap: 32px;
}
.topInfo__fun .listItem a {
  display: block;
}
.topInfo__fun .listItem figure {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.topInfo__fun .listItem figure.cm {
  /*max-width: 216px;*/
  margin: 0 auto 8px;
}
.topInfo__fun .listItem figure img {
  width: 100%;
}
.topInfo__fun .listItem .txtWrap {
  width: calc(100% - 48px);
  padding: 0 24px;
  margin: 0 auto;
}
.topInfo__fun .listItem .ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.topInfo__fun .listItem .ttl a {
  color: #F08300;
}
.topInfo__fun .listItem .txt {
  font-size: 14px;
  line-height: 1.7143;
}
@media screen and (min-width: 769px) {
  .topInfo__fun {
    max-width: 100%;
    margin-bottom: 120px;
  }
  .topInfo__fun .list {
    /*grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;*/
  }
  .topInfo__fun .listItem.pc_order-1 {
    order: -1;
  }
  .topInfo__fun .listItem figure {
    width: 100%;
    margin-bottom: 18px;
  }
  .topInfo__fun .listItem figure.cm {
    max-width: 100%;
    margin-bottom: 18px;
  }
  .topInfo__fun .listItem .ttl a {
    color: #333;
  }
  .topInfo__fun .listItem .txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.topInfo__bnrs {
  margin-bottom: 34px;
max-width: 1120px;
margin-left:auto;
margin-right:auto;
}
.topInfo__bnrs .list {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.topInfo__bnrs img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .topInfo__bnrs .list {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
  }
}
.topInfo__recruit {
  margin-bottom: 30px;
}
.topInfo__recruit__link {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  display: block;
}
.topInfo__recruit__link img {
  width: 100%;
  display: block;
}
.topInfo__tenpo__link {
  width: 72%;
  margin: 0 auto;
  display: block;
}
.topInfo__tenpo__link img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .topInfo__tenpo__link {
    width: 100%;
    max-width: 352px;
  }
}

.footer {
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 90px;
  }
}






/*add*/

.sns_inner{
        width: calc(100% - 96px);
        max-width: 960px;
        margin: 30px auto 60px auto;
        text-align: center;
}
.sns_title{
display:block;
margin-bottom:15px;
}
.sns_wraps{
display:flex;
    flex-flow: wrap;
    justify-content: center;
}
.sns_wraps a{
margin:0 7px;
}


@media only screen and (max-width:1023px) {
    .topSearch__header::after {
        content:unset;
	}
}


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

    .topConsultation__link__a span {
        top: 18%;
        bottom: -5px;
        left:12%;
    }
    .topConsultation__link__a img {
        width: 75%;
        max-width: 100%;
        margin: -30px -45% 0 0;
    }
.topConsultation__link__a::before {
height: 45%;
        bottom: 5%;
        top: 18%;
    background-size: auto 75%;
}


}


/* iPhone / mobile webkit */
@media only screen and (max-width:576px) {
.topSearch .shop_search_wrap .shop_search_box .search_checkbox_wrap .search_checkboxes label input{
margin-right:10px;
}

}


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


.topService__body .item .ttl {
    text-align: center;
}

.topNews__header,{
    justify-content: left;
}

.topService__ttl{
    text-align: left;
}


.topInfo__sns__ttl{
    width: calc(100% - 56px);
    max-width: 400px;
margin: 0 auto 16px auto;
}
.topNews__slider .slick-arrow.slick-next {
    left: 60px;
}
.topNews__slider .slick-arrow.slick-prev {
left: 0px;
}

.topNews__link{
        display: flex;
        flex-flow: wrap;
        padding: 11px 24px 0 0;
    }
    .topNews__link a {
        margin-left: auto;
        font-size: 14px;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        grid-gap: 16px;
    }
    .topNews__link a img {
        width: 44px;
        height: 44px;
        padding: 0 16px;
        background-color: #F08300;
        border-radius: 50%;
        display: block;
    }


}

.topSearch__header {
    padding-top: 20px;
}
.topSearch__header__txt {
    width: 100%;
    margin-bottom: 20px;
}





}
