@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a {
  transition: var(--transitionDefault);
}

header a:hover, footer a:hover {
  opacity: 0.8;
}

a:hover {
  opacity: 0.8;
}

.post_content div > :first-child {
  margin-bottom: unset;
}

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

.top #content {
  padding: 0;
}

html {
  margin-top: 0 !important;
}

body {
  background: #ffffff;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/*base--------------------*/
/*header--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #ffffff;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 55px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.l-header__logo {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    position: fixed;
    top: 10px;
    left: 0;
    padding-left: 0;
  }
}
.l-header__logo-image {
  width: 310px;
}
@media screen and (max-width: 1366px) {
  .l-header__logo-image {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo-image {
    width: 170px;
  }
}
.l-header__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header__logo-txt {
  font-size: 11px;
  margin-top: 0;
  text-align: right;
  transform: translateX(-20px);
}
@media screen and (max-width: 1366px) {
  .l-header__logo-txt {
    font-size: 8px;
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo-txt {
    font-size: 7px;
    transform: translateX(-10px);
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #EEF3F8;
    opacity: 0;
    visibility: hidden;
    transition: var(--transitionDefault);
  }
}
.l-header .js-header-nav.active {
  opacity: 1;
  visibility: visible;
}
.l-header__group {
  display: flex;
  gap: 60px;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .l-header__group {
    gap: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    width: 95%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    height: auto;
    margin-bottom: 25px;
  }
}
.l-header__group-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list {
    display: block;
    width: 100%;
    border-bottom: 1px solid #6687A7;
    position: relative;
  }
}
.l-header__group-list-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list-sp {
    display: block;
  }
}
.l-header__group-list-contact {
  width: 190px;
}
@media screen and (max-width: 1366px) {
  .l-header__group-list-contact {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-list-contact {
    display: none;
  }
}
.l-header__group-list-contact a {
  background: #0E1540;
}
.l-header__group-list-contact span {
  color: #ffffff;
}
.l-header__group-list:hover .l-header__menu {
  opacity: 1;
  visibility: visible;
}
.l-header__group-frame {
  display: flex;
  align-items: center;
}
.l-header__group-link {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .l-header__group-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-link {
    display: block;
    padding: 15px;
    font-size: 17px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header__group-link:hover .l-header__group-span::before {
  width: 100%;
}
.l-header__group-span {
  position: relative;
}
.l-header__group-span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #004B92;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transitionDefault);
}
@media screen and (max-width: 1024px) {
  .l-header__group-span::before {
    display: none;
  }
}
.l-header__group-icon {
  width: 10px;
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group-icon {
    width: 15px;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 10px;
  }
}
.l-header__group-icon-mail {
  display: block;
  margin-right: 10px;
}
.l-header__group-icon-mail img {
  width: 25px;
}
.l-header__group .js-header-icon.active {
  transform: rotate(180deg);
}
.l-header__menu {
  padding: 40px 0 50px 0;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    position: static;
    padding: 0;
    background: transparent;
    display: none;
  }
}
.l-header__menu-subttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__menu-subttl {
    display: none;
  }
}
.l-header__menu-subttl p {
  line-height: 1;
}
.l-header__menu-subttl-en {
  font-size: 40px;
  font-weight: bold;
  color: #004B92;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .l-header__menu-subttl-en {
    font-size: var(--font40);
  }
}
.l-header__menu-subttl-jp {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-header__menu-subttl-jp {
    font-size: var(--font20);
  }
}
.l-header__menu hr {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .l-header__menu hr {
    display: none;
  }
}
.l-header .js-header-menu.active {
  display: block;
}
.l-header__group02 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.8%;
}
@media screen and (max-width: 1024px) {
  .l-header__group02 {
    flex-direction: column;
    gap: 25px;
    padding: 0 0 20px 20px;
  }
}
.l-header__group02-list {
  width: 31.4666666667%;
  border-bottom: 1px solid #B3BFCB;
}
@media screen and (max-width: 1024px) {
  .l-header__group02-list {
    width: 100%;
    border: none;
  }
}
.l-header__group02-link {
  padding: 0 0 30px 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__group02-link {
    padding: 0;
  }
}
.l-header__group02-link:hover .l-header__group02-span {
  transform: translateX(20px);
}
@media screen and (max-width: 1024px) {
  .l-header__group02-link:hover .l-header__group02-span {
    transform: none;
  }
}
.l-header__group02-span {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 1920px) {
  .l-header__group02-span {
    font-size: var(-font18);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group02-span {
    font-size: 15px;
    font-weight: 500;
  }
}
.l-header__group02-span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 20px;
  background-image: url(../images/common/header_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .l-header__group02-span::before {
    width: 10px;
  }
}
.l-header__cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__cta {
    display: block;
    padding: 0 0 25px 0;
  }
}
.l-header__cta-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #004B92;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.l-header__cta .c-cta-group {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__bottom {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__bottom {
    display: block;
    background: #004B92;
    padding: 20px 0 150px 0;
  }
}
.l-header__info {
  margin-bottom: 20px;
}
.l-header__info-logo {
  width: 315px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.l-header__info-txt {
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: center;
  color: #ffffff;
}
.l-header__sns {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.l-header__sns-list {
  width: 40px;
}
.l-header__sns-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header .js-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn {
    display: block;
    position: fixed;
    background: #004B92;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 2px;
    right: 5px;
    border-radius: 50%;
    z-index: 999999;
  }
  .l-header .js-btn::before {
    content: "MENU";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
    transition: var(--transitionDefault);
  }
}
.l-header .js-btn span {
  display: block;
  transition: var(--transitionDefault);
  position: absolute;
  left: 50%;
  height: 1.5px;
  border-radius: 2px;
  background: #ffffff;
  width: 20px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 10px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 16px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 22px;
}
.l-header .js-btn.active::before {
  content: "CLOSE";
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 10px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 20px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 22px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 20px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  padding: 60px 0 30px 0;
  background: #000000;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-image: url(../images/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 10px 0;
    background-image: url(../images/common/footer_bg_sp.jpg);
  }
}
@media screen and (max-width: 1920px) {
  .l-footer .l-inner {
    width: 95%;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.l-footer__top {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 55px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__top {
    flex-direction: column;
    justify-content: center;
    padding: 0 0 25px 0;
  }
}
.l-footer__info {
  position: relative;
  padding-right: 3.5%;
}
@media screen and (max-width: 1024px) {
  .l-footer__info {
    padding-right: 0;
  }
}
.l-footer__info-link {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__info-logo {
  width: 315px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .l-footer__info-logo {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__info-logo {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.l-footer__info-txt {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 1920px) {
  .l-footer__info-txt {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__info-txt {
    font-size: 15px;
    text-align: center;
  }
}
.l-footer__navi {
  width: 68.1%;
  position: relative;
  padding-left: 3.5%;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1920px) {
  .l-footer__navi {
    width: calc(100% - 315px - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__navi {
    display: none;
  }
}
.l-footer__group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.2%;
  padding: 0 0 10px 0;
}
.l-footer__group-list {
  width: 31.2%;
}
@media screen and (max-width: 1366px) {
  .l-footer__group-list {
    width: 48.4%;
  }
}
.l-footer__group-ttl {
  position: relative;
}
.l-footer__group-ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
}
.l-footer__group-link {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .l-footer__group-link {
    font-size: var(--font18);
  }
}
.l-footer__group02 {
  margin-top: 30px;
}
.l-footer__group02-link {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-footer__group02-link {
    font-size: var(--font15);
  }
}
.l-footer__middle {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__middle {
    padding: 0 0 30px 0;
  }
}
.l-footer__middle-ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .l-footer__middle-ttl {
    font-size: var(--font28);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__middle-ttl {
    display: none;
  }
}
.l-footer__middle-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-footer__middle-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .c-cta-group {
    display: none;
  }
}
.l-footer__sns {
  display: flex;
  gap: 5px;
}
.l-footer__sns-list {
  width: 40px;
}
.l-footer__sns-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-footer__bottom-group {
  display: flex;
  justify-content: flex-end;
  gap: 110px;
}
@media screen and (max-width: 1024px) {
  .l-footer__bottom-group {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
.l-footer__bottom-list {
  font-size: 15px;
}
@media screen and (max-width: 1920px) {
  .l-footer__bottom-list {
    font-size: var(--font15);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__bottom-list {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__bottom-list:last-of-type {
    display: none;
  }
}

/*main--------------------*/
.l-mainContent {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-mainContent {
    margin-top: 55px;
  }
}

.home .l-mainContent {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .home .l-mainContent {
    margin-top: 55px;
  }
}

/*cta--------------------*/
.l-cta {
  padding: 105px 0 0 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 75px 0 0 0;
  }
}
.l-cta__box {
  background: #004B92;
  border-top: 10px solid #004B92;
  position: relative;
  z-index: 10;
}
.l-cta__box::before {
  content: "";
  width: 100%;
  height: 105px;
  background: #004B92;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -104px;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .l-cta__box::before {
    top: -75px;
    height: 75px;
  }
}
.l-cta__box::after {
  content: "";
  width: 100%;
  height: 104px;
  background: #E9E9E9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -105px;
  left: 0;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  .l-cta__box::after {
    top: -75px;
    height: 75px;
  }
}
.l-cta__box .l-inner {
  padding: 75px 0 35px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta__box .l-inner {
    padding: 25px 0 60px 0;
  }
}
.l-cta__image {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 400px;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .l-cta__image {
    right: 0;
  }
}
@media screen and (max-width: 1366px) {
  .l-cta__image {
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__image {
    display: none;
  }
}
.l-cta__ttl {
  font-size: 38px;
  font-weight: bold;
  color: #FFF700;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .l-cta__ttl {
    font-size: var(--font38);
  }
}
@media screen and (max-width: 768px) {
  .l-cta__ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.l-cta__txt {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .l-cta__txt {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .l-cta__txt {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__txt span {
    font-size: 13px;
    display: block;
  }
}
.l-cta__txt br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-cta__txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__txt:not(:first-child) {
    margin-bottom: 20px;
  }
}
.l-cta__group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-cta__group {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.l-cta__group-item {
  width: calc(33.3333333333% - 20px);
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .l-cta__group-item {
    width: 100%;
    border-radius: 12px;
    height: 75px;
  }
}
.l-cta__group-link {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 40px 10px 30px 10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-cta__group-link {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-cta__group-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .l-cta__group-lead {
    font-size: var(-font20);
  }
}
@media screen and (max-width: 1024px) {
  .l-cta__group-lead {
    display: none;
  }
}
.l-cta__group-frame {
  border-radius: 31px;
  padding: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-cta__group-frame {
    border-radius: 0;
    padding: 0;
    height: auto;
    max-width: unset;
  }
}
.l-cta__group-icon {
  margin-right: 8px;
}
.l-cta__group-txt {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .l-cta__group-txt {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 1366px) {
  .l-cta__group-txt {
    font-size: var(--font16);
  }
}
.l-cta__group-txt-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-cta__group-txt-pc {
    display: none;
  }
}
.l-cta__group-txt-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-cta__group-txt-sp {
    display: block;
  }
}
.l-cta__group-note {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .l-cta__group-note {
    font-size: var(--font14);
  }
}
@media screen and (max-width: 1366px) {
  .l-cta__group-note {
    font-size: var(--font12);
  }
}
.l-cta__group .tel {
  position: relative;
}
.l-cta__group .tel::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-cta__group .tel::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: -3%;
    width: 140px;
    height: 209px;
    background-image: url(../images/common/cta_image.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.l-cta__group .tel .l-cta__group-frame {
  padding: 0;
  height: auto;
}
.l-cta__group .tel img {
  width: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-cta__group .tel img {
    height: 28px;
  }
}
.l-cta__group .tel .l-cta__group-txt {
  font-size: 35px;
  font-weight: bold;
  color: #004B92;
}
@media screen and (max-width: 1920px) {
  .l-cta__group .tel .l-cta__group-txt {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 1366px) {
  .l-cta__group .tel .l-cta__group-txt {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .l-cta__group .tel .l-cta__group-txt {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__group .tel .l-cta__group-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-cta__group .mail .l-cta__group-link {
    background: #ffffff;
  }
}
.l-cta__group .mail .l-cta__group-frame {
  background: #004B92;
}
@media screen and (max-width: 1024px) {
  .l-cta__group .mail .l-cta__group-frame {
    background: transparent;
  }
}
.l-cta__group .mail img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .l-cta__group .mail img {
    height: 24px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(58%) saturate(3055%) hue-rotate(195deg) brightness(90%) contrast(101%);
  }
}
@media screen and (max-width: 1024px) {
  .l-cta__group .mail .l-cta__group-txt {
    color: #004B92;
  }
}
@media screen and (max-width: 1024px) {
  .l-cta__group .LINE .l-cta__group-link {
    background: #06C755;
  }
}
.l-cta__group .LINE .l-cta__group-frame {
  background: #06C755;
}
@media screen and (max-width: 1024px) {
  .l-cta__group .LINE .l-cta__group-frame {
    background: unset;
  }
}
.l-cta__group .LINE img {
  width: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .l-cta__group .LINE img {
    height: 30px;
  }
}

/*breadcrumbs--------------------*/
.l-breadcrumbs {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs {
    padding-top: 10px;
  }
}
.l-breadcrumbs__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.l-breadcrumbs__group-list:first-of-type a {
  color: #004B92;
}
.l-breadcrumbs__group-list:not(:last-of-type) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs__group-list:not(:last-of-type) {
    margin-right: 5px;
  }
}
.l-breadcrumbs__group-link, .l-breadcrumbs__group-txt {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  display: block;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs__group-link, .l-breadcrumbs__group-txt {
    font-size: 10px;
  }
}

/*breadcrumb--------------------*/
/*inner--------------------*/
.l-container {
  width: 100%;
  max-width: 100%;
}

.l-article {
  max-width: 100%;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.l-inner {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

/*inner--------------------*/
/*anime--------------------*/
/*font--------------------*/
body {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.8823529412;
  color: #231815;
}
body a {
  color: #231815;
}

.pcCenter {
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .pcCenter {
    text-align: left;
  }
}
.pcCenter br {
  display: block;
}
@media screen and (max-width: 1366px) {
  .pcCenter br {
    display: none;
  }
}

/*font--------------------*/
/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*webp--------------------*/
/*fv--------------------*/
.c-fv {
  background-image: url(../images/common/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 445px;
  padding: 235px 0 115px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 245px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .c-fv {
    height: 170px;
    padding: 50px 0 65px 0;
  }
}
.c-fv__ttl {
  color: #004B92;
  position: relative;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  line-height: 1;
}
.c-fv__ttl-jp {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .c-fv__ttl-jp {
    font-size: var(--font45);
  }
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-jp {
    font-size: 23px;
  }
}
.c-fv__ttl-en {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  margin-top: 30px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .c-fv__ttl-en {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-en {
    font-size: 15px;
    margin-top: 15px;
  }
}

/*btn--------------------*/
.c-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 305px;
  }
}
.c-button-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 20px 85px;
  background: #004B92;
  border: 1px solid #004B92;
  border-radius: 35px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-button-link {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .c-button-link {
    font-size: 14px;
    padding: 20px;
  }
}
.c-button-link::before {
  content: "";
  width: 13px;
  height: 20px;
  background-image: url(../images/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-link::before {
    width: 6.5px;
    height: 10px;
    right: 10px;
  }
}
.c-button-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #004B92;
}
.c-button-link:hover::before {
  filter: brightness(0) saturate(100%) invert(15%) sepia(63%) saturate(4699%) hue-rotate(195deg) brightness(92%) contrast(109%);
}

/*ttl--------------------*/
.c-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    margin-bottom: 40px;
  }
}
.c-ttl span {
  display: block;
  line-height: 1;
}
.c-ttl-en {
  font-size: 60px;
  font-weight: bold;
  color: #004B92;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .c-ttl-en {
    font-size: var(--font60);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl-en {
    font-size: 30px;
  }
}
.c-ttl-jp {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .c-ttl-jp {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl-jp {
    font-size: 18px;
  }
}

.c-lead {
  font-size: 35px;
  font-weight: bold;
  color: #004B92;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1920px) {
  .c-lead {
    font-size: var(--font35);
  }
}

/*c-navigation--------------------*/
.c-navigation__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
}
@media screen and (max-width: 1920px) {
  .c-navigation__group {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .c-navigation__group {
    gap: 10px;
  }
}
.c-navigation__group-list {
  width: calc(33.3333333333% - 33.3333333333px);
  max-width: 365px;
}
@media screen and (max-width: 1920px) {
  .c-navigation__group-list {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 1366px) {
  .c-navigation__group-list {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .c-navigation__group-list {
    width: 100%;
  }
}
.c-navigation__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 11px;
  border: 1px solid #2B2B2B;
  padding: 15px 20px;
  position: relative;
  color: #2B2B2B;
  transition: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .c-navigation__group-link {
    padding: 10px;
  }
}
.c-navigation__group-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../images/common/nav_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 999;
}
.c-navigation__group-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../images/common/nav_arrow_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 999;
}
.c-navigation__group-link:hover {
  opacity: 1;
  background: #2B2B2B;
  color: #ffffff;
}
.c-navigation__group-link:hover::before {
  display: none;
}
.c-navigation__group-link:hover::after {
  display: block;
}
.c-navigation__group-icon {
  width: 60px;
  margin-right: 20px;
}
.c-navigation__group-txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .c-navigation__group-txt {
    font-size: var(--font18);
  }
}

/*c-cta--------------------*/
.c-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-cta-group {
    gap: 20px;
  }
}
.c-cta-group-item {
  width: 300px;
  background: #ffffff;
  border-radius: 12px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .c-cta-group-item {
    width: 100%;
  }
}
.c-cta-group-link {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-cta-group-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta-group-icon {
  margin-right: 8px;
}
.c-cta-group-txt {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-cta-group-txt {
    font-size: var(-font20);
  }
}
.c-cta-group-note {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  color: #0E1540;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-cta-group-note {
    font-size: var(--font14);
  }
}
.c-cta-group .tel .c-cta-group-link {
  background: #ffffff;
  border-radius: 10px;
}
.c-cta-group .tel img {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cta-group .tel .c-cta-group-txt {
  font-size: 30åpx;
  font-weight: bold;
  color: #004B92;
}
@media screen and (max-width: 1920px) {
  .c-cta-group .tel .c-cta-group-txt {
    font-size: var(--font30);
  }
}
.c-cta-group .mail .c-cta-group-link {
  background: #004B92;
  border-radius: 10px;
}
.c-cta-group .mail img {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cta-group .LINE .c-cta-group-link {
  background: #06C755;
  border-radius: 10px;
}
.c-cta-group .LINE img {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*c-table--------------------*/
.c-table {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table-item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table-item {
    flex-direction: column;
  }
}
.c-table-item:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-table-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.c-table-label {
  width: 285px;
  min-width: 285px;
  font-size: 20px;
  font-weight: bold;
  background: #D1E1EF;
  padding: 30px 30px 30px 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .c-table-label {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 1024px) {
  .c-table-label {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-label {
    width: 100%;
    min-width: unset;
    font-size: 16px;
    padding: 15px 20px;
  }
}
.c-table-content {
  font-size: 19px;
  background: #F8F8F8;
  padding: 30px 30px 30px 40px;
  width: calc(100% - 285px);
}
@media screen and (max-width: 1920px) {
  .c-table-content {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 1024px) {
  .c-table-content {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .c-table-content {
    font-size: 16px;
    padding: 15px 20px;
    width: 100%;
  }
}
.c-table-content li {
  position: relative;
  padding-left: 19px;
}
.c-table-content li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 12px;
  left: 0;
}

/*c-news--------------------*/
.c-news__group {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-news__group {
    margin-bottom: 50px;
  }
}
.c-news__group-item {
  border-bottom: 1px solid #707070;
}
.c-news__group-link {
  width: 100%;
  height: 100%;
  padding: 30px 80px 30px 0;
  color: #707070;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 768px) {
  .c-news__group-link {
    flex-direction: column;
    padding: 15px;
  }
}
.c-news__group-link::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 40px;
  width: 17px;
  height: 13.5px;
  background-image: url(../images/common/news_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 768px) {
  .c-news__group-link::before {
    top: 30px;
  }
}
.c-news__group-link:hover {
  background: #F2F2F2;
}
.c-news__group-link:hover::before {
  transform: translateX(10px);
}
.c-news__group-frame {
  display: flex;
  align-items: center;
}
.c-news__group-date {
  font-size: 16px;
  font-weight: bold;
  min-width: 145px;
  width: 145px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .c-news__group-date {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .c-news__group-date {
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
    margin-right: 20px;
  }
}
.c-news__group-category {
  font-size: 15px;
  background: #004B92;
  color: #ffffff;
  border-radius: 15px;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}
@media screen and (max-width: 1920px) {
  .c-news__group-category {
    font-size: var(--font15);
  }
}
.c-news__group-ttl {
  font-size: 16px;
  padding-top: 8px;
}
@media screen and (max-width: 1920px) {
  .c-news__group-ttl {
    font-size: var(--font16);
  }
}

/*home--------------------*/
.home .c-button {
  display: none;
}

.home .fv {
  height: 700px;
  background-image: url(../images/home/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .fv {
    background-image: url(../images/home/fv_sp.jpg);
    height: 355px;
  }
}
.home .fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.home .fv__box {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #0E1540;
}
@media screen and (max-width: 768px) {
  .home .fv__box {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box span {
    display: none;
  }
}
.home .fv__ttl {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home .fv__ttl {
    display: none;
  }
}
.home .fv__subttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5217391304;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .home .fv__subttl {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 768px) {
  .home .fv__subttl {
    font-size: 23px;
  }
}
.home .fv__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1920px) {
  .home .fv__txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .home .fv__txt {
    font-size: 15px;
  }
}

.home .catch {
  margin-top: -100px;
  padding: 0 0 135px 0;
}
@media screen and (max-width: 768px) {
  .home .catch {
    margin-top: -80px;
    padding: 0 0 50px 0;
  }
}
.home .catch .l-inner {
  max-width: 1480px;
}
.home .catch__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1920px) {
  .home .catch__group {
    gap: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .home .catch__group {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home .catch__group {
    flex-direction: column;
    align-items: center;
  }
}
.home .catch__group-item {
  width: calc(25% - 37.5px);
  max-width: 335px;
}
@media screen and (max-width: 1920px) {
  .home .catch__group-item {
    width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .home .catch__group-item {
    width: 100%;
  }
}
.home .catch__group-item img {
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .home .catch__group-item img {
    width: 80px;
    height: 65px;
  }
}
.home .catch__group-item:first-of-type a {
  background: #004B92;
}
.home .catch__group-item:nth-of-type(2) a {
  background: #0E1540;
}
.home .catch__group-item:nth-of-type(3) a {
  background: #01386D;
}
.home .catch__group-item:nth-of-type(3) a img {
  height: 108px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .catch__group-item:last-of-type a {
  background: #034364;
}
.home .catch__group-item:last-of-type a img {
  height: 121px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .catch__group-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 8px;
  padding: 80px 25px 20px 25px;
  color: #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .home .catch__group-link {
    padding: 80px 10px 20px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .home .catch__group-link {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 10px 10px 25px;
  }
}
.home .catch__group-thumbnail {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .home .catch__group-thumbnail {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 20px;
  }
}
.home .catch__group-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .home .catch__group-ttl {
    font-size: var(--font24);
  }
}
@media screen and (max-width: 1366px) {
  .home .catch__group-ttl {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .home .catch__group-ttl {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.home .catch__group-lists {
  font-size: 20px;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  .home .catch__group-lists {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .home .catch__group-lists {
    font-size: 13px;
  }
}
.home .catch__group-lists li {
  position: relative;
}
.home .catch__group-lists li::before {
  content: "・";
}

.home .problem__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .problem__ttl {
    margin-bottom: 70px;
  }
}
.home .problem__ttl-span {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  display: block;
}
@media screen and (max-width: 1920px) {
  .home .problem__ttl-span {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 768px) {
  .home .problem__ttl-span {
    font-size: 20px;
  }
}
.home .problem__ttl-span span {
  color: #004B92;
}
.home .problem__ttl-border {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}
@media screen and (max-width: 768px) {
  .home .problem__ttl-border {
    width: 310px;
    bottom: -20px;
  }
}
.home .problem__group {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .home .problem__group {
    gap: 25px 15px;
  }
}
.home .problem__group-item {
  width: calc(25% - 18.75px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .problem__group-item {
    width: calc(50% - 7.5px);
  }
}
.home .problem__group-item::before {
  content: "";
  width: 39px;
  height: 33px;
  background-image: url(../images/home/check_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  .home .problem__group-item::before {
    width: 22px;
    height: 19px;
  }
}
.home .problem__group-txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.68;
  color: #0E1540;
  text-align: center;
  border-radius: 8px;
  background: #B2D1EE;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .home .problem__group-txt {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 1366px) {
  .home .problem__group-txt {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 1024px) {
  .home .problem__group-txt {
    height: 123px;
  }
}
@media screen and (max-width: 768px) {
  .home .problem__group-txt {
    font-size: 13px;
  }
}
.home .problem__group-thumbnail {
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .home .problem__group-thumbnail {
    margin-top: -20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .problem__group-thumbnail {
    width: 100%;
  }
}
.home .problem__solution {
  padding: 145px 0 170px 0;
  background: #EEF3F8;
  text-align: center;
  color: #0E1540;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .problem__solution {
    padding: 70px 0 100px 0;
  }
}
.home .problem__solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 1024px) {
  .home .problem__solution::before {
    height: 50px;
  }
}
.home .problem__solution-txt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6818181818;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .home .problem__solution-txt {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 768px) {
  .home .problem__solution-txt {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.home .problem__solution-lead {
  font-size: 35px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(transparent 60%, #F8F478 60%);
}
@media screen and (max-width: 1920px) {
  .home .problem__solution-lead {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 768px) {
  .home .problem__solution-lead {
    font-size: 25px;
  }
}

.home .features {
  padding: 0 0 195px 0;
  background: #EEF3F8;
}
@media screen and (max-width: 768px) {
  .home .features {
    padding: 0 0 50px 0;
  }
}
.home .features__group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .home .features__group {
    gap: 25px;
  }
}
.home .features__group-item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .home .features__group-item {
    width: 100%;
  }
}
.home .features__group-image {
  margin-bottom: 15px;
}
.home .features__group-lead {
  color: #004B92;
  text-align: center;
}
.home .features__group-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.1176470588;
}
@media screen and (max-width: 1920px) {
  .home .features__group-txt {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .home .features__group-txt {
    font-size: 14px;
  }
}

.home .service {
  background: #F8F8F8;
  padding: 170px 0 135px 0;
}
@media screen and (max-width: 768px) {
  .home .service {
    padding: 50px 0;
  }
}
.home .service__txt {
  font-size: 22px;
  line-height: 1.6818181818;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1920px) {
  .home .service__txt {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 768px) {
  .home .service__txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
  }
}
.home .service__group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .home .service__group {
    margin-bottom: 50px;
    gap: 25px;
  }
}
.home .service__group-item {
  width: calc(25% - 15px);
  border-radius: 23px;
  background: #ffffff;
  padding: 15px 20px 45px 20px;
}
@media screen and (max-width: 1024px) {
  .home .service__group-item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 768px) {
  .home .service__group-item {
    width: 100%;
  }
}
.home .service__group-thumbnail {
  position: relative;
  margin-bottom: 10px;
}
.home .service__group-thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #D1E1EF;
  z-index: 1;
}
.home .service__group-thumbnail img {
  width: 180px;
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
.home .service__group-lead {
  font-size: 30px;
  font-weight: bold;
  color: #004B92;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .home .service__group-lead {
    font-size: var(--font24);
  }
}
@media screen and (max-width: 1366px) {
  .home .service__group-lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .home .service__group-lead {
    font-size: 20px;
  }
}
.home .service__group-lead::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #E9E9E9;
  width: 100%;
  height: 3px;
}
.home .service__group-txt {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .home .service__group-txt {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 1366px) {
  .home .service__group-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .home .service__group-txt {
    font-size: 16px;
  }
}

.home .profile {
  background-image: url(../images/home/profile_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 85px 0 105px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .profile {
    background: transparent;
    padding: 0 0 50px 0;
  }
}
.home .profile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .home .profile::before {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .home .profile::before {
    display: none;
  }
}
.home .profile .l-inner {
  position: relative;
  height: 100%;
}
.home .profile__wrapper {
  height: 100%;
}
.home .profile__thumbnail {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .profile__thumbnail {
    display: block;
    position: relative;
    z-index: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.home .profile__content {
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-left: 85px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .home .profile__content {
    width: 65%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .profile__content {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 35px 10px;
    color: #0E1540;
    background: #F8F8F8;
    border-radius: 8px;
    margin-top: -70px;
    position: relative;
    z-index: 10;
  }
}
.home .profile__content .c-ttl {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home .profile__content .c-ttl {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.home .profile__content .c-ttl-en {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .profile__content .c-ttl-en {
    color: #004B92;
  }
}
.home .profile__content .c-ttl-jp {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .profile__content .c-ttl-jp {
    color: #0E1540;
  }
}
.home .profile__content-lead {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .home .profile__content-lead {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .home .profile__content-lead {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.home .profile__content-post {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .home .profile__content-post {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .home .profile__content-post {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.home .profile__content-txt {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .home .profile__content-txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .home .profile__content-txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.home .profile__content-txt:last-of-type {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .home .profile__content-txt:last-of-type {
    margin-bottom: 45px;
  }
}
.home .profile .c-button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home .profile .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.home .about {
  padding: 175px 0;
}
@media screen and (max-width: 768px) {
  .home .about {
    padding: 50px 0;
  }
}
.home .about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1366px) {
  .home .about__wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .home .about__wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.home .about__image {
  width: 55.7%;
}
@media screen and (max-width: 1366px) {
  .home .about__image {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .home .about__image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.home .about__image .c-ttl {
  margin-left: 0;
  text-align: left;
  position: relative;
  z-index: 10;
}
.home .about__image-bg {
  margin-top: -65px;
  position: relative;
  z-index: -1;
}
.home .about__content {
  width: 41.6%;
  transform: translateY(-30px);
}
@media screen and (max-width: 1366px) {
  .home .about__content {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .home .about__content {
    width: 100%;
    transform: none;
  }
}
.home .about__content-txt {
  font-size: 22px;
  line-height: 1.6818181818;
  margin-bottom: 80px;
}
@media screen and (max-width: 1920px) {
  .home .about__content-txt {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 768px) {
  .home .about__content-txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.home .about__content .c-button {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .home .about__content .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.home .voice {
  padding: 175px 0;
  background: #F8F8F8;
  display: none;
}
@media screen and (max-width: 768px) {
  .home .voice {
    padding: 50px 0;
  }
}
.home .voice__group {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home .voice__group {
    gap: 50px;
    margin-bottom: 50px;
  }
}
.home .voice__group-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .home .voice__group-item {
    width: 100%;
  }
}
.home .voice__group-link {
  width: 100%;
  height: 100%;
  display: block;
}
.home .voice__group-thumbnail {
  border-radius: 15px;
  position: relative;
  margin-bottom: 10px;
}
.home .voice__group-thumbnail img {
  border-radius: 15px;
}
.home .voice__group-ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 15px 15px 70px;
  font-size: 18px;
  font-weight: bold;
  color: #004B92;
  background: #ffffff;
  border-radius: 15px 0 15px 0;
}
@media screen and (max-width: 1920px) {
  .home .voice__group-ttl {
    font-size: var(--font18);
  }
}
.home .voice__group-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .home .voice__group-date {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .home .voice__group-date {
    margin-bottom: 5px;
  }
}
.home .voice__group-txt {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .home .voice__group-txt {
    font-size: var(--font16);
  }
}

.home .news {
  padding: 190px 0 75px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .home .news {
    padding: 50px 0 25px 0;
  }
}
.home .news__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .news__wrapper {
    flex-direction: column;
  }
}
.home .news .c-ttl {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home .news .c-ttl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.home .news__content {
  width: 72.1%;
}
@media screen and (max-width: 768px) {
  .home .news__content {
    width: 100%;
  }
}
.home .news .c-button {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home .news .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.home .blog {
  padding: 75px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .home .blog {
    padding: 25px 0 50px 0;
  }
}
.home .blog__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .blog__wrapper {
    flex-direction: column;
  }
}
.home .blog .c-ttl {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home .blog .c-ttl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.home .blog__content {
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  .home .blog__content {
    width: 100%;
  }
}
.home .blog__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .home .blog__group {
    gap: 25px;
  }
}
.home .blog__group-item {
  width: calc(33.3333333333% - 6.6666666667px);
}
@media screen and (max-width: 1024px) {
  .home .blog__group-item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 768px) {
  .home .blog__group-item {
    width: 100%;
  }
}
.home .blog__group-link {
  width: 100%;
  display: block;
}
.home .blog__group-thumbnail {
  border-radius: 10px;
  margin-bottom: 5px;
}
.home .blog__group-thumbnail img {
  border-radius: 10px;
  aspect-ratio: 400/250;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .blog__group-ttl {
  font-size: 16px;
  font-weight: bold;
}
.home .blog__group-date {
  font-size: 12px;
}
.home .blog .c-button {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home .blog .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}

/*about--------------------*/
.about .greeting {
  padding: 80px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .about .greeting {
    padding: 50px 0 80px 0;
  }
}
.about .greeting__txt {
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 1920px) {
  .about .greeting__txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .about .greeting__txt {
    font-size: 15px;
  }
}

.about .overview {
  padding: 0 0 165px 0;
}
@media screen and (max-width: 768px) {
  .about .overview {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .about .overview .c-ttl {
    margin-bottom: 40px;
  }
}

.about .access {
  padding: 0 0 190px 0;
}
@media screen and (max-width: 768px) {
  .about .access {
    padding: 0 0 100px 0;
  }
}
.about .access__txt {
  font-size: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .about .access__txt {
    font-size: var(--font20);
  }
}
.about .access__map {
  margin-bottom: 65px;
}
.about .access__map iframe {
  aspect-ratio: 1400/423;
}
@media screen and (max-width: 768px) {
  .about .access__map iframe {
    aspect-ratio: 1/1;
  }
}
.about .access__how {
  display: flex;
  gap: 95px;
}
@media screen and (max-width: 768px) {
  .about .access__how {
    flex-direction: column;
    gap: 50px;
  }
}
.about .access__how-item {
  width: calc(50% - 47.5px);
}
@media screen and (max-width: 768px) {
  .about .access__how-item {
    width: 100%;
  }
}
.about .access__how-item:first-of-type figure {
  width: 30px;
}
.about .access__how-item:last-of-type figure {
  width: 45px;
}
.about .access__how-lead {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about .access__how-lead {
    margin-bottom: 25px;
  }
}
.about .access__how-lead::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #E9E9E9;
  left: 0;
  bottom: -15px;
}
.about .access__how-icon {
  margin-right: 15px;
}
.about .access__how-span {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .about .access__how-span {
    font-size: var(--font30);
  }
}
/*profile--------------------*/
.profile .strength {
  padding: 80px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .profile .strength {
    padding: 50px 0;
  }
}
.profile .strength__txt {
  font-size: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1920px) {
  .profile .strength__txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .profile .strength__txt {
    margin-bottom: 50px;
  }
}
.profile .strength__group {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .profile .strength__group {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile .strength__group {
    flex-direction: column;
    gap: 50px;
  }
}
.profile .strength__group-item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 1024px) {
  .profile .strength__group-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .profile .strength__group-item {
    width: 100%;
  }
}
.profile .strength__group-thumbnail {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile .strength__group-thumbnail {
    margin-bottom: 5px;
  }
}
.profile .strength__group-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.1176470588;
}
@media screen and (max-width: 1920px) {
  .profile .strength__group-txt {
    font-size: var(--font17);
  }
}

.profile .message {
  padding: 0 0 170px 0;
}
@media screen and (max-width: 768px) {
  .profile .message {
    padding: 0 0 50px 0;
  }
}
.profile .message__thumbnail {
  position: relative;
  border-radius: 8px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .profile .message__thumbnail {
    aspect-ratio: 1/1;
    margin-bottom: 10px;
  }
}
.profile .message__thumbnail-bg {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .profile .message__thumbnail-bg {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30%;
       object-position: 30%;
  }
}
.profile .message__thumbnail-txt {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .profile .message__thumbnail-txt {
    width: 90%;
    right: -20px;
  }
}
.profile .message__txt {
  font-size: 18px;
  line-height: 1.9444444444;
}
@media screen and (max-width: 1920px) {
  .profile .message__txt {
    font-size: var(--font18);
  }
}
.profile .message__txt:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .profile .message__txt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.profile .message__txt:last-of-type {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .profile .message__txt:last-of-type {
    margin-bottom: 25px;
  }
}
.profile .message__intro {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.profile .message__intro-txt {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .profile .message__intro-txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .profile .message__intro-txt {
    margin-bottom: 10px;
  }
}
.profile .message__intro-name {
  width: 160px;
  margin-left: auto;
}

.profile .career {
  padding: 0 0 175px 0;
}
@media screen and (max-width: 768px) {
  .profile .career {
    padding: 0 0 50px 0;
  }
}

.profile .qualifications {
  padding: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  .profile .qualifications {
    padding: 0 0 100px 0;
  }
}
.profile .qualifications__box {
  width: 90%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .profile .qualifications__box {
    width: 100%;
    padding: 25px;
  }
}
.profile .qualifications__group {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.profile .qualifications__group-list {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .profile .qualifications__group-list {
    font-size: 16px;
    padding-left: 15px;
  }
}
.profile .qualifications__group-list::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004B92;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .profile .qualifications__group-list::before {
    top: 10px;
  }
}
@media screen and (max-width: 1920px) {
  .profile .qualifications__group-list {
    font-size: var(--font20);
  }
}
.profile .qualifications__group-list:not(:last-of-type) {
  margin-bottom: 20px;
}

/*service--------------------*/
.service .navigation {
  padding: 60px 0 85px 0;
}
@media screen and (max-width: 768px) {
  .service .navigation {
    padding: 50px 0;
  }
}
.service .navigation__group {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service .navigation__group {
    gap: 10px;
    margin-bottom: 50px;
  }
}
.service .navigation__group-list {
  width: calc(25% - 11.25px);
}
@media screen and (max-width: 1024px) {
  .service .navigation__group-list {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 768px) {
  .service .navigation__group-list {
    width: 100%;
  }
}
.service .navigation__group-link {
  width: 100%;
  height: 100%;
  display: block;
  background: #EEF3F8;
  padding: 25px 0;
  text-align: center;
  position: relative;
  transition: var(--transitionDefault);
}
.service .navigation__group-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 16px;
  height: 19px;
  background-image: url(../images/service/arrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .service .navigation__group-link::before {
    right: 5px;
  }
}
.service .navigation__group-link:hover {
  opacity: 1;
  background: #F3F3F3;
}
.service .navigation__group-span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  transform: translateX(-10%);
}
@media screen and (max-width: 1920px) {
  .service .navigation__group-span {
    font-size: var(--font16);
    transform: translateX(-5%);
  }
}
.service .navigation__txt {
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 1920px) {
  .service .navigation__txt {
    font-size: var(--font20);
  }
}

.service .c-service .l-inner {
  padding: 90px 0 135px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .c-service .l-inner {
    padding: 50px 0;
    width: 90%;
  }
}
.service .c-service .l-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 1920px) {
  .service .c-service .l-inner::before {
    left: -50px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service .c-service .l-inner::before {
    left: -3%;
    width: 3%;
  }
}
.service .c-service .l-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  width: 120px;
  height: 100%;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1920px) {
  .service .c-service .l-inner::after {
    right: -50px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service .c-service .l-inner::after {
    right: -3%;
    width: 3%;
  }
}
.service .c-service__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .service .c-service__ttl {
    margin-bottom: 50px;
  }
}
.service .c-service__ttl-border {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
}
@media screen and (max-width: 768px) {
  .service .c-service__ttl-border {
    width: 310px;
    bottom: -20px;
  }
}
.service .c-service__txt {
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .service .c-service__txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .service .c-service__txt {
    margin-bottom: 50px;
  }
}
.service .c-service__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  background: #004B92;
  border-radius: 28px;
  padding: 8px 60px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .service .c-service__lead {
    padding: 15px;
    margin-bottom: 25px;
  }
}
.service .c-service__lead-icon {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .service .c-service__lead-icon {
    width: 20px;
  }
}
.service .c-service__lead-span {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .service .c-service__lead-span {
    font-size: var(--font28);
  }
}
@media screen and (max-width: 768px) {
  .service .c-service__lead-span {
    font-size: 18px;
  }
}
.service .c-service__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service .c-service__box {
    flex-direction: column;
  }
}
.service .c-service__box-post {
  width: 31.9%;
}
@media screen and (max-width: 768px) {
  .service .c-service__box-post {
    width: 100%;
    margin-bottom: 25px;
  }
}
.service .c-service__box-thumbnail {
  border-radius: 8px;
}
.service .c-service__box-thumbnail img {
  border-radius: 8px;
}
.service .c-service__box-content {
  width: 66.9%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .service .c-service__box-content {
    width: 100%;
  }
}
.service .c-service__box-frame {
  background: #ffffff;
  padding: 20px 20px 30px 20px;
}
.service .c-service__box-label {
  font-size: 20px;
  font-weight: bold;
  color: #F8F8F8;
  background: #0E1540;
  border-radius: 8px 8px 0 0;
  padding: 15px 15px 15px 35px;
}
@media screen and (max-width: 1920px) {
  .service .c-service__box-label {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .service .c-service__box-label {
    padding: 10px;
  }
}
.service .c-service__box-txt {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .service .c-service__box-txt {
    font-size: var(--font18);
  }
}
.service .c-service__box-keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 25px;
}
.service .c-service__box-keyword li {
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 30px;
  background: #EEF3F8;
}
@media screen and (max-width: 1920px) {
  .service .c-service__box-keyword li {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .service .c-service__box-keyword li {
    font-size: 14px;
  }
}
.service .c-service .c-button {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .service .c-service .c-button {
    margin-top: 50px;
  }
}

.service .c-service:nth-of-type(odd) .l-inner {
  background: #EEF3F8;
}
.service .c-service:nth-of-type(odd) .l-inner::before, .service .c-service:nth-of-type(odd) .l-inner::after {
  background: #EEF3F8;
}

.service .c-service:nth-of-type(even) .l-inner {
  background: #F8F8F8;
}
.service .c-service:nth-of-type(even) .l-inner::before, .service .c-service:nth-of-type(even) .l-inner::after {
  background: #F8F8F8;
}

.service .c-service:not(:last-of-type) {
  margin-bottom: 100px;
}

/*privacy--------------------*/
.privacy .policy {
  padding: 65px 100px 85px 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .privacy .policy {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy .policy br {
    display: none;
  }
}
.privacy .policy p, .privacy .policy ul, .privacy .policy li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7647058824;
}
@media screen and (max-width: 1920px) {
  .privacy .policy p, .privacy .policy ul, .privacy .policy li {
    font-size: var(--font17);
  }
}
.privacy .policy p:not(:last-of-type) {
  margin-bottom: 30px;
}
.privacy .policy li {
  position: relative;
  padding-left: 17px;
}
.privacy .policy li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 10px;
  left: 0;
}
.privacy .policy__txt {
  font-size: 18px;
  line-height: 2.0555555556;
  margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .privacy .policy__txt {
    font-size: var(---font18);
  }
}
@media screen and (max-width: 768px) {
  .privacy .policy__txt {
    margin-bottom: 50px;
  }
}
.privacy .policy__box-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #004B92;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .privacy .policy__box-ttl {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 768px) {
  .privacy .policy__box-ttl {
    margin-bottom: 25px;
  }
}
.privacy .policy__box:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/*contact--------------------*/
.contact .form {
  padding: 70px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .contact .form {
    padding: 50px 0;
  }
}
.contact .form__txt {
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .contact .form__txt {
    font-size: var(--font20);
  }
}
.contact .form__note {
  font-size: 20px;
  color: #004B92;
  line-height: 2.5;
  padding: 25px 0px;
  text-align: center;
  background: #EEF3F8;
  width: 90%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .contact .form__note {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .contact .form__note {
    margin-bottom: 25px;
  }
}
.contact .snow-monkey-form {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #F8F8F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 100px 70px 100px;
}
@media screen and (max-width: 768px) {
  .contact .snow-monkey-form {
    padding: 25px 10px;
  }
}
.contact .smf-form .smf-item {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .contact .smf-form .smf-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact .smf-form .smf-item__label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .smf-item__label {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .contact .smf-form .smf-item__label {
    min-width: unset;
  }
}
.contact .smf-form .smf-item__controls {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .smf-form .smf-item__controls {
    display: flex;
    flex-direction: column;
  }
}
.contact .smf-form .smf-placeholder {
  position: relative;
}
.contact .smf-form .smf-placeholder .smf-error-messages {
  position: absolute;
  margin-top: 0;
  bottom: -22px;
  left: 0;
  font-size: 12px;
}
.contact .smf-form .smf-item__controls {
  position: relative;
}
.contact .smf-form .smf-item__controls #error-message {
  position: absolute;
  margin-top: 0;
  bottom: -18px;
  left: 0;
  font-size: 12px;
}
.contact .smf-form .smf-text-control__control, .contact .smf-form .smf-textarea-control__control {
  width: 100%;
  background: #ffffff;
  height: 45px;
  border: none;
  font-size: 16px;
  color: #000000;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
}
.contact .smf-form ::-moz-placeholder {
  color: #CECECE;
}
.contact .smf-form ::placeholder {
  color: #CECECE;
}
.contact .smf-form .smf-textarea-control__control {
  height: 300px;
}
.contact .smf-form .smf-radio-buttons-control__control,
.contact .smf-form .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.contact .smf-form .smf-radio-buttons-control__control .smf-label label,
.contact .smf-form .smf-checkboxes-control__control .smf-label label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.contact .smf-form .smf-radio-buttons-control__control input,
.contact .smf-form .smf-checkboxes-control__control input {
  margin-top: 0;
}
.contact .smf-form .must .smf-item__label {
  position: relative;
}
.contact .smf-form .must .smf-item__label::after {
  content: "必須";
  border-radius: 14px;
  background: #920000;
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .must .smf-item__label::after {
    font-size: var(--font15);
  }
}
.contact .smf-form .twoColumn .smf-item__controls {
  display: flex;
}
.contact .smf-form .twoColumn .smf-item__controls .smf-placeholder {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .contact .smf-form .twoColumn .smf-item__controls .smf-placeholder {
    width: 100%;
  }
}
.contact .smf-form .twoColumn .smf-item__controls .smf-placeholder:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact .smf-form .twoColumn .smf-item__controls .smf-placeholder:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.contact .smf-form .privacySection, .contact .smf-form .checkSection {
  border-top: none;
}
.contact .smf-form .checkSection {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .checkSection {
    font-size: var(--font16);
  }
}
.contact .smf-form .form__lead {
  font-size: 20px;
  margin-top: 75px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .form__lead {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .contact .smf-form .form__lead {
    margin: 25px 0;
  }
}
.contact .smf-form .form__policy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #afafaf;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact .smf-form .form__policy {
    width: 100%;
    max-width: unset;
  }
}
.contact .smf-form .form__policy h2 {
  text-align: left;
}
.contact .smf-form .form__policy p {
  text-align: left;
}
.contact .smf-form .form__policy-frame {
  height: 220px;
  overflow-y: scroll;
  padding: 20px;
  background: #ffffff;
}
.contact .smf-form .form__policy-info {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .form__policy-info {
    font-size: var(--font16);
  }
}
.contact .smf-form .form__policy-box-ttl {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .form__policy-box-ttl {
    font-size: var(--font18);
  }
}
.contact .smf-form .form__policy-box-txt {
  font-size: 14px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .form__policy-box-txt {
    font-size: var(--font14);
  }
}
.contact .smf-form .form__policy-box-txt:not(:last-of-type) {
  margin-bottom: 10px;
}
.contact .smf-form .form__policy-box ul li {
  font-size: 14px;
  line-height: 1.6666666667;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .contact .smf-form .form__policy-box ul li {
    font-size: var(--font14);
  }
}
.contact .smf-form .form__policy-box ul li::before {
  content: "●";
}
.contact .smf-form .form__policy-box:not(:last-of-type) {
  margin-bottom: 50px;
}
.contact .smf-action {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact .smf-action {
    max-width: 300px;
  }
}
.contact .smf-action input {
  display: none;
}
.contact .smf-button-control {
  border-radius: 50px;
  margin: 0 0 60px 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact .smf-button-control {
    margin-bottom: 25px;
  }
}
.contact .smf-button-control .smf-button-control__control {
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  background: #AF2D2D;
  font-size: 20px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: none;
  box-shadow: 0 3px 0 #EFE7D2;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  .contact .smf-button-control .smf-button-control__control {
    font-size: var(--font20);
  }
}
.contact .smf-button-control .smf-button-control__control:disabled {
  background-color: #000000;
  pointer-events: none;
}
.contact p.form__reCAPTCHA {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact p.form__reCAPTCHA {
    font-size: 10px;
    margin: 30px 0 0 0;
  }
}
.contact p.form__reCAPTCHA a {
  text-decoration: underline;
}

[data-screen=confirm] .privacySection {
  display: none !important;
}
[data-screen=confirm] .checkSection {
  display: none !important;
}
[data-screen=confirm] .form__reCAPTCHA {
  display: none !important;
}
[data-screen=confirm] .smf-button-control:not(:last-of-type) {
  margin-bottom: 20px;
}

[data-action=back] {
  margin-bottom: 25px;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  [data-action=back] {
    margin-top: 25px;
  }
}

[data-screen=complete] {
  display: none;
}

.snow-monkey-form[data-screen=loading] {
  visibility: visible;
}

.thanks .form {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .thanks .form {
    padding: 50px 0;
  }
}

/*contact--------------------*/
/*archiveNews--------------------*/
.post-type-archive .content {
  padding: 95px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive .content {
    padding: 50px 0;
  }
}
.post-type-archive .content .c-news__group {
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.post-type-archive .pager {
  border-top: 1px solid #707070;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 45px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive .pager {
    padding: 50px 0 100px 0;
  }
}
.post-type-archive .pager .wp-pagenavi {
  font-size: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .post-type-archive .pager .wp-pagenavi {
    font-size: var(--font19);
  }
}
.post-type-archive .pager .wp-pagenavi a {
  color: #004B92;
  background: #ffffff;
}
.post-type-archive .pager .wp-pagenavi a:hover {
  color: #13334E;
  background: #ffffff;
}
.post-type-archive .pager .pages {
  margin-right: 20px;
}
.post-type-archive .pager .wp-pagenavi .current,
.post-type-archive .pager .wp-pagenavi a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #004B92;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .post-type-archive .pager .wp-pagenavi .current,
  .post-type-archive .pager .wp-pagenavi a {
    width: 40px;
    height: 40px;
  }
}
.post-type-archive .pager .wp-pagenavi .current {
  background: #004B92;
  color: #ffffff;
}
.post-type-archive .pager .wp-pagenavi a.page:hover {
  opacity: 1;
  background: #004B92;
  color: #fff;
  border: 1px solid #004B92;
}
.post-type-archive .pager .wp-pagenavi .first,
.post-type-archive .pager .wp-pagenavi .extend {
  margin-right: 10px;
}
.post-type-archive .pager .wp-pagenavi .previouspostslink,
.post-type-archive .pager .wp-pagenavi .nextpostslink {
  background: #ffffff;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004B92;
  color: #004B92;
}
@media screen and (max-width: 768px) {
  .post-type-archive .pager .wp-pagenavi .previouspostslink,
  .post-type-archive .pager .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
  }
}
.post-type-archive .pager .wp-pagenavi .previouspostslink:hover,
.post-type-archive .pager .wp-pagenavi .nextpostslink:hover {
  opacity: 1;
  background: #004B92;
  color: #fff;
  border: 1px solid #004B92;
}
.post-type-archive .pager .wp-pagenavi .first,
.post-type-archive .pager .wp-pagenavi .last {
  background: #004B92;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004B92;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .post-type-archive .pager .wp-pagenavi .first,
  .post-type-archive .pager .wp-pagenavi .last {
    width: 40px;
    height: 40px;
  }
}

/*singleNews--------------------*/
.single-post .single__block {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .single-post .single__block {
    padding: 50px 0;
  }
}
.single-post .single__block .l-inner {
  max-width: 1200px;
}
.single-post .single__block-frame {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.single-post .single__block-date {
  font-size: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 1920px) {
  .single-post .single__block-date {
    font-size: var(--font16);
  }
}
.single-post .single__block-category {
  font-size: 14px;
  font-weight: bold;
  background: #004B92;
  border-radius: 11px;
  color: #ffffff;
  padding: 3px 10px;
}
.single-post .single__block-ttl {
  font-size: 40px;
  font-weight: bold;
  color: #0E1540;
  margin-bottom: 80px;
  position: relative;
}
.single-post .single__block-ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #004B92;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .single-post .single__block-ttl {
    font-size: var(--font40);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single__block-ttl {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.single-post .single__block-share {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .single-post .single__block-share {
    margin-top: 50px;
  }
}
.single-post .single__block p, .single-post .single__block ul, .single-post .single__block li {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .single-post .single__block p, .single-post .single__block ul, .single-post .single__block li {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single__block p, .single-post .single__block ul, .single-post .single__block li {
    font-size: 16px;
  }
}
.single-post .single__block p {
  margin-bottom: 45px;
}
.single-post .single__block ul {
  margin-left: 20px;
  margin-bottom: 75px;
}
.single-post .single__block ul li {
  position: relative;
  padding-left: 35px;
}
.single-post .single__block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #004B92;
  border-radius: 50%;
}
.single-post .single__block h2.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  color: #004B92;
  border-top: 1px solid #004B92;
  border-bottom: 1px solid #004B92;
  padding: 5px 5px 25px 15px;
  background: #EEF3F8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .single-post .single__block h2.wp-block-heading {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single__block h2.wp-block-heading {
    font-size: 24px;
  }
}
.single-post .single__block h3.wp-block-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.single-post .single__block h3.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 30px;
  background: #004B92;
}
@media screen and (max-width: 768px) {
  .single-post .single__block h3.wp-block-heading:before {
    top: 2px;
  }
}
@media screen and (max-width: 1920px) {
  .single-post .single__block h3.wp-block-heading {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single__block h3.wp-block-heading {
    font-size: 20px;
  }
}
.single-post .single__block h4.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  color: #004B92;
  border-top: 2px solid #004B92;
  padding: 5px 5px 15px 15px;
  background: #EEF3F8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .single-post .single__block h4.wp-block-heading {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single__block h4.wp-block-heading {
    font-size: 18px;
  }
}
.single-post .single__block .wp-block-image {
  margin-bottom: 45px;
}

.single-post .bottom {
  border-top: 1px solid #707070;
  padding: 65px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .single-post .bottom {
    padding: 50px 0 100px 0;
  }
}

/*archiveVoice--------------------*/
.voice .navigation {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .voice .navigation {
    padding: 50px 0;
  }
}
.voice .navigation__group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.voice .navigation__group-list {
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .voice .navigation__group-list {
    width: calc(50% - 7.5px);
  }
}
.voice .navigation__group-link {
  width: 100%;
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #0E1540;
  border-radius: 24px;
  background: #EEF3F8;
  border: 1px solid #E9E9E9;
}
@media screen and (max-width: 1024px) {
  .voice .navigation__group-link {
    text-align: center;
  }
}
.voice .navigation__group-link:hover {
  opacity: 1;
  background: #004B92;
  color: #ffffff;
}

.voice .card {
  padding: 0 0 200px 0;
}
.voice .card__group {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5%;
}
@media screen and (max-width: 768px) {
  .voice .card__group {
    gap: 50px 10px;
  }
}
.voice .card__group-item {
  width: 30%;
}
@media screen and (max-width: 1366px) {
  .voice .card__group-item {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .voice .card__group-item {
    width: calc(50% - 5px);
  }
}
.voice .card__group-link {
  width: 100%;
  display: block;
}
.voice .card__group-thumbnail {
  border-radius: 15px;
  position: relative;
  margin-bottom: 10px;
}
.voice .card__group-thumbnail img {
  border-radius: 15px;
  aspect-ratio: 418/230;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .voice .card__group-thumbnail img {
    aspect-ratio: 418/300;
  }
}
.voice .card__group-ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 15px 0 15px 0;
  width: 75%;
  text-align: right;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #004B92;
}
@media screen and (max-width: 1920px) {
  .voice .card__group-ttl {
    font-size: var(--font18);
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice .card__group-ttl {
    width: 95%;
    font-size: 16px;
  }
}
.voice .card__group-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .voice .card__group-date {
    margin-bottom: 5px;
  }
}
.voice .card__group-txt {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1920px) {
  .voice .card__group-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .voice .card__group-txt {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */