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

.fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.je {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.js {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ae {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.as {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f_auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.wrap_s {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.wrap_s_s {
    max-width: 1200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.wrap_ss {
    max-width: 1020px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.wrap_ss_s {
    max-width: 1020px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.wrap_sss {
    max-width: 760px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.wrap_sss_s {
    max-width: 760px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

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

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

_:lang(x)::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, sans-serif
}

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

ol,
ul {
    list-style: none
}

li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

img {
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: bottom
}

ins {
    background-color: #ff9;
    color: #111;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #111;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

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

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

body {
    color: #282a2a;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: .02em;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal
}

@media(max-width: 767px) {
    body {
        font-size: 14px;
        background-size: 24%
    }
}

.bkArea {
    position: relative;
    overflow: hidden
}

@-webkit-keyframes gra {

    0%,
    100% {
        top: 10vh;
        left: -20%
    }

    50% {
        top: 30vh;
        left: 0
    }
}

@keyframes gra {

    0%,
    100% {
        top: 10vh;
        left: -20%
    }

    50% {
        top: 30vh;
        left: 0
    }
}

.bkArea .bkAreaWh {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.bkArea .bkAreaTop {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100vw;
    z-index: -1;
}

@media screen and (orientation: portrait) {
    .bkArea .bkAreaTop {
        top: 0;
        height: 70vh
    }
}

@media screen and (orientation: portrait)and (max-width: 767px) {
    .bkArea .bkAreaTop {
        height: 60vh
    }
}

.bkArea .bkAreaTop .svg {
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%);
    /*-webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    filter: blur(30px);*/
}

@media(min-width: 768px) and (max-width: 1400px) {
    .bkArea .bkAreaTop .svg {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .bkArea .bkAreaTop .svg {
        -webkit-transform: translateY(-38%);
        transform: translateY(-38%);
    }
}

.bkArea .bkAreaTop svg {
    display: block;
    width: 100%;
    height: auto;
}

.bkArea .bkAreaTop svg image {
    position: relative;
}

.bkArea.hmActive {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.bkArea.hmActive:before {
    z-index: 10
}

.bkArea.hmActive .bkAreaTop {
    z-index: 9
}

#header {
    position: fixed;
    z-index: 11;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header #headerBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0
}

#header .logo {
    width: 370px;
    line-height: 0;
    position: relative;
    z-index: 11;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    display: flex;
    gap: 30px;
    align-items: flex-end;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05),
        0 8px 22px rgba(0, 0, 0, .06);
}

@media(max-width: 767px) {
    #header .logo {
        width: 200px
    }
}

@media(min-width: 1367px) {
    #header .logo:hover {
        opacity: .7
    }
}

#header .logo::before,
#header .logo::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/logo_corner.svg);
    position: absolute;
    top: 0;
}

#header .logo::before {
    left: -10px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

#header .logo::after {
    right: -10px;
}

#header a {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

#header .boxLink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 11
}

#header .navToggle {
    background-color: #009595;
    width: 74px;
    height: 74px;
    border-radius: 0 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media(max-width: 767px) {
    #header .navToggle {
        width: 54px;
        height: 54px;
    }
}

#header .navToggle div {
    position: relative;
    width: 30px;
    height: 18px;
    transition: transform .5s;
}

#header .navToggle div>span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    transform: translateX(-50%);
}

#header .navToggle div>span:nth-child(1) {
    top: 0;
}

#header .navToggle div>span:nth-child(2) {
    top: 8px;
}

#header .navToggle div>span:nth-child(3) {
    top: 16px;
}

#header .navToggle div>span:after {
    position: absolute;
    width: 0%;
    height: 100%;
    content: '';
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 77, 77, 0.9);
}

#header .navToggle div>span:nth-child(2):after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#header .navToggle div>span:nth-child(3):after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media(min-width: 1023px) {
    #header .navToggle:hover div>span:after {
        width: 100%;
    }
}

#header .navBox {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#header .navBox>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header .navBox li {
    width: 100%;
    margin-top: 24px
}

@media screen and (orientation: portrait) {
    #header .navBox li {
        margin-top: 30px
    }
}

@media screen and (orientation: portrait)and (max-width: 767px) {
    #header .navBox li {
        margin-top: 25px
    }
}

@media screen and (orientation: portrait)and (max-width: 350px) {
    #header .navBox li {
        margin-top: 15px
    }
}

#header .navBox li a {
    font-size: 2.2rem;
    color: #fff;
    opacity: .9;
}

@media(max-width: 767px) {
    #header .navBox li a {
        font-size: 1em
    }
}

#header .navBox li .en {
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.2;
    padding-right: 11px;
    margin-right: 20px;
    position: relative;
}

#header .navBox li .en:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

@media(max-width: 767px) {
    #header .navBox li .en {
        font-size: 2em;
        margin-right: 10px
    }

    #header .navBox li .en:after {
        width: 0;
        height: 0;
        background-color: transparent;
    }
}

@media screen and (orientation: portrait)and (max-width: 767px) {
    #header .navBox li .en {
        display: block
    }
}

#header.hmActive .navBox {
    right: 0
}

#header.hmActive .navToggle div {
    transform: rotate(90deg);
}

#header.hmActive .navToggle div>span {
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

#header.hmActive .navToggle div>span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-135deg);
}

#header.hmActive .navToggle div>span:nth-of-type(2) {
    opacity: 0;
}

#header.hmActive .navToggle div>span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(135deg);
}

#contentWrap {
    overflow: hidden
}

.spBr br {
    display: none
}

@media(max-width: 767px) {
    .spBr br {
        display: block
    }
}

.sectionPd {
    padding: 100px 0
}

@media(max-width: 767px) {
    .sectionPd {
        padding: 80px 0
    }
}

.section {
    padding: 100px 0
}

@media(max-width: 767px) {
    .section {
        padding: 60px 0
    }
}

.txt {
    line-height: 2
}

.normalTtlBox.mb {
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .normalTtlBox.mb {
        margin-bottom: 20px
    }
}

.normalTtlBox.center {
    text-align: center
}

.normalTtlBox .en {
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3em
}

@media(max-width: 1023px) {
    .normalTtlBox .en {
        font-size: 2.4em
    }
}

.circleJp {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 1.3em;
    letter-spacing: .1em;
    font-weight: 500
}

.circleJp:before,
.circleJp:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #009595
}

.circleJp:before {
    opacity: .3
}

.circleJp:after {
    -webkit-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4)
}

.circleJp.wh {
    color: #fff
}

.circleJp.wh:before,
.circleJp.wh:after {
    background-color: #fff
}

.circleJp.sm {
    padding-left: 22px
}

.circleJp.sm:before {
    opacity: 0;
}

.linkBtnBox.mt {
    margin-top: 30px
}

.linkBtnBox.mtB {
    margin-top: 50px
}

.linkBtnBox.center {
    text-align: center
}

.linkBtnBox.right {
    text-align: right
}

.linkBtn {
    position: relative;
    display: flex;
    border-radius: 100vh;
    text-align: left;
    border: 1px solid #009595;
    min-width: 200px;
    padding: 12px 60px 12px 30px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #009595;
}

@media(max-width: 767px) {
    .linkBtn {
        width: 100%;
    }
}

.linkBtn:before,
.linkBtn:after {
    content: "";
    display: block;
    position: absolute
}

.linkBtn:before {
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 149, 149, 0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.linkBtn:after,
.linkBtn .arrow {
    width: 22px;
    height: 22px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.linkBtn:after {
    z-index: 1;
    border-radius: 100vh;
    background-color: #fff
}

.linkBtn .arrow {
    z-index: 2;
    display: block;
    position: absolute;
    background: url(../img/icon_arrow.png) no-repeat center/80%
}

.linkBtn .more {
    display: inline-block;
    will-change: transform;
    position: relative;
    overflow: hidden;
}

.linkBtn .more {
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .9em
}

@media(max-width: 767px) {
    .linkBtn .more {
        font-size: 1em
    }
}

.linkBtn.gr {
    background-color: #009595;
    color: #fff
}

.linkBtn.gr:after {
    background-color: #e0f2f2
}

@media(min-width: 1367px) {
    a.linkBtn:hover:before {
        background-color: rgba(0, 149, 149, .8)
    }

    a.linkBtn:hover.gr {
        border-color: #009595;
        background-color: #e0f2f2;
        color: #009595
    }
}

.linkBtnMoreArea {
    position: relative;
    margin-top: auto;
    display: block;
}

@media(max-width: 767px) {
    .linkBtnMoreArea {
        width: 100%;
    }
}

@media(min-width: 1367px) {
    .textLink {
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .textLink:hover {
        opacity: .6
    }
}

#footer {
    padding-top: 100px
}

#footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3%
}

@media(max-width: 1023px) {
    #footer .inner {
        display: block
    }
}

@media(max-width: 767px) {
    #footer .inner {
        padding-right: 5%
    }
}

@media(max-width: 375px) {
    #footer .logo {
        margin-bottom: 50px
    }
}

#footer .logo .logoImg {
    padding-left: 60px
}

@media(max-width: 1023px) {
    #footer .logo .logoImg {
        padding-left: 3%
    }
}

@media(max-width: 767px) {
    #footer .logo .logoImg {
        padding-left: 5%
    }
}

#footer .logo .logoImg a {
    display: block;
    width: 240px
}

@media(max-width: 767px) {
    #footer .logo .logoImg a {
        width: 200px
    }
}

#footer .logo .logoImg2 {
    padding: 60px
}

#footer .logo .logoImg2 span {
    width: 215px
}

@media(max-width: 374px) {
    #footer .logo .logoImg2 {
        display: none
    }
}

#footer nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 60px
}

#footer nav .pageLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 400px;
    margin-left: auto;
    margin-bottom: 60px
}

@media(max-width: 1023px) {
    #footer nav .pageLink {
        margin: 0 0 10px auto
    }
}

@media(max-width: 767px) {
    #footer nav .pageLink {
        width: 300px;
        margin-bottom: 20px
    }
}

#footer nav .pageLink li {
    margin-bottom: 20px;
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #009595
}

@media(max-width: 767px) {
    #footer nav .pageLink li {
        margin-bottom: 10px
    }
}

#footer nav .pageLink li:nth-of-type(3n-2) {
    width: 120px
}

@media(max-width: 767px) {
    #footer nav .pageLink li:nth-of-type(3n-2) {
        width: 90px
    }
}

#footer nav .pageLink li:nth-of-type(3n-1) {
    width: 140px
}

@media(max-width: 767px) {
    #footer nav .pageLink li:nth-of-type(3n-1) {
        width: 110px
    }
}

#footer nav .pageLink li:nth-of-type(3n-3) {
    width: 70px
}

@media(max-width: 767px) {
    #footer nav .pageLink li:nth-of-type(3n-3) {
        width: 60px
    }
}

#footer nav .logoLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#footer nav .logoLink li {
    width: 200px;
    margin-left: 10px
}

@media(max-width: 767px) {
    #footer nav .logoLink li {
        width: 130px
    }
}

#footer nav .logoLink li a {
    display: block;
    border: 1px solid rgba(40, 42, 42, .1);
    overflow: hidden
}

#footer nav .logoLink li a img {
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s
}

@media(min-width: 1367px) {
    #footer nav .logoLink li a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#footer .btm {
    background-color: #e0f2f2;
    width: 100%;
    padding: 8px 3%;
    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
}

#footer .btm small {
    opacity: .7;
    font-size: 11px
}

#footer .btm .pageTop {
    background-color: #009595;
    width: 50px;
    height: 50px;
    border-radius: 100vh;
    position: fixed;
    bottom: 10px;
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .btm .pageTop .arrow {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    background: url(../img/icon_arrow.png) no-repeat center/60%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.bkArea:before {
    content: "";
    display: block;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(70deg, #249cb9 0, #249cb9 15%, #80d9c6 85%, #80d9c6 100%);*/
    background: linear-gradient(45deg, #003F44 0%, #009595 30%, #27B3B5 60%, #E0F2F2 100%);
    background-size: 200% 200%;
    -webkit-animation: Grad linear 4s infinite;
    animation: Grad linear 4s infinite;
    opacity: .8;
}

@media(max-width: 767px) {
    .bkArea:before {
        -webkit-animation: Grad linear 2s infinite;
        animation: Grad linear 2s infinite
    }
}

@keyframes Grad {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes gra2 {

    0%,
    100% {
        top: 0;
        left: -20%
    }

    50% {
        top: 150px;
        left: 0
    }
}

@keyframes gra2 {

    0%,
    100% {
        top: 0;
        left: -20%
    }

    50% {
        top: 150px;
        left: 0
    }
}

@-webkit-keyframes gra2_sp {

    0%,
    100% {
        top: 150px;
        left: -20%
    }

    50% {
        top: 200px;
        left: 0
    }
}

@keyframes gra2_sp {

    0%,
    100% {
        top: 150px;
        left: -20%
    }

    50% {
        top: 200px;
        left: 0
    }
}

#lower_main {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 240px 0 100px
}

@media(max-width: 1400px) {
    #lower_main {
        padding: 110px 0 100px;
    }
}

@media(max-width: 767px) {
    #lower_main {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media(max-width: 428px) {
    #lower_main {
        padding-top: 31vw;
    }
}

#lower_main .en {
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px
}

#lower_main .jp {
    font-size: 2em;
    font-weight: 500
}

@media(max-width: 1023px) {
    #lower_main .jp {
        font-size: 1.6em
    }
}

#lower_main+.section,
#lower_main+.sectionPd {
    padding-top: 80px
}

@media(max-width: 767px) {

    #lower_main+.section,
    #lower_main+.sectionPd {
        padding-top: 30px
    }
}

#lower_main .ancBox {
    margin-top: 30px;
    border-bottom: 1px solid #009595
}

#lower_main .ancBox ul {
    max-width: 760px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    #lower_main .ancBox ul {
        width: 100%
    }
}

#lower_main .ancBox li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#lower_main .ancBox li:not(:first-of-type) {
    margin-left: 15px
}

@media(max-width: 767px) {
    #lower_main .ancBox li:not(:first-of-type) {
        margin-left: 5px
    }
}

#lower_main .ancBox li a {
    display: block;
    background-color: #e0f2f2;
    text-align: center;
    padding: 16px 0 15px;
    line-height: 1.4;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media(max-width: 767px) {
    #lower_main .ancBox li a {
        font-size: .9em
    }
}

#lower_main .ancBox li a span {
    display: block;
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    font-size: .9em
}

@media(min-width: 1367px) {
    #lower_main .ancBox li a:hover {
        background-color: #009595;
        color: #fff
    }
}

@media(max-width: 767px) {
    #lower_main .ancBox li a {
        padding: 12px 0 11px
    }
}

#lower_main .ancBox li.active a {
    background-color: #009595;
    color: #fff
}

#lower_main .flex {
    justify-content: space-between;
}

@media(max-width: 767px) {
    #lower_main .flex {
        flex-direction: column;
    }
}

#lower_main .lower_mainTxt {
    color: #fff;
    width: 55%;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    justify-content: flex-end;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.85);
}

@media(max-width: 767px) {
    #lower_main .lower_mainTxt {
        width: 100%;
    }
}

@media(max-width: 428px) {
    #lower_main .lower_mainTxt {
        color: #282a2a;
        text-shadow: none;
    }
}

#lower_main .lower_mainImg {
    width: 40%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    gap: 20px;
}

#lower_main .lower_mainImg img {
    min-width: 0;
    max-width: 100%;
    height: auto;
    flex: 1 1 0;
    object-fit: contain;
}

