@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #2F2F2F;
  background-color: #fff;
  margin: 0;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  body.noscroll {
    background-color: #F8EFEc;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #2F2F2F;
}

p {
  margin-bottom: 20px;
}

a {
  color: #2F2F2F;
  text-decoration: none;
}
a:hover {
  color: #2B469B;
  text-decoration: underline;
}

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

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

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1260px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sm-tab {
    display: block;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 1076px) {
  .logoBr {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .logoBr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logoBr {
    display: block;
  }
}

/*** Header ***/
header {
  padding: 0 10px;
  box-sizing: border-box;
}
header .btn {
  display: none;
}
header .headerInner {
  height: 180px;
  max-width: 1260px;
  margin: 0 auto;
}
header .headerInner .headerBox {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner .logo {
  max-width: 240px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner a {
  text-decoration: none;
}
header .subNav {
  width: calc(100% - 260px);
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
header .subNav li {
  margin-left: 1rem;
  line-height: 1;
}
header .subNav li.line {
  position: relative;
}
header .subNav li.line:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  background-color: rgba(43, 70, 155, 0.5);
  margin-right: 1rem;
}
header .subNav li:hover {
  cursor: pointer;
  opacity: 0.5;
}
header .subNav .subBtn {
  display: inline-block;
  background-color: #2b469b;
  border-radius: 50px;
  min-width: 180px;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  transition: 0.3s ease;
}
header .subNav .subBtn a {
  width: 100%;
  height: 48px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s ease;
}
header .subNav .subBtn a img {
  margin-right: 10px;
}
header .mainNav {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .mainNav .nav {
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
}
header .mainNav .nav .footeron,
header .mainNav .nav .slideon {
  display: none;
}
header .mainNav .nav .footeroff {
  display: flex;
}
header .mainNav .nav li.nolink > a {
  cursor: default;
  pointer-events: none;
}
header .mainNav .nav > li {
  flex: 1 1 auto;
  min-width: 0;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-right: 1px solid #C6D4EC;
}
header .mainNav .nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s ease;
}
header .mainNav .nav > li > a:after {
  content: "";
  position: relative;
  right: -5px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-right: 2px solid #2b469b;
  border-bottom: 2px solid #2b469b;
  transition: transform 0.3s ease;
}
header .mainNav .nav > li:not(.menu-item-has-children) > a:after {
  display: none;
}
header .mainNav .nav > li:first-child {
  border-left: 1px solid #C0C0C0;
}
header .mainNav .nav > li:hover {
  z-index: 1001;
}
header .mainNav .nav > li:hover > a:after {
  transform: rotate(225deg);
}
header .mainNav .nav > li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .mainNav .nav > li.mainlast > .sub-menu {
  left: auto;
  right: 0;
}
header .mainNav .nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  width: max-content;
  max-width: 500px;
  padding: 0.5rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li {
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  margin: 0;
  height: auto;
  display: block;
  position: static;
}
header .mainNav .nav > li > .sub-menu li a {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  transition: 0.3s ease;
  box-sizing: border-box;
}
header .mainNav .nav > li > .sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #2b469b;
  border-bottom: 2px solid #2b469b;
  transition: transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li.menu-item-has-children.active > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
header .slideMenu {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgb(237, 237, 237);
  background-color: #fff;
  width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
header .slideMenu.active {
  display: block;
  opacity: 100;
}
@media screen and (max-width: 1040px) {
  header .headerInner .logo {
    max-width: 220px;
  }
  header .subNav {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 992px) {
  header {
    position: relative;
    width: 100%;
    height: 60px;
  }
  body.noscroll header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    border-radius: 0 0 16px 16px;
  }
  header .btn {
    display: block;
  }
  header .headerInner {
    height: 60px;
  }
  header .headerInner .headerBox {
    height: 60px;
    padding: 0;
  }
  header .headerInner .logo {
    margin-left: 1rem;
    max-width: 180px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .mainNav,
  header .subNav {
    display: none;
  }
  header .slideMenu {
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-bottom: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #F8EFEc;
  }
  header .slideMenu ul.slideMain {
    background: #fff;
    border-radius: 16px;
    margin: 2rem;
    padding: 1.5rem 1.5rem 0.5rem;
  }
  header .slideMenu ul.slideMain a {
    text-decoration: none;
    display: block;
    position: relative;
    cursor: pointer;
  }
  header .slideMenu ul.slideMain > li.menu-item {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 15px;
  }
  header .slideMenu ul.slideMain > li.menu-item:last-child {
    border-bottom: none;
  }
  header .slideMenu ul.slideMain > li.menu-item.menu-item-has-children > a {
    padding-right: 24px;
  }
  header .slideMenu ul.slideMain > li.menu-item.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2F2F2F;
    border-bottom: 2px solid #2F2F2F;
    transform: translateY(-75%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  header .slideMenu ul.slideMain > li.menu-item.menu-item-has-children.active > a::after {
    transform: translateY(-25%) rotate(-135deg);
  }
  header .slideMenu ul.slideMain > li.menu-item.slideon {
    border: none;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }
  header .slideMenu ul.slideMain > li.menu-item.slideon:last-child {
    margin-bottom: 1rem;
  }
  header .slideMenu ul.slideMain > li.menu-item.slideon a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    position: relative;
    width: 12px;
    height: 12px;
  }
  header .slideMenu ul.slideMain li {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  header .slideMenu ul.slideMain li.footeron {
    display: none;
  }
  header .slideMenu ul.slideMain li.slideon {
    display: block;
  }
  header .slideMenu ul.slideMain li .sub-menu {
    list-style: none;
    display: none;
    margin-top: 1rem;
  }
  header .slideMenu ul.slideMain li .sub-menu > li {
    position: relative;
    font-weight: 400;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > a {
    font-size: 14px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
  }
  header .slideMenu .subNavSp {
    text-align: center;
  }
  header .slideMenu .subNavSp .subBtn {
    display: inline-block;
    background-color: #2b469b;
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  header .slideMenu .subNavSp .subBtn a {
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .slideMenu .subNavSp .subBtn a img {
    margin-right: 5px;
    margin-left: -5px;
  }
  header .btn,
  header .btn span,
  header .btn::before,
  header .btn::after {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 16px;
    z-index: 6;
    background-color: #2B469B;
    cursor: pointer;
  }
  header .btn::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 22px;
    width: 32px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn::after {
    content: "Menu";
    position: absolute;
    bottom: 10px;
    left: 17px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  header .btn span {
    position: absolute;
    left: 17px;
    width: 32px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 15px;
  }
  header .btn span:nth-of-type(2) {
    top: 29px;
    width: 16px;
  }
  header .btn.on {
    border-radius: 0 0 16px 0;
  }
  header .btn.on::before {
    opacity: 0;
    transform: scaleX(0);
  }
  header .btn.on::after {
    content: "Close";
    bottom: 10px;
  }
  header .btn.on span:nth-of-type(1) {
    top: 22px;
    width: 28px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
  }
  header .btn.on span:nth-of-type(2) {
    top: 22px;
    width: 28px;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: center center;
  }
}

/*** Footer ***/
footer {
  width: 100%;
  background-color: #fff;
}
footer .footerBox {
  background-color: #fff;
  padding: 80px 20px 40px;
  box-sizing: border-box;
}
footer .footerBox a {
  color: #2F2F2F;
  text-decoration: none;
}
footer .footerBox .contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0;
  padding-bottom: 50px;
}
footer .footerBox .contents .address {
  width: 450px;
}
footer .footerBox .contents .address address {
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .footerBox .contents .address ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
footer .footerBox .contents .address ul li {
  flex: 1 1 auto;
  background-color: #2b469b;
  border-radius: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.3s ease;
}
footer .footerBox .contents .address ul li a {
  width: 100%;
  color: #fff;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s ease;
}
footer .footerBox .contents .address ul li a img {
  margin-right: 5px;
  margin-left: -5px;
}
footer .footerBox .contents .footerNav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 50px;
}
footer .footerBox .contents .footerNav .mainUl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
  row-gap: 30px;
  align-items: start;
  overflow: hidden;
}
footer .footerBox .contents .footerNav .mainUl .footeroff,
footer .footerBox .contents .footerNav .mainUl .slideon {
  display: none;
}
footer .footerBox .contents .footerNav .mainUl li.nolink > a {
  cursor: default;
  pointer-events: none;
}
footer .footerBox .contents .footerNav .mainUl > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  position: relative;
}
footer .footerBox .contents .footerNav .mainUl > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 9999px);
  background-color: #DDDDDD;
}
footer .footerBox .contents .footerNav .mainUl > li > a {
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-left: 4px solid #fff;
  padding-left: 10px;
  position: relative;
  transition: 0.3s ease;
}
footer .footerBox .contents .footerNav .mainUl > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footerBox .contents .footerNav .mainUl > li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .footerBox .contents .footerNav .mainUl > li .sub-menu li a {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 30px;
  position: relative;
  transition: 0.3s ease;
}
footer .footerBox .contents .footerNav .mainUl > li .sub-menu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2B469B;
  border-top: 1px solid #2B469B;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}
footer .footerBox .contents .footerNav .mainUl > li .sub-menu li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footerBox .contents .footerNav .btnMore {
  display: inline-block;
}
footer .footerBox .contents .footerNav .btnMore a {
  border: none;
  min-width: 200px;
  background-color: #2b469b;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s ease;
}
footer .footerBox .contents .footerNav .btnMore a img {
  margin-right: 10px;
}
footer .footerBox .contents .footerNav .btnMore a:after {
  content: none;
}
footer .footerBox .contents .footerNav .btnMore a:hover {
  opacity: 0.5;
}
footer .footerBox .contents .footerNav .btnMore a:hover:before {
  left: 0.8em;
}
footer .copyBox {
  background-color: #2b469b;
  padding: 1rem 0;
  color: #fff;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}
footer .copyBox .contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer .copyBox .contents a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  footer .footerBox {
    background-color: #fff;
    padding: 40px 0 20px;
  }
  footer .footerBox .contents {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footerBox .contents .address {
    width: 100%;
    max-width: 400px;
    margin-bottom: 2rem;
  }
  footer .footerBox .contents .address ul {
    flex-direction: column;
  }
  footer .footerBox .contents .address ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .footerBox .contents .footerNav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    border-bottom: 20px solid #2B469B;
  }
  footer .footerBox .contents {
    padding-bottom: 0;
  }
  footer .footerBox .contents .footerNav {
    max-width: 300px;
  }
  footer .footerBox .contents .footerNav .mainUl {
    grid-template-columns: repeat(1, auto);
  }
  footer .copyBox {
    background-color: #fff;
    color: #2F2F2F;
  }
  footer .copyBox .contents {
    flex-direction: column;
    gap: 10px 0;
  }
  footer .copyBox .contents a {
    color: #2F2F2F;
  }
}

/*** 共通 ***/
.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
  position: relative;
}
.btnMore a {
  display: inline-block;
  background-color: #2b469b;
  border-radius: 50px;
  min-width: 180px;
  padding: 5px 1rem;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.btnMore a:hover {
  opacity: 1;
  background-color: #EB5B4E;
}
@media screen and (max-width: 576px) {
  .btnMore a {
    min-width: inherit;
    width: 100%;
  }
}

/*** Top ***/
.index h1 {
  color: #2F2F2F;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3947368421rem + 0.2923976608vw, 1.625rem);
  line-height: 1.4;
  position: relative;
}

.topBgup {
  width: 100%;
  background: url(../img/top_bg_up.svg) no-repeat;
  background-size: cover;
  padding: 100px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .topBgup {
    background-image: url(../img/top_bg_up_sm.svg);
    padding: 40px 40px;
  }
}

.topPickup {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
}
.topPickup ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  column-gap: 50px;
}
.topPickup ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
}
.topPickup ul li h1 {
  text-align: center;
  margin-bottom: 1rem;
}
.topPickup ul li h1 img {
  display: block;
  margin: 0 auto 1rem;
}
.topPickup ul li div {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.topPickup ul li div a {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
  border-radius: 60px;
  padding: 0.7rem 1rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s ease;
}
.topPickup ul li:nth-child(1) div a {
  border-color: #DF6156;
  color: #DF6156;
}
.topPickup ul li:nth-child(2) div a {
  border-color: #23996C;
  color: #23996C;
}
.topPickup ul li:nth-child(3) div a {
  border-color: #2C84B3;
  color: #2C84B3;
}
.topPickup ul li div a:hover {
  text-decoration: none;
  border-color: #2B469B;
  color: #2B469B;
}
@media screen and (max-width: 992px) {
  .topPickup ul {
    grid-template-columns: 1fr;
  }
  .topPickup ul li {
    margin-bottom: 20px;
  }
}

.topNews {
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}
.topNews .titleBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.topNews .titleBox h2 {
  font-size: clamp(1.375rem, 1.1644736842rem + 0.5847953216vw, 1.625rem);
  margin: 0;
}
.topNews .titleBox h2 span {
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  font-weight: 500;
  margin-left: 1rem;
  color: #2b469b;
}
.topNews .tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 10px;
  position: relative;
  z-index: 0;
}
.topNews .tab li {
  transition: 0.3s ease;
}
.topNews .tab li a {
  border: 1px solid #2B469B;
  border-radius: 20px;
  padding: 8px 2rem;
  color: #2B469B;
  background-color: #fff;
  font-size: clamp(0.6875rem, 0.5822368421rem + 0.2923976608vw, 0.8125rem);
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s ease;
}
.topNews .tab li:nth-child(2) a {
  border-color: #EB5B4E;
  color: #EB5B4E;
}
.topNews .tab li:nth-child(3) a {
  border-color: #23996C;
  color: #23996C;
}
.topNews .tab li:nth-child(4) a {
  border-color: #2B84B3;
  color: #2B84B3;
}
.topNews .tab li:hover {
  cursor: pointer;
}
.topNews .tab li:hover a {
  border-color: #2B469B;
  background-color: #2B469B;
  color: #fff;
}
.topNews .tab li.active a {
  border-color: #2B469B;
  background-color: #2B469B;
  color: #fff;
}
.topNews .selectBox {
  display: none;
}
.topNews .tab_area {
  display: none;
}
.topNews .btnMore {
  margin-top: 3rem;
}
.topNews .btnMore a {
  background-color: #2B469B;
  color: #fff;
  transition: 0.5s ease;
}
.topNews .btnMore a:hover {
  border: 2px solid #2B469B;
  background-color: #fff;
  color: #2B469B;
}
.topNews .innerBox {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.topNews .innerBox a {
  text-decoration: none;
}
.topNews .innerBox dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 1em;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.topNews .innerBox dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2B469B;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.topNews .innerBox dl:hover:before {
  transform: scale(1, 1);
}
.topNews .innerBox dl dt {
  width: 140px;
  line-height: 1.5;
}
.topNews .innerBox dl dd {
  line-height: 1.5;
  margin: 0;
}
.topNews .innerBox dl dd.txt {
  width: calc(100% - 280px);
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.topNews .innerBox dl dd.cat {
  width: 140px;
  padding: 5px 10px;
  font-size: clamp(0.625rem, 0.4144736842rem + 0.5847953216vw, 0.875rem);
  box-sizing: border-box;
  text-align: center;
  color: #2B469B;
  border: 1px solid #2B469B;
  border-radius: 30px;
}
.topNews .innerBox dl dd.cat a {
  color: #2B469B;
}
.topNews .innerBox dl dd.cat.general {
  border-color: #EB5B4E;
  color: #EB5B4E;
}
.topNews .innerBox dl dd.cat.medical {
  border-color: #23996C;
  color: #23996C;
}
.topNews .innerBox dl dd.cat.company {
  border-color: #2B84B3;
  color: #2B84B3;
}
.topNews .innerBox dl .new {
  background-color: #2B469B;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}
@media screen and (max-width: 992px) {
  .topNews {
    margin-top: 20px;
  }
  .topNews .titleBox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .topNews .titleBox h2 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
  .topNews .titleBox h2 span {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .topNews .tab {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
  }
  .topNews .tab li {
    flex: 0 0 auto;
    min-width: 120px;
  }
  .topNews .tab li a {
    height: 40px;
    padding: 0 1rem;
  }
  .topNews .innerBox .contents {
    padding-top: 0px;
    padding-bottom: 2rem;
  }
  .topNews .innerBox dl {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topNews .innerBox dl:first-child {
    border-top: 1px solid #C7C7C7;
  }
  .topNews .innerBox dl dd.txt {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
    line-height: 1.3;
  }
  .topNews .innerBox dl dd.cat {
    min-width: 100px;
    width: auto;
  }
}

.linkListBlock {
  padding: 80px 20px;
  max-width: 1260px;
  margin: 0 auto;
  box-sizing: border-box;
}
.linkListBlock ul.listBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
}
.linkListBlock ul.listBox li {
  width: calc(50% - 25px);
  max-width: 580px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.linkListBlock ul.listBox li a {
  transition: 0.3s ease;
}
.linkListBlock ul.listBox li .img img {
  border-radius: 30px 30px 0 0;
}
.linkListBlock ul.listBox li .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8EFEC;
  border-radius: 0 0 30px 30px;
  padding: 2rem;
}
.linkListBlock ul.listBox li .txt h1 span {
  display: block;
  color: #EB5B4E;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.linkListBlock ul.listBox li .txt h1 img {
  display: inline;
  padding-right: 0.5rem;
  margin-top: -3px;
  vertical-align: middle;
}
.linkListBlock ul.listBox li:hover {
  cursor: pointer;
  filter: brightness(90%);
}
.linkListBlock ul.listBox li:hover a {
  text-decoration: none;
  color: #2F2F2F;
}
@media screen and (max-width: 992px) {
  .linkListBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .linkListBlock ul.listBox {
    flex-direction: column;
    gap: 20px 0;
  }
  .linkListBlock ul.listBox li {
    width: 100%;
    margin: 0 auto;
  }
}

.topBgdown {
  width: 100%;
  background: url(../img/top_bg_under.svg) no-repeat;
  background-size: cover;
  padding: 100px 20px;
  box-sizing: border-box;
}
.topBgdown .topRegional {
  max-width: 770px;
  margin: 0 auto;
  background-color: #2B469B;
  border-radius: 30px;
  padding: 3rem;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.topBgdown .topRegional h1 {
  color: #fff;
}
.topBgdown .topRegional h1 span {
  display: block;
  color: #EB5B4E;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.topBgdown .topRegional .btnLink {
  display: inline-block;
  max-width: 330px;
  width: 100%;
}
.topBgdown .topRegional .btnLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 50px;
  color: #2B469B;
  text-decoration: none;
  transition: 0.3s ease;
}
.topBgdown .topRegional .btnLink a img {
  margin-right: 10px;
}
.topBgdown .topRegional .btnLink a:hover {
  opacity: 0.5;
}
.topBgdown .banner {
  max-width: 520px;
  margin: 2rem auto 0;
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
}
.topBgdown .banner a {
  text-align: center;
  transition: 0.3s ease;
}
.topBgdown .banner a img {
  margin: 0 auto;
}
.topBgdown .banner a:hover {
  opacity: 0.5;
}

/*** 下層 ***/
main.under {
  background: url(../img/contents_bg2.svg) repeat-y;
  background-size: cover;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
main.under h1 {
  line-height: 1;
  font-size: clamp(1.875rem, 1.1907894737rem + 1.9005847953vw, 2.6875rem);
  font-weight: 500;
  margin: 0;
  padding-left: 2.5rem;
  position: relative;
}
main.under h1 span {
  display: block;
  padding-top: 15px;
  color: #EB5B4E;
  line-height: 1;
  font-size: clamp(1.125rem, 0.8092105263rem + 0.8771929825vw, 1.5rem);
  font-weight: 400;
}
main.under h1:before {
  content: "";
  display: inline-block;
  background-color: #EB5B4E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  main.under {
    padding-bottom: 2rem;
  }
}

.breadcrumbs {
  margin-bottom: 4rem;
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}
.breadcrumbs a {
  text-decoration: underline;
  color: #EB5B4E;
}

.pageinner {
  margin-top: 3rem;
}
.pageinner h2 {
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: clamp(1.625rem, 1.2565789474rem + 1.0233918129vw, 2.0625rem);
  color: #2F2F2F;
  position: relative;
}
.pageinner h2:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 4px;
  left: 0;
  background-image: url(../img/icon_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h3 {
  margin-bottom: 1em;
  font-size: clamp(1.25rem, 1.0394736842rem + 0.5847953216vw, 1.5rem);
  font-weight: 500;
  color: #EB5B4E;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5rem;
}
.pageinner h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  display: inline-block;
  background-color: #EB5B4E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pageinner h4 {
  margin-top: 1rem;
  margin-bottom: 1em;
  font-size: clamp(1.25rem, 1.0394736842rem + 0.5847953216vw, 1.5rem);
  font-weight: 600;
  color: #2F2F2F;
  line-height: 1.5;
}
.pageinner .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-top: 1rem;
  margin-bottom: 20px;
}
.pageinner .flexBox .txtcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageinner .flexBox .img {
  width: calc(60% - 50px);
}
.pageinner .flexBox .img img {
  width: 100%;
  border-radius: 30px;
}
.pageinner .flexBox .txt {
  width: 40%;
}
.pageinner .flexBox .txt .strong {
  font-size: clamp(1.375rem, 0.9539473684rem + 1.1695906433vw, 1.875rem);
  font-weight: 700;
}
.pageinner .flexBox.bgwhite {
  align-items: stretch;
  gap: 30px;
}
.pageinner .flexBox.bgwhite > li {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 30px;
}
.pageinner .flexBox.bgwhite > li:before {
  content: none;
}
.pageinner .flexBox.bgwhite > li p {
  margin: 0;
  padding: 0;
}
.pageinner .flexBox.bgwhite > li img + br {
  display: none;
}
.pageinner .flexBox.col-2 > li {
  width: calc(50% - 15px);
}
.pageinner .flexBox.col-3 > li {
  width: calc(33.333% - 20px);
}
.pageinner .flexBox.col-4 > li {
  width: calc(25% - 22.5px);
}
.pageinner ul.dot {
  margin: 10px 0;
  margin-left: 1rem;
  padding: 0;
  list-style: none;
}
.pageinner ul.dot li {
  position: relative;
  padding-left: 1.3rem;
}
.pageinner ul.dot li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  display: inline-block;
  background-color: #EB5B4E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pageinner .bgWhite {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 30px;
}
.pageinner .caution {
  color: #707070;
  margin-top: 1rem;
}
.pageinner .caution p {
  margin: 0;
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.4144736842rem + 0.5847953216vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .txtRight {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.pageinner a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
}
.pageinner .btnMore > a[target=_blank] {
  padding-right: 2.5rem !important;
}
.pageinner .btnMore > a[target=_blank]:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageinner a[href$=".pdf"][target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
  width: 18px;
  height: 23px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(100%) contrast(45%);
}
.pageinner .btnMore > a[href$=".pdf"][target=_blank]:after {
  top: 1rem;
  padding-left: 50px;
}
.pageinner hr.hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: none;
  border-bottom: 3px dotted #EB5B4E;
}
@media screen and (max-width: 992px) {
  .pageinner .flexBox {
    gap: 20px 0;
  }
  .pageinner .flexBox .img {
    width: 100%;
  }
  .pageinner .flexBox .txt {
    width: 100%;
  }
  .pageinner .flexBox.col-2 > li, .pageinner .flexBox.col-3 > li, .pageinner .flexBox.col-4 > li {
    width: 100%;
  }
  .pageinner .bgWhite {
    padding: 1.5rem;
  }
}

.conteStyle a {
  color: #2B469B;
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.conteStyle p {
  margin-bottom: 1.5em;
}
.conteStyle p strong {
  color: #2B469B;
}
.conteStyle ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1.3rem;
}
.conteStyle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  display: inline-block;
  background-color: #EB5B4E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.conteStyle ol {
  counter-reset: section;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #2B469B;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  border-radius: 4px;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1rem;
}
.conteStyle table th {
  background-color: #2B469B;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.conteStyle table th:last-child {
  border-right: none;
}
.conteStyle table td {
  border-bottom: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
}
.conteStyle table td:last-child {
  border-right: none;
}
.conteStyle table tbody > tr:last-of-type th,
.conteStyle table tbody > tr:last-of-type td {
  border-bottom: none;
}
.conteStyle dl.line {
  display: grid;
  grid-template-columns: minmax(180px, max-content) 1fr;
  width: 100%;
  border-top: 1px solid #B5B5B5;
}
.conteStyle dl.line dt {
  border-bottom: 1px solid #B5B5B5;
  padding: 1rem 0;
  position: relative;
}
.conteStyle dl.line dt:before {
  content: "";
  display: inline-block;
  background-color: #EB5B4E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 1rem;
}
.conteStyle dl.line dd {
  padding: 1rem 0;
  border-bottom: 1px solid #B5B5B5;
}
.conteStyle .btnMore a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .conteStyle dl.line {
    grid-template-columns: minmax(130px, max-content) 1fr;
  }
}
@media screen and (max-width: 576px) {
  .conteStyle dl.line {
    grid-template-columns: 1fr;
  }
  .conteStyle dl.line dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .conteStyle dl.line dd {
    padding-top: 0;
    padding-left: 1.5rem;
  }
}

.pageLinkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.pageLinkbox li {
  width: calc(33.3333333333% - 14px);
  box-shadow: 0px 0px 15px -5px #d4d4d4;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.pageLinkbox li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: url(../img/icon_arrow_cirlcle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: 0.3s ease;
}
.pageLinkbox li:hover {
  background-color: #2B469B;
  color: #fff;
  cursor: pointer;
}
.pageLinkbox li:hover:after {
  background-image: url(../img/icon_arrow_cirlcle_hover.svg);
}
.pageLinkbox li:hover a {
  color: #fff;
}
.pageLinkbox li:hover h2 {
  color: #fff;
}
.pageLinkbox li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  padding-right: 4rem;
  text-decoration: none;
  position: static;
  transition: 0.3s ease;
}
.pageLinkbox li a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.pageLinkbox li h2 {
  font-size: clamp(1rem, 0.7894736842rem + 0.5847953216vw, 1.25rem);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  transition: 0.3s ease;
}
.pageLinkbox li h2 + p {
  margin-top: 0.5rem;
}
.pageLinkbox li h2:before {
  content: none;
}
.pageLinkbox li p {
  margin: 0;
  padding: 0;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
}
@media screen and (max-width: 992px) {
  .pageLinkbox li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .pageLinkbox {
    gap: 10px 0;
    margin-bottom: 2rem;
  }
  .pageLinkbox li {
    width: 100%;
  }
}

ul.archiveEvent {
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
}
ul.archiveEvent li {
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
ul.archiveEvent li:before {
  content: none;
}
ul.archiveEvent li:last-child {
  margin-bottom: 0;
}
ul.archiveEvent li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
ul.archiveEvent li a .date {
  width: 140px;
}
ul.archiveEvent li a .title {
  flex: 1;
}
ul.archiveEvent li p {
  margin: 0;
}
ul.archiveEvent li:hover {
  border-bottom-color: #2b469b;
  color: #2b469b;
}
ul.archiveEvent li:hover a:hover {
  text-decoration: none;
}

.contactBox {
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
}
.contactBox h3 {
  text-align: center;
  color: #2B469B;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .center {
  margin-bottom: 0;
}
.contactBox dl dt {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: clamp(1rem, 0.7894736842rem + 0.5847953216vw, 1.25rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
}
.contactBox dl dt span {
  display: inline-block;
  color: #9C0F21;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  margin-left: 0.5em;
}
.contactBox dl dd {
  margin-bottom: 2em;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .textarea {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2B469B;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox {
  /* デフォルトのチェックボックスを非表示 */
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox {
  /* チェックボックスにフォーカスした時 */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox {
  /* チェックが入った状態 */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #2B469B;
  border-color: #333;
}
.contactBox {
  /* チェックマーク */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox {
  /* ラベルテキスト */
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  line-height: 1.5;
  user-select: none;
  text-align: left;
}
.contactBox {
  /* エラー時のスタイル（オプション） */
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox .submitBtn {
  text-align: center;
}
.contactBox input.contactBtn {
  width: 280px;
  box-sizing: border-box;
  background: #2B469B;
  border-radius: 30px;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 14px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wp-pagenavi a {
  color: #333;
  background-color: #fff;
}
.wp-pagenavi a:hover {
  background-color: #f5f5f5;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}
.wp-pagenavi span.extend {
  border: none;
  min-width: auto;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-weight: 500;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    gap: 4px;
    font-size: 13px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
}
/* ===== Members ============================= */
.memberCard .tags,
.memberSingle .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.memberCard .tags li,
.memberSingle .tags li {
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
  border: 1px solid #EB5B4E;
  color: #EB5B4E;
  border-radius: 50px;
  padding: 3px 10px;
  line-height: 1.4;
  white-space: nowrap;
}

.memberList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .memberList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .memberList {
    gap: 15px;
  }
}

.memberCard {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.memberCard .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.memberCard .noimg {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ccc;
}
.memberCard .body {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.memberCard .name {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9144736842rem + 0.5847953216vw, 1.375rem);
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin: 0;
}
.memberCard .name .name-en {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  font-weight: 400;
  color: #EB5B4E;
}
.memberCard .position {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  color: #2F2F2F;
  margin: 0;
}
.memberCard .btnMore {
  margin-bottom: 0;
  margin-top: 1rem;
}
.memberCard .btnMore a {
  min-width: 120px;
}
@media screen and (max-width: 576px) {
  .memberCard .btnMore {
    margin-top: 0.5rem;
  }
  .memberCard .btnMore a {
    font-size: 10px;
    min-width: inherit;
    width: 100%;
  }
}

/* ===== Member Single ======================= */
.memberSingle h2 {
  display: flex;
  margin-bottom: 1rem;
}
.memberSingle h2 img {
  margin-right: 1rem;
}
.memberSingle h2:not(.message)::before {
  display: none;
}
.memberSingle .memberheader {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.memberSingle .memberheader img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.memberSingle .memberheader .noimg {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ccc;
}
.memberSingle .memberheader .info {
  padding: 2rem 3rem 3rem;
  display: flex;
  align-items: center;
}
.memberSingle .memberheader .info h1.name {
  font-weight: 700;
  font-size: clamp(1.875rem, 1.3486842105rem + 1.4619883041vw, 2.5rem);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  border-right: 1px solid #B5B5B5;
}
.memberSingle .memberheader .info h1.name::before {
  content: none;
}
.memberSingle .memberheader .info h1.name .name-en {
  font-size: clamp(1.125rem, 0.9144736842rem + 0.5847953216vw, 1.375rem);
  font-weight: 400;
  color: #EB5B4E;
}
.memberSingle .memberheader .info .position {
  flex: 1;
  padding-left: 2rem;
  font-size: clamp(0.8125rem, 0.7072368421rem + 0.2923976608vw, 0.9375rem);
  color: #2F2F2F;
  margin: 0;
  line-height: 1.6;
}
.memberSingle .flexBox {
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.memberSingle .flexBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.memberSingle .flexBox ul li {
  position: relative;
  padding-left: 1.3rem;
}
.memberSingle .flexBox ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  display: inline-block;
  background-color: #EB5B4E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.memberSingle .flexBox .inner {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem;
  box-sizing: border-box;
}
.memberSingle .flexBox .inner.half {
  width: calc(50% - 15px);
}
.memberSingle .btnMore {
  margin-top: 3rem;
}
.memberSingle .btnMore a {
  padding: 1rem;
  min-width: 250px;
}
@media screen and (max-width: 992px) {
  .memberSingle .memberheader {
    margin-bottom: 2rem;
  }
  .memberSingle .flexBox {
    width: 100%;
  }
  .memberSingle .flexBox .inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .memberSingle .memberheader .info {
    flex-direction: column;
    padding: 2rem;
  }
  .memberSingle .memberheader .info h1.name {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid #B5B5B5;
    align-items: center;
  }
  .memberSingle .memberheader .info .position {
    padding-left: 0;
    padding-top: 1rem;
  }
  .memberSingle .flexBox .inner.half {
    width: 100%;
  }
}

/* ===== History======================= */
.historyBox {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 5rem 0 0;
}
.historyBox .innerBox {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.historyBox .innerBox::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(235, 91, 78, 0.25);
}
.historyBox .innerBox > div {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.historyBox .innerBox > div::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #EB5B4E;
  z-index: 2;
}
.historyBox .innerBox > div:first-child:after {
  top: 0;
}
.historyBox .innerBox > div:nth-child(odd) {
  align-items: flex-end;
  padding-right: 4rem;
}
.historyBox .innerBox > div:nth-child(odd)::after {
  right: -0.5rem;
}
.historyBox .innerBox > div:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  align-items: flex-start;
  padding-left: 4rem;
}
.historyBox .innerBox > div:nth-child(even)::after {
  left: -0.5rem;
}
.historyBox .innerBox > div:last-child {
  padding-bottom: 5rem !important;
}
.historyBox .innerBox > div h3 {
  font-size: clamp(1.75rem, 1.1184210526rem + 1.7543859649vw, 2.5rem);
  font-weight: 900;
  color: #EB5B4E;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.2;
}
.historyBox .innerBox > div h3:before {
  content: none;
}
.historyBox .innerBox > div h3 span {
  font-size: 0.55em;
  font-weight: 700;
}
.historyBox .innerBox > div figure {
  position: relative;
  width: 300px;
  margin-bottom: 2rem;
}
.historyBox .innerBox > div figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eb5b4e;
  border-radius: 30px;
  z-index: 0;
}
.historyBox .innerBox > div figure img {
  position: relative;
  width: 100%;
  border-radius: 30px;
  display: block;
  z-index: 1;
}
.historyBox .innerBox > div:nth-child(odd) figure::before {
  bottom: -1rem;
  left: -1rem;
}
.historyBox .innerBox > div:nth-child(even) figure::before {
  bottom: -1rem;
  right: -1rem;
}
.historyBox .innerBox > div p {
  margin: 0;
  font-size: clamp(0.8125rem, 0.7072368421rem + 0.2923976608vw, 0.9375rem);
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .historyBox {
    padding-top: 3rem;
  }
  .historyBox .innerBox {
    max-width: 95%;
    padding-bottom: 2rem;
  }
  .historyBox .innerBox::before {
    left: 2rem;
    transform: none;
  }
  .historyBox .innerBox > div {
    width: 100%;
    box-sizing: border-box;
  }
  .historyBox .innerBox > div:nth-child(odd) {
    align-items: flex-start;
    padding-right: 1rem;
    padding-left: 5rem;
  }
  .historyBox .innerBox > div:nth-child(odd)::after {
    right: auto;
    left: calc(2rem - 8px);
  }
  .historyBox .innerBox > div:nth-child(even) {
    margin-left: 0;
    padding-left: 5rem;
    padding-right: 1rem;
  }
  .historyBox .innerBox > div:nth-child(even)::after {
    left: calc(2rem - 8px);
  }
  .historyBox .innerBox > div figure {
    width: 60%;
  }
  .historyBox .innerBox > div:nth-child(even) figure::before {
    bottom: -1rem;
    left: -1rem;
    right: auto;
  }
}
@media screen and (max-width: 576px) {
  .historyBox .innerBox::before {
    left: 1rem;
  }
  .historyBox .innerBox > div:nth-child(odd), .historyBox .innerBox > div:nth-child(even) {
    padding-left: 3rem;
  }
  .historyBox .innerBox > div:nth-child(odd)::after, .historyBox .innerBox > div:nth-child(even)::after {
    left: calc(1rem - 8px);
  }
  .historyBox .innerBox > div figure {
    width: 100%;
  }
  .historyBox .innerBox > div figure::before {
    bottom: -0.5rem;
    left: -0.5rem;
  }
}