@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.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: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.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-ttl02 {
  padding-left: 10px;
}
.com-ttl02::before {
  height: 18px;
}

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

.com-instagram {
  display: flex !important;
  height: 50px;
}
.com-instagram::before {
  width: 24px;
  height: 24px;
  margin-right: 40px;
  background: url(/img/all/Instagram-ico.png) no-repeat center/cover;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.com-table01 th::before {
  width: 95%;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 0;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-radius: 0 0 10px 10px;
}

/* =========================================
    top  sp
    top-tweet
========================================= */
#top-tweet .bg {
  background: url(/img/top/tweet-l.png) no-repeat 0px 10px/120px, #e5e7e8;
}
#top-tweet .bg::before {
  width: 155px;
  height: 268px;
  top: unset;
  bottom: -30px;
  right: 0px;
}
#top-tweet .inner {
  padding: 50px 15px 200px;
}
#top-tweet .container {
  width: 100%;
  height: auto;
  padding: 25px 15px 30px 15px;
}
#top-tweet .container::before {
  top: unset;
  right: calc(50% - 40px);
  bottom: -15px;
  transform: rotate(-135deg);
}
#top-tweet .container::after {
  width: 125px;
  height: 216px;
  bottom: -195px;
  right: unset;
  left: calc(50% - 120px);
}
#top-tweet .wrap-box {
  display: block;
}
#top-tweet .ttl {
  width: 320px;
  top: -25px;
}
#top-tweet .img {
  margin: 0 auto;
}
#top-tweet .box {
  margin-left: 0;
  margin-top: 25px;
  position: relative;
}
#top-tweet .box-ttl {
  margin-left: 0;
  padding-left: 15px;
}
#top-tweet .box-ttl::before {
  height: 18px;
}
#top-tweet .num {
  position: absolute;
  width: 65px;
  height: 65px;
  padding-top: 13px;
  left: 0;
  top: -75px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  width: 106px;
  height: 115px;
  left: 0px;
  bottom: -70px;
}
#top-about .container {
  width: 100%;
}
#top-about .ttl {
  text-align: center;
}
#top-about .ttl-main-border::before {
  width: 165px;
  height: 15px;
}
#top-about .img {
  position: unset;
  display: block;
  width: 250px;
  margin: 0 auto;
}
#top-about .txt {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-deco.png) no-repeat right calc(100% - 90px)/150px, #f1f1f1;
}
#top-service .bg::after {
  width: 161px;
  height: 405px;
  top: -43px;
}
#top-service .wrap-box {
  width: 100%;
}
#top-service .wrap-ttl {
  padding-left: 15px;
}
#top-service .wrap-ttl::before {
  height: 15px;
}
#top-service .wrap-primary {
  padding-left: 15px;
}
#top-service .wrap-txt {
  margin-top: 60px;
}
#top-service .rental {
  margin-top: 35px;
}
#top-service .rental-img {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  margin-top: 15px;
}
#top-service .rental-img::after {
  width: 200px;
  height: 135px;
  left: 20px;
  bottom: -50px;
}
#top-service .other {
  margin-top: 35px;
}
#top-service .other-img {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  margin-top: 15px;
}
#top-service .other-img::after {
  width: 200px;
  height: 135px;
  left: 20px;
  bottom: -50px;
}
#top-service .other-btn {
  display: block;
  margin: 35px auto 0;
}
#top-service .list {
  width: 320px;
  flex-wrap: wrap;
  margin: 25px auto 0;
  padding: 25px 41px;
  background-color: #f1f1f1;
}
#top-service .list-item:nth-of-type(3) {
  margin-top: 25px;
  margin-left: 0;
}
#top-service .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .bg {
  background: url(/img/top/banner-bg.png) no-repeat center top/100%;
}
#top-banner .bg::before {
  width: 120px;
  height: 144px;
  top: -40px;
  left: 5px;
}
#top-banner .bg::after {
  width: 100px;
  height: 130px;
  top: -33px;
  right: 0;
}
#top-banner .container {
  display: block;
}
#top-banner .link {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-cooperation
========================================= */
#top-cooperation .bg::after {
  width: 28vw;
  height: 52vw;
  right: 0;
  bottom: -17vw;
}
#top-cooperation .inner::before {
  width: 62px;
  height: 95px;
  left: calc(50% + 30px);
  bottom: unset;
  top: 390px;
}
#top-cooperation .img {
  position: unset;
  width: 320px;
  margin: 0 auto;
}
#top-cooperation .wrap {
  width: 100%;
}
#top-cooperation .ttl {
  text-align: center;
  margin-top: 35px;
}
#top-cooperation .txt {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-beverage
========================================= */
#top-beverage .ttl-main::before {
  width: 52px;
  height: 52px;
  bottom: 0px;
  left: calc(50% - 165px);
}
#top-beverage .ttl-main::after {
  width: 52px;
  height: 52px;
  bottom: 0px;
  right: calc(50% - 165px);
}
#top-beverage .list {
  display: block;
  margin-top: 35px;
}
#top-beverage .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-beverage .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg::before {
  width: 100px;
  height: 140px;
  left: 0;
  top: -30px;
}
#top-news .bg::after {
  height: 50%;
}
#top-news .inner {
  padding: 50px 15px;
}
#top-news .container {
  position: relative;
  padding: 50px 10px 150px;
  background: url(/img/top/news-deco02.png) no-repeat calc(100% - 5px) calc(100% - 10px)/150px, #f1f1f1;
}
#top-news .container-wrap {
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin: 35px auto 0;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-news .list-link {
  padding: 15px 20px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 50px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-rental
========================================= */
#sub-rental .bg {
  background: url(/img/rental/rental-bg.png) no-repeat center 200px/350px;
}
#sub-rental .inner::before {
  width: 116px;
  height: 122px;
  top: 80px;
  left: -11vw;
}
#sub-rental .inner::after {
  width: 141px;
  height: 180px;
  top: 405px;
  right: -8vw;
}
#sub-rental .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-rental .img {
  margin: 25px auto 0;
}
#sub-rental .wrap {
  display: block;
  margin-top: 50px;
}
#sub-rental .rental-btn {
  display: block;
  margin: 0 auto;
}
#sub-rental .business-btn {
  display: block;
  margin: 65px auto 0;
}

#sub-merit .bg {
  background: url(/img/rental/merit-deco01.png) no-repeat left 385px/150px, url(/img/rental/merit-bg.jpg) no-repeat center top/100%, #f1f1f1;
}
#sub-merit .inner::before {
  width: 131px;
  height: 276px;
  right: 0px;
  bottom: -40px;
}
#sub-merit .list {
  display: block;
  margin-top: 35px;
}
#sub-merit .list-item {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 30px 20px;
}
#sub-merit .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-merit .list-item:nth-of-type(n + 3) .list-merit::before {
  height: 2px;
}
#sub-merit .list-merit {
  display: inline-block;
}
#sub-merit .list-merit::before {
  transform: translateY(-50%);
  top: 50%;
  width: 205px;
  height: 2px;
  left: 70px;
}
#sub-merit .list-box {
  margin-left: 0;
  margin-top: 15px;
}
#sub-merit .list-txt {
  margin-top: 10px;
}

#sub-item .txt {
  margin-top: 35px;
}
#sub-item .list {
  margin-top: 35px;
}
#sub-item .list-item {
  display: block;
  padding: 30px 20px 30px 20px;
}
#sub-item .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-item .list-item:first-of-type .list-img::before {
  width: 80px;
  height: 135px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(2) .list-img::before {
  width: 120px;
  height: 105px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(3) .list-img::before {
  width: 110px;
  height: 120px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(4) .list-img::before {
  width: 110px;
  height: 120px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(5) .list-img::before {
  width: 110px;
  height: 140px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(6) .list-img::before {
  width: 110px;
  height: 140px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(7) .list-img::before {
  width: 110px;
  height: 140px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(8) .list-img::before {
  width: 70px;
  height: 140px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(9) .list-img::before {
  width: 90px;
  height: 105px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(10) .list-img::before {
  width: 140px;
  height: 85px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-item:nth-of-type(11) .list-img::before {
  width: 90px;
  height: 165px;
  left: -30px;
  bottom: -60px;
}
#sub-item .list-box {
  width: 100%;
}
#sub-item .list-txt {
  margin-top: 15px;
  padding-left: 10px;
}
#sub-item .list-img {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-other
========================================= */
#sub-other .bg {
  background: url(/img/rental/rental-bg.png) no-repeat center 150px/350px;
}
#sub-other .inner::before {
  width: 116px;
  height: 122px;
  top: 80px;
  left: -11vw;
}
#sub-other .inner::after {
  width: 141px;
  height: 180px;
  top: 405px;
  right: -8vw;
}
#sub-other .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-other .img {
  margin: 25px auto 0;
}
#sub-other .wrap {
  display: block;
  margin-top: 35px;
}
#sub-other .construction-btn {
  display: block;
  margin: 0 auto;
}
#sub-other .rental-btn {
  display: block;
  margin: 90px auto 0;
}
#sub-other .rental-btn::before {
  width: 350px;
}

#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item {
  display: block;
  padding: 30px 20px 30px 20px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .list-item:first-of-type .list-img::before {
  width: 80px;
  height: 135px;
}
#sub-service .list-item:nth-of-type(2) .list-img::before {
  width: 80px;
  height: 135px;
}
#sub-service .list-item:nth-of-type(3) .list-img::before {
  width: 80px;
  height: 120px;
}
#sub-service .list-item:nth-of-type(4) .list-img::before {
  width: 70px;
  height: 120px;
}
#sub-service .list-item:nth-of-type(5) .list-img::before {
  width: 90px;
  height: 120px;
}
#sub-service .list-item:nth-of-type(6) .list-img::before {
  width: 90px;
  height: 115px;
}
#sub-service .list-item:nth-of-type(7) .list-img::before {
  width: 90px;
  height: 90px;
}
#sub-service .list-item:nth-of-type(8) .list-img::before {
  width: 90px;
  height: 90px;
}
#sub-service .list-item:nth-of-type(9) .list-img::before {
  width: 80px;
  height: 125px;
}
#sub-service .list-item:nth-of-type(10) .list-img::before {
  width: 90px;
  height: 120px;
}
#sub-service .list-item:nth-of-type(11) .list-img::before {
  width: 85px;
  height: 120px;
}
#sub-service .list-item:nth-of-type(12) .list-img::before {
  width: 80px;
  height: 145px;
}
#sub-service .list-box {
  width: 100%;
}
#sub-service .list-txt {
  margin-top: 15px;
  padding-left: 10px;
}
#sub-service .list-img {
  margin-top: 15px;
}
#sub-service .list-img::before {
  left: -30px;
  bottom: -60px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .inner::before {
  width: 169px;
  height: 215px;
  top: 110px;
}
#sub-case .inner::after {
  width: 150px;
  height: 150px;
  right: 5px;
  top: 90px;
}
#sub-case .btn-list {
  margin-top: 25px;
}
#sub-case .list {
  gap: 20px 15px;
  margin-top: 75px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 29.7vw;
  min-height: 104px;
}
#sub-case .list-img img {
  border-radius: 10px;
}
#sub-case .list-time {
  font-size: 15px;
  margin-top: 10px;
}
#sub-case .list-ttl {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#sub-case-detail .img {
  width: 100%;
  height: 62.2vw;
  min-height: 218px;
}
#sub-case-detail .container {
  margin-top: 35px;
}
#sub-case-detail .table {
  border-spacing: 0px 0px;
}
#sub-case-detail .table th {
  display: block;
  width: 100%;
  padding: 10px;
}
#sub-case-detail .table td {
  display: block;
  padding: 15px 10px;
}
#sub-case-detail .comparison {
  margin-top: 50px;
  margin-left: 0;
}
#sub-case-detail .comparison-wrap {
  display: block;
}
#sub-case-detail .comparison-wrap::before {
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sub-case-detail .comparison-item {
  width: 320px;
  height: 223px;
  margin: 0 auto;
}
#sub-case-detail .comparison-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-case-detail .comparison-txt {
  top: -16px;
  left: -10px;
}
#sub-case-detail .list {
  gap: 10px;
  margin-top: 75px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 35.7vw;
  min-height: 125px;
}
#sub-case-detail .list-img {
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-flow .bg {
  background: url(/img/flow/flow-bg-top.jpg) no-repeat center 227px/120%, url(/img/flow/flow-bg-btm.jpg) no-repeat center calc(100% - 350px)/120%;
}
#sub-flow .container-box:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  display: block;
  padding: 30px 15px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-flow .list-ico {
  display: block;
  width: 140px;
  margin: 0 auto;
}
#sub-flow .list-box {
  margin-left: 0;
  margin-top: 15px;
  padding-top: 20px;
}
#sub-flow .list-num {
  font-size: 30px;
  padding-right: 15px;
  top: -16px;
}
#sub-flow .list-txt {
  margin-top: 15px;
}
#sub-flow .com-tel {
  margin-top: 25px;
}
#sub-flow .contact {
  justify-content: center;
}
#sub-flow .com-works:nth-of-type(n + 2) {
  margin-left: 8px;
}
#sub-flow .link {
  display: block;
}
#sub-flow .link-btn {
  display: block;
  margin: 0 auto;
}
#sub-flow .link-btn:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 10px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#sub-question .list-top {
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}
#sub-question .list-ttl {
  margin-left: 15px;
}
#sub-question .list-btm {
  padding: 20px;
}
#sub-question .list-txt {
  margin-left: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/company/greeting-deco01.png) no-repeat left 65px/130px;
}
#sub-greeting .inner {
  padding: 50px 15px 100px;
}
#sub-greeting .wrap {
  width: 100%;
  margin-top: 35px;
}
#sub-greeting .img {
  width: 200px;
  right: calc(50% - 230px);
  top: unset;
  bottom: -60px;
  z-index: -1;
}

#sub-company .bg {
  background: url(/img/company/company-deco01.png) no-repeat left calc(100% - 120px)/150px, url(/img/company/company-deco02.png) no-repeat right 130px/150px, #f1f1f1;
}
#sub-company .inner::before {
  width: 125px;
  height: 110px;
  top: -55px;
  left: 5px;
}
#sub-company .table {
  margin-top: 35px;
}
#sub-company .table-border::before {
  height: 2px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    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;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  min-width: 80px;
  padding: 8px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================================
    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-contact .bg {
  background: url(/img/company/company-deco01.png) no-repeat left calc(100% - 120px)/150px, url(/img/company/company-deco02.png) no-repeat right 130px/150px, #f1f1f1;
}
#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 {
  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;
}