@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.anchor_dev {
  padding: 30px 0;
}
.anchor_dev__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.anchor_dev__item {
/*  width: 45px;*/
  width: calc(22% - 5px);
  min-height: 40px;
}
.anchor_dev__item_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 18px 5px 5px;
  background-color: #26408d;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: center;
  transition: all 0.5s;
}
.anchor_dev__item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(90deg);
  width: 8px;
  height: 12px;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
}

.mainvisual_sub {
  position: relative;
  min-height: 300px;
  padding: 140px 0 60px;
}
.mainvisual_sub__title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
}
.mainvisual_sub__title_en {
  margin-bottom: 10px;
  color: #818383;
  font-size: 1.875rem;
  opacity: 0.2;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.mainvisual_sub__title_jp {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.mainvisual_sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 86px);
  background: url(../images/bg_mv_sub.png) no-repeat center/cover;
  z-index: -1;
}

.breadcrumd {
  padding: 8px 0;
  border-top: 1px solid #cdd2d7;
  border-bottom: 1px solid #cdd2d7;
}
.breadcrumd__item {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  margin-right: 30px;
  font-size: 0.875rem;
  color: #26408d;
  letter-spacing: 0.1em;
}
.breadcrumd__item:first-child .breadcrumd__link {
  padding-left: 22px;
}
.breadcrumd__item:first-child .breadcrumd__link::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icon_home.svg) no-repeat center/contain;
}
.breadcrumd__item::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -22px;
  width: 6px;
  height: 10px;
  background: url(../images/icon_arrow_gray.svg) no-repeat center/contain;
}
.breadcrumd__item:last-child {
  margin-right: 0;
}
.breadcrumd__item:last-child::after {
  display: none;
}
.breadcrumd__link {
  position: relative;
  color: #676771;
  transition: all 0.5s;
}

.c_btn {
  position: relative;
  padding: 15px 30px 15px 15px;
  border-radius: 60px;
  color: #fff;
  background-color: #26408d;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s;
  line-height: 1.7;
  font-weight: 500;
}
.c_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
  transition: all 0.5s;
}
.c_btn--white {
  background-color: #fff;
  color: #1e2074;
}
.c_btn--white::before {
  background: url(../images/icon_arrow_blue_700.svg) no-repeat center/contain;
}
.c_btn--pdf::before {
  width: 22px;
  height: 22px;
  background: url(../images/icon_pdf.svg) no-repeat center/contain;
}
.c_btn--external::before {
  width: 15px;
  height: 12px;
  background: url(../images/icon_external_white.svg) no-repeat center/contain;
}
.c_btn--anchor::before {
  transform: translateY(-50%) rotate(90deg);
}
.c_btn.tpl {
  max-width: fit-content;
  min-width: 280px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.c_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_btn_arrow {
  position: relative;
  padding-left: 45px;
  color: #26408d;
  line-height: 1.75;
}
.c_btn_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../images/icon_circle_arrow.svg) no-repeat center/contain;
  transition: all 0.5s;
}

.c_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.c_title__en {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #cdd2d7;
}
.c_title__jp {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}

.c_title_sec {
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

.c_title_tpl {
  margin: 34px 0 12px;
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

/* タイトル装飾1 */
.c_title_tpl_ex1 {
  margin: 34px 0 12px;
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.7;
  padding: 0.2em 0.5em;
  margin: 20px 0px;
  background: transparent;
  border-left: solid 10px #b1bae2;
}

/* タイトル装飾2 */
.c_title_tpl_ex2 {
  margin: 34px 0 12px;
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  font-weight: 400;
  line-height: 1.7;
  padding: 0.2em 0.5em;
  margin: 20px 0px;
  background: transparent;
  border-left: solid 5px #b1bae2;
}

.page_intro {
  position: relative;
  padding: 60px 0 30px;
}
.page_intro__content {
  margin-bottom: 30px;
}
.page_intro__title {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.page_intro__image img {
  width: 100%;
}
.page_intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 696px;
  background: url(../images/bg_page_intro.png) no-repeat center/cover;
  z-index: -1;
}

.c_table__tr:last-child {
  border-bottom: 1px solid #cdd2d7;
}
.c_table__th, .c_table__td {
  padding: 15px;
}
.c_table__th {
  flex-shrink: 0;
  padding-bottom: 0;
  border-top: 1px solid #cdd2d7;
  color: #26408d;
  font-weight: 400;
}
.c_table__td {
  width: 100%;
}

.c_link {
  position: relative;
  color: #26408d;
  padding-right: 30px;
  transition: all 0.5s;
}
.c_link::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 16px;
  height: 10px;
  background: url(../images/icon_external.svg) no-repeat center/contain;
}

.c_link_line {
  color: #26408d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c_list__item {
  position: relative;
  padding-left: 15px;
}
.c_list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #798cc1;
  border-radius: 100%;
}

