@charset "UTF-8";
/*=============================
Color
=============================*/
/*=============================
レスポンシブ
=============================*/
/*=============================
共通
=============================*/
html {
  font-family: serif;
}

body {
  color: #333;
}

header {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px 20px;
  }
}
header .header-l {
  width: 180px;
}
@media screen and (max-width: 768px) {
  header .header-l {
    width: 43%;
  }
}
header .header-l img {
  width: 100%;
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header-r {
    width: 40%;
  }
}
header .header-r img {
  width: 100%;
}

section {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section {
    width: 87%;
  }
}
section h3 {
  color: #00240e;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  section h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
section h3 + p {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section h3 + p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
  section h3 + p br {
    display: none;
  }
}

.sectionContainer_gray {
  background-color: #f9f9f9;
}

.sectionContainer_w {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sectionContainer_w {
    padding: 45px 0;
  }
}

.tochi-caption {
  line-height: 1.5;
  text-align: left;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .tochi-caption {
    font-size: 8px;
  }
}

/*=============================
メインビジュアル
=============================*/
.mainVisual img {
  width: 100%;
}
.mainVisual .mainVisual_desc {
  width: 100%;
  background-color: #00240e;
}
.mainVisual .mainVisual_desc h1 {
  width: 1000px;
  color: #fff;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.18em;
  font-size: 16px;
  padding: 40px 0px 0px;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .mainVisual .mainVisual_desc h1 {
    width: 83%;
    font-size: 13px;
  }
}
.mainVisual .mainVisual_desc p {
  width: 1000px;
  color: #fff;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.18em;
  font-size: 16px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .mainVisual .mainVisual_desc p {
    width: 83%;
    font-size: 13px;
  }
}

/*=============================
ad
=============================*/
.ad {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ad .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ad {
    width: 90%;
  }
}
.ad img {
  width: 100%;
}
.ad .ad_tex {
  text-align: center;
}
.ad .ad_tex h2 {
  color: #00240e;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ad .ad_tex h2 {
    font-size: 18px;
  }
}
.ad .ad_tex p {
  color: #00240e;
  font-size: 25px;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ad .ad_tex p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.ad .ad_tex h1 {
  color: #00240e;
  font-size: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ad .ad_tex h1 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.ad .ad_tex .small_tex {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ad .ad_tex .small_tex {
    font-size: 13px;
    text-align: justify;
  }
}
.ad .ad_wrapper01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper01 {
    display: block;
  }
}
.ad .ad_wrapper01 .ad_left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper01 .ad_left {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
}
.ad .ad_wrapper01 .ad_right {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper01 .ad_right {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.ad .ad_wrapper02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper02 {
    display: block;
  }
}
.ad .ad_wrapper02 .ad_left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper02 .ad_left {
    width: 100%;
  }
}
.ad .ad_wrapper02 .ad_left h1 {
  font-size: 30px;
  color: #033e62;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper02 .ad_left h1 {
    font-size: 20px;
  }
}
.ad .ad_wrapper02 .ad_left p {
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper02 .ad_left p {
    font-size: 14px;
    text-align: justify;
  }
}
.ad .ad_wrapper02 .ad_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .ad .ad_wrapper02 .ad_right {
    width: 90%;
    margin: 20px auto 0px;
    display: block;
  }
}

.illust {
  width: 80%;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .illust {
    width: 100%;
  }
}

/*=============================
new
=============================*/
.new {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .new {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.new .new_tex {
  color: #00240e;
}
.new .new_tex h2 {
  font-size: 30px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .new .new_tex h2 {
    font-size: 15px;
  }
}
.new .new_tex p {
  text-align: center;
  letter-spacing: 0.6em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new .new_tex p {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.new .new_tex h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .new .new_tex h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.new .new_tex h3 {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new .new_tex h3 {
    font-size: 14px;
  }
}
.new .new_pic {
  margin-top: 50px;
}
.new .new_pic img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .new .new_pic {
    margin-top: 30px;
  }
}
.new .new_pic .new_wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.new .new_pic .new_wrapper img {
  width: 49%;
}

/*=============================
イントロ
=============================*/
.intro {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 25px 0;
  }
}
.intro h2 {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.intro p {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 13px;
  }
}

/*=============================
地価マップ
=============================*/
.map img.chikaMap {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .map img.chikaMap {
    margin-bottom: 10px;
  }
}
.map p.map_caption {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .map p.map_caption {
    width: 87%;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 30px;
  }
  .map p.map_caption br {
    display: none;
  }
}
.map img.map_satisfaction {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .map img.map_satisfaction {
    width: 87%;
  }
}

/*=============================
サービス
=============================*/
.service {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 40px;
  }
}
.service .service_heading {
  color: #00240e;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .service .service_heading {
    margin-bottom: 40px;
    padding-top: 50px;
  }
}
.service .service_heading h2 {
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service .service_heading h2 {
    font-size: 30px;
  }
}
.service .service_heading p {
  font-size: 20px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .service .service_heading p {
    font-size: 14px;
  }
}

/*=============================
あんしん設備補修
=============================*/
.setsubi {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .setsubi {
    padding-top: 50px;
  }
}
.setsubi .kome {
  font-size: 10px;
  vertical-align: top;
}
.setsubi small {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .setsubi small {
    font-size: 10px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .setsubi small br {
    display: none;
  }
}
.setsubi .setsubi-flow {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .setsubi .setsubi-flow {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.setsubi_point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_point {
    flex-direction: column;
  }
}
.setsubi_point .setsubi_point_box {
  width: 30%;
  padding: 35px 35px 25px 35px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .setsubi_point .setsubi_point_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .setsubi_point .setsubi_point_box:last-child {
    margin-bottom: 0px;
  }
}
.setsubi_point .setsubi_point_box img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
.setsubi_point .setsubi_point_box h4 {
  color: #00240e;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_point .setsubi_point_box h4 {
    font-size: 17px;
  }
}
.setsubi_point .setsubi_point_box p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.setsubi_subject {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject {
    margin-bottom: 50px;
  }
}
.setsubi_subject > h4 {
  color: #00240e;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject > h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.setsubi_subject > h4 + p {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject > h4 + p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt {
    flex-direction: column;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt h4 {
  color: #00240e;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt h4 {
    font-size: 17px;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
  letter-spacing: 0.1em;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.setsubi_subject .setsubi_subject_facilities + img {
  width: 100%;
}

/*=============================
あんしん建物補修
=============================*/
.hoshu {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hoshu {
    padding-bottom: 40px;
  }
}
.hoshu img.hoshu-family {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hoshu img.hoshu-family {
    margin-bottom: 40px;
  }
}
.hoshu .hoshu_subject {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject {
    margin-bottom: 30px;
  }
}
.hoshu .hoshu_subject > img {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hoshu .hoshu_subject .hoshu_subject_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject .hoshu_subject_box {
    flex-wrap: wrap;
  }
}
.hoshu .hoshu_subject .hoshu_subject_box img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject .hoshu_subject_box img {
    width: 49%;
    margin-bottom: 10px;
  }
}
.hoshu .hoshu_term h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_term h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.hoshu .hoshu_term p {
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_term p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.hoshu img.hoshu_term_pic {
  width: 100%;
}

/*=============================
あんしん土地診断
=============================*/
.tochi {
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tochi {
    padding: 40px 0;
    width: 87%;
  }
}
.tochi .tochi_sokuryou {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou {
    margin-bottom: 40px;
  }
}
.tochi .tochi_sokuryou h4 {
  width: 100%;
  height: 60px;
  background-color: #00240e;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou h4 {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
}
.tochi .tochi_sokuryou p {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.tochi .tochi_sokuryou img.tochi_sokuryou_figure {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tochi .tochi_sokuryou img.tochi_sokuryou_pic {
  width: 100%;
}
.tochi .tochi_maisetsubutsu h4 {
  width: 100%;
  height: 60px;
  background-color: #00240e;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_maisetsubutsu h4 {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
}
.tochi .tochi_maisetsubutsu p {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_maisetsubutsu p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.tochi .tochi_maisetsubutsu img {
  width: 100%;
  margin-bottom: 10px;
}

/*=============================
土地ステージング
=============================*/
.tochiStage {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tochiStage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tochiStage .tochiStage_point_container {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container {
    margin-bottom: 35px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point {
  margin-bottom: 30px;
}
.tochiStage .tochiStage_point_container .tochiStage_point dl {
  color: #003f66;
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #003f66;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl {
    flex-direction: column;
    padding-bottom: 13px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dt {
  font-size: 30px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
    font-size: 25px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dd {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dd {
    font-size: 20px;
    line-height: 1.3;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point p {
  padding-top: 20px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point p {
    padding-top: 13px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.tochiStage .tochiStage_bef-aft {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_bef-aft {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.tochiStage .tochiStage_bef-aft img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_bef-aft img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tochiStage img.tochiStage_flow {
  width: 100%;
}

/*=============================
相続
=============================*/
.souzoku {
  padding: 100px 0;
}
.souzoku .small {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .souzoku {
    padding: 45px 0;
  }
}
.souzoku .souzoku_point_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.souzoku .souzoku_point_container .souzoku_point {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point {
    width: 100%;
    margin-bottom: 20px;
  }
}
.souzoku .souzoku_point_container .souzoku_point h4 {
  font-size: 25px;
  color: #196555;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.souzoku .souzoku_point_container .souzoku_point p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.souzoku .souzoku_point_container .souzoku_point img {
  width: 100%;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc {
  display: flex;
  justify-content: space-between;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc p {
  width: 55%;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc img {
  width: 40%;
}
.souzoku img.souzoku_network {
  width: 100%;
}

/*=============================
買い替え
=============================*/
.kaikae {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .kaikae {
    padding: 50px 0px;
  }
}
.kaikae img {
  width: 100%;
}
.kaikae .kaikae_title {
  color: #00240e;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.kaikae .kaikae_lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_lead {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 25px;
  }
}
.kaikae .kaikae_point1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point1 {
    display: block;
  }
}
.kaikae .kaikae_point1 img {
  width: 48%;
  display: block;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point1 img {
    width: 85%;
    margin: 0 auto;
  }
}
.kaikae .kaikae_point2 {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 50px 0px;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point2 {
    display: block;
  }
}
.kaikae .kaikae_point2 .point_box {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point2 .point_box {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.kaikae .kaikae_point2 .point_box h1 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #b10011;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point2 .point_box h1 {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.kaikae .kaikae_point2 .point_box p {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point2 .point_box p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.kaikae .kaikae_point3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point3 {
    display: block;
  }
}
.kaikae .kaikae_point3 .point_box {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .kaikae .kaikae_point3 .point_box {
    width: 80%;
    margin: 10px auto;
  }
}

/*=============================
staff
=============================*/
.staff {
  background-color: #fff;
  padding: 90px 0px;
}
.staff img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 40px 0px;
  }
}
.staff .staff_pic {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .staff .staff_pic {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_pic .staff_img {
    margin-top: 25px;
    width: 100%;
  }
}

.specialtySite {
  padding: 60px 0 0px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .specialtySite {
    padding: 40px 0 0;
  }
}
.specialtySite h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.07em;
  font-style: italic;
  color: #161f3f;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .specialtySite h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.specialtySite h2::after {
  content: "";
  display: block;
  width: 7%;
  height: 3px;
  background-color: #161f3f;
  position: absolute;
  bottom: -20px;
  left: 46%;
}
@media screen and (max-width: 768px) {
  .specialtySite h2::after {
    width: 70px;
    height: 2.5px;
    bottom: -5px;
    left: 28%;
  }
}
.specialtySite .specialty_wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper {
    margin-bottom: 30px;
  }
}
.specialtySite .specialty_wrapper .specialtySite_box {
  background-color: #161f3f;
  padding: 30px 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .specialtySite_box {
    padding: 20px 15px;
  }
}
.specialtySite .specialty_wrapper .specialtySite_box h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .specialtySite_box h3 {
    font-size: 17px;
  }
}
.specialtySite .specialty_wrapper .specialtySite_box p {
  text-align: left;
  text-align: justify;
  margin-bottom: 10px;
}
.specialtySite .specialty_wrapper .img_wrapper01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 {
    display: block;
    margin: -20px auto 0;
  }
}
.specialtySite .specialty_wrapper .img_wrapper01 .nomucom_left {
  width: 33%;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 .nomucom_left {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding-left: 11%;
  }
}
.specialtySite .specialty_wrapper .img_wrapper01 .nomucom_right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 .nomucom_right {
    margin-top: 20px;
    width: 100%;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 {
    display: block;
    margin: 0 auto;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left {
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-right: 10px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin: 20px auto 10px;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_logo {
  width: 30%;
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_logo {
    width: 60%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_tex {
  width: 65%;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_tex {
    width: 100%;
    font-size: 12px;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right {
  width: 28%;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
}
.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}/*# sourceMappingURL=style.css.map */