:root {
  --color-main: #2b0;
  --color-strong: #FF2B5B;
  --color-link: #0099FF;
  --color-hover: #0077CC;
  --color-line: #C9C9C9;
  --color-button: #ECECEC;
  --color-bg: #F4F4F4;
  --color-gray: #464b4b;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-open: "Open Sans", sans-serif;
  --font-mont: "Montserrat", sans-serif;
  --font-inter: "Inter", sans-serif;
}
body {
  font-family: var(--font-noto);
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.65;
}
[lang="en"] body {
  font-family: var(--font-open);
}
.wholewrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
.header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 5;
    margin-bottom: 14px;
    height: 64px;
  }
}
.header__inner {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header__inner {
    position: relative;
  }
}
.header .univ_logo {
  flex: 0 0 138px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .header .univ_logo {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .univ_logo {
    flex: 0 0 64px;
    margin: 0 10px 0 15px;
  }
}
.header .univ_logo img {
  display: block;
  width: 100%;
}
.header__innerMain {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .header__innerMain {
    position: static;
  }
}
.header .site-logo {
  margin: 0 20px 0 0;
  padding: 16px 0;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header .site-logo {
    margin: 0;
    padding: 13px 0 9px;
  }
}
.header .site-logo a {
  display: table;
  text-decoration: none;
  color: #000;
}
.header .site-logo .logo_top {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .header .site-logo .logo_top {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .site-logo .logo_top {
    font-size: 9px;
  }
}
[lang="en"] .header .site-logo .logo_top {
  font-family: var(--font-noto);
}
.header .site-logo .logo_main {
  display: block;
  margin: 8px 0 11px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .header .site-logo .logo_main {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .header .site-logo .logo_main {
    margin: 5px 0 6px;
    font-size: 15px;
  }
}
[lang="en"] .header .site-logo .logo_main {
  font-family: var(--font-noto);
}
.header .site-logo .logo_bottom {
  display: block;
  font-family: var(--font-open);
  font-weight: 500;
  font-size: 14.5px;
  text-align: left;
  color: #222;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .header .site-logo .logo_bottom {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    min-height: calc(100vh - 64px);
  }
}
.header .gnavi ul.depth1 {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 {
    margin-bottom: 20px;
  }
}
.header .gnavi ul.depth1 li.depth1 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
  /*	&.lm85,
				&.lm93 {
					a {
						@include media(notsp) {
							padding-left: 0;
						}

						&::after {
							display: none;
						}
					}
				}*/
}
@media screen and (max-width: 1024px) {
  .header .gnavi ul.depth1 li.depth1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1 {
    border-bottom: 1px solid var(--color-line);
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1:first-child {
    border-top: 1px solid var(--color-line);
  }
}
.header .gnavi ul.depth1 li.depth1 a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1 a {
    color: #fff;
  }
}
.header .gnavi ul.depth1 li.depth1 > a {
  position: relative;
  display: block;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi ul.depth1 li.depth1 > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1 > a {
    padding: 12px 28px 11px;
    background: url(../media/images/common/2025/link_arrow.svg) no-repeat center right 20px / 8px;
  }
}
.header .gnavi ul.depth1 li.depth1 > a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 2px;
  width: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1 > a::after {
    display: none;
  }
}
.header .c-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .c-menu-btn {
    display: block;
    width: 30px;
    height: 17px;
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
  }
  .header .c-menu-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    background-color: #000;
    width: 100%;
    height: 3px;
  }
  .header .c-menu-btn span {
    display: block;
  }
  .header .c-menu-btn span::before, .header .c-menu-btn span::after {
    content: "";
    display: block;
    background-color: #000;
    height: 3px;
  }
  .header .c-menu-btn span::before {
    margin-bottom: 11px;
  }
  .header .c-menu-btn span::after {
    margin-top: 11px;
  }
}
.header .c-menu-btn.open + .gnavi {
  display: block;
}
.header .c-menu-btn.open::after {
  opacity: 0;
}
.header .c-menu-btn.open span::before {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.header .c-menu-btn.open span::after {
  transform: rotate(45deg) translate(-6px, -5px);
}
.header .lang-switcher {
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .header .lang-switcher {
    margin-left: 10px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang-switcher {
    position: static;
    margin: 0;
    padding: 6px 0 30px;
  }
}
.header .lang-switcher a {
  display: block;
  padding: 10px 21px;
  border: 1px solid var(--color-gray);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .header .lang-switcher a {
    margin: 0 auto;
    max-width: 273px;
    font-family: var(--font-open);
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    text-align: center;
  }
}
.footer {
  position: relative;
  margin-top: auto;
  padding: 47px 20px;
  background: linear-gradient(360deg, #24bc00 0%, #9dd92b 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 14px 17px;
  }
}
.footer .footer_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    flex-flow: column wrap;
    justify-content: flex-start;
  }
}
.footer .footer_name {
  margin: 0 0 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.45;
}
[lang="en"] .footer .footer_name {
  font-size: 14px;
}
.footer .footer_name_bottom {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
[lang="en"] .footer .footer_name_bottom {
  font-size: 17px;
}
.footer .footer-address {
  flex: 0 0 40%;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-address {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-address {
    margin: 73px 0 56px;
    order: 2;
  }
}
.footer .footer-address__detail {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
.footer .footer-address__detail .zip {
  display: block;
}
.footer .footer-address__detail .tel {
  display: block;
  margin-top: 10px;
}
.footer .footer-right {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer-right {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-right {
    display: contents;
  }
}
.footer .footer-right .footer-nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-right .footer-nav {
    display: contents;
  }
}
.footer .footer-right .footer-nav ul.depth1 {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-right .footer-nav ul.depth1 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-right .footer-nav ul.depth1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-right .footer-nav ul.depth1 > li {
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-right .footer-nav ul.depth1 > li + li {
    margin-left: 13px;
  }
}
.footer .footer-right .footer-nav ul.depth1 a {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-right .footer-nav ul.depth1 a {
    display: block;
    padding: 12px 15px 11px;
  }
}
.footer .footer-right .copy {
  width: 100%;
  font-size: 14px;
  padding-top: 5px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .footer-right .copy {
    order: 3;
    padding-top: 0;
    text-align: left;
  }
}
.footer .page_top {
  position: fixed;
  bottom: 15px;
  right: 13px;
  width: 48px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translatey(0);
  z-index: 20;
}
.footer .page_top.view {
  opacity: 1;
  visibility: visible;
}
.footer .page_top.bottom {
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translatey(-100%);
  opacity: 1;
  visibility: visible;
}
.footer .page_top img {
  display: block;
  width: 100%;
}
main {
  position: relative;
  z-index: 2;
  margin-bottom: 103px;
}
@media screen and (max-width: 767px) {
  main {
    margin-bottom: 93px;
  }
}
.pc_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_wrap {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sp_wrap {
    display: block;
  }
}
#main .title-01 {
  margin: 71px 0 35px;
  padding-bottom: 25px;
  border-bottom: 3px solid #707070;
  font-family: var(--font-mont);
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #main .title-01 {
    margin: 35px 0 22px;
    padding-bottom: 11px;
  }
}
#main .title-01 .title_sub {
  display: block;
  font-family: var(--font-noto);
  font-size: 18px;
  line-height: 1.3;
}
#main .title-02 {
  margin: 71px 0 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main .title-02 {
    margin: 48px 0 10px;
  }
}
#main .button_arrow {
  display: table;
  margin-left: auto;
}
#main .button_arrow a {
  display: block;
  padding: 0 6px 0 14px;
  background: url(../media/images/common/2025/link_arrow.svg) no-repeat top 5px left / 9px;
  font-size: 16px;
  line-height: calc(26/16);
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  #main .button_arrow a:hover {
    color: var(--color-link);
  }
}
@media screen and (max-width: 767px) {
  #main .button_arrow a {
    padding: 0 2px 0 12px;
  }
}
#main .block.list.ul ul, #main ul.list-01 {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}
#main .block.list.ul ul > li, #main ul.list-01 > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.75;
}
#main .block.list.ul ul > li::before, #main ul.list-01 > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.5em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #000;
}
#main .block.list.ul ul > li + li, #main ul.list-01 > li + li {
  margin-top: 2px;
}
#main .block.list.ol ol {
  margin: 30px 0;
  padding-left: 1.5em;
}
#main .block.list.ol ol > li {
  font-size: 16px;
  line-height: 1.75;
}
#main .block.define-list {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.75;
}
#main .block.define-list dt {
  font-weight: bold;
}
#main .block.define-list dd {
  margin-left: 1em;
}
#main .block.buttons ul, #main ul.link_panel {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
  gap: 30px 2.6%;
}
@media screen and (max-width: 767px) {
  #main .block.buttons ul, #main ul.link_panel {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .block.buttons ul, #main ul.link_panel {
    margin: 10px 0;
  }
}
#main .block.buttons ul li, #main ul.link_panel li {
  flex: 0 0 31.6%;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  #main .block.buttons ul li, #main ul.link_panel li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .block.buttons ul li, #main ul.link_panel li {
    font-size: 16px;
  }
}
#main .block.buttons ul li:not(:has(a)), #main ul.link_panel li:not(:has(a)) {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  justify-content: center;
  padding: 8px 27px;
  background-color: var(--color-button);
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  #main .block.buttons ul li + li, #main ul.link_panel li + li {
    margin-top: 5px;
  }
}
#main .block.buttons ul li a, #main ul.link_panel li a {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  justify-content: center;
  padding: 8px 27px;
  background: url(../media/images/common/2025/link_arrow.svg) no-repeat center left 12px / 8px;
  min-height: 70px;
  background-color: var(--color-button);
  color: #000;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  #main .block.buttons ul li a:hover, #main ul.link_panel li a:hover {
    background-color: var(--color-hover);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #main .block.buttons ul li a, #main ul.link_panel li a {
    padding-left: 30px;
  }
}
#main .detail_inner .block.buttons ul {
  gap: 15px 2%;
}
#main .detail_inner .block.buttons ul li {
  flex: 0 0 49%;
}
#main .detail_inner .block.buttons ul li a {
  border: none;
  border-radius: 0;
}
#main ul.contact_list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
#main ul.contact_list > li {
  font-size: 18px;
  line-height: 1.45;
}
#main ul.contact_list > li + li {
  margin-top: 12px;
}
#main ul.contact_list > li a {
  padding-left: 33px;
  text-decoration: none;
  color: var(--color-text);
  background-repeat: no-repeat;
  background-size: 17px;
}
#main ul.contact_list > li.tel:not(:has(a)) {
  background-image: url(../media/images/common/2025/icon_phone.svg);
  background-position: top 7px left 4px;
  padding-left: 33px;
  text-decoration: none;
  color: var(--color-text);
  background-repeat: no-repeat;
  background-size: 17px;
}
#main ul.contact_list > li.tel a {
  background-image: url(../media/images/common/2025/icon_phone.svg);
  background-position: top 7px left 4px;
}
#main ul.contact_list > li.contact a {
  background-image: url(../media/images/common/2025/icon_mail.svg);
  background-position: top 10px left 3px;
}
#main table {
  border-collapse: collapse;
  border-spacing: 0;
}
#main .block.table th, #main .block.table td {
  font-size: 16px;
  line-height: 1.75;
}
#main .block.table th {
  background-color: var(--color-bg);
  font-weight: bold;
}
#main .button.button_l {
  margin-left: auto;
}
#main .block-section {
  font-size: 16px;
  line-height: 1.8;
}
#main .block-section .block {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #main .block-section .block {
    margin: 25px 0;
  }
}
#main .block-section .block.text p, #main .block-section .block.editor p, #main .block-section .block.text-image p {
  margin: 0;
  line-height: 1.8;
}
#main .block-section .block.text p + p, #main .block-section .block.editor p + p, #main .block-section .block.text-image p + p {
  margin-top: 1em;
}
#main .block-section .block.text .h1 {
  position: relative;
  margin: 50px 0 30px;
  padding: 30px 2px 0;
  border-top: 5px solid var(--color-line);
  font-size: 24px;
}
#main .block-section .block.text .h1::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 219px;
  height: 5px;
  background: linear-gradient(#24bc00 0%, #9dd92b 100%);
}
#main .block-section .block.text .h2 {
  margin: 40px 0 20px;
  font-size: 22px;
}
#main .block-section .block.text .h3 {
  margin: 30px 0 20px;
  font-size: 20px;
}
#main .block-section .block.text .h4 {
  margin: 0;
  font-size: 18px;
}
#main .block-section .block.text .h5 {
  margin: 0;
  font-size: 15px;
}
#main .block-section .block.text .h5 {
  margin: 0;
  font-size: 14px;
}
#main .block-section .block.text-image .texts .title {
  margin: 0 0 20px;
  font-size: 18px;
  color: #000;
}
#main .block-section .block.google-map iframe {
  border: none;
}
/*# sourceMappingURL=./common_2025.css.map */