.d-inline-block {
  display: inline-block !important;
}
.dropdown-box {
  background: #04127c;
  min-height: 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .dropdown-box {
    display: none;
    padding: 0 10px;
  }
}
.dropdown-box-inner {
  margin-inline: auto;
  max-width: 1000px;
  min-height: inherit;
  padding-right: 29px;
  width: 100%;
}
.dropdown-box .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: inherit;
  position: relative;
}
.dropdown-box .custom-menu-close {
  background-color: #dadef0;
  left: -100%;
  width: 300%;
}
.dropdown-menu-col {
  min-height: inherit;
}
.dropdown-menu-col > a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: inherit;
  padding: 0 18px;
  text-decoration: none;
}
.dropdown-menu-col > a > span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.dropdown-menu-col > a > span::after {
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  bottom: 12px;
  content: "";
  height: 14px;
  margin-left: 15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s;
  transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  width: 14px;
}
.dropdown-menu-col.open > a > span::after {
  bottom: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.dropdown-items-wrap {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 639px) {
  .dropdown-items-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.dropdown-menu-contents {
  background: #edeff8;
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .dropdown-menu-contents {
    max-width: 100%;
    width: 100%;
  }
}
.dropdown-menu-contents::before {
  background: #edeff8;
  bottom: 0;
  content: "";
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.dropdown-menu-col.open .dropdown-menu-contents {
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item {
    width: 36%;
  }
}
.dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a {
  display: block;
  font-weight: bold;
  height: 100%;
  padding: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a::after {
    margin-top: -11px;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
  }
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a::after {
    border: 1px solid;
    border-color: transparent transparent #1e32a5 #1e32a5;
    content: "";
    height: 12px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 12px;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a.is-active {
    background: #fff;
  }
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a.is-active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li:first-of-type {
    border-top: none !important;
  }
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li:first-of-type a {
    border-top: none !important;
  }
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-left-item > .child-menu-list > li.is-active > a::after {
    margin-top: -4px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
  }
}
.dropdown-menu-contents .dropdown-left-item .child-menu-list .child-menu-list {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item .child-menu-list .child-menu-list {
    display: none !important;
  }
}
.dropdown-menu-contents .dropdown-left-item .child-menu-list .child-menu-list a {
  color: #1e32a5;
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-left-item .child-menu-list .is-active > a {
    background: #fff;
  }
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-left-item .child-menu-list .is-active > a::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
}
.dropdown-menu-contents .text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dropdown-menu-contents .dropdown-right-item {
  background: #fff;
  padding: 16px 30px 30px;
}
@media screen and (min-width: 640px) {
  .dropdown-menu-contents .dropdown-right-item {
    width: 64%;
  }
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-right-item {
    display: none;
    padding: 20px;
  }
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list {
  display: none;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list.is-active {
  display: block;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #1e32a5;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 30px 5px 10px;
  position: relative;
  text-decoration: none;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a:last-child,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a:hover,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a:hover {
  text-decoration: underline;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a span,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a span {
  position: relative;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a span::after,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a span::after {
  border: 1px solid;
  border-color: transparent transparent #1e32a5 #1e32a5;
  bottom: 3px;
  content: "";
  height: 12px;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a:not([href]):hover,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a:not([href]):hover {
  text-decoration: none;
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list > li > a:not([href]) span::after,.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a:not([href]) span::after {
  display: none;
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-right-item .child-menu-list .child-menu-list,.dropdown-menu-contents .dropdown-left-item .child-menu-list .child-menu-list {
    display: none;
  }
}
.dropdown-menu-contents .dropdown-right-item .child-menu-list .child-menu-list > li > a,.dropdown-menu-contents .dropdown-left-item .child-menu-list .child-menu-list > li > a {
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .dropdown-menu-contents .dropdown-right-item > .child-menu-list > li > a,.dropdown-menu-contents .dropdown-left-item > .child-menu-list > li > a {
    color: #000;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
.dropdown-menu-contents .dropdown-left-item .child-menu-list > li > a {
  color: #000;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
}
.dropdown-title-sp {
  background: #04127c;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-left: none;
  border-right: none;
  display: -webkit-flex;
  display: flex;
  height: 50px;
}
.dropdown-title-sp > a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: inherit;
  padding: 12px 0 12px 10px;
  text-decoration: none;
  width: 100%;
}
.dropdown-title-sp > a > span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.dropdown-title-sp > a > span::after {
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  bottom: 15px;
  content: "";
  height: 14px;
  margin-left: 15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .dropdown-title-sp {
    display: none;
  }
}
.dropdown-title-sp.open > a > span::after {
  bottom: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-box-05 > .inner > .col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mod-box-05 > .inner > .col > .box {
  padding: 0 0 30px;
}
.mod-box-05 > .inner > .col .box {
  border: 1px solid #ccc;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 639px) {
  .mod-box-05 > .inner > .col .box {
    display: -webkit-flex;
    display: flex;
  }
}
.mod-box-05 .mod-media {
  background-image: linear-gradient(#ebecf5 0%, #d6d8ea 100%);
}
@media screen and (max-width: 639px) {
  .mod-box-05 .mod-media {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    width: 140px;
  }
}
@media screen and (max-width: 639px) {
  .mod-box-05 .mod-media img {
    max-width: 120px !important;
  }
}
.mod-box-05 .text-area {
  padding: 0 0 30px;
}
@media screen and (max-width: 639px) {
  .mod-box-05 .text-area {
    padding: 0;
    width: calc(100% - 140px);
  }
}
.mod-box-05 .text-area .title {
  color: #1e32a5;
  font-size: 18px;
  font-weight: bold;
  padding: 0 39px 0 24px;
}
@media screen and (max-width: 639px) {
  .mod-box-05 .text-area .title {
    font-size: 16px;
    margin: 12px 0;
    padding: 0 35px 0 15px;
  }
}
.mod-box-05 .text-area .title-inner {
  display: inline-block;
  position: relative;
}
.mod-box-05 .text-area .title-inner::after {
  border: 1px solid;
  border-color: transparent transparent #1e32a5 #1e32a5;
  bottom: 11px;
  content: "";
  height: 14px;
  margin-left: 15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s;
  transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  width: 14px;
}
.mod-box-05 .text-area .text {
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .mod-box-05 .text-area .text {
    margin-bottom: 0;
    padding: 0 24px;
  }
}
.mod-box-05 .menu-col {
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .mod-box-05 .menu-col {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.mod-box-05 .menu-col.open .text-area .title-inner::after {
  bottom: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-box-05 .menu-col.open + .custom-menu {
  display: block;
}
.mod-box-05 .menu-col:hover img {
  opacity: 1;
}
.mod-box-05 .menu-col:hover .box {
  opacity: 0.7;
}
.custom-menu {
  -webkit-align-items: center;
  align-items: center;
  display: none;
  max-width: 1000px;
  position: relative;
  width: calc(300% + 48px);
}
@media screen and (max-width: 639px) {
  .custom-menu {
    width: 100%;
  }
}
.custom-menu-inner {
  background: #edeff8;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 0;
  padding: 60px 40px 40px;
}
@media screen and (max-width: 639px) {
  .custom-menu-inner {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 10px 10px 40px;
  }
}
.custom-menu::before {
  background: #edeff8;
  background: none;
  border: 20px solid;
  border-color: transparent transparent #edeff8 transparent;
  content: "";
  height: 20px;
  position: absolute;
  top: -20px;
  width: 40px;
}
@media screen and (max-width: 639px) {
  .custom-menu::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 640px) {
  .mod-box-05 > .inner > .col:first-child .custom-menu,.mod-box-05 > .inner > .col:nth-of-type(3n+1) .custom-menu {
    left: 0;
  }
  .mod-box-05 > .inner > .col:first-child .custom-menu::before,.mod-box-05 > .inner > .col:nth-of-type(3n+1) .custom-menu::before {
    left: calc(15% - 4px);
  }
}
@media screen and (min-width: 640px) {
  .mod-box-05 > .inner > .col:nth-child(n+2):not(:nth-of-type(3n+1)):not(:nth-of-type(3n)) .custom-menu {
    left: calc(-100% - 24px);
  }
  .mod-box-05 > .inner > .col:nth-child(n+2):not(:nth-of-type(3n+1)):not(:nth-of-type(3n)) .custom-menu::before {
    right: calc(50% - 20px);
  }
}
@media screen and (min-width: 640px) {
  .mod-box-05 > .inner > .col:nth-child(3n) .custom-menu {
    left: calc(-200% - 48px);
  }
  .mod-box-05 > .inner > .col:nth-child(3n) .custom-menu::before {
    right: calc(15% - 4px);
  }
}
.custom-menu-image {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 20px;
  width: 140px;
}
@media screen and (max-width: 639px) {
  .custom-menu-image {
    margin-bottom: 10px;
    margin-right: 0;
    width: 80px;
  }
}
.custom-menu-image-inner {
  background-color: #fff;
  border-radius: 50%;
}
.custom-menu-link {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 140px - 20px);
}
@media screen and (max-width: 639px) {
  .custom-menu-link {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 27px);
  }
}
.custom-menu-link .col {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .custom-menu-link .col {
    width: 100%;
  }
}
.custom-menu-link .col:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 639px) {
  .custom-menu-link .col:first-child .link:last-child {
    border-bottom: none;
  }
}
.custom-menu-link .link {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #1e32a5;
  display: block;
  font-size: 14px;
  padding: 7px 20px 4px 15px;
  position: relative;
  text-decoration: none;
}
.custom-menu-link .link:hover {
  text-decoration: underline;
}
.custom-menu-link .link:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-menu-link .link::after {
  border: 1px solid;
  border-color: transparent transparent #1e32a5 #1e32a5;
  bottom: 9px;
  content: "";
  height: 12px;
  margin-left: 15px;
  position: absolute;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
}
.custom-menu-link .link:not([href]):hover {
  text-decoration: none;
}
.custom-menu-link .link:not([href])::after {
  display: none;
}
.custom-menu-close {
  position: relative;
}
.custom-menu-close-btn {
  background-color: #dadef0;
  border: none;
  color: #1e32a5;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.custom-menu-close-btn::before {
  background: #dadef0;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 28px;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}
@media screen and (min-width: 640px) {
  .custom-menu .custom-menu-close-btn::before {
    margin: 0 0 0 -40px;
    width: calc(100% + 80px);
  }
}
@media screen and (max-width: 639px) {
  .custom-menu .custom-menu-close-btn::before {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
  }
}
.custom-menu-close-btn span {
  position: relative;
}
.custom-menu-close-btn span::before {
  border: 1px solid;
  border-color: transparent transparent #1e32a5 #1e32a5;
  content: "";
  height: 14px;
  left: -31px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: top transform 0.5s;
  width: 14px;
  z-index: 3;
}