#header {
  box-shadow: none;
  background-color: #00173D;
}
#header .l-header__bar {
  display: none;
}
#header .l-header__logo {
  padding: 24px 0;
}
@media (max-width: 767px) {
  #header .l-header__logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header #gnav {
  color: white;
}
#header #gnav .c-gnav > .menu-item > a .ttl {
  font-weight: 500 !important;
  font-size: 16px;
}
#header #gnav .c-gnav .sub-menu {
  width: auto;
  box-shadow: none;
  background-color: #00173D;
}
#header #gnav .c-gnav .sub-menu a {
  padding: 16px 12px;
}
#header #gnav .c-gnav .sub-menu a:before {
  display: none;
}
#header #gnav .c-gnav .sub-menu a .ttl {
  text-wrap: nowrap;
  font-size: 16px;
  color: white;
}
#header .c-headLogo {
  max-width: 226px;
}
#header .c-iconBtn__icon {
  color: white;
}

#fix_header {
  box-shadow: none;
}
#fix_header:before {
  background-color: #00173D;
}
#fix_header .l-fixHeader__logo {
  padding: 24px 0;
}
#fix_header .l-fixHeader__gnav {
  color: white;
}
#fix_header .l-fixHeader__gnav .c-gnav > .menu-item > a .ttl {
  font-weight: 500 !important;
  font-size: 16px;
}
#fix_header .l-fixHeader__gnav .c-gnav .sub-menu {
  box-shadow: none;
  width: auto;
  background-color: #00173D;
}
#fix_header .l-fixHeader__gnav .c-gnav .sub-menu a {
  padding: 16px 12px;
}
#fix_header .l-fixHeader__gnav .c-gnav .sub-menu a:before {
  display: none;
}
#fix_header .l-fixHeader__gnav .c-gnav .sub-menu a .ttl {
  text-wrap: nowrap;
  font-size: 16px;
  color: white;
}
#fix_header .c-headLogo {
  max-width: 226px;
}

#breadcrumb {
  display: none;
}

.custom_header {
  position: relative;
}
.custom_header .c-pageTitle {
  position: relative;
  z-index: 2;
}
.custom_header .c-pageTitle__inner {
  width: 66.666667%;
  font-size: 3.75rem;
  color: #02537c;
}
@media (max-width: 767px) {
  .custom_header .c-pageTitle__inner {
    font-size: 30px;
    width: auto;
  }
}
.custom_header .c-pageTitle__subTitle {
  width: 44%;
  margin-top: 24px;
  margin-left: 0;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400;
  color: #02537c;
}
@media (max-width: 767px) {
  .custom_header .c-pageTitle__subTitle {
    color: #333;
    font-size: 14px;
    width: 75%;
    font-weight: bold;
  }
}
.custom_header .p-articleThumb {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.custom_header .p-articleThumb img {
  box-shadow: none;
}
@media (max-width: 767px) {
  .custom_header .p-articleThumb {
    opacity: 0.2;
    width: 75%;
    bottom: 1rem;
  }
}
.custom_header a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 24px;
  padding: 2.5rem 4rem;
  border: 1px solid #dadada;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  color: #02537c;
}
@media (max-width: 767px) {
  .custom_header a {
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border: none;
    background-color: transparent;
  }
}
.custom_header a img {
  display: inline-block;
  height: 1.25rem;
  transition: all 0.15s;
}
@media (max-width: 767px) {
  .custom_header a img {
    height: 12px;
  }
}
.custom_header a:hover img {
  transform: translateX(1rem);
}

.l-mainContent__inner > .post_content {
  margin-top: 6rem;
  margin-bottom: 0;
  border: 1px solid #dadada;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .l-mainContent__inner > .post_content {
    margin-top: 40px;
  }
}
.single-post .post_content, .single-event .post_content, .single-blog .post_content {
  padding: 96px;
}
@media (max-width: 767px) {
  .single-post .post_content, .single-event .post_content, .single-blog .post_content {
    padding: 15px;
  }
}
.home .post_content {
  border: none;
}
.post_content .wp-block-group--padding {
  padding: 6rem !important;
  gap: 2.5rem !important;
}
@media (max-width: 767px) {
  .post_content .wp-block-group--padding {
    padding: 3rem 15px !important;
    gap: 1rem !important;
  }
}
.post_content .wp-block-columns--border {
  gap: 0 !important;
}
.post_content .wp-block-columns--border .wp-block-column {
  padding: 32px;
  border-right: 1px solid #dadada;
}
.post_content .wp-block-columns--border .wp-block-column:last-child {
  border: none;
}
.post_content .wp-block-separator {
  margin: 0 !important;
}
.post_content h2 {
  font-size: 1.875rem;
  background-color: transparent !important;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .post_content h2 {
    font-size: 20px;
  }
}
.post_content h2:before, .post_content h2:after {
  content: none;
}
.post_content h2.wp-block-heading--serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-size: 40px;
}
@media (max-width: 767px) {
  .post_content h2.wp-block-heading--serif {
    font-size: 28px;
  }
}
.post_content h3 {
  font-size: 1.25rem;
  padding: 0 !important;
}
.post_content h3:before {
  content: none;
}
@media (max-width: 767px) {
  .post_content .has-large-font-size {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .post_content .swell-block-button__link {
    width: auto;
    font-size: 13px;
  }
}

.filter_button {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid #02537c;
  font-size: 14px;
  font-weight: bold;
  color: #02537c;
}
.filter_buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .filter_buttons {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .filter_button {
    font-size: 12px;
    padding: 4px 8px;
    border-width: 1.5px;
  }
}
.filter_button--active {
  background-color: #02537c;
  color: white;
}
.filter_button--clear {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0283a8;
  font-size: 12px;
}

.l-content {
  margin-bottom: 0;
}

.swell-block-fullWide--custom .wp-block-columns .wp-block-column .wp-block-group {
  border-radius: 10px;
  color: white;
  height: 100%;
}
@media (max-width: 767px) {
  .swell-block-fullWide--custom .wp-block-columns .wp-block-column .wp-block-group {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.swell-block-fullWide--custom .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link {
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  border: 1px solid white;
}
.swell-block-fullWide--custom .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link:hover {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white;
}
.swell-block-fullWide--custom .wp-block-columns .wp-block-column:first-child .wp-block-group {
  background-image: url("../img/bg/front-bg1.jpeg");
}
.swell-block-fullWide--custom .wp-block-columns .wp-block-column:last-child .wp-block-group {
  background-image: url("../img/bg/front-bg2.jpeg");
}
.swell-block-fullWide--custom .p-postList.-type-simple {
  border: none;
  max-width: 900px;
  margin: 0 auto;
}
.swell-block-fullWide--custom .p-postList__link {
  border: none;
}
.swell-block-fullWide--custom .p-postList__meta {
  color: white;
}
.swell-block-fullWide--custom .p-postList__title {
  color: white;
}

.p-mainVisual__textLayer {
  padding-top: 220px !important;
  padding-bottom: 250px !important;
}
@media (max-width: 767px) {
  .p-mainVisual__textLayer {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
  }
}
.p-mainVisual__slideTitle {
  font-size: 56px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .p-mainVisual__slideTitle {
    font-size: 38px;
  }
}
.p-mainVisual__slideText {
  font-size: 26px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-mainVisual__slideText {
    margin-top: 2em;
    font-size: 16px;
  }
}

.p-postListWrap--news .p-postList {
  gap: 32px;
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList {
    gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-postListWrap--news .p-postList__item {
  border: 1px solid #dadada;
  width: calc(33.333% - 21.334px) !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList__item {
    width: calc(50% - 7.5px) !important;
  }
}
.p-postListWrap--news .p-postList__link {
  padding: 32px 24px;
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList__link {
    padding: 15px 7.5px;
  }
}
.p-postListWrap--news .p-postList__title {
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList__title {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList__body {
    padding-top: 10px;
  }
}
.p-postListWrap--news .p-postList__meta {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-postListWrap--news .p-postList__meta {
    margin-bottom: 10px;
  }
}
.p-postListWrap--news .p-postList__times {
  color: #f5a01d;
  opacity: 1 !important;
}

.p-postListWrap--press .c-postThumb {
  border: 1px solid #dadada;
}

.p-postList__thumb {
  box-shadow: none;
}
.p-postList__title {
  color: #02537c;
}
.p-postList__cat {
  font-size: 14px;
  color: #979797;
}
@media (max-width: 767px) {
  .p-postList__cat {
    font-size: 11px;
  }
}
.p-postList__cat::before {
  display: none;
}
.p-postList__times .c-postTimes__posted:before {
  display: none;
}

.p-articleHead.c-postTitle {
  flex-direction: row;
}
.p-articleHead.c-postTitle h1.c-postTitle__ttl {
  font-size: 60px;
  width: 66.6667%;
  color: #02537c;
}
@media (max-width: 767px) {
  .p-articleHead.c-postTitle h1.c-postTitle__ttl {
    font-size: 30px;
    width: auto;
  }
}

.p-articleFoot {
  display: none;
}

.custom_footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom_footer_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_footer_upper ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom_footer_under {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .custom_footer_under {
    flex-direction: column;
    gap: 24px;
  }
}
.custom_footer_under_nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .custom_footer_under_nav {
    flex-direction: column;
    gap: 8px;
  }
}

#footer {
  background-color: rgb(0, 23, 61);
}
@media (max-width: 767px) {
  #footer .l-footer__foot {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.foot_cta_column {
  flex: 1;
}
.foot_cta_columns {
  max-width: 1214px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  margin: 0 auto;
  padding: 48px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .foot_cta_columns {
  border: none;
}
@media (max-width: 767px) {
  .foot_cta_columns {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.foot_cta_column h4 {
  font-size: 30px;
  color: #02537c;
}
@media (max-width: 767px) {
  .foot_cta_column h4 {
    font-size: 20px;
  }
}

.foot_note {
  display: flex;
  justify-content: center;
  background-color: #eff7f9;
  padding: 24px;
}
.foot_note p {
  max-width: 1214px;
  font-size: 12px;
  color: #979797;
}

.wpcf7 label {
  display: block;
  margin-top: 10px;
  color: #02537c;
  font-size: 13px;
}
.wpcf7 label span {
  color: red;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  background-color: #f5f8fa;
  color: #33475b;
  padding: 0 15px;
  line-height: 22px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select {
  height: 40px;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 18px;
}
.wpcf7 input[type=submit] {
  margin-top: 30px;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  background-color: #f5a01d;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.custom_form_column {
  flex: 1;
}
.custom_form_columns {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .custom_form_columns {
    gap: 15px;
  }
}

.p-homeContent, .p-archiveContent {
  border: 1px solid #dadada;
  padding: 80px 96px;
}
@media (max-width: 767px) {
  .p-homeContent, .p-archiveContent {
    padding: 20px 15px 15px;
  }
}
.p-homeContent .p-postList, .p-archiveContent .p-postList {
  margin-left: -24px;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .p-homeContent .p-postList, .p-archiveContent .p-postList {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
.p-homeContent .p-postList__item, .p-archiveContent .p-postList__item {
  padding-left: 24px;
  padding-right: 24px;
}
.post-type-archive-story .p-homeContent .p-postList__item, .post-type-archive-story .p-archiveContent .p-postList__item {
  width: 100% !important;
}
@media (max-width: 767px) {
  .p-homeContent .p-postList__item, .p-archiveContent .p-postList__item {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .post-type-archive-event .p-homeContent .p-postList__item, .blog .p-homeContent .p-postList__item, .post-type-archive-blog .p-homeContent .p-postList__item, .tax-event-cat .p-homeContent .p-postList__item, .post-type-archive-event .p-archiveContent .p-postList__item, .blog .p-archiveContent .p-postList__item, .post-type-archive-blog .p-archiveContent .p-postList__item, .tax-event-cat .p-archiveContent .p-postList__item {
    width: 100%;
  }
}
.p-homeContent .p-postList__body, .p-archiveContent .p-postList__body {
  display: flex;
  flex-direction: column;
}
.p-homeContent .p-postList__meta, .p-archiveContent .p-postList__meta {
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
.p-homeContent .p-postList__title, .p-archiveContent .p-postList__title {
  order: 1;
}
@media (max-width: 767px) {
  .p-homeContent .p-postList__title, .p-archiveContent .p-postList__title {
    font-size: 12px;
  }
  .blog .p-homeContent .p-postList__title, .blog .p-archiveContent .p-postList__title {
    font-size: 3.6vw;
  }
  .post-type-archive-event .p-homeContent .p-postList__title, .post-type-archive-event .p-archiveContent .p-postList__title {
    font-size: 3.6vw;
  }
}
.p-homeContent .p-postList__times, .p-archiveContent .p-postList__times {
  font-size: 14px;
  color: #979797;
}
@media (max-width: 767px) {
  .p-homeContent .p-postList__times, .p-archiveContent .p-postList__times {
    font-size: 11px;
  }
}/*# sourceMappingURL=custom.css.map */