@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: 1.6rem;
  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: 25px;
}

.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: 5px;
}

.com-tel {
  font-size: 28px;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  font-weight: 500;
}

.com-tel .tel-icon {
  width: 19px;
  position: absolute;
  left: 0;
  top: 0;
}

.com-tel .number {
  color: var(--font);
}

/*Button
----------------------------------------------- */
.more-btn {
  width: 280px;
  display: block;
  padding: 15px 0;
  text-align: center;
  transition: 0.1s all ease-in;
  font-size: 15px;
}

.more-btn span {
  color: var(--white);
}

.more-btn:hover {
  opacity: 0.8;
}

.mc01-btn {
  background: var(--main);
}

.mc02-btn {
  background: var(--accent);
}

.mail-btn {
  display: block;
  background: transparent;
  border: solid 1px var(--white);
  text-align: center;
  width: 180px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: var(--white);
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: var(--main);
}

.mail-btn:hover span {
  color: var(--white);
}

.arw-icon {
  position: relative;
}

.arw-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--white);
  border-right: solid 2px var(--white);
  transform: rotate(45deg);
  margin-top: -4px;
  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: 30px;
  line-height: 1.5;
}

.com-top-title .sub {
  color: var(--main);
}

.title00 {
  font-weight: 700;
  color: var(--main);
  font-size: 30px;
  margin-bottom: 40px;
}

.title01 {
  color: var(--main);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  padding-left: 20px;
  border-left: 8px solid var(--main);
  box-sizing: border-box;
}

.title02 {
  font-weight: 700;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid var(--main);
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.title03 {
  background: var(--main);
  color: var(--white);
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.mail-title {
  font-weight: 700;
  font-size: 24px;
}

.mail-title span {
  display: inline-block;
  vertical-align: middle;
}

.mail-title .icon {
  margin-right: 15px;
}

/*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: 15px 20px;
}

.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: 20px 30px;
  box-sizing: border-box;
}

.com-table th {
  width: 160px;
  background: var(--sub);
}

.com-table td {
  width: 920px;
}

/*=========================================================
	header
=========================================================*/
#header {
  height: 150px;
  background: var(--white);
  padding: 20px;
  box-sizing: border-box;
}

#header .header-l {
  width: 220px;
}

#header .header-r {
  text-align: right;
  width: calc(100% - 220px);
}

#header .header-btn-list li {
  display: inline-block;
  vertical-align: middle;
}

#header .header-tel-bx,
#header .header-btn-list li {
  margin-right: 25px;
}

#header .header-btn-list li {
  width: 200px;
}

#header .header-btn-list li:last-of-type {
  margin-right: 0;
}

#header .header-btn-list li a {
  width: 100%;
}

/*Gnav
=========================================================*/
#nav {
  margin-top: 15px;
}

#nav li {
  margin-right: 10px;
}

#nav li:last-of-type {
  margin-right: 0;
}

#nav a {
  display: block;
  padding: 5px 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

#nav a:hover {
  border-bottom: 2px solid var(--main);
}

/*Mainvisual
=========================================================*/
#main-visual {
  height: calc(100vh - 150px);
  min-height: 550px;
  background: url(../img/main-visual/main-visual-img.jpg) no-repeat center/cover;
}

#main-visual .main-visual-bx {
  width: 750px;
  background: rgba(var(--rgba), 0.8);
  padding: 45px 50px;
  box-sizing: border-box;
  margin: 0 0 70px 70px;
}

#main-visual .main-visual-ttl {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--main);
}

#main-visual .main-visual-txt {
  font-size: 22px;
}

/*=========================================================
	Top page
=========================================================*/
/*com-top-greeting-contnets
=========================================================*/
.com-top-greeting-contnets {
  padding: 140px 0 120px;
  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 .top-greeting-img {
  width: 580px;
  margin-right: -100px;
}

.top-greeting-cotainer .top-greeting-txtbx {
  width: 490px;
}

.top-greeting-cotainer .com-top-title {
  margin-bottom: 50px;
}

/*com-contents-rl
=========================================================*/
.com-contents-rl {
  padding: 100px 0;
}

.com-contents-rl .com-top-title {
  margin-bottom: 85px;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents {
  margin-bottom: 120px;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents:nth-of-type(odd) .com-contents-txtbx {
  padding-right: 30px;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents:nth-of-type(even) .com-contents-txtbx {
  padding-left: 30px;
}

.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 {
  width: 550px;
}

.com-contents-rl .com-contents-rl-cotainer .com-contents .com-contents-txtbx {
  width: 500px;
  box-sizing: border-box;
}

.com-contents-rl .more-btn {
  margin-top: 100px;
}

/*コンテンツ反転
-------------------------------------*/
.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: 100px 0;
}

.com-top-gallery .com-top-title {
  margin-bottom: 90px;
}

.com-top-gallery .com-top-gallery-list li {
  width: 345px;
  padding-top: 215px;
  margin: 22px 22px 0 0;
}

.com-top-gallery .com-top-gallery-list li:nth-child(3n) {
  margin-right: 0;
}

.com-top-gallery .com-top-gallery-list li:nth-child(-n+3) {
  margin-top: 0;
}

.com-top-gallery .com-top-gallery-list li:last-child {
  margin-right: 0;
}

.com-top-gallery .more-btn {
  margin-top: 90px;
}

/*Common link- btn list
=========================================================*/
.com-link {
  padding: 100px 0 150px;
}

.com-link li {
  width: 345px;
  text-align: center;
  margin: 20px 20px 0 0;
}

.com-link li:nth-child(3n) {
  margin-right: 0;
}

.com-link li:nth-child(-n+3) {
  margin-top: 0;
}

.com-link li:last-child {
  margin-right: 0;
}

.com-link li a {
  width: 100%;
  border: solid 2px var(--main);
  box-sizing: border-box;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.com-link li a span {
  color: var(--main);
}

/*top-news-contents
=========================================================*/
.top-news-contents {
  background: var(--light);
  padding: 100px 0;
}

.top-news-contents .inbox {
  width: 920px;
}

.top-news-contents .top-news-title-bx {
  width: 220px;
}

.top-news-contents .com-top-title {
  margin-bottom: 70px;
}

.top-news-contents .top-news-post {
  width: 615px;
}

.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: 20px 0;
  font-weight: 500;
}

.top-news-contents .top-news-post .top-news-post-item a:hover {
  opacity: 0.8;
}

.top-news-contents .top-news-post .top-news-post-item .top-news-post-time-tag-list {
  margin-bottom: 10px;
}

.top-news-contents .top-news-post .top-news-post-item time {
  width: 110px;
  font-size: 18px;
}

.top-news-contents .top-news-post .top-news-post-item .tag-list {
  width: calc(100% - 110px);
  line-height: 1.5;
}

.top-news-contents .top-news-post .top-news-post-item .tag-list li {
  border: solid 1px var(--main);
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
}

.top-news-contents .top-news-post .top-news-post-title {
  font-size: 18px;
}

.top-news-contents .more-btn {
  width: 100%;
}

/*com-contact-banner
=========================================================*/
.com-contact-banner {
  padding: 80px 0;
  background: var(--white);
}

.com-contact-banner .com-contact-banner-container {
  border: solid 1px var(--main);
  box-sizing: border-box;
  padding: 55px 60px 70px;
}

.com-contact-banner .com-contact-banner-l {
  width: 450px;
}

.com-contact-banner .com-top-title {
  margin-bottom: 40px;
}

.com-contact-banner .com-contact-banner-r {
  width: 420px;
}

.com-contact-banner .com-contact-banner-r .com-tel-contents {
  margin-bottom: 10px;
}

.com-contact-banner .com-contact-banner-r .com-tel .number {
  font-size: 40px;
  font-weight: 700;
}
.com-contact-banner .com-contact-banner-r .com-tel .tel-icon {
  width: 24px;
  top: -5px;
}

.com-contact-banner .more-btn-list {
  margin-top: 15px;
}

.com-contact-banner .more-btn-list li {
  margin: 20px 20px 0 0;
}

.com-contact-banner .more-btn-list li:nth-child(2n) {
  margin-right: 0;
}

.com-contact-banner .more-btn-list li:nth-child(-n+2) {
  margin-top: 0;
}

.com-contact-banner .more-btn-list li:last-child {
  margin-right: 0;
}

.com-contact-banner .more-btn-list .more-btn {
  width: 200px;
}

.com-worktime .in-dl,
.com-worktime dt,
.com-worktime dd {
  display: inline-block;
  vertical-align: middle;
}

.com-worktime .in-dl {
  margin-right: 30px;
}

.com-worktime .in-dl:last-of-type {
  margin-right: 0;
}

/*Google Map
=========================================================*/
.googlemap {
  height: 450px;
  background: var(--sub);
}

.googlemap iframe {
  width: 100%;
  height: 100%;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  border-top: 10px solid var(--main);
  box-sizing: border-box;
  padding: 70px 0 15px;
}

#footer .footer-l,
#footer .footer-r {
  width: 540px;
}

#footer .footer-logo-bx {
  margin-bottom: 35px;
}

#footer .com-works-dl {
  margin-bottom: 20px;
}

#footer .com-works-dl .in-dl {
  margin-bottom: 10px;
}

#footer .com-works-dl .in-dl:last-child {
  margin-bottom: 0;
}

#footer .com-works-dl dt {
  width: 80px;
  background: var(--main);
  color: var(--white);
  text-align: center;
}

#footer .com-works-dl dd {
  width: calc(100% - 80px);
  padding-left: 10px;
  box-sizing: border-box;
}

#footer .footer-r .sitemap-list {
  margin-right: 45px;
  column-count: 2;
  width: 380px;
}

#footer .footer-r .sitemap-list:last-of-type {
  margin-right: 0;
}

#footer .footer-r .sitemap-list li {
  margin-bottom: 25px;
}

#footer .footer-r .sitemap-list li:last-of-type {
  margin-bottom: 0;
}

#footer .footer-r .sitemap-list li a:hover {
  color: var(--main);
  border-bottom: 1px solid var(--main);
}

#footer .ft-link-list {
  margin-top: 35px;
}

#footer .ft-link-list li {
  width: 260px;
  margin: 10px 10px 0 0;
}

#footer .ft-link-list li:nth-child(4n) {
  margin-right: 0;
}

#footer .ft-link-list li:nth-child(-n+4) {
  margin-top: 0;
}

#footer .ft-link-list li:last-child {
  margin-right: 0;
}

#footer .ft-link-list li .more-btn {
  width: 100%;
  font-size: 14px;
}

#footer #copyright {
  text-align: center;
  margin-top: 60px;
}

#footer #copyright small {
  color: var(--font);
  font-size: 12px;
}

#footer #copyright small a {
  color: var(--font);
}

/*=========================================================
	Under page
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*下層サブビジュアル
=========================================================*/
#sub-visual {
  height: 350px;
  background: url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
  padding: 0 0 70px 65px;
  box-sizing: border-box;
}

#sub-visual .sub-visual-title {
  background: rgba(var(--rgba), 0.8);
  color: var(--main);
  min-height: 160px;
  width: 760px;
  padding: 0 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

#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(--main);
}

#bread-clumb li a:hover {
  border-bottom: 1px solid var(--main);
}

/*Common abnout contents
=========================================================*/
.com-contents-u-rl {
  padding: 100px 0;
}

.com-contents-u-rl .com-contents {
  margin-bottom: 90px;
}

.com-contents-u-rl .com-contents:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.com-contents-u-rl .com-contents:last-of-type {
  margin-bottom: 0;
}

.com-contents-u-rl .com-contents-img {
  width: 500px;
}

.com-contents-u-rl .com-contents-txtbx {
  width: 490px;
  box-sizing: border-box;
}

/*Common menu
=========================================================*/
.com-menu-contents {
  padding: 100px 0;
}

.com-menu-contents .com-menu-topic {
  margin-bottom: 80px;
}

.com-menu-contents .com-menu-topic:last-of-type {
  margin-bottom: 0;
}

.com-menu-contents .com-menu-topic .com-img {
  width: 345px;
  padding-top: 245px;
}

.com-menu-contents .com-menu-topic-info {
  margin-bottom: 50px;
}

.com-menu-contents .com-menu-topic-info:last-of-type {
  margin-bottom: 0;
}

.com-menu-contents .img-true {
  flex-direction: row-reverse;
  -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-menu-contents .img-true .com-menu-topic-info-txtbx {
  width: 650px;
}

.com-menu-contents .price-txt {
  text-align: right;
  margin-bottom: 20px;
}

/*Common Price
=========================================================*/
.com-price .com-price-item {
  margin-bottom: 50px;
}

.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: 15px 0;
}

.com-price .com-price-item .price-topic-table dt {
  width: 830px;
}

.com-price .com-price-item .price-topic-table dd {
  text-align: right;
  width: 250px;
}

/*Common thumbnail
=========================================================*/
.com-thumbnail-container {
  padding: 100px 0;
}

.com-thumbnail-container .com-thumbnail-item {
  width: 345px;
  margin: 40px 20px 0 0;
}

.com-thumbnail-container .com-thumbnail-item:nth-child(3n) {
  margin-right: 0;
}

.com-thumbnail-container .com-thumbnail-item:nth-child(-n+3) {
  margin-top: 0;
}

.com-thumbnail-container .com-thumbnail-item:last-child {
  margin-right: 0;
}

.com-thumbnail-container .com-img {
  padding-top: 270px;
  margin-bottom: 15px;
}

.com-thumbnail-container .thumbnail-title {
  color: var(--main);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.com-thumbnail-container .com-thumbnail-txtbx {
  padding: 0 15px;
  box-sizing: border-box;
}

/*Common table
=========================================================*/
.com-table-contents {
  padding: 100px 0;
}

/*Common qa
=========================================================*/
.com-qa-contents {
  padding: 100px 0;
}

.com-qa-contents .com-qa-item {
  margin-bottom: 25px;
}

.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: 20px 20px 20px 50px;
  box-sizing: border-box;
}

.com-qa-contents .com-qa-title .icon,
.com-qa-contents .com-qa-txt .icon {
  position: absolute;
  left: 15px;
  top: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 25px;
}

.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;
  font-size: 18px;
}

.com-qa-contents .com-qa-txt {
  background: var(--sub);
}

/*Common All Gallery
=========================================================*/
.category-list {
  font-size: 0;
}

.category-list li {
  display: inline-table;
  vertical-align: middle;
  margin: 10px 15px 0 0;
}

.category-list li a {
  font-size: 16px;
  padding: 15px 30px;
  display: block;
  background: var(--accent);
  color: var(--white);
}

.category-list li a:hover {
  opacity: 0.8;
}

.category-txt {
  font-weight: 700;
  font-size: 22px;
}

.com-gallery-contents {
  padding: 100px 0;
}

.com-gallery-contents article {
  width: 340px;
  margin: 60px 20px 0 0;
}

.com-gallery-contents article:nth-child(3n) {
  margin-right: 0;
}

.com-gallery-contents article:nth-child(-n+3) {
  margin-top: 0;
}

.com-gallery-contents article:last-child {
  margin-right: 0;
}

.com-gallery-contents article:hover {
  opacity: 0.8;
}

.com-gallery-contents article .com-img {
  height: 270px;
  background: var(--border) url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 15px;
}

.com-gallery-contents article .tag-list .tag-name {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin: 3px 3px 0 0;
  line-height: 1;
  font-size: 14px;
  background: var(--main);
  color: var(--white);
}

.com-gallery-contents article .com-gallery-contents-title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
}

/*Common Gallery detail
=========================================================*/
.com-gallery-detail {
  padding: 100px 0;
}

.com-gallery-detail .tag-list {
  margin-bottom: 10px;
}

.com-gallery-detail .tag-list .tag-name {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin: 3px 3px 0 0;
  line-height: 1;
  font-size: 14px;
  background: var(--main);
  color: var(--white);
}

.com-gallery-detail .com-gallery-detail-container {
  width: 990px;
  margin: 0 auto;
}

.com-gallery-detail .com-before-after-txt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}

.com-gallery-detail .after-txt {
  color: var(--main);
  font-size: 30px;
  font-weight: 700;
}

.com-gallery-detail .com-before-after-list {
  margin-bottom: 50px;
}

.com-gallery-detail .com-before-after-list li {
  width: 440px;
  margin: 0 100px 0 0;
  position: relative;
}

.com-gallery-detail .com-before-after-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -90px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid var(--main);
  z-index: 100;
}

.com-gallery-detail .com-before-after-list li:last-of-type {
  margin-right: 0;
}

.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: 345px;
}

.com-gallery-detail .com-thumbnail-img {
  width: 440px;
  padding-top: 345px;
  margin: 0 auto 50px;
}

.com-gallery-detail .gallery-imglist {
  margin-top: 50px;
}

.com-gallery-detail .gallery-imglist li {
  width: 480px;
  padding-top: 380px;
  margin: 25px 25px 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);
}

.com-post-cotainer article:last-of-type {
  border-bottom: none;
}

.com-post-cotainer article a {
  display: block;
  padding: 40px 30px;
  box-sizing: border-box;
}

.com-post-cotainer article a:hover {
  opacity: 0.8;
}

.com-post-cotainer article .time-tag-continer {
  font-weight: 700;
  margin-bottom: 10px;
}

.com-post-cotainer article .time-tag-continer time {
  width: 130px;
  font-size: 18px;
  margin-top: 10px;
}

.com-post-cotainer article .time-tag-continer .tag-list {
  width: calc(100% - 130px);
  padding-left: 10px;
  box-sizing: border-box;
}

.com-post-cotainer article .time-tag-continer li {
  display: inline-block;
  vertical-align: middle;
  background: var(--white);
  color: var(--main);
  border: solid 1px var(--main);
  padding: 5px 10px;
  margin: 5px 5px 0 0;
}

.com-post-cotainer article .com-post-title {
  color: var(--font);
  font-weight: 700;
}

.com-post-cotainer article .com-post-txt-round {
  margin-top: 30px;
}

.com-post-cotainer article .com-post-thumbnail {
  flex-direction: row-reverse;
  -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-post-cotainer article .com-post-thumbnail .com-img {
  width: 280px;
  padding-top: 220px;
}

.com-post-cotainer article .com-post-thumbnail .com-post-container {
  width: 690px;
}

/*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: 100px;
  padding-top: 10px;
  border-top: 1px solid var(--main);
}

#s-post .s-time-tag time {
  font-weight: bold;
}

#s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1;
  background: var(--white);
  margin: 5px 5px 0 0;
  font-weight: 500;
  border: solid 1px var(--main);
}

#s-post .tag-name span {
  color: var(--main);
}

/*Contact
=========================================================*/
.contact-contents .com-contact-banner {
  width: 650px;
  margin: 0 auto;
  border: solid 1px var(--main);
  box-sizing: border-box;
  padding: 30px 60px;
}

.contact-contents .more-btn-list li {
  width: 250px;
}

.contact-contents .more-btn-list li .more-btn {
  width: 100%;
}

.contact-topic {
  padding: 100px 0;
}

.cont-dl {
  background: var(--sub);
  padding: 20px;
  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: 20px;
  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: 18px;
  margin-bottom: 30px;
}

/*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);
}