.flow .item {
  position: relative;
  padding-left: 58px;
}
.flow .item:not(:last-child) {
  margin-bottom: 60px;
}
.flow .item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 34px 0 34px;
  border-color: #2c93c9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.flow .item .gr {
  background: #f6f4f1;
  border-radius: 10px;
  padding: 47px 41% 30px 94px;
  min-height: 250px;
}
.flow .item .gr h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #2c93c9;
  margin-bottom: 11px;
}
.flow .item .gr .photo {
  width: 38%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

}
.flow .item .gr .photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.flow .item .step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  background: #2c93c9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.08em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.flow .item .step span {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 10px 0 30px;
}
.list_m {
  display: flex;
  justify-content: space-between;
}
.list_m .col {
  width: 48.7962962963%;
  border: 1px solid #2c93c9;
}
.list_m .col h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background: #2c93c9;
  padding: 13px 10px;
}
.list_m .col .box {
  background: #fff;
  padding: 29px 18px;
}
.list_m .col .box dl {
  display: flex;
  border-bottom: 1px solid #2c93c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.list_m .col .box dl dt {
  margin-right: 20px;
  width: 145px;
}
.list_m .col .box dl dd {
  flex: 1;
}
.list_m .col-r .box {
  padding: 32px 34px;
}
.list_m .col-r .box ul li {
  position: relative;
  padding-left: 30px;
}
.list_m .col-r .box ul li:not(:last-child) {
  margin-bottom: 13px;
}
.list_m .col-r .box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  background: #2c93c9;
}
.table_a th {
  width: 30%;
  border-bottom: 1px solid #2a508d;
  color: #29396f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.table_a td {
  border-bottom: 1px solid #dcf0f8;
  color: #454545;
  letter-spacing: 0;
}
.table_a th,
.table_a td {
  vertical-align: top;
  padding: 12px;
}
.photo .elementor-row {
  justify-content: space-between;
}
.photo .elementor-column {
  width: 47.7777777778% !important;
}
.photo .elementor-image-box-img {
  float: none;
  width: 100% !important;
  margin: 0 !important;
}
.photo .elementor-image-box-content .elementor-image-box-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #58bde9;
  text-align: center;
  padding: 19px 10px;
  margin-bottom: 27px;
}
.time_c tr,
.time_c td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #2c93c9;
  text-align: center;
}
.time_c td {
  width: 10%;
}
.time_c th {
  text-align: left;
  color: #29396f;
  padding-left: 28px !important;
}
.time_c thead {
  background: #2c93c9;
}
.time_c thead th {
  letter-spacing: 0.08em;
  font-size: 20px;
}
.time_c thead th,
.time_c thead td {
  color: #fff;
  padding: 13px 0;
}
.time_c tbody {
  background: #dcf0f8;
}
.time_c tbody th,
.time_c tbody td {
  padding-bottom: 9px;
}
.time_c tbody td {
  font-size: 20px;
}
.time_c tbody tr:first-child th,
.time_c tbody tr:first-child td {
  padding-top: 25px;
}
.time_c tbody tr:last-child th,
.time_c tbody tr:last-child td {
  padding-bottom: 22px;
}
.time_c .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2c93c9;
  display: inline-block;
}
.time_c .line {
  background: #28396f;
  width: 16px;
  height: 2px;
  display: inline-block;
  vertical-align: super;
}
.time_c .blue-color {
  color: #63bdd3;
  font-size: 20px;
  font-weight: 400;
}
.feature .item {
  display: flex;
}
.feature .item:not(:last-child) {
  margin-bottom: 50px;
}
.feature .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.feature .item:nth-child(2n) .info {
  margin: 5px 0 0px -18.6111111111%;
}
.feature .item:nth-child(2n) .info .gr-txt .num {
  margin-left: 0;
}
.feature .item .info {
  flex: 1;
  margin: 5px -19.0740740741% 0 0px;
}
.feature .item .info .num {
  font-family: "Noto Serif JP", serif;
  font-size: 128px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
  color: #58bde9;
  opacity: 0.53;
  margin-left: 18px;
  position: relative;
  z-index: 3;
}
.feature .item .info .gr-txt {
  background: rgba(234, 242, 245, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 56px 9% 39px;
  margin-top: -50px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.feature .item .info .gr-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #2a508d;
  margin-bottom: 15px;
}
.feature .item .photo {
  width: 61.1111111111%;
}
.feature .item .photo img {
  border-radius: 10px;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu_a {
  --f-columns: 2;
  --f-gap: 6.5%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: -40px;
}
.menu_a li {
  margin-left: var(--f-gap);
  margin-bottom: 40px;
  width: calc(100% / var(--f-columns) - var(--f-gap));
}
.menu_a li .gr-pt {
  position: relative;
}
.menu_a li .gr-pt::before {
  content: "";
  background: #dcf0f8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -7px;
  left: 0;
  z-index: -1;
  transform: rotate(4deg);
}
.menu_a li .gr-pt .btn-link2{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 242px;
}
.menu_a li .gr-pt .btn-link2 a{
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  display: block;
  padding: 6px 40px 6px 29px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
  background: #58BDE9;
  position: relative;
}
.menu_a li .gr-pt .btn-link2 a::after{
  content: '';
  background: url(../img/btn_s2_arr.png) no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.menu_a li .gr-pt .btn-link2 a:hover{
  opacity: 0.8;
}
.menu_a li .gr-txt {
  margin-top: 20px;
}
.menu_a li .gr-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #29396f;
  margin-bottom: 16px;
}
.flow_a .item {
  display: flex;
  align-items: flex-start;
  background: #dcf0f8;
  position: relative;
  padding: 40px 11% 52px 6%;
}
.flow_a .item:not(:last-child) {
  margin-bottom: 25px;
}
.flow_a .item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #214b74 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.flow_a .item .gr-txt {
  flex: 1;
  margin: 28px 36px 0 0;
}
.flow_a .item .gr-txt .title {
  display: flex;
  margin-bottom: 38px;
  font-family: "Noto Serif JP", serif;
}
.flow_a .item .gr-txt .title dt {
  font-weight: 500;
  background: #214b74;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.flow_a .item .gr-txt .title dt span {
  display: inline-block;
  letter-spacing: 0;
}
.flow_a .item .gr-txt .title dd {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #224c76;
}
.flow_a .item .gr-txt p {
  color: #333;
  font-weight: 500;
}
.flow_a .item .photo {
  width: 180px;
}
.flow_b .item {
  background: #dcf0f8;
  position: relative;
  padding: 48px 230px 52px 6%;
  min-height: 206px;
}
.flow_b .item:not(:last-child) {
  margin-bottom: 25px;
}
.flow_b .item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #29396f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.flow_b .item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #29396f;
  margin-bottom: 10px;
}
.flow_b .item .photo {
  width: 149px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
.flow_4 {
  overflow: hidden;
}
.flow_4 .item {
  display: flex;
  align-items: flex-start;
}
.flow_4 .item:not(:last-child) {
  margin-bottom: 30px;
}
.flow_4 .item:last-child .num::before {
  border-left: 2px solid #fff;
  top: calc(100% + 2px);
}
.flow_4 .item .num {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #29396f;
  background: #fff;
  border: 2px solid #2a508d;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flow_4 .item .num::before {
  content: "";
  border-left: 2px solid #2a508d;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 10000px;
}
.flow_4 .item .gr-txt {
  flex: 1;
  margin: 10px 0 0 35px;
}
.flow_4 .item .gr-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #2a508d;
  margin-bottom: 10px;
}
.frame_a {
  background: #eaf2f5;
  padding: 24px 33px 50px;
}
.frame_a h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #2a508d;
  text-align: center;
  padding: 8px 10px;
}
.frame_a .box {
  margin: 31px 37px 0;
}
.frame_a .box ul {
  --f-columns: 2;
  --f-gap: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: -5px;
}
.frame_a .box ul li {
  margin-left: var(--f-gap);
  margin-bottom: 5px;
  width: calc(100% / var(--f-columns) - var(--f-gap));
  position: relative;
  padding-left: 33px;
}
.frame_a .box ul li::before {
  content: "";
  background: url(../img/icon_check.png) no-repeat 0 0/100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}
.qa_e .item:not(:last-child) {
  margin-bottom: 60px;
}
.qa_e .item .q {
  font-family: "Noto Serif JP", serif;
  color: #58bde9;
  position: relative;
  padding-left: 23px;
  margin-bottom: 35px;
  display: flex;
  align-items: flex-start;
}
.qa_e .item .q::before {
  content: "";
  border-left: 4px solid #58bde9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -6px;
}
.qa_e .item .q dt {
  font-size: 30px;
  letter-spacing: 0.24em;
  width: 30px;
}
.qa_e .item .q dd {
  font-size: 20px;
  letter-spacing: 0.15em;
  flex: 1;
  margin: 3px 0 0 10px;
}
.qa_e .item .a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 23px;
}
.qa_e .item .a::before {
  content: "";
  border-left: 4px solid #2a508d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.qa_e .item .a dt {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: 0.24em;
  width: 30px;
  color: #2a508d;
}
.qa_e .item .a dd {
  flex: 1;
  margin-left: 10px;
}
.list_i {
  display: flex;
  justify-content: space-between;
}
.list_i .col {
  width: 48.7037037037%;
  background: #fff;
  border: 1px solid #e89659;
  padding: 36px 35px 40px;
}
.list_i .col h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-left: 29px;
  color: #e89659;
  position: relative;
  margin-bottom: 27px;
}
.list_i .col h3::before {
  content: "";
  background: #e89659;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
}
.list_i .col ul li {
  position: relative;
  padding-left: 25px;
}
.list_i .col ul li:not(:last-child) {
  margin-bottom: 5px;
}
.list_i .col ul li::before {
  content: "";
  background: #e89659;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
}
.list_i .col-r {
  border-color: #28396f;
}
.list_i .col-r h3 {
  color: #29396f;
}
.list_i .col-r h3::before {
  background: #29396f;
}
.list_i .col-r ul li::before {
  background: #29396f;
}
.frame_d .item {
  display: flex;
}
.frame_d .item:not(:last-child) {
  margin-bottom: 7px;
}
.frame_d .item .col-l {
  width: 396px;
  background: #58bde9;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.frame_d .item .col-r {
  flex: 1;
  padding: 40px 30px 38px 50px;
  background: #f6f4f1;
  margin-left: 7px;
}
.frame_d .item .col-r ul li {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  letter-spacing: 0.04em;
}
.frame_d .item .col-r ul li:not(:last-child) {
  margin-bottom: 5px;
}
.frame_d .item .col-r ul li::before {
  content: "";
  background: #58bde9;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
.frame_d .item2 .col-l {
  background: #2a508d;
}
.frame_d .item2 .col-r ul li::before {
  background: #2a508d;
}
.list_j li {
  position: relative;
  padding-left: 33px;
}
.list_j li::before {
  content: "";
  background: url(../img/icon_check.png) no-repeat 0 0/100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}
.anchor-link{
  background: #E0EAEF;
  padding: 50px 70px 30px;
}
.anchor-link li{
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 60px 20px 0;
}
.anchor-link li a{
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.anchor-link li a::before{
  content: '';
  background: url(../img/anchor-link_arr.png) no-repeat;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
.anchor-link li a:hover{
  opacity: 0.8;
}








.flow_a_ext .item {
  background: #dcf0f8;
  position: relative;
  padding: 70px 270px 52px 6%;
  min-height: 257px;
}
.flow_a_ext .item:not(:last-child) {
  margin-bottom: 25px;
}
.flow_a_ext .item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #214b74 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.flow_a_ext .item .title {
  display: flex;
  margin-bottom: 38px;
  font-family: "Noto Serif JP", serif;
}
.flow_a_ext .item .title dt {
  font-weight: 500;
  background: #214b74;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.flow_a_ext .item .title dt span {
  display: inline-block;
  letter-spacing: 0;
}
.flow_a_ext .item .title dd {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #224c76;
}
.flow_a_ext .item p {
  color: #333;
  font-weight: 500;
}
.flow_a_ext .item .photo {
  width: 180px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}






@media screen and (max-width: 767px) {
  .flow_a_ext .item{
    padding: 40px 20px;
    min-height: auto;
  }
  .flow .item .gr {
    display: block;
  }
  .flow .item .gr .photo {
    width: 100%;
    position: static;
  }
  .flow .item .step {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow .item {
    padding: 70px 0 0;
  }
  .flow .item .gr{
    padding: 90px 9% 45px;
    min-height: auto;
    width: 100%;
  }
  .flow .item .gr h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .flow .item:not(:last-child) {
    margin-bottom: 130px;
  }
  .flow .item .gr .photo {
    margin-bottom: 30px;
  }
  .flow .item .gr .photo img {
    border-radius: 0 10px 10px 0;
    height: auto;
  }
  .feature .item {
    display: block;
  }
  .feature .item .info {
    margin: 0;
  }
  .feature .item .photo {
    width: 100%;
    margin-bottom: 25px;
  }
  .feature .item .photo img {
    height: auto;
  }
  .feature .item .info .num {
    font-size: 100px;
    margin-left: 5px;
  }
  .feature .item:nth-child(2n) .info {
    margin: 0;
  }
  .feature .item .info .gr-txt {
    margin-top: -12vw;
    border-radius: 10px;
    padding: 53px 12% 40px;
  }
  .feature .item .info .gr-txt h3{
    margin-bottom: 25px;
  }
  .feature .item .photo img {
    border-radius: 10px;
  }
  .list_m {
    display: block;
  }
  .list_m .col {
    width: 100%;
  }
  .list_m .col-l {
    margin-bottom: 20px;
  }
  .list_m .col-r .box {
    padding: 20px 15px;
  }
  .list_m .col .box {
    padding: 20px 15px;
  }
  .photo .elementor-column {
    width: 100% !important;
  }
  .photo .elementor-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .photo .elementor-image-box-content .elementor-image-box-title {
    font-size: 18px;
    padding: 15px 10px;
  }
  .time_c th {
    padding-left: 10px !important;
  }
  .time_c thead th {
    font-size: 16px;
  }
  .time_c tr,
  .time_c td {
    font-size: 14px;
  }
  .time_c .circle {
    width: 13px;
    height: 13px;
  }
  .time_c tbody td {
    font-size: 16px;
  }
  .time_c td {
    width: 8.5%;
  }
  .time_c .line {
    width: 13px;
  }
  .time_c tbody tr:first-child th,
  .time_c tbody tr:first-child td {
    padding-top: 12px;
  }
  .time_c tbody tr:last-child th,
  .time_c tbody tr:last-child td {
    padding-bottom: 12px;
  }
  .menu_a {
    --f-columns: 1;
    --f-gap: 0px;
  }
  .flow_a .item {
    padding: 30px 15px;
    display: block;
  }
  .flow_a .item .gr-txt {
    margin: 0;
  }
  .flow_a .item .photo {
    margin: 20px auto 0;
  }
  .flow_b .item {
    padding: 30px 15px;
    display: block;
    min-height: auto;
  }
  .flow_b .item .gr-txt {
    margin: 0;
  }
  .flow_b .item h3{
    margin-bottom: 20px;
    text-align: center;
  }
  .flow_b .item .photo {
    position: static;
    transform: none;
    margin: 0 auto 25px;
  }
  .frame_a {
    padding: 25px 15px 20px;
  }
  .frame_a .box {
    margin: 20px 0;
  }
  .frame_a .box ul {
    --f-columns: 1;
    --f-gap: 0px;
  }
  .flow_4 .item .gr-txt {
    margin: 5px 0 0 20px;
  }
  .flow_4 .item .gr-txt h3 {
    font-size: 20px;
  }
  .flow_4 .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .flow_4 .item .num {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .qa_e .item .q dd {
    font-size: 18px;
  }
  .qa_e .item .q dd {
    margin: 1px 0 0 10px;
  }
  .qa_e .item .a dd {
    margin: 2px 0 0 10px;
  }
  .qa_e .item .a {
    padding-left: 15px;
  }
  .qa_e .item .q {
    padding-left: 15px;
  }
  .qa_e .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .list_i {
    display: block;
  }
  .list_i .col {
    width: 100%;
    padding: 20px 15px;
  }
  .list_i .col-r {
    margin-top: 30px;
  }
  .list_i .col h3 {
    margin-bottom: 15px;
  }
  .frame_d .item {
    display: block;
  }
  .frame_d .item .col-l {
    width: 100%;
    font-size: 19px;
  }
  .frame_d .item .col-r {
    margin: 7px 0 0;
    padding: 25px 15px;
  }
  .frame_d .item .col-r ul li {
    padding-left: 27px;
    font-size: 16px;
  }
  .frame_d .item .col-r ul li::before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
  .btn-link {
    width: 100%;
    margin: 0;
  }
  .btn-link a {
    min-width: 100%;
    display: block;
    padding: 20px 30px;
    width: 100%;
    font-size: 17px;
  }
  .flow .item {
    padding: 50px 0 0;
  }
  .flow .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .flow .item .gr .gr-txt dt {
    font-size: 20px;
  }
  .anchor-link{
    padding: 30px 20px 15px;
  }
  .anchor-link li{
    display: block;
    margin: 0 0 15px;

  }
}















.time_change tr,
.time_change td {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #454545;
  text-align: center;
}
.time_change td {
  width: 9%;
}
.time_change td:first-of-type {
  padding-left: 10px;
}
.time_change th {
  text-align: center;
  border-right: 10px solid #fff;
  font-weight: 500;
}
.time_change thead th {
  letter-spacing: 0.08em;
}
.time_change thead th,
.time_change thead td {
  color: #fff;
  background: #29396f;
  padding: 5px 0;
}
.time_change tbody th {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.time_change tbody th,
.time_change tbody td {
  background: #f6f4f1;
  padding: 7px 0;
}
.time_change tbody tr {
  border-top: 10px solid #fff;
}
.time_change .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #454545;
  display: inline-block;
}
.time_change .line {
  background: #454545;
  width: 14px;
  height: 2px;
  display: inline-block;
  vertical-align: super;
}
.time_change .triangle {
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid #454545;
  display: inline-block;
  position: relative;
  top: -2px;
}

 .time_change_note {
  display: flex;
  letter-spacing: 0.04em;
  margin: 15px 0 26px;
}
 .time_change_note dl {
  display: flex;
}
 .time_change_note dl:not(:last-child) {
  margin-right: 24px;
}
 .time_change_note dl dt {
  font-weight: 500;
  color: #29396f;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
.time_change tr,
.time_change td {
    font-size: 15px;
  }
.time_change td {
    width: 9%;
  }
.time_change td:first-of-type {
    padding-left: 10px;
  }
.time_change th {
    border-right: 4px solid #fff;
  }
.time_change thead th,
.time_change thead td {
    padding: 3px 0;
  }
.time_change tbody th,
.time_change tbody td {
    padding: 4px 0;
  }
.time_change tbody tr {
    border-top: 4px solid #fff;
  }
.time_change .circle {
    width: 12px;
    height: 12px;
  }
.time_change .line {
    width: 12px;
    position: relative;
    top: 1px;
  }
.time_change .triangle {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #454545;
  }
  .time_change_note {
    display: block;
    margin: 7px 0 20px;
  }
  .time_change_note dl:not(:last-child) {
    margin: 0 0 -3px;
  }
  .time_change_note dl dt {
    margin-right: 15px;
  }
  .flow_a_ext .item .photo{
    position: static;
    transform: none;
    margin: 0 auto 20px;
  }
  .flow_a_ext .item .title{
    justify-content: center;
  }
  .flow_a_ext .item .title dd{
    flex: none;
  }

}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .feature .item .info .gr-txt {
    padding: 56px 5% 30px;
  }
  .frame_d .item .col-r {
    padding: 40px 25px 38px;
  }
  .list_i .col {
    padding: 36px 20px 40px;
  }
  .frame_d .item .col-l{
    width: 290px;
  }
  .anchor-link{
    padding: 50px 35px 30px;
  }
  .flow_a_ext .item{
    padding-right: 250px;
  }
  .flow_a_ext .item .photo{
    right: 40px;
  }
  .flow_b .item .photo{
    right: 40px;
  }
  .flow_b .item{
    padding-right: 210px;
  }
  .flow .item .gr{
    padding-right: 45%;
  }
}
