@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-ttl01-sub {
  margin-top: 0;
}

.com-ttl02 {
  padding-bottom: 5px;
}

.com-mail {
  width: 280px;
  height: 60px;
}

.com-beauty {
  width: 280px;
  height: 70px;
}

.com-tel-num {
  padding-left: 30px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/20px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #c68efd;
}
.com-table02 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-right: none;
  border-bottom: 1px solid rgba(198, 142, 253, 0.5);
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
}

.com-tag-list::before {
  width: 1px;
}
.com-tag-list-item {
  padding: 0 10px;
}
.com-tag-list-item::after {
  width: 1px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding-top: 50px;
}
#top-news .container {
  padding: 50px 15px;
}
#top-news .container-inner {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 45px;
}
#top-news .list-link {
  padding: 14px 20px;
  border-radius: 25px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg.jpg) no-repeat calc(100% - 20px) 25px/45vw;
}
#top-about .wrap {
  width: 100%;
}
#top-about .ttl {
  text-align: center;
}
#top-about .img {
  position: relative;
  width: 95%;
  min-width: 300px;
  margin-top: 25px;
  top: unset;
  right: unset;
  left: unset;
  transform: unset;
}
#top-about .img::after {
  width: 42vw;
  min-width: 150px;
  height: 42vw;
  min-height: 150px;
  right: -25px;
  bottom: -35px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .container {
  padding: 50px 15px;
  border-radius: 25px;
}
#top-worries .list {
  gap: 25px 10px;
  margin-top: 45px;
}
#top-worries .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .list {
  margin-top: 45px;
}
#top-voice .list-item {
  padding: 25px 20px;
  border-radius: 25px;
}
#top-voice .list-txt {
  margin-top: 15px;
  padding-right: 0px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container {
  padding: 25px 10px 30px;
  background-color: #c68efd;
  border: 5px solid #fff;
  border-radius: 25px;
}
#top-contact .wrap {
  display: block;
  margin-top: 25px;
}
#top-contact .beauty {
  margin: 0 auto;
}
#top-contact .mail {
  width: 280px;
  height: 70px;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .container {
  display: block;
}
#top-company .wrap {
  margin-right: 0;
}
#top-company .ttl {
  text-align: center;
}
#top-company .table {
  margin-top: 35px;
}
#top-company .btn {
  display: block;
  margin: 35px auto 0;
}
#top-company .map {
  width: 100%;
  height: 250px;
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .link {
  display: block;
  border: 4px solid #f6dc43;
  border-radius: 35px;
  padding-bottom: 25px;
}
#top-banner .link::before {
  width: 100px;
  height: 85px;
  bottom: -40px;
  right: -10px;
}
#top-banner .link-wrap {
  margin-top: 25px;
  margin-right: 0px;
}
#top-banner .img {
  width: 100%;
  border-radius: 30px 30px 0 0px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .container {
  display: block;
}
#sub-banner .link {
  width: 100%;
  height: 64.28vw;
  min-height: 225px;
  border: 8px solid #f6dc43;
  border-radius: 10px;
}
#sub-banner .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-banner .link-ttl {
  padding: 15px 30px;
  top: -8px;
  left: -8px;
  border-radius: 10px 0 10px 0;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .wrap {
  padding: 35px 25px 50px;
  border-radius: 20px;
}
#sub-case .wrap-fle {
  display: block;
  margin-top: 20px;
}
#sub-case .wrap-img {
  max-width: 293px;
  margin: 0 auto;
}
#sub-case .wrap-list {
  margin-left: 0;
  margin-top: 25px;
}
#sub-case .list {
  margin-top: 35px;
}
#sub-case .list-item {
  padding: 20px 15px;
  border-radius: 10px;
}
#sub-case .list-top {
  display: block;
  padding: 0 5px 10px;
}
#sub-case .list-ttl {
  padding-left: 15px;
}
#sub-case .list-ttl::before {
  width: 6px;
  height: 6px;
}
#sub-case .list-num {
  text-align: right;
}
#sub-case .list-txt {
  padding: 0 5px;
}
#sub-case .btn {
  margin: 35px auto 0;
}

/* =========================================
    sub  sp
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/top/voice-bg.png) no-repeat 10px 50px/35vw;
}
#sub-voice .list {
  margin-top: 45px;
}
#sub-voice .list-item {
  padding: 25px 20px;
  border-radius: 25px;
}
#sub-voice .list-txt {
  margin-top: 15px;
  padding-right: 0px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/top/about-bg.jpg) no-repeat calc(50% + 80px) top/50vw;
}
#sub-greeting .container {
  display: block;
}
#sub-greeting .wrap {
  margin-right: 0;
}
#sub-greeting .wrap-ttl {
  margin-top: 35px;
}
#sub-greeting .name {
  margin-top: 25px;
}
#sub-greeting .img {
  border-radius: 20px;
}

#sub-company .container {
  display: block;
}
#sub-company .map {
  width: 100%;
  height: 250px;
}
#sub-company .table {
  margin-top: 25px;
  margin-right: 0;
}

/* =========================================
    sub  SP
    sub-los_blancos
========================================= */
#sub-about .container {
  display: block;
}
#sub-about .wrap {
  margin-right: 0;
}
#sub-about .ttl-main {
  font-size: 23px;
}
#sub-about .img {
  width: 100%;
  border-radius: 20px;
}
#sub-about .btn {
  display: block;
  font-size: 16px;
  width: 320px;
  margin: 25px auto 0;
  padding: 16px 10px;
}

#sub-item .list {
  gap: 15px;
  margin-top: 50px;
}
#sub-item .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-item .list-img {
  height: 28.2vw;
  min-height: 99px;
  border-radius: 10px;
}
#sub-item .list-num {
  margin-top: 10px;
}
#sub-item .list-ttl {
  margin-top: 5px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 35px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-method .wrap {
  padding: 30px 15px;
}
#sub-method .com-tel {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#sub-method .com-tel-num {
  padding-left: 30px;
  background: url(/img/all/tel-ico-color.png) no-repeat left 6px/22px;
}
#sub-method .beauty {
  width: 280px;
  height: 70px;
  border-radius: 35px;
}

#sub-contact .bg::after {
  width: 36.5vw;
  height: 58vw;
  top: -12.5vw;
  right: 6vw;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}