@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
  }
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.work {
  background: url(../img/insurance_bg.png) no-repeat bottom center/100%, url(../img/work_bg.jpg) repeat-y top center/100%;
  padding-bottom: 260px;
}
@media screen and (max-width: 750px) {
  .work {
    padding-bottom: 34.6666666667vw;
  }
}
.work .tit_area .kome {
  font-size: 22px;
  text-align: right;
  margin-top: -10px;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .work .tit_area .kome {
    font-size: 2.9333333333vw;
    margin-top: -1.3333333333vw;
    margin-right: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.work .work_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0;
  padding: 0 52px;
}
@media screen and (max-width: 750px) {
  .work .work_list {
    gap: 2.9333333333vw 0;
    padding: 0 6.9333333333vw;
  }
}
.work .work_list li {
  width: 312px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .work .work_list li {
    width: 41.6vw;
  }
}
.work .work_list li:hover {
  opacity: 0.8;
}

.modal_block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .modal_block {
    padding: 6.6666666667vw;
  }
}
.modal_block .img_section {
  max-width: 800px;
  max-height: 90vh;
  margin: 0 auto;
  position: relative;
}
.modal_block .img_section .close {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal_block .img_section .close {
    width: 8vw;
    height: 8vw;
    top: -4vw;
    right: -4vw;
  }
}
.modal_block .img_section .close:hover {
  opacity: 0.8;
}
.modal_block .img_section .close::before, .modal_block .img_section .close::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #000;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .modal_block .img_section .close::before, .modal_block .img_section .close::after {
    width: 4vw;
    height: 0.4vw;
  }
}
.modal_block .img_section .close::before {
  transform: rotate(-45deg);
}
.modal_block .img_section .close::after {
  transform: rotate(45deg);
}
.modal_block .img_section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.insurance {
  background: #fff;
  padding: 16px 0 100px;
}
@media screen and (max-width: 750px) {
  .insurance {
    padding: 2.1333333333vw 0 13.3333333333vw;
  }
}
.insurance .tit_area .top {
  color: #fff;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.02em;
  width: 480px;
  height: 56px;
  margin: 0 auto;
  border-radius: 30px;
  background: #012A71;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area .top {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    width: 64vw;
    height: 7.4666666667vw;
    border-radius: 4vw;
  }
}
.insurance .tit_area h2 {
  color: #012A71;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  font-weight: 900;
  margin: 15px 0 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area h2 {
    font-size: 6.6666666667vw;
    margin: 2vw 0 4vw;
  }
}
.insurance .tit_area h2 strong {
  font-size: 58px;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area h2 strong {
    font-size: 7.7333333333vw;
  }
}
.insurance .tit_area h2::before, .insurance .tit_area h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 124px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area h2::before, .insurance .tit_area h2::after {
    width: 8.6666666667vw;
    height: 16.5333333333vw;
  }
}
.insurance .tit_area h2::before {
  background: url(../../img/insurance_tit_line_l.png) no-repeat top left/100%;
  left: 70px;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area h2::before {
    left: 9.3333333333vw;
  }
}
.insurance .tit_area h2::after {
  background: url(../../img/insurance_tit_line_r.png) no-repeat top left/100%;
  right: 70px;
}
@media screen and (max-width: 750px) {
  .insurance .tit_area h2::after {
    right: 9.3333333333vw;
  }
}
.insurance .bnr {
  width: 646px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .insurance .bnr {
    width: 86.1333333333vw;
  }
}/*# sourceMappingURL=style.css.map */