@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*レスポンシブブレイクポイント*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #444;
  background: #fff;
  font-family: "BIZ UDGothic", "游ゴシック	Medium", "Yu	GothitMedium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

/*ヘッダー*/
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 990;
  background: #fff;
  border-bottom: 3px solid #1d2475;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header .l-header_container {
  padding: 0 0 0 40px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .l-header .l-header_container {
    padding: 12px;
    box-sizing: border-box;
  }
}
.l-header .l-header_container .l-container_title {
  margin-right: auto;
}
.l-header .l-header_container .l-container_title .l-title_catch {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_title .l-title_catch {
    font-size: 1rem;
  }
}
.l-header .l-header_container .l-container_title .l-title_logo .l-logo_image {
  width: 306px;
  height: 29px;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_title .l-title_logo .l-logo_image {
    width: 220px;
    height: auto;
  }
}
.l-header .l-header_container .l-container_navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
  padding-bottom: 8px;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation {
    position: absolute;
    display: block;
    left: -100vw;
    top: 58px;
    width: 100vw;
    background: #e9eaec;
    box-sizing: border-box;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_container {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_container {
    margin-right: 0;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_container .l-navigation_tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 46px;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_container .l-navigation_tel {
    display: none;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_container .l-navigation_tel .l-tel_image {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.l-header .l-header_container .l-container_navigation .l-navigation_container .l-navigation_tel .l-tel_number {
  font-size: 24px;
  font-weight: 700;
  margin-right: 12px;
  color: #00488e;
}
.l-header .l-header_container .l-container_navigation .l-navigation_container .l-navigation_tel .l-tel_text {
  font-size: 12px;
  letter-spacing: 0.05rem;
  color: #222;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #e9eaec;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 1.4rem;
  margin-right: 16px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item:last-of-type {
  margin-right: 0;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item .l-item_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #444;
  text-decoration: none;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item .l-item_link:hover {
  color: #888;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_contact {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_contact {
    display: block;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_checkbox {
  display: none;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-item_label {
  position: relative;
  padding-right: 12px;
  box-sizing: border-box;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-item_label:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  color: #00488e;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 6px;
  right: 0;
  transform: rotate(135deg);
  transition-duration: 0.15s;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-item_label:hover {
  color: #888;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  width: auto;
  white-space: nowrap;
  background: #eee;
  z-index: 999;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background: transparent;
    font-weight: 400;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown:hover {
  display: block;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item {
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item {
    border-bottom: 0;
    margin-left: 8px;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #444;
  text-decoration: none;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:hover {
  color: #888;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item:hover > .l-list_dropdown {
  display: block;
}
.l-header .l-header_container .l-container_navigation .l-navigation_list .l-list_item:hover > .l-item_label:before {
  transform: rotate(-45deg) translateY(3px) translateX(-3px);
  transition-duration: 0.15s;
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact {
  position: relative;
  width: 80px;
  height: 80px;
  transition-duration: 0.7s;
  background-image: linear-gradient(to bottom, #313dc7, #1d2475);
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-header .l-header_container .l-container_navigation .l-navigation_contact {
    display: none;
  }
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #1d2475, #1d2475);
  transform: translateX(100%);
  z-index: 1;
  transition-duration: 0.15s;
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact:hover:before {
  transform: translateX(0);
  z-index: 1;
  transition-duration: 0.15s;
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact .l-contact_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact .l-contact_image {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.l-header .l-header_container .l-container_navigation .l-navigation_contact .l-contact_text {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.l-header .l-sp_tel_box {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-sp_tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    box-sizing: border-box;
    background: #e9eaec;
  }
}
.l-header .l-sp_tel_box .l-sp_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-sp_tel_box .l-sp_tel .l-sp_tel_image {
  width: 28px;
  height: 28px;
}
.l-header .l-sp_tel_box .l-sp_tel .l-sp_tel_text {
  font-size: 32px;
  margin-left: 12px;
  color: #00488e;
  font-weight: 600;
}
.l-header .l-sp_tel_box .l-sp_tel_time {
  font-size: 1.3rem;
}
.l-header .l-header_toggle {
  display: none;
}
.l-header .l-hamburger_box {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-hamburger_box {
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 32px;
    top: -8px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
  }
  .l-header .l-hamburger_box .l-hamburger_menu {
    width: 100%;
    height: 4px;
    background: #1d2475;
    border-radius: 2px;
    transition: 0.2s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(1) {
    top: 0;
    transition-duration: 0.1s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
    transform: translateY(8px);
    transition-duration: 0.1s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
    transform: translateY(16px);
    transition-duration: 0.1s;
  }
}
.l-header #header_toggle:checked ~ .l-hamburger_box {
  transform: translateX(10px);
}
.l-header #header_toggle:checked ~ .l-container_navigation {
  transform: translateX(100vw);
  transition: all 0.5s;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu {
  transform: rotate(45deg) translateY(13px);
  transition-duration: 0.1s;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
  display: none;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg) translateY(-3px) translateX(-11px);
  transition-duration: 0.1s;
}

.l-under_heroimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-image: url(../images/common/under_heroimage.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .l-under_heroimage {
    height: 160px;
  }
}

.l-main_wrapper {
  flex: 1;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  max-width: 1056px;
  padding: 0 4px;
  box-sizing: border-box;
  margin: auto;
}
.l-main .anchor_link {
  padding-top: 90px;
  margin-top: -90px;
  box-sizing: border-box;
}
.l-main .l-main_undersection {
  margin-bottom: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}
.l-main .l-main_undersection:last-of-type {
  border-bottom: 0;
}
.l-main .l-main_undersection .l-undersection_box {
  margin-bottom: 60px;
}
.l-main .l-main_undersection .l-undersection_box > p {
  margin-bottom: 1rem;
}
.l-main .l-main_undersection .l-undersection_box > p:last-of-type {
  margin-bottom: 0;
}

.l-footer {
  position: relative;
  width: 100%;
}
.l-footer .l-footer_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-footer .l-footer_container {
    display: block;
  }
}
.l-footer .l-footer_container .l-contaienr_address .l-adress_list {
  position: relative;
  list-style: none;
  font-size: 1.4rem;
}
.l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_logo {
  width: auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_logo {
    max-width: 100%;
  }
}
.l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_tel {
  position: relative;
  list-style: none;
  margin-top: 12px;
}
.l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_tel .l-tel_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00488e;
  color: #fff;
  font-size: 2.2rem;
  padding: 0 14px;
  font-weight: 500;
  border-right: 2px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_tel .l-tel_number {
    width: 50%;
    font-size: 2.8rem;
    padding: 8px 14px;
    border-radius: 2px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_tel .l-tel_number {
    width: 100%;
  }
}
.l-footer .l-footer_container .l-contaienr_address .l-adress_list .l-list_tel .l-tel_number .l-number_image {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
.l-footer .l-footer_container .l-container_navigation {
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer .l-footer_container .l-container_navigation {
    display: none;
  }
}
.l-footer .l-footer_container .l-container_navigation .l-navigation_list {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  text-align: left;
}
.l-footer .l-footer_container .l-container_navigation .l-navigation_list .l-list_item {
  font-size: 1.4rem;
}
.l-footer .l-footer_container .l-container_navigation .l-navigation_list .l-list_item:nth-of-type(n + 1) {
  margin-left: 12px;
}
.l-footer .l-footer_container .l-container_navigation .l-navigation_list .l-list_link {
  color: #444;
  text-decoration: none;
}
.l-footer .l-footer_container .l-container_navigation .l-navigation_list .l-list_link:hover {
  text-decoration: underline;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 2px;
  left: 1px;
  background: #00488e;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  top: calc(50% - 1px);
  left: 1px;
  background: #00488e;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item:last-of-type:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(50% - 2px);
  top: 2px;
  left: 1px;
  background: #00488e;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item .l-sublist_link {
  color: #444;
  text-decoration: none;
  font-size: 1.4rem;
}
.l-footer .l-footer_container .l-container_navigation .l-navigaition_sublist .l-sublist_item .l-sublist_link:hover {
  text-decoration: underline;
}
.l-footer .l-footer_outlinkgroup {
  position: relative;
  padding: 60px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-footer .l-footer_outlinkgroup {
    display: block;
    text-align: center;
  }
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink {
  position: relative;
  transition-duration: 0.2s;
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .l-footer .l-footer_outlinkgroup .l-footer_outlink:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.l-footer .l-footer_copywrite {
  background: #1d2475;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-footer .l-footer_copywrite {
    font-size: 1rem;
  }
}

.c-page_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.4rem;
}
@media (max-width: 767px) {
  .c-page_title {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
}

.c-section_title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #1d2475;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  padding-bottom: 10px;
  margin-bottom: 36px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-section_title {
    font-size: 2rem;
  }
}
.c-section_title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #00488e;
}

.c-section_subtitle {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-left: 12px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-section_subtitle {
    font-size: 1.9rem;
  }
}
.c-section_subtitle:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 2.2rem;
  top: 9px;
  left: 0;
  background: #1d2475;
}
@media (max-width: 767px) {
  .c-section_subtitle:before {
    height: 1.8rem;
    top: 7px;
  }
}

.c-section_headline {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
  color: #111;
}

.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: -68px;
  transition-duration: 0.2s;
  z-index: 998;
}
.c-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #555;
  border-radius: 50%;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
}
.c-pagetop a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  color: #fff;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateX(-7%) translateY(-50%);
  z-index: 999;
}
.c-pagetop.c-pagetop_run {
  transform: translateY(-88px);
  transition-duration: 0.2s;
}

.c-table_horizontal {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-table_horizontal {
    width: auto;
    overflow-x: scroll;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
}

.js-content04_subtitle {
  display: inline;
  background-image: linear-gradient(to bottom, transparent 65%, #ccf0ff 65%);
  background-repeat: no-repeat;
  background-size: 0 100%;
}

.js-content04_subtitle_run {
  display: inline;
  background-size: 100% 100%;
  transition: all 0.6s;
}

.js-content01_text {
  width: 0;
  height: 80px;
  opacity: 0;
}
@media (max-width: 767px) {
  .js-content01_text {
    height: 60px;
  }
}

.js-content01_text_run {
  width: 388px;
  height: 80px;
  transition: all 0.6s;
  opacity: 1;
}
@media (max-width: 767px) {
  .js-content01_text_run {
    width: 90%;
    height: 60px;
  }
}

.js-content01_text_span {
  opacity: 0;
  transition-delay: 0.5s;
}

.js-content01_text_span_run {
  opacity: 1;
  transition-delay: 0.6s;
  transition-duration: 0.8s;
}

.js-content02_box {
  opacity: 0;
}
.js-content02_box .js-content02_card {
  opacity: 0;
}

.js-content02_box_run {
  opacity: 1;
  transition-duration: 0.6s;
  opacity: 1;
  transition-duration: 0.6s;
  opacity: 1;
  transition-duration: 0.6s;
  opacity: 1;
  transition-duration: 0.6s;
}
.js-content02_box_run .js-content02_card:nth-of-type(1) {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: calc(1s * 0.21);
}
.js-content02_box_run .js-content02_card:nth-of-type(2) {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: calc(2s * 0.21);
}
.js-content02_box_run .js-content02_card:nth-of-type(3) {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: calc(3s * 0.21);
}
.js-content02_box_run .js-content02_card:nth-of-type(4) {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: calc(4s * 0.21);
}

.js-content04_textarea {
  opacity: 0;
}

.js-content04_textarea_run {
  transition: all 0.6s;
  opacity: 1;
}

.js-content04_image {
  position: relative;
  overflow: hidden;
}
.js-content04_image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d2475;
}

.js-content04_image_run {
  position: relative;
}
.js-content04_image_run:after {
  transition-duration: 0.25s;
  opacity: 0;
  transform: translateX(100%);
}

.js-content05_card {
  opacity: 0;
}

.js-content05_card_run {
  transition: all 0.5s;
  opacity: 1;
}
.js-content05_card_run:nth-last-of-type(2n) {
  transition-delay: 0.1s;
}

/*トップページ*/
.p-heroimage {
  position: relative;
  width: 100%;
  height: 640px;
  background-image: url(../images/index/heroimage_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-heroimage {
    background-position: top center;
    background-size: auto 440px;
    background-repeat: no-repeat;
    height: 860px;
  }
}
.p-heroimage .p-heroimage_catchcopy {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  left: 40px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    left: 0;
    top: 0;
    bottom: auto;
    height: 420px;
    box-sizing: border-box;
    padding: 12px;
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  font-size: 2.8rem;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-animation-name: icons_icon_animation;
          animation-name: icons_icon_animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left top, #0083aa, #006c8c);
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon {
    width: 108px;
    height: 108px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon:nth-of-type(1) {
  -webkit-animation-delay: calc((1s * 0.4) + 0.5s);
          animation-delay: calc((1s * 0.4) + 0.5s);
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon:nth-of-type(2) {
  -webkit-animation-delay: calc((2s * 0.4) + 0.5s);
          animation-delay: calc((2s * 0.4) + 0.5s);
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon:nth-of-type(3) {
  -webkit-animation-delay: calc((3s * 0.4) + 0.5s);
          animation-delay: calc((3s * 0.4) + 0.5s);
}
@-webkit-keyframes icons_icon_animation {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes icons_icon_animation {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon:nth-of-type(2) {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy .p-catchcopy_icons .p-icons_icon:nth-of-type(2) {
    margin: auto;
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_title {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: catchcopy_title_animation;
          animation-name: catchcopy_title_animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy .p-catchcopy_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@-webkit-keyframes catchcopy_title_animation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes catchcopy_title_animation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-heroimage .p-heroimage_catchcopy .p-catchcopy_subtitle {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: catchcopy_subtitle_animation;
          animation-name: catchcopy_subtitle_animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_catchcopy .p-catchcopy_subtitle {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes catchcopy_subtitle_animation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes catchcopy_subtitle_animation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-heroimage .p-heroimage_pickup {
  position: absolute;
  top: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_pickup {
    top: auto;
    bottom: 20px;
    right: auto;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-heroimage .p-heroimage_pickup .p-pickup_title {
  display: inline-block;
  background: #1d2475;
  color: #fff;
  font-size: 2.4rem;
  padding: 6px 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0 2px 0 #111544;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_pickup .p-pickup_title {
    width: 100%;
    font-size: 2rem;
    line-height: 140%;
  }
}
.p-heroimage .p-heroimage_pickup .p-pickup_title .p-title_small {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_pickup .p-pickup_title .p-title_small {
    font-size: 1.6rem;
  }
}
.p-heroimage .p-heroimage_pickup .p-pickup_list {
  counter-reset: heroimage-pickup_number;
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_pickup .p-pickup_list {
    margin-bottom: 20px;
  }
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_item {
  position: relative;
  padding-left: 28px;
  box-sizing: border-box;
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_item:nth-of-type(n + 1) {
  margin-top: 8px;
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #0055a8, #00488e);
  border-radius: 50%;
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_item:after {
  counter-increment: heroimage-pickup_number;
  content: counter(heroimage-pickup_number);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1px;
  top: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.3rem;
  color: #fff;
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_link {
  color: #444;
  text-decoration: underline;
}
.p-heroimage .p-heroimage_pickup .p-pickup_list .p-list_link:hover {
  text-decoration: none;
}
.p-heroimage .p-heroimage_pickup .p-pickup_book {
  width: 100%;
  border-top: 1px dashed #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-heroimage .p-heroimage_pickup .p-pickup_book .p-book_image {
    width: 120px;
  }
}

.p-index_title {
  font-family: "Noto Serif JP", serif;
  position: relative;
  color: #181e61;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-index_title {
    font-size: 2rem;
    margin-bottom: 36px;
  }
}

.p-index_content01 {
  position: relative;
  background-image: linear-gradient(to bottom, #f1f2f3, #e9eaec);
  padding: 60px 0 0;
  box-sizing: border-box;
}
.p-index_content01:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  content: "";
  z-index: -1;
  background-image: linear-gradient(to bottom, #f1f2f3, #e9eaec);
}
.p-index_content01 .p-content01_top {
  position: relative;
  min-height: 320px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.p-index_content01 .p-content01_top .p-top_text {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  background: #fff;
  transform: translateX(-50%);
  font-size: 2.4rem;
  border-radius: 16px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text {
    position: relative;
    font-size: 1.8rem;
    border-radius: 8px;
  }
}
.p-index_content01 .p-content01_top .p-top_text:before, .p-index_content01 .p-content01_top .p-top_text:after {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.p-index_content01 .p-content01_top .p-top_text:before {
  width: 16px;
  height: 16px;
}
.p-index_content01 .p-content01_top .p-top_text:after {
  width: 8px;
  height: 8px;
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(1) {
  top: 0;
  left: 50%;
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(1):before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(1):before {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(1):after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -52px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(1):after {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(2) {
  top: 100px;
  left: 30%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(2) {
    top: 0;
    left: 50%;
    margin-top: 10px;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(2):before {
  right: 48px;
  bottom: -24px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(2):before {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(2):after {
  right: 42px;
  bottom: -46px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(2):after {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(3) {
  top: 100px;
  right: 30%;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(3) {
    top: 0;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(3):before {
  left: 48px;
  bottom: -24px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(3):before {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(3):after {
  left: 42px;
  bottom: -46px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(3):after {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(4) {
  top: 200px;
  left: 0;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(4) {
    top: 0;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(4):before {
  right: 24px;
  bottom: -24px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(4):before {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(4):after {
  right: 12px;
  bottom: -36px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(4):after {
    display: none;
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(5) {
  top: 200px;
  right: 0;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(5) {
    top: 0;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(5):before {
  left: 24px;
  bottom: -24px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(5):before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-index_content01 .p-content01_top .p-top_text:nth-of-type(5):after {
  left: 12px;
  bottom: -36px;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_top .p-top_text:nth-of-type(5):after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-index_content01 .p-content01_bottom {
  text-align: center;
}
.p-index_content01 .p-content01_bottom .p-bottom_image01 {
  width: 250px;
  height: auto;
}
@media (max-width: 767px) {
  .p-index_content01 .p-content01_bottom .p-bottom_image01 {
    width: 204px;
  }
}

.p-index_content02 {
  position: relative;
  padding: 140px 0 0;
  background: #f9f9f9;
  z-index: -3;
}
.p-index_content02:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  content: "";
  z-index: -2;
  background: #f9f9f9;
}
.p-index_content02:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 80px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  content: "";
  z-index: -1;
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  border-color: #e9eaec transparent transparent transparent;
}
.p-index_content02 .p-content02_box_wrapper {
  width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  background-image: url(../images/index/img_content02_01.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 440px auto;
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_box_wrapper {
    display: block;
    padding-bottom: 400px;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
.p-index_content02 .p-content02_box {
  counter-reset: content02_box_number;
  width: 630px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 12px;
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_box {
    display: block;
    width: 100%;
  }
}
.p-index_content02 .p-content02_box .p-box_card {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 630px;
  height: 60px;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 12px 12px 12px 90px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_box .p-box_card {
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 8px;
    padding: 0 0 0 60px;
  }
}
.p-index_content02 .p-content02_box .p-box_card:before {
  counter-increment: content02_box_number;
  content: "0" counter(content02_box_number);
  position: absolute;
  left: -2px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: calc(100% + 4px);
  font-size: 2.2rem;
  color: #fff;
  background-image: linear-gradient(to right, #1d2475, #161b58);
  border-radius: 2px 0 0 2px;
  padding-left: 4px;
  box-sizing: border-box;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_box .p-box_card:before {
    width: 38px;
    font-size: 1.7rem;
    padding-left: 2px;
  }
}
.p-index_content02 .p-content02_box .p-box_card:after {
  position: absolute;
  content: "";
  left: 62px;
  top: -2px;
  height: calc(100% + 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid #161b58;
  border-right: 0;
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_box .p-box_card:after {
    left: 36px;
    border-left: 12px solid #161b58;
  }
}
.p-index_content02 .p-content02_text {
  display: inline-block;
  width: 630px;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-index_content02 .p-content02_text {
    width: 100%;
    font-size: 1.5rem;
  }
}

.p-index_content03 {
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.p-index_content03 .p-content03_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-index_content03 .p-content03_title {
    font-size: 2rem;
    text-align: center;
  }
}
.p-index_content03 .p-content03_iframe {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 240px;
  padding: 12px;
  box-sizing: border-box;
}

.p-index_content04 {
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
  background: #f9f9f9;
}
.p-index_content04:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  content: "";
  z-index: -2;
  background: #f9f9f9;
}
.p-index_content04 .p-content04_card_group {
  position: relative;
}
.p-index_content04 .p-content04_card_group .p-content04_card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px dashed #aaa;
  height: 500px;
  margin-bottom: 40px;
}
.p-index_content04 .p-content04_card_group .p-content04_card:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card {
    justify-content: flex-end;
  }
  .p-index_content04 .p-content04_card_group .p-content04_card:last-of-type {
    height: auto;
  }
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea {
  position: relative;
  display: block;
  width: 600px;
  height: 360px;
  background: rgba(250, 250, 250, 0.95);
  border-radius: 2px;
  padding: 12px 24px;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea {
    width: calc(100% - 12px);
    height: auto;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  color: #1d2475;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_title {
    font-size: 2.2rem;
  }
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_subtitle {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: inline;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 2.2rem;
  color: #222;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_subtitle {
    padding: 0;
    font-size: 1.8rem;
  }
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_text:first-of-type {
  margin-top: 16px;
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-card_textarea .p-card_text:last-of-type {
  margin-bottom: 0;
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-content04_figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.p-index_content04 .p-content04_card_group .p-content04_card .p-content04_figure .p-figure_image {
  width: auto;
  height: 400px;
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card .p-content04_figure .p-figure_image {
    width: 100%;
    height: auto;
  }
}
.p-index_content04 .p-content04_card_group .p-content04_card:nth-of-type(2n) {
  justify-content: flex-end;
}
.p-index_content04 .p-content04_card_group .p-content04_card:nth-of-type(2n) .p-content04_figure {
  right: 100%;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .p-index_content04 .p-content04_card_group .p-content04_card:nth-of-type(2n) .p-content04_figure {
    right: 0;
    transform: translateX(0);
  }
}

.p-index_content05 {
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
  background: #e9eaec;
}
.p-index_content05:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  content: "";
  z-index: -2;
  background: #e9eaec;
}
.p-index_content05 .p-content05_card_group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-index_content05 .p-content05_card_group .p-content05_card {
  width: 518px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card {
    width: 100%;
  }
  .p-index_content05 .p-content05_card_group .p-content05_card:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-index_content05 .p-content05_card_group .p-content05_card:nth-of-type(n + 3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card .p-content05_image {
    width: 100%;
    height: auto;
  }
}
.p-index_content05 .p-content05_card_group .p-content05_card .p-content05_title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #1d2475;
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card .p-content05_title {
    font-size: 2rem;
  }
}
.p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list {
  position: relative;
  list-style: none;
  padding: 0 24px 24px;
  box-sizing: border-box;
}
.p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item {
  position: relative;
  font-size: 1.8rem;
  padding-left: 26px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 6px;
  height: 4px;
  background: #1d2475;
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item:before {
    top: 11px;
  }
}
.p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 13px;
  width: 6px;
  height: 4px;
  background: #d1c88a;
}
@media (max-width: 767px) {
  .p-index_content05 .p-content05_card_group .p-content05_card .p-content05_list .p-list_item:after {
    top: 11px;
  }
}

.p-index_contact {
  position: relative;
  padding: 180px 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .p-index_contact {
    padding: 60px 0;
  }
}
.p-index_contact:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  content: "";
  z-index: -1;
  background-image: url("../images/common/img_contact_bg.jpg");
  background-position: center center;
  background-size: cover;
}
.p-index_contact .p-contact_text01 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 60px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .p-index_contact .p-contact_text01 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
.p-index_contact .p-contact_text02 {
  display: inline-block;
  background: #00488e;
  color: #fff;
  width: 228px;
  font-size: 2.4rem;
  line-height: 50px;
  margin-bottom: 50px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .p-index_contact .p-contact_text02 {
    font-size: 1.8rem;
    width: 160px;
    line-height: 42px;
  }
}
.p-index_contact .p-contact_text03 {
  color: #444;
  font-size: 2rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-index_contact .p-contact_text03 {
    font-size: 1.6rem;
  }
}
.p-index_contact .p-contact_button {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(to right bottom, #111544, #1d2475);
  width: 494px;
  line-height: 90px;
  border-radius: 45px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #1d2475;
  box-sizing: border-box;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .p-index_contact .p-contact_button {
    width: calc(100% - 36px);
    line-height: 62px;
    font-size: 2.2rem;
  }
}
.p-index_contact .p-contact_button:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  color: #fff;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 46%;
  right: 40px;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .p-index_contact .p-contact_button:before {
    top: 44%;
  }
}
.p-index_contact .p-contact_button:hover {
  color: #1d2475;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
  transform: translateY(-2px);
  font-weight: 500;
  transition-duration: 0.2s;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}
.p-index_contact .p-contact_button:hover:before {
  color: #1d2475;
  transform: translateX(3px) rotate(45deg);
  transition-duration: 0.3s;
}

/*各種支援ページ*/
.p-service_box {
  position: relative;
  background: #fafafa;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.p-service_box:last-child {
  margin-bottom: 0;
}

.p-service_list {
  position: relative;
  list-style: none;
}
.p-service_list .p-list_item {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 12px;
  box-sizing: border-box;
}
.p-service_list .p-list_item:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 12px;
  background: #00488e;
  border-radius: 50%;
}

.p-service_list_iroha {
  position: relative;
  list-style: none;
  counter-reset: service_list_iroha_number;
}
.p-service_list_iroha .p-list_item {
  position: relative;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding-left: 4.5rem;
  text-indent: -4.5rem;
}
.p-service_list_iroha .p-list_item:before {
  counter-increment: service_list_iroha_number;
  content: "(" counter(service_list_iroha_number, katakana-iroha) ")";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}

.p-service_dl {
  margin-bottom: 20px;
}
.p-service_dl:last-of-type {
  margin-bottom: 0;
}
.p-service_dl .p-service_dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  color: #00488e;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-service_dl .p-service_dt {
    font-size: 1.9rem;
  }
}
.p-service_dl .p-service_dd {
  position: relative;
  padding-left: 1rem;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.p-service_dl .p-service_dd:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-service_dl .p-service_dd {
    font-size: 1.7rem;
  }
}

.p-service_schedule_box {
  counter-reset: service_schedule_number;
  padding: 0 32px;
  box-sizing: border-box;
}
.p-service_schedule_box .p-service_schedule_list {
  position: relative;
}
.p-service_schedule_box .p-service_schedule_list:before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: calc(100% - 50px);
  position: absolute;
  top: 20px;
  left: 19px;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list:before {
    left: 15px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item {
  position: relative;
  list-style: none;
  box-sizing: border-box;
  min-height: 72px;
  transform: translateY(10px);
}
.p-service_schedule_box .p-service_schedule_list .p-list_item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: linear-gradient(to bottom, #2c37b2, #1d2475);
  border-radius: 50%;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item:before {
    width: 32px;
    height: 32px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item:after {
  position: absolute;
  counter-increment: service_schedule_number;
  content: counter(service_schedule_number);
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  transform: translateY(-2px) translateX(1px);
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.7rem;
    transform: translateY(-1px) translateX(1px);
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title {
  position: relative;
  display: inline-block;
  padding-left: 94px;
  box-sizing: border-box;
  margin-top: 6px;
  color: #1d2475;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title {
    padding-left: 64px;
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:before, .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:before, .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:after {
    top: 10px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:before {
  left: 54px;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:before {
    left: 42px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:after {
  left: 69px;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_title:after {
    left: 52px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_text {
  display: block;
  padding: 4px 0 0 94px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_text {
    padding-left: 64px;
    font-size: 1.4rem;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_small {
  margin-left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_item .p-list_small {
    padding-left: 64px;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_cancel {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: #00488e;
  color: #fff;
  width: 150px;
  line-height: 24px;
  padding: 6px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 20px 0 20px auto;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_cancel {
    margin-left: 150px;
  }
}
.p-service_schedule_box .p-service_schedule_list .p-list_cancel:before {
  position: absolute;
  content: "";
  background: #c3c3c3;
  height: 4px;
  width: 814px;
  left: -814px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-service_schedule_box .p-service_schedule_list .p-list_cancel:before {
    width: 134px;
    left: -134px;
  }
}

.p-table_test {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  counter-reset: table-number;
}
@media (max-width: 767px) {
  .p-table_test {
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.p-table_test tr {
  border: 1px solid #ccc;
}
.p-table_test th {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.p-table_test th:not(:first-of-type) {
  border-left: 0;
}
.p-table_test td {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdfdfd;
}
.p-table_test td:not(:first-of-type) {
  border-left: 0;
}
.p-table_test thead th {
  vertical-align: middle;
}
.p-table_test .table_bg_deep {
  background: #1d2475;
  color: #fff;
  font-weight: 500;
}
.p-table_test .table_bg_thin {
  background: #e9eaec;
  color: #333;
  font-weight: 500;
}
.p-table_test .table_bg_gray {
  background: #eee;
}
.p-table_test .table_number_width {
  width: 80px;
}
.p-table_test .table_price_width {
  width: 200px;
}
.p-table_test .table_number {
  background: #f8f8f8;
}
.p-table_test .table_number:before {
  counter-increment: table-number;
  content: counter(table-number);
  color: #00488e;
  font-weight: 500;
}
.p-table_test .table_border_none {
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  background: #fff;
}
.p-table_test .table_flex_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-table_test .table_flex_space_between span:nth-child(1) {
  width: 45%;
  text-align: right;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .p-table_test .table_flex_space_between span:nth-child(1) {
    width: auto;
    margin-left: auto;
  }
}
.p-table_test .table_flex_space_between span:nth-child(2) {
  width: 10%;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-table_test .table_flex_space_between span:nth-child(2) {
    width: auto;
  }
}
.p-table_test .table_flex_space_between span:nth-child(2):before {
  content: "～";
}
.p-table_test .table_flex_space_between span:nth-child(3) {
  width: 45%;
  text-align: right;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .p-table_test .table_flex_space_between span:nth-child(3) {
    width: auto;
  }
}
.p-table_test .table_border_right_dotted {
  border-right: 1px dashed #ddd;
}

.p-table_border_none {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-table_border_none tr:nth-of-type(n + 2) {
    display: block;
    margin-top: 20px;
  }
}
.p-table_border_none th {
  text-align: left;
  padding: 4px 0;
  box-sizing: border-box;
  color: #1d2475;
}
@media (max-width: 767px) {
  .p-table_border_none th {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.p-table_border_none td {
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-table_border_none td {
    display: block;
    width: 100%;
    padding: 0 0 0 2rem;
  }
}

.p-fee_ol_group {
  counter-reset: fee_ol_number;
}
.p-fee_ol_group .p-fee_ol {
  position: relative;
  list-style: none;
}
.p-fee_ol_group .p-fee_ol .p-list_item {
  padding-left: 4.9rem;
  text-indent: -4.9rem;
  margin-bottom: 1rem;
}
.p-fee_ol_group .p-fee_ol .p-list_item:before {
  counter-increment: fee_ol_number;
  content: "（" counter(fee_ol_number) "）";
}
.p-fee_ol_group .p-fee_ol .p-list_item:last-of-type {
  margin-bottom: 0;
}

/*事務所概要*/
.p-company_outline {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-company_outline {
    display: block;
  }
}
.p-company_outline:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-company_outline:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-company_outline .p-outline_title {
  width: 180px;
  padding: 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #00488e;
}
@media (max-width: 767px) {
  .p-company_outline .p-outline_title {
    padding: 8px;
    width: 100%;
  }
}
.p-company_outline .p-outline_content {
  flex: 1;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.p-company_outline .p-outline_content a {
  color: #00488e;
}
.p-company_outline .p-outline_content a:hover {
  text-decoration: none;
}
.p-company_outline .p-outline_address_list {
  position: relative;
  list-style: none;
}
.p-company_outline .p-outline_address_list .p-list_name {
  position: relative;
  color: #333;
  font-weight: 500;
  padding-left: 16px;
  box-sizing: border-box;
}
.p-company_outline .p-outline_address_list .p-list_name:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1d2475;
}
.p-company_outline .p-outline_address_list .p-list_item {
  box-sizing: border-box;
}
.p-company_outline .p-outline_address_list:nth-of-type(n + 2) {
  margin-top: 20px;
}

.p-company_history {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-company_history {
    flex-wrap: wrap;
  }
}
.p-company_history:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-company_history:nth-of-type(n + 2) {
    flex-wrap: 10px;
  }
}
.p-company_history .p-history_year {
  width: 100px;
  padding: 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #00488e;
}
@media (max-width: 767px) {
  .p-company_history .p-history_year {
    width: 80px;
  }
}
.p-company_history .p-history_month {
  width: 80px;
  padding: 8px 12px 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #00488e;
  text-align: right;
}
@media (max-width: 767px) {
  .p-company_history .p-history_month {
    width: 60px;
  }
}
.p-company_history .p-history_content {
  flex: 1;
  padding: 8px 8px 8px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.p-company_list {
  position: relative;
  list-style: none;
}
.p-company_list .p-list_item {
  position: relative;
  margin-left: 12px;
}
.p-company_list .p-list_item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.p-company_list .p-list_item:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 10px;
  left: -12px;
  border-radius: 50%;
  background: #1d2475;
}

/*情報提供サービス*/
.p-informpage .p-infrorm_news_cardgroup {
  counter-reset: inform_news_card_number;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  background: #e9eaec;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .p-informpage .p-infrorm_news_cardgroup {
    padding: 24px;
  }
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card {
  display: block;
  width: 12%;
  margin-right: 0.5714285714%;
  padding: 8px;
  color: #1d2475;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition-duration: 0.2s;
  text-decoration: none;
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(8n+8) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(8n+8) {
    margin-right: 2%;
  }
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(n+9) {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-informpage .p-infrorm_news_cardgroup .p-news_card {
    width: 15%;
    margin-right: 2%;
  }
  .p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(6n+6) {
    margin-right: 0;
  }
  .p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(n+7) {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .p-informpage .p-infrorm_news_cardgroup .p-news_card {
    width: 32%;
    margin-right: 2%;
  }
  .p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(3n+3) {
    margin-right: 0;
  }
  .p-informpage .p-infrorm_news_cardgroup .p-news_card:nth-child(n+4) {
    margin-top: 8px;
  }
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card .p-news_image {
  display: block;
  width: 100px;
  max-width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-informpage .p-infrorm_news_cardgroup .p-news_card .p-news_image {
    width: auto;
    height: 120px;
  }
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card .p-news_caption {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 18px;
  box-sizing: border-box;
  line-height: 130%;
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card .p-news_caption:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background: #1d2475;
  border-radius: 50%;
}
.p-informpage .p-infrorm_news_cardgroup .p-news_card .p-news_caption:after {
  position: absolute;
  counter-increment: inform_news_card_number;
  content: counter(inform_news_card_number);
  color: #fff;
  top: 0;
  left: 8px;
  transform: translateX(-50%);
  font-size: 10px;
}
.p-informpage .p-inform_report_cardgroup {
  counter-reset: inform_report_card_number;
  position: relative;
  background: #e9eaec;
  background: #e9eaec;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .p-informpage .p-inform_report_cardgroup {
    padding: 24px;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 12px 8px;
  text-decoration: none;
  color: #00488e;
  font-weight: 500;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition-duration: 0.2s;
  background: #fff;
}
@media (max-width: 767px) {
  .p-informpage .p-inform_report_cardgroup .p-inform_report_card {
    display: block;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card:hover {
  background: #dbedff;
  transition-duration: 0.2s;
  box-shadow: 0 0 0 0;
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card:hover .p-card_watch {
  color: #1d2475;
  background: #fff;
  border: 1px solid #1d2475;
  transition-duration: 0.2s;
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card:nth-of-type(n + 2) {
  margin-top: 12px;
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_figure {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_figure {
    margin-bottom: 10px;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_figure .p-figure_image {
  width: 71px;
  height: 100px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 767px) {
  .p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_figure .p-figure_image {
    width: 35%;
    height: auto;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_text {
  position: relative;
  flex: 1;
  margin: 0 20px 0 44px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_text {
    display: block;
    margin: 0 12px 0 30px;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_text:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 6px;
  left: -24px;
  background: #1d2475;
  border-radius: 50%;
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_text:after {
  position: absolute;
  counter-increment: inform_report_card_number;
  content: counter(inform_report_card_number);
  color: #fff;
  top: 6px;
  left: -14px;
  transform: translateX(-50%);
  font-size: 1.1rem;
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_date {
  font-weight: 400;
  color: #444;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_date {
    display: block;
    margin-top: 8px;
    text-align: right;
  }
}
.p-informpage .p-inform_report_cardgroup .p-inform_report_card .p-card_watch {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
  padding: 4px 8px;
  box-sizing: border-box;
  color: #fff;
  background: #1d2475;
  border: 1px solid #1d2475;
}

/*お問い合わせ*/
.p-contactpage .p-present_box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-contactpage .p-present_box {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-contactpage .p-present_box .p-resent_image {
    width: 100%;
  }
}
.p-contactpage .p-present_box .p-present_textarea {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-contactpage .p-present_box .p-present_textarea {
    margin-left: 0;
  }
}
.p-contactpage .p-present_box .p-present_dl {
  counter-reset: present_dt_number;
  background: #fff;
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt {
  counter-reset: present_dd_number;
  color: #1d2475;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt:before {
  counter-increment: present_dt_number;
  content: counter(present_dt_number) ".";
  margin-right: 1rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd {
  text-indent: 3rem;
}
@media (max-width: 768px) {
  .p-contactpage .p-present_box .p-present_dl .p-present_dd {
    text-indent: -5rem;
    padding-left: 5rem;
    box-sizing: border-box;
  }
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd:nth-of-type(n + 2) {
  margin-top: 0.6rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd:before {
  counter-increment: present_dd_number;
  content: "（" counter(present_dd_number) "）";
  margin-right: 0.5rem;
}
.p-contactpage .p-contactform_box {
  background: #fff;
  margin: 20px 0 30px;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_box {
    padding: 12px;
  }
}
.p-contactpage .p-contactform_table {
  width: 100%;
}
.p-contactpage .p-contactform_table tr {
  border-bottom: 1px dashed #ddd;
}
.p-contactpage .p-contactform_table tr:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_table tr {
    display: block;
  }
  .p-contactpage .p-contactform_table tr:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.p-contactpage .p-contactform_table tr th {
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_table tr th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.p-contactpage .p-contactform_table tr td {
  position: relative;
  padding: 16px 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.p-contactpage .p-contactform_table tr td input,
.p-contactpage .p-contactform_table tr td textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.p-contactpage .p-contactform_table tr td input:focus,
.p-contactpage .p-contactform_table tr td textarea:focus {
  background: #f5f5f5;
}
.p-contactpage .p-contactform_table tr td .input_short {
  width: 360px;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_table tr td .input_short {
    width: 100%;
  }
}
.p-contactpage .p-contactform_table tr td .input_long {
  width: 100%;
}
.p-contactpage .p-contactform_table .table_red {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.p-contactpage .p-contactform_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contactpage .p-contactform_button .p-button_submit,
.p-contactpage .p-contactform_button .p-button_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  font-size: 1.6rem;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  transition-duration: 0.1s;
}
.p-contactpage .p-contactform_button .p-button_submit:hover,
.p-contactpage .p-contactform_button .p-button_reset:hover {
  box-shadow: 0 0 0 0;
  transform: translateY(2px);
  transition-duration: 0.1s;
  box-sizing: border-box;
}
.p-contactpage .p-contactform_button .p-button_submit {
  background: #27319e;
  border: 2px solid #27319e;
  color: #fff;
  box-shadow: 0 2px 0 #1d2475;
}
.p-contactpage .p-contactform_button .p-button_submit:hover {
  background: #f7f7f7;
  border: 2px solid #27319e;
  color: #1d2475;
}
.p-contactpage .p-contactform_button .p-button_reset {
  margin-left: 40px;
  background: #ddd;
  box-shadow: 0 2px 0 #ccc;
  border: 2px solid #ddd;
  color: #444;
}
@media (max-width: 768px) {
  .p-contactpage .p-contactform_button .p-button_reset {
    margin-left: 12px;
  }
}
.p-contactpage .p-contactform_button .p-button_reset:hover {
  background: #fff;
  border: 2px solid #ddd;
}
.p-contactpage .p-checktable {
  margin-top: 20px;
}

.p-thankspage .p-thanksarea {
  text-align: center;
}
@media (max-width: 768px) {
  .p-thankspage .p-thanksarea {
    text-align: left;
  }
}
.p-thankspage .p-thanksarea > p {
  margin-bottom: 1rem;
}
.p-thankspage .p-thanksarea > p:last-of-type {
  margin-bottom: 0;
}
.p-thankspage .p-button_download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 240px;
  height: 60px;
  background: #1d2475;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.p-thankspage .p-button_download:hover {
  opacity: 0.85;
}

.u-text_left {
  text-align: left;
}

.u-text_center {
  text-align: center;
}

.u-text_right {
  text-align: right;
}

.u-reference {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}
.u-reference:before {
  content: "*";
}

.u-valign_middle {
  vertical-align: middle;
}

.u-flex_space_between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
}

.u-br_sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br_sp {
    display: block;
  }
}

.u-text_red {
  color: #ff0000;
}

.u-text_link {
  color: #00488e;
}
.u-text_link:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */