@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*Body
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.8;
  color: var(--font);
  background-color: var(--body) !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

/*Common
=================================================*/
/*Image
----------------------------------------------- */
img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*Text
----------------------------------------------- */
.com-txt p {
  margin-bottom: 4vw;
}

.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .com-txt p br {
    display: none;
  }
}

.mg-c {
  margin: 0 auto;
}

.mg-l {
  margin: 0 0 0 auto;
}

.com-tel-contents {
  line-height: 1.2;
}

.com-tel-contents .coution-tel {
  margin-top: 2vw;
}

.com-tel {
  font-size: 6vw;
  position: relative;
  padding-left: 6vw;
  box-sizing: border-box;
  font-weight: 500;
}

.com-tel .tel-icon {
  width: 4vw;
  position: absolute;
  left: 0;
  top: 0;
}

.com-tel .number {
  color: var(--font);
}

/*Button
----------------------------------------------- */
.more-btn {
  width: 100%;
  display: block;
  padding: 2vw;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s all ease-in;
}

.more-btn span {
  font-size: 3.8vw;
  color: var(--white);
  line-height: 3;
}

.mc01-btn {
  background: var(--main);
}

.mc02-btn {
  background: var(--accent);
}

.arw-icon {
  position: relative;
}

.arw-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 2vw;
  height: 2vw;
  border-top: solid 1px var(--white);
  border-right: solid 1px var(--white);
  transform: rotate(45deg);
  margin-top: -1vw;
  box-sizing: border-box;
}

.mc-arw:before {
  border-top: solid 2px var(--main);
  border-right: solid 2px var(--main);
}


/*Title
----------------------------------------------- */
.com-top-title .sub,
.com-top-title .main {
  font-weight: 700;
  display: block;
  font-size: 5.5vw;
  line-height: 1.5;
}

.com-top-title .sub {
  color: var(--main);
}

.title00 {
  font-weight: 700;
  color: var(--main);
  font-size: 5.5vw;
  margin-bottom: 5vw;
}

.title01 {
  color: var(--main);
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10%;
  padding-left: 5%;
  border-left: 4px solid var(--main);
  box-sizing: border-box;
}

.title02 {
  font-weight: 700;
  font-size: 5vw;
  font-weight: 700;
  border-bottom: 1px solid var(--main);
  padding-bottom: 2vw;
  margin-bottom: 4vw;
  line-height: 1.5;
}

.title03 {
  background: var(--main);
  color: var(--white);
  padding: 3% 4%;
  box-sizing: border-box;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 5vw;
}

.mail-title {
  font-weight: 700;
  font-size: 4.8vw;
}

.mail-title span {
  display: inline-block;
  vertical-align: middle;
}

.mail-title .icon {
  width: 10vw;
  margin-right: 2vw;
}

/*Table-dl
----------------------------------------------- */
.com-dl>.in-dl {
  border-bottom: 1px solid var(--border);
}

.com-dl>.in-dl:last-of-type {
  border-bottom: none;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 3vw 4vw;
}

.com-dl>.in-dl>dt {
  background: var(--sub);
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

.com-dl>.in-dl>dd a {
  color: var(--font);
}

.com-table {
  border: solid 1px var(--main);
  box-sizing: border-box;
  width: 100%;
}

.com-table tr {
  border-bottom: 1px solid var(--border);
}

.com-table tr:last-of-type {
  border-bottom: none;
}

.com-table th,
.com-table td {
  padding: 3vw;
  font-size: 3.6vw;
  box-sizing: border-box;
}

.com-table th {
  width: 30vw;
  background: var(--sub);
}

.com-table td {
  width: calc(100% - 30vw);
}

/*=========================================================
	header
=========================================================*/
#header {
  height: 70px;
  background: var(--white);
  padding: 0 90px 0 5%;
  box-sizing: border-box;
}

#header .header-l {
  width: 40%;
  max-width: 150px;
}

#header .header-r {
  display: none;
}

/*Mainvisual
=========================================================*/
#main-visual {
  height: 60vw;
  min-height: 300px;
  background: url(../img/main-visual/main-visual-img.jpg) no-repeat center/cover;
}

#main-visual .main-visual-bx {
  width: 80%;
  background: rgba(var(--rgba), 0.8);
  padding: 5vw;
  box-sizing: border-box;
  margin: 0 0 4vw 4vw;
}

#main-visual .main-visual-ttl {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 4vw;
  line-height: 1.5;
  color: var(--main);
}

#main-visual .main-visual-txt {
  font-size: 3.5vw;
}

/*=========================================================
	Top page
=========================================================*/
/*com-top-greeting-contnets
=========================================================*/
.com-top-greeting-contnets {
  padding: 15% 0;
  position: relative;
}

.com-top-greeting-contnets .inbox {
  position: relative;
  z-index: 10;
}

.top-greeting-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-greeting-cotainer {
  display: block;
}

.top-greeting-cotainer .top-greeting-img {
  text-align: center;
  margin-bottom: 8%;
}

.top-greeting-cotainer .com-top-title {
  margin-bottom: 10%;
}

/*com-contents-rl
=========================================================*/
.com-contents-rl {
  padding: 15% 0;
}

.com-contents-rl .com-top-title {
  margin-bottom: 10%;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents {
  display: block;
  margin-bottom: 10%;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents:last-of-type {
  margin-bottom: 0;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents .com-contents-img {
  text-align: center;
  margin-bottom: 8%;
}

.com-contents-rl .more-btn {
  margin-top: 10%;
}

.com-contents-txt p {
  margin-bottom: 20px;
}

/*コンテンツ反転
-------------------------------------*/
.rr-contents .com-contents-rl-cotainer .com-contents:nth-of-type(odd) {
  flex-direction: row;
}

.rr-contents .com-contents-rl-cotainer .com-contents:nth-of-type(even) {
  flex-direction: row-reverse;
}

/*com-top-gallery
=========================================================*/
.com-top-gallery {
  padding: 15% 0;
}

.com-top-gallery .com-top-title {
  margin-bottom: 15%;
}

.com-top-gallery .com-top-gallery-list {
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 5%;
  webkit-justify-content: start;
  justify-content: start;
}

.com-top-gallery .com-top-gallery-list li {
  flex: 0 0 70vw;
  padding-top: 60%;
  margin: 0 5% 0 0;
}

.com-top-gallery .more-btn {
  margin-top: 10%;
}

/*Common link- btn list
=========================================================*/
.com-link {
  padding: 10% 0 15%;
}

.com-link .com-link-list {
  display: block;
}

.com-link li {
  width: 90%;
  margin: 0 auto 4%;
}

.com-link li:last-of-type {
  margin-bottom: 0;
}

.com-link li a {
  width: 100%;
  border: solid 2px var(--main);
  box-sizing: border-box;
  display: block;
  font-size: 4.5vw;
  font-weight: 700;
}

.com-link li a span {
  color: var(--main);
}

/*top-news-contents
=========================================================*/
.top-news-contents {
  background: var(--light);
  padding: 15% 0;
}

.top-news-contents .inbox {
  width: 90%;
  display: block;
}

.top-news-contents .top-news-title-bx {
  position: relative;
  margin-bottom: 10%;
}

.top-news-contents .top-news-post .top-news-post-item {
  border-bottom: 1px solid var(--border);
}

.top-news-contents .top-news-post .top-news-post-item:last-of-type {
  border-bottom: none;
}

.top-news-contents .top-news-post .top-news-post-item a {
  display: block;
  padding: 3% 0;
  font-weight: 500;
}

.top-news-contents .top-news-post .top-news-post-item .top-news-post-time-tag-list {
  margin-bottom: 2vw;
}

.top-news-contents .top-news-post .top-news-post-item time {
  width: 25vw;
  font-size: 3.5vw;
}

.top-news-contents .top-news-post .top-news-post-item .tag-list {
  width: calc(100% - 25vw);
  line-height: 1.5;
  font-size: 3vw;
}

.top-news-contents .top-news-post .top-news-post-item .tag-list li {
  border: solid 1px var(--main);
  padding: 1vw 3vw;
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
}

.top-news-contents .top-news-post .top-news-post-title {
  font-size: 3.8vw;
}

.top-news-contents .more-btn {
  width: 35%;
  padding: 0 0;
  margin: -10vw 0 0 auto;
}

/*com-contact-banner
=========================================================*/
.com-contact-banner {
  padding: 10% 0;
  background: var(--white);
}

.com-contact-banner .com-contact-banner-container {
  border: solid 1px var(--main);
  box-sizing: border-box;
  padding: 8%;
  display: block;
}

.com-contact-banner .com-contact-banner-l {
  margin-bottom: 8%;
}

.com-contact-banner .com-top-title {
  margin-bottom: 5vw;
  text-align: center;
}

.com-contact-banner .com-contact-banner-txt {
  font-size: 3.8vw;
}

.com-contact-banner .com-contact-banner-r {
  text-align: center;
}

.com-contact-banner .com-contact-banner-r .com-tel-contents {
  margin-bottom: 4vw;
}

.com-contact-banner .com-contact-banner-r .com-tel .number {
  font-size: 7vw;
  font-weight: 700;
}

.com-contact-banner .more-btn-list {
  margin-top: 6%;
  display: block;
}

.com-contact-banner .more-btn-list li {
  margin-bottom: 5%;
}

.com-contact-banner .more-btn-list li:last-of-type {
  margin-bottom: 0;
}

.com-contact-banner .more-btn-list .more-btn {
  width: 100%;
}

.com-worktime {
  line-height: 1.2;
}

.com-worktime dt,
.com-worktime dd {
  display: inline-block;
  vertical-align: middle;
}

.com-worktime .in-dl {
  margin-bottom: 2%;
}

.com-worktime .in-dl:last-of-type {
  margin-bottom: 0;
}

/*Google Map
=========================================================*/
.googlemap {
  height: 300px;
  background: var(--sub);
}

.googlemap iframe {
  width: 100%;
  height: 100%;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  width: 8%;
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  border-top: 5px solid var(--main);
  box-sizing: border-box;
  padding: 15% 0 10%;
}

#footer .footer-wrp {
  display: block;
}

#footer .footer-logo-bx {
  width: 50%;
  margin: 0 auto 8vw;
  text-align: center;
}

#footer .com-works-dl {
  margin-bottom: 8vw;
  font-size: 3.8vw;
}

#footer .com-works-dl .in-dl {
  margin-bottom: 2vw;
}

#footer .com-works-dl .in-dl:last-child {
  margin-bottom: 0;
}

#footer .com-works-dl dt {
  width: 20vw;
  background: var(--main);
  color: var(--white);
  text-align: center;
}

#footer .com-works-dl dd {
  width: calc(100% - 20vw);
  padding-left: 5vw;
  box-sizing: border-box;
}

#footer .com-tel-contents {
  text-align: center;
  margin-bottom: 10%;
}

#footer .footer-r {
  display: block;
  border-bottom: solid 1px transparent;
  box-sizing: border-box;
}

#footer .footer-r .sitemap-list {
  column-count: 2;
}

#footer .footer-r .sitemap-list:last-of-type {
  margin-right: 0;
  border-right: none;
}

#footer .footer-r .sitemap-list a {
  display: block;
  padding: 2vw 3vw;
  box-sizing: border-box;
  font-size: 3.4vw;
  font-weight: 500;
}

#footer .ft-link-list {
  margin-top: 10%;
  line-height: 2;
}

#footer .ft-link-list li {
  width: 49%;
  margin: 2% 2% 0 0;
}

#footer .ft-link-list li:nth-child(2n) {
  margin-right: 0;
}

#footer .ft-link-list li:nth-child(-n+2) {
  margin-top: 0;
}

#footer .ft-link-list li:last-child {
  margin-right: 0;
}

#footer .ft-link-list li .more-btn {
  width: 100%;
  padding: 3vw 2vw;
}

#footer .ft-link-list li .more-btn span {
  font-size: 2.5vw;
  line-height: 3;
}

#footer #copyright {
  text-align: center;
  margin-top: 10%;
}

#footer #copyright small {
  color: var(--font);
  font-size: 2.8vw;
}

#footer #copyright small a {
  color: var(--font);
}

/*=========================================================
	Under page
=========================================================*/
#contents-u {
  padding: 15% 0 20%;
}

/*下層サブビジュアル
=========================================================*/
#sub-visual {
  height: 40vw;
  min-height: 150px;
  background: url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
  padding: 0 0 4% 4%;
  box-sizing: border-box;
}

#sub-visual .sub-visual-title {
  background: rgba(var(--rgba), 0.8);
  color: var(--main);
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  padding: 5%;
  box-sizing: border-box;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: var(--font);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: var(--font);
}

/*Common abnout contents
=========================================================*/
.com-contents-u-rl {
  padding: 15% 0;
}

.com-contents-u-rl .com-contents {
  display: block;
  margin-bottom: 15%;
}

.com-contents-u-rl .com-contents:last-of-type {
  margin-bottom: 0;
}

.com-contents-u-rl .com-contents-img {
  margin-bottom: 8%;
}

.com-contents-u-rl .com-contents-txtbx {
  box-sizing: border-box;
}

/*Common menu
=========================================================*/
.com-menu-contents {
  padding: 15% 0;
}

.com-menu-contents .com-menu-topic {
  margin-bottom: 15%;
}

.com-menu-contents .com-menu-topic:last-of-type {
  margin-bottom: 0;
}

.com-menu-contents .com-menu-topic .com-img {
  width: 100%;
  padding-top: 70%;
  margin-bottom: 8%;
}

.com-menu-contents .com-menu-topic-info {
  margin-bottom: 10%;
}

.com-menu-contents .com-menu-topic-info:last-of-type {
  margin-bottom: 0;
}

.com-menu-contents .price-txt {
  text-align: right;
  margin-bottom: 4vw;
}

/*Common Price
=========================================================*/
.com-price .com-price-item {
  margin-bottom: 8vw;
}

.com-price .com-price-item:last-of-type {
  margin-bottom: 0;
}

.com-price .com-price-item .price-topic-table .in-dl {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.com-price .com-price-item .price-topic-table dt,
.com-price .com-price-item .price-topic-table dd {
  padding: 2vw 0;
}

.com-price .com-price-item .price-topic-table dt {
  width: 60%;
}

.com-price .com-price-item .price-topic-table dd {
  text-align: right;
  width: 40%;
}

/*Common thumbnail
=========================================================*/
.com-thumbnail-container {
  padding: 15% 0;
}

.com-thumbnail-container .com-thumbnail-item {
  width: 100%;
  margin-bottom: 10%;
}

.com-thumbnail-container .com-thumbnail-item:last-child {
  margin-bottom: 0;
}

.com-thumbnail-container .com-img {
  padding-top: 270px;
  margin-bottom: 4vw;
}

.com-thumbnail-container .thumbnail-title {
  color: var(--main);
  font-weight: 700;
  font-size: 4.2vw;
  margin-bottom: 2vw;
  line-height: 1.5;
}

.com-thumbnail-container .com-thumbnail-txtbx {
  padding: 0 15px;
  box-sizing: border-box;
}

/*Common table
=========================================================*/
.com-table-contents {
  padding: 15% 0;
}

/*Common qa
=========================================================*/
.com-qa-contents {
  padding: 15% 0;
}

.com-qa-contents .com-qa-item {
  margin-bottom: 3vw;
}

.com-qa-contents .com-qa-item:last-of-type {
  margin-bottom: 0;
}

.com-qa-contents .com-qa-title,
.com-qa-contents .com-qa-txt {
  position: relative;
  padding: 3vw 3vw 3vw 10vw;
  box-sizing: border-box;
  font-size: 4.2vw;
}

.com-qa-contents .com-qa-title .icon,
.com-qa-contents .com-qa-txt .icon {
  position: absolute;
  left: 3vw;
  top: 4.5vw;
  font-weight: 700;
  line-height: 1;
  font-size: 5vw;
}

.com-qa-contents .com-qa-title .q-icon,
.com-qa-contents .com-qa-txt .q-icon {
  color: var(--main);
}

.com-qa-contents .com-qa-title {
  background: var(--light);
  font-weight: 700;
}

.com-qa-contents .com-qa-txt {
  background: var(--sub);
}

/*Common All Gallery
=========================================================*/
.category-list {
  font-size: 0;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 5%;
  margin-bottom: 5vw !important;
}

.category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

.category-list li a {
  font-size: 3.5vw;
  padding: 2vw 4vw;
  display: block;
  background: var(--accent);
  color: var(--white);
}

.category-txt {
  font-weight: 700;
  font-size: 4.2vw;
  margin-bottom: 5vw;
}

.com-gallery-contents {
  padding: 15% 0;
}

.com-gallery-contents article {
  width: 48%;
  margin: 8% 4% 0 0;
}

.com-gallery-contents article:nth-child(2n) {
  margin-right: 0;
}

.com-gallery-contents article:nth-child(-n+2) {
  margin-top: 0;
}

.com-gallery-contents article:last-child {
  margin-right: 0;
}

.com-gallery-contents article .com-img {
  padding-top: 70%;
  background: var(--border) url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 4vw;
}

.com-gallery-contents article .tag-list .tag-name {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  margin: 3px 3px 0 0;
  line-height: 1;
  font-size: 3.5vw;
  background: var(--main);
  color: var(--white);
}

.com-gallery-contents article .com-gallery-contents-title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.8vw;
}

