.page_title::after {
  background-image: url(../img/service/service_main_img.jpg);
}
.page_title_inner .replace_img {
  height: 48px;
  background-image: url(../img/service/title_text.png);
}

@media screen and (max-width: 1024px) {
  .page_title::after {
    background-image: url(../img/service/service_main_img_sp.jpg);
  }
  .page_title_inner .replace_img {
    height: 32px;
  }
}
/* ========================================

message

======================================== */
.message {
  position: relative;
  margin-bottom: 100px;
}
.message::before {
  width: 100%;
  height: 628px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: url(../img/service/message_bg.jpg); */
  background-size: auto 100%;
  background-position: calc(50% + 30.5vw) 0;
  z-index: -1;
}
.message_inner {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message .box_text {
  width: 45%;
  max-width: 550px;
  margin: 0 5% 0 auto;
}
.message .box_text .title {
  max-width: 544px;
}
.message .box_text .txt {
  font-size: 18px;
  line-height: 2.22;
  width: 96%;
  max-width: 500px;
  margin-top: 40px;
}
.message .box_text .txt:first-of-type {
  margin-top: 60px;
}
.message .box_img {
  width: 48.388%;
  max-width: 600px;
}
.message .box_img .img01 {
  width: 73.333%;
  margin-left: auto;
  margin-bottom: 70px;
}
.message .box_img .img02 {
  width: 93.333%;
}

@media screen and (max-width: 800px) {
  .message {
    margin-bottom: 60px;
  }
  .message_inner {
    width: 100%;
    padding-top: 84px;
  }
  .message .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .message .box_text .title {
    max-width: 345px;
  }
  .message .box_text .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
  .message .box_text .txt:first-of-type {
    margin-top: 40px;
  }
  .message .box_img {
    width: 100%;
    max-width: 600px;
  }
  .message .box_img .img01 {
    width: 55%;
    margin-bottom: 0;
    border: 2px solid #fff;
    z-index: 2;
    position: relative;
  }
  .message .box_img .img02 {
    width: 70%;
    margin-top: -40px;
  }
}
/* ========================================

care

======================================== */
.care {
  padding: 100px 0;
  border-radius: 10px;
  background: #ecf6f9;
}
.care_title .title {
  max-width: 473px;
  margin: 0 auto;
}
.care_title .en {
  color: #0098bc;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 32px 0 76px;
}
.care .desc {
  font-size: 18px;
  line-height: 2.22;
  width: 66.1291%;
  margin: 0 auto 70px;
}
.care .img {
  width: 90%;
  max-width: 819px;
  margin: 0 auto 80px;
}
.care_list {
  width: 91.9355%;
  margin: 0 auto;
}
.care_list li {
  padding: 42px 4.386%;
  background-color: #fff;
  border-radius: 5px;
}
.care_list li:not(:last-child) {
  margin-bottom: 20px;
}
.care_list li h3 {
  color: #0098bc;
  font-size: 22px;
  margin-bottom: 25px;
}
.care_list li h3 span {
  padding-bottom: 6px;
  border-bottom: 1px solid #0098bc;
}
.care_list li .txt {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .care {
    padding: 58px 0;
    background-size: 2px;
  }
  .care_title .title {
    max-width: 218px;
  }
  .care_title .en {
    font-size: 14px;
    margin: 16px 0 32px;
  }
  .care .desc {
    font-size: 16px;
    line-height: 2.06;
    width: 94.4445%;
    margin-bottom: 30px;
  }
  .care .img {
    width: 94.4445%;
    margin-bottom: 40px;
  }
  .care_list {
    width: 94.4445%;
  }
  .care_list li {
    padding: 32px 0;
  }
  .care_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .care_list li h3 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 27px;
  }
  .care_list li .txt {
    font-size: 16px;
    line-height: 2;
    width: 84%;
    margin: 0 auto;
  }
}
/* ========================================

use

======================================== */
.use {
  position: relative;
  margin-bottom: 78px;
  padding-bottom: 80px;
  background-color: #77c7db;
}
.use::before {
  width: 90%;
  max-width: 1240px;
  height: 100px;
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  right: 50%;
  background-color: #77c7db;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  border-radius: 10px 10px 0 0;
}
.use_inner {
  position: relative;
}
.use_inner::before, .use_inner::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-color: #77c7db;
  mask-image: url(../img/common/img_edge.svg);
  -webkit-mask-image: url(../img/common/img_edge.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  -mask-size: 100%;
  -webkit-mask-size: 100%;
}
.use_inner::before {
  top: -17px;
  left: -17px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.use_inner::after {
  top: -17px;
  right: -17px;
}
.use_title .title {
  max-width: 620px;
  margin: 0 auto;
}
.use_title .en {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 36px 0 76px;
}
.use_intro {
  color: #fff;
  margin-bottom: 80px;
  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;
}
.use_intro .img {
  width: 35.484%;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  margin-right: 4%;
}
.use_intro .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 63.636%;
}
.use_intro .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
.use_intro .box_text {
  width: 60%;
  max-width: 650px;
}
.use_intro .box_text .intro_title {
  font-size: 22px;
  line-height: 1.81;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use_intro .box_text .intro_title .title {
  width: 82%;
}
.use_intro .box_text .intro_title .title span {
  position: relative;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-size: 100% 1px;
}
.use_intro .box_text .intro_title .icon {
  width: 17%;
  max-width: 110px;
  overflow: hidden;
  border-radius: 50%;
}
.use_intro .box_text .txt {
  font-size: 16px;
  line-height: 2.125;
}
.use_insurance_nav {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use_insurance_nav_item {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 32.2581%;
  height: 50px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #0098bc;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.use_insurance_nav_item a {
  width: 100%;
  height: 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;
}
.use_insurance_nav_item.active {
  color: #0098bc;
  height: 100%;
  background-color: #fff;
}
.use_insurance_nav_item.active span {
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 100% 1px;
}
.use_insurance_tab {
  padding: 56px 0 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.use_insurance_tab_item {
  display: none;
}
.use_insurance_tab .title {
  color: #0098bc;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.use_insurance_tab .box_img {
  width: 92%;
  max-width: 1140px;
  margin: -10px auto 0;
  padding: 5% 0;
  background-image: url(../img/service/use_bg_ptn.gif);
  background-repeat: repeat;
  background-size: 4px;
  border-radius: 10px;
}
.use_insurance_tab .box_img .img {
  width: 90%;
  max-width: 884px;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .use_insurance_nav_item:hover {
    height: 60px;
  }
  .use_insurance_nav_item.active:hover {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .use_intro .box_text .intro_title {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .use {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .use::before {
    width: 85%;
    height: 50px;
    top: -50px;
    border-radius: 5px 5px 0 0;
  }
  .use_inner {
    width: 100%;
    position: relative;
  }
  .use_inner::before, .use_inner::after {
    width: 9px;
    height: 9px;
  }
  .use_inner::before {
    top: -9px;
    left: calc(7.5% - 9px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .use_inner::after {
    top: -9px;
    right: calc(7.5% - 9px);
  }
  .use_title .title {
    max-width: 292px;
    padding-top: 18px;
  }
  .use_title .en {
    font-size: 14px;
    margin: 20px 0 36px;
  }
  .use_intro {
    width: 90%;
    margin: 0 auto 50px;
  }
  .use_intro .img {
    width: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  .use_intro .img::before {
    display: none;
  }
  .use_intro .img img {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .use_intro .box_text {
    width: 100%;
    max-width: none;
  }
  .use_intro .box_text .intro_title {
    font-size: 19px;
    max-width: none;
    position: static;
    display: block;
    margin-bottom: 30px;
    padding: 0 2.778%;
  }
  .use_intro .box_text .intro_title .title {
    width: 98%;
  }
  .use_intro .box_text .intro_title .title span {
    padding-bottom: 4px;
  }
  .use_intro .box_text .intro_title .icon {
    width: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
  }
  .use_intro .box_text .txt {
    font-size: 16px;
    line-height: 2.125;
    padding: 0 2.778%;
  }
  .use_insurance_nav {
    width: 90%;
    height: 90px;
    margin: 0 auto;
  }
  .use_insurance_nav_item {
    font-size: 16px;
    width: 31.9445%;
    height: 80px;
    border-radius: 5px 5px 0 0;
  }
  .use_insurance_nav_item.active {
    line-height: 2;
  }
  .use_insurance_nav_item.active span {
    padding-bottom: 5px;
  }
  .use_insurance_tab {
    padding: 36px 0 0;
    border-radius: 0;
  }
  .use_insurance_tab .title {
    font-size: 20px;
  }
  .use_insurance_tab .box_img {
    width: 90%;
    margin: -6px auto 0;
    padding: 30px 0 25px;
    background-image: url(../img/service/use_bg_ptn.gif);
    background-repeat: repeat;
    background-size: 4px;
    border-radius: 10px;
  }
  .use_insurance_tab .box_img .img {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
}

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

case

======================================== */
.case_title {
  text-align: center;
  margin-bottom: 67px;
}
.case_title_text .title {
  max-width: 397px;
  margin: 0 auto;
}
.case_title_text .en {
  color: #0098bc;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 38px;
}
.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_list_item {
  width: 48.3871%;
  padding: 38px 0;
  border: 2px dotted #28a8c7;
  border-radius: 10px;
}
.case_list_item h3 {
  color: #0098bc;
  font-size: 22px;
  line-height: 1.81;
  width: 83.3334%;
  margin: 0 auto;
  margin-bottom: 22px;
}
.case_list_item h3 span {
  padding-bottom: 6px;
  border-bottom: 1px solid #0098bc;
}
.case_list_item .txt {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
  width: 83.3334%;
  margin: 0 auto;
}
.case .btn_border {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 80px;
}
.case .btn_border a .replace_img {
  width: 244px;
  background-image: url(../img/service/case_btn_txt.png);
}
.case .btn_border a .replace_img::after {
  background-image: url(../img/service/case_btn_txt_on.png);
}

@media screen and (max-width: 800px) {
  .case_title {
    margin-bottom: 36px;
  }
  .case_title_text .title {
    max-width: 293px;
  }
  .case_title_text .en {
    font-size: 14px;
    margin-top: 16px;
  }
  .case_list_item {
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
  }
  .case_list_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .case_list_item h3 {
    font-size: 19px;
    line-height: 1.89;
    width: 72.2223%;
  }
  .case_list_item .txt {
    width: 72.2223%;
  }
  .case .btn_border {
    width: 94.444%;
    height: 75px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .case .btn_border a .replace_img {
    width: 232px;
    background-image: url(../img/service/case_btn_txt.png);
  }
  .case .btn_border a .replace_img::after {
    background-image: url(../img/service/case_btn_txt_on.png);
  }
}

/*# sourceMappingURL=service.css.map */