#lower_main .lower_mainImg img:first-of-type {
    flex-basis: 70%;
}

#lower_main .lower_mainImg img:last-of-type {
    flex-basis: 30%;
}

@media(max-width: 767px) {
    #lower_main .lower_mainImg {
        margin: 0 auto 60px;
        width: 80%;
        gap: 40px;
        order: -1;
    }
}

@media(max-width: 428px) {
    #lower_main .lower_mainImg {
        margin: 0 auto 50px;
        width: 100%;
        gap: 25px;
    }
}

#lower_main #aboutImg {
    position: relative;
    margin-top: max(120px, 8vw);
}

@media(min-width: 1400px) {
    #lower_main #aboutImg {
        margin-top: 120px;
    }
}

@media(max-width: 1019px) {
    #lower_main #aboutImg {
        margin-top: 12vw;
    }
}

@media(max-width: 767px) {
    #lower_main #aboutImg {
        width: 100%;
        margin-top: 60px;
    }
}

#lower_main #aboutImg li:nth-of-type(1) {
    width: 72%;
    margin: 0 auto;
}

@media(max-width: 1023px) {
    #lower_main #aboutImg li:nth-of-type(1) {
        width: 100%
    }
}

#lower_main #aboutImg li:nth-of-type(2),
#lower_main #aboutImg li:nth-of-type(3) {
    position: absolute;
    right: 0;
    width: 30%
}

@media(max-width: 767px) {

    #lower_main #aboutImg li:nth-of-type(2),
    #lower_main #aboutImg li:nth-of-type(3) {
        position: static;
        width: 100%
    }
}

#lower_main #aboutImg li:nth-of-type(2) {
    top: 30px
}

#lower_main #aboutImg li:nth-of-type(3) {
    bottom: 0
}

@media(max-width: 767px) {
    #lower_main #aboutImg li {
        padding: 5px
    }
}

#lower_main #aboutImg p {
    color: #fff;
    font-size: 82%;
    margin-bottom: 8px;
    text-align: center;
}

#lower_main #aboutImg .img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(40, 42, 42, .2);
    box-shadow: 0 0 15px rgba(40, 42, 42, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 767px) {
    #lower_main #aboutImg .img {
        -webkit-box-shadow: 0 0 5px rgba(40, 42, 42, .2);
        box-shadow: 0 0 5px rgba(40, 42, 42, .2)
    }
}

#lower_main #aboutImg video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

#about {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media(max-width: 767px) {
    #about {
        padding-bottom: 40px
    }
}

#about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1023px) {
    #about .inner {
        display: block
    }
}

#about .inner .imgBox {
    width: 50%;
    margin-right: 5%;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width: 1023px) {
    #about .inner .imgBox {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px
    }
}

#about .inner .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#research {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 80px;
}

@media(max-width: 767px) {
    #research {
        padding: 20px;
    }
}

#research .researchBox {
    gap: 3%;
}

@media(max-width: 767px) {
    #research .researchBox {
        flex-direction: column;
    }
}

#research .researchBox+.researchBox {
    margin-top: 40px;
}

#research .research_level {
    width: 40px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media(max-width: 767px) {
    #research .research_level {
        width: 100%;
        border-radius: 10px 10px 0 0;
        height: 24px;
    }
}

#research .research_level.level1 {
    background-color: #88B5AF;
}

#research .research_level.level2 {
    background-image: linear-gradient(0deg, #004d4d, #009595 50%, #4db6ac);
}

#research .research_txt {
    width: calc(97% - 40px);
    margin-bottom: 20px
}

@media(max-width: 1023px) {
    #research .research_txt {
        width: 100%;
    }
}

@media(max-width: 767px) {
    #research .research_txt {
        margin-bottom: 50px;
        border: 1px solid #88B5AF;
        padding: 15px;
    }
}

@media(max-width: 1023px) {
    #research li {
        display: block
    }
}

#research li:not(:first-of-type) {
    margin-top: 15px
}

@media(max-width: 767px) {
    #research li:not(:first-of-type) {
        margin-top: 10px
    }
}

#research li .img {
    width: 50%;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 10px
}

@media(max-width: 1023px) {
    #research li .img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 30px
    }
}

@media(max-width: 1023px) {
    #research li .img {
        margin-bottom: 20px
    }
}

#research li .txtBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#research li .txtBox .ttl {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    #research li .txtBox .ttl {
        font-size: 1.1em;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 10px
    }
}

#research li .txtBox .ttl_s {
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top: 45px;
}

#research .brackets {
    position: relative;
    padding: 0 20px;
}

@media(max-width: 767px) {
    #research .brackets {
        padding: 0 15px;
    }
}

#research .brackets.voice {
    padding: 0 20px 40px;
}

@media(max-width: 767px) {
    #research .brackets.voice {
        padding: 0 20px 70px;
    }
}

#research .brackets:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 95%;
    border: 1px solid #009595;
}

#research .brackets.voice:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: 9%;
    width: 82px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#research .brackets:nth-child(1)::after {
    background-image: url(../img/research_img2.svg);
}

#research .brackets:nth-child(2)::after {
    background-image: url(../img/research_img3.svg);
}

#research .brackets .inner {
    background-color: #fff;
    padding: 30px 5%;
    position: relative;
    height: 100%;
}

#research .brackets.voice .inner {
    height: calc(100% + 40px);
}

@media(max-width: 767px) {
    #research .brackets.voice .inner {
        height: calc(100% + 70px);
    }
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.col .badge {
    display: inline-block;
    color: #fff;
    border-radius: 100vh;
    padding: 4px 20px;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .02em;
    background-color: #009595;
    margin-bottom: 12px;
    margin-top: 18px;
}

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

.item+.item {
    margin-top: 16px;
}

.item-title {
    font-size: 1.1rem;
    color: #009595;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.5;
}

.item-desc {
    line-height: 1.6;
    font-size: .9rem;
}

.case-wrap {
    margin: 0 auto;
}

.case-card {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 28px 32px 24px;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 28px;
    align-items: center;
    margin: 40px 0;
}

.case-heading {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.case-text {
    margin: 0;
    line-height: 2;
    font-size: .9rem;

}

.case-media {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-media img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 980px) {
    .case-card {
        grid-template-columns: 1fr 240px;
    }
}

@media (max-width: 767px) {
    .case-card {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .case-media {
        order: 2;
        width: 100%;
    }
}

#benefits {
    background-color: #E0F2F2;
    padding-bottom: 100px;
}

#benefits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1023px) {
    #benefits ul {
        display: block
    }
}

#benefits ul li {
    width: 31%;
    background-color: #fff;
    border-radius: 10px;
}

@media(max-width: 1023px) {
    #benefits ul li {
        width: 100%
    }

    #benefits ul li:not(:first-of-type) {
        margin-top: 50px
    }
}

#benefits ul li .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media(max-width: 1023px) {
    #benefits ul li .img {
        margin: 0 auto 30px
    }
}

@media(max-width: 767px) {
    #benefits ul li .img {
        margin-bottom: 20px
    }
}

#benefits ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#benefits ul li h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 30px 0 15px;
    padding: 0 30px;
}

@media(max-width: 1023px) {
    #benefits ul li h3 {
        font-size: 1.3em;
        font-weight: 400
    }
}

@media(max-width: 767px) {
    #benefits ul li h3 {
        font-size: 1.2em;
        font-weight: 500
    }
}

#benefits ul li p {
    padding: 0 30px 30px;
}

#benefits ul li p .remarks {
    display: block;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.5555;
    margin-top: 12px;
    text-indent: -1em;
    padding-left: 1em;
}

.head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .head {
        display: block;
        margin-bottom: 35px;
    }
}

.num-badge {
    font-family: "fot-cezanne-pron", sans-serif;
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #009595;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .05em;
}

.head .title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 2px 0 6px;
    letter-spacing: .1em;
}

.head .lead {
    margin: 0;
    line-height: 1.9;
    font-size: .95rem;
}

.head .img {
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    width: 72%;
    margin-left: auto;
}

@media(max-width: 767px) {
    .head .img {
        display: none;
    }
}

@media(max-width: 767px) {
    .spHeadImg {
        overflow-x: auto;
        margin-bottom: 35px;
    }

    .spHeadImg img {
        min-width: 600px;
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
}

@media(min-width: 768px) {

    .spHeadImg_cap,
    .spHeadImg {
        display: none;
    }
}

.flow-grid {
    display: grid;
    grid-template-columns: 1fr 170px 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 24px 28px;
    position: relative;
}

@media(max-width: 767px) {
    .flow-grid {
        gap: 16px 10px;
        grid-template-columns: 1fr 75px 1fr;
    }
}

.panel {
    background: #F5F5F5;
    border-radius: 10px;
    grid-row: 1 / span 6;
    padding: 26px 22px;
}

.panel.left {
    grid-column: 1;
}

.panel.right {
    grid-column: 3;
}

@media(max-width: 767px) {
    .panel {
        padding: 20px 10px;
    }
}

.lane-title {
    font-weight: 700;
    color: #fff;
    background-color: #009595;
    border-radius: 100vh;
    text-align: center;
    width: 70%;
    margin: 30px auto 0;
    height: fit-content;
    padding: 10px;
}

.lane-title.left {
    grid-column: 1;
    grid-row: 1;
}

.lane-title.right {
    grid-column: 3;
    grid-row: 1;
}

@media(max-width: 767px) {
    .lane-title {
        width: 80%;
        padding: 8px;
        line-height: 1;
    }
}

.step {
    background: #fff;
    padding: 12px 14px;
    line-height: 1.7;
    position: relative;
    margin: 7px auto;
    width: 65%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 8px 22px rgba(0, 0, 0, .06);
}

@media(max-width: 767px) {
    .step {
        padding: 12px 9px;
        width: 83%;
        box-shadow: none;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-size: 94%;
    }
}

.step.r6,
.step.r6 {
    margin-bottom: 30px;
}

.step strong {
    font-weight: 700;
}

.step small {
    display: block;
}

.step.left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 9px 0 9px 30px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
}

.step.right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 9px 30px 9px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
}

@media(max-width: 767px) {
    .step.left::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-style: solid;
        border-width: 8px 0 8px 20px;
        border-color: transparent transparent transparent #cccccc;
        translate: 100% -50%;
    }

    .step.left::after {
        border-width: 6.9px 0 6.9px 17.3px;
        border-color: transparent transparent transparent #ffffff;
    }

    .step.right::before {
        border-width: 8px 20px 8px 0;
        border-color: transparent #cccccc transparent transparent;
    }

    .step.right::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        border-style: solid;
        border-width: 6.9px 17.3px 6.9px 0;
        border-color: transparent #ffffff transparent transparent;
        translate: -100% -50%;
    }
}

.r1 {
    grid-row: 1;
}

.r2 {
    grid-row: 2;
}

.r3 {
    grid-row: 3;
}

.r4 {
    grid-row: 4;
}

.r5 {
    grid-row: 5;
}

.r6 {
    grid-row: 6;
}

.leftCol {
    grid-column: 1;
}

.rightCol {
    grid-column: 3;
}

.timeline {
    grid-column: 2;
    grid-row: 1 / span 6;
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    align-content: stretch;
    padding: 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 130px;
    bottom: 0;
    transform: translateX(-50%);
    width: 2px;
    background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22) 6px, transparent 6px, transparent 12px);
    opacity: .5;
}

.tl-item {
    display: grid;
    place-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.tl-item+.tl-item {
    margin-top: 25px;
}

.tl-icon {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 10px 24px rgba(0, 0, 0, .08);
    display: grid;
    place-items: center;
    position: relative;
}

.tl-icon::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 2px solid #E0F2F2;
}

.tl-label {
    display: inline-block;
    font-weight: 700;
    color: #009595;
    background: #E0F2F2;
    padding: 4px 10px;
    border-radius: 100vh;
    font-size: .85rem;
    letter-spacing: .02em;
    width: auto;
    min-width: 70%;
    text-align: center;
}

@media(max-width: 767px) {
    .tl-label {
        padding: 6px;
        font-size: .75rem;
        letter-spacing: 0;
        line-height: 1.2;
        width: 100%;
    }
}

@supports not (grid-template-rows: subgrid) {

    .timeline {
        align-content: space-evenly;
    }

    .tl-item {
        align-self: center;
    }
}

@media(max-width: 767px) {
    #contact {
        padding-bottom: 0
    }
}

#contact ul.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

#contact ul.flex>li {
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#contact ul.flex h4 {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}

#contact ul.flex .lead {
    padding: 15px 20px;
    background: #F5F5F5;
    border-radius: 7px;
    margin-bottom: 30px;
}

#contact ul.flex>li>ul {
    margin-bottom: 20px;
}

#contact ul.flex>li>ul li {
    margin-left: 1.75rem;
    list-style: disc;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

#contact ul.flex ul.txt ul {
    margin-left: 1em;
}

@media(max-width: 767px) {
    #contact ul.flex {
        margin-top: 30px;
    }

    #contact ul.flex h4 {
        margin-bottom: 20px;
    }

    #contact ul.flex .remarks {
        font-size: .8rem;
        margin-top: 20px;
    }

    #contact ul.flex>li {
        width: 100%;
        padding: 30px 20px 20px;
    }

    #contact ul.flex>li+li {
        margin-top: 25px;
    }

    #contact ul.flex>li>ul {
        margin-bottom: 0;
    }

    #contact ul.flex>li>ul li {
        font-size: .85rem;
    }
}

#contact .txtBox {
    background-color: #e0f2f2;
    border-radius: 10px;
    padding: 50px 5%;
    text-align: center;
    box-shadow: 0 0 25px 25px #e0f2f2;
}

@media(max-width: 767px) {
    #contact .txtBox {
        padding: 50px 20px;
        box-shadow: none;
    }

    #contact .txtBox>p.txt {
        text-align: left;
        margin-top: 25px;
    }
}

#contact .txtBox h3 {
    color: #009595;
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    #contact .txtBox h3 {
        font-size: 1.9em;
        line-height: 1.45;
        margin-bottom: 10px
    }
}

#contact .txtBox .linkBtnMoreArea {
    max-width: 310px;
    margin: 10px auto 0;
}

#contact .txtBox .linkBtnMoreArea .linkBtn .more {
    font-size: 1.1em;
}

#contact .txtBox .linkBtnMoreArea .linkBtn:after,
#contact .txtBox .linkBtnMoreArea .linkBtn .arrow {
    right: 20px;
}

#contact .txtBox .remarks {
    text-align: center;
    font-size: .85rem;
    margin-top: 45px;
    padding-left: 1em;
    text-indent: -1em;
}

#news {
    padding-top: 30px
}

@media(max-width: 767px) {
    #news {
        padding-top: 0
    }
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 10px !important
}

.achievementList li {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid rgba(0, 149, 149, .3);
    border-color: rgba(0, 149, 149, .3)
}

@media(max-width: 767px) {
    .achievementList li {
        padding: 20px 15px
    }
}

.achievementList li:not(:first-of-type) {
    margin-top: 30px
}

.achievementList .ttl {
    color: #009595;
    font-size: 1.1em;
    font-weight: 500
}

.achievementList .ttl a {
    text-decoration: underline
}

@media(min-width: 1367px) {
    .achievementList .ttl a:hover {
        text-decoration: none
    }
}

.achievementList .ttl a:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_window.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: -3px
}

@media(max-width: 767px) {
    .achievementList .ttl a:after {
        width: 18px;
        height: 18px;
        margin-left: 6px
    }
}

.achievementList .txt {
    margin-top: 10px;
    font-size: .9em
}

#errorTxt {
    text-align: center
}

.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}