@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600&display=swap);

:root {
    --headerH: 6vw;
    --titleGap: 0px
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    :root {
        --headerH: 70px
    }
}

:root {
    --bg-color: #fff;
    --header-color: #fff
}

.about.index,
.sample {
    --bg-color: #fffde3
}

.about {
    --header-color: #fffde3
}

.footer,
.person,
.recruit,
.sample02 {
    --bg-color: #e5edd5;
    --header-color: #e5edd5
}

.type {
    --bg-color: #eaf4fc;
    --header-color: #eaf4fc
}

.welfare {
    --bg-color: #f5ebc1;
    --header-color: #f5ebc1
}

.recruit.parent,
.welfare.line,
.welfare.sns,
.welfare.visit {
    --bg-color: #edf1e5;
    --header-color: #edf1e5
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    font-family: sans-serif
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1.5;
    vertical-align: baseline;
    letter-spacing: .1em;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: transparent;
    font-size: 1.4rem;
    height: 100%;
    font-feature-settings: "palt"
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400
}

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

ul {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

ol {
    list-style: decimal;
    list-style-position: inside
}

ol li {
    margin-bottom: 5px
}

li img {
    vertical-align: bottom
}

div img {
    vertical-align: bottom
}

caption,
th {
    text-align: left
}

q:after,
q:before {
    content: ""
}

:link img,
:visited img,
a img {
    border: none
}

blockquote,
q {
    quotes: none
}

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

strong {
    font-weight: 700
}

del {
    text-decoration: line-through
}

input,
select {
    vertical-align: middle;
    max-width: 100%
}

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

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

ins {
    background-color: #dfdfdf;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #dfdfdf;
    color: #000;
    font-style: italic;
    font-weight: 700
}

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

input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem
}

input:-moz-placeholder {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem
}

img {
    margin: 0;
    padding: 0;
    width: 100%
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    cursor: pointer;
    line-height: inherit
}

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

a:link {
    text-decoration: none;
    color: #363636
}

a:visited {
    text-decoration: underline;
    color: #363636
}

a:active,
a:focus {
    opacity: .7;
    outline: -webkit-focus-ring-color auto 1px
}

a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7
}

body {
    width: 100%;
    height: 100%;
    background: #fff
}

.clear {
    clear: both
}

.hide-content {
    display: none
}

.mb-object {
    display: none !important
}

.mb-object_fl {
    display: none !important
}

.pc-object {
    display: block !important
}

.pc-object_fl {
    display: flex !important
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .mb-object {
        display: block !important
    }

    .mb-object_fl {
        display: flex !important
    }

    .pc-object {
        display: none !important
    }

    .pc-object_fl {
        display: none !important
    }
}

:root {
    --headerH: 6vw;
    --titleGap: 0px
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    :root {
        --headerH: 70px
    }
}

:root {
    --bg-color: #fff;
    --header-color: #fff
}

.about.index,
.sample {
    --bg-color: #fffde3
}

.about {
    --header-color: #fffde3
}

.footer,
.person,
.recruit,
.sample02 {
    --bg-color: #e5edd5;
    --header-color: #e5edd5
}

.type {
    --bg-color: #eaf4fc;
    --header-color: #eaf4fc
}

.welfare {
    --bg-color: #f5ebc1;
    --header-color: #f5ebc1
}

.recruit.parent,
.welfare.line,
.welfare.sns,
.welfare.visit {
    --bg-color: #edf1e5;
    --header-color: #edf1e5
}

h2.section-title {
    font-size: clamp(2.28rem, 2.22vw, 4.27rem);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .2em;
    margin-bottom: 1em;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    position: relative
}

h2.section-title::after,
h2.section-title::before {
    content: "";
    flex: 1;
    height: 1px;
    background: currentColor
}

h2.section-title::before {
    margin-right: .25em
}

h2.section-title::after {
    margin-left: .25em
}

h2.circle-title {
    margin-bottom: 1.5em;
    padding: .5em 1em;
    border-radius: 100em;
    border: solid 5px;
    color: #009191;
    text-align: center;
    font-size: clamp(2.13rem, 2.08vw, 4rem);
    font-weight: 600;
    line-height: 1;
    background: #fff
}

h2.circle-title.mb0 {
    margin-bottom: 0
}

h2.bar-title {
    margin-bottom: 1.5em;
    padding: .5em 1em;
    color: #009191;
    background: #fff;
    font-size: clamp(1.71rem, 1.67vw, 3.2rem);
    font-weight: 500
}

h2.bar-title.mb0 {
    margin-bottom: 0
}

h2.bold-title {
    margin-bottom: .5em;
    color: #009191;
    font-size: clamp(1.56rem, 1.53vw, 2.93rem);
    font-weight: 600
}

h3.bold-title {
    margin-bottom: .75em;
    color: #009191;
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    font-weight: 600
}

h3.bold-title.mb0 {
    margin-bottom: 0
}

h3.bold-title.black {
    color: #000
}

.page-lead-text {
    font-size: clamp(1.3rem, 1.18vw, 2.27rem);
    line-height: 1.6;
    margin-bottom: 1em
}

.page-lead-text.bold {
    font-weight: 500
}

.paragraph {
    font-size: clamp(1.4rem, 1.04vw, 2rem);
    line-height: 1.9;
    margin-bottom: 1.5em;
    text-align: justify
}

.paragraph a {
    color: #009191;
    font-weight: 500;
    border-bottom: solid 1px #009191;
    word-break: break-all
}

.paragraph .align-center,
.paragraph .align-right {
    display: block
}

.paragraph.mb10 {
    margin-bottom: 10px
}

.paragraph.mb0 {
    margin-bottom: 0
}

.paragraph em {
    font-style: normal;
    font-weight: 700
}

.paragraph.green {
    margin-bottom: 0
}

.paragraph.tc-green {
    color: #009191;
    margin-bottom: 0
}

.paragraph span.green {
    color: #009191
}

.paragraph span.red,
.paragraph.red {
    color: red
}

.paragraph.indent.info dd {
    margin-left: 2em;
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: .5em
}

.paragraph.indent.info dd.ml-2em {
    margin-left: 4em;
    text-indent: -3.2em;
    padding-left: 3.2em
}

.paragraph.indent.info dd.no-indent {
    text-indent: 0;
    padding-left: 0
}

.small-text {
    font-size: .8em;
    line-height: 1.7
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.img-full-wrap {
    width: 100%;
    margin: 3vh auto
}

.img-full-wrap img {
    width: 100%;
    display: block
}

.text-bold {
    font-weight: 600
}

.red-text {
    color: red
}

.attention-sup,
sup {
    font-size: .9em;
    position: relative;
    top: -.5em
}

.attention {
    display: block;
    font-size: .8em;
    margin-bottom: 2vw
}

.attention span.red {
    color: red
}

ul.anchor-link-list {
    margin-bottom: 2vmax;
    display: flex;
    justify-content: center
}

ul.anchor-link-list li {
    width: 33.3333333333%
}

ul.anchor-link-list li:last-of-type a p {
    border-right: solid 1px
}

ul.anchor-link-list a {
    width: 100%;
    font-size: clamp(1.3rem, 1.18vw, 2.27rem)
}

ul.anchor-link-list a .img-box {
    height: 12vw;
    background: #ccc;
    margin-bottom: 1em
}

ul.anchor-link-list a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

ul.anchor-link-list a p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid 1px #000;
    padding: .5em 1em 1em;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 500;
    line-height: 1.3;
    min-height: 4em
}

ul.anchor-link-list a p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .75em;
    height: .75em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translate(calc(50% - .75em), 0) rotate(45deg)
}

ul.anchor-link-list.four-col li {
    width: 25%
}

ul.anchor-link-list.five-col li {
    width: 20%
}

ul.anchor-link-list.six-col {
    flex-wrap: wrap
}

ul.anchor-link-list.six-col li {
    width: 16.6666666667%;
    margin-bottom: 5px
}

ul.anchor-link-list.six-col li:nth-child(6n) a p {
    border-right: solid 1px
}

ul.anchor-link-list+ul.anchor-link-list {
    margin-top: -1vmax
}

ul.anchor-link-list-side {
    margin-bottom: 2vmax;
    display: flex;
    flex-wrap: wrap;
    gap: .75em 0;
    font-size: clamp(1.3rem, 1.18vw, 2.27rem)
}

ul.anchor-link-list-side li {
    width: calc(33.3% - 1px);
    border-right: solid 1px
}

ul.anchor-link-list-side li:first-of-type,
ul.anchor-link-list-side li:nth-of-type(10),
ul.anchor-link-list-side li:nth-of-type(13),
ul.anchor-link-list-side li:nth-of-type(4),
ul.anchor-link-list-side li:nth-of-type(7) {
    border-left: solid 1px
}

ul.anchor-link-list-side a {
    padding: .5em 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%
}

ul.anchor-link-list-side a p {
    text-align: center;
    letter-spacing: .2em;
    font-weight: 500;
    line-height: 1.4;
    min-height: 2em
}

ul.anchor-link-list-side a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: .75em;
    height: .75em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translate(0, -50%) rotate(45deg)
}

ul.anchor-link-list-side.four-col li {
    width: 25%
}

ul.anchor-link-list-side.four-col li:nth-of-type(4) {
    border-left: none
}

a.link_btn {
    width: 100%;
    padding: .6em 3em .6em 2em;
    margin-bottom: 2ex;
    border-radius: 100em;
    border: solid 2px;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    transition: all .4s ease;
    word-break: break-all;
    font-weight: 600;
    letter-spacing: .15em
}

a.link_btn::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 1.5em;
    width: .75em;
    height: .75em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg)
}

a.link_btn:hover {
    background: #fff
}

a.link_btn.half {
    width: 50%
}

a.link_btn.half.right {
    margin-left: 50%
}

a.link_btn.half.center {
    margin: 0 25%
}

a.link_btn.flex-item {
    display: flex;
    align-items: center
}

a.link_btn.no-link {
    pointer-events: none
}

a.link_btn.no-link::after {
    content: none
}

a.link_btn.fit {
    width: fit-content;
    min-width: 10em
}

a.link_btn.green {
    background: #009191;
    color: #fff;
    border-color: #009191
}

a.link_btn_circle {
    width: 100%;
    position: relative;
    padding: .75em 3em .75em 2em;
    margin-bottom: 2ex;
    background: #fff;
    border-radius: 100em;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    transition: all .4s ease;
    word-break: break-all;
    font-weight: 600;
    letter-spacing: .15em
}

a.link_btn_circle::after {
    position: absolute;
    content: "";
    top: 50%;
    right: .25em;
    width: 1.75em;
    height: 1.75em;
    transform: translateY(-50%) translateX(-50%);
    background: url(../images/common/arrow-circle.svg) no-repeat center center/contain
}

a.link_btn_circle.half {
    width: 50%
}

a.link_btn_circle.half.right {
    margin-left: 50%
}

a.link_btn_circle.half.center {
    margin: 0 25%
}

a.link_btn_circle.flex-item {
    display: flex;
    align-items: center
}

a.link_btn_circle.no-link {
    pointer-events: none
}

a.link_btn_circle.no-link::after {
    content: none
}

a.link_btn_circle.comingsoon {
    pointer-events: none;
    position: relative;
    overflow: hidden
}

a.link_btn_circle.comingsoon::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    background: rgba(204, 204, 204, .9);
    letter-spacing: .01em;
    font-weight: 600;
    text-align: center;
    z-index: 3
}

a.link_btn_circle.comingsoon::after {
    content: none
}

a[target=_blank].link_btn::before {
    content: none
}

a[target=_blank].link_btn::after {
    background: unset;
    transform: translate(50%, -50%);
    top: 50%;
    right: 1.75em;
    width: 1.2em;
    height: 1.2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23000" d="m38.33,18.33c-.92,0-1.67-.75-1.67-1.67V3.33h-13.33c-.92,0-1.67-.75-1.67-1.67s.75-1.67,1.67-1.67h15c.92,0,1.67.75,1.67,1.67v15c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23000" d="m31.67,40H1.67c-.92,0-1.67-.75-1.67-1.67V8.33c0-.92.75-1.67,1.67-1.67h13.33c.92,0,1.67.75,1.67,1.67s-.75,1.67-1.67,1.67H3.33v26.67h26.67v-11.67c0-.92.75-1.67,1.67-1.67s1.67.75,1.67,1.67v13.33c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23000" d="m18.33,23.33c-.43,0-.85-.16-1.18-.49-.65-.65-.65-1.71,0-2.36L35.49,2.15c.65-.65,1.71-.65,2.36,0s.65,1.71,0,2.36l-18.33,18.33c-.33.33-.75.49-1.18.49Z" /></svg>');
    border: none
}

a[target=_blank].link_btn.green::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23fff" d="m38.33,18.33c-.92,0-1.67-.75-1.67-1.67V3.33h-13.33c-.92,0-1.67-.75-1.67-1.67s.75-1.67,1.67-1.67h15c.92,0,1.67.75,1.67,1.67v15c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23fff" d="m31.67,40H1.67c-.92,0-1.67-.75-1.67-1.67V8.33c0-.92.75-1.67,1.67-1.67h13.33c.92,0,1.67.75,1.67,1.67s-.75,1.67-1.67,1.67H3.33v26.67h26.67v-11.67c0-.92.75-1.67,1.67-1.67s1.67.75,1.67,1.67v13.33c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23fff" d="m18.33,23.33c-.43,0-.85-.16-1.18-.49-.65-.65-.65-1.71,0-2.36L35.49,2.15c.65-.65,1.71-.65,2.36,0s.65,1.71,0,2.36l-18.33,18.33c-.33.33-.75.49-1.18.49Z" /></svg>')
}

.linkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5em;
    margin-bottom: 2ex
}

.linkbox>a {
    width: calc((100% - 1.5em)/ 2);
    margin-bottom: unset
}

.linkbox>a.full {
    width: 100%
}

.linkbox.half {
    width: calc((100% - 1.5em)/ 2)
}

.linkbox.half a {
    width: 100%
}

.linkbox.center {
    justify-content: center
}

.linkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 5px 3%
}

table.table-std {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2vw;
    border-top: 1px solid #009191;
    border-left: 1px solid #009191
}

table.table-std td,
table.table-std th {
    padding: 1em .5em;
    font-size: clamp(1.4rem, 1.11vw, 2.13rem);
    color: #000;
    border-right: 1px solid #009191;
    border-bottom: 1px solid #009191;
    text-align: left;
    vertical-align: middle;
    background: #fff
}
table.table-std td.diagonal {
  background:
    linear-gradient(
      to bottom left,
      transparent 49.5%,
      #009191 50%,
      #009191 50.8%,
      transparent 51%
    ),
    #fff;
}

table.table-std thead td.th-space,
table.table-std thead th {
    text-align: center;
    background: #009191;
    color: #fff;
    font-size: clamp(1.4rem, 1.11vw, 2.13rem);
    font-weight: 600;
    border-right: solid 1px #fff
}

table.table-std thead tr>:last-of-type {
    border-right: solid 1px #009191
}

table.table-std tbody td.th-space,
table.table-std tbody th {
    text-align: center;
    color: #009191;
    font-weight: 500
}

table.table-std tbody td.th-space.color-black,
table.table-std tbody th.color-black {
    color: #000
}

table.table-std tbody td.th-space.bg-green,
table.table-std tbody th.bg-green {
    background: #009191;
    color: #fff;
    border-right: solid 1px #fff
}

table.table-std tbody th.vertical {
    text-align: center;
    vertical-align: middle
}

table.table-std tbody th.vertical > span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    letter-spacing: 0.1em;
    line-height: 1.4
}

table.table-std.tbody-th-bg thead tr:last-of-type td,
table.table-std.tbody-th-bg thead tr:last-of-type th {
    border-bottom: solid 1px #fff
}

table.table-std.tbody-th-bg tbody td.th-space,
table.table-std.tbody-th-bg tbody th {
    background: #009191;
    color: #fff;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px #fff
}

table.table-std.tbody-th-bg tbody tr:last-of-type th {
    border-bottom: 1px solid #009191
}

table.table-std.tbody-th-bg tbody tr th.bb-main {
    border-bottom: 1px solid #009191
}

table.table-std.td-center tbody td {
    text-align: center
}

table.table-std.td-center tbody td.left {
    text-align: left
}

table.table-std.td-center tbody td.right {
    text-align: right
}

table.table-std.td-right tbody td {
    text-align: right
}

table.table-std.td-right tbody td.left {
    text-align: left
}

table.table-std.td-right tbody td.center {
    text-align: center
}

table.table-std .center,
table.table-std.center * {
    text-align: center
}

table.table-std .left,
table.table-std.left * {
    text-align: left
}

table.table-std .right,
table.table-std.right * {
    text-align: right
}

table.table-std.half-size {
    width: 50%
}

table.table-std a {
    display: inline-block;
    color: #009191;
    text-decoration: underline
}

table.table-std a.no-link {
    pointer-events: none
}

.table_res {
    display: block;
    width: 100%
}

.table-inner-list li {
    text-indent: -.6em;
    padding-left: 1em
}

ul.tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

ul.tab-list li {
    width: 100%;
    padding: .3em .5em;
    text-align: center;
    font-size: clamp(1.14rem, 1.1vw, 2.1rem);
    color: #000;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    cursor: pointer;
    transition: all .3s;
    border-left: solid 1px #fff
}

ul.tab-list li.active {
    background: #009191;
    color: #fff;
    border-left: solid 1px #009191
}

ul.tab-list li.active+li {
    border-left: solid 1px #009191
}

.tab-panel {
    display: none
}

.tab-panel.active {
    display: block
}

.accordion-box {
    margin-bottom: 2vmax;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5vw 2vw
}

.accordion-box .accordion-btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding-right: 5rem;
    margin: 0 !important;
    font-size: clamp(1.4rem, 1.18vw, 2.27rem);
    font-weight: 500
}

.accordion-box .accordion-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    background: url(../images/common/arrow-circle-down.svg) no-repeat center center/contain;
    transition: all .4s
}

.accordion-box .accordion-btn.active::after {
    transform: translateY(-50%) rotate(180deg)
}

.accordion-box .accordion-content {
    padding-top: 2vmax;
    display: none
}

.accordion-box .accordion-content>:last-child {
    margin-bottom: 0
}

dl.question-box {
    margin-bottom: 3vmax
}

dl.question-box dt {
    font-size: clamp(1.7rem, 1.25vw, 2.4rem);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1em;
    padding-left: 2.5em;
    position: relative
}

dl.question-box dt::before {
    content: "";
    background: url(../images/common/question-icon.svg) no-repeat center/contain;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0
}

dl.question-box dt::after {
    content: "";
    background: #009191;
    width: 9vmax;
    height: 4px;
    position: absolute;
    bottom: 2px;
    left: -8vmax
}

dl.question-box dd {
    font-size: clamp(1.4rem, 1.04vw, 2rem);
    line-height: 1.9;
    margin-bottom: 1.5em;
    text-align: justify
}

.modaal-content-container {
    padding: 0 !important;
    width: 100%
}

.modaal-inner-wrapper {
    padding: 4vw 6vw
}

.modaal-inner-wrapper .modaal-container {
    background: 0 0;
    max-width: 2000px;
    width: 75vw
}

.modaal-inner-wrapper .modaal-container .modaal-close {
    position: absolute;
    background: #fff;
    border: solid 2px #000;
    right: 0;
    top: 0;
    transform: translate(65%, -65%)
}

.modaal-inner-wrapper .modaal-container .modaal-close:after,
.modaal-inner-wrapper .modaal-container .modaal-close:before {
    background: #000;
    width: 2px;
    top: 12px;
    left: 22px
}

.modaal-inner-wrapper .modaal-container .modaal-close:focus,
.modaal-inner-wrapper .modaal-container .modaal-close:hover {
    background: #009191
}

.modaal-inner-wrapper .modaal-container .modaal-close:focus:after,
.modaal-inner-wrapper .modaal-container .modaal-close:focus:before,
.modaal-inner-wrapper .modaal-container .modaal-close:hover:after,
.modaal-inner-wrapper .modaal-container .modaal-close:hover:before {
    background: #fff
}

.modaal-content-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.disc-list>li {
    list-style-type: disc;
    margin: 0 0 0 1.5em
}

.disc-list>li::marker {
    color: #009191
}

.disc-list.black-disc>li::marker {
    color: #000
}

.num-list {
    list-style-position: outside
}

.num-list>li {
    list-style-type: decimal;
    margin: 0 0 0 2em
}

.num-list>li::marker {
    color: #009191;
    font-weight: 700
}

.notes-list>li {
    padding-left: 1.2em;
    position: relative
}

.notes-list>li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0
}

.notes-list>li span.border {
    border-bottom: #000 1px solid
}

.notes-list>li span.red {
    color: red
}

.notes-list.red>li {
    border-bottom: 1px red solid;
    display: inline-block
}

.notes-list.right-alignment {
    display: flex;
    justify-content: flex-end
}

.notes-list.flex-column-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.notes-list.red-text {
    color: red
}

.notes-list.small {
    font-size: clamp(1.3rem, .83vw, 1.6rem)
}

.notes-indent {
    text-indent: -2.2em;
    padding-left: 3em
}

.notes-num-list>li {
    list-style: none;
    margin: 0;
    padding-left: 2.5em;
    position: relative
}

.notes-num-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.notes-num-list>li:nth-of-type(1)::before {
    content: "※1"
}

.notes-num-list>li:nth-of-type(2)::before {
    content: "※2"
}

.notes-num-list>li:nth-of-type(3)::before {
    content: "※3"
}

.notes-num-list>li:nth-of-type(4)::before {
    content: "※4"
}

.notes-num-list>li:nth-of-type(5)::before {
    content: "※5"
}

.notes-num-list>li:nth-of-type(6)::before {
    content: "※6"
}

.notes-num-list>li:nth-of-type(7)::before {
    content: "※7"
}

.notes-num-list>li:nth-of-type(8)::before {
    content: "※8"
}

.notes-num-list>li:nth-of-type(9)::before {
    content: "※9"
}

.brackets-num-list>li {
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin: 0
}

.brackets-num-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.brackets-num-list>li:nth-of-type(1)::before {
    content: "（1）"
}

.brackets-num-list>li:nth-of-type(2)::before {
    content: "（2）"
}

.brackets-num-list>li:nth-of-type(3)::before {
    content: "（3）"
}

.brackets-num-list>li:nth-of-type(4)::before {
    content: "（4）"
}

.brackets-num-list>li:nth-of-type(5)::before {
    content: "（5）"
}

.brackets-num-list>li:nth-of-type(6)::before {
    content: "（6）"
}

.brackets-num-list>li:nth-of-type(7)::before {
    content: "（7）"
}

.brackets-num-list>li:nth-of-type(8)::before {
    content: "（8）"
}

.brackets-num-list>li:nth-of-type(9)::before {
    content: "（9）"
}

.circle-num-list>li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    margin: 0
}

.circle-num-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.circle-num-list>li:nth-of-type(1)::before {
    content: "①"
}

.circle-num-list>li:nth-of-type(2)::before {
    content: "②"
}

.circle-num-list>li:nth-of-type(3)::before {
    content: "③"
}

.circle-num-list>li:nth-of-type(4)::before {
    content: "④"
}

.circle-num-list>li:nth-of-type(5)::before {
    content: "⑤"
}

.circle-num-list>li:nth-of-type(6)::before {
    content: "⑥"
}

.circle-num-list>li:nth-of-type(7)::before {
    content: "⑦"
}

.circle-num-list>li:nth-of-type(8)::before {
    content: "⑧"
}

.circle-num-list>li:nth-of-type(9)::before {
    content: "⑨"
}

.kana-list>li {
    list-style: none;
    margin: 0;
    padding-left: 2.5em;
    position: relative
}

.kana-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.kana-list>li:nth-of-type(1)::before {
    content: "ア."
}

.kana-list>li:nth-of-type(2)::before {
    content: "イ."
}

.kana-list>li:nth-of-type(3)::before {
    content: "ウ."
}

.kana-list>li:nth-of-type(4)::before {
    content: "エ."
}

.kana-list>li:nth-of-type(5)::before {
    content: "オ."
}

.attention-list>li {
    padding-left: 2.5em;
    position: relative
}

.attention-list>li::before {
    content: "(注)";
    position: absolute;
    left: 0;
    top: 0
}

.attention-list.red-text {
    color: red
}

.attention-num-list {
    counter-reset: item;
    list-style: none
}

.attention-num-list>li {
    list-style: none;
    padding-left: 3em;
    position: relative
}

.attention-num-list>li::before {
    counter-increment: item;
    content: "(注" counter(item) ")";
    position: absolute;
    left: 0;
    top: 0
}

.attention-num-list.red-text {
    color: red
}

.attention-num-list.start-from-2 {
    counter-reset: item 1
}

.attention-num-list.start-from-3 {
    counter-reset: item 2
}

.attention-num-list.start-from-4 {
    counter-reset: item 3
}

.attention-num-list.start-from-5 {
    counter-reset: item 4
}

.circle-list>li {
    padding-left: 1.5em;
    position: relative
}

.circle-list>li::before {
    content: "◎";
    position: absolute;
    left: 0;
    top: 0
}

.circle-list.red-text {
    color: red
}

.ex-num-list>li {
    list-style: none;
    padding-left: 2.5em;
    position: relative
}

.ex-num-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.ex-num-list>li:nth-of-type(1)::before {
    content: "例①"
}

.ex-num-list>li:nth-of-type(2)::before {
    content: "例②"
}

.ex-num-list>li:nth-of-type(3)::before {
    content: "例③"
}

.ex-num-list>li:nth-of-type(4)::before {
    content: "例④"
}

.ex-num-list>li:nth-of-type(5)::before {
    content: "例⑤"
}

.ex-num-list.red-text {
    color: red
}

.attention-list,
.attention-num-list,
.brackets-num-list,
.circle-list,
.circle-num-list,
.disc-list,
.ex-num-list,
.kana-list,
.notes-list,
.notes-num-list,
.num-list {
    margin-bottom: 3ex
}

.attention-list.mb10,
.attention-num-list.mb10,
.brackets-num-list.mb10,
.circle-list.mb10,
.circle-num-list.mb10,
.disc-list.mb10,
.ex-num-list.mb10,
.kana-list.mb10,
.notes-list.mb10,
.notes-num-list.mb10,
.num-list.mb10 {
    margin-bottom: 10px
}

.attention-list.mb0,
.attention-num-list.mb0,
.brackets-num-list.mb0,
.circle-list.mb0,
.circle-num-list.mb0,
.disc-list.mb0,
.ex-num-list.mb0,
.kana-list.mb0,
.notes-list.mb0,
.notes-num-list.mb0,
.num-list.mb0 {
    margin-bottom: 0
}

.attention-list>li,
.attention-num-list>li,
.brackets-num-list>li,
.circle-list>li,
.circle-num-list>li,
.disc-list>li,
.ex-num-list>li,
.kana-list>li,
.notes-list>li,
.notes-num-list>li,
.num-list>li {
    line-height: 1.7
}

.attention-list>li+li,
.attention-num-list>li+li,
.brackets-num-list>li+li,
.circle-list>li+li,
.circle-num-list>li+li,
.disc-list>li+li,
.ex-num-list>li+li,
.kana-list>li+li,
.notes-list>li+li,
.notes-num-list>li+li,
.num-list>li+li {
    margin-top: 5px
}

.attention-list>li em,
.attention-num-list>li em,
.brackets-num-list>li em,
.circle-list>li em,
.circle-num-list>li em,
.disc-list>li em,
.ex-num-list>li em,
.kana-list>li em,
.notes-list>li em,
.notes-num-list>li em,
.num-list>li em {
    font-style: normal;
    font-weight: 700
}

.attention-list>li em .red-text,
.attention-num-list>li em .red-text,
.brackets-num-list>li em .red-text,
.circle-list>li em .red-text,
.circle-num-list>li em .red-text,
.disc-list>li em .red-text,
.ex-num-list>li em .red-text,
.kana-list>li em .red-text,
.notes-list>li em .red-text,
.notes-num-list>li em .red-text,
.num-list>li em .red-text {
    font-weight: 700;
    color: red
}

li>.attention-list,
li>.attention-num-list,
li>.brackets-num-list,
li>.circle-list,
li>.circle-num-list,
li>.disc-list,
li>.ex-num-list,
li>.kana-list,
li>.notes-list,
li>.notes-num-list,
li>.num-list {
    margin-top: 1ex
}

.attention-list>li>a,
.attention-num-list>li>a,
.brackets-num-list>li>a,
.circle-list>li>a,
.circle-num-list>li>a,
.disc-list>li>a,
.ex-num-list>li>a,
.kana-list>li>a,
.notes-list>li>a,
.notes-num-list>li>a,
.num-list>li>a {
    color: #009191;
    text-decoration: underline
}

.attention-list>li>p,
.attention-num-list>li>p,
.brackets-num-list>li>p,
.circle-list>li>p,
.circle-num-list>li>p,
.disc-list>li>p,
.ex-num-list>li>p,
.kana-list>li>p,
.notes-list>li>p,
.notes-num-list>li>p,
.num-list>li>p {
    margin-top: 10px
}

.notes-inner-list {
    margin: 1em 0
}
.list-indent{
    text-indent: -1em;
    padding-left: 2em;
}

.notes-inner-list li {
    text-indent: -4.2em;
    padding-left: 4.2em
}

.notes-inner-list>.notes-ex-list {
    margin-left: 1em
}

.notes-inner-list>.notes-ex-list li {
    text-indent: -4.2em;
    padding-left: 4.2em
}

.notes-inner-dl {
    margin-bottom: 1em
}

.notes-inner-dl dd {
    margin-left: 1em;
    text-indent: -2.2em;
    padding-left: 2.2em
}

.notes-inner-dl2 {
    margin-bottom: 1em
}

.notes-inner-dl2 dd {
    margin-left: 1em;
    text-indent: -1em;
    padding-left: 4em
}

.mwform-checkbox-field {
    margin-left: 0 !important
}

.special-contents-section {
    width: calc(100% + 10vw);
    background: #fff;
    padding: 2vmax 0 2.5vmax 10vw;
    position: relative;
    left: -10vw;
    margin-bottom: 3vmax
}

.special-contents-section p.title {
    width: fit-content;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: .3em 0;
    font-weight: 600;
    margin-bottom: 1.5vmax
}

.special-contents-section .special-contents-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: 5vw
}

.special-contents-section .special-contents-wrap.center {
    justify-content: center;
    margin-left: 0
}

.special-contents-section .special-contents-wrap a.special-content-box {
    display: flex;
    width: 49%;
    justify-content: space-between
}

.special-contents-section .special-contents-wrap a.special-content-box .text-box {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.special-contents-section .special-contents-wrap a.special-content-box .text-box p {
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 1vmax
}

.special-contents-section .special-contents-wrap a.special-content-box .text-box .link_btn {
    width: 100%;
    padding: .6em 3em .6em 2em;
    margin-bottom: 1vmax;
    border-radius: 100em;
    border: solid 2px;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    transition: all .4s ease;
    word-break: break-all;
    font-weight: 600;
    letter-spacing: .15em;
    background: #009191;
    color: #fff;
    border-color: #009191
}

.special-contents-section .special-contents-wrap a.special-content-box .text-box .link_btn::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 1.5em;
    width: .75em;
    height: .75em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg)
}

.special-contents-section .special-contents-wrap a.special-content-box figure {
    width: 50%
}

.special-contents-section .special-contents-wrap a.special-content-box figure img {
    width: 100%
}

.career-box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5em
}

.career-box dl dt {
    width: 20%;
    font-size: clamp(1.3rem, .9vw, 1.73rem)
}

.career-box dl dd {
    width: 80%;
    font-size: clamp(1.3rem, .9vw, 1.73rem);
    position: relative;
    padding-left: 5em
}

.career-box dl dd span {
    width: 4.5em;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 1.55
}

.career-box dl dd span.training {
    border: 1px solid #000
}

.career-box dl dd span.change {
    color: #fff;
    background: #69b4da
}

.career-box dl dd span.promotion {
    background: #ffff69
}

.profile-text-box p.profile {
    border-bottom: 1px solid #000;
    padding-bottom: 2vmax;
    margin-bottom: 2vmax
}

.view-more-wrap {
    width: calc(100% + 10vw);
    position: relative;
    left: -10vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vmax
}

.view-more-wrap figure {
    width: 50%
}

.view-more-wrap figure img {
    width: 100%
}

.view-more-wrap .text-wrap {
    width: 45%
}

.view-more-wrap .text-wrap p.lead {
    font-size: clamp(1.78rem, 1.74vw, 3.33rem);
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 1em
}

.view-more-wrap .text-wrap p.profile span.bold {
    display: block;
    font-size: clamp(1.3rem, .97vw, 1.87rem);
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 1em
}

.view-more-box {
    margin-top: 2vmax
}

.view-more-box .view-more-btn {
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    transition: .3s ease all;
    width: 15em;
    background: #009191;
    color: #fff;
    padding: .6em 3em .6em 2em;
    margin-bottom: 2ex;
    border-radius: 100em;
    border: solid 2px #009191;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    word-break: break-all;
    font-weight: 600;
    letter-spacing: .15em
}

.view-more-box .view-more-btn::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 1.5em;
    width: .75em;
    height: .75em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg)
}

.view-more-box .view-more-btn:hover {
    color: #009191;
    background: #fff
}

.view-more-box .view-more-btn.active {
    display: none
}

.view-more-content {
    display: none;
    background: #fff;
    padding: 6vmax 8vmax;
    border-radius: 30px;
    margin: 3vmax 0 4vmax;
    position: relative
}

.view-more-content .interview-img-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vmax
}

.view-more-content .interview-img-box p {
    width: 45%
}

.view-more-content .interview-img-box figure {
    width: 50%
}

.view-more-content .interview-img-box figure img {
    width: 100%
}

.view-more-content .interview-img-box .career-box {
    width: 48%
}

.view-more-content .interview-img-box.wd100 figure {
    width: 100%
}

.view-more-content .interview-img-box.wd100 figure.flex-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.view-more-content .interview-img-box.wd100 figure.flex-col img {
    object-fit: cover;
    height: 16vw
}

.view-more-content .interview-img-box.wd100 figure.flex-col img:first-child {
    width: 70%
}

.view-more-content .interview-img-box.wd100 figure.flex-col img:last-child {
    width: 30%
}

.view-more-content .interview-img-box.wd100 figure img {
    width: 100%
}

.view-more-content .message-box {
    position: relative;
    margin-bottom: 15vmax
}

.view-more-content .message-box figure {
    width: 80%;
    margin-left: auto;
    position: relative;
    right: -8vmax
}

.view-more-content .message-box figure img {
    width: 100%
}

.view-more-content .message-box .text-box {
    width: 68%;
    background: #009191;
    padding: 2.5vmax;
    position: absolute;
    left: -4vmax;
    bottom: -15vmax
}

.view-more-content .message-box .text-box p.title {
    font-size: clamp(2.3rem, 1.67vw, 3.2rem);
    color: #fff;
    font-weight: 700
}

.view-more-content .message-box .text-box p.lead {
    font-size: clamp(1.7rem, 1.25vw, 2.4rem);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5em
}

.view-more-content .message-box .text-box p.paragraph {
    color: #fff
}

.view-more-content .close-btn {
    position: absolute;
    right: 8vmax;
    bottom: 6vmax;
    cursor: pointer;
    margin: 0 !important;
    transition: .3s ease all;
    width: 15em;
    background: #fff;
    color: #009191;
    padding: .6em 3em .6em 2em;
    margin-bottom: 2ex;
    border-radius: 100em;
    border: solid 2px #009191;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    word-break: break-all;
    font-weight: 600;
    letter-spacing: .15em
}

.view-more-content .close-btn::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 1.5em;
    width: .75em;
    height: .75em;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg)
}

.view-more-content .close-btn:hover {
    color: #fff;
    background: #009191
}

.download-note-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.download-note-wrap p.paragraph {
    width: 80%
}

.download-note-wrap figure {
    width: 15%
}

.download-note-wrap figure a {
    display: block
}

.download-note-wrap figure a img {
    width: 100%
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    h2.section-title {
        font-size: clamp(2.4rem, 6.4vw, 2.75rem)
    }

    h2.circle-title {
        border: solid 3px;
        font-size: clamp(2rem, 5.33vw, 2.29rem)
    }

    h2.bar-title {
        font-size: clamp(1.9rem, 5.07vw, 2.18rem)
    }

    h3.bold-title {
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        line-height: 1.6
    }

    .page-lead-text {
        font-size: clamp(1.6rem, 4.27vw, 1.83rem)
    }

    .paragraph {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .align-center.res-aling-left {
        text-align: left
    }

    ul.anchor-link-list {
        width: calc(100% + 6vw);
        margin-left: -3vw
    }

    ul.anchor-link-list li {
        width: 50%;
        margin-bottom: 2vmax
    }

    ul.anchor-link-list a {
        font-size: clamp(1.2rem, 3.2vw, 1.38rem)
    }

    ul.anchor-link-list a .img-box {
        height: 24vw
    }

    ul.anchor-link-list a p {
        padding: .5em .2em 1.25em;
        letter-spacing: .1em;
        min-height: unset
    }

    ul.anchor-link-list a p::after {
        bottom: .25em
    }

    ul.anchor-link-list.six-col li {
        width: 33.3333333333%
    }

    ul.anchor-link-list.six-col li:nth-child(3n) a p {
        border-right: solid 1px
    }

    ul.anchor-link-list-side li {
        width: calc(50% - 1px);
        border-right: solid 1px
    }

    ul.anchor-link-list-side li:first-of-type,
    ul.anchor-link-list-side li:nth-of-type(10),
    ul.anchor-link-list-side li:nth-of-type(4),
    ul.anchor-link-list-side li:nth-of-type(7) {
        border-left: none
    }

    ul.anchor-link-list-side li:nth-of-type(odd) {
        border-left: solid 1px
    }

    ul.anchor-link-list-side a {
        padding: .5em 1.75em 1em .5em
    }

    ul.anchor-link-list-side a p {
        min-height: unset
    }

    ul.anchor-link-list-side.four-col li:nth-of-type(odd) {
        border-left: none
    }

    a.link_btn {
        padding: .6em 2.5em .6em 1.5em;
        font-size: clamp(1.5rem, 4vw, 1.72rem);
        letter-spacing: .1em
    }

    a.link_btn.half.right {
        margin-left: 0;
        width: 100%
    }

    a.link_btn_circle {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    a.link_btn_circle.half {
        width: 100%
    }

    .linkbox {
        gap: 1em
    }

    .linkbox>a {
        width: 100%
    }

    table.table-std td,
    table.table-std th {
        font-size: clamp(1.3rem, 3.2vw, 1.38rem)
    }

    table.table-std thead th {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    table.table-std.half-size {
        width: 100%
    }

    .table_res {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        padding-top: 1.5em;
        margin-bottom: 1vh
    }

    .table_res::before {
        content: "右にスクロールできます ≫";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1rem;
        font-weight: 700
    }

    .table_res table {
        width: 700px
    }

    .accordion-box {
        padding: 3.5vw 5vw
    }

    .accordion-box .accordion-btn {
        padding-right: 4rem;
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .accordion-box .accordion-btn::after {
        right: 0
    }

    dl.question-box dt {
        font-size: clamp(1.5rem, 4vw, 1.72rem);
        line-height: 1.2
    }

    dl.question-box dt::after {
        width: 8vmax;
        left: -6vmax
    }

    .type dl.question-box dt::after {
        width: 6vmax;
        left: -4vmax
    }

    dl.question-box dd {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem);
        margin-bottom: 3em
    }

    .modaal-inner-wrapper .modaal-container {
        width: 80vw
    }

    .notes-list.small {
        font-size: clamp(1.3rem, 3.2vw, 1.38rem)
    }

    .special-contents-section p.title {
        margin: 0 auto 1.5vmax
    }

    .special-contents-section .special-contents-wrap {
        flex-direction: column;
        margin-left: 0
    }

    .special-contents-section .special-contents-wrap a.special-content-box {
        width: 100%;
        margin-bottom: 2vmax
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box {
        width: 45%
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box p {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box .link_btn {
        padding: .4em 2.5em .4em 1.5em;
        font-size: clamp(1.3rem, 1.87vw, .8rem);
        letter-spacing: .1em
    }

    .career-box dl dt {
        font-size: clamp(1.3rem, 3.47vw, 1.49rem)
    }

    .career-box dl dd {
        font-size: clamp(1.3rem, 3.47vw, 1.49rem)
    }

    .view-more-wrap {
        width: 100%;
        left: unset;
        display: block
    }

    .view-more-wrap figure {
        width: 100%;
        margin-inline: auto;
        margin-bottom: 1vmax
    }

    .view-more-wrap .text-wrap {
        width: 100%
    }

    .view-more-wrap .text-wrap p.lead {
        font-size: clamp(2rem, 5.33vw, 2.29rem);
        line-height: 1.6;
        margin-bottom: .5em
    }

    .view-more-wrap .text-wrap p.profile span.bold {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem);
        margin-bottom: .25em
    }

    .view-more-box .view-more-btn {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .view-more-content {
        padding: 6vmax 5vmax;
        overflow: hidden
    }

    .view-more-content .interview-img-box {
        flex-direction: column
    }

    .view-more-content .interview-img-box>*+* {
        margin-top: 1vmax
    }

    .view-more-content .interview-img-box p {
        width: 100%
    }

    .view-more-content .interview-img-box figure {
        width: 100%
    }

    .view-more-content .interview-img-box .career-box {
        width: 100%
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img {
        height: 20vh
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img:first-child {
        width: 100%
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img:last-child {
        width: 100%
    }

    .view-more-content .message-box {
        margin-bottom: 7vmax
    }

    .view-more-content .message-box figure {
        width: 100%;
        margin-inline: auto;
        right: unset
    }

    .view-more-content .message-box .text-box {
        width: 100%;
        position: relative;
        left: unset;
        bottom: unset
    }

    .view-more-content .message-box .text-box p.title {
        font-size: clamp(2rem, 5.33vw, 2.29rem)
    }

    .view-more-content .message-box .text-box p.lead {
        font-size: clamp(1.5rem, 4vw, 1.72rem);
        margin-bottom: 1em
    }

    .view-more-content .message-box .text-box p.paragraph {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .view-more-content .close-btn {
        position: relative;
        right: unset;
        bottom: unset;
        margin-inline: auto;
        width: 100%;
        font-size: clamp(1.4rem, 3.73vw, 1.61rem);
        justify-content: center
    }

    .download-note-wrap {
        width: 100%;
        flex-direction: column
    }

    .download-note-wrap p.paragraph {
        width: 100%;
        margin-bottom: 1vmax
    }

    .download-note-wrap figure {
        width: 50%
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    h2.section-title {
        font-size: clamp(2.8rem, 3.65vw, 3.73rem)
    }

    h2.circle-title {
        font-size: clamp(2.2rem, 2.86vw, 2.93rem)
    }

    h2.bar-title {
        font-size: clamp(2.1rem, 2.73vw, 2.8rem)
    }

    h3.bold-title {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .page-lead-text {
        font-size: clamp(1.9rem, 2.47vw, 2.53rem)
    }

    .paragraph {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    ul.anchor-link-list a {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    ul.anchor-link-list a .img-box {
        height: 20vw
    }

    ul.anchor-link-list.four-col li {
        width: 25%
    }

    ul.anchor-link-list.four-col li:nth-child(2n) a p {
        border-right: none
    }

    ul.anchor-link-list.four-col li:last-child a p {
        border-right: solid 1px
    }

    ul.anchor-link-list.six-col li {
        width: 16.6666666667%
    }

    ul.anchor-link-list.six-col li:nth-child(3n) a p {
        border-right: none
    }

    ul.anchor-link-list-side {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    a.link_btn {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    a.link_btn_circle {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    a.link_btn_circle.half {
        width: 50%
    }

    .linkbox {
        gap: 1.5em
    }

    .linkbox>a {
        width: calc((100% - 1.5em)/ 2)
    }

    .linkbox.tb-half {
        width: calc((100% - 1.5em)/ 2)
    }

    table.table-std td,
    table.table-std th {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    table.table-std thead th {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    .table_res {
        width: 100%
    }

    .table_res::before {
        content: none
    }

    .table_res table {
        width: 100%
    }

    .accordion-box .accordion-btn {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    dl.question-box dt {
        font-size: clamp(1.8rem, 2.34vw, 2.4rem)
    }

    dl.question-box dd {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    .notes-list.small {
        font-size: clamp(1.3rem, 1.56vw, 1.6rem)
    }

    .special-contents-section {
        padding: 3vmax 0 3.5vmax 10vw
    }

    .special-contents-section .special-contents-wrap {
        flex-direction: row;
        margin-left: 0
    }

    .special-contents-section .special-contents-wrap a.special-content-box {
        width: 49%;
        margin-bottom: 0
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box {
        width: 48%
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box p {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    .special-contents-section .special-contents-wrap a.special-content-box .text-box .link_btn {
        font-size: clamp(1.3rem, 1.3vw, 1.33rem)
    }

    .career-box dl dt {
        font-size: clamp(1.3rem, 1.69vw, 1.73rem)
    }

    .career-box dl dd {
        font-size: clamp(1.3rem, 1.69vw, 1.73rem)
    }

    .view-more-wrap {
        display: flex
    }

    .view-more-wrap figure {
        width: 50%;
        margin: unset
    }

    .view-more-wrap .text-wrap {
        width: 45%
    }

    .view-more-wrap .text-wrap p.lead {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .view-more-wrap .text-wrap p.profile span.bold {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .view-more-box .view-more-btn {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    .view-more-content .interview-img-box p {
        margin-bottom: 2vmax
    }

    .view-more-content .interview-img-box figure {
        width: 70%;
        margin: 0 auto
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img {
        height: 16vh
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img:first-child {
        width: 70%
    }

    .view-more-content .interview-img-box.wd100 figure.flex-col img:last-child {
        width: 30%
    }

    .view-more-content .message-box .text-box p.title {
        font-size: clamp(2.7rem, 3.52vw, 3.6rem)
    }

    .view-more-content .message-box .text-box p.lead {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    .view-more-content .message-box .text-box p.paragraph {
        font-size: clamp(1.4rem, 1.82vw, 1.87rem)
    }

    .view-more-content .close-btn {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    .download-note-wrap {
        width: 100%;
        flex-direction: column
    }

    .download-note-wrap p.paragraph {
        width: 100%;
        margin-bottom: 1vmax
    }

    .download-note-wrap figure {
        width: 30%
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
    width: 100%;
    background: var(--bg-color)
}

body.fixed {
    overflow: hidden
}

.header {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    align-items: center;
    background: var(--header-color);
    padding: 0 3vw 0 3vw;
    height: 6vw;
    width: 100%;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2)
}

.header a.header-logo {
    display: block;
    height: 3vw
}

.header a.header-logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left
}

.header a.header-logo img.pc {
    display: block
}

.header a.header-logo img.mb {
    display: none
}

.header .header-menu-wrap {
    display: flex;
    align-items: center;
    gap: 3em
}

.header ul.header-global-menu-list {
    display: flex;
    align-items: center;
    gap: .25em;
    font-size: clamp(1.1rem, 1.04vw, 2rem)
}

.header ul.header-global-menu-list li {
    line-height: 1.1
}

.header ul.header-global-menu-list li a {
    font-weight: 600;
    line-height: 1;
    border-radius: 99em;
    padding: .3em 1em
}

.header ul.header-global-menu-list li a.current {
    background: #009191;
    color: #fff
}

.header.is-show {
    background: #009191;
    box-shadow: none
}

.side-hamburger-menu {
    position: relative;
    background: #fff;
    border-radius: .5em;
    width: 4vw;
    height: 4vw;
    cursor: pointer
}

.side-hamburger-menu .btn-border {
    position: relative;
    height: 3.5vw;
    display: block
}

.side-hamburger-menu .btn-border .border {
    position: absolute;
    background: #000;
    width: 1.5vw;
    height: 3px;
    transition: .2s ease all;
    left: 50%;
    transform: translateX(-50%)
}

.side-hamburger-menu .btn-border .border:nth-of-type(1) {
    top: calc(50% - .6em)
}

.side-hamburger-menu .btn-border .border:nth-of-type(2) {
    top: 50%
}

.side-hamburger-menu .menu {
    position: absolute;
    bottom: .1vw;
    left: 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: clamp(.85rem, .83vw, 1.6rem)
}

.side-hamburger-menu.is-show .btn-border .border:nth-of-type(1) {
    top: calc(50% - .6em);
    transform: translate(-50%, .2em) rotate(-45deg)
}

.side-hamburger-menu.is-show .btn-border .border:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -.35em) rotate(45deg)
}

.header-right-nav {
    position: fixed;
    top: 6.5vw;
    right: 3vw;
    z-index: 10;
    padding: 1.5em 1.4em;
    background: #fff;
    border-radius: 100em;
    font-size: clamp(1rem, 1.75vh, 1.5rem)
}

ul.header-right-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em
}

ul.header-right-nav-list li:nth-child(1) a::before {
    background: url(../images/common/right-nav-icon01.svg) no-repeat center center/contain
}

ul.header-right-nav-list li:nth-child(2) a::before {
    background: url(../images/common/right-nav-icon02.svg) no-repeat center center/contain
}

ul.header-right-nav-list li:nth-child(3) a::before {
    background: url(../images/common/right-nav-icon03.svg) no-repeat center center/contain
}

ul.header-right-nav-list li:nth-child(4) a::before {
    background: url(../images/common/right-nav-icon04.svg) no-repeat center center/contain
}

ul.header-right-nav-list a {
    writing-mode: vertical-rl;
    font-weight: 600;
    text-orientation: upright
}

ul.header-right-nav-list a span {
    font-weight: inherit
}

ul.header-right-nav-list a.en {
    display: flex;
    flex-direction: column;
    align-items: center;
    writing-mode: horizontal-tb
}

ul.header-right-nav-list a.en span {
    line-height: 1;
    text-align: center;
    font-size: 1.05em
}

ul.header-right-nav-list a::before {
    content: "";
    display: inline-block;
    background: url(../images/common/right-nav-icon01.svg) no-repeat center center/contain;
    margin-bottom: .5em;
    width: 1.5em;
    height: 1.5em
}

.hamburger-menu-content-wrap {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    padding: 7vw 10vw 7vw;
    opacity: 0;
    transition: all .4s ease;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 16;
    visibility: hidden;
    background: #009191;
    color: #fff
}

.hamburger-menu-content-wrap a {
    color: inherit
}

.hamburger-menu-content-wrap.is-show {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.hamburger-main-menu {
    display: flex;
    position: relative;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    min-height: 10em
}

.hamburger-main-menu-res {
    display: none
}

.hamburger-menu-cat-box {
    display: flex;
    gap: 2em
}

.hamburger-menu-cat-box .cat-link-box>:last-child {
    margin-bottom: unset
}

.hamburger-menu-cat-box .cat-link-list {
    margin-bottom: 1em
}

.hamburger-menu-cat-box .cat-link-list li {
    margin-bottom: .5em
}

.hamburger-menu-cat-box .cat-link-list .subcat {
    font-weight: 400;
    font-size: clamp(1.3rem, 1.04vw, 2rem)
}

.hamburger-menu-cat-box .cat-link-list a {
    font-weight: 600
}

.hamburger-menu-block {
    margin-bottom: 2em
}

.hamburger-menu-tab-list {
    display: flex;
    gap: 3em;
    margin-bottom: 1em;
    border-bottom: solid 2px
}

.hamburger-menu-title {
    margin-bottom: .5em;
    padding-bottom: .25em;
    position: relative;
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    letter-spacing: .2em
}

.hamburger-menu-title .border {
    margin-left: .5em;
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
    cursor: pointer
}

.hamburger-menu-title .border::after,
.hamburger-menu-title .border::before {
    content: "";
    top: calc(100% - .5em);
    position: absolute;
    right: 0;
    width: 1em;
    height: 2px;
    background-color: #000;
    transition: transform .2s ease-in-out
}

.hamburger-menu-title .border::after {
    transform: rotate(90deg)
}

.hamburger-menu-title .cat-main-link {
    display: flex;
    align-items: center;
    font-weight: 600
}

.hamburger-menu-title .cat-main-link.is-show .border::after {
    transform: rotate(0)
}

.hamburger-sub-link-list {
    border-top: solid 2px;
    padding-top: 1em;
    display: flex
}

.hamburger-sub-link-list li {
    line-height: 1
}

.hamburger-sub-link-list li+li {
    margin-left: .75em;
    border-left: solid 1px;
    padding-left: .75em
}

.hamburger-sub-link-list a {
    font-weight: 500
}

.hamburger-sub-block {
    width: 92.5%
}

.hamburger-sub-block a,
.hamburger-sub-block p {
    font-weight: 600
}

.hamburger-info-box {
    display: flex;
    justify-content: space-between
}

.hamburger-content-link-list {
    margin-bottom: 1.5em;
    display: flex;
    gap: 1em
}

.hamburger-content-link-list li {
    width: 50%
}

.hamburger-content-link-list a {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: .75em 2em;
    color: #000;
    border-radius: 1rem;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    line-height: 1;
    letter-spacing: .2em;
    background: #fffde3;
    border: solid 2px;
    text-align: center
}

.hamburger-official-link-list {
    margin-bottom: 1em;
    display: flex;
    gap: 2em
}

.hamburger-official-link-list li {
    margin-bottom: .5em;
    width: 50%
}

.hamburger-official-link-list a {
    padding: .25em;
    display: block;
    border: solid 2px;
    border-radius: 100em;
    width: 100%;
    text-align: center
}

.policy-box {
    display: flex;
    color: #000
}

.policy-box .copyright {
    font-weight: 500;
    line-height: 1.2
}

.policy-box .hamburger-policy-link-list {
    margin-left: 2em;
    display: flex;
    align-items: center
}

.policy-box .hamburger-policy-link-list li {
    line-height: 1;
    margin-left: 1em;
    border-left: solid 1px;
    padding-left: 1em
}

.policy-box .hamburger-policy-link-list a {
    line-height: 1
}

.hamburger-sns-link-list {
    display: flex;
    gap: 1.5vw
}

.hamburger-sns-link-list li a {
    display: block;
    width: 3.5vw
}

.hamburger-sns-link-list li a img {
    width: 100%
}

.header-icon-nav-res {
    display: none
}

ul.header-icon-nav-list-res {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem)
}

ul.header-icon-nav-list-res li {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    width: calc(50% - .5em);
    background: #fff;
    border-radius: 1em
}

ul.header-icon-nav-list-res li:nth-child(1) a::before {
    background: url(../images/common/right-nav-icon01.svg) no-repeat center center/contain
}

ul.header-icon-nav-list-res li:nth-child(2) a::before {
    background: url(../images/common/right-nav-icon02.svg) no-repeat center center/contain
}

ul.header-icon-nav-list-res li:nth-child(3) a::before {
    background: url(../images/common/right-nav-icon03.svg) no-repeat center center/contain
}

ul.header-icon-nav-list-res li:nth-child(4) a::before {
    background: url(../images/common/right-nav-icon04.svg) no-repeat center center/contain
}

ul.header-icon-nav-list-res a {
    display: inline-block;
    position: relative;
    border: 2em;
    padding: 1em .25em 1em 3em;
    width: 100%;
    background: 1.5em;
    font-weight: 500;
    line-height: 1.3
}

ul.header-icon-nav-list-res a::before {
    content: "";
    display: inline-block;
    background: url(../images/common/right-nav-icon01.svg) no-repeat center center/contain;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%)
}

.mainvisual {
    height: calc(100vh - 6vw);
    height: calc(100dvh - 6vw);
    width: 100%;
    background: #ccc
}

.about.field .mainvisual {
    background: url(../images/mainvisual/about-mainvisual-img01.webp) no-repeat 50% 0/cover
}

.about.organization .mainvisual {
    background: url(../images/mainvisual/about-mainvisual-img02.webp) no-repeat 50% 0/cover
}

.about.about150 .mainvisual {
    background: url(../images/mainvisual/about-mainvisual-img03.webp) no-repeat 50% 50%/cover
}

.about.numbers .mainvisual {
    background: url(../images/mainvisual/about-mainvisual-img04.webp) no-repeat 50% 50%/cover
}

.mainvisual-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem
}

.mainvisual-top .img-box {
    width: 48%
}

.mainvisual-top .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.mainvisual-top .text-box {
    width: 48%
}

.mainvisual-top .main-text-box {
    width: 43%;
    margin: auto
}

.mainvisual-top .main-text-box p {
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    line-height: 2.1;
    letter-spacing: .2em;
    font-weight: 500;
    min-height: 2em
}

.mainvisual-top .main-text-box.bg-mark {
    position: relative
}

.mainvisual-top .main-text-box.bg-mark::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 46%;
    width: 22vw;
    height: 22vw;
    background: url(../images/recruit/tobe-mark-img.webp) no-repeat center top;
    background-size: contain;
    transform: translateY(-50%);
    opacity: .5;
    z-index: -1
}

.index-page-title {
    padding-top: 1vmax;
    text-align: center;
    border-bottom: solid 1px;
    width: calc(100% - 24.5vw);
    margin: 0 auto 2vmax;
    padding-bottom: .5em
}

.index-page-title span {
    display: block;
    font-weight: 500
}

.index-page-title .en {
    text-transform: capitalize;
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    font-weight: 600
}

.index-page-title .jp {
    font-size: clamp(2.84rem, 2.78vw, 5.33rem);
    line-height: 1.4;
    letter-spacing: .3em
}

.page-title-box {
    padding-top: 1vmax;
    margin-left: 10vw;
    margin-bottom: 2vmax
}

.page-title-box .en {
    position: relative;
    text-transform: capitalize;
    font-size: clamp(1.56rem, 1.53vw, 2.93rem);
    font-weight: 600
}

.page-title-box .en::before {
    content: "";
    position: absolute;
    bottom: .1em;
    left: 0;
    background: currentColor;
    height: 1px;
    width: 12vw;
    transform: translateX(calc(-100% - .25em))
}

.page-title-box .en.small {
    font-size: clamp(1.3rem, .97vw, 1.87rem);
    margin-left: 0
}

.page-title-box .en.small::before {
    content: none
}

.page-title-box.bg {
    margin-right: 10vw;
    margin-bottom: 0
}

.page-title-box.bg .en {
    font-size: clamp(1.3rem, .97vw, 1.87rem)
}

.page-title-box.bg .en::before {
    content: none
}

.page-title-box .special-container {
    display: flex;
    align-items: center;
    gap: 0 1vw
}

.page-title-box .special-container .special {
    width: fit-content;
    height: 1.5vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-flex;
    align-items: center;
    font-size: clamp(1.3rem, .76vw, 1.47rem);
    line-height: 1
}

.event .page-title-box {
    margin-bottom: 3vw
}

h1.page-title {
    margin-bottom: 1vmax
}

h1.page-title span {
    display: block;
    font-weight: 600
}

h1.page-title .jp {
    font-size: clamp(3.56rem, 3.47vw, 6.67rem);
    line-height: 1.4;
    letter-spacing: .25em
}

h1.page-title .sub {
    font-size: clamp(2.13rem, 2.08vw, 4rem);
    line-height: 1.4;
    letter-spacing: .25em
}

h1.page-title.bg-white {
    background: #fff;
    padding: .75em 0 1em 12vw;
    display: flex;
    align-items: center;
    margin: 1vmax 0 0 -12vw
}

h1.page-title.bg-white .jp {
    line-height: 1.2
}

h1.page-title.bg-white span.type {
    display: none
}

h1.page-title.bg-white small {
    display: block;
    line-height: 1.4;
    font-size: clamp(1.78rem, 1.74vw, 3.33rem);
    font-weight: 500;
    letter-spacing: .1em
}

.content-wrap {
    margin: 6vw 0 0;
    width: 100%;
    min-height: 60vh;
    padding-bottom: 6vw
}

.content-wrap.pb0 {
    padding-bottom: 0
}

.content-inner {
    position: relative;
    width: calc(100% - 20vw);
    margin: 0 auto 4vmax
}

.content-inner.wd100 {
    width: 100%
}

.content-inner.demo {
    min-height: 30vh
}

.content-inner.bg-main-color {
    background: #009191;
    padding: 2vw 10vw
}

.content-inner.bg-white {
    background-color: #fff;
    padding: 2vw 10vw
}

.content-inner.mb2 {
    margin: 0 auto 2vmax
}

.content-inner.mb8 {
    margin: 0 auto 8vmax
}

.content-inner.round-corner {
    padding: 6vmax 8vmax;
    border-radius: 2vw
}

.index-link-container {
    margin-inline: auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw 2vw
}

.index-link-container a .img-box {
    width: 100%;
    height: 17vw
}

.index-link-container a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-link-container a p {
    padding-inline: 1em;
    margin-top: .25em;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.3rem, 1.25vw, 2.4rem);
    letter-spacing: .2em;
    line-height: 1.3
}

.index-link-container a p::after {
    content: "";
    position: absolute;
    top: .375em;
    right: 0;
    width: 1.25em;
    height: 1.25em;
    background: url(../images/common/arrow-circle.svg) no-repeat 50% 50%/contain
}

footer {
    position: relative;
    background: #fffde3
}

.footer-main-wrap {
    padding: 3vw 13vw
}

.footer-nav-block {
    margin-bottom: 2vmax
}

.footer-info-block {
    margin-bottom: 2vmax;
    display: flex;
    justify-content: space-between
}

ul.footer-nav-link-list {
    display: flex;
    gap: 1em
}

ul.footer-nav-link-list li {
    width: 50%
}

ul.footer-nav-link-list a {
    display: block;
    width: 100%;
    background: #009191;
    font-weight: 600;
    padding: 1em 2em;
    color: #fff;
    border-radius: 1rem;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    line-height: 1;
    letter-spacing: .2em;
    text-align: center
}

.footer-info-inner {
    display: flex;
    margin-bottom: 2vmax
}

.footer-info-box .footer-info-logo-item p {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: "Noto JP", serif;
    font-weight: 700;
    font-size: clamp(4.27rem, 4.17vw, 8rem);
    letter-spacing: .2em;
    line-height: 1.2
}

.footer-info-box .footer-info-logo-item p span {
    font-weight: 600;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    letter-spacing: .4em
}

.footer-info-box .footer-info-text-item {
    margin-left: 2vw
}

.footer-info-box .footer-info-text-item p {
    display: inline-block;
    font-size: clamp(1.3rem, 1.18vw, 2.27rem)
}

.footer-info-box .footer-info-text-item p img {
    width: 3em;
    height: auto;
    object-fit: contain;
    object-position: right;
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateX(.2em)
}

.footer-info-box .footer-info-text-item p .label {
    min-width: 3.5em;
    display: inline-block
}

.footer-info-box .footer-info-text-item p .tel {
    font-weight: 700
}

.footer-info-box .footer-info-text-item p .num {
    font-weight: 600;
    font-size: 1.25em
}

.footer-info-box .footer-info-official-item ul.footer-info-official-link-list {
    display: flex;
    gap: 1em;
    font-size: clamp(1.3rem, .9vw, 1.73rem)
}

.footer-info-box .footer-info-official-item ul.footer-info-official-link-list li {
    width: 50%
}

.footer-info-box .footer-info-official-item ul.footer-info-official-link-list li a {
    display: block;
    padding: .25em;
    border-radius: 100em;
    border: solid 1px;
    text-align: center
}

.footer-sns-box ul.footer-sns-link-list {
    display: flex;
    gap: 2vw
}

.footer-sns-box ul.footer-sns-link-list li a {
    display: block;
    width: 3.5vw
}

.footer-sns-box ul.footer-sns-link-list li a img {
    width: 100%
}

.footer-policy-block {
    background: #fff;
    display: flex;
    padding: 1vw 13vw
}

.footer-policy-block .copyright {
    font-weight: 600;
    font-size: clamp(1.3rem, .9vw, 1.73rem)
}

.footer-policy-block ul.footer-policy-link-list {
    margin-left: 2em;
    display: flex
}

.footer-policy-block ul.footer-policy-link-list li+li a {
    margin-left: 2em
}

.footer-policy-block ul.footer-policy-link-list a {
    border-left: solid 1px;
    padding-left: 2em;
    font-size: clamp(1.3rem, .9vw, 1.73rem);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap
}

a.pagetop-btn {
    position: absolute;
    bottom: 2vw;
    right: 13vw;
    display: block
}

a.pagetop-btn span {
    font-weight: 600;
    text-align: center;
    font-size: 1.25vw
}

a.pagetop-btn img {
    display: block;
    margin-inline: auto;
    width: 2.5vw
}

.trigger {
    opacity: 0
}

.trigger.is-show {
    opacity: 1;
    animation: section_fade_in .8s ease-in-out both
}

@keyframes pulldown {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes pullup {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-100%)
    }
}

.slide-up {
    opacity: 0
}

.is-show .slide-up {
    animation: section_fade_in .8s ease-in-out both
}

.slide-up02 {
    opacity: 0
}

.is-show .slide-up02 {
    animation: section_fade_in02 .3s ease-in-out both;
    transition-delay: .2s
}

@keyframes section_fade_in {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes section_fade_in02 {
    0% {
        opacity: .8;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade_left {
    0% {
        opacity: 0;
        transform: translateX(-30%)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fade_right {
    0% {
        opacity: 0;
        transform: translateX(30%)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade_bottom {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.anchor-position {
    font-size: 0;
    line-height: 0;
    padding-top: 6vw;
    margin-top: -6vw
}

.unpub-item {
    pointer-events: none;
    opacity: .3
}

.unpub-hidden {
    display: none
}

.unpub-content {
    position: relative;
    pointer-events: none;
    z-index: 1
}

.unpub-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.unpub-content::after {
    content: "COMING SOON";
    font-size: 1.6vw;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8
}

p:empty {
    display: none !important
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    body {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .header {
        height: 70px;
        box-shadow: 0 1px 20px rgba(0, 0, 0, .2)
    }

    .header a.header-logo {
        width: 50vw;
        height: auto
    }

    .header a.header-logo img {
        max-height: 50px
    }

    .header a.header-logo img.pc {
        display: none
    }

    .header a.header-logo img.mb {
        display: block
    }

    .header .header-global-menu {
        display: none
    }

    .header ul.header-global-menu-list {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .header.is-show {
        box-shadow: none
    }

    .side-hamburger-menu {
        width: 50px;
        height: 50px
    }

    .side-hamburger-menu .btn-border .border {
        width: 25px;
        height: 3px
    }

    .side-hamburger-menu .btn-border .border:nth-of-type(1) {
        top: calc(50% - 8px)
    }

    .side-hamburger-menu .menu {
        bottom: 1vw
    }

    .side-hamburger-menu.is-show .btn-border .border:nth-of-type(1) {
        top: calc(50% - 4px);
        transform: translate(-50%, 1px) rotate(-45deg)
    }

    .side-hamburger-menu.is-show .btn-border .border:nth-of-type(2) {
        transform: translate(-50%, -2px) rotate(45deg)
    }

    .header-right-nav {
        display: none;
        top: unset;
        bottom: 0;
        padding: unset;
        background: 0 0;
        border-radius: 0;
        font-size: 3vw
    }

    ul.header-right-nav-list {
        flex-direction: row
    }

    ul.header-right-nav-list li {
        background: #fff;
        border-radius: 100em;
        padding: 1.5em 1.4em
    }

    ul.header-right-nav-list a {
        writing-mode: initial
    }

    ul.header-right-nav-list a.en {
        display: block;
        writing-mode: initial
    }

    ul.header-right-nav-list a.en span {
        font-size: clamp(1rem, 1.85vh, 1.6rem)
    }

    .hamburger-menu-content-wrap {
        padding: calc(70px + 7vw) 5vw 7vw
    }

    .hamburger-main-menu {
        display: none;
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .hamburger-main-menu-res {
        display: block
    }

    .hamburger-menu-cat-box {
        display: block;
        padding-bottom: 1em
    }

    .hamburger-menu-cat-box .cat-link-list .subcat {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .hamburger-menu-cat-box .hamburger-menu-title {
        border-bottom: solid 2px;
        margin-bottom: .75em;
        display: flex;
        align-items: center
    }

    .hamburger-menu-block {
        margin-bottom: 1em
    }

    .hamburger-menu-tab-list {
        display: none;
        gap: 1em;
        flex-wrap: wrap
    }

    .hamburger-menu-tab-list li {
        width: 100%
    }

    .hamburger-menu-title {
        font-size: clamp(1.8rem, 4.8vw, 2.06rem)
    }

    .hamburger-menu-title .border {
        width: 1.25em;
        height: 1.25em;
        margin-inline: auto .25em
    }

    .hamburger-menu-title .border::after,
    .hamburger-menu-title .border::before {
        top: calc(100% - .65em);
        right: 0;
        width: 1.25em
    }

    .hamburger-menu-title .cat-main-link {
        width: 100%
    }

    .hamburger-sub-link-list {
        border-top: none;
        flex-wrap: wrap
    }

    .hamburger-sub-link-list li {
        margin-bottom: 1em;
        width: 50%;
        line-height: 1.2
    }

    .hamburger-sub-link-list li+li {
        margin-left: 0;
        border-left: none;
        padding-left: 0
    }

    .hamburger-sub-link-list li:nth-child(2n) {
        margin-left: 0;
        border-left: solid 1px;
        padding-left: .75em
    }

    .hamburger-sub-link-list a {
        display: block;
        font-size: clamp(1.45rem, 3.87vw, 1.66rem)
    }

    .hamburger-sub-block {
        width: 100%;
        margin-bottom: 7vh
    }

    .hamburger-info-box {
        flex-direction: column
    }

    .hamburger-content-link-list {
        flex-direction: column
    }

    .hamburger-content-link-list li {
        width: 100%
    }

    .hamburger-content-link-list a {
        padding: .75em .5em;
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .hamburger-official-link-list {
        gap: 1em
    }

    .policy-box {
        flex-direction: column
    }

    .policy-box .copyright {
        font-size: clamp(1.2rem, 3.2vw, 1.38rem);
        order: 2
    }

    .policy-box .hamburger-policy-link-list {
        margin-bottom: 1em;
        margin-left: 0
    }

    .policy-box .hamburger-policy-link-list li {
        margin-left: 0;
        border-left: none;
        padding-left: 0
    }

    .policy-box .hamburger-policy-link-list li+li {
        margin-left: 1em;
        border-left: solid 1px;
        padding-left: 1em
    }

    .hamburger-sns-link-list {
        margin-bottom: 1em;
        gap: 3vw
    }

    .hamburger-sns-link-list li a {
        width: 9.5vw;
        max-width: 60px
    }

    .header-icon-nav-res {
        display: block;
        margin-bottom: 1em
    }

    ul.header-icon-nav-list-res li {
        margin-bottom: .7em;
        width: calc(50% - .35em);
        border-radius: .5em
    }

    ul.header-icon-nav-list-res a {
        padding: 1em .25em 1em 2.8em;
        line-height: 1.5em
    }

    ul.header-icon-nav-list-res a::before {
        left: .7em
    }

    .mainvisual {
        height: calc(100lvh - var(--headerH))
    }

    .about.about150 .mainvisual {
        background: url(../images/mainvisual/about-mainvisual-img03.webp) no-repeat 40% 50%/cover
    }

    .mainvisual-top {
        display: block
    }

    .mainvisual-top .img-box {
        width: 100%;
        margin-bottom: 2vmax
    }

    .mainvisual-top .text-box {
        width: 100%
    }

    .mainvisual-top .main-text-box {
        width: 100%
    }

    .mainvisual-top .main-text-box p {
        font-size: clamp(1.5rem, 4vw, 1.72rem);
        line-height: 1.8
    }

    .mainvisual-top .main-text-box.bg-mark::before {
        content: none
    }

    .index-page-title {
        padding-top: 2vmax;
        width: calc(100% - 10vw);
        margin: 0 auto 3vmax
    }

    .index-page-title .en {
        font-size: clamp(1.8rem, 4.8vw, 2.06rem)
    }

    .index-page-title .jp {
        font-size: clamp(2.6rem, 6.93vw, 2.98rem);
        line-height: 1.3
    }

    .page-title-box {
        padding-top: 4vmax;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-bottom: 3vmax
    }

    .page-title-box .en {
        margin-left: 5vw;
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        line-height: 1
    }

    .page-title-box .en.small {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .page-title-box.bg {
        margin-right: 5vw
    }

    .page-title-box.bg .en {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem);
        margin-left: 0
    }

    .page-title-box .special-container .special {
        height: auto;
        padding-block: .25em;
        font-size: clamp(1.3rem, 2.93vw, 1.26rem)
    }

    .event .page-title-box {
        margin-bottom: 3vmax
    }

    h1.page-title {
        margin-bottom: 2vmax
    }

    h1.page-title .jp {
        font-size: clamp(2.4rem, 6.4vw, 2.75rem);
        letter-spacing: .2em
    }

    h1.page-title .sub {
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        letter-spacing: .2em
    }

    h1.page-title.bg-white {
        display: block;
        padding: 1em 1em 1em 1em;
        margin-left: unset
    }

    h1.page-title.bg-white span.type {
        font-size: clamp(1.5rem, 4vw, 1.72rem);
        padding: .25em 1em;
        margin-right: .75em;
        margin-bottom: .75em;
        line-height: 1.2
    }

    h1.page-title.bg-white small {
        margin-bottom: .25em;
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        letter-spacing: .1em
    }

    .content-wrap {
        margin: 70px 0 0;
        padding-bottom: 8vw
    }

    .content-inner {
        width: calc(100% - 10vw);
        margin-bottom: 6vmax
    }

    .content-inner.bg-main-color {
        padding: 5vw
    }

    .content-inner.bg-white {
        padding: 5vw
    }

    .content-inner.round-corner {
        padding: 6vmax 3vmax;
        overflow: hidden
    }

    .index-link-container {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 4vw 3vw
    }

    .index-link-container a .img-box {
        height: 25vh
    }

    .index-link-container a p {
        padding-inline: .25em 1.25em;
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .footer-main-wrap {
        padding: 3vmax 5vw
    }

    .footer-nav-block {
        margin-bottom: 3vmax
    }

    .footer-info-block {
        margin-bottom: 0;
        flex-direction: column
    }

    ul.footer-nav-link-list {
        flex-direction: column
    }

    ul.footer-nav-link-list li {
        width: 100%
    }

    ul.footer-nav-link-list a {
        padding: 1em 1em;
        font-size: clamp(1.6rem, 4.27vw, 1.83rem)
    }

    .footer-info-inner {
        flex-direction: column
    }

    .footer-info-box {
        margin-bottom: 2vmax
    }

    .footer-info-box .footer-info-logo-item {
        margin-bottom: 2vmax
    }

    .footer-info-box .footer-info-logo-item p {
        text-align: left;
        font-size: clamp(5rem, 13.33vw, 5.73rem)
    }

    .footer-info-box .footer-info-logo-item p span {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .footer-info-box .footer-info-text-item {
        margin-left: unset
    }

    .footer-info-box .footer-info-text-item p {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .footer-info-box .footer-info-official-item ul.footer-info-official-link-list {
        font-size: clamp(1.3rem, 3.47vw, 1.49rem)
    }

    .footer-sns-box ul.footer-sns-link-list {
        gap: 3vw
    }

    .footer-sns-box ul.footer-sns-link-list li a {
        width: 9.5vw
    }

    .footer-policy-block {
        flex-direction: column;
        padding: 3vw 10vw 5vw 5vw
    }

    .footer-policy-block .copyright {
        order: 2;
        font-size: clamp(1.1rem, 2.93vw, 1.26rem)
    }

    .footer-policy-block ul.footer-policy-link-list {
        order: 1;
        margin-bottom: .25em;
        margin-left: unset
    }

    .footer-policy-block ul.footer-policy-link-list li+li a {
        border-left: solid 1px;
        padding-left: 2em
    }

    .footer-policy-block ul.footer-policy-link-list a {
        border-left: none;
        padding-left: unset;
        font-size: clamp(1.3rem, 3.47vw, 1.49rem)
    }

    a.pagetop-btn {
        bottom: 5vw;
        right: 5vw
    }

    a.pagetop-btn span {
        font-size: clamp(1.2rem, 3.5vw, 2rem);
        display: block
    }

    a.pagetop-btn img {
        width: 10vw;
        max-width: 60px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    body {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .side-hamburger-menu .menu {
        bottom: .4vw
    }

    .hamburger-menu-cat-box.cat-box-res {
        display: flex;
        flex-wrap: wrap;
        gap: 1em
    }

    .hamburger-menu-cat-box.cat-box-res .hamburger-menu-title {
        width: 100%
    }

    .hamburger-menu-cat-box.cat-box-res .cat-link-box {
        width: calc((100% - 2em)/ 3)
    }

    .hamburger-menu-title {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .hamburger-sub-link-list a {
        font-size: clamp(1.7rem, 2.21vw, 2.27rem)
    }

    .hamburger-content-link-list {
        flex-direction: row
    }

    ul.header-icon-nav-list-res li {
        margin-bottom: .7em;
        width: calc(50% - .35em);
        border-radius: .5em
    }

    .about.organization .mainvisual {
        max-height: 56.25vw
    }

    .about.about150 .mainvisual {
        background: url(../images/mainvisual/about-mainvisual-img03.webp) no-repeat 50% 50%/cover;
        max-height: 56.25vw
    }

    .about.numbers .mainvisual {
        max-height: 56.25vw
    }

    .mainvisual-top {
        display: flex
    }

    .mainvisual-top .img-box {
        width: 48%
    }

    .mainvisual-top .main-text-box {
        width: 43%
    }

    .mainvisual-top .main-text-box.bg-mark::before {
        content: ""
    }

    .page-title-box .en {
        margin-left: 3vw
    }

    .index-link-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw 3vw
    }

    .index-link-container a .img-box {
        width: 100%;
        height: 25vh
    }

    ul.footer-nav-link-list {
        flex-direction: row
    }

    .footer-sns-box ul.footer-sns-link-list li a {
        max-width: 60px
    }

    a.pagetop-btn {
        bottom: 3vw
    }
}
