@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Baskervville&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  min-width: 320px
}
*,
::after,
::before {
  background-repeat: no-repeat;
  box-sizing: inherit
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  padding: 0;
  margin: 0
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
hr {
  overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden],
template {
  display: none
}
a,
abbr[title] {
  text-decoration: none
}
abbr[title] {
  border-bottom: 1px dotted
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor
}
a:active,
a:hover {
  outline-width: 0
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace
}
b,
strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
input {
  border-radius: 0
}
[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}
[aria-disabled],
[disabled] {
  cursor: default
}
[type=number] {
  width: auto
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button,
input,
optgroup,
select,
textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
button,
select {
  text-transform: none
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
img {
  border-style: none
}
progress {
  vertical-align: baseline
}
svg:not(:root) {
  overflow: hidden
}
audio,
canvas,
progress,
video {
  display: inline-block
}
[aria-busy=true] {
  cursor: progress
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
.u-clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.u-d-none {
  display: none!important
}
.u-d-inline {
  display: inline!important
}
.u-d-inline-block {
  display: inline-block!important
}
.u-d-block {
  display: block!important
}
.u-d-table {
  display: table!important
}
.u-d-table-row {
  display: table-row!important
}
.u-d-table-cell {
  display: table-cell!important
}
.u-d-flex {
  display: flex!important
}
.u-d-inline-flex {
  display: inline-flex!important
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%)
}
body {
  font-family: "游明朝","Yu Mincho","游明朝体",YuMincho,"Noto Serif JP",serif;
  font-size: 13px;
  color: #222;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}
.l-container {
  padding: 0 25px;
  margin: 0 auto
}
.l-footer {
  padding: 60px 25px 110px;
  background-color: #fff;
}
.l-footer__head {
  text-align: center
}
.l-footer__head .head__text {
  margin: 15px 0 0;
  font-size: 12px;
  color: #999;
  letter-spacing: .08em
}
.l-footer__head .sns-list {
  display: inline-flex;
  align-items: center;
  margin: 30px -15px 0
}
.l-footer__head .sns-list__item {
  margin: 0 15px
}
.l-footer__body {
  margin: 25px 0 0
}
.l-footer__body .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -15px 0
}
.l-footer__body .nav-list__item {
  margin: 15px 15px 0
}
.l-footer__body .nav-list__item .link {
  display: inlne-flex
}
.l-footer__body .nav-list__item .link__text {
  font-size: 13px;
  letter-spacing: .15em
}
.l-footer__body .nav-list__item .link__blank {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: url(/assets/images/pages/common/icon_blank.svg) center/contain no-repeat
}
.l-footer__body .copy {
  margin: 35px 0 0;
  font-family: Baskervville,serif;
  font-size: 11px;
  font-weight: 500;
  color: #999;
  text-align: center;
  letter-spacing: .1em
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%
}
.l-header__head {
  justify-content: space-between;
  min-width: 320px;
  height: 55px;
  padding: 0 20px 0 5px;
  background: #fff
}
.l-header__block,
.l-header__head,
.l-header__head .logo {
  display: flex;
  align-items: center
}
.l-header__head .logo__text {
  margin: 0 0 0 5px;
  font-size: 10px;
  letter-spacing: .15em
}
.l-header__block .text-link-list {
  display: flex;
  align-items: center
}
.l-header__block .text-link-list__item {
  margin: 0 0 0 35px
}
.l-header__block .text-link-list__item .link__text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em
}
.l-header__block .cv-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  margin: 0 0 0 45px;
  background: #222;
  border: 1px solid #222;
  border-radius: 100px
}
.l-header__block .cv-button__text {
  font-size: 15px;
  color: #fff;
  letter-spacing: .08em
}
.l-header__block .menu-button {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 40px;
  height: 40px;
  cursor: pointer
}
.l-header__block .menu-button__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33px;
  height: 17px
}
.l-header__block .menu-button__line {
  width: 100%;
  height: 1px;
  background: #000;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1),transform .3s cubic-bezier(.39,.575,.565,1),-webkit-transform .3s cubic-bezier(.39,.575,.565,1);
  -webkit-transform-origin: left;
  transform-origin: left
}
.l-header__block .menu-button__line:nth-child(3) {
  width: 25px
}
.l-header__block .menu-button.is-active .menu-button__line:nth-child(1) {
  -webkit-transform: translate3d(4px,-3px,0) rotate(45deg);
  transform: translate3d(4px,-3px,0) rotate(45deg)
}
.l-header__block .menu-button.is-active .menu-button__line:nth-child(2) {
  opacity: 0
}
.l-header__block .menu-button.is-active .menu-button__line:nth-child(3) {
  width: 100%;
  -webkit-transform: translate3d(4px,4px,0) rotate(-45deg);
  transform: translate3d(4px,4px,0) rotate(-45deg)
}
.l-header__body {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 55px);
  overflow: scroll;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1),visibility .3s cubic-bezier(.39,.575,.565,1);
  -webkit-overflow-scrolling: touch
}
.l-header__body.is-active {
  visibility: visible;
  opacity: 1
}
.l-header__body .body {
  min-width: 320px
}
.l-header__body .image {
  width: calc(100% - 1120px);
  max-width: 720px;
  background: url(/assets/images/pages/common/header_img_md.jpg) center top/cover no-repeat
}
.l-header__body .container {
  height: 100%
}
.l-header__body .container__wrapper {
  display: flex;
  padding: 0 0 155px
}
.l-header__body .container__inner-nav .expand-content.is-active {
  visibility: visible;
  opacity: 1;
  transition-delay: .25s
}
.l-header__body .expand-content {
  padding: 0 0 0 25px;
  border-top: 1px solid #dedede
}
.l-header__body .expand-content .link-list__item .link {
  display: flex;
  align-items: center
}
.l-header__body .expand-content .link-list__item .link__arw {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 15px 0 0;
  line-height: 0
}
.l-header__body .expand-content .link-list__item .link__arw svg,
.l-header__body .page-nav-list__item .button__arw svg {
  width: 5px;
  height: 8px;
  fill: #222
}
.l-header__body .expand-content .link-list__item .link__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .08em
}
.l-header__body .expand-content .link-list__item .link__icon {
  width: 13px;
  height: 16px;
  margin: 0 0 0 5px;
  line-height: 0
}
.l-header__body .expand-content .link-list__item .link__icon img {
  width: 100%;
  height: 100%
}
.l-header__body .expand-content .link-list__item + .link-list__item,
.l-header__body .expand-content__block .ttl + .link-list {
  margin: 15px 0 0
}
.l-header__body .expand-content .link-list--index {
  padding: 20px 0;
  border-bottom: 1px solid #dedede
}
.l-header__body .expand-content__block {
  padding: 20px 0
}
.l-header__body .expand-content__block .ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .08em
}
.l-header__body .expand-content__block + .expand-content__block,
.l-header__body .page-nav-list {
  border-top: 1px solid #dedede
}
.l-header__body .expand-content .link-list--index + .expand-content__block {
  bottom: 0;
  margin: 0
}
.l-header__body .page-nav-list__item {
  border-bottom: 1px solid #dedede
}
.l-header__body .page-nav-list__item .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 25px 14px
}
.l-header__body .page-nav-list__item .button__text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  letter-spacing: .08em
}
.l-header__body .page-nav-list__item .button__toggle {
  position: relative;
  display: block;
  width: 10px;
  height: 10px
}
.l-header__body .page-nav-list__item .button__toggle::after,
.l-header__body .page-nav-list__item .button__toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.l-header__body .page-nav-list__item .button__toggle::after {
  transition: transform .3s cubic-bezier(.39,.575,.565,1),-webkit-transform .3s cubic-bezier(.39,.575,.565,1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.l-header__body .page-nav-list__item .button__arw {
  display: inline-block;
  width: 5px;
  height: 8px;
  line-height: 0
}
.c-primary-button[target=_blank] .c-primary-button__text::after,
.l-header__body .page-nav-list__item .button[target=_blank] .button__text::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  content: "";
  background: url(/assets/images/pages/common/icon_blank.svg) center/contain no-repeat
}
.l-header__body .page-nav-list__item .button[aria-expanded=true] .button__toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.l-header__body .cv-button-list {
  padding: 0 25px;
  margin: 40px 0 0
}
.l-header__body .cv-button-list__item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  border: 1px solid #000;
  border-radius: 100px
}
.l-header__body .cv-button-list__item .button__text {
  font-size: 15px;
  letter-spacing: .08em;
  transition: color .3s cubic-bezier(.39,.575,.565,1)
}
.l-header__body .cv-button-list__item .button--theme-white {
  color: #222
}
.l-header__body .cv-button-list__item .button--theme-black {
  color: #fff;
  background: #222
}
.l-header__body .cv-button-list__item + .cv-button-list__item {
  margin: 15px 0 0
}
.l-header__body .text-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 25px;
  margin: 15px 0 0
}
.l-header__body .text-link-list__item {
  margin: 15px 15px 0
}
.l-header__body .text-link-list__item .link {
  font-size: 14px;
  letter-spacing: .08em
}
.l-header__body .text-link-list__item .link__blank {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: url(/assets/images/pages/common/icon_blank.svg) center/contain no-repeat
}
.l-header__fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate3d(0,55px,0);
  transform: translate3d(0,55px,0);
  background-color: #fff;
}
.l-header__fixed-nav.is-scrolled.hide{
  -webkit-transform: translate3d(0,55px,0);
  transform: translate3d(0,55px,0)
}
.l-header__fixed-nav.is-scrolled,
.l-header__fixed-nav.is-scrolled.visible {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.l-header__fixed-nav .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  background: #222
}
.l-header__fixed-nav .button__text {
  font-size: 14px;
  color: #fff;
  letter-spacing: .08em
}
.l-header__fixed-nav ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}
.l-header__fixed-nav ul li{
  width: 100%;
}
.l-header__fixed-nav ul li:nth-child(odd){
  border-right: 0.5px solid #fff;
}
.l-header__fixed-nav ul li:nth-child(even){
  border-left: 0.5px solid #fff;
}
.l-header__fixed-nav ul li .button{
  position: relative;
}
.l-header__fixed-nav ul li .c-primary-button__arw{
  fill: #fff;
}
.l-page__container {
  min-width: 320px;
  padding: 55px 0 0
}
.c-animation-fadein-up {
  opacity: 0;
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-duration: .5s;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0)
}
.c-animation-fadein {
  opacity: 0
}
.is-active .c-animation-fadein,
.is-active .c-animation-typo span span {
  opacity: 1;
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-duration: .5s;
  transition-property: opacity
}
.c-animation-typo span {
  display: inline-flex
}
.c-animation-typo span span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(25px,0,0);
  transform: translate3d(25px,0,0)
}
.is-active .c-animation-typo span span {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.c-animation-underline {
  position: relative;
  display: block
}
.c-animation-underline::after,
.c-animation-underline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #dedede
}
.c-article-date {
  font-family: Baskervville,serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #006536;
}
.c-article-tag {
  display: inline-block;
  padding: 0 7px 1px
}
.c-article-tag__text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em
}
.c-article-tag--theme-gray {
  background: #f4f4f4
}
.c-article-tag--theme-gray .c-article-tag__text,
.c-article-tag--theme-white .c-article-tag__text {
  color: #999
}
.c-article-tag--theme-white {
  background: #fff;
  border: 1px solid #dedede
}
.c-article-tag--important {
  background: #fee
}
.c-article-tag--important .c-article-tag__text {
  color: #e97a7a
}
.c-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 55px;
  font-family: Baskervville,serif;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-radius: 100px
}
.c-primary-button__text {
  font-size: 12px;
  letter-spacing: .1em
}
.c-primary-button--bg-arw::after,
.c-primary-button--bg-arw::before,
.c-primary-button__arw {
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: -4px 0 0;
  line-height: 0
}
.c-primary-button__arw svg {
  width: 5px;
  height: 8px
}
.c-primary-button--theme-black {
  color: #222;
  border-color: #222;
  fill: #222
}
.c-primary-button--theme-white {
  color: #fff;
  border-color: #fff;
  fill: #fff
}
.c-primary-button--theme-gray {
  background: #f4f4f4;
  border: 0
}
.c-primary-button--no-icon .c-primary-button__arw {
  display: none
}
.c-primary-button--type-down .c-primary-button__arw {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.c-primary-button--bg-arw::after,
.c-primary-button--bg-arw::before {
  content: "a"
}
.c-section-hdg {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .1em
}
.c-section-hdg--type-line {
  padding: 0 0 0 20px
}
.c-section-hdg--type-line::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  content: "";
  background: #222
}
.link-content{
  padding: 0  0 10px;
}
.link-content .item__link{
  display:block;
}
.link-content .item__link:hover{
  opacity: .7;
}
.link-content .link-text{
  padding-right:2px;
}
.link-content img[src$="icon_pdf.svg"] {
  width: 12px;
  height: 16px;
}
@media (min-width:320px) {
  .u-d-xs-none {
    display: none!important
  }
  .u-d-xs-inline {
    display: inline!important
  }
  .u-d-xs-inline-block {
    display: inline-block!important
  }
  .u-d-xs-block {
    display: block!important
  }
  .u-d-xs-table {
    display: table!important
  }
  .u-d-xs-table-row {
    display: table-row!important
  }
  .u-d-xs-table-cell {
    display: table-cell!important
  }
  .u-d-xs-flex {
    display: flex!important
  }
  .u-d-xs-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:375px) {
  .u-d-sm-none {
    display: none!important
  }
  .u-d-sm-inline {
    display: inline!important
  }
  .u-d-sm-inline-block {
    display: inline-block!important
  }
  .u-d-sm-block {
    display: block!important
  }
  .u-d-sm-table {
    display: table!important
  }
  .u-d-sm-table-row {
    display: table-row!important
  }
  .u-d-sm-table-cell {
    display: table-cell!important
  }
  .u-d-sm-flex {
    display: flex!important
  }
  .u-d-sm-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:768px) {
  .u-d-md-none {
    display: none!important
  }
  .u-d-md-inline {
    display: inline!important
  }
  .u-d-md-inline-block {
    display: inline-block!important
  }
  .u-d-md-block {
    display: block!important
  }
  .u-d-md-table {
    display: table!important
  }
  .u-d-md-table-row {
    display: table-row!important
  }
  .u-d-md-table-cell {
    display: table-cell!important
  }
  .u-d-md-flex {
    display: flex!important
  }
  .u-d-md-inline-flex {
    display: inline-flex!important
  }
  html {
    min-width: 1280px
  }
  body {
    font-size: 16px
  }
  .l-container {
    max-width: 1920px;
    padding: 0 100px
  }
  .l-container__inner {
    width: 1160px;
    margin: 0 auto
  }
  .l-footer {
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 40px;
  }
  .l-footer__head {
    display: flex;
    align-items: baseline;
    text-align: left
  }
  .l-footer__head .head__img img {
    width: 269px;
    height: 36px
  }
  .l-footer__head .head__text {
    margin: 25px 0 0;
    font-size: 13px;
    letter-spacing: .15em
  }
  .l-footer__head .sns-list {
    margin: 0 0 0 20px
  }
  .l-footer__body .nav-list__item .link,
  .l-footer__head .sns-list__item .icon {
    transition: opacity .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-footer__head .sns-list__item .icon--youtube img {
    width: 29px;
    height: 20px
  }
  .l-footer__head .sns-list__item .icon--line img {
    width: 27px;
    height: 27px
  }
  .l-footer__head .sns-list__item .icon--twitter img {
    width: 27px;
    height: 22px
  }
  .l-footer__body .nav-list__item .link:hover,
  .l-footer__head .sns-list__item .icon:hover,
  .l-header__block .text-link-list__item .link:hover {
    opacity: .6
  }
  .l-footer__body {
    margin: 0
  }
  .l-footer__body .nav-list__item .link__text {
    font-size: 14px
  }
  .l-footer__body .copy {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: right
  }
  .l-header__head {
    min-width: 1280px;
    height: 100px;
    padding: 0 40px 0 35px
  }
  .l-header__head .logo__img img {
    width: 300px;
    height: 64px
  }
  .l-header__head .logo__text {
    margin: 0 0 0 20px;
    font-size: 17px
  }
  .l-header__block .text-link-list__item .link {
    transition: opacity .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__block .cv-button {
    transition: background-color .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__block .cv-button__text {
    transition: color .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__block .cv-button:hover {
    background: #fff
  }
  .l-header__block .cv-button:hover .cv-button__text {
    color: #222
  }
  .l-header__block .menu-button {
    width: 60px;
    height: 60px;
    margin: 0 0 0 25px
  }
  .l-header__block .menu-button__container {
    width: 44px
  }
  .l-header__block .menu-button__line:nth-child(3) {
    width: 34px
  }
  .l-header__block .menu-button.is-active .menu-button__line:nth-child(1) {
    -webkit-transform: translate3d(4px,-7px,0) rotate(45deg);
    transform: translate3d(4px,-7px,0) rotate(45deg)
  }
  .l-header__block .menu-button.is-active .menu-button__line:nth-child(3) {
    -webkit-transform: translate3d(4px,7px,0) rotate(-45deg);
    transform: translate3d(4px,7px,0) rotate(-45deg)
  }
  .l-header__body {
    top: 100px;
    height: calc(100vh - 100px)
  }
  .l-header__body .body {
    display: flex;
    min-width: 1280px;
    padding: 0 40px
  }
  .l-header__body .container {
    flex: 1;
    padding: 30px 0 0
  }
  .l-header__body .container__wrapper {
    padding: 0 0 80px
  }
  .l-header__body .container__nav {
    flex: 1;
    padding: 0 60px 0 80px;
    margin: 0 50px 0 0;
    border-right: 1px solid #dedede
  }
  .l-header__body .container__inner-nav {
    position: relative;
    width: calc(100% - 680px)
  }
  .l-header__body .container__inner-nav .expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.39,.575,.565,1),visibility .3s cubic-bezier(.39,.575,.565,1);
    transition-delay: 0s
  }
  .l-header__body .expand-content {
    padding: 0;
    border-top: none
  }
  .l-header__body .expand-content .link-list__item .link {
    transition: opacity .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__body .expand-content .link-list__item .link__arw {
    margin: 0 20px 0 0
  }
  .l-header__body .expand-content .link-list__item .link__text {
    font-size: 15px
  }
  .l-header__body .expand-content .link-list__item .link__icon {
    margin: 0 0 0 7.5px
  }
  .l-header__body .expand-content .link-list__item .link:hover {
    opacity: .6
  }
  .l-header__body .expand-content__block,
  .l-header__body .page-nav-list {
    border-top: none
  }
  .l-header__body .expand-content__block .ttl {
    font-size: 18px
  }
  .l-header__body .expand-content__block .ttl + .link-list {
    margin: 20px 0 0
  }
  .l-header__body .page-nav-list__item {
    border-bottom: none
  }
  .l-header__body .page-nav-list__item .button {
    padding: 23px 20px 21px;
    overflow: hidden
  }
  .l-header__body .page-nav-list__item .button::after,
  .l-header__body .page-nav-list__item .button::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #dedede
  }
  .c-animation-underline::after,
  .l-header__body .page-nav-list__item .button::after {
    background: #222;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.39,.575,.565,1),transform .8s cubic-bezier(.165,.84,.44,1) .4s,-webkit-transform .8s cubic-bezier(.165,.84,.44,1) .4s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  .l-header__body .page-nav-list__item .button__text {
    font-size: 18px;
    transition: transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
  }
  .c-animation-underline.is-active::after,
  .c-animation-underline:hover::after,
  .l-header__body .page-nav-list__item .button.is-active::after,
  .l-header__body .page-nav-list__item .button:hover::after {
    opacity: 1;
    transition: transform .8s cubic-bezier(.165,.84,.44,1);
    transition: transform .8s cubic-bezier(.165,.84,.44,1),-webkit-transform .8s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  .l-header__body .page-nav-list__item .button.is-active .button__text,
  .l-header__body .page-nav-list__item .button:hover .button__text {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  .l-header__body .cv-button-list {
    display: flex;
    padding: 0;
    margin: 75px 0 0
  }
  .l-header__body .cv-button-list__item {
    width: 50%
  }
  .l-header__body .cv-button-list__item .button {
    height: 60px;
    transition: background-color .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__body .cv-button-list__item .button--theme-white:hover {
    color: #fff;
    background-color: #222
  }
  .l-header__body .cv-button-list__item .button--theme-black:hover {
    color: #222;
    background-color: #fff
  }
  .l-header__body .cv-button-list__item + .cv-button-list__item {
    margin: 0 0 0 20px
  }
  .l-header__body .text-link-list {
    padding: 0;
    margin: 35px 0 0
  }
  .l-header__body .text-link-list__item {
    margin: 0
  }
  .l-header__body .text-link-list__item + .text-link-list__item {
    margin: 0 0 0 30px
  }
  .l-header__body .text-link-list__item .link {
    font-size: 15px;
    transition: opacity .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__body .text-link-list__item .link:hover {
    opacity: .6
  }
  .l-page__container {
    min-width: 1280px;
    padding: 100px 0 0
  }
  .c-animation-underline {
    overflow: hidden
  }
  .c-animation-underline::after {
    z-index: 2
  }
  .c-animation-underline--reverse::after {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  .c-article-date {
    font-size: 16px
  }
  .c-article-tag {
    padding: 2px 20px
  }
  .c-article-tag__text {
    font-size: 12px
  }
  .c-primary-button {
    width: 270px;
    height: 60px;
    transition: background-color .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1),fill .3s cubic-bezier(.39,.575,.565,1)
  }
  .c-primary-button__text {
    font-size: 13px
  }
  .c-primary-button--bg-arw::after,
  .c-primary-button--bg-arw::before,
  .c-primary-button__arw {
    right: 30px;
    width: 6px;
    height: 9px
  }
  .c-primary-button--theme-black:hover {
    color: #fff;
    background-color: #000;
    fill: #fff
  }
  .c-primary-button--theme-white:hover {
    color: #222;
    background-color: #fff;
    fill: #222
  }
  .c-primary-button--theme-gray:hover {
    color: #fff;
    background-color: #000;
    fill: #fff
  }
  .c-section-hdg {
    font-size: 30px
  }
  .c-section-hdg--type-line {
    padding: 0 0 0 33px
  }
  .c-section-hdg--size-variable {
    font-size: 1.5625vw
  }
  .link-content .link-text{
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: .15em;
  }
  .link-content img[src$="icon_pdf.svg"] {
    width: 14px;
    height: 18px;
  }
}
@media (min-width:768px) and (max-width:1440px) {
  .c-section-hdg--size-variable {
    font-size: 22.5px
  }
}
@media (min-width:1080px) {
  .u-d-lg-none {
    display: none!important
  }
  .u-d-lg-inline {
    display: inline!important
  }
  .u-d-lg-inline-block {
    display: inline-block!important
  }
  .u-d-lg-block {
    display: block!important
  }
  .u-d-lg-table {
    display: table!important
  }
  .u-d-lg-table-row {
    display: table-row!important
  }
  .u-d-lg-table-cell {
    display: table-cell!important
  }
  .u-d-lg-flex {
    display: flex!important
  }
  .u-d-lg-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:1280px) {
  .u-d-xl-none {
    display: none!important
  }
  .u-d-xl-inline {
    display: inline!important
  }
  .u-d-xl-inline-block {
    display: inline-block!important
  }
  .u-d-xl-block {
    display: block!important
  }
  .u-d-xl-table {
    display: table!important
  }
  .u-d-xl-table-row {
    display: table-row!important
  }
  .u-d-xl-table-cell {
    display: table-cell!important
  }
  .u-d-xl-flex {
    display: flex!important
  }
  .u-d-xl-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:1440px) {
  .u-d-xxl-none {
    display: none!important
  }
  .u-d-xxl-inline {
    display: inline!important
  }
  .u-d-xxl-inline-block {
    display: inline-block!important
  }
  .u-d-xxl-block {
    display: block!important
  }
  .u-d-xxl-table {
    display: table!important
  }
  .u-d-xxl-table-row {
    display: table-row!important
  }
  .u-d-xxl-table-cell {
    display: table-cell!important
  }
  .u-d-xxl-flex {
    display: flex!important
  }
  .u-d-xxl-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:768px) and (min-width:1920px) {
  .c-section-hdg--size-variable {
    font-size: 30px
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}
.admission__button {
	margin: 40px 0 0;
	text-align: center;
}
.admission__button .c-primary-button--theme-black {
	background: #222;
}
.admission__button .c-primary-button__text{
  font-size: 13px;
  color: #fff;
}
.admission__button .c-primary-button__arw{
  fill:  #fff;
}
.admission__button .c-primary-button--theme-black:hover {
  background: #fff
}
.admission__button .c-primary-button--theme-black:hover .c-primary-button__text {
  color: #222
}
.admission__button .c-primary-button--theme-black:hover .c-primary-button__arw {
  fill: #222
}
@media (min-width:768px) {
  .admission__button{
    margin: 30px 0;
  }
  .admission__button .c-primary-button__text{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  #FixedNav{
    display: none!important;
  }
}
.goto_top.show{
  animation: fadeInTop forwards 1s 1 ease 0s normal;  
}
.goto_top.hide{
  animation: fadeOutTop forwards 1s 1 ease 0s normal;  
}
.goto_top{
  position: fixed;
  right: 44px;
  bottom: 24px;
  z-index: 12;
  opacity: 0;
}
.goto_top a{
  position: relative;
  display:block;
  width: 50px;
  height:50px;
  border-radius: 50%;
  background-color: rgba(34,34,34,1);
}
.goto_top a::after{
  content:"";
  position: absolute;
  display: inline-block;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 14px;
  height: 14px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
  -ms-transform: translate(-50%, -60%) rotate(-45deg);
  border-radius: 1px;
}
.goto_top a:hover{
  opacity: 0.8;
}
.u-d-sp-none{
  display: inline-block!important 
} 
@media screen and (max-width: 767px) {
  .goto_top,.goto_top.show {
      display: none!important;
  }
  .u-d-sp-none{
    display: none!important 
  } 
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-cotant #FixedNav{
    display: none!important;
  }
}

@media screen and (min-width: 768px) {
  .goto_top{
    right: 10px;
    bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge{
    bottom: 62px !important;
		z-index: 2;
  }
}

.info-attention{
  display: inline-block;
  padding: 1px 8px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  background:#003333;
  color: white;
  margin-bottom: 1px
}
.table-fee-caution{
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-fee-caution .caution-list {
  display: flex;
  flex-direction: column;
}
.table-fee-caution {
	counter-reset: num_cap; 
}
.table-fee-caution .caution-list li::before{
  counter-increment: num_cap 1;
  content: "※" counter(num_cap) " ";
}
@media screen and (max-width: 767px) {
  .table-fee-caution{
    padding: 10px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.footer-departments{
  margin: 75px 0 0;
  padding: 70px 0 80px;
  background: #f4f4f4; 
}

@media screen and (min-width: 768px) {
  .footer-departments{
    padding: 160px 0 170px;
    margin: 150px 40px 0;
  }
}