@charset "UTF-8";
/*color*/
html {
  overflow-x: hidden;
}

.en {
  font-family: "Stardos Stencil", "Noto Serif JP", cursive;
  text-transform: uppercase;
  font-weight: normal;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 30px;
  }
  .mt50 {
    margin-top: 40px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

.bg {
  background-color: #f5f5f5;
}

/*---------------------------------------
	common
----------------------------------------*/
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    padding: 60px 0;
  }
}

.sub .inner .dot li {
  list-style: disc;
  margin-left: 20px;
}

.sub .inner p {
  font-size: 17px;
  line-height: 3.6rem;
  text-align: left;
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.sub table.def-table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border: 1px solid #ddd;
  background-color: #ec6617;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr th {
    width: 100%;
    display: block;
  }
}

.sub table.def-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 2rem;
  line-height: 20px;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr td {
    width: 100%;
    display: block;
  }
}

.sub ul.img_list li {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .sub ul.img_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sub .br_sp {
  display: none;
}

.sub .br_sp02 {
  display: none;
}

.sub .wp-pagenavi {
  /* wp navi*/
  clear: both;
  text-align: center;
  margin: 50px 0 0;
}

.sub .wp-pagenavi a,
.sub .wp-pagenavi span {
  display: inline-block;
  color: inherit;
  background-color: #22222b;
  border: 2px solid #ec6617;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .wp-pagenavi a:hover,
.sub .wp-pagenavi span:hover {
  border: 2px solid #ec6617;
  background-color: #5fcfa1;
  color: #fff;
  z-index: 10;
}

.sub .wp-pagenavi span.current {
  color: #fff;
  background-color: #5fcfa1;
  border: 2px solid #ec6617;
  font-weight: bold;
}

.sub .def-btn {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 3.5;
  border: 2px solid #ec6617;
  text-align: center;
  background-color: #ec6617;
}

.sub .def-btn a {
  display: block;
  color: #fff;
}

.sub .def-btn:hover {
  background-color: #ec6617;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .def-btn:hover a {
  color: #ec6617;
}

@media only screen and (max-width: 767px) {
  .sub .sub .inner {
    padding: 60px 0;
  }
  .sub .sub .inner .def-btn {
    width: 100%;
    max-width: 100%;
  }
  .sub .sub .inner .br_sp {
    display: block;
  }
  .sub .sub .inner .br_pc {
    display: none;
  }
  .sub .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd50 .box {
    width: 100%;
  }
  .sub .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd70 .s_box {
    width: 100%;
  }
}

@media only screen and (max-width: 496px) {
  .sub .br_sp02 {
    display: block;
  }
}

/*list*/
.sub .inner .list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list02 li {
  width: calc(100% - 52%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .list02 li {
    width: 100%;
  }
  .sub .inner .list02 li:nth-child(2) {
    margin-top: 20px;
  }
}

.sub .inner .list03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list03 li {
  width: calc(100% - 70%);
}

.sub .inner .list03 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list03 li {
    width: 100%;
    margin-top: 20px;
  }
}

/*main vis*/
.sub_mainvis {
  background: url(../img/index/works_bg02.jpg) no-repeat left bottom/cover;
  position: relative;
  height: 280px;
  margin-top: 20px;
}

.sub_mainvis h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 20px;
  letter-spacing: 0.1em;
}

.sub_mainvis h2 span {
  font-size: 20px;
  color: #ec6617;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 250px;
  }
  .sub_mainvis h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 200px;
    margin-top: 0;
  }
  .sub_mainvis h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 496px) {
  .sub_mainvis {
    height: 150px;
  }
  .sub_mainvis h2 {
    font-size: 25px;
  }
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
  padding-left: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

/*---------------------------------------
	ttl tex
----------------------------------------*/
.sub .inner .ttl-01 {
  display: block;
  font-size: 40px;
  letter-spacing: 0.075em;
  color: #111010;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 40px;
  text-transform: uppercase;
}

.sub .inner .ttl-01 span {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ec6617;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sub .inner .catch-01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-01 {
    text-align: left;
    font-size: 20px;
  }
}

/*---------------------------------------
	business
----------------------------------------*/
.sub .reason_bg {
  background: url(../img/business/bg01.jpg) no-repeat left bottom/cover;
}

.sub .inner .can_box .ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #ddd 2px solid;
  padding-left: 20px;
  position: relative;
}

