@charset"UTF-8";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: iconfont;
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format("eot"),
         url('../fonts/iconfont.woff') format("woff"),
         url('../fonts/iconfont.ttf') format("truetype"),
         url('../fonts/iconfont.svg#iconfont') format("svg")
}

.iconfont:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.iconfont-2x {
    font-size: 2em
}

.iconfont-3x {
    font-size: 3em
}

.iconfont-4x {
    font-size: 4em
}

.iconfont-5x {
    font-size: 5em
}

.iconfont-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.iconfont-arw-r-d:before {
    content: "\EA01"
}

.iconfont-arw-r-l:before {
    content: "\EA02"
}

.iconfont-arw-r-r:before {
    content: "\EA03"
}

.iconfont-arw-r-u:before {
    content: "\EA04"
}

.iconfont-arw-r-ch:before {
    content: "\EA05"
}

*,
*:after,
*:before {
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP, Arial, Roboto, Droid Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #313131
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    transition: all .3s ease
}

a:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: 100%
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

div {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8
}

p {
    margin: 0 0 .8em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8
}

iframe {
    border: none
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-size: inherit
}

.l-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.l-footer {
    width: 100%
}

.l-footer__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.l-footer .f-sec__banner {
    background-color: #fff;
    padding: 70px 20px;
    padding: 7rem 2rem
}

.l-footer .f-sec__banner .f-bannerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -12px
}

.l-footer .f-sec__banner .f-bannerWrap a {
    max-width: 252px;
    display: block;
    margin: 0 12px
}

.l-footer .f-sec__banner .f-bannerWrap a img {
    width: 100%
}

.l-footer .f-sec__banner .disc {
    margin-top: 30px;
    margin-top: 3rem;
    font-size: 13px;
    color: #444
}

.l-footer .f-sec__toTop {
    background-color: #000;
    color: #fff
}

.l-footer .f-sec__toTop a {
    display: block;
    text-align: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 14.5px 0
}

.l-footer .f-sec__toTop a span:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0B";
    font-size: 10px;
    margin-right: 12px
}

.l-footer .f-sec__info {
    background-color: #313131;
    color: #fff;
    padding: 50px 20px
}

.l-footer .f-sec__info .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-footer .f-sec__info .f-info__logo .f-logo-r {
    max-width: 216px;
    display: block
}

.l-footer .f-sec__info .f-info__logo .f-logo-r img {
    width: 100%
}

.l-footer .f-sec__info .f-info__logo .f-logo-b {
    max-width: 170px;
    display: block;
    margin-top: 35px
}

.l-footer .f-sec__info .f-info__logo .f-logo-b img {
    width: 100%
}

.l-footer .f-sec__info .f-info__data p {
    font-size: 13px;
    line-height: 1.538
}

.l-footer .f-sec__info .f-info__data p .f-copy {
    font-size: 12px
}

.l-header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 60px;
    top: 6rem;
    z-index: 999
}

.l-header__inner {
    width: calc(100% - 85px*2);
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-header__title {
    position: relative;
    z-index: 999
}

.l-header__title .logo-ritsumei {
    width: 20px
}

.l-header__title .logo-bio {
    display: inline-block;
    width: 336px;
    margin-left: 25px
}

.l-header .sp-toggle {
    display: none;
    background: #000;
    width: 54px;
    height: 54px;
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 999
}

.l-header .sp-toggle span {
    background-color: #fff;
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    left: calc(50% - 12px);
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s
}

.l-header .sp-toggle span:first-of-type {
    top: calc(50% - 9px)
}

.l-header .sp-toggle span:nth-of-type(2) {
    top: calc(50% - 1px)
}

.l-header .sp-toggle span:last-of-type {
    top: calc(50% + 8px)
}

.l-header .sp-toggle.active span {
    transition: top .3s, -webkit-transform .3s .3s;
    transition: transform .3s .3s, top .3s;
    transition: transform .3s .3s, top .3s, -webkit-transform .3s .3s
}

.l-header .sp-toggle.active span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.l-header .sp-toggle.active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.l-header .sp-toggle.active span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px)
}

.l-header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-header__nav__inner>ul {
    color: #fff
}

.l-header__nav__inner>ul li.mob-on {
    display: none
}

.l-header__nav__inner>ul li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: underline;
    text-underline-position: under
}

.l-header__nav__inner .navMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-right: 35px;
    position: relative;
    border-right: 1px solid #fff;
    font-weight: 700
}

.l-header__nav__inner .navMain li {
    margin: 10px 35px 10px 0
}

.l-header__nav__inner .navSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.l-header__nav__inner .navSub li:not(:first-of-type) {
    margin-left: 20px
}

.l-header__nav__inner .navSub li:before {
    content: "▶︎";
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-right: 2px
}

.l-main {
    position: relative;
    width: 100%
}

