.page_wrap {
  /* max-width: 1440px; */
  margin-bottom: 187px;
}
.fix_banner {
  position: fixed;
  bottom: 0;
  background: hsla(13, 25%, 11%, 0.83);
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 8px 0;
}
.fix_banner .contact_title {
  font-size: 32px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.fix_banner .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fix_banner .btn_area img{
  width: 272px;
}

.fix_banner .btn_area p {
  margin: 0 5px;
}
.fix_banner .btn_area p a{
  display: block;
  line-height: 1;
}
.kv {
  text-align: center;
  max-width: 1440px;
  margin: auto;
}

.cm {
  margin: 60px 0 60px 0;
}
.cm_wrap {
  background: #74001a;
  max-width: 891px;
  margin: auto;
  text-align: center;
  padding: 20px 20px 15px 20px;
}

.cm_wrap iframe {
  width: 100%;
  height: 439px;
  margin-top: 20px;
}
.cm_wrap h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.cm_wrap h3::before,
.cm_wrap h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.cm_wrap h3::before {
  left: 0;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
.cm_wrap h3::after {
  right: 0;
}

@media only screen and (max-width: 736px) {
  .page_wrap{
    margin-bottom: 140px;
  }
  .kv {
    margin-top: 10px;
    max-width: 100%;
  }
  .fix_banner .contact_title {
    font-size: 16px;
  }
  .cm_wrap h3{
    font-size: 14px;
    padding: 0 30px;
  }
  .cm_wrap h3::before, .cm_wrap h3::after{
    width: 25px;
  }
  .cm_wrap iframe{
    height: 184px;
    margin-top: 15px;
  }
}

/* about */
.about h2 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1;
}
.about h2 img{
  max-width: 603px;
}

.about h2::after {
  content: "";
  width: 38px;
  height: 1px;
  color: #000;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.about_text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.content_wrap {
  max-width: 1063px;
  margin: auto;
}
.content_wrap .content {
  border: 1px solid #080556;
}

.content_wrap .content h3 {
  color: #fff;
  font-size: 30px;
  background-color: #080556;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 1;
}
.content_wrap .content .textarea {
  padding: 20px;
}
.content_wrap .content .textarea p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.content_wrap .content .textarea p:first-of-type {
  margin-bottom: 30px;
}
.content_wrap .content .textarea:last-child p:first-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .about h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .about h2 img{
    max-width: 100%;
  }
  .about h2::after {
    width: 24px;
    height: 1px;
  }
  .about_text {
    line-height: 25px;
    font-size: 15px;
  }
  .about .content_wrap {
    padding: 0 15px;
    max-width: 100%;
  }
  .content_wrap .content h3 {
    font-size: 19px;
  }
  .content_wrap .content .textarea {
    padding: 15px;
  }
  .content_wrap .content .textarea p {
    font-size: 15px;
  }
  .content_wrap .content .textarea p:first-of-type {
    margin-bottom: 20px;
  }
}

/* oricon */
.oricon {
  text-align: center;
  margin: 60px 0;
}
.oricon img{
  max-width: 1123px;
}


@media only screen and (max-width: 736px) {
  .oricon {
    margin: 10px 0;
  }
  .oricon img{
    max-width: 100%;
  }
}

/* reason */
.reason {
  background-color: rgba(25, 135, 203, 0.21);
  padding: 60px 0;
}

.reason_wrap {
  max-width: 1063px;
  margin: auto;
}

.reason_banner {
  text-align: center;
}
.reason_banner img{
  max-width: 862px;
}

.reason_content_wrap {
}

.reason_content {
  margin: 40px 0;
}

.reason_content > .balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #080556;
  font-size: 16px;
  background: #fff;
  border: solid 2px #080556;
  box-sizing: border-box;
  margin-left: 90px;
  margin-bottom: -10px;
}

.reason_content > .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.reason_content > .balloon:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #080556;
  z-index: 1;
}

.reason_content > .balloon p {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #080556;
  line-height: 1;
  letter-spacing: 1px;
}
.reason_content > .balloon p span {
  color: #080556;
  font-size: 38px;
  position: relative;
  top: 3px;
  padding-left: 5px;
  line-height: 1;
}
.reason_content h3 {
  color: #fff;
  background-color: #1987cb;
  font-size: 28px;
  padding: 25px 90px;
  line-height: 1;
}

.reason_content p.text {
  color: #fff;
  background-color: #080556;
  font-size: 29px;
  padding: 40px 90px;
  position: relative;
  letter-spacing: -1px;
}

.reason_content.reason2 p.text {
  letter-spacing: inherit;
}

.reason_content p.text img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 215px;
}
.reason_content.reason2 p.text img{
  max-width: 236px;
}
.reason_content.reason3 p.text img{
  max-width: 287px;
}
.reason_content.reason4 p.text img{
  max-width: 248px;
  right: 40px;
}

.reason_content.reason2 p.text img {
  right: 100px;
}

.reason_content p.text span {
  color: #ffdb00;
}

.reason_content.reason2 .detail {
  padding-bottom: 40px;
}

.reason_content .detail {
  background: #fff;
  border: 2px solid #080556;
}

.reason_content .detail .map {
  margin: auto;
  text-align: center;
  padding: 43px 0 30px 0;
}
.reason_content .detail .map img{
  max-width: 779px;
}

.reason_content .detail .video {
  max-width: 806px;
  margin: auto;
}
.reason_content .detail .video iframe {
  width: 100%;
  height: 454px;
}

.reason_content .detail .video p {
  font-size: 18px;
  padding: 20px 0;
  line-height: 2;
}

.reason_content .detail .video .content {
}

.reason_content .detail .ieken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}
.reason_content .detail .ieken .logo{
  max-width: 256px;
}

.reason_content .detail .ieken .balloon {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 15px;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #7da340;
  border-radius: 50%;
  box-sizing: border-box;
}

.reason_content .detail .ieken .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #7da340;
  z-index: 0;
}

.reason_content .detail .ieken .balloon p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  padding-top: 20px;
}

.reason_content .detail .ieken .text {
  font-size: 21px;
}

.reason_content .detail .recommend {
  max-width: 918px;
  margin: auto;
}

.reason_content .detail .recommend h4 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}

.reason_content .detail .recommend .recommend_content {
  background: #1987cb;
  color: #fff;
  border-radius: 12px;
  line-height: 1;
}

.reason_content .detail .recommend .recommend_content.first {
  padding: 38px 0 38px 79px;
  position: relative;
}
.reason_content .detail .recommend .recommend_content.first p {
  font-size: 26px;
  letter-spacing: 1px;
}
.reason_content .detail .recommend .recommend_content.first img {
  position: absolute;
  right: 73px;
  bottom: 0;
  max-width: 140PX;
}

.reason_content .detail .recommend .recommend_content p {
  font-size: 23px;
  color: #fff;
  line-height: 1;
}

.reason_content .detail .recommend .recommend_content p span {
  color: #ffdb00;
}

.reason_content .detail .recommend .column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}

.reason_content .detail .recommend .column_wrap .recommend_content {
  text-align: center;
  width: 25%;
  margin: 6px;
  padding-top: 20px;
  position: relative;
  height: 244px;
}
.reason_content .detail .recommend .column_wrap .recommend_content p {
  line-height: 30px;
}
.reason_content .detail .recommend .column_wrap .recommend_content:first-child {
  margin-left: 0;
  padding-top: 43px;
}
.reason_content
  .detail
  .recommend
  .column_wrap
  .recommend_content:first-child
  img {
  bottom: 27px;
  MAX-width: 152PX;
}
.reason_content
  .detail
  .recommend
  .column_wrap
  .recommend_content:nth-child(2)
  img{
    max-width: 121px;
  }
  .reason_content
  .detail
  .recommend
  .column_wrap
  .recommend_content:nth-child(3)
  img{
    max-width: 136px;
  }
  .reason_content
  .detail
  .recommend
  .column_wrap
  .recommend_content:nth-child(4)
  img{
    max-width: 147px;
  }
.reason_content .detail .recommend .column_wrap .recommend_content:last-child {
  padding-top: 43px;
  margin-right: 0;
}

.reason_content .detail .recommend .column_wrap .recommend_content img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .reason {
    background: none;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .reason_banner img{
    width: 185px;

  }
  .reason_content {
    padding: 25px 15px;
    background: rgba(25, 135, 203, 0.21);
    margin: 0;
  }
  .reason_content .sp {
    line-height: 0;
  }
  .reason_sp_img {
    width: 101%;
  }
  .reason_sp_img img {
    line-height: 0;
    width: 100%;
  }
  .reason_content.reason2 .reason_sp_img {
    position: relative;
    bottom: -2px;
  }
  .reason_content.reason2 .reason_sp_img {
    width: 101%;
  }
  .reason_content.reason3 .reason_sp_img{
    width: 100%;
  }

  .reason_content.reason4 .reason_sp_img{
    width: 103%;
  }

  .reason_content > .balloon {
    margin-left: 10px;
  }
  .reason_content > .balloon p {
    font-size: 16px;
  }
  .reason_content > .balloon p span {
    font-size: 24px;
  }
  .reason_content h3 {
    font-size: 18px;
    padding: 20px 15px;
  }
  .reason_content p.text {
    font-size: 20px;
    padding: 20px;
    z-index: 2;
  }
  .reason_content p.text img {
    width: 130px;
    z-index: 0;
  }
  .reason_content .detail {
    padding: 15px 10px;
  }
  .reason_content.reason1 .detail {
    background: none;
    border: none;
    padding: 0;
  }
  .reason_content .detail .video {
    max-width: 100%;
  }
  .reason_content .detail .video p {
    font-size: 15px;
    padding: 0 0 15px 0;
    line-height: 25px;
  }
  .reason_content .detail .video iframe{
    height: 176px;
  }
  .reason_content .detail .video .content {
    height: 100px;
  }
  .reason_content .detail .ieken {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 30px 0;
  }
  .reason_content .detail .ieken .logo {
    width: 192px;
  }
  .reason_content .detail .ieken .balloon {
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 10px 0 15px 0;
    display: block;
    width: 100%;
  }
  .reason_content .detail .ieken .balloon p {
    padding: 5px 0;
    z-index: 2;
  }
  .reason_content .detail .ieken .balloon::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #7da340 transparent transparent transparent;
  }
  /* .reason_content .detail .ieken .balloon::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
    margin-top: inherit;
    top: inherit;
    right: inherit;
  }
  
  .reason_content .detail .ieken .balloon::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  } */
  .reason_content.reason2 .detail {
    padding-bottom: 25px;
  }
  .reason_content .detail .ieken .text {
    font-size: 15px;
  }
  .reason_content .detail .recommend {
    max-width: 100%;
  }
  .reason_content .detail .recommend h4 {
    font-size: 18px;
  }
  .reason_content .detail .recommend .recommend_content.first,
  .reason_content .detail .recommend .recommend_content {
    padding: 15px;
  }
  .reason_content .detail .recommend .recommend_content.first p,
  .reason_content .detail .recommend .recommend_content p {
    font-size: 16px;
    line-height: 23px;
  }
  .reason_content .detail .recommend .recommend_content:nth-of-type(1) img {
    width: 110px;
    right: 10px;
  }
  .reason_content .detail .recommend .column_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reason_content .detail .recommend .column_wrap .recommend_content {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    text-align: left;
    padding: 15px;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:first-child {
    padding: 15px;
  }
  .reason_content .detail .recommend .column_wrap .recommend_content p {
    line-height: 23px;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:first-child
    img {
    right: 10px;
    left: auto;
    bottom: 0;
    width: 120px;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:nth-child(2)
    img {
    height: 85px;
    right: 20px;
    left: auto;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:nth-child(3)
    img {
    width: 92px;
    right: 20px;
    left: auto;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:last-child {
    padding: 15px;
  }
  .reason_content
    .detail
    .recommend
    .column_wrap
    .recommend_content:nth-child(4)
    img {
    width: 92px;
    right: 20px;
    left: auto;
  }
}

/* 選ばれる理由3 */
.reason_content .detail .living_bell {
  padding-bottom: 60px;
}

.reason_content .detail .living_bell .banner {
  text-align: center;
  margin: 30px 0 10px 0;
}

.reason_content .detail .living_bell h4 {
  text-align: center;
}
.reason_content .detail .living_bell .support {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.reason_content .detail .living_bell .support h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
}

.reason_content .detail .living_bell h4 span.big {
  font-size: 39px;
  letter-spacing: 2px;
}

.reason_content .detail .living_bell h4 span.sub {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.reason_content .detail .living_bell .support h4::before,
.reason_content .detail .living_bell .support h4::after {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.reason_content .detail .living_bell .support h4::before {
  left: 0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.reason_content .detail .living_bell .support h4::after {
  right: 0;
}

.reason_content .detail .living_bell .support_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 918px;
  margin: auto;
}
.reason_content .detail .living_bell .support_contents .item {
  width: 49%;
  margin: 0 1.5% 1.5% 0;
}
.reason_content .detail .living_bell .support_contents .item:nth-child(2n) {
  margin-right: 0;
}
.reason_content .detail .living_bell .support_contents .item p {
  background: #080556;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  padding: 15px 0 15px 0;
  letter-spacing: 1px;
}
.reason_content .detail .living_bell .support_contents .item p span.num {
  color: #fff;
  background: #1987cb;
  padding: 15px 7px;
  position: relative;
  margin-right: 15px;
  font-size: 32px;
}
.reason_content .detail .living_bell .support_contents .item p span.num::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -7px;
  border-style: solid;
  border-width: 31px 0 31px 7px;
  border-color: transparent transparent transparent #1987cb;
}
.reason_content .detail .living_bell .support_contents .item p span.emp {
  color: #ffdb00;
}
@media only screen and (max-width: 736px) {
  .reason_content .detail .living_bell {
    padding-bottom: 10px;
  }
  .reason_content .detail .living_bell .support h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
  }
  .reason_content .detail .living_bell h4 span.big {
    font-size: 24px;
  }
  .reason_content .detail .living_bell h4 span.sub {
    font-size: 14px;
  }
  .reason_content .detail .living_bell .support h4::before,
  .reason_content .detail .living_bell .support h4::after {
    top: 27%;
    width: 48px;
  }
  .reason_content .detail .living_bell .support h4::before {
    left: 24px;
  }
  .reason_content .detail .living_bell .support h4::after {
    right: 27px;
  }
  reason_content .detail .living_bell .support_contents {
    max-width: 100%;
  }
  .reason_content .detail .living_bell .support_contents .item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .reason_content .detail .living_bell .support_contents .item p {
    font-size: 18px;
    padding: 0;
    background: none;

  }
  .reason_content .detail .living_bell .support_contents .item p span.num {
    font-size: 22px;
    padding: 12px 4px;
  }
  .reason_content
    .detail
    .living_bell
    .support_contents
    .item
    p
    span.num::after {
    border-width: 23px 0 23px 7px;
  }
}

/* 選ばれる理由4 */
.reason_content.reason4 h3 {
  line-height: 40px;
}

.reason_content.reason4 .detail .jti_pic {
  max-width: 918px;
  margin: auto;
  padding-bottom: 60px;
}

.reason_content.reason4 .detail .jti_pic h4 {
  font-size: 21px;
  margin: 30px 0 10px 0;
}
@media only screen and (max-width: 736px) {
  .reason_content.reason4 .detail {
    padding: 25px 0;
  }
  .reason_content.reason4 .detail .jti_pic {
    padding-bottom: 0;
    max-width: 100%;
  }
}

/* CASE */
.case .kv2 {
  margin: auto;
  text-align: center;
  max-width: 1440px;
}


.case .lead {
  text-align: center;
  margin: 60px 0 60px 0;
}

.case .lead p {
  font-size: 23px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 20px 80px 0 80px;
}
/* .case .lead p span{
  position: relative;
  padding: 0 30px;
} */

.case .lead p::before,
.case .lead p::after {
  content: "";
  position: absolute;
  background: url(../img/case_deco.png) center center;
  width: 35px;
  height: 154px;
  background-size: 35px 154px;
  left: 0;
  top: 0;
}

.case .lead p::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.case .flow_pic {
  text-align: center;
  margin: 0 auto 60px auto;
}
.case .flow_pic img{
  max-width: 1065px;
}
.case_contents_wrap {
  max-width: 1065px;
  margin: auto;
}
.case_content {
  width: 100%;
  margin-bottom: 80px;
}
.case_content .main_thum_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */
  margin-bottom: 20px;
}

.case_content .main_thum_wrap .img_area {
  max-width: 766px;
  flex: 1;
}

.case_content .main_thum_wrap .textarea {
  max-width: 557px;
  position: relative;
  flex: 2;
}

.case_content .main_thum_wrap .textarea p.case_num {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 25px;
  position: absolute;
  margin-left: 20px;
  top: -30px;
}
.case_content .main_thum_wrap .textarea p.case_num span {
  font-size: 41px;
}
.case_content .main_thum_wrap .textarea h4 {
  font-size: 30px;
  background: url(../img/case_label.png) center right no-repeat;
  color: #fff;
  max-width: 557px;
  height: 107px;
  line-height: 35px;
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 20px;
}

.case_content.left .main_thum_wrap .textarea h4 {
  background: url(../img/case_label2.png) no-repeat;
  padding-left: 40px;
}

.case_content .main_thum_wrap .textarea p.text {
  padding: 20px 30px 0 30px;
  font-size: 20px;
  line-height: 35px;
}

.case_content .sub_thum_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case_content .sub_thum_wrap .sub_thum {
  margin-right: 10px;
}
.case_content .sub_thum_wrap .sub_thum:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  .case .lead {
    padding: 20px 10px;
    margin: 0 0 40px 0;
  }
  .case .lead p {
    font-size: 15px;
    padding: 10px 40px 0 40px;
  }
  .case .lead p::before,
  .case .lead p::after {
    background: url(../img/sp/case_deco_sp.png) center center no-repeat;
    width: 24px;
    height: 183px;
    background-size: 24px 183px;
  }
  .case .flow_pic img{
    max-width: 100%;
  }
  .case_contents_wrap {
    max-width: 100%;
  }
  .case_content {
    margin-bottom: 30px;
  }
  .case_content .main_thum_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case_content .main_thum_wrap .textarea {
    max-width: 100%;
  }
  .case_content .main_thum_wrap .textarea p.case_num {
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    top: inherit;
  }
  .case_content .main_thum_wrap .textarea p.case_num span {
    font-size: 27px;
  }
  .case_content .main_thum_wrap .textarea h4 {
    font-size: 20px;
    max-width: 345px;
    margin: 10px auto 15px auto;

    height: 73px;
    line-height: 23px;
    padding-top: 15px;
    background: url(../img/sp/case_label_sp.png);
  }
  .case_content.left .main_thum_wrap .textarea h4 {
    background: url(../img/sp/case_label_sp.png);
    padding-left: 15px;
  }
  .case_content .main_thum_wrap .textarea p.text {
    font-size: 14px;
    padding: 0 16px;
    line-height: 25px;
  }
  .case_content .main_thum_wrap .img_area {
    max-width: 100%;
  }
  .flow_pic{
    margin: 0 auto 10px auto;
    padding: 0 15px;
  }

  /* .slider img{
    width: 100%;
  } */
  .slider ul{
    width: 100%;
    margin: 0 auto;
  }
  .slider ul img{
    width: 100%;
  }
  .slick-next,
  .slick-prev{
    z-index: 999;
  }
  .slick-next {
    right: 0 !important;
    width: 32px !important;
    height: 32px !important;
  }
  .slick-prev {
    left: 3px !important;
  }
  .slick-prev::before {
    content: "" !important;
    background: url(../img/sp/arrow_l.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
  }
  .slick-next::before {
    content: "" !important;
    background: url(../img/sp/arrow_r.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
  }
}

/* Example */
.example {
  background-color: rgba(25, 135, 203, 0.21);
  padding: 10px 0 50px 0;
}
.example_content {
  text-align: center;
  margin: 40px 0;
}
.example_content img{
  max-width: 1062px;
}

/* Voice */
.voice_contents_wrap {
  max-width: 1063px;
  margin: auto;
}
.voice_content {
  background: #080556;
  padding: 15px;
  margin: 50px 0;
}
.voice_content .thum_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* flex: 2 411px; */
}

.voice_content .thum_wrap .text {
  flex: 2;
}
.voice_content .thum_wrap p,
.voice_content .thum_wrap span,
.voice_content .thum_wrap h3 {
  color: #fff;
}

.voice_content .thum_wrap p {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
}

.voice_content .thum_wrap p::after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  right: 0;
}
.voice_content .thum_wrap span {
  font-size: 45px;
}

.voice_content .thum_wrap h3 {
  font-size: 27px;
  padding: 20px 20px 20px 15px;
}

.voice_content .thum_wrap .imgarea {
  max-width: 411px;
  position: relative;
  line-height: 1;
}

.voice_content .thum_wrap .imgarea .name {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  line-height: 1;
  padding: 12px 0;
  font-size: 26px;
  box-sizing: border-box;
  position: absolute;
  right: 8px;
  top: -43px;
  width: 138px;
  text-align: center;
}

.voice_content .thum_wrap .imgarea .bg {
  /* content: ""; */
  position: absolute;
  right: 4px;
  top: -39px;
  background: rgb(205, 160, 122);
  background: linear-gradient(
    90deg,
    rgba(205, 160, 122, 1) 0%,
    rgba(128, 86, 29, 1) 17%,
    rgba(133, 112, 49, 1) 33%,
    rgba(255, 219, 159, 1) 68%,
    rgba(159, 128, 45, 1) 100%
  );
  /* width: 100%;
  height: 100%; */
  width: 138px;
  height: 52px;
}

.voice_content .thum_wrap .imgarea img {
  width: 100%;
}

.questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.questionnaire .imgarea {
  max-width: 340px;
  margin-right: 15px;
}
.questionnaire .imgarea img {
  width: 100%;
}

.questionnaire .textarea {
  flex: 2;
}

.questionnaire .textarea .content {
  background: #fff;
  padding: 20px;
  color: #231815;
  margin-bottom: 15px;
}
.questionnaire .textarea .content.h_182 {
  height: 182px;
  padding-top: 40px;
}
.questionnaire .textarea .content.h_167 {
  height: 167px;
  padding-top: 30px;
}
.questionnaire .textarea .content.h_192 {
  height: 192px;
  padding-top: 35px;
}
.questionnaire .textarea .content.h_180 {
  height: 180px;
  padding-top: 50px;
}
.questionnaire .textarea .content.h_199 {
  height: 198px;
  padding-top: 50px;
}
.questionnaire .textarea .content.h_150 {
  height: 149px;
  padding-top: 35px;
}
.questionnaire .textarea .content.h_215 {
  height: 215px;
  padding-top: 45px;
}
.questionnaire .textarea .content.h_128 {
  height: 128px;
  padding-top: 30px;
}
.questionnaire .textarea .content.h_194 {
  height: 194px;
  padding-top: 45px;
}
.questionnaire .textarea .content.h_204 {
  height: 204px;
  padding-top: 45px;
}
.questionnaire .textarea .content.h_174 {
  height: 174px;
  padding-top: 40px;
}

.questionnaire .textarea .content.h_207 {
  height: 207px;
  padding-top: 40px;
}
.questionnaire .textarea .content.h_160 {
  height: 160px;
  padding-top: 40px;
}

.questionnaire .textarea .content h4 {
  font-size: 20px;
  border-bottom: 1px solid #231815;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.questionnaire .textarea .content h4::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: #231815;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.questionnaire .textarea .content p {
  font-size: 17px;
}
.questionnaire .textarea .content p span {
  color: #e40012;
}
@media only screen and (max-width: 736px) {
  .example_content {
    margin: 40px 0 20px 0;
    padding: 0 15px;
  }
  .example_content img{
    max-width: 100%;
  }
  .voice{
    margin-top: 60px;
  }
  .voice_content {
    margin: 20px 0;
  }
  .voice_contents_wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .voice_content .thum_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .voice_content .thum_wrap p {
    font-size: 12px;
    padding-left: 0;
  }
  .voice_content .thum_wrap h3 {
    font-size: 18px;
    padding: 10px 0 20px 0;
  }
  .voice_content .thum_wrap span {
    font-size: 26px;
  }
  .voice_content .thum_wrap .imgarea {
    position: initial;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .voice_content .thum_wrap .imgarea .bg {
    width: 77px;
    height: 33px;
    top: 3px;
  }
  .voice_content .thum_wrap .imgarea .name {
    top: 0;
    font-size: 15px;
    width: 77px;
    padding: 8px 0;
  }
  .questionnaire {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .questionnaire .imgarea {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .questionnaire .imgarea img {
    width: 100%;
  }
  .questionnaire .textarea .content h4 {
    font-size: 17px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .questionnaire .textarea .content h4::before {
    width: 9px;
    height: 19px;
    top: 38%;
  }
  .questionnaire .textarea .content {
    height: auto !important;
    padding-top: 20px !important;
  }
}
/* Flow */
.flow {
  padding-bottom: 60px;
}
.flow .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1064px;
  margin: 30px auto 0 auto;
}

.flow .contents_wrap .content {
  width: 20%;
}
.howTo {
  background: rgba(25, 135, 203, 0.21);
  padding: 5px 0 40px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .flow{
    margin-top: 60px;
  }
  .flow .contents_wrap {
    max-width: 100%;
  }
  .flow .contents_wrap .content {
    max-width: 339px;
    width: auto;
    text-align: center;
    margin-bottom: 5px;
  }
}

.howTo .content_title {
  max-width: 719px;
  padding: 0;
}
.howTo .contents_wrap h4 {
  color: #221815;
  font-size: 23px;
  text-align: center;
  margin: 10px 0 20px 0;
}

.howTo .contents_wrap .textarea {
  text-align: center;
  font-size: 20px;
  color: #221815;
  margin-top: 30px;
}
.howTo .subsidy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.howTo .subsidy .subsidy_img {
  margin: 0 10px;
  max-width: 521px;
}
.howTo .contents_wrap .textarea p.tri {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 20px 0 35px 0;
}
.howTo .contents_wrap .textarea p.tri::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57px 80px 0 80px;
  border-color: #1987cb transparent transparent transparent;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.howTo .contents_wrap .textarea h5 {
  font-size: 34px;
  color: #221815;
  position: relative;
  display: inline-block;
}

.howTo .contents_wrap .textarea h5::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ffef00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.howTo .imgarea {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  text-align: center;
}

.howTo .imgarea img {
  margin: 0 40px;
  max-width: 386px;
}

@media only screen and (max-width: 736px) {
  .howTo .imgarea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howTo .content_title span.jp_title::before,
  .howTo .content_title span.jp_title::after {
    background: url(../img/sp/title_deco_how_sp.png);
    width: 34px;
    height: 70px;
    top: 0;
  }
  .howTo .content_title span.jp_title span {
    display: block;
  }
  .howTo .contents_wrap h4 {
    font-size: 17px;
    margin: 20px 0 15px 0;
  }
  .howTo .subsidy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howTo .subsidy .subsidy_img {
    margin-bottom: 15px;
  }
  .howTo .contents_wrap .textarea {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
  }
  .howTo .contents_wrap .textarea p.tri {
    font-size: 16px;
  }
  .howTo .contents_wrap .textarea p.tri::before {
    border-width: 45px 64px 0 64px;
  }
  .howTo .contents_wrap .textarea p.f_18 {
    font-size: 18px;
    line-height: 28px;
  }
  .howTo .contents_wrap .textarea h5 {
    font-size: 24px;
  }
  .howTo .imgarea img {
    max-width: 298px;
  }
}

/* Staff */
.staff .contents_wrap {
  margin-top: 40px;
}

.staff .content {
  background: #1987cb;
}
.staff .content.right {
  background: #080556;
}
.staff .content .inner {
  max-width: 954px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

.staff .content .imgarea {
  width: 254px;
  position: relative;
}
.staff .content:nth-child(2) .imgarea {
  width: 241px;
}

.staff .content:nth-child(3) .imgarea {
  width: 279px;
}
.staff .content:nth-child(4) .imgarea {
  width: 243px;
}

.staff .content .imgarea img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.staff .content .textarea {
  max-width: 565px;
  position: relative;
  border-left: 1px solid #fff;
  margin: 30px 0 30px 50px;
  padding: 0 0 0 30px;
}

.staff .content.right .textarea {
  max-width: 567px;
  border-left: none;
  border-right: 1px solid #fff;
  padding-left: 0;
  padding-right: 30px;
  padding: 20px 30px 20px 0;
  margin: 30px 50px 30px 0;
}

.staff .content:nth-child(3) .textarea {
  margin-left: 30px;
}
.staff .content:nth-child(4) .textarea {
  padding: 30px 30px 30px 0;
}

.staff .content .textarea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #1987cb;
  z-index: 2;
}

.staff .content.right .textarea::before {
  border-right: none;
  border-left: 12px solid #080556;
  left: inherit;
  right: -12px;
}

.staff .content .textarea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #fff;
  z-index: 1;
}
.staff .content.right .textarea::after {
  border-right: none;
  border-left: 14px solid #fff;
  left: inherit;
  right: -14px;
}
.staff .content .textarea p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
}

.staff .content .textarea p.name {
  font-size: 20px;
  margin-top: 10px;
}

.staff .content .textarea p.name span {
  color: #1987cb;
  background: #fff;
  padding: 5px;
  margin-right: 10px;
}
.staff .content.right .textarea p.name span {
  color: #080556;
}

@media only screen and (max-width: 736px) {
  .staff .content .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    max-width: 100%;
  }
  .staff .content .textarea {
    max-width: 100%;
    margin: 0;
    border-left: 0;
    padding: 0;
    border-top: 1px solid #fff;
  }
  .staff .content .imgarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff .content .imgarea img {
    position: relative;
  }
  .staff .content:nth-child(1) .imgarea img {
    position: relative;
    width: 124px;
    margin-right: 15px;
  }
  .staff .content:nth-child(2) .imgarea {
    width: 100%;
  }
  .staff .content:nth-child(2) .imgarea img {
    position: relative;
    width: 146px;
    margin-right: 20px;
  }
  .staff .content:nth-child(3) .imgarea {
    width: 100%;
  }
  .staff .content:nth-child(3) .imgarea img {
    position: relative;
    width: 169px;
    margin-right: 15px;
  }
  .staff .content:nth-child(4) .imgarea {
    width: 100%;
  }
  .staff .content:nth-child(4) .imgarea img {
    position: relative;
    width: 134px;
    margin-right: 15px;
  }

  .staff .content .textarea p {
    font-size: 15px;
    line-height: 30px;
    padding: 15px;
  }
  .staff .content .textarea:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 1;
  }

  .staff .content .textarea:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #1987cb;
    z-index: 2;
  }
  .staff .content .imgarea p.name {
    font-size: 17px;
    color: #fff;
    /* margin-left:15px; */
  }

  .staff .content .imgarea p.name span {
    color: #1987cb;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
  }
  .staff .content.right .imgarea p.name span {
    color: #080556;
  }
  .staff .content:nth-child(3) .textarea {
    margin: 0;
  }
  .staff .content.right .textarea {
    order: 2;
    margin: 0;
    padding: 0;
    border-right: 0;
    max-width: 100%;
  }
  .staff .content.right .textarea::before {
    border-left: none;
    right: initial;
    left: initial;
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 1;
  }
  .staff .content.right .textarea::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    right: initial;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #080556;
    z-index: 2;
  }
}
.qa {
  padding-bottom: 30px;
}
.qa .contents_wrap {
  max-width: 926px;
  margin: 30px auto 0 auto;
}
.qa .contents_wrap .content {
  background: #cbd7d1;
  padding: 30px 60px;
  margin-bottom: 20px;
}

