@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#menu03::after,
#menu03_open::after {
  width: 100% !important;
}
@media screen and (max-width: 850px) {
  #menu03,
  #menu03_open {
    color: #A295F4 !important;
  }
}
.nagare01 ul {
  display: block;
}
.nagare01 ul li {
  border: 2px solid #DDDDDD;
  background: url(../img/bg01.jpg) no-repeat center / contain;
  background-size: 100% 100%;
  border-radius: 6px 12px 12px 6px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li {
    border-radius: 4px 4px 6px 6px;
    padding: 0;
    background: url(../img/bg01_sp.jpg) no-repeat bottom / contain;
    background-size: 100% 164px;
  }
}
.nagare01 ul li + li {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li + li {
    margin-top: 80px;
  }
}
.nagare01 ul li + li::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 46px;
  left: calc(50% - 38.5px);
  top: -66px;
  background: url(../img/icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li + li::after {
    width: 62px;
    height: 37px;
    left: calc(50% - 31px);
    top: -60px;
  }
}
.nagare01 ul li .icon {
  position: absolute;
  width: 95px;
  height: 94px;
  left: -2px;
  top: -2px;
  z-index: 10;
  background: url(../img/step_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.01;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .icon {
    width: 60px;
    height: 58px;
    font-size: 24px;
    padding-top: 22px;
  }
}
.nagare01 ul li .list_item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .list_item {
    display: block;
  }
}
.nagare01 ul li .txt_item {
  width: calc(100% - 266px);
  padding: 25px 0;
  padding-left: 190px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item {
    padding: 20px 20px 0 20px;
    width: 100%;
  }
}
.nagare01 ul li .txt_item .ttl {
  width: 100%;
  max-width: 323px;
  margin: auto;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.01;
  padding-bottom: 10px;
  border-bottom: 4px solid #E4A8F9;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .ttl {
    font-size: 18px;
    max-width: 216px;
    border-bottom: 3px solid #E4A8F9;
    padding-bottom: 5px;
  }
}
.nagare01 ul li .txt_item p {
  margin-top: 25px;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.764;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item p {
    font-size: 14px;
    line-height: 1.714;
  }
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .btn_item02 {
    margin-left: 0 !important;
    margin-top: 15px !important;
  }
}
.nagare01 ul li .txt_item .bor_txt {
  border-radius: 0 0 6px 6px;
  margin-top: 50px;
  position: relative;
  background-image: linear-gradient(to right, #DDDDDD 8px, transparent 6px), linear-gradient(to bottom, #DDDDDD 8px, transparent 6px), linear-gradient(to left, #DDDDDD 8px, transparent 6px), linear-gradient(to top, #DDDDDD 8px, transparent 6px);
  background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right 0px, 2px bottom, left 12px;
  padding: 30px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .bor_txt {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.nagare01 ul li .txt_item .bor_txt .bor_txt_ttl {
  position: absolute;
  top: -15px;
  width: 100px;
  height: 30px;
  left: calc(50% - 50px);
  background: url(../img/bor_txt_ttl_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .bor_txt .bor_txt_ttl {
    width: 80px;
    height: 28px;
    left: calc(50% - 40px);
    line-height: 28px;
    top: -14px;
    font-size: 14px;
  }
}
.nagare01 ul li .txt_item .bor_txt .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .bor_txt .txt {
    font-size: 13px;
    line-height: 1.538;
  }
}
.nagare01 ul li .txt_item .bor_txt .txt + .txt {
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .bor_txt .txt + .txt {
    margin-top: 8px;
  }
}
.nagare01 ul li .txt_item .pdf_item {
  display: flex;
  margin-top: 40px;
  gap: 51px;
  column-gap: 23px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .pdf_item {
    margin-bottom: 30px;
    margin-top: 36px;
  }
}
.nagare01 ul li .txt_item .pdf_item a {
  width: calc(50% - 11.5px);
  display: block;
  height: 73px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 57px;
  position: relative;
  border-bottom: 2px solid #E8E7E5;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .pdf_item a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.nagare01 ul li .txt_item .pdf_item a::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 52px;
  top: 0;
  left: 0;
  background: url(../../common/img/pdf_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
.nagare01 ul li .txt_item .pdf_item a::before {
  position: absolute;
  content: "";
  width: 47px;
  height: 52px;
  top: 0;
  right: 19px;
  background: url(../../common/img/pdf_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .pdf_item a::before {
    right: 11px;
  }
}
.nagare01 ul li .txt_item .pdf_item a:hover {
  opacity: 1;
}
.nagare01 ul li .txt_item .pdf_item a:hover::before {
  background: url(../../common/img/pdf_icon02_on.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.nagare01 ul li .txt_item .tel {
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 33px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .tel {
    padding-left: 0;
    padding-top: 75px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.nagare01 ul li .txt_item .tel::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/tel.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .tel::after {
    width: 50px;
    height: 60px;
    top: 0;
    left: calc(50% - 25px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/tel_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.nagare01 ul li .txt_item .tel02 {
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 33px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .tel02 {
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-left: 0;
  }
}
.nagare01 ul li .txt_item .tel02::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/tel.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s;
}
.nagare01 ul li .txt_item .mail {
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 33px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .mail {
    padding-left: 0;
    padding-top: 75px;
    font-size: 14px;
    line-height: 1.285;
    letter-spacing: 0.05em;
  }
}
.nagare01 ul li .txt_item .mail::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/mail.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .mail::after {
    width: 50px;
    height: 60px;
    top: 0;
    left: calc(50% - 25px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/mail_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.nagare01 ul li .txt_item .btn_item {
  display: flex;
  column-gap: 160px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .txt_item .btn_item {
    column-gap: 50px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }
}
.nagare01 ul li .img_item {
  width: 266px;
}
@media screen and (max-width: 850px) {
  .nagare01 ul li .img_item {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .nagare01 ul .sp_m_t_20 .img_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  .nagare01 ul .sp_noimg .txt_item {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .nagare01 ul .sp_noimg .img_item {
    display: none;
  }
}
.nagare02 .inner {
  padding-top: 218px;
}
@media screen and (max-width: 850px) {
  .nagare02 .inner {
    padding-top: 160px;
  }
}
@media screen and (max-width: 850px) {
  .nagare02 .h2_item::before {
    top: 25%;
  }
  .nagare02 .h2_item::after {
    top: auto;
    width: 149px;
    bottom: 18%;
  }
  .nagare02 .h2_item .ttl {
    line-height: 1.4;
  }
  .nagare02 .h2_item .ttl::after {
    display: none;
  }
}
.nagare02 ul li {
  background: url(../img/bg02.jpg) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 850px) {
  .nagare02 ul li {
    background: none;
  }
}
.nagare02 ul li .icon {
  background: url(../img/step_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.nagare02 ul li .list_item .txt_item .ttl {
  border-bottom: 4px solid #94E2F3;
}
@media screen and (max-width: 850px) {
  .nagare02 ul li .list_item .txt_item .ttl {
    border-bottom: 3px solid #94E2F3;
  }
}
@media screen and (max-width: 850px) {
  .nagare02 ul li .list_item .txt_item .pdf_item {
    margin-bottom: 0 ;
  }
}
@media screen and (max-width: 850px) {
  .nagare02 ul li .list_item .img_item img {
    border-radius: 0 0 4px 4px;
  }
}
@media screen and (max-width: 850px) {
  .sp_img_b_f {
    margin-bottom: -2px;
  }
}
