@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
  height: -webkit-fill-available;
}

body {
  margin: auto;
  width: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #181818;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1.6rem;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.top_page,
.page_wrapper {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*=============================================*/
/*  fade-in animation */
/*=============================================*/
.js-fade_in {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}

.is-active {
  opacity: 1;
  transform: translateY(0);
}

.service .flex .right .item {
  overflow: hidden;
}
.service .flex .right .item.js-fade_in::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #005383;
  z-index: 2;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.service .flex .right .item.is-active::before {
  animation: curtain 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.service .flex .right .item.item_num02::before {
  background: #007F3C;
}

.service .flex .right .item.item_num03::before {
  background: #7f1b5f;
}

@keyframes curtain {
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: translateX(100%);
  }
}
/*=============================================*/
/*  layout  Base  */
/*=============================================*/
.main_width {
  width: 92%;
  max-width: 1230px;
  margin: auto;
}

section {
  padding: 80px 0;
}

.top_page .bold {
  font-weight: bold;
}
.top_page .fs18 {
  font-size: 1.8rem;
}
.top_page .fs15 {
  font-size: 1.5rem;
}
.top_page .lihe_2 {
  line-height: 2;
}

.bg_image {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.common_option .text_center {
  text-align: center;
}
.common_option .text_center .title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.common_option .text_center .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.common_option .text_center .title .acronym {
  display: inline-block;
  font-size: 3.5rem;
}

/*=============================================*/
/*  layout  */
/*=============================================*/
.mv {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.mv iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv.ver_overlay {
  position: relative;
}
.mv.ver_overlay:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: #181818;
  z-index: 1;
}
.mv.ver_overlay:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.mv.ver_overlay .logo {
  position: absolute;
  max-width: 187px;
  padding-top: 28px;
  padding-left: 25px;
  z-index: 999;
}
.mv.ver_overlay .fv_text {
  position: absolute;
  bottom: 80px;
  left: 25px;
  z-index: 999;
}
.mv.ver_overlay .fv_text .main_title {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mv.ver_overlay .fv_text .main_title .acronym {
  font-size: 11rem;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mv.ver_overlay .fv_text .main_text {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
}

.mv.ver_overlay .scroll_btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  width: 60px;
  height: 60px;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 999;
}
.mv.ver_overlay .scroll_btn::before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  width: 18px;
  height: 20px;
  margin: auto;
  background: url(../img/common/arrow_bottom.svg) no-repeat center/contain;
}
.mv.ver_overlay .scroll_btn .inner_text {
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.mv.ver_overlay .scroll_btn .inner_text .acronym {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}

/************************************************************************************************************/
/*  @top banner                    */
/************************************************************************************************************/
.banner_block {
  padding-bottom: 0;
}
.banner_block .counter_ai {
  text-align: center;
}
.banner_block .counter_ai .item a {
  transition: all 0.5s;
}
.banner_block .counter_ai .item a:hover {
  opacity: 0.7;
}

/************************************************************************************************************/
/*  @top about                    */
/************************************************************************************************************/
.top_page .about {
  padding-bottom: 150px;
}
.top_page .about .main_width {
  max-width: 720px;
}

.top_page .about .text_center {
  padding-bottom: 100px;
}
.top_page .about .flex {
  display: flex;
  padding-bottom: 50px;
}
.top_page .about .flex .left {
  width: 62%;
  margin-right: 3%;
}
.top_page .about .flex .left .inner_title {
  padding-bottom: 45px;
}
.top_page .about .flex .left .inner_title span {
  display: block;
  font-size: 4.8rem;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top_page .about .flex .left .inner_title span .acronym {
  display: inline-block;
  font-size: 7.5rem;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.top_page .about .flex .left p {
  font-size: 1.8rem;
  font-weight: bold;
}
.top_page .about .flex .right {
  width: 35%;
}
.top_page .about .flex .right .item {
  padding-top: 50px;
}
.top_page .about .flex .right .item img {
  width: 100%;
}

/************************************************************************************************************/
/*  @top our services                    */
/************************************************************************************************************/
.top_page .service {
  padding-top: 0;
}
.top_page .service .main_width {
  max-width: 1280px;
}

.top_page .service {
  padding-bottom: 0;
}
.top_page .service .text_center {
  padding-bottom: 100px;
}
.top_page .service .flex {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.top_page .service .flex .left {
  width: 41%;
  margin-right: 6%;
}
.top_page .service .flex .right {
  width: 53%;
}
.top_page .service .flex .right .item {
  position: relative;
  filter: brightness(150%);
}
.top_page .service .flex .right .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.top_page .service .flex .right .item img {
  width: 100%;
}
.top_page .service .flex .right .item_num01::after {
  background: rgba(0, 160, 255, 0.3);
}
.top_page .service .flex .right .item_num02 {
  filter: brightness(100%);
}
.top_page .service .flex .right .item_num02::after {
  background: rgba(0, 200, 100, 0.1);
}
.top_page .service .flex .right .item_num03 {
  filter: brightness(120%);
}
.top_page .service .flex .right .item_num03::after {
  background: rgba(200, 40, 150, 0.2);
}

.top_page .service .flex .left .title {
  position: relative;
  font-size: 4.8rem;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  padding-bottom: 1.042em;
}
.top_page .service .flex .left .title::before {
  position: absolute;
  top: -22px;
  left: -20px;
  content: "";
  width: 176px;
  height: 101px;
  z-index: -1;
}
.top_page .service .flex .left .title .acronym {
  font-size: 6.5rem;
}
.top_page .service .flex .left .bold {
  padding-bottom: 1.05em;
}
.top_page .service .flex .fs15 {
  letter-spacing: 0.01em;
  font-weight: 500;
}

.top_page .service .flex .left .title_no01::before {
  background: url(../img/top/diamond_shape01.png) no-repeat center/contain;
}
.top_page .service .flex .left .title_no02::before {
  width: 101px;
  height: 176px;
  background: url(../img/top/diamond_shape02.png) no-repeat center/contain;
  z-index: -1;
}
.top_page .service .flex .left .title_no03::before {
  width: 122px;
  height: 135px;
  background: url(../img/top/diamond_shape03.png) no-repeat center/contain;
}

.top_page .service .digital_archive .left {
  order: 2;
  margin-right: 0;
}
.top_page .service .digital_archive .right {
  margin-right: 6%;
}

/************************************************************************************************************/
/*  @top Company                    */
/************************************************************************************************************/
.top_page .company {
  padding-top: 0;
  padding-bottom: 150px;
}
.top_page .company .main_width {
  max-width: 640px;
}

.top_page .company .text_center {
  padding-bottom: 100px;
}
.top_page .company ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #646464;
}
.top_page .company ul li .title {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  padding: 1.333em 0 1.333em 4em;
}
.top_page .company ul li .text {
  display: inline-block;
  width: 65%;
  padding: 1.333em 0;
  line-height: 2;
}
.top_page .company ul .group_company {
  padding-bottom: 20px;
  border-bottom: 1px solid #646464;
  text-align: center;
}
.top_page .company ul .group_company p {
  padding-bottom: 1em;
}
.top_page .company ul .group_company a {
  display: inline-block;
  max-width: 360px;
  transition: all 0.5s;
}
.top_page .company ul .group_company a:hover {
  opacity: 0.7;
}

/************************************************************************************************************/
/*  @top contact                    */
/************************************************************************************************************/
.top_page .contact .main_width {
  max-width: 800px;
}

.top_page .contact .text_center {
  padding-bottom: 100px;
}
.top_page .contact .indispensable {
  display: block;
  padding-bottom: 40px;
  font-size: 1.5rem;
}
.top_page .contact .co_red {
  color: #FF0000;
}

.top_page .contact .form_table {
  width: 100%;
}
.top_page .contact .form_table tr th {
  text-align: left;
  vertical-align: middle;
  width: 25%;
  padding-bottom: 30px;
}
.top_page .contact .form_table tr th span {
  display: inline-block;
  font-size: 1.5rem;
}
.top_page .contact .form_table tr td {
  width: 75%;
  padding-bottom: 30px;
}
.top_page .contact .form_table tr td input {
  width: 100%;
  min-height: 36px;
  padding-left: 10px;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
}
.top_page .contact .form_table tr td textarea {
  width: 100%;
  min-height: 153px;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.top_page .contact .center {
  text-align: center;
}
.top_page .contact .submit_btn {
  position: relative;
  text-align: center;
  max-width: 200px;
  height: 42px;
  margin: auto;
}
.top_page .contact .submit_btn::after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
  background-color: #000;
  width: 10px;
  height: 14.7224318643px;
  -webkit-clip-path: polygon(0 0, 70% 50%, 0 100%);
          clip-path: polygon(0 0, 70% 50%, 0 100%);
}
.top_page .contact .submit_btn input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
  cursor: pointer;
}

.top_page .contact .submit_btn {
  transition: all 0.5s;
}
.top_page .contact .submit_btn:hover {
  filter: invert(100%);
}

.top_page .contact .privacy_junplink {
  display: inline-block;
  padding-top: 1.667em;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: all 0.5s;
}
.top_page .contact .privacy_junplink:hover {
  opacity: 0.7;
}

.mw_wp_form .error {
  color: #ff1818 !important;
}

/************************************************************************************************************/
/*  @top footer                    */
/************************************************************************************************************/
.footer {
  width: 100%;
  margin-top: auto;
  padding: 2.083em 0;
  z-index: 2;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

/*=============================================*/
/*media query  Tablet */
/*=============================================*/
/*=============================================*/
/*media query  Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /************************************************************************************************************/
  /*  @top mv                    */
  /************************************************************************************************************/
  .mv.ver_overlay .fv_text {
    position: absolute;
    bottom: 100px;
    left: 25px;
    z-index: 999;
  }
  .mv.ver_overlay .fv_text .main_title {
    font-size: 6rem;
  }
  .mv.ver_overlay .fv_text .main_title .acronym {
    font-size: 8.5rem;
  }
  .mv.ver_overlay .fv_text .main_text {
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .mv.ver_overlay .scroll_btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
  /************************************************************************************************************/
  /*  @top about                    */
  /************************************************************************************************************/
  .top_page .about .text_center {
    padding-bottom: 50px;
  }
  .top_page .about .flex {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .top_page .about .flex .left {
    width: 100%;
    margin-right: 0;
  }
  .top_page .about .flex .left .inner_title {
    padding-bottom: 25px;
  }
  .top_page .about .flex .right {
    width: 100%;
  }
  .top_page .about .flex .right .item img {
    display: block;
    width: 80%;
    margin: auto;
  }
  /************************************************************************************************************/
  /*  @top our services                    */
  /************************************************************************************************************/
  .top_page .service {
    padding-bottom: 0;
  }
  .top_page .service .text_center {
    padding-bottom: 50px;
  }
  .top_page .service .flex {
    flex-wrap: wrap;
  }
  .top_page .service .flex .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .top_page .service .flex .left .bold {
    padding-right: 40%;
  }
  .top_page .service .flex .right {
    width: 100%;
  }
  .top_page .service .flex .right .item {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .top_page .service .digital_archive .left {
    order: 1;
  }
  .top_page .service .digital_archive .right {
    order: 2;
    margin-right: 0;
  }
  /************************************************************************************************************/
  /*  @top Company                    */
  /************************************************************************************************************/
  .top_page .company {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .top_page .company .main_width {
    max-width: 640px;
  }
  .top_page .company .text_center {
    padding-bottom: 100px;
  }
  .top_page .company ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
  }
  .top_page .company ul li .title {
    display: inline-block;
    padding: 1.333em 0 0 0;
  }
  .top_page .company ul li .text {
    display: inline-block;
    padding: 1em 0 1.333em 0;
  }
  .top_page .company ul .group_company p {
    padding-top: 1.667em;
    padding-bottom: 1em;
  }
  /************************************************************************************************************/
  /*  @top Contact                    */
  /************************************************************************************************************/
  .top_page .contact .text_center {
    padding-bottom: 50px;
  }
  .top_page .contact .form_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .top_page .contact .form_table tr th {
    width: 100%;
    padding-bottom: 15px;
  }
  .top_page .contact .form_table tr td {
    width: 100%;
  }
  .top_page .contact .form_table tr td input {
    width: 100%;
  }
}
/*=============================================*/
/*media query  SmartPhone */
/*=============================================*/
@media screen and (max-width: 520px) {
  /************************************************************************************************************/
  /*  @top mv                    */
  /************************************************************************************************************/
  .mv.ver_overlay .fv_text .main_title {
    font-size: 4.5rem;
  }
  .mv.ver_overlay .fv_text .main_title .acronym {
    font-size: 6rem;
  }
  .mv.ver_overlay .fv_text .main_text {
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
  }
  /************************************************************************************************************/
  /*  @top About                    */
  /************************************************************************************************************/
  .top_page .about .flex {
    padding-bottom: 50px;
  }
  .top_page .about .flex .left .inner_title {
    padding-bottom: 25px;
  }
  .top_page .about .flex .left .inner_title span {
    font-size: 4rem;
  }
  .top_page .about .flex .left .inner_title span .acronym {
    font-size: 5rem;
  }
  .top_page .service .flex .left .bold {
    padding-right: 0;
  }
  .top_page .service .flex .left .title {
    font-size: 3.2rem;
    padding-bottom: 1.042em;
  }
  .top_page .service .flex .left .title .acronym {
    font-size: 5rem;
  }
  .top_page .service .flex .left .bold {
    padding-bottom: 1.05em;
  }
  .top_page .service .flex .fs15 {
    letter-spacing: 0.01em;
  }
  .footer .copyright {
    font-size: 1rem;
  }
}
/**************************************************/
/*Date 2025 05 Renewal*/
/**************************************************/
.top_page .service .main_width.size1000,
.main_width.size1000 {
  max-width: 1000px;
}

.service_txt_box {
  padding-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
}
.service_txt_box p.txt {
  margin-bottom: 2.5em;
  font-size: 1em;
  line-height: 1.8;
  font-weight: bold;
}

.link_btn_list {
  display: flex;
  flex-wrap: wrap;
}
.link_btn_list li {
  width: 32%;
  margin-right: 2%;
}
.link_btn_list li:nth-child(3n) {
  margin-right: 0;
}

.link_btn_list li a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  padding: 0.7em 1em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link_btn_list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  content: "";
  width: 10px;
  height: 14.7224318643px;
  margin: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 70% 50%, 0 100%);
          clip-path: polygon(0 0, 70% 50%, 0 100%);
  transform: rotate(90deg);
}
.link_btn_list li.blue a {
  background-color: rgba(0, 160, 255, 0.5);
}
.link_btn_list li.green a {
  background-color: rgba(0, 200, 100, 0.5);
}
.link_btn_list li.purple a {
  background-color: rgba(200, 40, 150, 0.5);
}

.service_info_block {
  padding-top: 50px;
}

.service_info_block .s_ttl {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 1.2em;
  padding: 3.5em 0.5em 3.5em;
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.service_info_block.ver_blue .s_ttl {
  background: url(../img/top-new/our_service01.jpg) no-repeat center/cover;
}
.service_info_block.ver_green .s_ttl {
  background: url(../img/top-new/our_service02.jpg) no-repeat center/cover;
}
.service_info_block.ver_purple .s_ttl {
  background: url(../img/top-new/our_service03.jpg) no-repeat center/cover;
}

.service_info_block .center_txt {
  margin-bottom: 2.2em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
.service_info_block.ver_blue .center_txt {
  color: #00A0FF;
}
.service_info_block.ver_green .center_txt {
  color: #00C864;
}
.service_info_block.ver_purple .center_txt {
  color: #C82896;
}

.service_info_block .service_column_2_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.service_info_block .service_column_2_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
}
.service_info_block .service_column_2_list li:nth-child(2n) {
  margin-right: 0;
}

.service_info_block .service_column_2_list .s_sub_ttl {
  margin-bottom: 1.3em;
  border-left: 8px solid #00A0FF;
  font-size: 2rem;
}
.service_info_block .service_column_2_list .s_sub_ttl span {
  display: block;
  padding: 0.8em 0.8em 0.8em;
  font-size: 1em;
  margin-left: 6px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-weight: bold;
}

.service_info_block.ver_green .service_column_2_list .s_sub_ttl {
  border-color: #00C864;
}
.service_info_block.ver_purple .service_column_2_list .s_sub_ttl {
  border-color: #C82896;
}

.service_info_block .txt {
  margin-bottom: 2em;
  font-size: 1.8rem;
}
.service_info_block .txt p {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.6;
}

.service_info_block .img {
  margin-bottom: 30px;
}

.service_info_block .sub_txt {
  margin-bottom: 2.4em;
  font-size: 1.5rem;
}
.service_info_block .sub_txt p {
  font-size: 1em;
  line-height: 1.6;
}

.base_btn a {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  padding: 0.8em 2em;
  color: #000;
  transition: all 0.5s;
}
.base_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: "";
  width: 10px;
  height: 14.7224318643px;
  margin: auto;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 70% 50%, 0 100%);
          clip-path: polygon(0 0, 70% 50%, 0 100%);
  transition: all 0.5s;
}
.base_btn a:hover {
  background-color: #000;
  color: #fff;
}
.base_btn a:hover:after {
  background-color: #fff;
}

.service_info_block .service_column_2_list li {
  position: relative;
  padding-bottom: 45px;
}
.service_info_block .service_column_2_list li .base_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.service_info_block .service_column_2_list li .base_btn a {
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  /**************************************************/
  /*Date 2025 05 Renewal*/
  /**************************************************/
  .service_txt_box {
    font-size: 1.6rem;
    text-align: left;
  }
  .link_btn_list {
    display: block;
  }
  .link_btn_list li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .link_btn_list li a {
    font-size: 1.8rem;
  }
  .service_info_block {
    padding-top: 30px;
  }
  .service_info_block .s_ttl {
    padding: 2.5em 0.5em 2.5em;
    font-size: 3rem;
  }
  .service_info_block .center_txt {
    margin-bottom: 2.2em;
    text-align: left;
    font-size: 2rem;
  }
  .service_info_block .service_column_2_list {
    display: block;
    padding-bottom: 30px;
  }
  .service_info_block .service_column_2_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service_info_block .service_column_2_list .s_sub_ttl {
    font-size: 1.6rem;
  }
  .service_info_block .txt {
    font-size: 1.6rem;
  }
  .service_info_block .img {
    margin-bottom: 30px;
  }
  .service_info_block .sub_txt {
    margin-bottom: 2.4em;
    font-size: 1.4rem;
  }
  .service_info_block .service_column_2_list li {
    padding-bottom: 0;
  }
  .service_info_block .service_column_2_list li .base_btn {
    position: static;
  }
}
/********************************************/
/*header*/
/********************************************/
#main_nav li {
  font-size: 2.3rem;
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#main_nav li a {
  font-size: 1em;
}
#main_nav li .child {
  padding-bottom: 1em;
  padding-left: 1.5em;
}
#main_nav li .child li a {
  padding: 0.5em 0;
}

/****************************************************/
/*TOP BNR list*/
/****************************************************/
.banner_block .column_2_bnr_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 92%;
  max-width: 1000px;
  margin: auto;
}
.banner_block .column_2_bnr_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.banner_block .column_2_bnr_list li:nth-child(2n) {
  margin-right: 0;
}
.banner_block .column_2_bnr_list li a {
  display: block;
  transition: all 0.5s;
}
.banner_block .column_2_bnr_list li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .banner_block .column_2_bnr_list {
    display: block;
  }
  .banner_block .column_2_bnr_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */