@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Montserrat", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #00ceff;
  --base-gray-default: #f4f6f8;
  --base-gray-dark: #6c6c6c;
  --flux-primary: #0075c7;
  --flux-primary-dark: #05538a;
  --flux-primary-deep: #204989;
  --flux-primary-light: #0075c7;
  --flux-bg: #dae7f2;
  --flux-bg-tag: #dae7f2;
  --flux-red: #c30101;
  --flux-gray: #939393;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

#header {
  width: 100%;
  -webkit-transition: background 0.3s, backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s;
}
@media all and (min-width: 768px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 1200;
  }
  #header.fix-change {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(14px);
  }
}

@media screen and (max-width: 767px) {
  body.lower #header {
    background: var(--default-white);
  }
}
body.lower .l-header {
  border-bottom: none;
}
body.lower .l-header__logo-img--default {
  content: url("../common/logo_black.svg");
}
body.lower .l-header__link {
  color: var(--default-black);
}
@media screen and (max-width: 767px) {
  body.lower .l-header__link {
    color: #fff;
  }
}
body.lower .l-header__link::before {
  background: var(--flux-primary);
}
@media screen and (max-width: 767px) {
  body.lower .l-header__link::before {
    background: var(--default-white);
  }
}
@media screen and (max-width: 767px) {
  body.lower .l-header__toggle {
    top: 32px;
  }
}

@media all and (min-width: 768px) {
  .l-header {
    border-bottom: none;
  }
  .l-header__logo-img--default {
    content: url("../common/logo_black.svg");
  }
  .l-header__link {
    color: var(--default-black);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-header__link {
    color: var(--default-white);
  }
}
@media all and (min-width: 768px) {
  .l-header__link::before {
    background: var(--flux-primary);
  }
}
.l-header {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
@media all and (min-width: 768px) {
  .l-header {
    max-width: 1020px;
    margin: 0 auto;
    padding: 28px 0 24px;
  }
}
@media screen and (max-width: 1020px) {
  .l-header {
    padding: 28px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    z-index: 1300;
    padding: 20px 16px;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1001;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 330px;
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__logo .l-header__logo-img--menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: calc(100% - 100px);
  }
}
.l-header__toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 37px;
  padding: 0;
  background: var(--default-white);
  border: 1px solid rgba(0, 117, 199, 0.5019607843);
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 22px rgba(0, 46, 78, 0.18);
          box-shadow: 0 8px 22px rgba(0, 46, 78, 0.18);
}
@media screen and (max-width: 767px) {
  .l-header__toggle {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__toggle span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--flux-primary);
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__toggle span:first-child {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.l-header__toggle span:last-child {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 767px) {
  body.open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.open .l-header__logo-img--default {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.open .l-header__logo-img--menu {
    display: block;
    position: fixed;
    top: 36px;
    left: 39px;
    width: 82px;
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  body.open .l-header__toggle span:first-child {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  body.open .l-header__toggle span:last-child {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}

@media all and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    color: var(--default-white);
    background: rgba(0, 46, 78, 0.76);
    backdrop-filter: blur(14px);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

@media screen and (max-width: 767px) {
  body.open .l-header__nav {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  body.contents-detail .page-heading h1.is-fixed .fixed-detail-title-text,
  body.news-detail .detail-head h1.is-fixed .fixed-detail-title-text {
    padding-right: 84px !important;
  }
}

@media all and (min-width: 768px) {
  .l-header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-inner {
    min-height: 100%;
    padding: 124px 28px 48px;
  }
}
@media all and (min-width: 768px) {
  .l-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__list {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__item + .l-header__item {
    margin-top: 34px;
  }
}
.l-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--default-white);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.l-header__link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--default-white);
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .l-header__link {
    gap: 8px;
    font-size: 0.875rem;
  }
  .l-header__link::before {
    width: 8px;
    height: 8px;
  }
  .l-header__link:hover {
    opacity: 0.72;
  }
}
@media screen and (max-width: 767px) {
  .l-header__link {
    gap: 12px;
    font-size: 1.25rem;
  }
  .l-header__link::before {
    width: 18px;
    height: 18px;
  }
}
.l-header__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #05538a;
  border-radius: 50vh;
}
@media all and (min-width: 768px) {
  .l-header__contact {
    gap: 8px;
    min-width: 116px;
    padding: 7px 15px;
    font-size: 0.8125rem;
  }
  .l-header__contact:hover {
    color: #05538a;
    background: #fff;
    opacity: 1;
  }
  .l-header__contact:hover .l-header__contact-ico {
    -webkit-filter: none;
            filter: none;
    background: url(../common/ico_mail_blue.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    gap: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 20px;
    color: var(--flux-primary-deep);
    font-size: 1.25rem;
    background: var(--default-white);
    border-radius: 999px;
  }
}
.l-header__contact-ico {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../common/ico_mail_simple.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .l-header__contact-ico {
    width: 18px;
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact-ico {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../common/ico_mail_darkblue.svg) no-repeat center/contain;
  }
}
.l-header__home {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__home {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 34px;
    margin-top: 42px;
    padding: 8px 22px 8px 30px;
    color: var(--default-white);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: #000;
    border-radius: 999px;
  }
}
.l-header__home-ico {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../common/ico_home.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .l-header__home-ico {
    width: 18px;
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .l-header__home-ico {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../common/ico_home.svg) no-repeat center/contain;
  }
}

html,
body {
  min-height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.cke_editable {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  height: auto;
  min-height: inherit;
}

body > main,
body > .mainCont {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.l-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  color: var(--default-white);
  background: var(--flux-primary-deep);
}
.l-footer__inner {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92vw;
    max-width: 1020px;
    padding: 42px 0 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 92vw;
    padding: 36px 0 34px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .l-footer__brand {
    grid-column: 1/2;
  }
}
.l-footer__logo {
  display: inline-block;
  max-width: 330px;
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__lead {
  margin-top: 14px;
  line-height: 1.7;
}
@media all and (min-width: 768px) {
  .l-footer__lead {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lead {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) {
  .l-footer__nav {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 28px;
    padding-top: 26px;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .l-footer__list {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px 22px;
  }
}
.l-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: var(--default-white);
  font-weight: 300;
  letter-spacing: 0.04em;
}
.l-footer__link::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_arrow_border_right_white.svg) no-repeat center/contain;
}
@media all and (min-width: 768px) {
  .l-footer__link {
    font-size: 0.8125rem;
  }
  .l-footer__link:hover {
    opacity: 0.72;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 0.875rem;
  }
}
.l-footer__copy {
  color: rgba(255, 255, 255, 0.74);
}
@media all and (min-width: 768px) {
  .l-footer__copy {
    grid-column: 1/2;
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 26px;
    font-size: 0.6875rem;
  }
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html,
body {
  min-height: 100%;
  overflow-x: clip;
}

.mainCont-inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainCont-inner {
    max-width: 92vw;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner {
    max-width: 1020px;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    max-width: 950px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.link_btn {
  display: inline-block;
  padding: 10px 2.7rem 8px 18px;
  background: #0075c7;
  color: #fff !important;
  border-radius: 50vh;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none !important;
}
.link_btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_arrow_border_right_white.svg) no-repeat center/contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link_btn:hover {
  background: #008ac7;
  text-decoration: none;
}
.link_btn-secondary {
  background: #ec2929;
  color: #fff;
}
.link_btn-secondary::after {
  background: url(../common/ico_arrow_border_right_white.svg) no-repeat center/contain;
}
.link_btn-secondary:hover {
  background: #c22020;
}
.link_btn-textlink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 4px 4px 4px 0em;
  margin: 0;
  color: #0075c7 !important;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #0075c7;
}
.link_btn-textlink::after {
  content: none;
}
.link_btn-textlink:hover {
  opacity: 0.6;
  background: transparent;
}
.link_btn-dark {
  background: #585858;
  color: #fff;
}
.link_btn-dark::after {
  background: url(../common/ico_arrow_border_right_white.svg) no-repeat center/contain;
}
.link_btn-dark:hover {
  background: #404040;
}
.link_btn-large {
  padding: 20px 40px 18px 38px;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
.link_btn-small {
  padding: 8px 20px 6px 16px;
  font-size: 0.75rem;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}
.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}
.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

/*タイトル*/
.h2_title01 {
  border-bottom: 3px solid #0075c7;
  font-size: 2rem;
  padding: 10px 0;
  color: #0075c7;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.25rem;
  }
}

.h3_title01 {
  font-size: 1.4375rem;
  padding: 0px 0px 0 2.3em;
  margin: 0.8em 0 0.3em;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.125rem;
  }
}
.h3_title01::before {
  content: "";
  background: #a8a8a8;
  width: 0.3em;
  height: 100%;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.h3_title01::after {
  content: "";
  background: #0075c7;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.7em;
  border-radius: 50vh;
}

@media all and (min-width: 768px) {
  .nav_scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav_scroll {
    margin-top: 14px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #ccc;
    font-size: 0.85rem;
  }
}
.table_scroll {
  overflow-x: scroll;
}
.table_scroll table {
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .table_scroll table {
    max-width: 700px;
  }
}

/* 下層index用 card型 css */
.page-index__card {
  border-radius: 10px;
}
.page-index__card .card {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page-index__card .card a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.page-index__card .card:has(a:hover) a {
  color: #fff;
}
.page-index__card .card:has(a:hover) .thum img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-index__card .card .heading {
  padding: 10px 15px 20px;
  text-align: center;
  display: block;
  background: rgba(13, 142, 168, 0.8);
  backdrop-filter: blur(9px);
  margin-top: -30px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px 0px 0px 5px;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
}
.page-index__card .card .thum {
  height: 8em;
  overflow: hidden;
  display: block;
}
.page-index__card .card .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.page-index__card--sdg .card a {
  text-decoration: none;
  color: #000;
  display: block;
}
.page-index__card--sdg .card a:hover {
  opacity: 0.7;
}
.page-index__card--sdg .thum {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.page-index__card--sdg .thum::before {
  content: "\e909";
  font-family: "icomoon" !important;
  color: #fff;
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 1em;
  z-index: 1;
}
.page-index__card--sdg .thum::after {
  content: "";
  background: #c79637;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.3em;
  height: 2.3em;
}
.page-index__card--sdg .heading {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-index__card--sdg .heading::before {
  content: "";
  display: block;
  width: 4em;
  height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#e5243b), color-stop(25%, #e5243b), color-stop(25%, #dca639), color-stop(50%, #dca639), color-stop(50%, #3e7e45), color-stop(75%, #3e7e45), color-stop(75%, #0a96d9), to(#0a96d9));
  background: linear-gradient(to right, #e5243b 0%, #e5243b 25%, #dca639 25%, #dca639 50%, #3e7e45 50%, #3e7e45 75%, #0a96d9 75%, #0a96d9 100%);
}
.page-index__card--sdg .heading-cate {
  color: #c79637;
  display: inline-block;
  width: 100%;
  font-size: 0.8125rem;
  margin: 5px 0;
}
.page-index__card--simply .card a {
  text-decoration: none;
  color: #000;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.page-index__card--simply .card a:hover {
  opacity: 0.7;
}
.page-index__card--simply .card .link_btn {
  pointer-events: none;
}
.page-index__card--simply .heading {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
}
.page-index__card--simply .heading-cate {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  margin: 5px 0;
}

/* テキスト+画像（大）並び（スマホで縦並び・画像が下） など反転用 */
@media screen and (max-width: 767px) {
  .grid_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  .grid_colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0;
  }
}

/* テーブル　一覧に戻る */
.c-table {
  width: 100%;
  border: none !important;
}
.c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table tr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 1em;
  }
}
.c-table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2e2e2 !important;
  color: var(--color-secondary) !important;
}
@media all and (min-width: 768px) {
  .c-table tr th {
    max-width: 18em;
    text-align: left;
    width: 100%;
  }
}
.c-table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f5f2;
}
.c-table tr th,
.c-table tr td {
  border: none !important;
  padding: 1em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table__default {
  border: none !important;
  width: 100%;
}
.c-table__default tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table__default tr {
    margin-bottom: 0.3em;
  }
}
.c-table__default td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
.c-table__default th,
.c-table__default td {
  border: none !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
}

/* 編集パーツ 一覧に戻る */
.part-btn__toall {
  border-top: 1px solid #dadad0;
  border-bottom: 1px solid #dadad0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* グリッド（CSS Grid使用） */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

/* 各カラム（.col, .col-1 ~ .col-12） */
.colm {
  grid-column: span 12;
}

.col_1 {
  grid-column: span 1;
}

.col_2 {
  grid-column: span 2;
}

.col_3 {
  grid-column: span 3;
}

.col_4 {
  grid-column: span 4;
}

.col_5 {
  grid-column: span 5;
}

.col_6 {
  grid-column: span 6;
}

.col_7 {
  grid-column: span 7;
}

.col_8 {
  grid-column: span 8;
}

.col_9 {
  grid-column: span 9;
}

.col_10 {
  grid-column: span 10;
}

.col_11 {
  grid-column: span 11;
}

.col_12 {
  grid-column: span 12;
}

/* レスポンシブ対応（例: col-md-6） */
@media screen and (max-width: 767px) {
  .col_md-1 {
    grid-column: span 1;
  }
  .col_md-2 {
    grid-column: span 2;
  }
  .col_md-3 {
    grid-column: span 3;
  }
  .col_md-4 {
    grid-column: span 4;
  }
  .col_md-5 {
    grid-column: span 5;
  }
  .col_md-6 {
    grid-column: span 6;
  }
  .col_md-7 {
    grid-column: span 7;
  }
  .col_md-8 {
    grid-column: span 8;
  }
  .col_md-9 {
    grid-column: span 9;
  }
  .col_md-10 {
    grid-column: span 10;
  }
  .col_md-11 {
    grid-column: span 11;
  }
  .col_md-12 {
    grid-column: span 12;
  }
}
.c-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-interview dt {
  text-align: center;
  line-height: 1;
}
.c-interview dt span {
  font-size: 0.8125rem;
  display: inline-block;
}
.c-interview dt img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  aspect-ratio: 1/1;
  border-radius: 100vh;
}

.NewsCountList {
  margin-top: 20px;
}
.NewsCountList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.NewsCountList ul li {
  margin-right: 10px;
}
.NewsCountList ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li:last-child {
    margin-right: initial;
  }
}
.NewsCountList ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li a {
    padding: 16px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.NewsCountList ul li:first-child a, .NewsCountList ul li:last-child a {
  background: var(--color-orange);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover, .NewsCountList ul li:last-child a:hover {
  background: var(--default-blue);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover::after, .NewsCountList ul li:last-child a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a, .NewsCountList ul li:nth-of-type(3) a {
  background: #dae7f2;
  color: #000;
}
.NewsCountList ul li:nth-of-type(2) a:hover, .NewsCountList ul li:nth-of-type(3) a:hover {
  background: #666;
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a:hover::before, .NewsCountList ul li:nth-of-type(3) a:hover::before {
  color: #fff;
}

.l-cke {
  margin: 10px auto 10px auto;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .l-cke {
    margin: 20px 0px;
  }
}

.edit-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edit-area:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*topicpath*/
.topicpath {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topicpath ul li {
  font-size: 0.875rem;
  margin-right: 10px;
  color: #9a9a9a;
}
.topicpath ul li a {
  position: relative;
  padding-right: 1em;
  color: var(--default-blue);
  text-decoration: underline;
}
.topicpath ul li a::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  right: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: inline-block;
  top: 50%;
}

/*アコーディオンのオプション表示削除*/
.dis_none {
  display: none !important;
}

.cke_editable .dis_none {
  display: block !important;
}

.cke_editable {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.cke_editable .cke-accordion_start, .cke_editable .cke-accordion_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* ------------------------------aリンク */
.edit-area a,
.cke_editable a {
  color: #0075c7;
  text-decoration: underline;
}
.edit-area a:hover,
.cke_editable a:hover {
  color: #0075c7;
}

/* ------------------------------PDFマーク */
.txtLink01-pdf {
  padding-left: 30px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------ダウンロードマーク */
.txtLink01-dl {
  padding-left: 30px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------WORDマーク */
.txtLink01-word {
  padding-left: 30px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------EXCELマーク */
.txtLink01-excel {
  padding-left: 30px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------PowerPointマーク */
.txtLink01-power {
  padding-left: 30px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ボタン・リンク END  =============================================================== */
/* ==========================================================================
リスト
========================================================================== */
.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul,
.list_style {
  position: relative;
}

.edit-area ol,
.cke_editable ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
}

.edit-area ol li,
.cke_editable ol li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
}
.edit-area ol li ul li,
.cke_editable ol li ul li {
  line-height: 1.2;
}

.edit-area ol li::marker {
  display: none;
}

.edit-area ol li:before,
.cke_editable ol li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: 400;
  /* 14px */
}

.edit-area ul li,
.cke_editable ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
  counter-reset: item;
}

.edit-area ul li:before,
.cke_editable ul li:before,
.list_style li:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 0.9em !important;
  left: 0px;
  border-radius: 100%;
  background: #000;
  vertical-align: middle;
  line-height: 1;
}

.list_none li::before {
  display: none !important;
}

/* リスト END  =============================================================== */
/* ==========================================================================
テーブル※適宜変更してください。
========================================================================== */
.edit-area table th,
.cke_editable table th {
  background: #edf2f5;
}

.edit-area table,
.cke_editable table {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

.edit-area table td,
.edit-area table th,
.cke_editable table td,
.cke_editable table th {
  padding: 10px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

table {
  border-collapse: initial !important;
  border-spacing: 0 !important;
}

.table__addr .td_no {
  max-width: 5em;
}
@media screen and (max-width: 767px) {
  .table__scroll {
    overflow: auto;
  }
  .table__scroll table {
    width: 100%;
    white-space: nowrap;
  }
}

/* テーブル END  =============================================================== */
/* 右寄せ 左寄せ  =============================================================== */
.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
/* 右寄せ 左寄せ  =============================================================== */
/* ==========================================================================
　画像
========================================================================== */
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}

.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  padding: 0 !important;
  list-style: none;
}
.newsImg03 ul li::before,
.newsImg02 ul li::before,
.newsImg01 ul li::before {
  display: none !important;
}

@media all and (min-width: 768px) {
  .newsImg03 ul,
  .newsImg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px) !important;
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  padding: 0;
}
.newsImg03 ul li img,
.newsImg02 ul li img,
.newsImg01 ul li img {
  width: 100%;
  display: inline-block;
}

.newsImg03 ul li:before,
.newsImg02 ul li:before,
.newsImg01 ul li:before {
  display: none !important;
}

/* ------------------------------------------------------------絵文字 */
.ico_20 {
  width: 30px;
  height: 30px;
  padding: 0 4px;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
}

/* 画像 END  =============================================================== */
/* ==========================================================================
　境界線
========================================================================== */
hr.div_hr01 {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: dashed 1px #cfcfcf;
}

/*管理画面側*/
.cke_editable .ckeditor_divline {
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/* 境界線 END  =============================================================== */
/* ==========================================================================
ckエディター
========================================================================== */
.pagesummary {
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f5;
  border-radius: 2vh;
  margin: 0px -20px;
}
.pagesummary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .pagesummary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pagesummary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagesummary ul li::before {
  display: none;
}
.pagesummary ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 0.75rem;
  padding: 4px 10px 3px 28px;
  border-radius: 100vh;
  position: relative;
  text-decoration: none !important;
  border: 1px solid var(--flux-primary);
  background: #fff;
  color: var(--flux-primary);
}
.pagesummary ul li a:hover {
  background: var(--flux-primary-dark);
  color: #fff !important;
}
.pagesummary ul li a:hover::before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a {
    width: 100%;
  }
}
.pagesummary ul li a::before {
  position: absolute;
  content: "";
  background: url("../common/ico_arrow_primary.svg") no-repeat center center;
  background-size: contain;
  width: 1.15em;
  height: 1.15em;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: inline-block;
}
.pagesummary__external::before {
  background: url("../common/ico_external.svg") no-repeat center center !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  background-size: contain !important;
  width: 8px !important;
  height: 8px !important;
}

.div_info01 {
  padding: 16px;
  margin: 10px 0;
  border: 3px solid #333;
  border-radius: 6px;
}
.div_info02 {
  padding: 16px;
  margin: 15px 0px;
  background: var(--color-primary);
  border-radius: 6px;
  border: 2px solid var(--color-pink);
}

/*------------------------------------------------------------お知らせ表示(日付)*/
.day-color01 {
  color: #000000;
}

/*黒*/
.day-color02 {
  color: #e03e3e;
}

/*赤*/
.day-color03 {
  color: #05538a;
}

/*青*/
.day-color04 {
  color: #099809;
}

/*緑*/
.day-color05 {
  color: #e77be6;
}

/*ピンク*/
.day-color06 {
  color: #666666;
}

/*グレー*/
.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------お知らせ表示(タイトル)*/
.title-size-small {
  font-size: 0.8125rem;
}

/* 13px */
.title-size-middle {
  font-size: 0.9375rem;
}

/* 15px */
.title-size-big {
  font-size: 1.25rem;
}

/* 20px */
.title-color01 {
  color: #000000;
}

/*黒*/
.title-color02 {
  color: #e03e3e;
}

/*赤*/
.title-color03 {
  color: #05538a;
}

/*青*/
.title-color04 {
  color: #099809;
}

/*緑*/
.title-color05 {
  color: #e77be6;
}

/*ピンク*/
.title-color06 {
  color: #666666;
}

/*グレー*/
.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
span.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.25rem;
}

span.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.4375rem;
}

span.op_mideamu {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.9375rem;
  display: inline-block;
}

span.op_small {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.75rem;
}

/*-----------------------------------------------------------文字の下付上付*/
sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

/*-----------------------------------------------------------他装飾*/
.g-map {
  width: 100% !important;
}

.cke_editable .ckeditor_divline {
  background: url(../images/ckeditor_divline.gif) no-repeat;
}

/*ソーシャルボタン領域*/
.Social {
  display: none;
}

.detail_news_social {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail_news_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
}
.detail_news_social ul li {
  margin-left: 10px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.detail_news_social ul li:first-child {
  margin-left: 0 !important;
}
.detail_news_social ul li::before {
  display: none;
}
.detail_news_social li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.detail_news_social li a.tw {
  background: #000 url("../common/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}
.detail_news_social li a.line {
  background: #00b900 url("../common/logo_line02.png") no-repeat center;
  background-size: auto 20px;
}
.detail_news_social li:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*ソーシャルボタン領域END*/
/* ckエディター END  =============================================================== */
/* ==========================================================================
  Youtube
========================================================================== */
/* テキスト END  =============================================================== */
/* ==========================================================================
  テキスト
========================================================================== */
/* ------------------------------------------------------------ テキストインデント */
.text_mark {
  margin-left: 1em;
  text-indent: -1em;
}

.text_marks {
  margin-left: 0.857em;
  text-indent: -0.857em;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  編集パーツ用　番号付属リスト・チェックリスト
   ========================================================================== */
.list_none li::before {
  display: none !important;
}

.edit-area .list_num01,
.cke_editable .list_num01 {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}

.edit-area .list_num01 li,
.cke_editable .list_num01 li {
  position: relative;
  padding: 4px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}

.edit-area .list_num01 li:before,
.cke_editable .list_num01 li:before {
  counter-increment: item !important;
  content: counter(item) !important;
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: center;
  color: #0075c7 !important;
  border-bottom: 1px solid #0075c7;
  font-size: 1.125rem;
}

.edit-area .list_check,
.cke_editable .edit-area .list_check {
  list-style: none !important;
  padding: 0 !important;
  position: relative !important;
  margin-left: 0 !important;
}

.edit-area li,
.cke_editable .edit-area li {
  position: relative;
  margin-bottom: 10px;
}

.edit-area .list_check li,
.cke_editable .list_check li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  list-style: none !important;
}

.list_check li:before,
.cke_editable .list_check li:before {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: absolute !important;
  content: "" !important;
  display: block !important;
  top: 0.4em !important;
  left: 0.2em !important;
  height: 10px !important;
  width: 6px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-bottom: solid 3px #0075c7 !important;
  border-right: solid 3px #0075c7 !important;
}

/* ==========================================================================
  編集パーツ用　画像＋テキスト並び
   ========================================================================== */
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}

.lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.lay-grid > .col-1, .lay-grid > .col-2, .lay-grid > .col-3, .lay-grid > .col-4, .lay-grid > .col-5, .lay-grid > .col-6, .lay-grid > .col-7, .lay-grid > .col-8, .lay-grid > .col-9, .lay-grid > .col-10, .lay-grid > .col-11, .lay-grid > .col-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.lay-grid > .col-1 {
  width: calc(8.3333333333% - 20px);
}
.lay-grid > .col-2 {
  width: calc(16.6666666667% - 20px);
}
.lay-grid > .col-3 {
  width: calc(25% - 20px);
}
.lay-grid > .col-4 {
  width: calc(33.3333333333% - 20px);
}
.lay-grid > .col-5 {
  width: calc(41.6666666667% - 20px);
}
.lay-grid > .col-6 {
  width: calc(50% - 20px);
}
.lay-grid > .col-7 {
  width: calc(58.3333333333% - 20px);
}
.lay-grid > .col-8 {
  width: calc(66.6666666667% - 20px);
}
.lay-grid > .col-9 {
  width: calc(75% - 20px);
}
.lay-grid > .col-10 {
  width: calc(83.3333333333% - 20px);
}
.lay-grid > .col-11 {
  width: calc(91.6666666667% - 20px);
}
.lay-grid > .col-12 {
  width: calc(100% - 20px);
}
.lay-grid > .col-lg-1, .lay-grid > .col-lg-2, .lay-grid > .col-lg-3, .lay-grid > .col-lg-4, .lay-grid > .col-lg-5, .lay-grid > .col-lg-6, .lay-grid > .col-lg-7, .lay-grid > .col-lg-8, .lay-grid > .col-lg-9, .lay-grid > .col-lg-10, .lay-grid > .col-lg-11, .lay-grid > .col-lg-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 20px);
  }
  .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 20px);
  }
  .lay-grid > .col-lg-3 {
    width: calc(25% - 20px);
  }
  .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 20px);
  }
  .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 20px);
  }
  .lay-grid > .col-lg-6 {
    width: calc(50% - 20px);
  }
  .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 20px);
  }
  .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 20px);
  }
  .lay-grid > .col-lg-9 {
    width: calc(75% - 20px);
  }
  .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 20px);
  }
  .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 20px);
  }
  .lay-grid > .col-lg-12 {
    width: calc(100% - 20px);
  }
  .card-box__item--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .lay-grid > .col-lg-4 {
    text-align: center;
  }
  .lay-grid > .col-lg-4 img {
    width: 53.33vw !important;
  }
}
.card-box {
  margin-top: 20px;
}
.card-box__item--fast {
  margin-top: 20px;
}

/* ==========================================================================
  お客様向け
========================================================================== */
.im-client__table table {
  width: 100%;
}
.im-client__table table tr {
  display: grid;
}
.im-client__table table tr td {
  border: none;
  padding: 0;
}
.im-client__table table tr td img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media all and (min-width: 768px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}
.im-client__table.-border-n table {
  border: none;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  アコーディオン
========================================================================== */
.js-accordion {
  counter-reset: question 0;
}
.js-accordion__item {
  border-bottom: 2px var(--color-purple-light) solid;
}
.js-accordion__item--trigger {
  font-weight: bold;
  color: var(--color-purple);
  padding: 10px 40px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .js-accordion__item--trigger {
    padding: 10px 30px 10px 10px;
  }
}
.js-accordion__item--trigger::after {
  background: url("../common/ico_arrow04.svg") no-repeat center center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.js-accordion__item--trigger::before {
  counter-increment: question;
  content: "Q" counter(question);
  display: inline-block;
  margin-right: 10px;
}
.js-accordion__item--trigger::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger::selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger.active {
  background: var(--color-purple-light);
}
.js-accordion__item--trigger.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 11px;
}
.js-accordion__item--this {
  padding: 10px;
}
.js-accordion__item--this::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--this::selection {
  color: none !important;
  background: none !important;
}

/*アコーディオン　im*/
/*アコーディオン */
.parts_accordion_box {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange dt::after {
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
}
.parts_accordion_box.-orange dt.active {
  background: #fff5f2;
}
.parts_accordion_box.-orange dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box.-orange dt.active::after {
  bottom: 0;
}

.parts_accordion_box dt {
  position: relative;
  padding: 15px 20px 15px 50px;
}
.parts_accordion_box dt::after {
  content: "";
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
  background-size: 1em !important;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vh;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.parts_accordion_box dt.active {
  background: #f3f7f8;
}
.parts_accordion_box dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box dt.active::after {
  bottom: 0;
}

.parts_accordion_box dd {
  padding-top: 20px;
  margin: 0px 20px 20px 20px;
}

/* ===マーカー====*/
.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 220, 0)));
  background: linear-gradient(transparent 60%, rgb(255, 220, 0) 60%);
}

.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 102, 204, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 102, 204, 0.5) 60%);
}

.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(102, 204, 255)));
  background: linear-gradient(transparent 60%, rgb(102, 204, 255) 60%);
}

.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgb(9, 251, 211)));
  background: linear-gradient(transparent 65%, rgb(9, 251, 211) 65%);
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  iframe[src*="youtube.com"],
  iframe[src*="youtube-nocookie.com"] {
    width: 100%;
  }
}

.cke-parts_start,
.cke-parts_end {
  display: none;
}

.cke_editable .cke-parts_start,
.cke_editable .cke-parts_end {
  margin: 15px 0;
  display: block !important;
  position: relative;
  height: 40px;
  font-size: 0;
}
.cke_editable .cke-parts_start:before,
.cke_editable .cke-parts_end:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  content: "--- パーツを削除する際は、この一行上の空白行から[パーツ編集 終了]まで全てを選択し削除してください ---";
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 0.9375rem;
  color: #cad6de;
  text-align: center;
  border: dashed 1px #cad6de;
}
.cke_editable .cke-parts_end:before {
  top: 0px;
  content: "-------------------------------- [パーツ編集 終了] --------------------------------";
}

div.card-info-area .author-card--lead {
  margin-top: 20px;
}

.index-inner {
  margin: auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .index-inner {
    max-width: 92vw;
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .index-inner {
    max-width: 1020px;
  }
}

.div_hr {
  max-width: 1020px;
  margin: 0px auto;
  height: 1px;
  background: rgba(5, 83, 138, 0.3607843137);
}
.div_hr.-white {
  background: var(--default-white);
}

.index .mainCont {
  margin-top: 0;
  background: var(--flux-bg);
}

#Top #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
@media all and (min-width: 768px) {
  #Top #header {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  #Top #header .l-header__logo {
    top: 20px;
    left: 20px;
  }
}
#Top #header .l-header__logo-img--default {
  content: url("../common/logo.svg");
}
#Top #header .l-header__link {
  color: var(--default-white);
}
#Top #header .l-header__link::before {
  background: var(--default-white);
}
#Top #header.fix-change {
  background: rgba(255, 255, 255, 0.5);
}
#Top #header.fix-change .l-header__logo-img--default {
  content: url("../common/logo_black.svg");
}
#Top #header.fix-change .l-header__link {
  color: var(--default-black);
}
@media screen and (max-width: 767px) {
  #Top #header.fix-change .l-header__link {
    color: #fff;
  }
  #Top #header.fix-change .l-header__link::before {
    background: #fff !important;
  }
}
#Top #header.fix-change .l-header__link::before {
  background: var(--flux-primary);
}
@media screen and (max-width: 767px) {
  #Top #header.fix-change {
    background: transparent;
    backdrop-filter: none;
  }
}
@media screen and (max-width: 767px) {
  #Top #header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
#Top .l-header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: none;
  background: transparent;
}
@media all and (min-width: 768px) {
  #Top .l-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #Top .l-header {
    position: absolute !important;
    top: 20px;
    left: 18px;
    right: auto;
    width: calc(100% - 18px);
  }
}
@media screen and (max-width: 767px) {
  #Top .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 767px) {
  #Top .l-header__logo-img {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  #Top.open .l-header__logo-img--menu {
    position: fixed !important;
    top: 20px;
    left: 20px;
  }
}
@media all and (min-width: 768px) {
  #Top #header.fix-change .l-header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.index-mv {
  position: relative;
  overflow: hidden;
  color: var(--default-white);
  background: var(--flux-bg);
}
@media screen and (max-width: 767px) {
  .index-mv {
    min-height: 360px;
  }
}
@media all and (min-width: 768px) {
  .index-mv {
    min-height: 597px;
  }
}
.index-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index-mv__bg::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  background: rgba(5, 83, 138, 0.3607843137);
  -webkit-filter: blur(9px);
          filter: blur(9px);
  pointer-events: none;
  max-width: 1141px;
  width: 100%;
  height: calc(100% - 22px);
  display: block;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .index-mv__bg::before {
    max-width: 92vw;
  }
}
.index-mv__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  max-width: 1150px;
  width: 100%;
  height: calc(100% - 23px);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .index-mv__bg::after {
    max-width: 92vw;
  }
}
.index-mv__bg picture,
.index-mv__bg img,
.index-mv__bg video {
  display: block;
  width: 100%;
  height: 100%;
}
.index-mv__bg picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index-mv__bg picture,
.index-mv__bg video {
  -webkit-filter: blur(7px) brightness(70%);
          filter: blur(7px) brightness(70%);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.index-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-mv__movie {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-mv__body {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-mv__body {
    padding: 152px 0 76px;
  }
}
@media all and (min-width: 768px) {
  .index-mv__body {
    padding: 230px 0 120px;
  }
}
.index-mv__title-en {
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .index-mv__title-en {
    font-size: 3.5rem;
  }
  .index-mv__title-en img {
    width: 150px;
  }
}
@media all and (min-width: 768px) {
  .index-mv__title-en {
    font-size: 6rem;
  }
}
.index-mv__title-ja {
  display: block;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .index-mv__title-ja {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) {
  .index-mv__title-ja {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.index-mv__lead {
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .index-mv__lead {
    margin-top: 24px;
    font-size: 0.875rem;
    letter-spacing: 0em;
  }
}
@media all and (min-width: 768px) {
  .index-mv__lead {
    margin-top: 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .index-heading {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 768px) {
  .index-heading {
    margin-bottom: 40px;
  }
}
.index-heading__title {
  color: var(--flux-primary);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .index-heading__title {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 768px) {
  .index-heading__title {
    font-size: 2.5rem;
  }
}
.index-heading__sub {
  color: var(--default-black);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .index-heading__sub {
    margin-top: 6px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) {
  .index-heading__sub {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.index-activities {
  background: var(--flux-bg) url(../images/bg_mainbody_pc.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .index-activities {
    background: var(--flux-bg) url(../images/bg_mainbody_sp.png) no-repeat center;
    background-size: 100% auto;
  }
}
@media all and (min-width: 768px) {
  .index-activities .index-inner {
    width: min(1020px, 92vw);
  }
}
@media screen and (max-width: 767px) {
  .index-activities {
    padding: 48px 0 56px;
  }
}
@media all and (min-width: 768px) {
  .index-activities {
    padding: 72px 0 30px;
  }
}
.index-activities__list {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .index-activities__list {
    gap: 22px;
  }
}
@media all and (min-width: 768px) {
  .index-activities__list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr));
    gap: 32px 28px;
  }
}
.index-activities__item.activity-card:not(:has(> a)) {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: var(--default-white);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}

.activity-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: var(--default-black);
  text-decoration: none;
  background: var(--default-white);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.activity-card__link:hover {
  opacity: 0.85;
}
.activity-card__thum img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.activity-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
@media screen and (max-width: 767px) {
  .activity-card__body {
    padding: 16px 16px 18px;
  }
}
@media all and (min-width: 768px) {
  .activity-card__body {
    padding: 20px 24px 24px;
  }
}
.activity-card__tags {
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.activity-card__body > p:not(.activity-card__date) {
  grid-row: 2;
}

.c-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-tag {
    padding: 5px 10px;
  }
}
@media all and (min-width: 768px) {
  .c-tag {
    padding: 6px 12px;
  }
}
.c-tag__seminar, .c-tag__event {
  color: var(--default-white);
  background: var(--flux-primary-light);
}
.c-tag__symposium {
  color: var(--flux-primary);
  background: var(--flux-bg-tag);
}
.c-tag__new {
  color: var(--flux-red);
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.activity-card__title {
  grid-row: 3;
  align-self: start;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .activity-card__title {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 768px) {
  .activity-card__title {
    font-size: 1.25rem;
  }
}
.activity-card__date {
  grid-row: 4;
  align-self: end;
  color: var(--flux-gray);
}
@media screen and (max-width: 767px) {
  .activity-card__date {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .activity-card__date {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.index-activities__more {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-activities__more {
    margin-top: 32px;
  }
}
@media all and (min-width: 768px) {
  .index-activities__more {
    margin-top: 48px;
  }
}

.c-btn__viewmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-width: 200px;
  color: var(--default-white) !important;
  font-weight: 600;
  text-decoration: none !important;
  background: var(--flux-primary);
  border-radius: 999px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn__viewmore {
    padding: 14px 32px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 768px) {
  .c-btn__viewmore {
    padding: 16px 40px;
    font-size: 1rem;
  }
}
.c-btn__viewmore::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../common/ico_arrow_border_right_white.svg) no-repeat center/contain;
}
.c-btn__viewmore:hover {
  opacity: 0.85;
}

.index-about {
  position: relative;
  color: var(--default-white);
}
.index-about .index-inner {
  border-radius: 10px;
  padding: 20px 20px 40px 60px;
  background: url(../images/bg_linkarea_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .index-about .index-inner {
    padding: 26px 18px 28px;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding: 42px 0 0px;
  }
}
@media all and (min-width: 768px) {
  .index-about {
    max-width: 1020px;
    margin: 40px auto 0;
  }
}
.index-about__bg {
  position: absolute;
  inset: 0;
}
.index-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-about__wrap {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .index-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.index-about__title {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5em;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .index-about__title {
    margin-top: 0;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 768px) {
  .index-about__title {
    font-size: 2.5rem;
  }
}
.index-about__title::before {
  content: "● ";
  font-size: 1.375rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .index-about__title::before {
    font-size: 0.7rem;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .index-about__sub {
    margin-top: 8px;
    font-size: 0.875rem;
    padding-left: 1.5em;
  }
}
@media all and (min-width: 768px) {
  .index-about__sub {
    margin-top: 10px;
    font-size: 1rem;
    padding-left: 2em;
  }
}
.index-about__bg {
  position: relative;
  border-radius: 10px;
  min-width: 430px;
  max-width: 50%;
  margin-left: auto;
  padding: 40px 50px;
}
.index-about__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 83, 138, 0.3607843137);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  pointer-events: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .index-about__bg {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 24px;
    padding: 16px;
  }
}
@media all and (min-width: 768px) {
  .index-about__bg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.index-about__links li {
  border-bottom: var(--flux-primary-deep) 1px solid;
}
.index-about__links li:first-child a {
  border-radius: 10px 10px 0 0;
}
.index-about__links li:last-child {
  border-bottom: none;
}
.index-about__links li:last-child a {
  border-radius: 0 0 10px 10px;
}
.index-about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--flux-primary-deep);
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: var(--default-white);
}
@media screen and (max-width: 767px) {
  .index-about__link {
    padding: 16px 18px;
  }
}
@media all and (min-width: 768px) {
  .index-about__link {
    padding: 22px 28px;
  }
}
.index-about__link:hover {
  opacity: 0.85;
}
.index-about__link-txt {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-about__link-txt {
    font-size: 1.0625rem;
  }
}
.index-about__link-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transform: 0.3 all;
          transform: 0.3 all;
  background: url(../common/ico_arrow_border_right.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .index-contact {
    padding: 30px 0 40px;
  }
}
@media all and (min-width: 768px) {
  .index-contact {
    padding: 72px 0 96px;
  }
}
.index-contact__box {
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--default-white);
  border: 2px solid rgba(0, 117, 199, 0.5019607843);
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 46, 78, 0.06);
          box-shadow: 0 4px 20px rgba(0, 46, 78, 0.06);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .index-contact__box {
    padding: 40px 20px 48px;
  }
}
@media all and (min-width: 768px) {
  .index-contact__box {
    padding: 48px 40px 40px;
  }
}
.index-contact__box:hover {
  opacity: 0.85;
}
.index-contact__icon {
  width: 56px;
  margin: 0 auto 16px;
}
.index-contact__icon img {
  display: block;
  width: 100%;
}
.index-contact__title {
  color: var(--flux-primary);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.09em;
}
.index-contact__title::before {
  content: "";
  background: url("../common/ico_mail.svg") no-repeat center center;
  background-size: contain;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-contact__title {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
@media all and (min-width: 768px) {
  .index-contact__title {
    font-size: 2.25rem;
  }
}
.index-contact__txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: var(--default-black);
}
@media screen and (max-width: 767px) {
  .index-contact__txt {
    margin-top: 12px;
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .index-contact__txt {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.index-contact__arrow {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../common/ico_arrow_primary.svg) no-repeat center/contain;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lower {
  background: var(--flux-bg);
}
.lower main {
  background: var(--flux-bg);
}

.l-container__contents {
  width: min(1020px, 92vw);
  margin: 0 auto;
}

.page-heading {
  position: relative;
  color: var(--default-white);
  background: #008AC7;
}
.page-heading::before, .page-heading::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  pointer-events: none;
}
.page-heading::before {
  width: 280px;
  height: 280px;
  top: -110px;
  left: calc(50% - 620px);
}
.page-heading::after {
  width: 360px;
  height: 360px;
  right: calc(50% - 720px);
  bottom: -180px;
}
.page-heading__inner {
  position: relative;
  z-index: 1;
  width: min(1020px, 92vw);
  margin: 0 auto;
}
.page-heading__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-heading__label::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: var(--default-white);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-heading__label {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) {
  .page-heading__label {
    font-size: 1.375rem;
  }
}
.page-heading__date {
  margin-top: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.82;
}
@media screen and (max-width: 767px) {
  .page-heading__date {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .page-heading__date {
    font-size: 0.9375rem;
  }
}
.page-heading h1 {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-heading h1 {
    margin-top: 14px;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 768px) {
  .page-heading h1 {
    margin-top: 18px;
    font-size: 2.75rem;
  }
}
.page-heading--detail h1 {
  max-width: 860px;
}
@media all and (min-width: 768px) {
  .page-heading--detail h1 {
    font-size: 2.375rem;
  }
}

.c-input-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-input-select {
    padding: 38px 0 24px;
  }
}
@media all and (min-width: 768px) {
  .c-input-select {
    padding: 58px 0 34px;
  }
}
.c-input-select form {
  width: min(100%, 320px);
}
.c-input-select select {
  width: 100%;
  padding: 14px 48px 14px 18px;
  color: var(--flux-primary-dark);
  font-weight: 700;
  background: var(--default-white);
  border: 1px solid rgba(0, 117, 199, 0.28);
  border-radius: 999px;
  -webkit-box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
          box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.news-list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .news-list {
    gap: 22px;
    padding-bottom: 42px;
  }
}
@media all and (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
    padding-bottom: 60px;
  }
}
.news-list > a {
  display: block;
  height: 100%;
  color: var(--default-black);
}
.news-list > a:hover .news-card {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 46, 78, 0.14);
          box-shadow: 0 12px 30px rgba(0, 46, 78, 0.14);
}

.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: var(--default-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 26px rgba(0, 46, 78, 0.08);
          box-shadow: 0 8px 26px rgba(0, 46, 78, 0.08);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
@media all and (min-width: 768px) {
  .news-card--empty {
    grid-column: 1/-1;
  }
}
.news-card__thumb span,
.news-card__thumb img {
  display: block;
  width: 100%;
}
.news-card__thumb img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__body {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .news-card__body {
    padding: 18px 18px 22px;
  }
}
@media all and (min-width: 768px) {
  .news-card__body {
    padding: 22px 26px 28px;
  }
}
.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 14px;
  margin-bottom: 14px;
}
.news-card__date {
  color: var(--flux-gray);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-card__date {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .news-card__date {
    font-size: 0.875rem;
  }
}
.news-card__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.news-card__cate span {
  display: inline-block;
  padding: 6px 12px;
  color: var(--default-white);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background: var(--flux-primary);
  border-radius: 3px;
}
.news-card__title {
  color: var(--default-black);
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .news-card__title {
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) {
  .news-card__title {
    font-size: 1.25rem;
  }
}
.news-card__title .c-tag__new {
  margin-right: 8px;
}

.news-pagination {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-pagination {
    padding-bottom: 44px;
  }
}
@media all and (min-width: 768px) {
  .news-pagination {
    padding-bottom: 70px;
  }
}
.news-pagination__num {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news-pagination__num {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .news-pagination__num {
    font-size: 0.875rem;
  }
}
.news-pagination__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 18px;
}
.news-pagination__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.news-pagination__tab a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  padding: 9px 14px;
  color: var(--default-white);
  font-size: 0.8125rem;
  font-weight: 700;
  background: var(--flux-primary);
  border-radius: 999px;
}
.news-pagination__tab a:hover {
  opacity: 0.82;
}

@media screen and (max-width: 767px) {
  .c-document {
    padding: 42px 0 54px;
  }
}
@media all and (min-width: 768px) {
  .c-document {
    padding: 68px 0 86px;
  }
}

.topic-path {
  background: #eaeaea;
}
@media screen and (max-width: 767px) {
  .topic-path {
    padding: 9px 0;
  }
}
@media all and (min-width: 768px) {
  .topic-path {
    padding: 10px 0;
  }
}
.topic-path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 8px;
  color: var(--flux-gray);
  font-size: 0.8125rem;
  font-weight: 500;
}
.topic-path li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-path li + li::before {
  content: ">";
  font-family: noto sans japanese;
  margin-right: 8px;
  color: #000;
}
.topic-path a {
  color: var(--flux-primary);
  text-decoration: underline;
}

.lower {
  background: var(--default-white);
}
.lower main {
  background: var(--default-white);
}

.page-heading {
  background: #008ac7;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .page-heading {
    padding: 40px 0;
  }
}
.page-heading::before, .page-heading::after {
  display: none;
}
.page-heading h1 {
  margin-top: 0;
  color: var(--default-white);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-heading h1 {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) {
  .page-heading h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 26px 0 48px;
  }
}
@media all and (min-width: 768px) {
  .lower-layout {
    display: grid;
    grid-template-columns: minmax(0, 650px) 280px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 34px;
    padding: 38px 0 74px;
  }
}
.lower-layout__main {
  min-width: 0;
}
@media all and (min-width: 768px) {
  .lower-layout__main {
    grid-column: 1;
  }
}

.category-box {
  background: var(--default-white);
  border: 1px solid rgba(0, 117, 199, 0.5019607843);
  -webkit-box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
          box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .category-box {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: visible;
  }
}
@media all and (min-width: 768px) {
  .category-box {
    position: sticky;
    top: var(--category-box-top, 136px);
    grid-column: 2;
    border-radius: 6px;
  }
}
.category-box__title {
  position: relative;
  color: var(--flux-primary-dark);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .category-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 20px;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .category-box__title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--flux-primary-light);
    border-bottom: 3px solid var(--flux-primary-light);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media all and (min-width: 768px) {
  .category-box__title {
    padding: 18px 20px 16px;
    font-size: 1.125rem;
  }
}
.category-box__list {
  border-top: 1px solid rgba(0, 117, 199, 0.34);
}
.category-box__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--default-black);
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 117, 199, 0.34);
}
.category-box__list a::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../common/ico_arrow_right_black.svg) no-repeat center center;
  background-size: contain;
}
.category-box__list a.is-current {
  font-weight: 700;
  background: var(--flux-bg-tag);
}
.category-box__list a.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--flux-primary);
}
@media screen and (max-width: 767px) {
  .category-box__list a {
    padding: 16px 22px 16px 20px;
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) {
  .category-box__list a {
    padding: 12px 18px 12px 16px;
    font-size: 0.875rem;
  }
}
.category-box__list li:last-child a {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .category-box.js-ac .category-box__list {
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    z-index: 1;
    display: none;
    width: calc(100% + 2px);
    background: var(--default-white);
    border: 1px solid rgba(0, 117, 199, 0.5019607843);
    border-top: 1px solid rgba(0, 117, 199, 0.34);
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
            box-shadow: 0 8px 22px rgba(0, 46, 78, 0.08);
    overflow: hidden;
  }
  .category-box.js-ac.is-active {
    border-radius: 8px 8px 0 0 !important;
  }
  .category-box.js-ac.is-active .category-box__title::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .category-box.js-ac.is-active .category-box__list {
    display: block;
  }
}
.news-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .news-list {
    gap: 26px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .news-list {
    gap: 52px;
    padding-bottom: 70px;
  }
}
.news-list > a {
  color: var(--default-black);
}

.news-card {
  display: block;
  background: var(--default-white);
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news-card {
    border-radius: 8px;
  }
}
.news-card__visual {
  display: block;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.news-card__visual img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.detail-visual__item {
  position: relative;
  display: block;
  background: linear-gradient(135deg, rgba(0, 117, 199, 0.08), rgba(0, 46, 78, 0.18)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0 18px, rgba(255, 255, 255, 0.12) 18px 36px), #dae7f2;
  overflow: hidden;
}
.detail-visual__item::before {
  content: "image";
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  color: rgba(0, 46, 78, 0.28);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0, 117, 199, 0.18);
}

.news-card__body {
  display: block;
}
@media screen and (max-width: 767px) {
  .news-card__body {
    padding: 14px 18px 18px;
  }
}
@media all and (min-width: 768px) {
  .news-card__body {
    padding: 16px 28px 22px;
  }
}

.news-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .news-card__tags {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 768px) {
  .news-card__tags {
    margin-bottom: 12px;
  }
}

.news-card__title {
  color: var(--default-black);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .news-card__title {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) {
  .news-card__title {
    font-size: 1.1875rem;
  }
}

.news-card__date {
  display: block;
  color: var(--flux-gray);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-card__date {
    margin-top: 18px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) {
  .news-card__date {
    margin-top: 22px;
    font-size: 0.75rem;
  }
}

.c-tag {
  padding: 7px 9px 5px;
  color: var(--default-white);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background: var(--flux-primary);
  border-radius: 4px;
}
.c-tag__new {
  padding: 0;
  color: var(--flux-red);
  background: transparent;
}

.news-pagination {
  padding-bottom: 0;
}
.news-pagination__tab {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
  gap: 8px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news-pagination__tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
.news-pagination__tab ul {
  display: contents;
}
.news-pagination__tab li {
  min-width: 0;
}
.news-pagination__tab a {
  width: 100%;
  min-width: 0;
  padding: 11px 18px 10px;
  background: var(--flux-primary-light);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .news-pagination__tab a {
    padding: 11px 8px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0;
  }
}
.news-pagination__tab a.prev::before {
  content: "‹";
  margin-right: 10px;
}
.news-pagination__tab a.first::before {
  content: "«";
}
.news-pagination__tab a.next::after {
  content: "›";
  margin-left: 10px;
}
.news-pagination__tab a.last::after {
  content: "»";
}
.news-pagination__tab a.is-disabled, .news-pagination__tab a[aria-disabled=true] {
  color: var(--default-white);
  background: #777;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .news-pagination__tab ul:first-child li:first-child a {
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .detail-layout {
    padding-top: 24px;
  }
}
@media all and (min-width: 768px) {
  .detail-layout {
    padding-top: 28px;
  }
}

.detail-thum img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .detail-page {
    padding-top: 28px;
  }
}
@media all and (min-width: 768px) {
  .detail-page {
    padding-top: 52px;
  }
}

.detail-layout__main {
  min-width: 0;
}

.detail-with-category {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .detail-with-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    padding-top: 28px;
    padding-bottom: 54px;
  }
}
@media all and (min-width: 768px) {
  .detail-with-category {
    display: grid;
    grid-template-columns: minmax(0, 650px) 280px;
    gap: 34px;
    padding-top: 42px;
    padding-bottom: 86px;
  }
}
.detail-with-category > article {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .detail-with-category > article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 768px) {
  .detail-with-category > article {
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .detail-with-category > .category-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .detail-with-category > .category-box {
    grid-column: 2;
    grid-row: 1;
  }
}

.detail-head {
  border-bottom: 3px solid rgba(0, 117, 199, 0.5019607843);
  padding: 20px 0;
}
.detail-head h1 {
  color: var(--default-black);
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .detail-head h1 {
    margin-top: 8px;
    font-size: 1.375rem;
  }
}
@media all and (min-width: 768px) {
  .detail-head h1 {
    margin-top: 10px;
    font-size: 2.125rem;
    padding: 10px;
  }
}

body.contents-detail .page-heading {
  overflow: visible;
}

body.contents-detail .page-heading__inner {
  z-index: auto;
}

body.contents-detail .page-heading h1.is-fixed,
body.news-detail .detail-head h1.is-fixed {
  position: fixed;
  top: var(--fixed-detail-title-top, 0);
  left: 0;
  z-index: 1100;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

body.contents-detail .page-heading h1.is-fixed {
  color: var(--default-white);
  background: #05538a;
  font-size: 0.75rem;
}
@media all and (min-width: 768px) {
  body.contents-detail .page-heading h1.is-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

body.news-detail .detail-head h1.is-fixed {
  color: var(--default-white);
  background: #05538a;
  font-size: 0.75rem;
}

.fixed-detail-title-text {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fixed-detail-title-text {
    padding: 10px;
  }
}

.fixed-detail-title-placeholder {
  display: none;
}

.is-fixed + .fixed-detail-title-placeholder {
  display: block;
}

.detail-head__date {
  color: #000;
}
@media screen and (max-width: 767px) {
  .detail-head__date {
    margin-top: 16px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) {
  .detail-head__date {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}

.detail-visual {
  display: grid;
}
@media screen and (max-width: 767px) {
  .detail-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .detail-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }
}
.detail-visual__item {
  aspect-ratio: 1/1;
}

.detail-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .detail-sns {
    margin-top: 18px;
  }
}
@media all and (min-width: 768px) {
  .detail-sns {
    margin-top: 28px;
  }
}
.detail-sns a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--default-white);
  font-size: 0.625rem;
  font-weight: 700;
  background: var(--flux-primary);
  border-radius: 50%;
}

.author-box {
  border: 1px solid rgba(0, 117, 199, 0.32);
}
@media screen and (max-width: 767px) {
  .author-box {
    margin-top: 48px;
    padding: 22px 18px;
  }
}
@media all and (min-width: 768px) {
  .author-box {
    width: 470px;
    margin-top: 70px;
    padding: 22px 28px;
  }
}
.author-box > h2 {
  color: var(--flux-primary);
  font-size: 0.9375rem;
  font-weight: 700;
}
.author-box__inner {
  display: grid;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .author-box__inner {
    justify-items: center;
    margin-top: 18px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .author-box__inner {
    grid-template-columns: 84px 1fr;
    margin-top: 18px;
  }
}
.author-box__avatar {
  width: 84px;
  height: 84px;
  background: radial-gradient(circle at 50% 35%, #8fa0af 0 14px, transparent 15px), radial-gradient(circle at 50% 82%, #8fa0af 0 30px, transparent 31px), #e9eef3;
  border-radius: 50%;
}
.author-box__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.author-box__links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 14px;
  color: var(--default-white);
  font-size: 0.6875rem;
  background: var(--flux-primary);
  border-radius: 999px;
}

.author-card {
  position: relative;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  align-self: start;
  border: 1px solid rgba(0, 117, 199, 0.5019607843);
  padding: 30px;
  margin-top: 50px;
}
.author-card::before {
  content: "About the Author";
  position: absolute;
  top: 0;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  padding: 0 10px;
  color: #0075c7;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .author-card {
    justify-items: center;
  }
  .author-card::before {
    left: 18px;
  }
}
@media all and (min-width: 768px) {
  .author-card--lead {
    grid-column: 1/-1;
    grid-template-columns: minmax(0, 200px) 1fr;
    gap: 34px;
  }
}
.author-card__photo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .author-card__photo {
    max-width: 250px;
  }
}
.author-card__avatar {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: radial-gradient(circle at 50% 35%, #8fa0af 0 25px, transparent 26px), radial-gradient(circle at 50% 82%, #8fa0af 0 50px, transparent 51px), #edf3f7;
  border-radius: 50%;
}
.author-card__body {
  width: 100%;
}
.author-card__body .h3_author_title01 {
  color: var(--default-black);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .author-card__body .h3_author_title01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .author-card__body {
    margin-top: 18px;
  }
}
.author-card__body p {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .author-card__body p {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .author-card__body p {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}
.author-card__body a {
  color: var(--flux-primary);
}
@media all and (min-width: 768px) {
  .author-card--lead .author-card__body .h3_title01 {
    margin-left: 0;
    margin-right: 0;
  }
}
.author-card__profile {
  margin-top: 12px;
  text-align: center;
}
.author-card__intro {
  position: relative;
  text-align: left;
  max-height: 7.6em;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.author-card__intro p:first-child {
  margin-top: 0;
}
.author-card__intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.8em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.94)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94));
  pointer-events: none;
}
.author-card__intro--static {
  max-height: none;
  overflow: visible;
}
.author-card__intro--static::after {
  content: none;
}
.author-card__mail {
  margin-top: 12px !important;
}
.author-card__mail::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background: url(../common/ico_mail_bgblue.svg) no-repeat center 4px/contain;
  margin-right: 5px;
}
.author-card__name-en {
  margin-top: 3px !important;
  color: var(--flux-primary-dark);
  font-size: 0.6875rem !important;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .author-card--lead .author-card__name-en {
    text-align: left;
  }
}
.author-card__position {
  margin-top: 5px !important;
  color: var(--default-black);
  font-size: 0.8125rem !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  color: #0075c7;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .author-card--lead .author-card__position {
    text-align: left;
  }
}
.author-card__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  margin-top: 14px;
  margin-left: 0 !important;
  list-style: none !important;
}
@media all and (min-width: 768px) {
  .author-card--lead .author-card__link-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.author-card__link-list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.author-card__link-list li::before {
  content: none !important;
  display: none !important;
}
.author-card__sns .link_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 104px;
  margin: 0;
  padding: 6px 2rem 6px 14px;
  color: var(--default-white);
  font-weight: 700;
  text-decoration: none;
}
.author-card__sns .link_btn:hover {
  color: var(--default-white);
  text-decoration: none;
}

.people-card {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .people-card {
    justify-items: center;
  }
}
@media all and (min-width: 768px) {
  .people-card--lead {
    grid-column: 1/-1;
    grid-template-columns: minmax(0, 400px) 1fr;
    gap: 34px;
  }
}
.people-card__photo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .people-card__photo {
    text-align: center;
  }
}
.people-card__body {
  width: 100%;
}
.people-card__body .h3_title01 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  color: var(--default-black);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .people-card__body .h3_title01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .people-card__body {
    margin-top: 18px;
  }
}
.people-card__body p {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .people-card__body p {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) {
  .people-card__body p {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}
.people-card__body a {
  color: var(--flux-primary);
}
@media all and (min-width: 768px) {
  .people-card--lead .people-card__body .h3_title01 {
    margin-left: 0;
    margin-right: 0;
  }
}
.people-card__profile {
  margin-top: 12px;
  text-align: center;
}
.people-card__intro {
  position: relative;
  text-align: left;
  max-height: 7.6em;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.people-card__intro p:first-child {
  margin-top: 0;
}
.people-card__intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.8em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.94)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94));
  pointer-events: none;
}
.people-card__intro--static {
  max-height: none;
  overflow: visible;
}
.people-card__intro--static::after {
  content: none;
}
.people-card__mail {
  margin-top: 12px !important;
}
.people-card__mail::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background: url(../common/ico_mail_bgblue.svg) no-repeat center 4px/contain;
  margin-right: 5px;
}
.people-card__name-en {
  margin-top: 3px !important;
  color: var(--flux-primary-dark);
  font-size: 0.6875rem !important;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .people-card--lead .people-card__name-en {
    text-align: left;
  }
}
.people-card__position {
  margin-top: 5px !important;
  color: var(--default-black);
  font-size: 0.8125rem !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  color: #0075c7;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .people-card--lead .people-card__position {
    text-align: left;
  }
}
.people-card__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  margin-top: 14px;
  margin-left: 0 !important;
  list-style: none !important;
}
@media all and (min-width: 768px) {
  .people-card--lead .people-card__link-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.people-card__link-list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.people-card__link-list li::before {
  content: none !important;
  display: none !important;
}
.people-card__sns .link_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 104px;
  margin: 0;
  padding: 6px 2rem 6px 14px;
  color: var(--default-white);
  font-weight: 700;
  text-decoration: none;
}
.people-card__sns .link_btn:hover {
  color: var(--default-white);
  text-decoration: none;
}

.about {
  /* ----------------------
  コンテンツ
  ---------------------- */
}
.about .about_content .inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .about .about_content .inner {
    grid-template-columns: 1fr;
  }
}
.about {
  /* ----------------------
  左画像
  ---------------------- */
}
.about .about_img {
  position: relative;
  margin-left: -103px;
}
@media screen and (max-width: 767px) {
  .about .about_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-row: 2;
    margin-left: 0;
    width: 100%;
    aspect-ratio: 1/1;
    height: 268px;
    min-height: 0;
  }
}
.about .about_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18%;
  width: 111%;
  height: 70vw;
  max-height: 628px;
  background: url(../images/img_about01.jpg) no-repeat;
  background-size: 100%;
  background-position: 1px 0px;
}
@media screen and (max-width: 767px) {
  .about .about_img::before {
    background: url(../images/img_about02.jpg) no-repeat;
    inset: 0;
    width: 90%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
    background-position: center top;
  }
}
.about {
  /* ----------------------
  テキスト
  ---------------------- */
}
.about .about_text p {
  margin-bottom: 10px;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-webkit-input-placeholder {
  color: var(--default-gray);
}

::-moz-placeholder {
  color: var(--default-gray);
}

:-ms-input-placeholder {
  color: var(--default-gray);
}

::-ms-input-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #ff2e2e;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}
.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4156862745);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4156862745);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */