@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

.body_repro {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

b,
strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

.repro_main {
  font: 16px/1.8 "YakuHanJP", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foM16 {
  font-size: 1rem;
}

.foL20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
.color_red_default {
  color: #CC0000;
}

.color_brown_default {
  color: #773b00;
}

.color_green {
  color: #41BF8F;
}

.color_blue {
  color: #0077CE;
}

.leading12 {
  line-height: 1.2 !important;
}

.leading08 {
  line-height: 0.8 !important;
}

.letter0 {
  letter-spacing: 0;
}

.letter08 {
  letter-spacing: 0.08em;
}

.letter15 {
  letter-spacing: 0.15em;
}

.foMedium {
  font-weight: 500;
}

.foNormal {
  font-weight: normal;
}

.w2col,
.w3col,
.w4col {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .w2col_Sp,
  .w3col_Sp,
  .w4col_Sp {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .w2col_Pc,
  .w3col_Pc,
  .w4col_Pc {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
}
.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .w20per_Sp {
    width: 20%;
  }
  .w25per_Sp {
    width: 25%;
  }
  .w50_Sp {
    width: 50px;
  }
  .w100_Sp {
    width: 100px;
  }
}
@media all and (min-width: 768px) {
  .w20per_Pc {
    width: 20%;
  }
  .w25per_Pc {
    width: 25%;
  }
  .w50_Pc {
    width: 50px;
  }
  .w100_Pc {
    width: 100px;
  }
}
.margin_center {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .margin_center_Sp {
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .margin_center_Pc {
    margin: auto;
  }
}
.h2_title01_repro {
  font-family: "m-plus-1c", "メイリオ", sans-serif;
  font-size: 32px;
  text-align: center;
  color: #021917;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .h2_title01_repro {
    font-size: 1.375rem;
  }
}

.h2_sub_title01 {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  color: #959595;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .h2_sub_title01 {
    font-size: initial;
    width: 130px;
    padding: 0;
    margin-bottom: 18px;
  }
}

.h2_sub_title01:before, .h2_sub_title01:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #1C9A8D;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .h2_sub_title01:before, .h2_sub_title01:after {
    width: 11px;
    height: 1px;
  }
}

.h2_sub_title01:before {
  left: 0;
}

.h2_sub_title01:after {
  right: 0;
}

.h2_title02_repro {
  font-family: "m-plus-1c", "メイリオ", sans-serif;
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .h2_title02_repro {
    font-size: 1.375rem;
  }
}

.h2_sub_title02 {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 158px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .h2_sub_title02 {
    font-size: initial;
    margin-bottom: 18px;
    padding: 0;
    width: 111px;
  }
}

.h2_sub_title02:before, .h2_sub_title02:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .h2_sub_title02:before, .h2_sub_title02:after {
    width: 11px;
    height: 1px;
  }
}

.h2_sub_title02:before {
  left: 0;
}

.h2_sub_title02:after {
  right: 0;
}

.h2_sub_title03 {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 190px;
  margin: 0 auto;
  color: #959595;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h2_sub_title03 {
    font-size: initial;
    width: 140px;
    padding: 0;
  }
}

.h2_sub_title03:before, .h2_sub_title03:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #157DC7;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .h2_sub_title03:before, .h2_sub_title03:after {
    width: 11px;
    height: 1px;
  }
}

.h2_sub_title03:before {
  left: 0;
}

.h2_sub_title03:after {
  right: 0;
}

