@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	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-ttl01-sub {
  width: 180px;
  margin: 0 auto;
}
.com-ttl01-main {
  margin-top: 10px;
}

.com-ttl02-sub {
  height: 65px;
  background: url(/img/all/sub-ttl-bg.png) no-repeat center/210px;
}
.com-ttl02-main {
  padding-bottom: 5px;
}

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

.com-home-btn {
  width: 300px;
  height: 85px;
}

.com-tel {
  text-align: center;
  padding-bottom: 10px;
}
.com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/15px;
}
.com-tel-svg {
  width: 190px;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #fb8b03;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .inner {
  padding-top: 35px;
}
#top-ent .container {
  display: block;
}
#top-ent .link {
  width: 100%;
  max-width: unset;
  height: 350px;
}
#top-ent .link:first-of-type .link-wrap::after {
  width: 35px;
  height: 35px;
  top: 29px;
  right: 15px;
}
#top-ent .link:nth-of-type(2) .link-wrap {
  padding: 15px 10px;
}
@media screen and (min-width: 455px) {
  #top-ent .link:nth-of-type(2) .link-wrap {
    padding: 35px 10px;
  }
}
#top-ent .link:nth-of-type(2) .link-wrap::after {
  width: 35px;
  height: 35px;
  right: 15px;
}
#top-ent .link:nth-of-type(3) .link-wrap::after {
  width: 35px;
  height: 35px;
  right: 15px;
}
#top-ent .link:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-ent .link-wrap {
  height: 170px;
  padding: 30px 10px 15px;
}
#top-ent .link-txt01 {
  height: 60px;
  padding-right: 30px;
}
#top-ent .link-txt01::after {
  width: 30px;
  height: 36px;
  right: calc(50% - 100px);
}
#top-ent .link-ttl-fle-item {
  font-size: clamp(15px, 1.04vw, 20px);
  padding: 3px 10px;
}
#top-ent .link-bg01 {
  background: url(/img/ent/link-bg01.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 401px) {
  #top-ent .link-bg01 {
    background: url(/img/ent/link-bg01.jpg) no-repeat center -30px/cover;
  }
}
#top-ent .link-bg02 {
  background: url(/img/ent/link-bg02.jpg) no-repeat center bottom/cover;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .container {
  padding: 50px 15px 100px;
  border: 3px solid #c4d642;
  border-radius: 10px;
  background: url(/img/top/about-deco01.png) no-repeat 5px 10px/80px, url(/img/top/about-deco02.png) no-repeat 5px 170px/80px, url(/img/top/about-deco03.png) no-repeat calc(100% - 4px) 10px/80px, url(/img/all/pt03.png) left top;
}
#top-about .container::before {
  width: 109px;
  height: 135px;
  bottom: -35px;
}
#top-about .container::after {
  width: 127px;
  height: 150px;
  bottom: -48px;
}
#top-about .ttl-main {
  width: 284px;
}
#top-about .sub-ttl {
  line-height: 2;
}
#top-about .sub-ttl::before {
  width: 26px;
  height: 36px;
  bottom: 30px;
  left: calc(50% - 145px);
}
#top-about .sub-ttl::after {
  width: 26px;
  height: 36px;
  top: -22px;
  right: calc(50% - 125px);
}
#top-about .sub-ttl-deco02 {
  margin: 0;
}
#top-about .sub-ttl-btm {
  width: 260px;
  margin: 15px auto 0;
}
#top-about .txt {
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-area
========================================= */
#top-area .bg {
  background: url(/img/top/area.png) no-repeat center 0px/320px, url(/img/all/pt01.png) left top;
}
#top-area .inner {
  padding: 400px 10px 50px;
}
#top-area .wrap {
  width: 100%;
  padding: 70px 15px 0;
}
#top-area .wrap::before {
  width: 74px;
  height: 142px;
  left: 38px;
  bottom: 70px;
}
#top-area .wrap::after {
  width: 52px;
  height: 45px;
  top: -10px;
  right: -10px;
}
#top-area .box::after {
  width: 14px;
  height: 51px;
  top: -6px;
  left: calc(50% - 135px);
  z-index: 1;
}
#top-area .ttl {
  width: 240px;
  z-index: 1;
}
#top-area .ttl::before {
  left: -30px;
  z-index: -1;
}
#top-area .ttl::after {
  right: -30px;
  z-index: -1;
}
#top-area .txt {
  text-align: left;
  margin-top: 15px;
}
#top-area .sub-inner {
  padding: 400px 10px 50px !important;
}
#top-area .sub-wrap {
  width: 100%;
  max-width: 350px;
  height: 340px;
  margin: 0 auto;
  padding: 0px 30px 0;
}
#top-area .sub-wrap::before {
  bottom: 30px;
}
#top-area .sub-ttl {
  width: 220px;
}