.c-cBox,
.c-cBox__white,
.c-cBox__gray,
.c-cBox__blue {
    width: 100%;
    height: auto;
    padding: 30px;
    padding: 3rem;
    letter-spacing: .02em
}

.c-cBox__white {
    background: #fff
}

.c-cBox__gray {
    background: #f2f2f2
}

.c-cBox__blue {
    background: #e5f0f8
}

.c-fBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-fBox .c-fBox__imgArea img {
    width: 100%;
    height: auto
}

.c-fBox.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.c-fBox.row__r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-fBox.clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-fBox.clm__r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.c-fBox.jc__sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-fBox.jc__sa {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-fBox.jc__fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-fBox.jc__fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-fBox.jc__ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-fBox.ai__ce {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-fBox.ai__fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-fBox.ai__fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-fBox.ai__st {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-fBox.ai__bl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.c-fBox.fwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-fBox.c-f_half {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-fBox.c-f_half>* {
    width: 48%
}

.c-fBox .shink0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-icon,
.c-icon__red {
    display: inline-block;
    width: auto;
    color: #fff;
    background: #ff6100;
    border-radius: 3px;
    line-height: 1
}

.c-icon__red {
    background: #e60039
}

.c-linkBtn,
.c-linkBtn__wide {
    color: #fff;
    background-color: #ff6100;
    border-radius: 50px;
    min-width: 220px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 12px 25px
}

.c-linkBtn:after,
.c-linkBtn__wide:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: calc(50% - .5em);
    transition: right .3s
}

.c-linkBtn:hover,
.c-linkBtn__wide:hover {
    background-color: #000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.c-linkBtn:hover:after,
.c-linkBtn__wide:hover:after {
    right: 12px;
    transition: right .3s
}

.c-linkBtn__wide {
    font-size: 14px;
    min-width: 280px;
    padding: 17px 26px
}

.c-linkBtn__wide:after {
    font-size: 16px
}

.c-linkText,
.c-linkText__icon-R {
    font-size: 13px;
    color: #ff6100
}

.c-linkText:hover,
.c-linkText__icon-R:hover {
    color: #000
}

.c-linkText__icon-R:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA07";
    vertical-align: baseline;
    font-size: 11px;
    margin: 0 5px
}

.c-linkList {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-linkList a:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\EA07';
    vertical-align: middle;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.c-linkList a.noLink {
    pointer-events: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.c-list--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0
}

.c-list--line>.listItem {
    margin-right: 5px
}

.c-list--line>.listItem a {
    display: inline-block;
    width: 100%;
    padding: 0 10px
}

.c-list--line>.listItem:not(:first-child) {
    border-left: 1px solid #c8c8c8
}

.c-list--line>.listItem:last-child {
    margin-right: 0
}

.c-list--line>.listItem.hasBtn {
    border-left: none
}

.c-tableArea {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    padding: 0 0 10px;
    padding: 0 0 1rem
}

.c-tableArea::-webkit-scrollbar {
    height: 8px
}

.c-tableArea::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 50px
}

.c-tableArea::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    border-radius: 50px
}

.c-tableArea table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.c-tableArea table th,
.c-tableArea table td {
    border: 1px solid #c8c8c8;
    text-align: left;
    font-size: 14px;
    padding: 19px 15px
}

.c-tableArea table th:first-child,
.c-tableArea table td:first-child {
    border-left: none
}

.c-tableArea table th:last-child,
.c-tableArea table td:last-child {
    border-right: none
}

.c-tableArea table th.w50,
.c-tableArea table td.w50 {
    width: 50%
}

.c-tableArea table thead th {
    background-color: #f2f2f2
}

.c-tableArea table tbody th {
    background-color: #e5e5e5
}

.c-title__sec {
    text-align: center;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
}

.c-title__sec .main {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0;
}

.c-title__sec .sub {
    font-size: 13px;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.c-title__sec .sub2 {
    font-size: 13px;
    letter-spacing: .05em;
    margin-bottom: 0;
    float: right;
}

.c-title__border-b,
.archive .p-chapter h3.wp-block-heading,
.page .postCont-article h2.wp-block-heading,
.page .postCont-article h2:not([class]) {
    font-size: 25px;
    letter-spacing: .05em;
    border-bottom: 2px solid #ff6100;
    padding-bottom: .4em;
    margin: 40px 0 .4em;
    margin: 4rem 0 .4em
}

.c-title__border-l,
.archive .p-chapter h4.wp-block-heading,
.page .postCont-article h3.wp-block-heading,
.page .postCont-article h3:not([class]) {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 .2em 10px;
    border-left: 4px solid #333;
    margin: 40px 0 .8em;
    margin: 4rem 0 .8em
}

.c-title__bg-g,
.archive .p-chapter h5.wp-block-heading,
.page .postCont-article h4.wp-block-heading,
.page .postCont-article h4:not([class]) {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.5;
    background-color: #f2f2f2;
    padding: 16px 10px;
    padding: 1.6rem 1rem;
    margin: 40px 0 .8em;
    margin: 4rem 0 .8em;
    font-size: 13px
}

.c-title__wrap-o,
.archive .p-chapter h6.wp-block-heading,
.page .postCont-article h5.wp-block-heading,
.page .postCont-article h5:not([class]) {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff6100;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .05em;
    border-radius: 50px;
    margin-bottom: .8em;
    margin-top: 30px;
    margin-top: 3rem
}

.c-title__cube,
.page .postCont-article h6.wp-block-heading,
.page .postCont-article h6:not([class]) {
    color: #ff6100;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 15px;
    margin-bottom: .8em;
    margin-top: 30px;
    margin-top: 3rem
}

.c-title__cube:before,
.page .postCont-article h6.wp-block-heading:before,
.page .postCont-article h6:not([class]):before {
    content: "■"
}

.c-title__area {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #222
}

.c-title__area .main {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0;
}

.c-title__area .sub {
    text-align: center;
    font-size: 13px;
    letter-spacing: .05em;
    margin-bottom: 0
}

.p-catch {
    background: url('../img/page/p_h-bgimg.jpg') no-repeat center right/cover;
    padding: 170px 0 50px;
    padding: 17rem 0 5rem
}

.p-catch__inner {
    width: calc(100% - 85px*2);
    margin: 0 auto;
    color: #fff
}

.p-catch__ttl .main {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0
}

.p-catch__ttl .sub {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0
}

.p-chapter {
    width: 100%;
    background-color: #f2f2f2;
    padding: 40px 0 80px;
    padding: 4rem 0 8rem
}

.p-chapter__inner {
    max-width: 1080px;
    width: calc(100% - 4rem);
    padding: 70px 90px;
    padding: 7rem 9rem;
    margin: 0 auto;
    background-color: #fff
}

.p-chapter__inner *:first-child {
    margin-top: 0 !important
}

.p-chapter__inner+.p-chapter__inner {
    margin-top: 20px
}

.u-blank {
    font-weight: 500;
    word-break: break-all;
}

.u-blank:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0E";
    color: inherit;
    font-size: inherit;
    margin-left: 8px
}

.u-pdf {
    font-weight: 500
}

.u-pdf:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-left: 8px;
    background-image: url('../img/common/icon-pdf.png');
    background-size: contain
}

.u-xls {
    font-weight: 500
}

.u-xls:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-left: 8px;
    background-image: url('../img/common/icon-excel.png');
    background-size: contain
}

.u-doc {
    font-weight: 500
}

.u-doc:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-left: 8px;
    background-image: url('../img/common/icon-word.png');
    background-size: contain
}

.u-ppt {
    font-weight: 500
}

.u-ppt:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-left: 8px;
    background-image: url('../img/common/icon-ppt.png');
    background-size: contain
}

.u-hide {
    display: none
}

.u-clearfix:after {
    clear: both;
    content: "";
    display: block
}

.u-left {
    float: left
}

.u-right {
    float: right
}

.u-alignLeft {
    text-align: left
}

.u-alignCenter {
    text-align: center
}

.u-alignRight {
    text-align: right
}

.u-weightBold {
    font-weight: 700
}

.u-small {
    font-size: 12px;
    font-size: 1.2rem
}

.u-textBl {
    color: #006cb8
}

.u-textRd {
    color: #e60039
}

.u-textOrange {
    color: #ff6100
}

.u-markList li {
    position: relative;
    padding-left: 1em
}

.u-markList li .mark {
    position: absolute;
    left: 0
}

.u-fadeUp,
.page .p-chapter__inner {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.u-fadeUp.js_on,
.page .js_on.p-chapter__inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none
}

.u-hidePc {
    display: none
}

.u-forTb {
    display: none
}

.u-forSp {
    display: none
}

.u-mt0 {
    margin-top: 0 !important
}

.u-mb0 {
    margin-bottom: 0 !important
}

.u-pl0 {
    padding-left: 0 !important
}

.u-pr0 {
    padding-right: 0 !important
}

.u-mt5 {
    margin-top: 5px !important
}

.u-mb5 {
    margin-bottom: 5px !important
}

.u-pl5 {
    padding-left: 5px !important
}

.u-pr5 {
    padding-right: 5px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-mb10 {
    margin-bottom: 10px !important
}

.u-pl10 {
    padding-left: 10px !important
}

.u-pr10 {
    padding-right: 10px !important
}

.u-mt15 {
    margin-top: 15px !important
}

.u-mb15 {
    margin-bottom: 15px !important
}

.u-pl15 {
    padding-left: 15px !important
}

.u-pr15 {
    padding-right: 15px !important
}

.u-mt20 {
    margin-top: 20px !important
}

.u-mb20 {
    margin-bottom: 20px !important
}

.u-pl20 {
    padding-left: 20px !important
}

.u-pr20 {
    padding-right: 20px !important
}

.u-mt25 {
    margin-top: 25px !important
}

.u-mb25 {
    margin-bottom: 25px !important
}

.u-pl25 {
    padding-left: 25px !important
}

.u-pr25 {
    padding-right: 25px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-mb30 {
    margin-bottom: 30px !important
}

.u-pl30 {
    padding-left: 30px !important
}

.u-pr30 {
    padding-right: 30px !important
}

.u-mt35 {
    margin-top: 35px !important
}

.u-mb35 {
    margin-bottom: 35px !important
}

.u-pl35 {
    padding-left: 35px !important
}

.u-pr35 {
    padding-right: 35px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-mb40 {
    margin-bottom: 40px !important
}

.u-pl40 {
    padding-left: 40px !important
}

.u-pr40 {
    padding-right: 40px !important
}

.u-mt45 {
    margin-top: 45px !important
}

.u-mb45 {
    margin-bottom: 45px !important
}

.u-pl45 {
    padding-left: 45px !important
}

.u-pr45 {
    padding-right: 45px !important
}

.u-mt50 {
    margin-top: 50px !important
}

.u-mb50 {
    margin-bottom: 50px !important
}

.u-pl50 {
    padding-left: 50px !important
}

.u-pr50 {
    padding-right: 50px !important
}

.overArea {
    margin-bottom: 30px
}

.overArea img {
    width: 100%
}

.overArea-full {
    margin-bottom: 30px;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw
}

.overArea-full img {
    width: 100%
}



.home .l-header__inner {
    width: calc(100% - 45px*2);
    border-radius: 50px;
    background-color: #ff6100;
    padding: 12.5px 45px
}

.home .l-header .sp-toggle {
    background-color: #ff6100
}

.home .l-header .sp-toggle.active {
    background-color: #000
}

.home .l-content .l-main .home-catchSec {
    background: url('../img/home/mv-main.jpg') no-repeat center/cover;
    padding-top: 50%;
    height: 0;
    position: relative
}

.home .l-content .l-main .home-catchSec__logo {
    max-width: 510px;
    width: 30vw;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .6s ease-in .3s
}

.home .l-content .l-main .home-catchSec__logo img {
    width: 100%
}

.home .l-content .l-main .home-catchSec__logo.js_on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.home .l-content .l-main .c-title__sec .main {
    font-size: 50px;
    letter-spacing: .05em
}

.home .l-content .l-main .p-chapter__inner,
.home .l-content .l-main .accessSec {
    margin-top: 60px;
    margin-top: 6rem
}

.home .l-content .l-main .messageArea {
    background-color: #e5e5e5;
    position: relative
}

.home .l-content .l-main .messageArea:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: right .7s ease-in
}

.home .l-content .l-main .messageArea.js_on:before {
    right: -100%
}

.home .l-content .l-main .messageArea__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 54px 56px 30px;
    background: url('../img/home/about-teacher.png') no-repeat left 20px bottom 30px/430px auto
}

.home .l-content .l-main .messageArea .messageArea-ttl {
    font-size: 28px;
    letter-spacing: .05em;
    color: #222;
    line-height: 1.5;
}

.home .l-content .l-main .messageArea .textArea {
    padding: 0 0 0 450px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home .l-content .l-main .messageArea .textArea .comment {
    letter-spacing: .15em;
    line-height: 1.8;
    margin: 20px 0 25px;
    margin: 2rem 0 2.5rem;
}

.home .l-content .l-main .messageArea .nameArea {
    display: inline-block;
    margin: 0 0 0 auto;
    letter-spacing: .05em;
    text-align: right
}

.home .l-content .l-main .messageArea .nameArea .name {
    font-size: 26px;
    font-weight: 400
}

.home .l-content .l-main .movieArea {
    margin: 50px auto 60px;
    margin: 5rem auto 6rem;
    max-width: 710px
}

.home .l-content .l-main .movieArea .movieCont {
    display: block;
    height: 0;
    padding-top: 56.25%;
    margin: 20px auto 0;
    margin: 2rem auto 0;
    position: relative;
    overflow: hidden
}

.home .l-content .l-main .movieArea .movieCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home .l-content .l-main .homeNewsSec .c-title__sec {
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.home .l-content .l-main .homeNewsSec .newsList {
    margin: 0 auto 60px;
    margin: 0 auto 6rem
}

.home .l-content .l-main .accessSec__inner {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 4rem)
}

.home .l-content .l-main .accessSec__cont {
    width: 50%
}

.home .l-content .l-main .accessSec .mapText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff6100;
    color: #fff;
    padding: 40px 15px
}

.home .l-content .l-main .accessSec .mapImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: left 5% center;
    object-position: left 5% center
}

.introduction .leadTxt p,
.introduction .leadTxt li {
    line-height: 2.2
}

.introduction .leadTxt br {
    display: inherit
}

.introduction .imgWrap {
    margin: 40px auto 0;
    margin: 4rem auto 0
}

.introduction .imgWrap img {
    margin: 0 auto;
    width: 100%
}

.introduction .imgWrap img+img {
    margin-top: 30px;
    margin-top: 3rem
}

.introduction .u-alignCenterimgWrap .theme-img01 {
    max-width: 700px
}

.introduction .u-alignCenterimgWrap .theme-img02 {
    max-width: 658px
}

.introduction .u-alignCenterimgWrap .theme-img03 {
    max-width: 708px
}

.introduction .u-alignCenterimgWrap .theme-img04 {
    max-width: 340px
}

.introduction .u-alignCenterimgWrap .theme-img05 {
    max-width: 682px
}

.introduction .u-alignCenterimgWrap .theme-img06 {
    max-width: 440px
}

.introduction .u-alignCenterimgWrap .theme-img07 {
    max-width: 245px
}

.introduction .u-alignCenterimgWrap .theme-img08 {
    max-width: 689px
}

.introduction .u-alignCenterimgWrap .theme-img09 {
    max-width: 482px
}

.introduction .u-alignCenterimgWrap .imgWrap_06-07 {
    max-width: 440px
}

.member .c-title__cube,
.member .page .postCont-article h6:not([class]),
.page .postCont-article .member h6:not([class]) {
    margin: 0 0 .3em
}

.member .overArea-full {
    margin: 0 calc(50% - 50vw - 128px/2) 20px;
    width: calc(100vw + 128px);
}


.archive .c-title__cube,
.archive .page .postCont-article h6:not([class]),
.page .postCont-article .archive h6:not([class]) {
    margin: 0 0 .3em
}

.archive .overArea-full {
    margin: 0 calc(50% - 50vw - 128px/2) 20px;
    width: calc(100vw + 128px)
}

/*
@keyframes infinity-scroll-left {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

_:-ms-lang(x)::-ms-backdrop,
.overArea-full {
    display: -ms-grid;
    overflow: hidden;
}

.slid_demo {
    display: flex;
    overflow: hidden;
}

.catchImgArea {
    display: flex;
    list-style: none;
}

.list_demo {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.u-forPc {
    width: calc(100vw / 5);
}

.u-forPc>img {
    width: 100%;
}
*/



.slid {
/*    width: 600px;*/
    width: min(100,600px);
    height: 400px;
    position: relative;
    border: none;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .slid {
        height: auto;
    }
}

.slid ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.slid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slid li {
    list-style: none;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
    height: 100%;
}

.arrow {
    top: 0;
    position: absolute;
    width: 8%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 5px solid gray;
    border-bottom: 5px solid gray;
}

.left {
    left: 0px;
}

.left:before {
    top: calc(50% - 10px);
    left: calc(50% - 4px);
    transform: rotate(45deg);
}

.right {
    right: 0;
}

.right:before {
    top: calc(50% - 10px);
    right: calc(50% - 6px);
    transform: rotate(-135deg);
}

@media screen and (max-width:480px) {
    .hscroll ul {
        overflow-x: auto;
    }
}



.newsList {
    border-bottom: 1px solid #bfbfbf
}

.newsList li {
    border-top: 1px solid #bfbfbf
}

.newsList li a {
    padding: 30px 10px;
    padding: 3rem 1rem
}

.newsList li a:hover {
    background-color: rgba(255, 97, 0, .1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.newsList li .date {
    color: #ff6100;
    font-weight: 700;
    letter-spacing: .1em;
    margin-right: 18px
}

.newsList li .title {
    letter-spacing: .1em
}

.news .l-content .archiveArea {
    margin-top: 50px
}

.news .l-content .archiveArea .c-title__bg-g,
.news .l-content .archiveArea .page .postCont-article h4:not([class]),
.page .postCont-article .news .l-content .archiveArea h4:not([class]) {
    font-size: 17px;
    padding-left: 14px
}

.news .l-content .archiveArea .archive {
    margin: 40px -40px 0 0;
    margin: 4rem -4rem 0 0;
    padding: 0 10px;
    padding: 0 1rem
}

.news .l-content .archiveArea .archive li {
    display: inline-block;
    margin-right: 40px;
    margin-right: 4rem;
    font-weight: 700;
    letter-spacing: .05em
}

.news .l-content .archiveArea .archive li:before {
    content: "■"
}

.news .l-content .archiveArea .archive li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #ff6100
}

.page p {
    letter-spacing: .02em
}

.page .breadArea {
    background-color: #f2f2f2
}

.page .breadArea .bread {
    width: calc(100% - 85px*2);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0;
    padding: 2rem 0 0;
    font-size: 13px
}

.page .breadArea .bread li {
    font-weight: 700
}

.page .breadArea .bread li a {
    font-weight: 400
}

.page .breadArea .bread li a:after {
    content: ">";
    margin: 0 3px
}

.page .breadArea .bread li a .home:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    content: "\EA0D"
}

.page .p-chapter__inner {
    transition-delay: .3s !important
}

.page .article-date {
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.page .postCont-article img {
    width: 100%
}

.page .page-prevBtn {
    margin-top: 80px;
    margin-top: 8rem
}

.page .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2px 10px;
    margin: 0 2px 1rem
}

.page .box-list li {
    max-width: 224px;
    width: 100%;
    background-color: #eee;
    padding: 10px;
    min-height: 62px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .5px solid #fff;
    color: #000
}

.page .box-list li:nth-child(2n) {
    background-color: #e5e5e5
}

@media(max-width:768px) {
    div {
        font-size: 1.3rem
    }

    p {
        font-size: 1.3rem
    }

    .l-footer .f-sec__banner {
        padding: 3rem 2rem
    }

    .l-footer .f-sec__banner .f-bannerWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .l-footer .f-sec__banner .f-bannerWrap a {
        margin: 5px 12px
    }

    .l-footer .f-sec__banner .disc {
        margin-top: 15px
    }

    .l-footer .f-sec__info {
        padding: 30px 20px
    }

    .l-footer .f-sec__info .l-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-footer .f-sec__info .f-info__logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-footer .f-sec__info .f-info__logo .f-logo-b {
        margin: 30px 0
    }

    .c-cBox,
    .c-cBox__white,
    .c-cBox__gray,
    .c-cBox__blue {
        padding: 1.5rem
    }

    .c-fBox.mob-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-fBox.c-f_half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-fBox.c-f_half>* {
        width: 100%
    }

    .c-fBox.c-f_half>*+* {
        margin-top: 20px
    }

    .p-chapter {
        padding: 1.5rem 0 6rem
    }

    .p-chapter__inner+.p-chapter__inner {
        margin-top: 1rem
    }

    .u-forPc2 {
        display: none
    }

    .u-forTb {
        display: inherit
    }

    .u-resetM-tb {
        margin: 0 !important
    }

    .overArea {
        margin: 0 calc(50% - 50vw) 20px;
        width: 100vw
    }

    .home .l-content .l-main .p-chapter__inner,
    .home .l-content .l-main .accessSec {
        margin-top: 6rem
    }

    .home .l-content .l-main .messageArea .nameArea .name {
        font-size: 18px
    }

    .home .l-content .l-main .accessSec__cont {
        width: 100%
    }

    .home .l-content .l-main .accessSec .mapText {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home .l-content .l-main .accessSec .mapImg img {
        -o-object-position: center center;
        object-position: center center
    }

    .news .l-content .archiveArea {
        margin-top: 25px
    }

    .news .l-content .archiveArea .c-title__bg-g,
    .news .l-content .archiveArea .page .postCont-article h4:not([class]),
    .page .postCont-article .news .l-content .archiveArea h4:not([class]) {
        font-size: 15px
    }

    .news .l-content .archiveArea .archive {
        margin: 2rem -2rem 0 0
    }

    .news .l-content .archiveArea .archive li {
        margin-right: 2rem
    }

    .page .article-date {
        margin-bottom: 1.8rem
    }

    .page .box-list li {
        max-width: none;
        width: 50%
    }
}

@media(max-width:940px) {
    .l-header {
        top: 0
    }

    .l-header .sp-toggle {
        display: block;
        pointer-events: auto;
        cursor: pointer
    }

    .l-header__nav {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        pointer-events: none;
        transition: opacity .3s .1s;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ff6100;
        overflow: auto
    }

    .l-header__nav.active {
        pointer-events: auto;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .l-header__nav__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 2rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .l-header__nav__inner>ul li.mob-on {
        display: inherit
    }

    .c-title__sec {
        margin-bottom: 2rem
    }

    .c-title__sec .main {
        font-size: 27px
    }

    .c-title__sec .sub {
        font-size: 11px
    }

    .c-title__border-b,
    .page .postCont-article h2:not([class]) {
        font-size: 18px
    }

    .c-title__border-l,
    .page .postCont-article h3:not([class]) {
        font-size: 15px
    }

    h4 .c-title__mark:active:after {
        content: "▲";
    }


    .c-txt .line {
        padding-bottom: 5px;
        position: relative;
    }

    .c-txt .line::before {
        background: #ff701e;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
    }

    .c-txt .line:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .c-title__cube,
    .page .postCont-article h6:not([class]) {
        font-size: 13px
    }

    .p-catch {
        padding: 7.5rem 0 1.5rem
    }

    .p-catch__ttl .main {
        font-size: 27px
    }

    .home .l-header__inner {
        background-color: inherit;
        width: 100%;
        padding: 12.5px 20px
    }

    .home .l-content .l-main .c-title__sec .main {
        font-size: 32px
    }

    .page .breadArea {
        padding: 0 20px
    }
}

@media(max-width:1500px) {
    .l-header__inner {
        width: calc(100% - 27.5px*2)
    }

    .l-header__title .logo-bio {
        width: 235px;
        margin-left: 15px
    }

    .l-header__nav__inner .navMain {
        margin-right: 20px
    }

    .l-header__nav__inner .navMain li {
        margin: 10px 20px 10px 0
    }

    .p-catch__inner {
        width: calc(100% - 27.5px*2)
    }

    .page .breadArea .bread {
        width: calc(100% - 27.5px*2)
    }
}

@media(max-width:1500px) and (max-width:940px) {
    .l-header__inner {
        width: 100%;
        padding: 12.5px 20px;
        transition: .3s
    }

    .l-header__inner.active {
        background-color: #ff6100;
        transition: .3s .1s
    }

    .p-catch__inner {
        width: 100%;
        padding: 0 20px
    }

    .page .breadArea .bread {
        width: 100%
    }
}

@media(max-width:1500px) and (max-width:940px) and (max-width:768px) {
    .l-header__inner {
        padding: 7px 20px
    }

    .page .breadArea .bread {
        padding: 1.5rem 0 0;
        font-size: 12px
    }
}

@media(max-width:1500px) and (max-width:340px) {
    .l-header__title .logo-bio {
        width: 50vw;
        margin-left: 2vw
    }
}

@media(max-width:940px) and (max-width:768px) {
    .l-header__nav__inner {
        top: 115px;
        -webkit-transform: none;
        transform: none
    }

    .p-catch {
        background-image: url('../img/page/p_h-bgimg_sp.jpg')
    }
}

@media(max-width:1500px) and (max-width:1250px) {
    .l-header__nav__inner .navMain {
        border-right: none;
        margin-right: 0
    }

    .l-header__nav__inner .navMain li {
        margin: 10px 0 10px 20px
    }
}

@media(max-width:1500px) and (max-width:1250px) and (max-width:940px) {
    .l-header__nav__inner .navMain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        max-width: 375px;
        padding: 0 0 3rem;
        margin: 0 0 3rem
    }

    .l-header__nav__inner .navMain li {
        margin: 0 0 4rem
    }
}

@media(max-width:1250px) {
    .l-header__nav__inner .navSub {
        display: none
    }
}

@media(max-width:1250px) and (max-width:940px) {
    .l-header__nav__inner .navSub {
        display: inherit
    }
}

@media(max-width:480px) {
    .c-linkBtn__wide {
        font-size: 12px;
        padding: 12px 25px;
        min-width: 220px
    }

    .c-linkBtn__wide:after {
        font-size: 12px
    }

    .u-forPc {
        display: none
    }

    .u-forSp {
        display: inherit
    }

    .u-resetM-sp {
        margin: 0 !important
    }

    .home .l-content .l-main .home-catchSec {
        padding-top: 60rem;
        background: url('../img/home/mv-main_sp.jpg') no-repeat center/cover
    }

    .home .l-content .l-main .home-catchSec__logo {
        width: 80vw;
        max-width: 306px
    }

    .home .l-content .l-main .movieArea {
        margin: 2rem auto 2.5rem
    }

    .home .l-content .l-main .homeNewsSec .c-title__sec {
        margin-bottom: 2rem
    }

    .home .l-content .l-main .homeNewsSec .newsList {
        margin: 0 auto 2.5rem
    }

    .introduction .leadTxt p,
    .introduction .leadTxt li {
        line-height: 2
    }

    .introduction .leadTxt br {
        display: none
    }

    .newsList li a {
        padding: 1.5rem 1rem 2rem
    }

    .newsList li .date {
        max-width: 42px;
        word-break: break-word
    }

    .newsList li .title {
        width: calc(100% - 42px)
    }
}

@media(max-width:480px) and (max-width:340px) {
    .c-linkBtn__wide {
        min-width: inherit;
        width: 100%
    }
}

@media(max-width:1080px) {
    .p-chapter__inner {
        padding: 4rem 4.5rem
    }

    .u-hidePc {
        display: inherit
    }

    .home .l-content .l-main .messageArea__inner {
        background-size: 32vw auto;
        padding-top: 6rem
    }

    .home .l-content .l-main .messageArea .textArea {
        padding-left: 35vw
    }

    .home .l-content .l-main .messageArea .textArea .comment br {
        display: none
    }

    .page .page-prevBtn {
        margin-top: 4rem
    }
}

@media(max-width:1080px) and (max-width:768px) {
    .p-chapter__inner {
        padding: 3rem 1.5rem
    }

    .home .l-content .l-main .messageArea__inner {
        padding: 2rem 2rem 10.5rem;
        background-position: left 30px bottom
    }
}

@media(max-width:1400px) {
    .home .l-header {
        top: 3.5vw
    }
}

@media(max-width:1400px) and (max-width:940px) {
    .home .l-header {
        top: inherit
    }
}

@media(max-width:1080px) and (max-width:768px) and (max-width:650px) {
    .home .l-content .l-main .messageArea__inner {
        background-position: left bottom -60px;
        background-size: 196px auto
    }
}

@media(max-width:1080px) and (max-width:768px) and (max-width:650px) and (max-width:340px) {
    .home .l-content .l-main .messageArea__inner {
        background-size: 50% auto
    }
}

@media(max-width:650px) {
    .home .l-content .l-main .messageArea .messageArea-ttl {
        font-size: 18px
    }

    .home .l-content .l-main .messageArea .nameArea {
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 144px
    }
}

@media(max-width:1080px) and (max-width:650px) {
    .home .l-content .l-main .messageArea .textArea {
        padding: 0
    }
}

@media(max-width:650px) and (max-width:340px) {
    .home .l-content .l-main .messageArea .nameArea {
        padding-left: 0;
        margin-right: 0
    }
}

@media(max-width:768px) and (max-width:480px) {
    .page .box-list li {
        width: 100%;
        min-height: 52px
    }
}


/* add 2024-06 */
.gtranslate_wrapper {
    position: fixed;
    left: 30px;
    bottom: 0;
    z-index: 10000;
}
.gtranslate_wrapper #gt_float_wrapper {
    line-height: 1;
}

.p-chapter .my_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    flex-direction: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: rgba(0,0,0,0.7);
    padding: 30px 0;
    display: none;
}
.p-chapter .my_modal_overlay .my_modal_main {
    background-color: #ffffff;
    overflow-y: auto;
    width: min(calc(100% - 30px), 860px);
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 60px);
}

.p-chapter figure {
    margin: 0;
}

.p-chapter iframe.access_map {
    max-width: 100%;
}
@media (max-width: 768px) {
    .p-chapter iframe.access_map {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}

body.archive.achievement details.wp-block-details {
    pointer-events: none;
}
body.archive.achievement details.wp-block-details a,
body.archive.achievement details.wp-block-details iframe,
body.archive.achievement details.wp-block-details iframe * {
    pointer-events: auto;
}
body.archive.achievement details.wp-block-details:nth-child(n+2) {
    margin-top: 50px;
}
body.archive.achievement details.wp-block-details > summary {
    position: relative;
    list-style-type: none;
    padding-left: calc(1em + 0.25em);
    font-weight: 700;
    font-size: 1.125em;
}
body.archive.achievement details.wp-block-details > summary::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\25cf';
    color: #ff6100;
}
body.archive.achievement details.wp-block-details > summary::-webkit-details-marker {
    display: none;
}
body.archive.achievement details.wp-block-details > summary + .details-main {
    margin-top: 10px;
    cursor: pointer;
    pointer-events: auto;
}
body.archive.achievement details.wp-block-details.pop > summary + .details-main,
body.archive.achievement details.wp-block-details.acc > summary + .details-main {
    overflow: hidden;
    height: 80px;
    position: relative;
    transition: all .5s;
}
body.archive.achievement details.wp-block-details > summary + .details-main::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 30px;
    content: '';
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    pointer-events: none;
}
/*body.archive.achievement details.wp-block-details > summary + .details-main::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
    pointer-events: none;
}*/
body.archive.achievement details.wp-block-details.acc-open > summary + .details-main::before {
    display: none;
}
body.archive.achievement details.wp-block-details > summary + .details-main > .details-main_inner {
}
body.archive.achievement details.wp-block-details + .details-btn-more {
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 1em 2em;
    text-align: center;
    color: #ffffff;
    background-color: #FF6100;
    line-height: 1;
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
}
body.archive.achievement details.wp-block-details + .details-btn-more:hover {
    opacity: 0.7;
}
body.archive.achievement details.wp-block-details.acc-open + .details-btn-more {
    display: none;
}
body.archive.achievement figure.wp-block-embed {
    margin-bottom: 0.8em;
}
body.archive.achievement figure.wp-block-embed .wp-block-embed__wrapper {
}
body.archive.achievement figure.wp-block-embed .wp-block-embed__wrapper iframe {
    height: auto;
}
body.archive.achievement figure.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
    aspect-ratio: 4 / 3;
}
body.archive.achievement figure.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    aspect-ratio: 16 / 9;
}
body.archive.achievement figure.wp-block-embed figcaption.wp-element-caption {
    margin-top: 0;
    margin-bottom: 0;
}
body.archive.achievement .wp-block-file .wp-block-file__button {
    background-color: #ff6100;
}
body.archive.achievement .wp-block-file .wp-block-file__button::after {
    background-image: url(../img/common/icon-pdf_white.png);
}
