
@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/* リニューアルHPのSTYLE　SHEETの一部引用　一部数値などカスタマイズ*/
@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Sans+SC:wght@400;700;900&display=swap";

:root {
    --primary: #e60020;
    --primary-light: #fdeced;
    --primary-icon1: var(--primary);
    --primary-icon2: #f7bbc0;
    --primary-icon3: #fbd8db;
    --primary-local-nav: var(--bg-dark-gray);
    --primary-hover: #c8142f;
    --text: #444;
    --text-gray: #999;
    --black: #000;
    --black-rgb: 0 0 0;
    --black-hover: #464849;
    --white: #fff;
    --white-rgb: 255 255 255;
    --bg-gray: #ebeeee;
    --bd-gray: rgb(0 0 0 / .1);
    --bd-gray-hex: #e6e6e6;
    --bg-semi-dark-gray: #d9dede;
    --bg-dark-gray: #464849;
    --bg-dark-gray-rgb: 70 72 73;
    --bd-dark-white: rgb(255 255 255 / .2);
    --link: #1c89a6;
    --link-hover: #1c89a6;
    --link-visited: #1c89a6;
    --placeholder-color: #999999;
    --component-primary-color: var(--primary);
    --component-primary-light-color: var(--primary-light);
    --component-primary-icon1-color: var(--primary-icon1);
    --component-primary-icon2-color: var(--primary-icon2);
    --component-primary-icon3-color: var(--primary-icon3);
    --component-primary-local-nav-color: var(--primary-local-nav);
    --brand-color-faculty-pse: #5fa4a9;
    --brand-light-color-faculty-pse: #e9f7f8;
    --brand-icon1-color-faculty-pse: #78d7dd;
    --brand-icon2-color-faculty-pse: #a1e3e7;
    --brand-icon3-color-faculty-pse: #c8eff1;
    --brand-local-nav-color-faculty-pse: #5fbec4;
    --brand-color-faculty-pe: #7688b9;
    --brand-light-color-faculty-pe: #eaeef8;
    --brand-icon1-color-faculty-pe: #98aade;
    --brand-icon2-color-faculty-pe: #b7c3e8;
    --brand-icon3-color-faculty-pe: #d6ddf2;
    --brand-local-nav-color-faculty-pe: #8899cb;
    --brand-color-faculty-se: #c25861;
    --brand-light-color-faculty-se: #f8e6e7;
    --brand-icon1-color-faculty-se: #de8289;
    --brand-icon2-color-faculty-se: #e8a7ac;
    --brand-icon3-color-faculty-se: #f2cdd0;
    --brand-local-nav-color-faculty-se: #cc6970;
    --brand-color-faculty-law: #5d988e;
    --brand-light-color-faculty-law: #eaf0ef;
    --brand-icon1-color-faculty-law: #94b3ae;
    --brand-icon2-color-faculty-law: #b4c9c6;
    --brand-icon3-color-faculty-law: #d4e1df;
    --brand-local-nav-color-faculty-law: #6fa199;
    --brand-color-faculty-letters: #a888b7;
    --brand-light-color-faculty-letters: #f7f0fa;
    --brand-icon1-color-faculty-letters: #d5b5e5;
    --brand-icon2-color-faculty-letters: #e2cbed;
    --brand-icon3-color-faculty-letters: #eee1f5;
    --brand-local-nav-color-faculty-letters: #c3abce;
    --brand-color-faculty-asia21: #ec7d57;
    --brand-light-color-faculty-asia21: #feefea;
    --brand-icon1-color-faculty-asia21: #fbb096;
    --brand-icon2-color-faculty-asia21: #fcc8b5;
    --brand-icon3-color-faculty-asia21: #fddfd5;
    --brand-local-nav-color-faculty-asia21: #f59878;
    --brand-color-faculty-ba: #edb93b;
    --brand-light-color-faculty-ba: #fef7e9;
    --brand-icon1-color-faculty-ba: #f8d98f;
    --brand-icon2-color-faculty-ba: #fae3b1;
    --brand-icon3-color-faculty-ba: #fcf0d2;
    --brand-local-nav-color-faculty-ba: #f4c962;
    --brand-color-gs: #e60020;
    --brand-light-color-gs: #fdeced;
    --brand-icon1-color-gs: #f49ea5;
    --brand-icon2-color-gs: #f7bbc0;
    --brand-icon3-color-gs: #fbd8db;
    --brand-local-nav-color-gs: #ef6c76
}

:root {
    --font-base: "Noto Sans JP", sans-serif;
    --font-barlow: "Barlow Condensed";
    --font-noto-simplified-chinese: "Noto Sans SC";
    --normal: 400;
    --regular: 400;
    --medium: 500;
    --semi-bold: 600;
    --bold: 700;
    --black-bold: 900
}

:root {
    --md-header-height-default: 120px;
    --md-header-height: var(--md-header-height-default);
    --sm-header-height: 70px;
    --sm-header-sub-nav-height: 42px;
    --sm-local-nav-height: 45px;
    --sm-header-max-height: calc(var(--sm-header-height) + var(--sm-header-sub-nav-height));
    --content-max-width: 2560px;
    --md-content-width: 1280px;
    --md-side-margin: 80px;
    --md-side-margin-ratio: min(calc(80 / 1500 * 100vw), 80px);
    --sm-side-margin: 20px;
    --md-sidebar-width: 400px
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


:root {
    --swiper-theme-color: #007aff
}

/*swiper  fliphint e.tc deleated */


@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes arrow {
    0% {
        transform: translate(0);
        opacity: 1
    }

    40% {
        opacity: 0
    }

    49.9% {
        transform: translate(50%);
        opacity: 0
    }

    50% {
        transform: translate(-50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes arrow-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        opacity: 0
    }

    49.9% {
        transform: translateY(-50%);
        opacity: 0
    }

    50% {
        transform: translateY(50%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes loop-slide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

/*html {
    scroll-behavior: smooth
}

html:not(.is-loaded) *:not(.swiper-wrapper) {
    transition: none!important
}

@media print,screen and (min-width: 1201px) {
    html.is-scroll {
        --md-header-height: 90px
    }
}
*/
/*body {
    font-family: var(--font-base);
    color: var(--text);
    font-size: 1rem;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    background-color: var(--black)
}*/


footer {
    font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;    
}

@media print {
    body {
        zoom:.5;width: 1440px
    }
}

:target {
    scroll-margin-top: calc(var(--sm-header-max-height))
}

@media print,screen and (min-width: 1201px) {
    :target {
        scroll-margin-top:calc(var(--md-header-height))
    }
}

footer img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

button {
    cursor: pointer
}

.large {
    font-size: 1.125rem
}

.medium {
    font-size: 1rem
}

.small {
    font-size: .875rem
}

@media screen and (max-width: 767px) {
    .sm-small {
        font-size:.875rem;
        line-height: 1.6
    }
}

@media print,screen and (min-width: 768px) {
    .sm-only {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .md-only {
        display:none
    }
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

@media print,screen and (min-width: 768px) {
    .md-text-align-center {
        text-align:center
    }
}

.mt0 {
    margin-top: 0!important
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt40 {
    margin-top: 40px!important
}

.mt50 {
    margin-top: 50px!important
}

.mt60 {
    margin-top: 60px!important
}

.mt70 {
    margin-top: 70px!important
}

.mt80 {
    margin-top: 80px!important
}

.mt90 {
    margin-top: 90px!important
}

.mt100 {
    margin-top: 100px!important
}

.mb0 {
    margin-bottom: 0!important
}

.m0 {
    margin: 0!important
}

.color-black {
    color: var(--black)
}

.color-white {
    color: var(--white)
}

.color-note {
    color: #999
}

.color-primary {
    color: var(--component-primary-color)
}

.font-weight-normal {
    font-weight: var(--normal)!important
}

.font-noto-sc {
    font-family: var(--font-noto-simplified-chinese)
}

.font-barlow {
    font-family: var(--font-barlow)
}

@media screen and (max-width: 767px) {
    .sm-full-width {
        margin-left:calc(var(--sm-side-margin) * -1)!important;
        margin-right: calc(var(--sm-side-margin) * -1)!important
    }
}

@media print,screen and (min-width: 768px) {
    .md-full-width {
        margin-left:calc(var(--md-side-margin) * -1);
        margin-right: calc(var(--md-side-margin) * -1)
    }
}

@media print,screen and (min-width: 768px) {
    .md-full-width._in-column {
        margin-left:calc(var(--md-side-margin-ratio) * -1);
        margin-right: calc(var(--md-side-margin-ratio) * -1)
    }
}

footer .word-break-all {
    word-break: break-all
}

footer .wrapper {
    background-color: var(--white);
    max-width: var(--content-max-width);
    min-height: 100dvh;
    margin: 0 auto
}

/*.main {
    --content-padding-top: var(--sm-header-max-height);
    overflow-x: clip
}

@media print,screen and (min-width: 1201px) {
    .main {
        transition:padding-top .2s;
        --content-padding-top: var(--md-header-height-default)
    }
}

@media screen and (max-width: 1200px) {
    .main:has(.main-row) {
        --content-padding-top: calc(var(--sm-header-max-height) + var(--sm-local-nav-height))
    }
}

@media print,screen and (min-width: 1201px) {
    .main-row {
        display:flex;
        gap: 80px
    }
}

@media print,screen and (min-width: 1201px) {
    .main-contents {
        flex-grow:1;
        position: relative;
        min-width: 0
    }
}

@media print,screen and (min-width: 1201px) {
    .main-contents:after {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1px;
        width: 1px;
        background-color: var(--bd-gray)
    }
}*/

/*.aside {
    position: fixed;
    top: var(--sm-header-max-height);
    left: 0;
    width: 100%;
    z-index: 27;
    transition: z-index 0s .5s
}

html.is-local-nav-open :where(.aside) {
    z-index: 30;
    transition: z-index 0s
}

html:not(.is-sp-menu-open):not(.is-utility-open):not(.is-local-nav-open).is-header-hidden .aside {
    pointer-events: none
}

@media print,screen and (min-width: 1201px) {
    html:not(.is-sp-menu-open):not(.is-utility-open):not(.is-local-nav-open).is-header-hidden .aside {
        pointer-events:auto
    }
}
*/
/*@media print,screen and (min-width: 1201px) {
footer   .aside {
        flex-shrink:0;
        width: min(17.3333333333vw,260px);
        box-sizing: border-box;
        position: relative;
        top: 0;
        margin: calc(var(--md-header-height) * -1) 0 0;
        background-color: var(--white);
        z-index: 1
    }
}

@media print,screen and (min-width: 1201px) {
footer   .aside:before {
        content:"";
        position: absolute;
        top: var(--md-header-height);
        left: 0;
        bottom: 0;
        background-color: var(--bd-gray);
        width: 1px
    }
}*/

footer a {
    color: var(--link);
    text-decoration: underline
}

footer a:hover {
    text-decoration: none
}

:where(a):hover {
    color: var(--link-hover)
}

:where(a):visited {
    color: var(--link-visited)
}

footer p {
    margin: 1em 0
}

footer h2 {
    margin: 48px 0 24px;
    color: var(--black);
    font-weight: var(--black-bold);
    font-size: 1.375rem;
    line-height: 1.6;
    position: relative
}

@media print,screen and (min-width: 768px) {
footer h2 {
        font-size:1.75rem;
        margin: 80px 0 32px
    }
}

footer h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--component-primary-icon1-color);
    display: block;
    margin: 16px 0 0
}

footer h3 {
    color: var(--black);
    margin: 40px 0 24px;
    font-weight: var(--black-bold);
    font-size: 1.25rem;
    line-height: 1.6
}

@media print,screen and (min-width: 768px) {
   footer  h3 {
        font-size:1.375rem;
        margin: 40px 0 24px
    }
}

:where(h2+h3) {
    margin-top: 0
}

footer h4 {
    color: var(--black);
    margin: 40px 0 24px;
    font-weight: var(--bold);
    font-size: 1.125rem;
    line-height: 1.6
}

@media print,screen and (min-width: 768px) {
   footer  h4 {
        margin:40px 0 24px
    }
}

footer h5 {
    color: var(--black);
    margin: 24px 0 16px;
    font-weight: var(--bold);
    font-size: 1rem;
    line-height: 1.6
}

@media print,screen and (min-width: 768px) {
  footer   h5 {
        margin:24px 0 16px
    }
}

footer em {
    font-weight: var(--bold);
    font-style: normal
}

footer hr {
    display: block;
    margin: 28px 0;
    border: 0;
    border-top: 1px solid var(--component-bd-color, var(--bd-gray))
}

@media print,screen and (min-width: 768px) {
  footer   hr {
        margin:40px 0
    }
}
/*
:where(figure) {
  footer   margin: 24px 0
}

@media print,screen and (min-width: 768px) {
    :where(figure) {
        margin:40px 0
    }
}

@media screen and (max-width: 767px) {
    :where(figure)._sm-full-width {
        margin-left:calc(var(--sm-side-margin) * -1);
        margin-right: calc(var(--sm-side-margin) * -1)
    }
}

@media screen and (max-width: 767px) {
    :where(figure)._sm-full-width img {
        width:100%
    }
}

:where(figcaption) {
    font-size: .875rem;
    line-height: 1.6;
    margin: 8px 0 0;
    color: var(--text)
}

@media print,screen and (min-width: 768px) {
    :where(figcaption) {
        margin:16px 0 0
    }
}

@media screen and (max-width: 767px) {
    :where(figure)._sm-full-width :where(figcaption) {
        margin-left:20px;
        margin-right: 20px
    }
}*/

footer table {
    margin: 32px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box
}

@media print,screen and (min-width: 768px) {
   footer table {
        margin:40px 0
    }
}

/*table :where(caption) {
    color: var(--black);
    margin: 0 0 24px;
    font-weight: var(--bold);
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: left
}

table :where(th),table :where(td) {
    border: 1px solid var(--bd-gray);
    vertical-align: middle;
    padding: 16px
}

@media print,screen and (min-width: 768px) {
    table :where(th),table :where(td) {
        padding:16px
    }
}

table :where(th)>*:first-child,table :where(td)>*:first-child {
    margin-top: 0
}

table :where(th)>*:last-child,table :where(td)>*:last-child {
    margin-bottom: 0
}

table :where(th) {
    line-height: 2;
    color: var(--black)
}

table thead :where(th) {
    background-color: var(--bg-gray)
}

table thead :where(td) {
    font-weight: var(--bold)
}

@media print,screen and (min-width: 768px) {
    table thead :where(td) {
        font-size:.9375rem
    }
}

table tbody :where(th) {
    background-color: #f6f7f7;
    text-align: left
}

table:has(thead) tbody :where(th) {
    font-weight: var(--normal);
    color: var(--text)
}*/

footer ul {
    margin: 24px 0;
    padding: 0;
    list-style: none
}

@media print,screen and (min-width: 768px) {
   footer  ul {
        margin:24px 0
    }
}

/*:where(ul) ul {
    margin: 8px 0
}

:where(ul) ol {
    margin: 8px 0
}

:where(ul) li {
    margin: 8px 0 0;
    padding-left: 1.5em;
    position: relative
}

@media print,screen and (min-width: 768px) {
    :where(ul) li {
        padding-left:1.5em
    }
}

:where(footer ul) footer li:before {
    content: "・";
    width: 1em;
    text-align: center;
    display: inline-block;
    font-weight: var(--regular);
    position: absolute;
    top: 0;
    left: 0
}

:where(ul) li:first-child {
    margin-top: 0
}

:where(ul) li:last-child {
    margin-bottom: 0
}

ol {
    margin: 32px 0;
    padding: 0 0 0 1.5em
}

@media print,screen and (min-width: 768px) {
    ol {
        margin:32px 0
    }
}

:where(ol) ol {
    margin: 8px 0
}

:where(ol) ul {
    margin: 8px 0
}

:where(ol) li {
    margin: 8px 0;
    padding: 0;
    text-indent: 0
}

:where(ol) li:before {
    display: none
}

:where(ol)>li ol {
    list-style-type: lower-latin;
    padding-left: 2em
}

:where(ol)>li ol>li ol {
    list-style-type: upper-roman
}*/

strong {
    font-weight: var(--bold)
}

small {
    font-size: .875rem
}



.footer {
    background-color: #464849;
    color: var(--white);
    padding: 70px 0 32px;
    position: relative;
}
.footer {
    background-color: var(--bg-dark-gray);
    color: var(--white);
    padding: 70px 0 32px;
    position: relative
}

@media print,screen and (min-width: 1201px) {
    .footer {
        padding:80px 0 50px
    }
}

@media print,screen and (min-width: 768px) {
    .footer__inner {
        margin-left:var(--md-side-margin-ratio);
        margin-right: var(--md-side-margin-ratio)
    }
}

@media print,screen and (min-width: 1201px) {
    .footer__inner {
        margin-left:var(--md-side-margin);
        margin-right: var(--md-side-margin)
    }
}

.footer__information {
    display: grid;
    gap: 32px;
    margin: 0 var(--sm-side-margin)
}

@media print,screen and (min-width: 768px) {
    .footer__information {
        margin:0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media print,screen and (min-width: 1201px) {
    .footer__information {
        padding:0 64px 0 0
    }
}

.footer._gs .footer__information {
    gap: 25px
}

@media print,screen and (min-width: 768px) {
    .footer._gs .footer__information {
        gap:0;
        justify-content: start
    }
}

.footer__logo {
    width: 205px;
    margin: 0 auto
}

@media print,screen and (min-width: 768px) {
    .footer__logo {
        grid-column:1/2;
        grid-row: 1/2;
        margin: 0
    }
}

.footer._gs .footer__logo {
    width: 245px
}

@media print,screen and (min-width: 768px) {
    .footer._gs .footer__logo {
        width:296px
    }
}

.footer__logo a {
    color: var(--white);
    display: block;
    transition: opacity .2s
}

.footer__logo a:hover {
    opacity: .6
}

.footer__logo svg {
    aspect-ratio: 181/52;
    display: block
}

.footer._gs .footer__logo svg {
    aspect-ratio: 296/52
}

.footer__link {
    display: flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity .2s;
    gap: 5px;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: var(--medium);
    width: fit-content;
    margin: 0 auto;
    position: relative
}

@media print,screen and (min-width: 768px) {
    .footer__link {
        padding:0 0 0 28px;
        margin: 0 0 0 34px
    }
}

.footer__link[target=_blank]:after {
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../../assets/img/common/icon_external.svg);
    mask-image: url(../../assets/img/common/icon_external.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 18px;
    height: 18px;
    background-color: var(--white);
    flex-shrink: 0
}

.footer__link:hover {
    opacity: .6
}

.footer__link:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bd-dark-white)
}

.footer__main {
    margin: 32px var(--sm-side-margin) 0;
    display: grid;
    gap: 32px
}

@media print,screen and (min-width: 768px) {
    .footer__main {
        margin:64px 0 0;
        grid-template-columns: repeat(2,1fr);
        gap: 64px 32px
    }
}

@media print,screen and (min-width: 1201px) {
    .footer__main {
        grid-template-columns:75% 1fr
    }
}

.footer__group {
    display: grid;
    gap: 32px
}

@media print,screen and (min-width: 768px) {
    .footer__group {
        display:contents
    }
}

@media print,screen and (min-width: 1201px) {
    .footer__group {
        display:grid;
        grid-template-columns: repeat(3,1fr);
        gap: 64px 32px
    }
}

.footer__sitemap {
    margin: 24px 0 0
}

@media print,screen and (min-width: 768px) {
    .footer__sitemap {
        margin:40px 0 0;
        padding: 0 0 40px;
        border-bottom: 1px solid var(--bd-dark-white)
    }
}

.footer__row {
    margin: 48px 0 0
}

@media print,screen and (min-width: 768px) {
    .footer__row {
        display:grid;
        grid-template-columns: 1fr 100px;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 32px;
        margin: 48px 64px 0 0
    }
}

.footer._gs .footer__row {
    margin: 0
}

@media print,screen and (min-width: 768px) {
    .footer._gs .footer__row {
        margin:36px 40px 0 0;
        grid-template-columns: 150px 1fr
    }
}

@media print,screen and (min-width: 768px) {
    .footer__utility-nav {
        grid-column:1/2;
        grid-row: 1/2
    }
}

@media print,screen and (min-width: 768px) {
    .footer._gs .footer__utility-nav {
        grid-column:1/3
    }
}

.footer__sub-logo {
    margin: 32px 0 0;
    text-align: center;
    transition: opacity .2s
}

@media print,screen and (min-width: 768px) {
    .footer__sub-logo {
        grid-column:1/2;
        grid-row: 2/3;
        margin: 0
    }
}

.footer__sub-logo:hover {
    opacity: .6
}

.footer__copyright {
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: var(--medium);
    display: block;
    text-align: center;
    padding: 0 10px;
    margin: 24px 0 0;
    opacity: .5;
    flex-shrink: 0;
	color: ##eaeaea;
	
}

@media print,screen and (min-width: 768px) {
    .footer__copyright {
        margin:0;
        padding: 0;
        grid-column: 1/2;
        grid-row: 2/3;
        text-align: left
    }
}

@media print,screen and (min-width: 768px) {
    .footer._gs .footer__copyright {
        grid-column:2/3;
        text-align: right
    }
}

.footer__jihee {
    text-align: center;
    margin: 32px 0 0
}

@media print,screen and (min-width: 768px) {
    .footer__jihee {
        margin:0;
        grid-column: 2/3;
        grid-row: 1/3
    }
}

.footer__jihee img {
    width: 80px
}

@media print,screen and (min-width: 768px) {
    .footer__jihee img {
        width:100px
    }
}

.footer-utility-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--bd-dark-white);
    border-bottom: 1px solid var(--bd-dark-white)
}

@media print,screen and (min-width: 768px) {
    .footer-utility-nav {
        border-top:0;
        border-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 40px
    }
}

.footer-utility-nav__item {
    margin: 0;
    padding: 0;
    text-indent: 0;
    border-right: 1px solid var(--bd-dark-white);
    border-bottom: 1px solid var(--bd-dark-white);
    font-size: 1.2rem;/*.975rem;*/
    line-height: 1.5;
    font-weight: var(--medium)
}

@media print,screen and (min-width: 768px) {
    .footer-utility-nav__item {
        border-right:0;
        border-bottom: 0
    }
}

.footer-utility-nav__item:nth-child(2n) {
    border-right: 0
}

.footer-utility-nav__item:last-child {
    border-bottom: 0
}

.footer-utility-nav__item:nth-last-child(2):nth-child(odd) {
    border-bottom: 0
}

@media print,screen and (min-width: 768px) {
    .footer-utility-nav__item._sm-only {
        display:none
    }
}

.footer-utility-nav__item:before {
    display: none
}

.footer-utility-nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    padding: 10px 20px;
    min-height: 60px;
    box-sizing: border-box;
    transition: opacity .2s;
    gap: 5px
}

@media print,screen and (min-width: 768px) {
    .footer-utility-nav__link {
        justify-content:start;
        padding: 0;
        min-height: auto
    }
}

.footer-utility-nav__link[target=_blank]:after {
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../../assets/img/common/icon_external.svg);
    mask-image: url(../../assets/img/common/icon_external.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 18px;
    height: 18px;
    background-color: var(--white);
    flex-shrink: 0
}

.footer-utility-nav__link:hover {
    opacity: .6
}

.footer-conversion {
    background-color: var(--bg-dark-gray)
}

.footer-conversion__visual {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative
}

@media print,screen and (min-width: 768px) {
    .footer-conversion__visual {
        height:max(600px,35vw)
    }
}

.footer-conversion__visual:before,.footer-conversion__visual:after {
    content: "";
    width: 1px;
    background-color: var(--bd-gray);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.footer-conversion__visual:before {
    left: calc(var(--sm-side-margin) - 1px)
}

@media print,screen and (min-width: 768px) {
    .footer-conversion__visual:before {
        left:calc(var(--md-side-margin-ratio) - 1px)
    }
}

.footer-conversion__visual:after {
    right: calc(var(--sm-side-margin) - 1px)
}

@media print,screen and (min-width: 768px) {
    .footer-conversion__visual:after {
        right:calc(var(--md-side-margin-ratio) - 1px)
    }
}

.footer-conversion__img {
    object-fit: cover;
    width: max(750px,100vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0
}

@media print,screen and (min-width: 768px) {
    .footer-conversion__img {
        width:max(1600px,100vw)
    }
}

.footer-conversion__buttons {
    margin: -80px calc(var(--sm-side-margin) - 1px) 0
}

@media print,screen and (min-width: 768px) {
    .footer-conversion__buttons {
        display:grid;
        grid-template-columns: 1fr 1fr;
        margin: -250px calc(var(--md-side-margin-ratio) - 1px) 0
    }
}

@media print,screen and (min-width: 1201px) {
    .footer-conversion__buttons {
        margin:-165px calc(var(--md-side-margin-ratio) - 1px) 0
    }
}

.footer-conversion-button {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    color: var(--white);
    text-decoration: none;
    padding: 32px 20px;
    position: relative
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button {
        padding:64px 24px
    }
}

@media print,screen and (min-width: 1201px) {
    .footer-conversion-button {
        padding:64px 48px
    }
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button._gs {
        padding:80px 24px
    }
}

@media print,screen and (min-width: 1201px) {
    .footer-conversion-button._gs {
        padding:80px 48px
    }
}

.footer-conversion-button:before {
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--primary-hover);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height .3s
}

.footer-conversion-button:hover:before {
    height: 100%
}

.footer-conversion-button:hover .circle-arrow:before {
    animation: arrow .5s
}

.footer-conversion-button+.footer-conversion-button:after {
    content: "";
    height: 1px;
    background-color: var(--white);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button+.footer-conversion-button:after {
        width:1px;
        height: auto;
        top: 64px;
        bottom: 64px;
        left: 0;
        right: auto
    }
}

.footer-conversion-button__title {
    margin: 0;
    display: grid;
    position: relative
}

.footer-conversion-button__title-en {
    text-transform: uppercase;
    font-family: var(--font-barlow);
    font-weight: var(--black-bold);
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: -1.2px
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button__title-en {
        font-size:4.5rem;
        letter-spacing: -1.44px
    }
}

@media print,screen and (min-width: 1201px) {
    .footer-conversion-button__title-en {
        font-size:5.625rem;
        letter-spacing: -1.8px
    }
}

.footer-conversion-button__title-jp {
    font-weight: var(--black-bold);
    font-size: 1.125rem;
    line-height: 1.6
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button__title-jp {
        font-size:2rem;
        margin: 0 2.5em 0 0
    }
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button__title-jp br {
        display:none
    }
}

.footer-conversion-button__description {
    margin: 20px 50px 0 0;
    font-weight: var(--medium);
    font-size: .875rem;
    line-height: 1.6;
    position: relative
}

@media print,screen and (min-width: 768px) {
    .footer-conversion-button__description {
        font-size:1rem;
        line-height: 1.8;
        margin: 32px 60px 0 0
    }
}

.footer-conversion-button__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%
}

@media print,screen and (min-width: 768px) {
  footer   .footer-conversion-button__icon {
        right:24px
    }
}

@media print,screen and (min-width: 1201px) {
    footer .footer-conversion-button__icon {
        right:48px
    }
}

footer .footer-sns {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px
}

@media print,screen and (min-width: 768px) {
   footer  .footer-sns {
        gap:24px
    }
}

footer .footer-sns__item {
    margin: 0;
    padding: 0
}

footer .footer-sns__item:before {
    display: none
}

footer .footer-sns__link {
    color: var(--white);
    transition: opacity .2s
}

footer .footer-sns__link:hover {
    opacity: .6
}

footer .footer-sns__icon {
    width: 24px;
    height: 24px;
    display: block
}

footer .footer-sns__title {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

footer .footer-address {
    display: grid;
    gap: 8px
}

@media print,screen and (min-width: 768px) {
    .footer-address {
        gap:16px
    }
}

footer .footer-address__title {
    margin: 0;
    font-weight: var(--bold);

    line-height: 2
}

footer .footer-address__title._small {

    line-height: 1.6
}

footer .footer-address__address {
    margin: 0;
    font-weight: var(--medium);
    font-size: 1.4rem;
    line-height: 1.6
}

footer .footer-address__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

footer .footer-address__link {
    min-width: 130px;
    height: 30px;
    padding: 6px 16px;
    border: 1px solid var(--white);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    text-decoration: none;
    font-weight: var(--medium);
    box-sizing: border-box;
    position: relative;
    font-size: /*.75rem;*/ 1.4rem;
    line-height: 1.6
}

footer .footer-address__link:after {
    content: "";
    display: block;
    -webkit-mask-image: url(../../assets/img/common/icon_arrow.svg);
    mask-image: url(../../assets/img/common/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 18px;
    height: 18px;
    background-color: var(--white)
}

footer .footer-address__link:hover:after {
    animation: arrow .5s
}

footer .footer-links {
    display: grid;
    gap: 8px
}

@media print,screen and (min-width: 768px) {
   footer  .footer-links {
        gap:16px
    }
}

footer .footer-links__title {
    margin: 0;
    font-weight: var(--bold);
  /*  font-size: 1.125rem;*/
    line-height: 2
}

footer .footer-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px
}

footer .footer-links__item {
    margin: 0;
    padding: 0;
    font-size: 0.8em; /*.875rem;*/
    line-height: 1.6
}

footer .footer-links__item:before {
    display: none
}

footer .footer-links__link {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    color: var(--white);
    text-decoration: none;
    gap: 8px
}

footer .footer-links__link:after {
    content: "";
    -webkit-mask-image: url(../../assets/img/common/icon_arrow.svg);
    mask-image: url(../../assets/img/common/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 18px;
    height: 18px;
    background-color: var(--white)
}

footer .footer-links__link[target=_blank]:after {
    -webkit-mask-image: url(../../assets/img/common/icon_external.svg);
    mask-image: url(../../assets/img/common/icon_external.svg);
    width: 18px;
    height: 18px
}

footer .footer-links__link:hover:after {
    animation: arrow .5s
}

footer .footer-sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--bd-dark-white)
}

@media print,screen and (min-width: 768px) {
  footer   .footer-sitemap {
        border-top:0;
        display: flex;
        justify-content: space-between;
        gap: 10px
    }
}

footer .footer-sitemap__item {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: 1rem;
    line-height: 2;
    font-weight: var(--bold);
    border-bottom: 1px solid var(--bd-dark-white)
}

@media print,screen and (min-width: 768px) {
    .footer-sitemap__item {
        width:100%;
        border-bottom: 0
    }
}

footer .footer-sitemap__item:before {
    display: none
}

footer .footer-sitemap__item:last-child {
    border-bottom: 0
}

footer .footer-sitemap__link {
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-height: 64px;
    box-sizing: border-box;
    transition: opacity .2s
}

@media print,screen and (min-width: 768px) {
footer  .footer-sitemap__link {
        padding:0;
        min-height: auto;
        width: fit-content
    }
}

footer .footer-sitemap__link:hover {
    opacity: .6
}

footer .footer-sitemap__2nd {
    display: none;
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    gap: 16px
}

@media print,screen and (min-width: 768px) {
footer  .footer-sitemap__2nd {
        display:grid
    }
}

footer .footer-sitemap__2nd-item {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: var(--medium)
}

@media print,screen and (min-width: 768px) {
footer  .footer-sitemap__2nd-item {
        line-height:1.6
    }
}

footer .footer-sitemap__2nd-item:before {
    display: none
}

footer .footer-sitemap__2nd-link {
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    vertical-align: top;
    transition: opacity .2s
}

footer .footer-sitemap__2nd-link[target=_blank]:after {
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../../assets/img/common/icon_external.svg);
    mask-image: url(../../assets/img/common/icon_external.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 18px;
    height: 18px;
    background-color: var(--white);
    flex-shrink: 0
}

footer .footer-sitemap__2nd-link:hover {
    opacity: .6
}


footer .page-top {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--black);
    border-radius: 50%;
    font-size: .0625rem;
    text-indent: -9999px;
    position: fixed;
    right: 16px;
    bottom: 15vh;
    z-index: 40;
    transform: translateY(calc(5vh + 100%));
    transition: transform .7s,z-index .7s .1s
}

@media print,screen and (min-width: 768px) {
   footer  .page-top {
        right:calc(var(--md-side-margin-ratio) - 25px);
    }
}

footer .page-top._show {
    transform: translateY(0)
}

footer .page-top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    -webkit-mask-image: url(../../assets/img/common/icon_arrow_border.svg);
    mask-image: url(../../assets/img/common/icon_arrow_border.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 14px;
    height: 14px;
    background-color: var(--white)
}

footer .page-top:hover:after {
    animation: arrow-up .5s
}

html[class*=show] .page-top {
    z-index: 1
}

