html {
  font-size: 62.5%;
}

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype');
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype');
}

body {
  line-height: 1.5;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
  color: #000;
  vertical-align: baseline;
  text-align: justify;
}

a img {
  transition: .2s;
}

a img:hover {
  opacity: 0.7;
}

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

@media screen and (max-width: 1280px) {

  body {
    line-height: 1.3;
  }

  .wrap {
      max-width: calc(100% - 20px);
  }
}


.header {
  font-family: "Artifakt", "NOTO", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.2;
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-wrap {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__title {
  min-width: 34%;
}

.header__title__link {
  transition: 0.4s;
}

.header__title__link:hover {
  opacity: 0.7;
}

.header__title__desc {
  font-size: 1.4rem;
}

.header__title__logo {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.header__title__logo__img {
  width: auto;
  height: 45px;
}

.header__title__logo__text {
  font-size: 1.8rem;
  margin-left: 20px;
  font-weight: bold;
}

.header__nav {
  display: flex;
}

.header__nav__item {
  border-right: solid 1px #000;
}

.header__nav__item:first-child {
  border-left: solid 1px #000;
}

.header__nav__item__link {
  padding: 2px 15px;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.header__nav__item__link::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
}

.header__nav__item__link-estimate:before {
  background-image: url(../images/icon_estimate.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__nav__item__link-contact:before {
  background-image: url(../images/icon_contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 768px) {

  .header__title__desc {
      font-size: 1.1rem;
  }

  .header__title__logo__img {
      height: 23px;
  }

  .header__title__logo__text {
    margin-left: 10px;
    font-size: 1.2rem;
    letter-spacing: -.2px;
}

  .header__nav {
    flex-flow: column;
  }

  .header__nav__item {
    border: none;
  }

  .header__nav__item:first-child {
    border: none;
  }


  .header__nav__item__link {
    font-size: 1rem;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 20px;
    letter-spacing: -.2px;
    border: solid 2px #333;
  }

  .header__nav__item__link::before {
      margin-right: 5px;
      width: 15px;
      height: 17px;
  }

  .header__nav__item__link-estimate {
    margin-bottom: 5px;
  }
}


.footer {
  background-color: #505050;
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 25px 0;
}




.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 730px) {

  .disp-pc {
    display: none;
  }
  
  .disp-sp {
    display: block;
  }
}


.mv {
  color: #fff;
  background-color: #cceaf7;
  line-height: 1.2;
}

.mv_inner {
  display: flex;
}

.mv .txt_wrap {
  width: 50%;
}

.mv .txt_wrap .inner {
  max-width: calc(600px + 20px);
  margin-left: auto;
  padding: 30px 30px 30px 20px;
}

.mv_ttl {
  font-size: clamp(30px,3vw,50px);
  background-color: #0096d6;
  font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.mv_lead {
  font-size: clamp(24px,3vw,34px);
  background-color: #66c0e6;
}

.mv .logo img {
  max-width: 75px;
  width: 20%;
}
.mv .image {
  width: 50%;
}

.mv .image img {
  object-fit: cover;
  object-position: left;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .mv_inner {
    flex-direction: column;
  }

  .mv_ttl {
    font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
  }

  .mv .txt_wrap {
    order: 1;
    width: 100%;
  }
  .mv .image {
    order: 0;
    width: 100%;
  }

  .mv .txt_wrap .inner {
    max-width: none;
    padding: 15px 20px
  }
}

@media screen and (max-width: 768px) {

  .mv .logo img {
    max-width: 50px;
  }
}





.h_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_line::before,
.h_line::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #000;
}

.h_line .h3 {
  font-size: clamp(20px,2.4vw,28px);
  flex-shrink: 0;
  margin: 0 20px;
}

.black_btn a {
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-size: clamp(18px,2.4vw,28px);
  transition: 0.4s;
}

.black_btn a:hover {
  opacity: 0.7;
}

.border_txt {
  display: inline-block;
  border-bottom: 3px solid #000;
  padding-bottom: 4px;
}


@media screen and (max-width: 768px) {

  .border_txt {
    border-width: 2px;
  }

  .black_btn a {
    padding: 10px;
  }
  
}


.wrap01 {
  background-color: #f2f2f2;
  padding: 30px 0;
  margin: 30px 0 0;
}

.wrap01 .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}


.wrap01 .h_line {
  margin: 30px 0 30px;
}

.wrap01 .list_wrap {
  display: flex;
  justify-content: center;
  gap: 0 5%;
}

.wrap01 .list_wrap li {
  max-width: 500px;
  width: 48%;
  display: flex;
  flex-direction: column;
}

.wrap01 .list_wrap li img {
  display: block;
  width: 80%;
  margin: auto;
}

.wrap01 .list_wrap li .txt {
  text-align: center;
  margin-top: 30px;
  font-size: clamp(18px,2vw,25px);
}


@media screen and (max-width: 730px) {
  .wrap01 {
    margin-top: 0;
  }

  .wrap01 .h_line {
    margin-bottom: 20px;
  }

  .wrap01 .list_wrap {
    flex-direction: column;
    gap: 40px 0;
  }

  .wrap01 .list_wrap li {
    width: 80%;
    margin: 0 auto;
  }

  .wrap01 .list_wrap li img {
    width: 100%;
  }

  .wrap01 .list_wrap li .txt {
    margin-top: 20px;
  }
}


.wrap02 {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
}

.wrap02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 2px solid #000;
  padding: 20px;
}

.wrap02 .ttl {
  font-size: clamp(23px,2.8vw,37px);
}

.wrap02 .txt {
  font-size: clamp(16px,2vw,24px);
  margin: 20px 0;
}

.wrap02 .inner .image {
  width: 30%;
  margin: -40px auto;
}


@media screen and (max-width: 730px) {

  .wrap02 {
    margin-top: 30px;
  }

  .wrap02 .inner {
    flex-direction: column;
    border-width: 2px;
  }

  .wrap02 .txt {
    text-align: justify;
    margin: 10px 0 0;
  }

  .wrap02 .inner .image {
    width: 70%;
    margin: 20px auto;
  }
}


.sticky_ttl {
  font-size: clamp(23px,2.8vw,37px);
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}

.sticky {
  position: sticky;
  top: 95px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.sticky .list_wrap {
  background-color: #fff;
  padding: 10px 0 20px;
}

.sticky .list_wrap ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.sticky .list_wrap ul li {
  width: calc(95%/3);
}


@media screen and (max-width: 768px) {

  .sticky {
    top: 81px;
    padding: 0;
  }

}
@media screen and (max-width: 730px) {

  .sticky .open {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 5px 5px 35px;
    position: relative;
  }

  .sticky .open::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateY(-100%);
  }

  .sticky .list_wrap {
    padding: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .sticky .list_wrap.active {
    padding: 15px 0;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .sticky .list_wrap ul {
    flex-direction: column;
    gap: 15px 0;
  }

  .sticky .list_wrap ul li {
    width: 100%;
  }
}


.wrap03 {
  text-align: center;
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
}

.wrap03 .container {
  margin-bottom: 40px;
}

.wrap03 .container .lead {
  background-color: #1f4e79;
  color: #fff;
  padding: 10px 20px;
  font-size: clamp(23px,2.4vw,35px);
}

.wrap03 .container .flex {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
}

.wrap03 .container .flex .image {
  width: 36%;
}

.wrap03 .container .flex .txt_wrap {
  width: 60%;
  text-align: justify;
}

.wrap03 .container .flex .ttl {
  font-size: clamp(18px,2.5vw,30px);
}

.wrap03 .container .flex .txt {
  font-size: clamp(15px,1.5vw,20px);
  margin-top: 15px;
}

.wrap03 .container .border_box {
  max-width: 1000px;
  border: 3px solid #000;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto 0;
}

.wrap03 .container .border_box .image {
  width: 15%;
}

.wrap03 .container .border_box .txt_wrap {
  width: 82%;
  text-align: justify;
}

.wrap03 .container .border_box .ttl {
  font-size: clamp(18px,2.5vw,30px);
  margin-bottom: 15px;
}

.wrap03 .container .border_box .txt {
  font-size: clamp(15px,1.5vw,20px);
}

@media screen and (max-width: 730px) {

  .wrap03 {
    margin-top: 30px;
  }

  .wrap03 .container .flex {
    flex-direction: column;
    margin-top: 20px;
    gap: 30px 0;
  }

  .wrap03 .container .flex .image {
    order: 1;
    width: 80%;
  }

  .wrap03 .container .flex .txt_wrap {
    order: 0;
    width: 100%;
  }

  .wrap03 .container .flex .txt {
    margin-top: 8px;
  }

  .wrap03 .container .border_box {
    margin-top: 30px;
    padding: 15px;
    border-width: 2px;
  }

  .wrap03 .container .border_box .txt_wrap {
    width: 100%;
  }

  .wrap03 .container .border_box .txt .image {
    float: left;
    width: 32%;
    margin: 0 10px 10px 0;
  }
}


.wrap04 {
  margin-top: 50px;
}

.wrap04 .ttl {
  background-color: #7f7f7f;
  color: #fff;
  font-size: clamp(23px,2.4vw,35px);
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.wrap04 .item {
  max-width: 1200px;
  width: 90%;
  margin: 40px auto 0;
  border: 3px solid #000;
  padding: 30px;
}

.wrap04 .item .flex {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}


.wrap04 .item .flex .txt_wrap {
  width: 48%;
}

.wrap04 .item .flex .item_ttl {
  text-align: center;
  font-size: clamp(25px,2.8vw,38px);
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.wrap04 .item .flex .txt {
  font-size: clamp(17px,2vw,22px);
  margin-top: 15px;
}

.wrap04 .item .flex .txt .note {
  font-size: clamp(12px,1.3vw,15px);
  display: block;
  margin-top: 5px;
}

.wrap04 .item .flex .btn01 {
  margin: 20px 0 15px;
}

.wrap04 .item .flex .txt02 {
  text-align: center;
}

.wrap04 .item .flex .image {
  width: 40%;
  margin: 0 auto;
}


.wrap04 .item .merit_wrap {
  border: 2px solid #000;
  border-top: none;
  padding: 50px;
  position: relative;
}

.wrap04 .item .h_line {
  position: absolute;
  width: calc(100% + 4px);
  translate: 0 -50%;
  top: 0;
  left: -2px;
}

.wrap04 .item .h_line .h3 {
  font-size: clamp(19px,2vw,35px);
  text-align: center;
}


.wrap04 .item .merit_ttl {
  font-size: clamp(17px,2vw,25px);
  border-left: 8px solid #0096d6;
  padding-left: 10px;
  margin-bottom: 15px;
}

.wrap04 .merit_lead {
  font-size: clamp(17px,2vw,23px);
  margin: 20px 0 10px;
}

.wrap04 .item .merit_txt {
  font-size: clamp(15px,1.8vw,20px);
}

.wrap04 .item .merit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.wrap04 .item .merit_box .txt_wrap {
  width: 60%;
}

.wrap04 .item .merit_box .image {
  width: 30%;
  margin: 0 auto;
}

.wrap04 .item .merit_box.box01 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}


.wrap04 .item .last {
  max-width: 570px;
  margin: 30px auto 0;
  text-align: center;
}

.wrap04 .item .last_txt {
  font-size: clamp(20px,2.2vw,25px);
}

.wrap04 .item .last .black_btn {
  margin: 10px 0;
}

.wrap04 .item .last_note {
  font-size: clamp(13px,1.3vw,15px);
}


@media screen and (max-width: 768px) {

  .wrap04 .ttl {
    margin-bottom: 0;
  }
  .wrap04 .item .flex {
    padding: 0;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30px;
  }

  .wrap04 .item .flex .txt_wrap {
    width: 100%;
    order: 1;
  }

  .wrap04 .item .flex .image {
    max-width: 350px;
    width: 70%;
    order: 0;
  }
}


@media screen and (max-width: 730px) {
  .wrap04 .item {
    padding: 20px;
  }

  .wrap04 .item .flex {
    margin-bottom: 50px;
  }

  .wrap04 .item .merit_wrap {
    padding: 30px 20px 20px;
  }

  .wrap04 .item .merit_box {
    flex-direction: column;
    gap: 30px 0;
  }

  .wrap04 .item .merit_box.box01 {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .wrap04 .item .merit_box .txt_wrap {
    width: 100%;
  }

  .wrap04 .item .merit_box .image {
    width: 80%;
  }

  .wrap04 .item .merit_ttl {
    border-width: 4px;
    margin-bottom: 8px;
  }

  .wrap04 .item .last {
    margin-top: 20px;
  }
}


.movie_btn {
  transition-duration: 0.3s;
}

.remodal {
  max-width: 960px;
  padding: 0;
  background: #000;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.wrap04 .item01_lead {
  text-align: center;
  font-size: clamp(20px,2.3vw,33px);
  margin: 40px 0 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.wrap04 .item01_lead h3 {
  display: inline-block;
}

.wrap04 .item01_lead .note {
  display: block;
  margin-top: 5px;
  font-size: clamp(13px,1.5vw,18px);
  text-align: right;
}

.wrap04 .item01_txt {
  font-size: clamp(15px,1.8vw,22px);
  text-align: center;
}

.wrap04 .item01_flex {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

.wrap04 .item01_flex .image01 {
  width: 53%;
}
.wrap04 .item01_flex .image02 {
  width: 7%;
  align-self: center;
  margin-bottom: 20px;
}
.wrap04 .item01_flex .image03 {
  width: 30%;
}

.wrap04 .item01_merit_box {
  border: 2px solid #000;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.wrap04 .item01_merit_box .image {
  width: 15%;
}

.wrap04 .item01_merit_box .txt_wrap {
  width: 83%;
}

.wrap04 .item01_merit_ttl {
  font-size: clamp(20px,2.3vw,28px);
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.wrap04 .item01_merit_box .merit02 {
  margin-top: 30px;
}

.wrap04 .item01_merit_lead {
  font-size: clamp(17px,2vw,22px);
  margin: 0 0 10px;
}

.wrap04 .item01_merit_txt {
  font-size: clamp(15px,1.5vw,18px);
}

.wrap04 .item01_merit_box.box02 {
  margin-top: 30px;
  flex-wrap: wrap;
}

.wrap04 .item01_merit_box.box02 .image {
  width: 27%;
}

.wrap04 .item01_merit_box.box02 .txt_wrap {
  width: 72%;
}

.wrap04 .item01_merit_box.box02 .bg {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 30px;
}

.wrap04 .item01_merit_box.box02 .bg .txt {
  font-size: clamp(13px,1.4vw,17px);;
  margin-bottom: 10px;
  font-weight: bold;
}

.wrap04 .item01_merit_box.box02 .bg .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-size: clamp(15px,1.5vw,18px);
}

.wrap04 .item01_merit_box.box02 .bottom {
  width: 100%;
  border: 2px solid #000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
}

.wrap04 .item01_merit_box.box02 .bottom .image {
  width: 35%;
}

.wrap04 .item01_merit_box.box02 .bottom .txt_wrap {
  width: 64%;
}

.wrap04 .item01_merit_box.box02 .bottom_lead {
  font-size: clamp(20px,2.3vw,28px);;
  margin-bottom: 10px;
}

.wrap04 .item01_merit_box.box02 .bottom .txt {
  font-size: clamp(15px,1.5vw,18px);
}

@media screen and (max-width: 730px) {
  .wrap04 .item01_txt {
    text-align: justify;
  }

  .wrap04 .item01_lead h3 {
    text-align: justify;
  }

  .wrap04 .item01_flex {
    width: 100%;
  }


  .wrap04 .item01_merit_box {
    padding: 20px;
    flex-direction: column;
    gap: 20px 0;
  }

  .wrap04 .item01_merit_box .image {
    width: 30%;
    margin: 0 auto;
  }

  
  .wrap04 .item01_merit_box .txt_wrap {
    width: 100%;
  }

  .wrap04 .item01_merit_ttl {
    margin-bottom: 15px;
  }

  .wrap04 .item01_merit_lead {
    margin-bottom: 5px;
  }

  .wrap04 .item01_merit_box.box02 {
    gap: 10px 0;
  }

  .wrap04 .item01_merit_box.box02 .image {
    width: 50%;
  }

  .wrap04 .item01_merit_box.box02 .txt_wrap {
    width: 100%;
  }

  .wrap04 .item01_merit_box.box02 .bg {
    margin-top: 20px;
    padding: 15px;
  }

  .wrap04 .item01_merit_box.box02 .bottom {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px 0;
    border-width: 1.5px;
    padding: 15px;
  }

  .wrap04 .item01_merit_box.box02 .bottom .image {
    width: 100%;
    order: 1;
  }

  .wrap04 .item01_merit_box.box02 .bottom .txt_wrap {
    width: 100%;
    order: 0;
  }
}




.wrap04 #item02 .merit_box.box02 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}


.wrap04 #item02 .merit_box.box02 .image {
  width: 35%;
}

.wrap04 #item02 .merit_box.box03 .image {
  width: 35%;
}

@media screen and (max-width: 730px) {

  .wrap04 #item02 .flex {
    margin-bottom: 60px;
  }

  .wrap04 #item02 .merit_wrap {
    padding-top: 40px;
  }

  .wrap04 #item02 .merit_box.box02 .image,
  .wrap04 #item02 .merit_box.box03 .image {
    width: 80%;
  }

  .wrap04 #item02 .merit_box.box02 {
      margin-bottom: 20px;
      padding-bottom: 25px;
      gap: 20px 0;
  }

  .wrap04 #item02 .merit_box.box03 {
    gap: 20px 0;
  }
}



.wrap04 #item03 .merit_box.box02 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}


.wrap04 #item03 .merit_box.box02 .image,
.wrap04 #item03 .merit_box.box03 .image {
  width: 35%;
}

.wrap04 #item03 .merit_box.box03 .image .note {
  font-size: clamp(11px,1.3vw,15px);
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-width: 730px) {

  .wrap04 #item03 .flex {
    margin-bottom: 60px;
  }

  .wrap04 #item03 .merit_wrap {
    padding-top: 40px;
  }

  .wrap04 #item03 .merit_box.box01  {
    gap: 20px 0;
  }

  .wrap04 #item03 .merit_box.box02 .image {
    width: 70%;
  }

  .wrap04 #item03 .merit_box.box03 .image {
    width: 80%;
  }

  .wrap04 #item03 .merit_box.box03 .image .note {
    text-align: justify;
  }
}


.bnr_wrap {
  max-width: 1000px;
  width: 90%;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (max-width: 730px) {
  .bnr_wrap {
    gap: 20px 0;
    margin: 50px auto 30px;
  }
}

.introduction .product .txtArea p.ann {
  font-size: 11px;
  margin-top: 15px;
}
p.ann {
  font-size: 11px;
  margin-top: 15px;
  text-align: center;
}