.qa .contents_wrap .content span {
  font-size: 29px;
}
.question {
  border-bottom: 1px solid #1987cb;
  padding: 0 0 10px 10px;
}

.question,
.answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question span,
.answer span {
  background: #1987cb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.question h3 {
  font-size: 23px;
  line-height: 1;
  padding-top: 10px;
  padding-left: 10px;
  flex: 2;
}
.answer {
  padding: 10px 0 0 10px;
}
.answer p {
  flex: 2;
  font-size: 16px;
  padding-left: 10px;
}

.answer .list {
  flex: 2;
  line-height: 28px;
}

.answer p a {
  color: #1987cb;
}
@media only screen and (max-width: 736px) {
  .qa .contents_wrap {
    max-width: 100%;
    margin: 20px auto 40px auto;
    padding: 0 15px;
  }
  .qa .contents_wrap .content {
    padding: 20px;
  }
  .qa .contents_wrap .content span {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .question h3 {
    font-size: 17px;
    line-height: 23px;
    padding-top: 3px;
  }
  .answer .list p {
    margin-bottom: 20px;
  }
  .answer .list p:last-child {
    margin-bottom: 0;
  }
}

/* Company */

.company {
  background: rgba(25, 135, 203, 0.21);
  padding: 30px 0;
}

.company .kv3 {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.company .kv3 img{
max-width: 845px;
}
.table_layout {
  max-width: 670px;
  margin: auto;
  border: 2px solid #080556;
  margin-bottom: 25px;
}
.table_layout h3 {
  font-size: 23px;
  background: #080556;
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}
.table_layout h3.close::before {
  position: absolute;
  content: "";
  right: 19px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 2px;
  height: 20px;
  display: block;
  background: #fff;
}
.table_layout h3::before {
  display: none;
}
.table_layout h3::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
}
.table_layout h3 span {
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 10px;
  line-height: 15px;
  /* top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  line-height: 1; */
}
.table_layout table {
  width: 100%;
  background: #fff;
}
.table_layout table tr {
  /* background-color: rgba(25, 135, 203, 0.14); */
  background: #fff;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.table_layout.company_info table tr{
  display: block;
}
.table_layout table th{
  background-color: rgba(25, 135, 203, 0.14);
}
.table_layout table th,
.table_layout table td {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal;
  padding: 7px 30px;
  font-size: 16px;
}

.table_layout table td {
  background: #fff;
  /* background-color: rgba(25, 135, 203, 0.14); */
}

/* History */
.table_layout.company_history table tr {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
}
.table_layout.company_history table th,
.table_layout.company_history table td {
  max-width: 549px;
  display: inline-block;
  text-align: left;
  font-weight: normal;
  padding: 7px 0;
  font-size: 14px;
}
.table_layout.company_history table td {
  padding: 7px 0 7px 20px;
}

.table_layout.company_history table th {
  width: 117px;
  padding-left: 25px;
}

.table_layout.rading_company {
  background: #fff;
}
.table_layout.rading_company p {
  padding: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 736px) {
  .kv3{
    max-width: 362px;
  }
  .table_layout{
    max-width: 100%;
    padding: 20px 15px;
    border: none;
    margin-bottom: 0;
  }
  .table_layout h3 {
    font-size: 21px;
  }
  .table_layout table tr{
    box-sizing: border-box;
    border-left: 1px solid #080556;
    border-right: 1px solid #080556;
  }
  .table_layout table tr:last-child{
    border-bottom: 1px solid #080556;
  }
  .table_layout.company_history table th {
    width: 117px;
    padding-left: 5px;
  }
  .table_layout.company_history table td {
    max-width: 262px;
  }
  .table_layout.rading_company{
    margin: 15px 15px 15px 15px;
    padding: 0;
  }
  .table_layout.rading_company p {
    font-size: 14px;
    border-left: 1px solid #080556;
    border-right: 1px solid #080556;
    border-bottom: 1px solid #080556;
  }
  .company .kv3 img{
    max-width: 100%;
  }
}

/* 共通 */
.content_title {
  text-align: center;
  font-weight: 600;
  max-width: 559px;
  margin: 50px auto 20px auto;
}
.content_title span {
  display: block;
}
.content_title span.jp_title {
  font-size: 34px;
  position: relative;
  padding: 0 100px;
}
.content_title span.jp_title::before,
.content_title span.jp_title::after {
  content: "";
  background: url(../img/title_deco.png);
  width: 60px;
  height: 85px;
  background-size: 60px 85px;
  position: absolute;
  left: 0;
}

.content_title span.jp_title::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.content_title span.en_title {
  font-size: 24px;
  display: block;
}
.contact {
  padding: 30px 0;
}
.contact .head {
  text-align: center;
}
.contact .head h3 {
  font-size: 39px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 20px 0 15px 0;
}
.contact .head h3::before {
  content: "";
  width: 100%;
  height: 30%;
  background: #fff000;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.contact .head .text {
  font-size: 25px;
}
.contact .head .tel {
  font-size: 55px;
  line-height: 1;
  margin: 10px 0;
}
.contact .head .time {
  font-size: 17px;
}

.form_wrap {
  max-width: 994px;
  margin: 30px auto 0 auto;
}

.form_wrap h3 {
  text-align: center;
  background: #080556;
  color: #fff;
  padding: 10px 0;
  font-size: 37px;
}

.form_intr {
  text-align: center;
  background: rgba(25, 135, 203, 0.21);
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.form_intr p {
  font-size: 25px;
}
ul.form_content{
  /* border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3); */
}
.form_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  /* -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; */
}
.form_content li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  width: 264px;
  background: rgba(25, 135, 203, 0.21);
  padding: 20px 10px 0 10px;
}
.form_content li .left span{
  background: #cc0012;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
}
.form_content li .right {
  padding: 20px 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 374px;
}
.right_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 374px;
  margin-bottom: 10px;
}
.right_flex .input_box:first-of-type {
  width: 131px;
}
.right_flex .input_box:last-of-type {
  flex: 1;
}
.form_content li .right.tel,
.form_content li .right.mail{
  width: 100%;
  max-width: 728px;
}


.input_box {
  display: inline-block;
}
.input_box input,
.input_box p{
  display: inline-block;
}
.estimate{
  margin-right: 40px;
}

.container{
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
.container a{
  font-size: 20px;
}
button[type="submit"]{
  background:none;
  border: none;
  margin: 30px auto 0 auto;
  display: block;
}
button[type="submit"] img{
 max-width: 262px; 
 margin: auto;
}

.footer_logo{
 text-align: center; 
 margin-top: 60px;
}
.footer_logo img{
  max-width: 369px;
}


.form_wrap table{
  width: 100%;
}
.form_wrap table th,
.form_wrap table td{
  border-left: 1px solid rgba(0, 0, 0, 0.247);
  border-right: 1px solid rgba(0, 0, 0, 0.247);
}
.form_wrap table td{
  padding-right: 30px;
}

.form_wrap table th{
  vertical-align: top;
  padding: 30px 15px 10px 15px;
  background: rgba(25, 135, 203, 0.21);
  width: 264px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form_wrap table th.name,
.form_wrap table th.tel,
.form_wrap table th.mail{
  padding: 20px 15px;
}
.form_wrap table th.tel{
  padding: 20px 15px;
}
.form_wrap table td{
  padding-left: 20px;
}
.form_wrap table .td1{
  padding-top:30px;
  padding-bottom: 10px;
}
.form_wrap table .td2{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
  position: relative;
}
.form_wrap table .td3{
  padding-bottom: 10px;
}
.form_wrap table .td4{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
input[type="text"]#other{
  width: 605px;
}
input[type="tel"]#tel,
input[type="text"]#name,
input[type="text"].address_input3,
input[type="email"]#mail{
  width: 100%;
}
.address_label{
  padding-top: 20px;
}
.address_input2{
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  padding: 5px 8px;
  margin-left: 5px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
th > div{
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
th > div span{
  background: #cc0012;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
}
.td_wrap{
  width: 374px;
}

.estimate,
.rebuilding,
.fullRenovate{
  width: 151px;
}
.consultationRenovate .input_box{
  width: 131px;
}
.form_img{
  top: -60px;
  right: 30%;
  position: absolute;
  width: 140px;
}



@media only screen and (max-width: 736px) {
  .contact .head .logo img {
    width: 228px;
    margin: auto;
  }
  .contact .head h3 {
    font-size: 20px;
  }
  .contact .head h3::before {
    height: 20%;
  }
  .contact .head .text {
    font-size: 18px;
  }
  .contact .head .tel {
    font-size: 41px;
    margin: 5px;
  }
  .contact .head .time {
    font-size: 13px;
  }
  .form_wrap{
    padding: 0 15px;
  }
  .form_wrap h3{
    font-size: 22px;
  }
  .form_intr p{
    font-size: 14px;
  }
  .morebtn {
    text-align: center;
    max-width: 262px;
    margin: 0 auto 30px auto;
  }
  .form_wrap table th{
    width: 116px;
  }
  .estimate{
  max-width: 100%;
  width: 100%;
  }
  .input_box{
    display: block;
  }
  .form_wrap table .td1{
    padding-top: 15px;
    padding-bottom: 0;
  }
  .form_wrap table .td2{
    padding-bottom: 15px;
  }
  .form_wrap table .td3{
    padding-bottom: 0;
  }
  input[type="text"]#other{
    width: 100%;
  }
  .address_input1{
    margin-top: 30px;
    width: 100px;
  }
  .address_input2{
    font-size: 11px;
  }
  .input_box p {
    vertical-align: text-top;
  }
  .input_box input {
    vertical-align: sub;
  }
  .form_wrap table th{
    font-size: 15px;
    padding: 30px 5px 10px 5px;
  }
  .form_wrap table td{
    padding-right: 10px;
  }
  .form_wrap table td{
    padding-left: 10px;
  }
  th > div{
    display: block;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  th > div >label{
    display: block;
  }
  th > div span{
    margin-top: 5px;
    font-size: 11px;
  }
  .form_wrap table th.name,
  .form_wrap table th.tel,
  .form_wrap table th.mail{
    padding: 10px 5px 10px 5px;
  }

  .form_img{
    position: relative;
    top: initial;
    right: initial;
    display: block;
  }
  .container{
    font-size: 14px;
  }
  .container a{
    font-size: 14px;
  }
  .footer_logo{
    margin-top: 40px;
  }
  .footer_logo img{
    width: 159px;

  }
}

/* アイデアBOOK */
.idea_book {
  /* padding-bottom: 40px; */
}
.idea_book .intr {
  max-width: 776px;
  border: 2px solid #080556;
  background-color: #fff;
  margin: 50px auto 0 auto;
}

.idea_book .intr h3 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
/* .idea_book .intr h3 span{
  color: #080556;
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
} */
.idea_book .intr h3.close::before {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 2px;
  height: 15px;
  display: block;
  background: #080556;
}
.idea_book .intr h3::before {
  display: none;
}
.idea_book .intr h3::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 15px;
  height: 2px;
  display: block;
  background: #080556;
}

.idea_book .intr p {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  line-height: 32px;
  border-top: 2px solid #080556;
}
/* .idea_book .intr p.close{
  display: none;
} */

.idea_book .intr p span {
  color: #1987cb;
}

.idea_book .banner {
  text-align: center;
  margin-top: 20px;
}
.idea_book .banner img{
  max-width: 860px;
}

.privacy_wrap {
  /* max-width: 1087px;
  margin: auto;
  background: #fff;
  position: absolute; */
  /* top: 50%; */
  /* left: 0;
  right: 0;
  margin: auto;
  padding: 40px; */
  /* transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); */
  /* max-width: 1087px;
  height: 644px;
  margin: auto; */
  max-width: 1087px;
  margin: auto;
}
.privacy_wrap .inner {
  max-width: 1087px;
  height: 644px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  /* padding: 40px; */
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  overflow: scroll;
}
.privacy_wrap .inner_wrap {
  padding: 40px;
}
.privacy_wrap .block {
  margin-bottom: 30px;
}
.privacy_wrap .block h4,
.privacy_wrap .block p {
  font-size: 16px;
  line-height: 26px;
}
.privacy_wrap .block p a{
  color: #0000ff;
}

@media only screen and (max-width: 736px) {
  .content_title {
    margin: 20px auto 10px auto;
    max-width: 322px;
  }
  .content_title span.jp_title {
    font-size: 20px;
    padding: 0;
  }
  .content_title span.en_title {
    font-size: 14px;
  }
  .content_title span.jp_title::before,
  .content_title span.jp_title::after {
    width: 35px;
    height: 48px;
    background: url(../img/sp/title_deco_sp.png) center center no-repeat;
    background-size: 35px 48px;
  }
  .idea_book {
    padding: 0 15px;
  }
  .idea_book .intr {
    margin: 0;
  }
  .idea_book .intr h3 {
    font-size: 17px;
  }
  .idea_book .intr p {
    font-size: 15px;
    line-height: 25px;
  }
  .reason .idea_book {
    padding: 40px 15px;
    background-color: rgba(25, 135, 203, 0.21);
  }
  .idea_book .banner img{
    max-width: 100%;
  }
  .privacy_wrap .inner{
    margin: 0 15px;
  }
}

@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media (min-width: 736px) {
  .sp {
    display: none !important;
  }
}
