@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*****************************************************

 SCSS用
 
*****************************************************/
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 18px;
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #000;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%; }

.inner_narrow {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%; }

.inner_wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #2f6ca8;
  text-align: center; }

h2 {
  font-size: 31px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative; }
  h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #0e2841;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  h2:nth-of-type(n+2) {
    margin-top: 80px; }

h2 + p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px; }

h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid #0e2841;
  padding-left: 16px;
  margin-bottom: 30px; }
  h3:nth-of-type(n + 2) {
    margin-top: 60px; }
  h3.withBorder {
    width: 100%;
    position: relative; }
    h3.withBorder::after {
      content: '';
      width: 100%;
      height: 1px;
      background: #2f6ca8;
      position: absolute;
      bottom: -10px;
      left: 0; }

h3 + p {
  margin-bottom: 30px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #f0fbff; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

* {
  box-sizing: border-box; }

.link_btn_container {
  width: 100%;
  margin: 40px auto 0;
  text-align: center; }

.link_btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #2f6ca8;
  background: #2f6ca8;
  padding: 8px 32px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  border-radius: 30px; }
  .link_btn:hover {
    background: #fff;
    color: #2f6ca8; }
  .link_btn i {
    margin-left: 8px; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 767.98px) {
  .pc_none {
    display: none !important; } }
@media (max-height: 480px) and (orientation: landscape) {
  h2 + p {
    font-size: 18px;
    text-align: left; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 60px 0 120px; }

  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 12px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #2f6ca8; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #fad156;
    color: #000 !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(7)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #2f6ca8;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 30px; } }
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 31px; }

  h2 {
    font-size: 28px; }

  h2 + p {
    font-size: 17px;
    text-align: left; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 60px 0 120px; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #2f6ca8; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #fad156;
    color: #000 !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(7)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #2f6ca8;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 30px; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s; }

.scrollin {
  opacity: 1;
  transform: translateY(0); }

/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 120px;
  border-bottom: 5px solid #2f6ca8;
  padding: 10px 2%; }
  .global_header .header_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto; }
    .global_header .header_container .logo_container {
      max-width: 239px;
      line-height: 0;
      min-width: 200px; }
      .global_header .header_container .logo_container #top_h1 {
        margin: 0;
        padding: 0;
        line-height: 0; }
      .global_header .header_container .logo_container a {
        display: block; }
      .global_header .header_container .logo_container img {
        display: block; }
    .global_header .header_container .nav_container {
      width: 68%;
      min-width: 620px; }
      .global_header .header_container .nav_container .nav_btn_container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 30px;
        margin-bottom: 20px;
        margin-top: 4px; }
        .global_header .header_container .nav_container .nav_btn_container a {
          text-decoration: none;
          padding: 4px 30px;
          background: #fad156;
          border-radius: 20px;
          color: #000;
          border: 2px solid #fad156;
          transition: .2s; }
          .global_header .header_container .nav_container .nav_btn_container a i {
            margin-right: 8px;
            font-size: 18px; }
          .global_header .header_container .nav_container .nav_btn_container a:last-of-type {
            background: #2f6ca8;
            color: #fff;
            border: 2px solid #2f6ca8; }
          .global_header .header_container .nav_container .nav_btn_container a:hover {
            background: #fff; }
            .global_header .header_container .nav_container .nav_btn_container a:hover:last-of-type {
              background: #fff;
              color: #2f6ca8; }
    .global_header .header_container nav {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 50px; }
      .global_header .header_container nav a {
        font-size: 18px;
        font-weight: 600;
        color: #212121;
        transition: .2s;
        text-decoration: none; }
        .global_header .header_container nav a:hover {
          color: #2f6ca8; }

.cover_header {
  position: fixed;
  top: -125px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 120px;
  border-bottom: 5px solid #2f6ca8;
  padding: 10px 2%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  z-index: 10; }
  .cover_header .cover_header_logo_container {
    max-width: 239px;
    min-width: 200px; }
  .cover_header .cover_header_nav_container {
    width: 68%;
    min-width: 620px; }
    .cover_header .cover_header_nav_container .cover_header_nav_btn_container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 30px;
      margin-bottom: 20px;
      margin-top: 4px; }
      .cover_header .cover_header_nav_container .cover_header_nav_btn_container a {
        text-decoration: none;
        padding: 4px 30px;
        background: #fad156;
        border-radius: 20px;
        color: #000;
        border: 2px solid #fad156;
        transition: .2s; }
        .cover_header .cover_header_nav_container .cover_header_nav_btn_container a i {
          margin-right: 8px;
          font-size: 18px; }
        .cover_header .cover_header_nav_container .cover_header_nav_btn_container a:last-of-type {
          background: #2f6ca8;
          color: #fff;
          border: 2px solid #2f6ca8; }
        .cover_header .cover_header_nav_container .cover_header_nav_btn_container a:hover {
          background: #fff; }
          .cover_header .cover_header_nav_container .cover_header_nav_btn_container a:hover:last-of-type {
            background: #fff;
            color: #2f6ca8; }
    .cover_header .cover_header_nav_container nav {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 50px; }
      .cover_header .cover_header_nav_container nav a {
        font-size: 18px;
        font-weight: 600;
        color: #212121;
        transition: .2s;
        text-decoration: none; }
        .cover_header .cover_header_nav_container nav a:hover {
          color: #2f6ca8; }

@media (max-height: 480px) and (orientation: landscape) {
  .global_header {
    height: 60px;
    min-width: 100%; }

  .global_header .header_container {
    min-width: 100%; } }
@media screen and (max-width: 767.98px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%;
    position: fixed;
    top: 0;
    transition: .3s;
    z-index: 10;
    background: #fff; }

  .global_header .header_container {
    min-width: 100%;
    height: 100%; }

  .global_header.hide {
    transform: translateY(-100%); }

  .global_header .header_container .logo_container {
    width: 46%; } }
/* mmenuオープン中は通常ヘッダーを隠す */
html.mm-wrapper_opened .global_header {
  opacity: 0;
  pointer-events: none; }

/* 必要なら cover_header も隠す（被る場合） */
html.mm-wrapper_opened .cover_header {
  opacity: 0;
  pointer-events: none; }

/*****************************************************

 Footer
 
*****************************************************/
.footerJoin_wrap {
  width: 100%;
  background: #f0fbff;
  padding: 80px 1%; }
  .footerJoin_wrap .link_btn {
    background: #fad156;
    color: #000;
    border: 1px solid #fad156; }
    .footerJoin_wrap .link_btn:hover {
      background: #fff; }

.global_footer {
  width: 100%;
  background: #2f6ca8;
  padding: 80px 1% 10px; }

.footer_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .footer_container .footer_item {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px; }
    .footer_container .footer_item figure {
      max-width: 218px; }
    .footer_container .footer_item address {
      color: #fff;
      font-size: 18px; }
    .footer_container .footer_item a {
      text-decoration: none;
      color: #fff; }
      .footer_container .footer_item a i {
        font-size: 32px; }
      .footer_container .footer_item a img {
        width: auto; }
    .footer_container .footer_item:last-of-type {
      width: 30%;
      justify-content: flex-end; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2; }
  .page-top a {
    display: block;
    text-decoration: none;
    background: #2f6ca8;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    opacity: 0.5;
    transition: all  0.5s ease;
    font-size: 14px;
    padding: 16px 0; }
    .page-top a:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      display: block;
      font-size: 21px; }

.copyright_container {
  text-align: right;
  color: #fff;
  font-size: 14px; }

@media (min-width: 1024px) {
  .footer_container .footer_item:last-of-type {
    width: 30%; } }
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footerJoin_wrap .inner {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 767.98px) {
  .footerJoin_wrap {
    padding: 40px 0 120px; }

  .global_footer {
    padding: 40px 4% 10px; }

  .footer_container .footer_item {
    width: 100%; }

  .footer_container .footer_item address {
    font-size: 14px; }

  .footer_container .footer_item:last-of-type {
    margin: 20px 0;
    justify-content: flex-start;
    width: 100%; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #2F6CA8 solid;
    color: #v;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #2F6CA8 solid;
      color: #2F6CA8;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #2F6CA8;
    border: 2px #2F6CA8 solid;
    color: #FFF; }

/*****************************************************

 シングルページ
 
*****************************************************/
.news_single_wrap > p span {
  color: #2f6ca8;
  font-size: 16px; }
  .news_single_wrap > p span:last-of-type {
    font-size: 14px;
    color: #fff;
    background: #2f6ca8;
    padding: 0 12px;
    border-radius: 20px;
    margin-left: 16px; }
    .news_single_wrap > p span:last-of-type a {
      text-decoration: none;
      color: #fff; }

/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 18px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    text-decoration: none;
    color: #2f6ca8;
    font-size: 18px;
    transition: .2s; }
    .editor_area a:hover {
      text-decoration: underline; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }
  .editor_area .box_item {
    border: 1px solid #333;
    padding: 20px; }

@media screen and (max-width: 767.98px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contact_notice_wrap a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  color: #003f84;
  font-weight: bold;
  text-decoration: none; }
  .contact_notice_wrap a i {
    font-size: 21px;
    margin-right: 20px; }

.contact_wrap ul {
  width: 80%;
  margin: 0 auto; }
.contact_wrap li {
  list-style: disc;
  font-size: 18px;
  color: #333;
  margin: 6px 0 6px 20px; }

.contactform_container {
  width: 100%;
  margin: 80px auto 0;
  background: #f0fbff;
  padding: 60px 72px;
  border-radius: 40px; }
  .contactform_container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .contactform_container table tr {
      border-bottom: 1px solid #007ab6; }
      .contactform_container table tr:last-child th {
        border-bottom: none;
        vertical-align: top; }
      .contactform_container table tr:last-child td {
        border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      font-size: 18px;
      padding: 26px; }
      .contactform_container table th span {
        font-size: 14px;
        color: #d82420;
        padding: 0 10px;
        float: right;
        border-radius: 16px;
        border: 1px solid #d82420; }
    .contactform_container table td {
      /*width:70%;border-bottom:1px solid #eee;*/
      font-size: 18px;
      padding: 20px 40px; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }
    .contactform_container table .wpcf7-list-item {
      display: block !important;
      margin: 0 !important; }

.form_send_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin: 40px auto 0;
  max-width: 670px; }
  .form_send_container button[type="button"], .form_send_container button[type="submit"] {
    margin: 0; }

.agreementicon {
  font-size: 14px;
  color: #d82420;
  padding: 0 10px;
  border-radius: 16px;
  border: 1px solid #d82420;
  margin-right: 20px; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #fff;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
    .privacypolicy p:first-of-type {
      font-size: 21px;
      color: #000;
      font-weight: bold;
      margin-bottom: 40px; }
  .privacypolicy h4 {
    margin: 20px 0 5px;
    font-weight: bold; }

.privacypolicy_checkbox_container {
  text-align: center; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

.thanks_container {
  text-align: center; }
  .thanks_container h3 {
    border-left: none; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }

#formWrap h3 {
  margin-bottom: 40px;
  text-align: center; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table tr:last-of-type {
    display: none; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #0A1F54;
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #444;
    padding: 20px 40px;
    box-sizing: border-box; }
  .form_table .confirm_contents {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ffFF00;
  background: #F9A638;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto; }

.error_messe {
  margin-bottom: 10px; }
  .error_messe span {
    background: #ffe0e0;
    padding: 0 10px; }

@media screen and (max-width: 767.98px) {
  .contact_wrap ul {
    width: 100%; }

  .contactform_wrap {
    padding: 40px 0; }

  .contactform_container {
    width: 100%;
    margin: 40px auto 0;
    padding: 20px; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 26px 0 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0; }

  .privacypolicy {
    width: 100%; }

  .agreementicon {
    margin-right: 0; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 10px 20px 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #2f6ca8;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #2f6ca8; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    top: -1px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #007ab6; }

textarea {
  height: 160px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

@media screen and (max-width: 767.98px) {
  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
.contactform_container input[type="submit"], .contactform_container button[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #2F6CA8;
  background: #2F6CA8;
  padding: 14px;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
  border-radius: 30px; }
  .contactform_container input[type="submit"]:hover, .contactform_container button[type="submit"]:hover {
    background: #fff;
    color: #2F6CA8; }
    .contactform_container input[type="submit"]:hover::after, .contactform_container button[type="submit"]:hover::after {
      color: #2F6CA8; }
  .contactform_container input[type="submit"]::after, .contactform_container button[type="submit"]::after {
    font-family: 'Font Awesome 6 free';
    content: '\f105';
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 19px;
    right: 20px; }
.contactform_container input[type="button"], .contactform_container button[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #2F6CA8;
  background: #fff;
  padding: 14px;
  border-radius: 30px;
  font-size: 18px;
  color: #2F6CA8;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  cursor: pointer; }
  .contactform_container input[type="button"]:hover, .contactform_container button[type="button"]:hover {
    color: #a82f2f;
    border: 1px solid #a82f2f; }
    .contactform_container input[type="button"]:hover::before, .contactform_container button[type="button"]:hover::before {
      color: #a82f2f; }
  .contactform_container input[type="button"]::before, .contactform_container button[type="button"]::before {
    font-family: 'Font Awesome 6 free';
    content: '\f104';
    font-weight: 900;
    color: #2F6CA8;
    position: absolute;
    top: 19px;
    left: 20px; }

@media screen and (max-width: 767.98px) {
  .contactform_container input[type="button"], .contactform_container button[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  .contactform_container input[type="submit"], .contactform_container button[type="submit"] {
    width: 80%; } }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff1616 !important;
  text-align: center; }

/*****************************************************

 Home
 
*****************************************************/
.main_cover {
  width: 100%;
  max-height: 900px; }
  .main_cover .slick-prev, .main_cover .slick-next {
    box-shadow: none;
    top: 50%;
    background: transparent;
    color: #333; }
  .main_cover .slick-prev:before {
    content: '\f053';
    font-size: 30px; }
  .main_cover .slick-next:before {
    content: '\f054';
    font-size: 30px; }

@media (max-height: 480px) and (orientation: landscape) {
  .main_cover ul {
    min-width: 100%; } }
@media screen and (max-width: 767.98px) {
  .main_cover {
    margin-top: 60px; }

  .main_cover ul {
    min-width: 100%; } }
.topNews_wrap {
  width: 100%;
  background: #f0fbff;
  padding: 80px 1%;
  margin-top: 70px; }

.tab_nav_container {
  margin-top: 60px; }
  .tab_nav_container .content_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 4%; }
    .tab_nav_container .content_nav li {
      font-size: 18px;
      cursor: pointer;
      font-weight: 500; }
  .tab_nav_container .news_cat_lv1_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 4%; }
    .tab_nav_container .news_cat_lv1_nav a {
      font-size: 18px;
      text-decoration: none;
      color: #000; }
    .tab_nav_container .news_cat_lv1_nav .select {
      border-bottom: 1px solid #0e2841;
      padding-bottom: 4px; }

.content {
  padding: 30px 0; }
  .content .hide {
    display: none; }
  .content li {
    list-style: none; }

.select {
  border-bottom: 2px solid #0e2841;
  padding-bottom: 4px; }

.content_item > p {
  text-align: right; }
.content_item > div > div > p {
  text-align: center; }
.content_item article {
  margin: 0 20px;
  position: relative;
  z-index: 0;
  transition: .2s; }
  .content_item article a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .content_item article:hover {
    opacity: .7; }
  .content_item article figure {
    width: 100%;
    height: 200px; }
    .content_item article figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .content_item article p {
    font-size: 18px; }
    .content_item article p:first-of-type {
      margin: 8px 0; }
      .content_item article p:first-of-type span {
        color: #2f6ca8;
        font-size: 16px; }
        .content_item article p:first-of-type span:last-of-type {
          font-size: 14px;
          color: #fff;
          background: #2f6ca8;
          padding: 0 12px;
          border-radius: 20px;
          margin-left: 16px; }

/* slick再計算中のちらつき防止 */
.news_slider.is-fixing {
  opacity: 0; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .topNews_wrap .inner_wide {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 767.98px) {
  .topNews_wrap {
    padding: 40px 1%;
    margin-top: 40px; }

  .topNews_wrap .inner_wide {
    width: 100%; }

  .topNews_wrap .link_btn {
    width: 70%; }

  .content_item article {
    margin: 0 6px; }

  .content_item article figure {
    width: auto;
    height: 160px; } }
.topAbout_wrap {
  width: 100%;
  padding: 80px 0; }

.topAbout_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .topAbout_container .topAbout_item {
    width: calc(100% / 3);
    position: relative; }
    .topAbout_container .topAbout_item figure {
      margin: 0;
      overflow: hidden; }
      .topAbout_container .topAbout_item figure img {
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
        transition: transform .3s; }
    .topAbout_container .topAbout_item:hover figure img {
      transform: scale(1.2); }
    .topAbout_container .topAbout_item span {
      display: block;
      width: 100%;
      height: 80px;
      background: rgba(255, 255, 255, 0.6);
      text-align: center;
      font-size: 28px;
      color: #000;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      line-height: 80px; }
      .topAbout_container .topAbout_item span i {
        position: absolute;
        bottom: 26px;
        right: 26px; }
    .topAbout_container .topAbout_item a {
      position: absolute;
      inset: 0;
      z-index: 3;
      text-decoration: none; }

@media screen and (max-width: 767.98px) {
  .topAbout_wrap {
    padding: 40px 0; }

  .topAbout_container .topAbout_item {
    width: 100%; } }
.topContact_wrap {
  width: 100%;
  background: #f0fbff;
  padding: 80px 1%; }
  .topContact_wrap .link_btn {
    background: #fad156;
    color: #000;
    border: 1px solid #fad156; }
    .topContact_wrap .link_btn:hover {
      background: #fff; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .topContact_wrap .inner {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 767.98px) {
  .topContact_wrap {
    padding: 40px 0; } }
.topLink_wrap {
  width: 100%;
  padding: 80px 1%; }

.topLink_container {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #2f6ca8;
  padding: 40px 80px;
  max-width: 1440px;
  margin: 0 auto; }
  .topLink_container .toplink_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 2%; }
    .topLink_container .toplink_item p {
      width: 46%;
      padding: 8px;
      border-bottom: 1px solid #dbf0f9;
      position: relative;
      z-index: 0;
      transition: .2s; }
      .topLink_container .toplink_item p span {
        display: block;
        width: 90%;
        font-size: 20px;
        color: #2f6ca8; }
      .topLink_container .toplink_item p a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .topLink_container .toplink_item p:hover {
        opacity: .7; }
      .topLink_container .toplink_item p::after {
        font-family: 'Font Awesome 6 free';
        content: '\f08e';
        font-weight: 900;
        color: #2f6ca8;
        position: absolute;
        top: 10px;
        right: 8px; }
      .topLink_container .toplink_item p:hover {
        background: #dbf0f9; }
    .topLink_container .toplink_item a {
      display: block;
      color: #2f6ca8;
      text-decoration: none; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .topLink_wrap .inner_wide {
    width: 90%;
    margin: 0 auto; }

  .topLink_container {
    padding: 40px; }

  .topLink_container .toplink_item p {
    width: 100%; } }
@media screen and (max-width: 767.98px) {
  .topLink_wrap {
    padding: 40px 5% 120px; }

  .topLink_container {
    padding: 20px; }

  .topLink_container .toplink_item p {
    width: 100%;
    font-size: 18px; }

  .topLink_container .toplink_item a {
    width: 95%; }

  .topLink_container .toplink_item p::after {
    right: 2px; } }
/*****************************************************

 下層共通パーツ
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 250px;
  padding: 90px 0;
  background: #eee; }
  .lv1_cover h1:not(#top_h1) {
    color: #fff; }
  .lv1_cover.about {
    background: url("../images/common/lv1_cover_about.webp") center/cover no-repeat; }
  .lv1_cover.member {
    background: url("../images/common/lv1_cover_member.webp") center/cover no-repeat; }
  .lv1_cover.guide {
    background: url("../images/common/lv1_cover_guide.webp") center/cover no-repeat; }
    .lv1_cover.guide h1:not(#top_h1) {
      color: #2f6ca8; }
  .lv1_cover.links {
    background: url("../images/common/lv1_cover_links.webp?20260305") center/cover no-repeat; }
  .lv1_cover.contact {
    background: url("../images/common/lv1_cover_contact.webp") center/cover no-repeat; }
  .lv1_cover.news {
    background: url("../images/common/lv1_cover_news.webp") center/cover no-repeat; }

.file_dl_btn {
  display: block;
  width: 48.21%;
  border: 1px solid #2f6ca8;
  background: #f9f9f9;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #2f6ca8;
  position: relative;
  text-decoration: none;
  transition: .2s; }
  .file_dl_btn.pdf::after {
    content: '';
    display: block;
    width: 32px;
    height: 30px;
    background: url("../images/common/pdf_icon.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 10px; }
  .file_dl_btn.docs::after {
    content: '';
    display: block;
    width: 23px;
    height: 30px;
    background: url("../images/common/docs_icon.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 10px; }
  .file_dl_btn:hover {
    background: #dbf0f9; }

.file_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%; }

.border_container {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #2f6ca8; }

.anchorLinks_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 6%;
  margin-bottom: 60px; }
  .anchorLinks_container a {
    text-decoration: none;
    color: #2f6ca8;
    position: relative;
    font-weight: 500; }
    .anchorLinks_container a::before {
      font-family: 'Font Awesome 6 free';
      content: '\f105';
      font-weight: 900;
      color: #2f6ca8;
      margin-right: 16px; }

.parts_container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .parts_container table thead th, .parts_container table thead td {
    font-weight: bold; }
  .parts_container table tr {
    border-bottom: 1px solid #dbf0f9; }
  .parts_container table th, .parts_container table td {
    padding: 24px 4px;
    vertical-align: top; }
  .parts_container table + span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    margin-top: 8px; }
.parts_container table.col2 th {
  width: 22%; }
.parts_container table.col3 th {
  width: 22%;
  font-size: 20px; }
.parts_container table.col3 td {
  width: 62%; }
  .parts_container table.col3 td:first-of-type {
    width: 20%; }
.parts_container .executives p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1%; }
  .parts_container .executives p span {
    width: 11%; }
    .parts_container .executives p span:nth-of-type(2) {
      width: 14%; }
    .parts_container .executives p span:nth-of-type(3) {
      width: 72%; }
.parts_container ul {
  width: 96%;
  margin: 0 auto; }
  .parts_container ul li {
    list-style: disc;
    margin: 8px 0 8px 24px; }

@media screen and (max-width: 767.98px) {
  .lv1_cover {
    height: 200px; }

  .lv1_cover.contact {
    background-position: 80%; }

  .lv1_cover.news {
    background-position: 66%; }

  .lv1_cover.about {
    background-position: 60%; }

  .file_dl_btn {
    width: 100%;
    font-size: 16px; }

  .parts_container table th {
    padding: 12px 2px 0; }

  .parts_container table td {
    padding: 0 2px 12px; }

  .parts_container table.col2 th, .parts_container table.col3 th {
    display: block;
    width: 100%; }

  .parts_container table.col2 td, .parts_container table.col3 td {
    display: block;
    width: 100%;
    font-size: 16px; }

  .parts_container table.col3 td:first-of-type {
    width: 50%; }

  .parts_container .executives p {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #dedede; }

  .parts_container .executives p span {
    width: 100%; }

  .parts_container .executives p span:nth-of-type(2) {
    width: 100%; }

  .parts_container .executives p span:nth-of-type(3) {
    width: 100%; }

  .parts_container table + span {
    text-align: left; } }
/*****************************************************

 News
 
*****************************************************/
.news_item > p {
  width: 100%;
  text-align: center;
  margin-top: 40px; }
.news_item article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2px 2%;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbf0f9;
  margin: 0 auto 30px; }
  .news_item article figure {
    width: 28%;
    height: 160px; }
  .news_item article div {
    width: 70%; }
  .news_item article:first-of-type {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #dbf0f9; }

@media screen and (max-width: 767.98px) {
  .news_item article figure {
    width: 100%;
    height: 210px; }

  .news_item article div {
    width: 100%; } }
/*****************************************************

 Member
 
*****************************************************/
.member_nav_contianer {
  margin-bottom: 60px; }
  .member_nav_contianer .file_dl_btn {
    width: 40%;
    margin: 0; }
    .member_nav_contianer .file_dl_btn:nth-of-type(-n+2) {
      width: 28%; }
      .member_nav_contianer .file_dl_btn:nth-of-type(-n+2)::after {
        font-family: 'Font Awesome 6 free';
        content: '\f107';
        font-size: 20px;
        font-weight: 900;
        color: #2f6ca8;
        position: absolute;
        top: 0px;
        right: 0px;
        position: absolute;
        top: 10px;
        right: 10px; }

.member_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .member_container a {
    width: 33.333%;
    padding: 30px 10px;
    font-size: 18px;
    color: #2f6ca8;
    letter-spacing: 0;
    text-decoration: none;
    position: relative;
    border-left: 1px solid #e5e3e3;
    border-bottom: 1px solid #e5e3e3; }
    .member_container a::after {
      font-family: 'Font Awesome 6 free';
      content: '\f08e';
      font-weight: 900;
      color: #2f6ca8;
      position: absolute;
      top: 30px;
      right: 10px; }
    .member_container a:nth-of-type(-n+3) {
      border-top: 1px solid #e5e3e3; }
    .member_container a:nth-of-type(3n), .member_container a:last-of-type {
      border-right: 1px solid #e5e3e3; }
  .member_container P {
    width: 100%;
    text-align: right;
    padding: 0; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .member_nav_contianer .file_dl_btn:nth-of-type(-n+2), .member_nav_contianer .file_dl_btn {
    width: 100%; }

  .member_container a {
    width: 50%;
    padding: 16px 10px;
    height: 100px;
    font-size: 16px; }

  .member_container a:nth-of-type(-n+3) {
    border-top: none; }

  .member_container a:nth-of-type(3n) {
    border-right: none; }

  .member_container a:nth-of-type(-n+2) {
    border-top: 1px solid #e5e3e3; }

  .member_container a:nth-of-type(2n) {
    border-right: 1px solid #e5e3e3; }

  .member_container a:last-of-type {
    border-right: 1px solid #e5e3e3; } }
@media screen and (max-width: 767.98px) {
  .member_nav_contianer .file_dl_btn:nth-of-type(-n+2), .member_nav_contianer .file_dl_btn {
    width: 100%; }

  .member_container a {
    width: 50%;
    padding: 16px 10px;
    height: 100px;
    font-size: 16px; }

  .member_container a::after {
    top: auto;
    bottom: 4px;
    right: 4px; }

  .member_container a:nth-of-type(-n+3) {
    border-top: none; }

  .member_container a:nth-of-type(3n) {
    border-right: none; }

  .member_container a:nth-of-type(-n+2) {
    border-top: 1px solid #e5e3e3; }

  .member_container a:nth-of-type(2n) {
    border-right: 1px solid #e5e3e3; }

  .member_container a:last-of-type {
    border-right: 1px solid #e5e3e3; } }
/*****************************************************

 About
 
*****************************************************/
.highlights_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0; }
  .highlights_container:nth-of-type(n+2) {
    margin-top: 60px; }
  .highlights_container .highlights_item {
    width: 48.21%; }
    .highlights_container .highlights_item h3 {
      font-size: 21px; }
    .highlights_container .highlights_item .highlights_data {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      gap: 50px 1%;
      margin: 80px auto 0; }
      .highlights_container .highlights_item .highlights_data p {
        width: 60%;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: bold;
        font-size: 21px; }
      .highlights_container .highlights_item .highlights_data div.ratio {
        width: 32%;
        font-size: 100px;
        font-family: 'Cabin', sans-serif;
        font-weight: 600;
        color: #0e2841;
        background: linear-gradient(transparent 60%, #fad156 60%);
        line-height: 68px;
        position: relative; }
        .highlights_container .highlights_item .highlights_data div.ratio span {
          font-size: 50px; }
        .highlights_container .highlights_item .highlights_data div.ratio span.comment {
          font-size: 14px;
          text-align: right;
          position: absolute;
          bottom: -14px;
          right: 0;
          line-height: 0; }
    .highlights_container .highlights_item figure {
      width: 100%; }
    .highlights_container .highlights_item figure + span {
      display: block;
      font-size: 16px;
      color: #333333; }

.about_structure figure {
  width: auto;
  margin: 0 auto 20px;
  text-align: center; }
  .about_structure figure img {
    width: auto; }
.about_structure p {
  text-align: center; }

.about_file_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0; }

@media screen and (max-width: 767.98px) {
  .highlights_container .highlights_item {
    width: 100%; }

  .highlights_container .highlights_item .highlights_data {
    justify-content: center;
    margin: 0 auto; }

  .highlights_container .highlights_item .highlights_data p {
    width: 100%;
    text-align: center; }

  .highlights_container .highlights_item .highlights_data div.ratio {
    width: 46%; } }
/*****************************************************

 Guide
 
*****************************************************/
.flow_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 1%; }
  .flow_container .flow_item {
    width: 28%; }
    .flow_container .flow_item p {
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      .flow_container .flow_item p span {
        font-family: 'Cabin', sans-serif;
        font-size: 48px;
        color: #fad156;
        font-style: italic;
        font-weight: bold;
        margin-right: 18px;
        vertical-align: -8%; }
    .flow_container .flow_item figure {
      width: 230px;
      height: 230px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      background: #dbf0f9;
      padding: 60px 0; }
      .flow_container .flow_item figure img {
        width: auto; }
    .flow_container .flow_item > span {
      display: block;
      text-align: center;
      margin-top: -40px;
      font-size: 16px;
      font-weight: 500; }
  .flow_container i {
    font-size: 48px;
    color: #2f6ca8;
    margin-top: 40px; }

.dl_container:nth-of-type(n+2) {
  margin-top: 60px; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .flow_container {
    justify-content: center; }

  .flow_container .flow_item {
    width: 100%; }

  .flow_container i {
    margin-top: 0;
    transform: rotate(90deg); } }
@media screen and (max-width: 767.98px) {
  .flow_container {
    justify-content: center; }

  .flow_container .flow_item {
    width: 100%; }

  .flow_container i {
    margin-top: 0;
    transform: rotate(90deg); } }
/*****************************************************

 Link
 
*****************************************************/
#public, #association, #regular, #supporter {
  padding-top: 120px;
  margin-top: -120px; }

.link_nav_contianer {
  margin-bottom: 60px; }
  .link_nav_contianer.file_container {
    justify-content: center; }
  .link_nav_contianer .file_dl_btn {
    width: 28%; }
    .link_nav_contianer .file_dl_btn::after {
      font-family: 'Font Awesome 6 free';
      content: '\f107';
      font-size: 20px;
      font-weight: 900;
      color: #2f6ca8;
      position: absolute;
      top: 0px;
      right: 0px;
      position: absolute;
      top: 10px;
      right: 10px; }

.link_container a {
  display: inline-block;
  text-decoration: none;
  color: #2f6ca8;
  margin: 8px 0;
  font-weight: 500;
  transition: .2s;
  padding: 4px; }
  .link_container a i {
    margin-left: 16px; }
  .link_container a:hover {
    background: #dbf0f9; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  #public, #association {
    padding-top: 60px;
    margin-top: -60px; }

  .link_nav_contianer .file_dl_btn {
    width: 100%; }

  .link_container a {
    padding: 0; }
    .link_container a i {
      margin-left: 8px; } }
@media screen and (max-width: 767.98px) {
  #public, #association, #regular, #supporter {
    padding-top: 60px;
    margin-top: -60px; }

  .link_nav_contianer .file_dl_btn {
    width: 100%; }

  .link_container a {
    padding: 0; }
    .link_container a i {
      margin-left: 8px; } }
/*****************************************************

 Page_name
 
*****************************************************/
/* section_name
----------------------------------------------------*/