/*Common Gallery detail
=========================================================*/
.com-gallery-detail {
  padding: 15% 0;
}

.com-gallery-detail .tag-list {
  margin-bottom: 4vw;
}

.com-gallery-detail .tag-list .tag-name {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  margin: 3px 3px 0 0;
  line-height: 1;
  font-size: 3.5vw;
  background: var(--main);
  color: var(--white);
}

.com-gallery-detail .com-gallery-detail-container {
  margin: 0 auto;
}

.com-gallery-detail .com-before-after-txt {
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 500;
  font-size: 4.2vw;
}

.com-gallery-detail .after-txt {
  color: var(--main);
  font-size: 5.5vw;
  font-weight: 700;
}

.com-gallery-detail .com-before-after-list {
  margin-bottom: 10%;
  overflow-x: scroll;
  webkit-justify-content: start;
  justify-content: start;
  padding-bottom: 5%;
}

.com-gallery-detail .com-before-after-list li {
  flex: 0 0 70vw;
  margin: 0 15vw 0 0;
  position: relative;
}

.com-gallery-detail .com-before-after-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -16vw;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 6vw solid transparent;
  border-left: 6vw solid var(--main);
  z-index: 100;
}

.com-gallery-detail .com-before-after-list li:last-of-type {
  margin-right: 5vw;
}

.com-gallery-detail .com-before-after-list li:last-of-type:before {
  display: none;
}

.com-gallery-detail .com-before-after-list .com-img {
  padding-top: 100%;
}

.com-gallery-detail .com-thumbnail-img {
  width: 90%;
  padding-top: 80%;
  margin: 0 auto 10%;
}

.com-gallery-detail .gallery-imglist {
  margin-top: 10%;
}

.com-gallery-detail .gallery-imglist li {
  width: 49%;
  padding-top: 49%;
  margin: 2% 2% 0 0;
}

.com-gallery-detail .gallery-imglist li:nth-child(2n) {
  margin-right: 0;
}

.com-gallery-detail .gallery-imglist li:nth-child(-n+2) {
  margin-top: 0;
}

.com-gallery-detail .gallery-imglist li:last-child {
  margin-right: 0;
}

/*Common post
=========================================================*/
.com-post-cotainer article {
  border-bottom: 1px solid var(--main);
  margin-bottom: 5%;
}

.com-post-cotainer article:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.com-post-cotainer article a {
  display: block;
  padding: 4% 3% 10%;
  box-sizing: border-box;
}

.com-post-cotainer article .time-tag-continer {
  font-weight: 700;
  margin-bottom: 2vw;
}

.com-post-cotainer article .time-tag-continer time {
  width: 25vw;
  font-size: 3.8vw;
  margin-top: 3vw;
}

.com-post-cotainer article .time-tag-continer .tag-list {
  width: calc(100% - 25vw);
  padding-left: 3vw;
  box-sizing: border-box;
}

.com-post-cotainer article .time-tag-continer li {
  display: inline-block;
  vertical-align: middle;
  background: var(--white);
  font-size: 3vw;
  color: var(--main);
  border: solid 1px var(--main);
  padding: 2px 5px;
  margin: 3vw 0 0 0;
}

.com-post-cotainer article .com-post-title {
  color: var(--font);
  font-size: 4vw;
  font-weight: 700;
}

.com-post-cotainer article .com-post-txt-round {
  margin-top: 5vw;
}

.com-post-cotainer article .com-post-thumbnail .com-img {
  padding-top: 70%;
  margin-bottom: 4vw;
}

/*Common post detail
=========================================================*/
#s-post .sb_style h1 {
  border-bottom: 1px solid var(--main);
}

#s-post .sb_style h2 {
  border-left: 5px solid var(--main);
}

#s-post .sb_style h3 {
  background: var(--main);
  color: var(--white);
}

#s-post .sb_style h4:before {
  background: var(--main);
}

#s-post .sb_style h5 {
  background: var(--sub);
}

#s-post .sb_style h6 {
  color: var(--main);
}

#s-post .sb_style ul li:before {
  background: var(--main);
}

#s-post .sb_style ol li:before {
  color: var(--white);
  background: var(--main);
}

#s-post .sb_style a {
  color: var(--main);
}

#s-post .s-time-tag {
  text-align: right;
  margin-top: 10%;
  padding-top: 10px;
  border-top: 1px solid var(--main);
}

#s-post .s-time-tag time {
  font-size: 4vw;
  font-weight: bold;
}

#s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  background: var(--white);
  line-height: 1;
  font-weight: 500;
  border: solid 1px var(--main);
}

#s-post .tag-name span {
  color: var(--main);
}

/*Contact
=========================================================*/
.contact-contents .contact-contents-txt {
  text-align: left;
}

.contact-contents .com-contact-banner {
  width: 90%;
  margin: 0 auto;
  border: solid 1px var(--main);
  box-sizing: border-box;
  padding: 8% 6%;
}

.contact-contents .more-btn-list {
  display: block;
}

.contact-contents .more-btn-list li {
  margin: 0 0 5% 0;
}

.contact-contents .more-btn-list li:last-of-type {
  margin-bottom: 0;
}

.contact-contents .more-btn-list li .more-btn {
  width: 100%;
}

.contact-topic {
  padding: 15% 0;
}

.cont-dl {
  background: var(--sub);
  padding: 6% 4%;
  box-sizing: border-box;
}

.cont-dl .in-dl dt .require {
  font-weight: 700;
  color: var(--main);
}

.cont-dl .in-dl dd a {
  color: var(--main);
  border-bottom: 1px solid var(--main);
}

.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}

.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--border);
  border-left: 2px solid var(--border);
  transform: translateY(-50%) rotate(-135deg);
  font-size: 4.2vw;
  pointer-events: none;
}

.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  background: var(--white);
}

.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  border: solid var(--border) 1px;
  background: var(--white);
}

.cont-dl .in-dl dd textarea {
  border: solid var(--border) 1px;
  background: var(--white);
}

.contact-btn ul li .form-btn {
  border: solid 1px var(--main);
  background-color: var(--main);
  font-family: "Noto Sans JP", sans-serif;
}

.contact-btn ul li:hover .form-btn {
  color: var(--main);
  background: var(--white);
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*Complete
=========================================================*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 4vw;
  margin-bottom: 5vw;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: var(--font);
}

ul.pagenation li.current {
  color: var(--white);
  background: var(--main);
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid var(--main) 5px;
}

.page-btn .right a:before {
  border-left: solid var(--main) 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid var(--main);
}

#site-map ul li a {
  color: var(--font);
}

#site-map ul li a:before {
  border-left: 8px solid var(--main);
}

#site-map ul li a:hover {
  color: var(--main);
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: var(--main);
}