.c_select {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #798cc1;
  cursor: pointer;
  z-index: 2;
}
.c_select__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #26408d;
  font-weight: 500;
}
.c_select__list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 0;
  background-color: #f6f6f6;
}
.c_select__list.active {
  display: block;
}
.c_select__link {
  display: block;
  padding: 0 20px;
  transition: all 0.5s;
}
.c_select::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 22px;
  transform: rotate(90deg);
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_blue.svg) no-repeat center/contain;
}

.pagination > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 60px;
}
.pagination a,
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 40px;
  height: 40px;
  border-radius: 7px;
  background-color: #f6f7f9;
  color: #26408d;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s;
}
.pagination a.current, .pagination a.active,
.pagination span.current,
.pagination span.active {
  background-color: #26408d;
  color: #fff;
}
.pagination .dots {
  min-width: 30px;
  background-color: transparent;
}
.pagination .dots::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  background: url(../images/icon_dots.svg) no-repeat center/contain;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  position: absolute;
  top: 0;
  background-color: #26408d;
  font-size: 0;
}
.pagination .previouspostslink::before,
.pagination .nextpostslink::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
}
.pagination .previouspostslink {
  left: 0;
}
.pagination .previouspostslink::before {
  transform: scaleX(-1);
}
.pagination .nextpostslink {
  right: 0;
}

.c_point {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px 20px;
}
.c_point__item_num {
  position: relative;
  display: block;
  margin-bottom: 45px;
  color: #cdd2d7;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
.c_point__item_num::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 1px;
  background-color: #cdd2d7;
}
.c_point__item .c_title_sec {
  margin-bottom: 30px;
  text-align: center;
}
.c_point__item_image {
  margin-bottom: 26px;
}

.c_flow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #fff;
}
.c_flow__item:last-child {
  margin-bottom: 0;
}
.c_flow__item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background-color: #26408d;
  border-radius: 100%;
  color: #fff;
}
.c_flow__item_num .text {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c_flow__item_num .num {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.c_flow__item_icon {
  flex-shrink: 0;
  width: 70px;
  text-align: center;
  margin: 0 20px;
}
.c_flow__item_content {
  width: 100%;
  margin-top: 20px;
}
.c_flow__item .c_title_sec {
  font-weight: 500;
}

.c_faq__item {
  margin-bottom: 10px;
}
.c_faq__item:last-child {
  margin-bottom: 0;
}
.c_faq__item.active .c_faq__item_q::after {
  transform: rotate(0);
  opacity: 0;
}
.c_faq__item_q {
  display: flex;
  align-items: center;
  padding: 18px 0;
  background-color: #f6f7f9;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s;
}
.c_faq__item_q::before, .c_faq__item_q::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 18px;
  width: 16px;
  height: 2px;
  background-color: #26408d;
  z-index: 1;
  transition: all 0.5s;
}
.c_faq__item_q::after {
  transform: rotate(90deg);
}
.c_faq__item_a {
  display: none;
  padding: 18px 0;
  letter-spacing: 0;
}
.c_faq__item_q, .c_faq__item_a {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  color: #373e48;
}
.c_faq__item_a {
  padding-right: 20px;
}
.c_faq__item .qa {
  position: absolute;
  top: 18px;
  left: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.c_note {
  color: #676771;
  font-size: 0.75rem;
}

.c_bnr {
  background-color: #001f7a;
  padding: 30px;
}
.c_bnr__content {
  margin-bottom: 30px;
}
.c_bnr__title {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.c_bnr__sub {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}
.c_bnr .c_note {
  color: #fff;
}
.c_bnr .c_btn {
  margin: 0;
  font-weight: 500;
  max-width: 280px;
  height: 48px;
}
.c_bnr .c_btn::before {
  right: 26px;
}

.c_contact__title {
  position: relative;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}
.c_contact__title .text {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}
.c_contact__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  z-index: -1;
}
.c_contact__tel {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.c_contact__tel .text {
  font-size: 1.125rem;
}
.c_contact__tel .text:last-child {
  display: block;
  line-height: 1.5;
}
.c_contact__tel .num {
  font-size: 1.75rem;
}
.c_contact__add {
  font-size: 1rem;
  text-align: center;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 30px 0;
  background-color: #232536;
}
.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}
.cookie__close {
  flex-shrink: 0;
  margin-top: 10px;
}
.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #26408d;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.loading .spinner {
  position: relative;
  width: 22.4px;
  height: 22.4px;
}
.loading .spinner::before,
.loading .spinner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  animation: spinner-b4c8mmmd 0.5s backwards, spinner-49opz7md 1.25s 0.5s infinite ease;
  border: 5.6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 -33.6px 0 -5.6px #fff;
  position: absolute;
}
.loading .spinner::after {
  animation-delay: 0s, 1.25s;
}
@keyframes spinner-b4c8mmmd {
  from {
    box-shadow: 0 0 0 -5.6px #fff;
  }
}
@keyframes spinner-49opz7md {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c_feature {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.c_feature__item_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  padding: 30px 20px;
  background-color: #fff;
}
.c_feature__item_title {
  margin-top: 15px;
  color: #26408d;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.c_feature__item_text {
  font-size: 1rem;
  line-height: 1.8;
}

.c_frame {
  padding: 30px;
  background-color: #f6f7f9;
}
.c_frame__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.c_frame__item:last-child {
  margin-bottom: 0;
}
.c_frame__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_frame__item_box {
  width: 100%;
}
.c_frame__item_title {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
.c_list_col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 30px;
}
.c_list_col__item_image {
  margin-bottom: 15px;
}
.c_list_col__item_image img {
  width: 100%;
}
.c_list_col__item .c_title_sec {
  margin-bottom: 10px;
}
.c_list_col__item_text {
  font-size: 1rem;
}

.text_medium {
  font-weight: 500;
}

hr {
  margin: 30px 0;
  border-top: 1px solid #cdd2d7;
}

.clear {
  clear: both;
}

@media screen and (min-width: 576px){
  .c_table__tr:last-child {
    border-bottom: none;
  }
  .c_table__tr {
    display: flex;
    border-bottom: none;
  }
  .c_table__tr:last-child .c_table__th,
  .c_table__tr:last-child .c_table__td {
    border-bottom: 1px solid #cdd2d7;
  }
  .c_table__th {
    margin-right: 20px;
    width: 160px;
    padding-bottom: 15px;
  }
  .c_table__td {
    border-top: 1px solid #cdd2d7;
  }
  .c_contact__tel .text:last-child {
    line-height: 2;
    display: inline-block;
  }
}

@media screen and (min-width: 768px){
  .pagination > div {
    padding: 0;
  }
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    position: initial;
  }
  .pagination .previouspostslink {
    margin-right: 15px;
  }
  .pagination .nextpostslink {
    margin-left: 15px;
  }
  .c_point {
    flex-direction: row;
  }
  .c_point__item {
    width: 360px;
  }
  .c_flow__item {
    justify-content: space-between;
    flex-direction: row;
  }
  .c_flow__item_num {
    width: 146px;
    height: 146px;
    margin-bottom: 0;
  }
  .c_flow__item_num .text {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .c_flow__item_num .num {
    font-size: 2rem;
  }
  .c_flow__item_icon {
    width: 140px;
  }
  .c_flow__item_content {
    width: 650px;
    margin-top: 0;
  }
  .c_bnr {
    min-height: 150px;
    padding: 30px 40px;
    flex-direction: row;
  }
  .c_bnr__title {
    margin-bottom: 20px;
  }
  .cookie__wrap {
    display: flex;
  }
  .cookie__close {
    margin: 0 0 0 30px;
  }
  .c_feature {
    flex-direction: row;
    gap: 20px;
  }
  .c_feature__item {
    width: 360px;
  }
  .c_feature__item_info {
    height: 210px;
    padding: 20px 10px;
  }
  .c_feature__item_title {
    font-size: 1.125rem;
  }
  .c_frame__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
  .c_frame__item_image {
    flex-shrink: 0;
    width: 32.0509615385%;
  }
  .c_frame__item_box {
    padding-top: 12px;
  }
  .c_list_col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px){
  .mainvisual_sub {
    height: 501px;
    padding-top: 182px;
  }
  .mainvisual_sub__title_en {
    font-size: 3.375rem;
  }
  .mainvisual_sub__title_jp {
    font-size: 3.125rem;
  }
  .breadcrumd {
    padding: 13px 0;
  }
  .breadcrumd__link:hover {
    opacity: 0.7;
  }
  .c_btn {
    padding: 15px 20px;
  }
  .c_btn::before {
    right: 45px;
  }
  .c_btn {
    min-height: 58px;
  }
  .c_btn:hover {
    opacity: 0.7;
  }
  .c_btn--external::before {
    width: 22px;
    height: 16px;
  }
  .c_btn.tpl {
    min-width: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c_btn_arrow {
    padding-left: 66px;
  }
  .c_btn_arrow::before {
    width: 46px;
    height: 46px;
  }
  .c_btn_arrow:hover::before {
    left: 10px;
  }
  .c_title {
    margin-bottom: 72px;
  }
  .c_title__en {
    margin-bottom: 6px;
    font-size: 2.5rem;
  }
  .c_title__jp {
    font-size: 2rem;
  }
  .c_title_sec {
    font-size: 1.5rem;
  }
  .c_title_tpl {
    font-size: 1.5rem;
  }
  .page_intro {
    padding: 80px 0 158px;
  }
  .page_intro__wrap {
    position: relative;
    display: flex;
  }
  .page_intro__content {
    padding-top: 66px;
    width: 560px;
    margin: 0 50px 0 0;
  }
  .page_intro__title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .page_intro__text {
    font-size: 1.125rem;
  }
  .page_intro__image {
    position: absolute;
    top: 0;
    left: 640px;
    width: 900px;
  }
  .c_table__th, .c_table__td {
    padding: 26px 20px;
  }
  .c_table__th {
    width: 260px;
    margin-right: 40px;
  }
  .c_link:hover {
    opacity: 0.7;
  }
  .c_link::before {
    top: 10px;
  }
  .c_link_line:hover {
    text-decoration: none;
  }
  .c_list__item::before {
    top: 14px;
    width: 7px;
    height: 7px;
  }
  .c_select__link:hover {
    opacity: 0.7;
  }
  .pagination a,
  .pagination span {
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 1.25rem;
  }
  .pagination a:hover {
    background-color: #26408d;
    color: #fff;
  }
  .pagination .dots {
    min-width: 50px;
  }
  .pagination .dots::before {
    width: 28px;
  }
  .pagination .previouspostslink:hover,
  .pagination .nextpostslink:hover {
    opacity: 0.7;
  }
  .c_point {
    gap: 40px;
  }
  .c_point__item_num {
    font-size: 4.5rem;
  }
  .c_flow__item {
    min-height: 260px;
    padding: 30px 60px;
  }
  .c_faq__item {
    margin-bottom: 13px;
  }
  .c_faq__item_q {
    padding: 34px 0;
  }
  .c_faq__item_q:hover {
    opacity: 0.7;
  }
  .c_faq__item_q::before, .c_faq__item_q::after {
    top: 48px;
    right: 40px;
    width: 24px;
  }
  .c_faq__item_a {
    padding: 28px 0;
  }
  .c_faq__item_q, .c_faq__item_a {
    padding-left: 96px;
    padding-right: 96px;
  }
  .c_faq__item_a {
    padding-right: 96px;
  }
  .c_faq__item .qa {
    top: 30px;
    left: 30px;
    font-size: 2rem;
  }
  .c_note {
    font-size: 0.875rem;
  }
  .c_bnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    padding: 30px 60px;
  }
  .c_bnr__content {
    margin: 0 30px 0 0;
  }
  .c_bnr__title {
    font-size: 1.75rem;
  }
  .c_bnr__sub {
    font-size: 1.25rem;
  }
  .c_bnr .c_btn {
    max-width: 395px;
    height: 58px;
  }
  .c_contact__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .c_contact__tel {
    margin-bottom: -4px;
  }
  .c_contact__tel .text {
    font-size: 1.25rem;
  }
  .c_contact__tel .num {
    margin-left: 12px;
    font-size: 2.5rem;
    pointer-events: none;
  }
  .c_contact__add {
    font-size: 1.125rem;
  }
  .c_feature {
    gap: 40px;
  }
  .c_feature__item_title {
    font-size: 1.25rem;
  }
  .c_feature__item_text {
    font-size: 1.125rem;
  }
  .c_frame {
    padding: 60px;
  }
  .c_frame__item {
    margin-bottom: 40px;
  }
  .c_frame__item_title {
    font-size: 1.125rem;
  }
  .c_list_col {
    gap: 76px 40px;
  }
  .c_list_col__item_image {
    margin-bottom: 25px;
  }
  .c_list_col__item_text {
    font-size: 1.125rem;
  }
  hr {
    margin: 40px 0;
  }
}

@media screen and (min-width: 1280px){
  .c_feature__item_title {
    font-size: 1.5rem;
  }
}
/* youtube enbed */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply .c_bnr {
  margin-bottom: 29px;
}
.apply .c_bnr:last-of-type {
  margin-bottom: 20px;
}
.apply .c_bnr__title {
  margin-bottom: 0;
}
.apply .c_bnr__link {
  width: 100%;
}
.apply .c_bnr .c_btn {
  width: 100%;
  margin-bottom: 20px;
}
.apply .c_bnr .c_btn:last-child {
  margin-bottom: 0;
}
.apply .c_bnr .c_btn--external::before {
  background: url(../images/icon_external.svg) no-repeat center/contain;
}
.apply .c_bnr .c_note {
  margin: 18px 0 0;
}

/*# sourceMappingURL=maps/common.css.map */
