@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Zen Kaku Gothic New */
/* 851tegakizatsu */
@font-face {
  font-family: "851tegakizatsu";
  src: url("/font/851tegaki_zatsu_normal_0883.ttf") format("truetype");
}
/*	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
    全体
========================================= */
.body-about {
  background: url(/img/sv/body-bg.png) no-repeat center top/200%, rgba(206, 230, 216, 0.2);
}

.body-sub {
  background: url(/img/sv/body-bg.png) no-repeat center top/200%, rgba(206, 230, 216, 0.2);
}

.body-sub02 {
  background: url(/img/sv/body-bg.png) no-repeat center top/200%;
}

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

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

.com-btn01 {
  padding: 17.2px 40px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 17px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/13px;
}
.com-tel-svg {
  width: 210px;
  margin: 0 auto;
  text-align: center;
}

.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 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  border-bottom: none;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg.jpg) no-repeat left bottom/cover;
}
#top-about .ttl::before {
  width: 24px;
  height: 56px;
  top: 75%;
  left: calc(50% - 160px);
}
#top-about .ttl::after {
  width: 24px;
  height: 56px;
  top: 75%;
  right: calc(50% - 160px);
}
#top-about .ttl-lg::before {
  width: 166px;
  height: 53px;
}
#top-about .txt {
  text-align: left;
  margin-top: 35px;
}
#top-about .txt p:nth-of-type(n + 2) {
  margin-right: 25px;
}
#top-about .wrap {
  margin: 25px auto 0;
  padding: 40px 15px 35px;
  border-radius: 20px;
}
#top-about .wrap-ttl {
  padding: 8px 5px;
}
#top-about .wrap-ttl::after {
  width: 84px;
  height: 79px;
  bottom: 35px;
  right: -10px;
}
#top-about .wrap-txt {
  text-align: left;
  margin-top: 15px;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg01.png) no-repeat left bottom/45vw, url(/img/top/service-bg02.png) no-repeat right top/45vw, rgba(206, 230, 216, 0.2);
}
#top-service .inner::before {
  width: 123px;
  height: 95px;
  bottom: -40px;
}
#top-service .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#top-service .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  padding: 15px 10px 20px;
  border-radius: 15px;
}
#top-service .list-item:first-of-type .list-ttl {
  margin-top: 15px;
}
#top-service .list-ttl {
  margin-top: 25px;
  font-size: 17px;
}
#top-service .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  width: 100%;
}
#top-bnr .link-img {
  border-radius: 15px;
}
#top-bnr .link-ttl {
  padding-right: 40px;
}
#top-bnr .link-ttl::after {
  width: 25px;
  height: 25px;
}
#top-bnr .link:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  padding: 40px 10px 50px;
  position: relative;
  display: block;
}
#top-news .container::before {
  border-radius: 20px;
}
#top-news .container::after {
  width: 73px;
  height: 100px;
  top: -24px;
  right: 10px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 15px;
}
#top-news .btn {
  margin: 35px auto 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-idea .wrap {
  margin-top: 35px;
  padding: 35px 15px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
}
#sub-idea .wrap-ttl {
  padding: 8px 5px;
}
#sub-idea .wrap-ttl::after {
  width: 84px;
  height: 79px;
  bottom: 40px;
  right: -10px;
}
#sub-idea .list {
  margin-top: 15px;
}
#sub-idea .list-item {
  background: url(/img/all/check-ico.png) no-repeat left 20px;
}

#sub-greeting .inner::before {
  width: 123px;
  height: 95px;
  bottom: -40px;
}
#sub-greeting .img {
  margin-top: 35px;
  border-radius: 20px;
}
#sub-greeting .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-greeting .name {
  margin-top: 25px;
}

#sub-charm .wrap {
  flex-wrap: wrap;
  margin-top: 35px;
}
#sub-charm .wrap-box {
  width: 100%;
  padding: 30px 15px 35px;
  border-radius: 20px;
}
#sub-charm .wrap-ttl {
  margin-top: 25px;
  padding: 15px;
}
#sub-charm .wrap-txt {
  text-align: left;
}
#sub-charm .img {
  width: 250px;
}

#sub-company .bg {
  background: url(/img/top/service-bg01.png) no-repeat left bottom/45vw, url(/img/top/service-bg02.png) no-repeat right top/45vw, rgba(206, 230, 216, 0.2);
}
#sub-company .list {
  margin-top: 35px;
}
#sub-company .list-item {
  padding: 30px 10px 40px;
}
#sub-company .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-company .list-item::before {
  width: calc(100% + 10px);
  border-radius: 20px;
}
#sub-company .list-wrap {
  display: block;
  margin-top: 20px;
}
#sub-company .list-map {
  width: 100%;
  height: 250px;
}
#sub-company .table th {
  display: block;
  width: 100%;
  text-align: left;
}
#sub-company .table td {
  display: block;
  padding: 10px;
}

/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-btn .container {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
#sub-btn .btn {
  font-size: 15px;
}

#sub-work .inner {
  padding: 0px 15px 50px;
}
#sub-work .container-box {
  padding: 30px 15px 35px;
  border-radius: 20px;
}
#sub-work .ttl-deco {
  padding: 0 20px;
}
#sub-work .ttl-deco::before {
  width: 7px;
  height: 7px;
}
#sub-work .ttl-deco::after {
  width: 7px;
  height: 7px;
}
#sub-work .wrap {
  margin-top: 35px;
}
#sub-work .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-work .wrap-primary {
  margin-top: 20px;
}
#sub-work .wrap-txt {
  text-align: left;
}
#sub-work .box {
  gap: 10px;
  justify-content: center;
}
#sub-work .box-img {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
#sub-work .list {
  margin-top: 35px;
}
#sub-work .list-item {
  display: block;
  padding: 20px;
}
#sub-work .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-work .list-img {
  width: 120px;
  margin: 0 auto;
}
#sub-work .list-top {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-question .list-top {
  padding: 10px 15px;
}
#sub-question .list-q {
  width: 27px;
  height: 27px;
  line-height: 24px;
  margin-top: 5px;
}
#sub-question .list-btm {
  padding: 15px;
}
#sub-question .list-a {
  width: 27px;
  height: 27px;
  line-height: 24px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .inner {
  padding: 0 15px 50px;
}
#sub-recruit .list-item:nth-of-type(n + 2) {
  margin-top: 0;
}
#sub-recruit .table {
  margin-top: 35px;
}

/* =========================================
    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: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  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 .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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