/* =========================================
    top  sp
    top-commitment
========================================= */
#top-commitment .bg {
  background: url(/img/top/commitment-top.png) no-repeat center 50px, url(/img/top/commitment-bg-btm.png) no-repeat left bottom/150%, url(/img/all/pt01.png) left top;
}
#top-commitment .inner {
  padding: 50px 15px;
}
#top-commitment .inner::before {
  width: 99px;
  height: 84px;
  top: -10px;
  left: 10px;
}
#top-commitment .inner::after {
  width: 132px;
  height: 65px;
  top: -10px;
  right: 10px;
}
#top-commitment .container {
  margin-top: 150px;
}
#top-commitment .ttl::before {
  width: 38px;
  height: 50px;
  top: 0;
  left: calc(50% - 170px);
}
#top-commitment .ttl::after {
  width: 32px;
  height: 62px;
  top: -15px;
  right: calc(50% - 165px);
}
#top-commitment .list {
  display: block;
}
#top-commitment .list::after {
  width: 88px;
  height: 62px;
  top: -70px;
  right: 0px;
}
#top-commitment .list-item {
  width: 100% !important;
}
#top-commitment .list-item:nth-of-type(n + 2) {
  margin-top: 25px !important;
}
#top-commitment .list-item:nth-of-type(4) {
  position: unset;
}
#top-commitment .btn {
  transform: translateX(-50%);
  left: 50%;
}
#top-commitment .btn::before {
  left: -20px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -10px/35.4vw, url(/img/top/service-bg-r.png) no-repeat right -12px/40.4vw;
}
#top-service .ttl-main {
  width: 200px;
  margin-top: 5px;
}
#top-service .txt {
  width: 230px;
  margin: 35px auto 0;
  padding-bottom: 35px;
  background: url(/img/top/service-ttl-deco.png) no-repeat center bottom/185%;
}
#top-service .list {
  display: block;
}
#top-service .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin: 75px auto 0 !important;
}
#top-service .list-item:nth-of-type(n + 2) .list-ttl {
  margin-top: 30px;
}
#top-service .list-item:nth-of-type(2)::after {
  left: -10px;
}
#top-service .list-link {
  width: 100%;
  height: 360px;
  margin: 0 auto;
}

/* =========================================
    top  sp
    top-info
========================================= */
#top-info .bg {
  background: url(/img/top/info-btm-bg.png) no-repeat center bottom/200%, url(/img/top/info-top-bg.png) no-repeat center top/150%, url(/img/all/pt04.png) left top;
}
#top-info .inner {
  padding: 50px 5px;
}
#top-info .ttl::before {
  width: 78px;
  height: 45px;
  top: 0px;
  left: calc(50% - 175px);
}
#top-info .ttl::after {
  width: 78px;
  height: 45px;
  top: 0px;
  right: calc(50% - 175px);
}
#top-info .ttl-main {
  width: 150px;
}
#top-info .wrap {
  padding-top: 12.2vw;
  background: url(/img/top/info-box-top.png) no-repeat center top/100%;
}
@media screen and (max-width: 350px) {
  #top-info .wrap {
    padding-top: 43px;
  }
}
#top-info .wrap::before {
  width: 34px;
  height: 115px;
  top: -70px;
  left: 5px;
}
#top-info .wrap::after {
  width: 99px;
  height: 80px;
  top: -60px;
  right: 5px;
}
#top-info .table {
  width: 90%;
  padding: 10px 15px 25px;
}
#top-info .table::after {
  width: 55px;
  height: 79px;
  right: -15px;
  top: -25px;
}
#top-info .map {
  height: 250px;
}
#top-info .map::before {
  width: 175px;
  height: 92px;
  left: 10px;
  top: -92px;
}
#top-info .map::after {
  width: 113px;
  height: 30px;
  right: 10px;
  top: -30px;
}
#top-info .sub-bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -10px/35.4vw, url(/img/top/service-bg-r.png) no-repeat right -12px/40.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding: 45px 15px 100px;
}
#top-news .container::before {
  height: 9px;
  top: -8px;
}
#top-news .container-box {
  display: block;
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .sub-ttl {
  width: 150px;
  margin: 0 auto;
}
#top-news .sub-ttl::before {
  width: 11px;
  height: 41px;
  top: -4px;
  left: 20px;
}
#top-news .ttl {
  width: 150px;
  margin: 15px auto 0;
}
#top-news .list {
  margin: 30px auto 0;
  padding-top: 10px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-ttl {
  margin: 10px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 25px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-first
========================================= */
#sub-about .container {
  padding: 75px 15px 95px;
  background: url(/img/first/about-deco01.png) no-repeat 20px 20px/70px, url(/img/first/about-deco02.png) no-repeat calc(100% - 20px) calc(100% - 20px)/80px, url(/img/all/pt03.png) left top;
  border: 3px solid #c4d642;
  border-radius: 10px;
}
#sub-about .container::before {
  width: 160px;
  min-width: unset;
  height: 120px;
  min-height: unset;
  top: -40px;
  right: -10px;
}
#sub-about .container::after {
  width: 192px;
  min-width: unset;
  height: 128px;
  min-height: unset;
  bottom: -30px;
  left: -15px;
}
#sub-about .txt {
  line-height: 2.5;
  margin-top: 25px;
  text-align: left;
}

#sub-feature .bg {
  background: url(/img/top/commitment-bg-btm.png) no-repeat left bottom/150%;
}
#sub-feature .inner {
  padding: 50px 15px 80px;
}
#sub-feature .container {
  padding-top: 120px;
}
#sub-feature .container::before {
  width: 150px;
  height: 128px;
  top: -20px;
}
#sub-feature .container::after {
  width: 103px;
  height: 135px;
  top: -20px;
  right: 0px;
}
#sub-feature .list {
  gap: 70px;
  margin-top: 70px;
}
#sub-feature .list-item {
  width: 100%;
  height: unset;
  padding: 80px 15px 30px;
}
#sub-feature .list-ttl {
  width: 100%;
  height: 60px;
}
#sub-feature .list-ttl::before {
  bottom: -19px;
}

#sub-flow .bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -10px/35.4vw, url(/img/top/service-bg-r.png) no-repeat right -12px/40.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}
#sub-flow .list {
  display: block;
  margin-top: 50px;
  padding: 35px 20px 100px;
}
#sub-flow .list::before {
  width: 160px;
  height: 130px;
  bottom: -30px;
  right: 125px;
}
#sub-flow .list::after {
  width: 152px;
  height: 94px;
}
#sub-flow .list-item {
  width: 100%;
  max-width: unset;
}
#sub-flow .list-item::before {
  top: unset;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  bottom: -50px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}

#sub-question .list {
  margin-top: 50px;
}
#sub-question .list-item {
  padding: 40px 10px;
}
#sub-question .list-top {
  padding: 0 10px;
}
#sub-question .list-btm {
  padding: 20px 10px;
  margin-top: 20px;
}
#sub-question .list-q {
  width: 45px;
  height: 45px;
  line-height: 40px;
}
#sub-question .list-a {
  width: 45px;
  height: 45px;
  line-height: 40px;
}
#sub-question .list-ttl {
  padding-left: 10px;
}
#sub-question .list-txt {
  padding-left: 10px;
}

/* =========================================
    sub  SP
    flowchart
========================================= */
#flowchart .bg {
  background: url(/img/reform/wave.png) no-repeat center bottom/200%, url(/img/all/pt02.png) left top;
}
#flowchart .container {
  padding-top: 35px;
  background: url(/img/top/info-ttl-deco01.png) no-repeat left top/100px, url(/img/top/info-ttl-deco02.png) no-repeat right top/100px;
  overflow: hidden;
}
#flowchart .container-ttl::before {
  width: 475px;
  height: 30px;
}
#flowchart .container-ttl::after {
  width: 43px;
  height: 59px;
  right: calc(50% - 160px);
  bottom: 75px;
}
#flowchart .container-construction::after {
  width: 63px;
  height: 38px;
  right: 20px;
  bottom: 0;
}
#flowchart .chart_container {
  border: 3px solid #c4d642;
  border-radius: 10px;
}
#flowchart .wrap {
  padding: 25px 15px 55px;
}
#flowchart .wrap::before {
  width: 72px;
  height: 45px;
  right: 10px;
  bottom: 15px;
}
#flowchart .wrap-answer::before {
  bottom: unset;
  top: 75px;
}
#flowchart .ttl {
  text-align: left;
  padding: 15px 10px 15px 60px;
}
#flowchart .ttl-lg {
  width: 40px;
  height: 40px;
  line-height: 35px;
  left: 10px;
  text-align: center;
}
#flowchart .box {
  gap: 25px;
  margin-top: 35px;
}
#flowchart .chart_btn {
  width: 100%;
  height: 95px;
  padding: 0 35px;
}
#flowchart .chart_btn::after {
  right: 15px;
}
#flowchart .answer-sub-ttl {
  width: 260px;
}
#flowchart .answer-ttl {
  margin-top: 30px;
  padding: 15px 10px;
}
#flowchart .answer-fle {
  display: block;
}
#flowchart .answer-img {
  width: 100%;
}
#flowchart .answer-btn {
  width: 280px;
}
#flowchart .first-arw {
  margin: 30px auto 0;
}

/* =========================================
    sub  SP
    sub-reform
========================================= */
#sub-reform .wrap {
  margin-top: 35px;
  padding: 25px 15px 50px;
}
#sub-reform .wrap::before {
  width: 162px;
  height: 110px;
  bottom: -55px;
}
#sub-reform .wrap::after {
  width: 139px;
  height: 115px;
  bottom: -65px;
}
#sub-reform .wrap-txt {
  text-align: left;
}
#sub-reform .list {
  margin-top: 100px;
}
#sub-reform .list-item {
  flex-wrap: wrap;
  gap: 0;
}
#sub-reform .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-reform .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-reform .list-img {
  width: 100%;
  height: unset;
}
#sub-reform .list-ttl {
  padding: 15px 10px;
}
#sub-reform .list-ttl::before {
  width: 20px;
  height: 15px;
  bottom: -15px;
}
#sub-reform .list-txt {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .link {
  width: 100%;
  height: 125px;
  padding-left: 90px;
}
#sub-banner .link::before {
  width: 113px;
  height: 83px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 150px);
}
#sub-banner .link::after {
  position: unset;
  transform: unset;
  margin-left: 15px;
}
#sub-banner .link:hover::after {
  transform: translate(3px, -3px);
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-message .bg {
  background: url(/img/company/message-bg.jpg) no-repeat center top/200%, url(/img/all/pt01.png) left top;
}
#sub-message .container {
  padding: 35px 15px 50px;
  border: 3px solid #6abb00;
  border-radius: 10px;
}
#sub-message .container::after {
  width: 148px;
  height: 90px;
  right: -10px;
  bottom: -35px;
}
#sub-message .wrap {
  display: block;
  margin-top: 50px;
}
#sub-message .img {
  width: 100%;
}
#sub-message .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-message .img::before {
  width: 105px;
  height: 113px;
  top: -45px;
  left: -10px;
}

/* =========================================
    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;
}
#sub-news .com-tag-list {
  margin-top: 15px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#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: 30px 20px;
  border: 3px solid #c4d642;
  border-radius: 10px;
}
#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/top/service-bg-l.png) no-repeat left -10px/35.4vw, url(/img/top/service-bg-r.png) no-repeat right -12px/40.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}
#sub-contact .inner {
  padding: 50px 10px;
}
#sub-contact .wrap {
  margin-top: 35px;
  padding: 20px 10px;
  border-radius: 10px;
  border: 2px solid #c4d642;
}
#sub-contact .com-btn01 {
  width: 250px;
  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 .privacy-box {
  margin-top: 25px;
}

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