.section_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  color: #03438b;
  text-align: center;
}
@media (max-width: 480px) {
  .section_title {
    font-size: 5.1282051282vw;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
  }
}

.section_msg {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .section_msg {
    padding-top: 15.3846153846vw;
  }
}
.section_msg .section_inner .msg {
  line-height: 1.6;
  letter-spacing: 0.1rem;
  padding-top: 33px;
}
@media (max-width: 480px) {
  .section_msg .section_inner .msg {
    line-height: 1.35;
    letter-spacing: 0.2564102564vw;
    padding-top: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}

.child_content_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .child_content_section {
    gap: 5.8974358974vw;
    padding: 7.6923076923vw 0;
  }
}
.child_content_section.reverse {
  flex-direction: row-reverse;
}
.child_content_section .txt_area {
  flex: 1;
}
.child_content_section .txt_area .section_title {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-left: 84px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .child_content_section .txt_area .section_title {
    font-size: 5.641025641vw;
    letter-spacing: -0.1282051282vw;
    padding-left: 14.358974359vw;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
.child_content_section .txt_area .section_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 45px;
  background-image: url(../img/ttl_img.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .child_content_section .txt_area .section_title::after {
    height: 8.9743589744vw;
  }
}
.child_content_section .txt_area .section_txt {
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
@media (max-width: 480px) {
  .child_content_section .txt_area .section_txt {
    letter-spacing: 0.0128205128vw;
  }
}
.child_content_section .img_area {
  position: relative;
  width: 510px;
}
@media (max-width: 480px) {
  .child_content_section .img_area {
    width: 100%;
  }
}
.child_content_section .img_area .num {
  position: absolute;
  top: -45px;
  left: 0;
  width: 132px;
  height: auto;
}
@media (max-width: 480px) {
  .child_content_section .img_area .num {
    top: -5.1282051282vw;
    left: 4.6153846154vw;
    width: 16.6666666667vw;
  }
}

.bland_section {
  padding-top: 80px;
}
@media (max-width: 480px) {
  .bland_section {
    padding-top: 7.6923076923vw;
  }
}
.bland_section p {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .bland_section p {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
}

.bland_list {
  background-color: #fff;
}
.bland_list ul {
  display: flex;
  flex-wrap: wrap;
}
.bland_list ul li {
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  padding: 20px 30px;
}
@media (max-width: 480px) {
  .bland_list ul li {
    width: 50%;
    padding: 5.1282051282vw;
  }
}
.bland_list ul li span {
  display: block;
}

.client_section {
  padding-top: 80px;
}
@media (max-width: 480px) {
  .client_section {
    padding-top: 7.6923076923vw;
  }
}
.client_section .client_table {
  background-color: #fff;
}
.client_section .client_table p {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .client_section .client_table p {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
}
.client_section .client_table table {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .client_section .client_table table {
    font-size: 3.8461538462vw;
    line-height: 1;
  }
}
.client_section .client_table table thead {
  color: #fff;
  background-color: #03438b;
}
@media (max-width: 480px) {
  .client_section .client_table table thead {
    display: none;
  }
}
.client_section .client_table table thead th {
  font-weight: normal;
  text-align: center;
}
.client_section .client_table table th,
.client_section .client_table table td {
  border: 1px solid #fff;
  padding: 20px 30px;
}
@media (max-width: 480px) {
  .client_section .client_table table th,
  .client_section .client_table table td {
    display: block;
    width: 100%;
    padding: 4.358974359vw 7.6923076923vw;
  }
}
@media (max-width: 480px) {
  .client_section .client_table table tbody th {
    background-color: #03438b;
    color: #fff;
    margin-bottom: 2.5641025641vw;
  }
}
.client_section .client_table table tbody td {
  word-break: break-all;
}
@media (max-width: 480px) {
  .client_section .client_table table tbody td {
    display: flex;
    gap: 5.7692307692vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.client_section .client_table table tbody td a {
  flex: 1;
  display: block;
  line-height: 1.3;
  color: revert;
  text-decoration: underline;
}
.client_section .client_table table tbody td .only_sp {
  display: none;
}
@media (max-width: 480px) {
  .client_section .client_table table tbody td .only_sp {
    display: inline-block;
    width: 21.1538461538vw;
    font-weight: bold;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .client_section .client_table table tbody tr {
    display: block;
    margin-bottom: 2.5641025641vw;
  }
}
.client_section .client_table table tbody tr:nth-child(even) {
  background-color: #eaf5fc;
}
@media (max-width: 480px) {
  .client_section .client_table table tbody tr:nth-child(even) {
    background-color: #fff;
  }
}

#contents .section.phone {
  padding-bottom: 0;
}

.section_title02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 480px) {
  .section_title02 {
    font-size: 5.1282051282vw;
    text-align: center;
  }
}
p + .section_title02 {
  margin-top: 60px;
}
@media (max-width: 480px) {
  p + .section_title02 {
    margin-top: 11.5384615385vw;
  }
}

.section_title03 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 480px) {
  .section_title03 {
    font-size: 3.8461538462vw;
  }
}

section.greeting .msg_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  color: #03438b;
  padding-top: 25px;
  margin-bottom: 36px;
}
@media (max-width: 480px) {
  section.greeting .msg_title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.1282051282vw;
    margin-bottom: 6.4102564103vw;
  }
}
section.greeting .msg_text {
  line-height: 1.6;
}
section.greeting .msg_text p {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  section.greeting .msg_text p {
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 3.8461538462vw;
  }
}
section.greeting .msg_text .signature {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  padding-top: 37px;
}
@media (max-width: 480px) {
  section.greeting .msg_text .signature {
    padding-top: 2.5641025641vw;
  }
}

section.profile {
  padding: 55px 0 60px;
}
@media (max-width: 480px) {
  section.profile {
    padding: 6.6666666667vw 0;
  }
  section.profile .wrap {
    padding: 0;
  }
}
section.profile .section_inner.flex {
  display: flex;
  align-items: center;
  gap: 50px;
  background-color: #f2f9fd;
  padding: 30px 100px;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex {
    flex-direction: column;
    gap: 8.9743589744vw;
    padding: 8% 8% 12.8205128205vw;
  }
}
section.profile .section_inner.flex .img_area {
  width: 200px;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex .img_area {
    width: 100%;
  }
}
section.profile .section_inner.flex .txt_area {
  flex: 1;
}
section.profile .section_inner.flex .txt_area .name {
  padding-top: 5px;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex .txt_area .name {
    padding-top: 0;
  }
}
section.profile .section_inner.flex .txt_area .name .large {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex .txt_area .name .large {
    font-size: 4.6153846154vw;
  }
}
section.profile .section_inner.flex .txt_area .birth,
section.profile .section_inner.flex .txt_area .detail {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex .txt_area .birth,
  section.profile .section_inner.flex .txt_area .detail {
    font-size: 3.8461538462vw;
  }
}
section.profile .section_inner.flex .txt_area .birth {
  padding: 15px 0;
}
@media (max-width: 480px) {
  section.profile .section_inner.flex .txt_area .birth {
    padding: 2.5641025641vw 0 3.8461538462vw;
  }
}

section.greeting-gallery .section_inner.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  section.greeting-gallery .section_inner.flex {
    gap: 6.4102564103vw;
  }
}
section.greeting-gallery .section_inner.flex .img {
  width: 400px;
}
@media (max-width: 480px) {
  section.greeting-gallery .section_inner.flex .img {
    width: 100%;
  }
}

.table_base.company {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .table_base.company {
    padding-top: 12.8205128205vw;
  }
}
.table_base.company table tbody th {
  text-align: center;
  border-bottom: 2px solid #03438b;
}
@media (max-width: 480px) {
  .table_base.company table tbody th {
    text-align: left;
    color: #fff;
    background-color: #03438b;
  }
}
.table_base.company table tbody td {
  border-bottom: 2px solid #dfdfdf;
}
@media (max-width: 480px) {
  .table_base.company table tbody th, .table_base.company table tbody td {
    border-bottom: none;
    padding: 5.1282051282vw;
  }
}

.inquiry .section_title02 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .inquiry .section_title02 {
    margin-bottom: 5.1282051282vw;
  }
}
.inquiry .inquiry_info .no {
  width: 100%;
  font-size: 4.5rem;
  line-height: 1.3;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .inquiry .inquiry_info .no {
    padding-top: 6.4102564103vw;
  }
}
.inquiry .inquiry_info .no a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  letter-spacing: 0.1rem;
  line-height: 1;
  border: 1px solid #03438b;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inquiry .inquiry_info .no a {
    width: 100%;
    font-size: 7.6923076923vw;
    padding: 7.6923076923vw;
  }
}
.inquiry .inquiry_info .no a span {
  font-size: 65%;
}
.inquiry .inquiry_info .no a span.time {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .inquiry .inquiry_info .no a span.time {
    font-size: 3.8461538462vw;
  }
}
.inquiry .important_text li {
  text-indent: -15px;
  padding-left: 15px;
}/*# sourceMappingURL=contents.css.map */