@charset "UTF-8";
.bold {
  font-weight: 700;
}

.txt01 {
  text-align: center;
  margin: 35px 0 40px;
}
.txt01 a {
  color: #006CC9;
  font-weight: 700;
}

.txt02 {
  text-align: center;
}
.txt02 a {
  color: #006CC9;
  font-weight: 700;
}

#service .aos-init:not(:first-child) {
  margin-top: 100px;
}
#service .wrap.inn {
  padding-bottom: 125px;
}

#service .blue_btn{
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #service .aos-init:not(:first-child) {
    margin-top: 60px;
  }
  #service .wrap.inn {
    padding-bottom: 0;
  }
  #service .blue_btn{
    margin-top: 30px;
  }
}

.block {
  padding-top: 30px;
  border-top: 1px solid #006CC9;
}
.block > .btn {
  max-width: 540px;
  margin: 25px auto 0;
}
.block > .btn a {
  gap: 20px;
  padding: 25px;
}
.block > .btn a::after {
  content: "";
  width: 37.5px;
  height: 22px;
  background: url("../images/icon_buton_arrow@2x.png") no-repeat center top;
  background-size: contain;
}
.block_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #006CC9;
  position: relative;
  margin-bottom: 30px;
}
.block_ttl span {
  display: inline;
  position: relative;
  background: linear-gradient(to top, rgba(0, 108, 201, 0.1) 19px, transparent 19px);
}
@media screen and (max-width: 767px) {
  .block_ttl {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
}
.block_01 {
  display: flex;
  border-right: 1px solid #CDD6DD;
}
.block_01 .box {
  width: 33.3333333333%;
  border-left: 1px solid #CDD6DD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 20px 30px;
}
.block_01 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 25px 0 15px;
  text-align: center;
  line-height: 1.4;
}
.block_01 h3 a {
  color: #000;
}
.block_01 p {
  font-size: 1.6rem;
  color: #000;
}
.block_01 span {
  font-size: 1.6rem;
  border-bottom: 1px solid #006CC9;
  padding-right: 20px;
  position: relative;
  line-height: 1;
  font-weight: 500;
  color: #006CC9;
}
.block_01 span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #006CC9;
  border-bottom: 2px solid #006CC9;
  transform: rotate(-45deg);
  position: absolute;
  right: 2px;
  top: 5px;
  transition: all 0.3s;
}
.block_01 a:hover span::after {
  border-color: #006CC9;
  transform: rotate(-45deg) translateX(3px) translateY(3px);
}
.block_02 {
  counter-reset: number 0;
}
.block_02 > div {
  display: flex;
}
.block_02 > div:nth-child(1) {
  flex-direction: column;
  gap: 30px;
}
.block_02 > div:nth-child(2) {
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}
.block_02 .box {
  position: relative;
  padding: 30px 30px 30px 100px;
  background: #E5F0F9;
  border-radius: 10px;
}
.block_02 .box::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  color: #006CC9;
}
.block_02 .box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.block_02 .box h3 span {
  color: #C92E00;
}
.block_02 .box p {
  font-size: 1.6rem;
}
.block_02 .img {
  position: relative;
  margin: 0 0 40px 30px;
}
.block_02 .img img {
  position: relative;
  width: 292px;
  height: 180px;
}
.block_02 .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: -1;
  display: block;
  background: #006CC9;
}
.block_02 .txt {
  width: calc(100% - 292px - 30px - 40px);
}
.block_02 .txt span {
  font-weight: 700;
}
.block_03 {
  max-width: 724px;
  margin: 0 auto;
}
.block_03 .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}
.block_03 .txt > div {
  padding: 30px 30px 25px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  text-align: center;
}
.block_03 .txt > div:nth-child(1) {
  background: #E5F0F9;
}
.block_03 .txt > div:nth-child(1) div {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.block_03 .txt > div:nth-child(1) div span {
  color: #F8763C;
}
.block_03 .txt > div:nth-child(1) p {
  font-size: 1.6rem;
  text-align: center;
}
.block_03 .txt > div:nth-child(2) {
  background: #FAF2F0;
}
.block_03 .txt > div:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #03678b transparent transparent transparent;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.block_03 .txt > div:nth-child(2) p {
  font-size: 1.6rem;
  font-weight: 700;
}
.block_03 .txt > div:nth-child(2) p span {
  color: #F8763C;
  font-size: 2rem;
}
.block_04 {
  background: #FAF2F0;
  padding: 45px 60px;
  border-radius: 10px;
}
.block_04 > div {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}
.block_04 .img {
  position: relative;
  margin: 0 0 40px 30px;
}
.block_04 .img img {
  position: relative;
  width: 292px;
  height: 180px;
  z-index: 2;
}
.block_04 .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1;
  display: block;
  background: #006CC9;
}
.block_04 .txt {
  width: calc(100% - 292px - 30px - 40px);
}
.block_04 .txt span {
  font-weight: 700;
}
.block_04 .txt ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block_04 .txt li {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
}
.block_04 .txt li::before {
  content: "";
  height: 24px;
  width: 24px;
  border: 3px solid #006CC9;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.block_04 .txt li::after {
  content: "";
  height: 15px;
  width: 10px;
  border-right: 3px solid #006CC9;
  border-bottom: 3px solid #006CC9;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 8px;
}
.block_05 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 724px;
  margin: 0 auto;
}
.block_05 dt, .block_05 dd {
  padding: 0 25px 20px;
  border-bottom: 1px solid #CDD6DD;
}
.block_05 dt {
  width: 250px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.block_05 dd {
  width: calc(100% - 280px);
  font-size: 1.6rem;
}
.block_06 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block_06 > div {
  background: #E5F0F9;
  border-radius: 10px;
  padding: 25px;
  max-width: 724px;
  margin: 0 auto;
  width: 100%;
}
.block_06 .plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 30px;
}
.block_06 .name, .block_06 .black {
  font-size: 1.8rem;
  font-weight: 700;
}
.block_06 .name span, .block_06 .black span {
  font-size: 2.4rem;
}
.block_06 .price, .block_06 .orange {
  font-size: 3rem;
  color: #C92E00;
  font-weight: 700;
}
.block_06 .price .f33, .block_06 .orange .f33 {
  font-size: 3.3rem;
}
.block_06 .price .f24, .block_06 .orange .f24 {
  font-size: 2.4rem;
}
.block_06 .price .f21, .block_06 .orange .f21 {
  font-size: 2.1rem;
}
.block_06 .price sup, .block_06 .orange sup {
  font-size: 1.2rem;
  vertical-align: top;
}
.block_06 p {
  font-size: 1.6rem;
}
.block_06 .note {
  font-size: 1.2rem;
  margin-top: 15px;
}
.block_06 .note li {
  padding-left: 1.1em;
  position: relative;
}
.block_06 .note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.block_07 .flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  max-width: 724px;
  margin: 30px auto 0;
}
.block_07 .flow::before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 2px dotted #006CC9;
  position: absolute;
  left: 60px;
}
.block_07 .flow_02 {
  padding-left: 50px;
}
.block_07 .flow_02::before {
  left: 110px;
}
.block_07 .box {
  display: flex;
  position: relative;
  align-items: center;
}
.block_07 .img {
  width: 120px;
  height: 120px;
  margin-right: 65px;
  border-radius: 50%;
  background: #E5F0F9;
}
.block_07 .num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #006CC9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.block_07 .process {
  font-size: 2rem;
  font-weight: 700;
  width: calc(100% - 244px);
}
.block_07 .branch {
  justify-content: space-between;
  padding: 0;
}
.block_07 .branch .img {
  height: 0;
}
.block_07 .branch::before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  border-top: 2px dotted #006CC9;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.block_07 .branch_01 {
  font-size: 1.6rem;
  color: #006CC9;
  font-weight: 700;
  position: relative;
  padding: 12px 10px 8px;
  background: #E5F0F9;
}
.block_07 .branch_02 {
  padding-left: 16px;
  margin-left: 20px;
  position: relative;
}
.block_07 .branch_02 a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #006CC9;
  padding: 15px 10px 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.block_07 .branch_02 a::after {
  content: "";
  width: 28px;
  height: 16px;
  background: url("../images/icon_buton_arrow@2x.png") no-repeat center top;
  background-size: contain;
}
.block_07 .branch_02 a:hover {
  background: #4895d7;
  opacity: 1;
}
.block_07 .branch_02::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #006CC9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block_07 .branch_03 {
  margin-left: 20px;
  position: relative;
  background: #F2F2F2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block_07 .branch_03::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #006CC9;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.block_07 .branch_03 span {
  font-size: 1.4rem;
  line-height: 1.2;
}
.block_07 .branch_03 span.orange {
  font-size: 2.8rem;
  font-weight: 700;
  color: #C92E00;
}
.block_07 .branch_03 span.bold {
  font-weight: 700;
}
.block_07 .term {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 2px solid #006CC9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #006CC9;
  width: 36px;
  left: 0;
}
.block_07 .term_01 {
  height: 23%;
  top: 0;
}
.block_07 .term_01::after {
  content: "";
  background: #fff url("../images/common_service/line_01.png") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 40px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
.block_07 .term_02 {
  height: 34%;
  top: 23%;
}
.block_07 .term_02::after {
  content: "";
  background: #fff url("../images/common_service/line_01.png") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 40px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
.block_07 .term_03 {
  height: 43%;
  top: 57%;
}
.block_07 .last .img {
  background: #FAF2F0;
}
.block_07 .last .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #F8763C;
  padding: 15px;
  height: auto;
  text-align: center;
  border-radius: 0;
}
.block_07 .last .process {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  align-items: center;
}
.block_07 .last .process span {
  font-size: 1.6rem;
  color: #F8763C;
  white-space: normal;
}
.block_08 .faq {
  max-width: 724px;
  margin: 0 auto;
}
.block_08 .faq dl {
  border-bottom: 1px solid #CDD6DD;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.block_08 .faq dt, .block_08 .faq dd {
  padding-right: 30px;
}
.block_08 .faq dt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-left: 65px;
}
.block_08 .faq dt::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #006CC9;
  position: absolute;
  right: 0;
  top: 17px;
}
.block_08 .faq dt::before {
  content: "";
  height: 24px;
  width: 2px;
  background: #006CC9;
  position: absolute;
  right: 11px;
  top: 6px;
  transition: all 0.3s;
  transform: rotate(90deg);
  opacity: 0;
}
.block_08 .faq dt span {
  font-size: 2.4rem;
  color: #006CC9;
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: -5px;
}
.block_08 .faq dt.open::before {
  transform: rotate(0);
  opacity: 1;
}
.block_08 .faq dd {
  font-size: 1.6rem;
  margin-top: 20px;
  letter-spacing: -0.3px;
}
.block_09 .table {
  margin-top: 30px;
}
.block_09 .table_01, .block_09 .table_02 {
  display: grid;
  grid-template-columns: 15% 25% 60%;
}
.block_09 .table_01 > div, .block_09 .table_02 > div {
  font-size: 1.6rem;
  padding: 20px;
  border-bottom: 1px solid #CDD6DD;
}
.block_09 .table_01 .bold, .block_09 .table_02 .bold {
  font-weight: 700;
}
.block_09 .table_01 img, .block_09 .table_02 img {
  margin: 0;
}
.block_09 .table_01 {
  background: #FAF2F0;
}
.block_09 .table_01_01 {
  grid-column-start: 1;
  grid-column-end: 2;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #CDD6DD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block_09 .table_01_02 {
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #CDD6DD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_09 .table_01_03 {
  grid-column-start: 3;
  grid-column-end: 4;
}
.block_09 .table_02_01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  border-right: 1px solid #CDD6DD;
}
.block_09 .table_02_02 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  border-right: 1px solid #CDD6DD;
}
.block_09 .table_02_03 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #CDD6DD;
}
.block_09 .table_02_04 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #CDD6DD;
}
.block_09 .table_02_05 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.block_10 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block_10 > div {
  background: #E5F0F9;
  border-radius: 10px;
  padding: 25px;
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
}
.block_10 dl {
  display: flex;
  align-items: baseline;
  gap: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.block_10 dt {
  width: 35%;
  font-size: 2.4rem;
}
.block_10 dd {
  width: 65%;
  font-size: 3rem;
  color: #C92E00;
}
.block_10 dd .f33 {
  font-size: 3.3rem;
}
.block_10 dd .f21 {
  font-size: 2.1rem;
}
.block_10 p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.block_10 .note {
  font-size: 1.6rem;
}
.block_10 .note li {
  padding-left: 1.1em;
  position: relative;
}
.block_10 .note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.block_11 > div {
  max-width: 724px;
  margin: 0 auto;
}
.block_11 .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 35px 0;
}
.block_11 .box:nth-of-type(2) .img {
  margin: 0 -47px;
}
.block_11 .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  background: #E5F0F9;
}
.block_11 .result {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 10px;
  background: #FAF2F0;
  width: 100%;
  text-align: center;
}
.block_11 .result span {
  font-size: 2rem;
  color: #F8763C;
}
@media screen and (max-width: 767px) {
  .block {
    padding-top: 25px;
  }
  .block_01 {
    flex-direction: column;
    border-right: 0;
    gap: 20px;
  }
  .block_01 .box {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #CDD6DD;
    gap: 15px;
    padding: 0 0 20px;
    align-items: flex-end;
  }
  .block_01 h3 {
    margin: 20px 0 15px;
  }
  .block_02 > div:nth-child(1) {
    gap: 25px;
  }
  .block_02 > div:nth-child(2) {
    flex-direction: column;
    gap: 25px;
    margin-top: 35px;
  }
  .block_02 .box {
    padding: 110px 20px 30px 20px;
  }
  .block_02 .box::before {
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
  }
  .block_02 .box h3 {
    text-align: center;
    line-height: 1.5;
  }
  .block_02 .img {
    width: calc(100% - 10px);
    margin: 0 0 10px 10px;
  }
  .block_02 .img img {
    width: 100%;
    height: auto;
  }
  .block_02 .img::after {
    top: 10px;
    right: 10px;
  }
  .block_02 .txt {
    width: 100%;
  }
  .block_03 .txt {
    margin-top: 25px;
  }
  .block_03 .txt > div {
    padding: 35px 20px 30px;
  }
  .block_03 .txt > div:nth-child(1) div span {
    display: block;
  }
  .block_03 .txt > div:nth-child(1) p {
    text-align: left;
  }
  .block_04 {
    padding: 30px 20px 15px;
  }
  .block_04 > div {
    gap: 25px;
    margin-top: 0;
    flex-direction: column;
  }
  .block_04 .img {
    margin: 0 0 10px 10px;
  }
  .block_04 .img img {
    width: 100%;
    height: auto;
  }
  .block_04 .img::after {
    top: 10px;
    right: 10px;
  }
  .block_04 .txt {
    width: 100%;
  }
  .block_04 .txt span {
    font-weight: 700;
  }
  .block_04 .txt ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .block_04 .txt li {
    padding-left: 30px;
  }
  .block_04 .txt li::before {
    height: 20px;
    width: 20px;
  }
  .block_04 .txt li::after {
    height: 13px;
    width: 8px;
    left: 6px;
  }
  .block_05 dl {
    flex-direction: column;
    gap: 10px;
  }
  .block_05 dt, .block_05 dd {
    padding: 0 0 10px;
    width: 100%;
  }
  .block_05 dt {
    text-align: left;
  }
  .block_06 {
    gap: 30px;
  }
  .block_06 > div {
    padding: 35px 20px 20px;
  }
  .block_06 .plan {
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .block_06 .black {
    font-size: 1.8rem;
  }
  .block_06 .black span {
    font-size: 2.4rem;
  }
  .block_06 .orange {
    font-size: 2.4rem;
  }
  .block_06 .orange.f24 {
    font-size: 2.4rem;
  }
  .block_06 .orange sup {
    font-size: 1.2rem;
    vertical-align: top;
  }
  .block_06 p {
    font-size: 1.6rem;
  }
  .block_06 .note {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .block_06 .note li {
    padding-left: 1.1em;
    position: relative;
  }
  .block_06 .note li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .block_07 .flow {
    gap: 30px;
    margin: 20px auto 0;
  }
  .block_07 .flow::before {
    height: 100%;
    left: 60px !important;
  }
  .block_07 .flow_02 {
    padding-left: 0;
  }
  .block_07 .box {
    padding-bottom: 20px;
  }
  .block_07 .img {
    margin-right: 20px;
  }
  .block_07 .num {
    margin-right: 0;
    position: absolute;
    left: 38px;
    bottom: 0;
  }
  .block_07 .process {
    width: calc(100% - 140px);
    line-height: 1.2;
  }
  .block_07 .branch {
    display: grid;
    padding: 0;
  }
  .block_07 .branch::before {
    top: 19px;
    transform: none;
  }
  .block_07 .branch .img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 75px;
  }
  .block_07 .branch_01 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 5px 10px;
    text-align: center;
  }
  .block_07 .branch_01::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #006CC9;
    position: absolute;
    left: -15px;
    top: 12px;
  }
  .block_07 .branch_01.none::before {
    content: none;
  }
  .block_07 .branch_02 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 15px 0 0;
    padding: 0;
  }
  .block_07 .branch_02::before {
    content: none;
  }
  .block_07 .branch_02 a {
    padding: 5px 10px;
    justify-content: center;
    gap: 10px;
  }
  .block_07 .branch_03 {
    margin: 30px 0 0;
  }
  .block_07 .branch_03::before {
    border-width: 12px 6px 0 6px;
    border-color: #0011ff transparent transparent transparent;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_07 .branch_03::after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: 2px dotted #006CC9;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_07 .term {
    position: relative;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    width: 100%;
    background: #fff;
    padding: 0;
  }
  .block_07 .term_01, .block_07 .term_02, .block_07 .term_03 {
    height: auto;
    top: auto;
  }
  .block_07 .term_01::after, .block_07 .term_02::after, .block_07 .term_03::after {
    content: none;
  }
  .block_07 .last:nth-of-type(1) {
    padding-bottom: 0;
  }
  .block_07 .last .process {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .block_07 .last .process span {
    width: 100%;
  }
  .block_08 .faq dd {
    padding-right: 0;
  }
  .block_09 .table {
    margin-top: 20px;
  }
  .block_09 .table_01, .block_09 .table_02 {
    grid-template-columns: 50% 50%;
  }
  .block_09 .table_01 > div, .block_09 .table_02 > div {
    font-size: 1.6rem;
    padding: 20px;
    border-bottom: 1px solid #CDD6DD;
  }
  .block_09 .table_01 .bold, .block_09 .table_02 .bold {
    font-weight: 700;
  }
  .block_09 .table_01 img, .block_09 .table_02 img {
    margin: 0;
  }
  .block_09 .table_01 {
    background: #FAF2F0;
  }
  .block_09 .table_01_01 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .block_09 .table_01_02 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    border-right: 0;
  }
  .block_09 .table_01_03 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .block_09 .table_02_01, .block_09 .table_02_02 {
    display: none;
  }
  .block_09 .table_02_03 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .block_09 .table_02_04 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    border-right: 0;
  }
  .block_09 .table_02_05 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .block_10 > div {
    padding: 35px 20px 20px;
  }
  .block_10 dl {
    margin-bottom: 15px;
    gap: 0;
    flex-direction: column;
  }
  .block_10 dt {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
  }
  .block_10 dd {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
  }
  .block_10 dd .f33 {
    font-size: 2.8rem;
  }
  .block_10 dd .f21 {
    font-size: 1.8rem;
  }
  .block_11 .box:nth-of-type(2) .img {
    margin: 0;
  }
}

.link_service {
  background: #F4F8FB;
  margin-top: 115px;
  padding: 70px 10px 45px;
}
.link_service .wrap {
  max-width: 1100px;
  width: 100%;
}
.link_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
.link_block {
  display: flex;
  gap: 30px;
}
.link_block .box {
  width: calc((100% - 60px) / 3);
}
.link_block h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.link_block img {
  display: block;
  margin-bottom: 35px;
}
.link_block .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
}
.link_block .ttl a {
  display: block;
  position: relative;
}
.link_block .ttl a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #006CC9;
  animation: border_anim 0.3s linear forwards;
}
.link_block a {
  font-size: 1.6rem;
  position: relative;
  padding-right: 20px;
  color: #000;
}
.link_block a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 5px;
  right: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.link_block a:hover {
  color: #006CC9;
}
.link_block a:hover::after {
  border-color: #006CC9;
  transform: rotate(-45deg) translateX(3px) translateY(3px);
}
.link_cta {
  background: #F4F8FB;
  margin: 0 -75px;
  padding: 35px 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
  margin-top: 40px !important;
}
.link_cta .form, .link_cta .online {
  width: calc((100% - 40px) / 2);
}
.link_cta .tel {
  width: 80%;
  max-width: 540px;
}
.link_cta p {
  font-size: 1.6rem;
  text-align: center;
}
.link_cta p span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F8763C;
  margin-bottom: 15px;
}
.link_cta .btn {
  margin-top: 15px;
}
.link_cta .btn a {
  gap: 20px;
  padding: 25px;
  line-height: 1.2;
  position: relative;
  height: 80px;
}
.link_cta .btn span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.link_cta .btn span span:nth-child(1) {
  font-size: 13px;
}
.link_cta .form a::before {
  content: "";
  width: 42px;
  height: 32px;
  background: url("../images/icon_mail@2x.png") no-repeat center;
  background-size: contain;
}
.link_cta .form a::after {
  content: "";
  width: 37.5px;
  height: 22px;
  background: url("../images/icon_buton_arrow@2x.png") no-repeat center top;
  background-size: contain;
}
.link_cta .online a > span:first-child {
  width: 52px;
  height: 52px;
  background: #f8763c;
  border-radius: 50%;
  font-size: 1.6rem;
  white-space: pre;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  top: -18px;
  right: -18px;
}
.link_cta .online a::before {
  content: "";
  width: 40px;
  height: 36px;
  background: url("../images/icon_online.svg") no-repeat center;
  background-size: contain;
}
.link_cta .online a::after {
  content: "";
  width: 37.5px;
  height: 22px;
  background: url("../images/icon_buton_arrow@2x.png") no-repeat center top;
  background-size: contain;
}
.link_cta .tel a::before {
  content: "";
  width: 27px;
  height: 36px;
  background: url("../images/icon_tel_w.svg") no-repeat center;
  background-size: contain;
}
.link_cta .tel a span.l {
  font-size: 3.2rem;
}
.link_cta .tel a span.s {
  font-size: 1.2rem;
  font-weight: 500;
}
.link_cta_before {
  position: relative;
  margin-top: 100px !important;
}
.link_cta_before > p {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  font-weight: 700;
  color: #006CC9;
  width: 100%;
}
.link_txt {
  text-align: center;
  margin-top: 35px;
}
.link_txt a {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 25px;
  color: #006CC9;
  position: relative;
  border-bottom: 1px solid #006CC9;
}
.link_txt a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #006CC9;
  border-bottom: 2px solid #006CC9;
  position: absolute;
  top: 5px;
  right: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.link_txt a:hover::after {
  transform: rotate(-45deg) translateX(3px) translateY(3px);
}
@media screen and (max-width: 1024px) {
  .link_cta {
    margin: 0 -5%;
    padding: 35px 5%;
    flex-direction: column;
    align-items: center;
  }
  .link_cta .form, .link_cta .online {
    width: 80%;
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .link_service {
    margin-top: 60px;
    padding: 50px 20px;
  }
  .link_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .link_block {
    flex-direction: column;
    gap: 30px;
  }
  .link_block .box {
    width: 100%;
  }
  .link_block img {
    margin-bottom: 15px;
  }
  .link_block .ttl {
    margin-bottom: 10px;
  }
  .link_cta {
    margin: 0 -5%;
    padding: 35px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .link_cta .form, .link_cta .online, .link_cta .tel {
    width: 100%;
    max-width: none;
  }
  .link_cta p {
    letter-spacing: -1px;
  }
  .link_cta .btn {
    margin-top: 15px;
  }
  .link_cta .btn a {
    gap: 10px;
    width: 100%;
    padding: 10px;
  }
  .link_cta .online a span:first-child {
    top: -20px;
    right: -10px;
  }
  .link_cta .tel a {
    text-align: center;
    line-height: 1.2;
  }
  .link_cta .tel a span.l {
    font-size: 2.4rem;
    letter-spacing: -0.5px;
    white-space: nowrap;
    align-items: flex-start;
  }
  .link_cta .tel a span.s {
    font-size: 0;
  }
  .link_cta .tel a span.s::before {
    content: "受付時間\a平日9時～18時";
    font-size: 1.2rem;
    white-space: pre;
  }
  .link_cta_before {
    position: relative;
    margin-top: 90px !important;
  }
  .link_cta_before > p {
    top: -50px;
    font-size: 1.6rem;
  }
  .link_txt {
    margin-top: 30px;
  }
  .link_txt a {
    padding-right: 0;
  }
  .link_txt a::after {
    content: none;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}