.sub .inner .can_box .ttl::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ec6617;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub .inner .can_box .flex_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .inner .can_box .flex_img li {
  width: calc(100% - 76%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .can_box .flex_img li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.sub .inner .reason_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .inner .reason_flex li {
  width: calc(100% - 58%);
  padding: 30px;
  background-color: #fff;
  margin-top: 20px;
  margin-top: 40px;
}

.sub .inner .reason_flex li .num {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ec6617;
}

.sub .inner .reason_flex li .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sub .inner .reason_flex li {
    width: 100%;
  }
}

.sub .inner .cad_btn {
  width: 60%;
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .sub .inner .cad_btn {
    width: 100%;
  }
}

/*---------------------------------------
	flow
----------------------------------------*/
.sub .inner .flow_message {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow_message {
    text-align: left;
  }
}

.sub .inner .flow {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow {
    position: static;
  }
}

.sub .inner .flow .flow_flex dt {
  color: #ec6617;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  width: 12%;
  position: relative;
}

.sub .inner .flow .flow_flex dt span {
  font-size: 20px;
}

.sub .inner .flow .flow_flex dt::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ec6617;
  position: absolute;
  top: 7px;
  right: -8px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_flex dt {
    width: 100%;
    position: relative;
    padding-left: 30px;
  }
  .sub .inner .flow .flow_flex dt::before {
    top: 74px;
    right: auto;
    left: -4px;
  }
}

.sub .inner .flow .flow_flex dd {
  padding-left: 40px;
  width: 70%;
  padding-bottom: 40px;
  position: relative;
}

.sub .inner .flow .flow_flex dd::before {
  content: "";
  width: 2px;
  height: 461px;
  background-color: #ec6617;
  position: absolute;
  top: 16px;
  left: 0;
}

.sub .inner .flow .flow_flex dd:nth-child(3)::before {
  display: none;
}

.sub .inner .flow .flow_flex dd:nth-child(4)::before {
  display: none;
}

.sub .inner .flow .flow_flex dd .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ec6617;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.sub .inner .flow .flow_flex dd .ttl02 {
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}

.sub .inner .flow .flow_flex dd .ttl02::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ec6617;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub .inner .flow .flow_flex dd p {
  line-height: 3rem;
}

.sub .inner .flow .flow_flex dd .flow_btn {
  width: 30%;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_flex dd .flow_btn {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_flex dd {
    padding-left: 30px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
  }
  .sub .inner .flow .flow_flex dd::before {
    content: "";
    width: 2px;
    height: 500px;
    background-color: #ec6617;
    position: absolute;
    top: 17px;
    left: 2px;
  }
}

.sub .inner .flow .flow_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_img {
    position: static;
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .sub .inner .flow .flow_img img {
    width: 100%;
  }
}

.sub .inner .flow .flow_flex02 dt {
  width: 12%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_flex02 dt {
    width: 100%;
  }
}

.sub .inner .flow .flow_flex02 dd {
  width: calc(100% - 65%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow .flow_flex02 dd {
    width: 100%;
  }
  .sub .inner .flow .flow_flex02 dd::before {
    content: "";
    width: 2px;
    height: 800px;
    background-color: #ec6617;
    position: absolute;
    top: -50px;
    left: 2px;
  }
}

.sub .inner .flow .flow_last dd::before {
  content: "";
  height: 80px;
}

/*---------------------------------------
voice
----------------------------------------*/
.sub .inner .voice_box li {
  padding: 30px;
  background-color: #fff;
  border: #ddd 2px solid;
  margin-top: 40px;
}

.sub .inner .voice_box li .ttl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-left: 24px;
  position: relative;
}

.sub .inner .voice_box li .ttl::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ec6617;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .ttl {
    font-size: 20px;
  }
}

.sub .inner .voice_box li .voice_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .voice_img {
    width: 100%;
  }
}

.sub .inner .voice_box li .voice_img .boxer {
  width: 48%;
  height: 375px;
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .voice_img .boxer {
    width: 100%;
    height: 17em;
    margin-bottom: 20px;
  }
}

.sub .inner .voice_box li .voice_img .boxer:hover {
  opacity: .6;
}

.sub .inner .voice_box li .voice_img .boxer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sub .inner .voice_box li .voice_img .voice_item-img .img_box {
  display: inline-block;
  margin-top: 40px;
}

.sub .inner .voice_box li .voice_img .voice_item-img .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .voice_img {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .voice_img .voice_item-img {
    width: auto;
    margin: 20px auto;
  }
}

.sub .inner .voice_box li .voice_img dd {
  width: 48%;
}

.sub .inner .voice_box li .voice_img dd .img_box {
  display: inline-block;
}

.sub .inner .voice_box li .voice_img dd .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 767px) {
  .sub .inner .voice_box li .voice_img dd {
    width: auto;
    margin: 20px auto;
  }
}

/*---------------------------------------
news
----------------------------------------*/
.sub .inner .news_list li {
  border-bottom: 1px dotted #ec6617;
  padding: 40px 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_list li {
    padding-top: 120px;
    margin-top: -80px;
  }
}

.sub .inner .news_list li h4 {
  border-left: 5px solid #ec6617;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 30px;
}

.sub .inner .news_list li .news_date {
  text-align: right;
  font-size: 0.9em;
}

.sub .inner .news_list li .detail_contents a {
  width: 400px;
  height: 320px;
  display: block;
  margin-bottom: 20px;
  transition: .5s;
}

.sub .inner .news_list li .detail_contents a:hover{
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_list li .detail_contents a:hover img{
    opacity: 1;
  }
}

.sub .inner .news_list li .detail_contents a + a {
  display: none;
}

.sub .inner .news_list li .detail_contents a img {
  width: 100%;
  height: 320px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_list li .detail_contents img {
    float: unset;
    display: block;
    max-width: 100%;
    margin: 15px auto;
  }
  .sub .inner .news_list li .detail_contents a {
    display: inline;
  }
  .sub .inner #news01,
  .sub .inner #news02,
  .sub .inner #news03,
  .sub .inner #news04,
  .sub .inner #news5 {
    padding-top: 140px;
    margin-top: -100px;
  }
}

/*---------------------------------------
company
----------------------------------------*/
.sub .inner h4 {
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub .inner h4 {
    font-size: 20px;
  }
  .sub .inner h4 .br-sp {
    display: none;
  }
}

.sub .inner .message_right {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}

/*---------------------------------------
	contact
----------------------------------------*/
.sub .inner .contact_text {
  margin-top: 80px;
}

.sub .inner .form-table input,
.sub .inner .form-table select,
.sub .inner .form-table textarea {
  border: 1px solid #ccc;
  padding: 15px;
  width: 90%;
  font-size: 16px;
}

.sub .inner .form-table select {
  width: 400px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sub .inner .form-table select {
    width: 100%;
  }
}

.sub .inner .form-table input::placeholder,
.sub .inner .form-table textarea::placeholder {
  color: #555;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .form-table input::placeholder,
  .sub .inner .form-table textarea::placeholder {
    font-size: 13px;
  }
}

.sub .inner .form-table input[type="radio"] {
  width: auto;
}

.sub .inner .form-table textarea {
  border: none;
  padding: 15px;
  width: 90%;
  border: 1px solid #ccc;
}

.sub .inner .contact_btn {
  text-align: center;
}

.sub .inner .contact_btn input {
  width: 30%;
  min-width: 180px;
  background-color: #5fcfa1;
  border: #5fcfa1 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

.sub .inner .contact_btn input:hover {
  background-color: #fff;
  color: #5fcfa1;
  border: #5fcfa1 2px solid;
}

.sub .inner .contact_btn p {
  margin-top: 10px;
}

.sub .inner *:focus {
  outline: none;
}

.attached-text,
.clrred {
  color: #cc0000;
}

.sub .inner .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .inner .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/sub_btn_icon2.png) no-repeat;
  position: absolute;
  top: 55%;
  left: 38%;
}

.sub .inner .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.sub .inner .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .inner .contact_btn .contact_back a:hover {
  background: #262f3a;
}

.sub .inner .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .inner .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .inner .contact_btn .contact_back .clrred {
  color: #5fcfa1;
}

.sub .inner .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_tel {
  background-color: #f7f7f7;
  text-align: center;
  margin: 40px auto 0;
  padding: 4%;
}

.sub .inner .contact_tel p {
  padding-bottom: 0;
}

.sub .inner .contact_tel ul li {
  padding: 20px;
  font-size: 16px;
}

.sub .inner .contact_tel ul li span {
  padding-left: 20px;
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sub .inner .form-btn {
  width: 480px;
  margin: 40px auto 20px;
}

.sub .inner .form-btn input {
  width: 45%;
  padding: 2px 21px;
  font-size: 1.125em;
  background: #ec6617;
  color: #fff;
  cursor: pointer;
  border: 2px solid #ec6617;
  -webkit-appearance: none;
  margin: 0 10px;
}

.sub .inner .form-btn input:first-of-type,
.sub .inner .form-btn input .wpcf7c-btn-back {
  background: #fff;
  border: 2px solid #666;
  color: #333;
}

.sub .inner .form-btn input:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border: 2px solid #ec6617;
  color: #ec6617;
}

.sub .inner .form-btn input:first-of-type:hover {
  background: #ec6617;
  border: 2px solid #fff;
  color: #fff;
}

.sub .inner .form-btn input.wpcf7c-btn-back:hover {
  background: #fff;
  border: 1px solid #ec6617;
  color: #ec6617;
}

.sub .inner .form-btn + input {
  margin-left: 6%;
}

.sub .inner .form-btn + p {
  text-align: center;
  margin-top: 28px;
  font-size: 0.928em;
}

.sub .inner .form-btn + p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

.sub .inner .form-btn + p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sub .inner .contact_tel {
    background-color: #f7f7f7;
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
    max-width: 920px;
    padding: 4%;
  }
  .sub .inner .contact_tel p {
    padding-bottom: 0;
  }
  .sub .inner .contact_tel ul li {
    padding: 0px;
    width: 90%;
    font-size: 14px;
  }
  .sub .inner .contact_tel ul li span {
    font-size: 1.5em;
    margin-left: 0px;
  }
  .sub .inner .form-table th {
    text-align: left;
  }
  .sub .inner .form-btn {
    width: 100%;
  }
  .sub .inner .form-btn input {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=sub.css.map */

/*
=====================================================
追加CSS
=====================================================
*/
.boxer-content > img {
  max-width: none;
}


/*
=====================================================
お問い合わせフォームcss
=====================================================
*/
.form-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.sub table.form-table tr th,
.unit-privacy .privacy-title {
  box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border: 1px solid #ddd;
  background-color: #ec6617;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.sub table.form-table tr:nth-of-type(4) th,
.sub table.form-table tr:nth-of-type(5) th,
.sub table.form-table tr:nth-of-type(6) th{
  border: none;
}

@media only screen and (max-width: 767px) {
  .sub table.form-table tr:nth-of-type(5) th,
  .sub table.form-table tr:nth-of-type(6) th{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .unit-privacy .privacy-title {
    width: 100%;
  }
}

.sub table.form-table tr td,
.unit-privacy .privacy-contents {
  box-sizing: border-box;
  width: 76%;
  padding: 2rem;
  line-height: 20px;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .sub table.form-table tr th,
  .sub table.form-table tr td {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .unit-privacy .privacy-contents {
    width: 100%;
  }
}

.unit-privacy {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .unit-privacy {
    flex-direction: column;
  }
}

.unit-privacy .privacy-title {
  padding-top: 77px;
}

@media only screen and (max-width: 767px) {
  .unit-privacy .privacy-title {
    padding: 0.3em 1em;
  }
}

.unit-privacy .privacy-title span {
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .unit-privacy .privacy-title span {
    text-align: left;
  }
}

.unit-privacy .privacy-contents {
  overflow-y: scroll;
  height: 190px;
}

.sub .inner p.val-err {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}

.contact_btn span {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  background-color: #5fcfa1;
  border: #5fcfa1 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
}

.contact_btn span:hover {
  background-color: #fff;
  color: #5fcfa1;
  border: #5fcfa1 2px solid;
}

.is-back span {
  background: #6c6c6c;
  border: #6c6c6c 2px solid;
}

.is-back span:hover {
  color: #6c6c6c;
  border: #6c6c6c 2px solid;
}

.phase-complete .sub .inner p.mt40{
  display: none;
}

.form-compleat_unit {
  margin-top: 40px;
}

.form-compleat_unit .form_title {
  font-weight: bold;
  font-size: 20px;
}

.check_no-through span {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  color: #ec2117;
  font-size: 18px;
  display: block;
}

#main {
  position: relative;
  z-index: 5;
}


@media only screen and (max-width: 767px) {
  #main {
    position: relative;
    z-index: 5;
  }
}