.body_repro .body_grad {
  background: linear-gradient(84deg, #F0F3D7, #A5E9FA);
}
.body_repro .body_grad .inquiry_pc {
  position: fixed;
  right: -15px;
  top: 158px;
  background-color: #D8FFFB;
  padding: 10px 37px 10px 89px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.25rem;
  color: #0A1939;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/img_inquiry_pc.svg);
  background-repeat: no-repeat;
  background-position: -3px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .body_repro .body_grad .inquiry_pc {
    display: none;
  }
}
.body_repro .body_grad .inquiry_sp {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 10;
}

.mv {
  position: relative;
  background-image: url(../images/img_triangle01.png);
  background-repeat: no-repeat;
  background-size: 20%;
  z-index: 0;
}
.mv .mv_inner {
  width: 998px;
  margin: 0 auto;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner {
    width: 100%;
    padding: 0 0 0 60px;
  }
}
.mv .mv_left_pc {
  width: 550px;
  position: absolute;
  top: 0px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .mv .mv_left_pc {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_left_sp {
    width: 280px;
    margin: 0 auto;
  }
}
.mv .mv_right {
  background-image: url(../images/img_mv01.png);
  background-repeat: no-repeat;
  background-size: 680px;
  background-position: right -35px;
  height: 480px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .mv .mv_right {
    background-size: 59%;
    height: 406px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_right {
    background-image: url(../images/img_mv01_sp.png);
    background-position: center;
    background-size: cover;
    height: 273px;
    margin-top: 5px;
  }
}

.repro_news_btn {
  position: absolute;
  top: -80px;
  right: 0;
  background-color: #FFF;
  border: 2px solid #157DC7;
  border-radius: 15px;
  padding: 10px 89px;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #157DC7;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/repro_news_icon.png);
  background-size: 65px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .repro_news_btn {
    top: -90px;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    padding: 10px 60px;
    background-size: 56px 100%;
  }
}

.repro_news_btn:hover {
  background-color: #DEF4FF;
  color: #000;
}

.repro_news_btn::after {
  content: "▶";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #157DC7;
}
@media screen and (max-width: 767px) {
  .repro_news_btn::after .repro_news_btn {
    padding-right: 25px;
  }
  .repro_news_btn::after .repro_news_btn::after {
    right: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.mini_sp_only {
  display: none;
}
@media screen and (max-width: 374px) {
  .mini_sp_only {
    display: block;
  }
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein01.fadein_left {
  transform: translate(-50px, -50px);
}
@media screen and (max-width: 767px) {
  .fadein01.fadein_left {
    transform: translate(0, 20px);
  }
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .fadein01.fadein_left {
    transform: translate(0, 20px);
  }
}
.fadein01.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein02.fadein_right {
  transform: translate(50px, -50px);
}
@media screen and (max-width: 767px) {
  .fadein02.fadein_right {
    transform: translate(0, 20px);
  }
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .fadein02.fadein_right {
    transform: translate(0, 20px);
  }
}
.fadein02.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.description {
  /*background-image: url(../images/img_triangle02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;*/
  animation: fadein 1.5s forwards;
}
.description .triangle {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 49.9%, #def4ff 50%, #def4ff 100%), rgba(0, 0, 0, 0) 100%;
  padding-bottom: 90px;
  padding-top: 1px;
  height: 100%;
  width: 100%;
  z-index: -2;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .description {
    background-image: url(../images/img_triangle02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding-bottom: 60px;
  }
  .description .triangle {
    background: none;
    padding-bottom: initial;
    height: initial;
    width: initial;
    z-index: initial;
  }
}
@media screen and (max-width: 767px) {
  .description {
    background-image: url(../images/img_triangle02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding-bottom: 40px;
  }
  .description .triangle {
    background: none;
    padding-bottom: initial;
    height: initial;
    width: initial;
    z-index: initial;
  }
}
.description .description_inner {
  width: 998px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 73px 100px 70px 100px;
  border-radius: 30px;
  margin-top: -90px;
  box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .description .description_inner {
    width: 95%;
    padding: 73px 100px 70px 100px;
    box-shadow: 3px 2px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .description .description_inner {
    width: 95%;
    padding: 40px 15px;
    box-shadow: 3px 2px 0px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
  }
}
.description .description_inner .description_p {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .description .description_inner .description_p {
    font-size: initial;
    margin-bottom: 15px;
  }
}
.description .description_inner .description_p02 {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .description .description_inner .description_p02 {
    font-size: initial;
    margin-bottom: 30px;
  }
}
.description .description_inner .description_img {
  width: 212px;
  height: 103px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .description .description_inner .description_img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.description .description_inner .description_tit {
  color: #157DC7;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .description .description_inner .description_tit {
    font-size: 1.25rem;
    text-align: center;
  }
}
.description .description_inner .description_txt {
  display: flex;
}
@media screen and (max-width: 767px) {
  .description .description_inner .description_txt {
    flex-direction: column-reverse;
  }
}

.business {
  background-image: url(../images/img_triangle03.png);
  background-color: #DEF4FF;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right bottom;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .business {
    width: 100%;
    margin: 0 auto;
    background-position: right bottom;
    padding-bottom: 46px;
  }
}
.business .business_contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 998px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url(../images/img_arrow01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 65px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain {
    width: 95%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain {
    width: 95%;
    background-size: 70px;
    padding-bottom: 37px;
  }
}
.business .business_contain .business01 {
  width: 300px;
  height: auto;
  margin-right: 49px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain .business01 {
    width: 30%;
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain .business01 {
    width: 47%;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
.business .business_contain .business01 .business01_inner {
  position: relative;
}
.business .business_contain .business01 .business01_inner img {
  width: 100%;
}
.business .business_contain .business01 .business01_inner .business01_p {
  background-color: #1C9A8D;
  opacity: 0.8;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .business .business_contain .business01 .business01_inner .business01_p {
    padding: 10px;
  }
}
.business .business_contain .business02 {
  width: 300px;
  height: auto;
  margin-right: 49px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain .business02 {
    width: 30%;
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain .business02 {
    width: 47%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.business .business_contain .business02 .business02_inner {
  position: relative;
}
.business .business_contain .business02 .business02_inner img {
  width: 100%;
}
.business .business_contain .business02 .business02_inner .business02_p {
  background-color: #1C9A8D;
  opacity: 0.8;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .business .business_contain .business02 .business02_inner .business02_p {
    padding: 10px;
  }
}
.business .business_contain .business03 {
  width: 300px;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain .business03 {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain .business03 {
    width: 47%;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
.business .business_contain .business03 .business03_inner {
  position: relative;
}
.business .business_contain .business03 .business03_inner img {
  width: 100%;
}
.business .business_contain .business03 .business03_inner .business03_p {
  background-color: #1C9A8D;
  opacity: 0.8;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .business .business_contain .business03 .business03_inner .business03_p {
    padding: 10px;
    font-size: 14px;
  }
}
.business .business_contain .business04 {
  width: 300px;
  height: auto;
  margin-right: 49px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain .business04 {
    width: 30%;
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain .business04 {
    width: 47%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.business .business_contain .business04 .business04_inner {
  position: relative;
}
.business .business_contain .business04 .business04_inner img {
  width: 100%;
}
.business .business_contain .business04 .business04_inner .business04_p {
  background-color: #1C9A8D;
  opacity: 0.8;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .business .business_contain .business04 .business04_inner .business04_p {
    padding: 10px;
  }
}
.business .business_contain .business05 {
  width: 300px;
  height: auto;
  position: relative;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .business .business_contain .business05 {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .business_contain .business05 {
    width: 47%;
    margin-right: 0px;
  }
}
.business .business_contain .business05 .business05_inner {
  position: relative;
}
.business .business_contain .business05 .business05_inner img {
  width: 100%;
}
.business .business_contain .business05 .business05_inner .business05_p {
  background-color: #1C9A8D;
  opacity: 0.8;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .business .business_contain .business05 .business05_inner .business05_p {
    padding: 10px;
  }
}

.flow_area_repro {
  width: 998px;
  margin: 0 auto;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .flow_area_repro {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .flow_area_repro {
    width: 95%;
  }
}
.flow_area_repro .tab_group_repro {
  display: flex;
  width: 850px;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .flow_area_repro .tab_group_repro {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .flow_area_repro .tab_group_repro {
    width: 95%;
  }
}
.flow_area_repro .tab_group_repro .tab_btn_repro {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-color: #FFF;
  color: #000000;
  padding: 25px 0;
  width: 260px;
  text-align: center;
  box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .flow_area_repro .tab_group_repro .tab_btn_repro {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .flow_area_repro .tab_group_repro .tab_btn_repro {
    width: 30%;
    padding: 10px;
    box-shadow: 3px 2px 0px rgba(0, 0, 0, 0.2);
    line-height: normal;
    display: flex;
    align-items: center;
  }
}
.flow_area_repro .tab_group_repro .tab_active_repro {
  background-color: #157DC7;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .flow_area_repro .tab_group_repro .tab03_repro {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .flow_area_repro .tab_group_repro .tab03_repro {
    font-size: 12px;
  }
}
.flow_area_repro .tab_region_repro {
  display: none;
  border: 2px solid #157DC7;
  padding: 65px 35px;
  border-radius: 30px;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .flow_area_repro .tab_region_repro {
    padding: 60px 15px 20px;
    border: 1px solid #157DC7;
  }
}
.flow_area_repro .tab_visible_repro {
  display: block !important;
}

.about {
  background-image: url(../images/img_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about_inner {
  padding: 60px 0 80px 0;
  background-image: url(../images/img_triangle04.png);
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 767px) {
  .about .about_inner {
    padding: 40px 0;
  }
}
.about .about_inner .about_inner02 {
  width: 998px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .about_inner .about_inner02 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about .about_inner .about_inner02 {
    width: 95%;
    margin: 0 auto;
  }
}
.about .about_inner .about_inner02 img {
  position: absolute;
  right: 30px;
  top: 37px;
  width: 236px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .about_inner .about_inner02 img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .about .about_inner .about_inner02 img {
    width: 96px;
    top: 162px;
    right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .about .about_inner .about_inner02 img {
    display: none;
  }
}
.about .table {
  background-color: #FFF;
  width: 998px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 70px;
  border-collapse: collapse;
  background-image: url(../images/img_about02.png);
  background-repeat: no-repeat;
  background-size: 236px;
  background-position: right bottom;
}
.about .table .license {
  display: flex;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .license {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about .table .license {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .about .table .license {
    display: block;
  }
}
.about .table .table_license01 {
  margin-right: 40px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .table_license01 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .table .table_license01 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 374px) {
  .about .table .table_license01 {
    margin-right: 0px;
  }
}
.about .table .table_license_fl {
  display: flex;
}
@media screen and (max-width: 374px) {
  .about .table .table_license_fl {
    display: block;
  }
}
.about .table .table_license_fl dt {
  width: 75px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .table_license_fl dt {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .about .table .table_license_fl dt {
    width: 70px;
  }
}
@media screen and (max-width: 374px) {
  .about .table .table_license_fl dt {
    width: 70px;
  }
}
.about .table .list {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
}
.about .table .list li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.about .table .list li::before {
  content: ""; /* 空の要素作成 */
  width: 5px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #1C9A8D; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  margin-right: 10px;
  margin-bottom: 4px;
}
.about .table .num_list {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
  display: grid;
  width: fit-content;
  column-gap: 1.3em;
  grid-template-columns: repeat(6, auto);
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .num_list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .about .table .num_list {
    display: initial;
  }
}
.about .table .num_list li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.about .table .num_list li::before {
  counter-increment: listnum;
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  padding-right: 8px;
  color: #1C9A8D;
  vertical-align: middle;
  font-weight: bold;
}
.about .table .num_list .num_list_long {
  margin-right: -400px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .num_list .num_list_long {
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  .about .table .num_list .num_list_long {
    margin-right: initial;
  }
}
.about .table .num_list .num_list_left {
  margin-left: -55px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table .num_list .num_list_left {
    margin-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .table .num_list .num_list_left {
    margin-left: 20px;
  }
}
.about .table .tel_repro {
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .about .table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about .table {
    width: 100%;
    margin: 0 auto;
    font-size: 0.875rem;
    background-size: 132px;
  }
}
.about th {
  background-color: #1C9A8D;
  color: #FFF;
  font-weight: normal;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  width: 145px;
}
@media screen and (max-width: 767px) {
  .about th {
    width: 29%;
    padding: 5px 10px;
  }
}
.about td {
  padding: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #1C9A8D;
}
@media screen and (max-width: 767px) {
  .about td {
    padding: 10px 10px 10px 15px;
  }
}
.about .th_name {
  border-radius: 30px 0 0 0;
}
.about .td_name {
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 374px) {
  .about .td_name {
    font-size: 12px;
  }
}
.about .th_permission {
  border-radius: 0 0 0 30px;
  border-bottom: none;
}
.about .td_permission {
  border-radius: 0 0 30px 0;
  border-bottom: none;
}

.map_erea {
  background-color: #fff;
}
.map_erea .map_erea_contents {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .map_erea .map_erea_contents {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .map_erea .map_erea_contents {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
  }
  .map_erea .map_erea_contents .map_erea_map {
    margin-bottom: 20px;
  }
}
.map_erea .map_erea_contents img {
  width: 485px;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .map_erea .map_erea_contents img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .map_erea .map_erea_contents img {
    margin: 0 auto;
  }
}

.contact {
  background: linear-gradient(70deg, #F0F3D7, #A5E9FA);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 35px 0 50px 0;
  }
}
.contact .contact_btn {
  background-color: #FFF;
  border: 2px solid #157DC7;
  border-radius: 15px;
  padding: 20px 0;
  display: block;
  width: 812px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5625rem;
  color: #157DC7;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .contact .contact_btn {
    width: 95%;
    margin: 0 auto;
  }
}
.contact .contact_btn:hover {
  background-color: #157DC7;
  border: 2px solid #157DC7;
  color: #ffffff;
}
.contact .contact_btn:hover::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_mail_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .contact .contact_btn:hover::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact_btn {
    width: 95%;
    font-size: initial;
    border: 1px solid #157DC7;
  }
  .contact .contact_btn:hover {
    background-color: #157DC7;
    border: 1px solid #157DC7;
    color: #ffffff;
  }
}
.contact .contact_btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_mail.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .contact .contact_btn::before {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */