@charset "UTF-8";
/* 共通 */
body {
    opacity: 1.0;
}
body.on {
    opacity: 1.0;
    transition: opacity 1.5s;
    transition-delay: 0.2s;
}
body {
    letter-spacing: 0.1em;
    font-size: 15px;
    width: 100vw;
    overflow-x: hidden;
}
body > * {
    font-size: 16px;
}
a {
    opacity: 1.0;
    transition: 0.2s;
}
a:hover {
    opacity: .7;
    transition: 0.2s;
}
header {
    opacity: 1.0;
    transition: 0.4s;
    position: relative;
    z-index: 1000;
}
.layout2 header {
    backdrop-filter: blur(3px);
}
.layout3 header{
    position: fixed;
}
h1 {
    font-size: inherit !important;
    opacity: 1.0;
    transition: 0.4s;
}
.layout1 header h1, .layout3 header h1 {
    position: absolute;
    left: 64px;
    top: 33px;
    z-index: 999;
    max-height: 160px;
    max-width: 160px;
}
.toppage > p{
    width: 1094px;
    max-width: 96vw;
    margin: 160px auto 0;}
header h1 a {
    display: block;
    width: 200px;
    height: 120px;
}
header h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.layout2 header h1.under {
    margin-bottom: 16px;
}
.layout2 header h1.toppage {
    display: none !important;
}
.layout2 header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    padding: 36px 32px;
}
.layout2 header h1 {
    text-align: center;
    padding: 28px;
    background: #fff;
    box-shadow: 6px 6px 6px rgba(48, 48, 48, 0.12);
    border-radius: 0 0 10px 10px;
    position: fixed;
    left: 64px;
    top: 0;
    min-height: 132px;
    display: flex;
    align-items: center;
}
/*
.layout2 header h1 img {
    z-index: 10;
    max-height: 100px;
    width: auto;
}
*/
.layout1 header.vertical .gnav, .layout3 header.vertical .gnav {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.layout1 .gnav, .layout3 .gnav {
    text-align: right;
}
header .gnav .childYes {
    display: none;
}
header .gnav .footerYes {
    display: none;
}
.layout1 header.vertical .gnav, .layout3 header.vertical .gnav {
    text-align: left;
}
.layout1 header .gnav, .layout3 header .gnav {
    position: fixed;
    right: 64px;
    top: 77px;
    z-index: 999;
    font-size: 15px;
    transition: 0.7s;
    display: flex;
    gap: 32px;
}
/*
.layout1 header .gnav,.layout3 header .gnav{ 
    mix-blend-mode: difference;
}
*/
.layout2 .gnav {
    z-index: 999;
    font-size: 13px;
    transition: 0.7s;
}
.layout2 .gnav {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    font-weight: 500;
    margin-right: 24px;
}
.layout2 .gnav li.childNo.footerNo:nth-of-type(-n+3) {
    float: left;
}
.layout2 .gnav li.childNo.footerNo:nth-last-of-type(-n+3) {
    float: right;
}
.layout2 header {
    opacity: 1.0;
    margin-top: 0;
    transition: 0.7s;
    display: flex;
    background: #fff !important;
}
.layout2 header.none h1 {
    opacity: 0;
    transition: 0.4s;
}
header .gnav li {
    line-height: 3.0;
}
.layout3Wrap > *:first-child {
    margin-top: 0 !important;
}
header ul.sns {
    display: none;
}
.gnav li.languageBlock:empty {
    margin-right: -64px;
}
.layout1 .gnav li, .layout3 .gnav li {
    line-height: 2.5;
}
.layout1 .vertical .gnav li, .layout3 .gnav li {
    line-height: 3.0;
}
.layout1 header .gnav, .layout3 header .gnav {
    font-size: 13px;
}
header.none .gnav {
    font-size: 13px;
    transition: 0.7s;
}
.layout1.toppage header, .layout3.toppage header {
    opacity: 0;
    transition: 0.4s;
}
.toppage header.scr {
    opacity: 1.0;
    transition: 0.4s;
}
/*
.layout1 header.scr,.layout3 header.scr{
    mix-blend-mode: difference;
}
*/
.layout2 header.none {
    opacity: 0;
    transition: 0.4s;
}
header .gnav li, footer .blockRight li {
    list-style: none;
}
header div.gnav .child {
    position: relative;
    padding-right: 24px;
}
header div.gnav .child strong {
    position: relative;
    z-index: 99;
}
header div.gnav .child strong:after {
    content: "";
    background: url("../img/common/arrow.svg") no-repeat;
    background-size: cover;
    width: 7px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 4px;
    transform: rotate(90deg);
    opacity: 1.0;
    transition: 0.4s;
}
.lp header div.gnav .child strong:after {
    background: url("../img/common/arrow_white.svg") no-repeat;
}
.lp header.scr div.gnav .child strong:after {
    background: url("../img/common/arrow.svg") no-repeat;
}
.layout2 header div.gnav .child strong:after {
    width: 6px;
    height: 11px;
    top: 5px;
}
header div.gnav .child strong:hover:after {
    transition: 0.4s;
    opacity: 0.7;
}
header div.gnav .child ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: 0.4s;
    background: #fff;
    font-size: 16px;
    left: 50%;
    top: 43px;
    padding: 20px 32px;
    margin-left: 0;
    display: flex;
    border: 1px solid #aaaaaa;
    flex-wrap: wrap;
    gap: 12px 24px;
    border-radius: 8px;
    width: max-content;
}
header div.gnav .child ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.0;
}
.layout2 header div.gnav .child ul li {
    font-size: 13px;
}
header div.gnav * {
    font-weight: 500;
}
header div.gnav .child:before {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
    height: 100px;
    top: -48px;
    opacity: 0;
}
header div.gnav .child.on2:before {
    pointer-events: auto;
}
header div.gnav .child.on2 ul {
    position: absolute;
    opacity: 1.0;
    pointer-events: auto;
    transition: 0.4s;
}
/* ここからfooter */
footer {
    text-align: center;
    padding: 80px 0;
    margin-top: 160px;
    background: #fff;
}
footer h2 {
    width: 85px;
    margin: 0 auto 48px;
}
footer h2 img {
    width: 100%;
}
footer div.blockRight {
    display: flex;
    gap: 12px 24px;
    width: 920px;
    max-width: 96vw;
    padding-top: 24px;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
footer div.blockRight .child {
    position: relative;
    padding-right: 24px;
}
footer div.blockRight .child strong {
    position: relative;
    z-index: 99;
}
footer div.blockRight .child strong:after {
    content: "";
    background: url("../img/common/arrow.svg") no-repeat;
    background-size: cover;
    width: 7px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 7px;
    transform: rotate(90deg);
    opacity: 1.0;
    transition: 0.4s;
}
footer div.blockRight .child strong:hover:after {
    transition: 0.4s;
    opacity: 0.7;
}
footer div.blockRight .child ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: 0.4s;
    background: #fff;
    font-size: 16px;
    left: 50%;
    top: 43px;
    padding: 20px 32px;
    margin-left: -200px;
    display: flex;
    border: 1px solid #aaaaaa;
    flex-wrap: wrap;
    gap: 12px 24px;
    border-radius: 8px;
    width: max-content;
}
footer div.blockRight .child ul li {
    position: relative;
}
footer div.blockRight .child:before {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
    height: 100px;
    top: -48px;
    opacity: 0;
}
footer div.blockRight .child.on2:before {
    pointer-events: auto;
}
footer div.blockRight .child.on2 ul {
    position: absolute;
    opacity: 1.0;
    pointer-events: auto;
    transition: 0.4s;
}
/*
footer div.blockRight .child ul li{
    width: 172px;
}
*/
footer ul.sns {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    gap: 12px;
}
footer ul.sns li {
    width: 32px;
}
footer ul.sns li img {
    width: 100%;
}
footer .address {
    margin-top: 48px;
}
footer .address a {
    text-decoration: underline;
}
.layout1 .language, .layout2 .language, .layout3 .language {
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
}
.gnav .language.language2:before, .gnav .language.language3:before {
    content: "/";
}
.gnav .language.language2, .gnav .language.language3 {
    margin-left: -31px;
}
.layout2 .gnav .language.language2, .layout2 .gnav .language.language3 {
    margin-left: -22px;
}
.layout2 .languageBlock {
    margin-right: 8px;
}
.layout1 .vertical .language, .layout2 .vertical .language {
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
}
.language li a {
    opacity: 0.3;
}
.language li:nth-child(2):before, .language li:nth-child(3):before {
    content: "/";
}
.language.active1 li:nth-child(1) a {
    opacity: 1.0;
}
.language.active2 li:nth-child(2) a {
    opacity: 1.0;
}
.language.active3 li:nth-child(3) a {
    opacity: 1.0;
}
.active1.language2, .active1.language3 {
    opacity: 0.2;
    transition: 0.4s;
}
.active2.language1, .active2.language3 {
    opacity: 0.2;
    transition: 0.4s;
}
.active3.language1, .active3.language2s {
    opacity: 0.2;
    transition: 0.4s;
}
.gnav .language:hover {
    opacity: 1.0;
    transition: 0.4s;
}
p.copy {
    font-size: 12px;
    width: 100% !important;
    text-align: center;
}
p.copy span {
    opacity: 0.5;
    padding: 20px 0;
    display: block;
    line-height: 1.0;
}
/*
.layout1 .language.forlayout3, .layout2 .language.forlayout3 {
    display: none;
}
*/
section.btn1 a {
    background: #ffffff;
    position: relative;
    height: 48px;
    padding-left: 40px;
    padding-right: 64px;
    border-radius: 24px;
    display: inline-block;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0 !important;
}
.widthYes a {
    width: 100%;
}
section.btn1 a:after {
    content: "";
    width: 7px;
    height: 12px;
    background: url("/img/common/arrow_white.svg") no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 24px;
    top: 17px;
}
section.btn1 a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    right: 12px;
    top: 7px;
}
section.btn1, section.btn2, section.btn3 {
    display: flex;
    justify-content: center;
}
section.btn2 a {
    padding: 0 48px;
    border-radius: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0 !important;
    position: relative;
}
section.btn2 a:after {
    position: relative;
    content: "";
    background: url(../img/common/arrow2.svg) no-repeat;
    background-size: cover;
    width: 26px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.btn3.widthYes {
    width: 1032px;
    margin: 0 auto;
}
.btn1, .btn2, .btn3 {
    margin-top: 40px;
}
.btn3.widthYes a, .btn2.widthYes a {
    width: 100%;
    display: block;
    margin: 72px auto;
}
.btn1.widthYes {
    width: 100%;
}
.btn3 {
    text-align: center;
    margin-top: 72px;
}
.btn3 a {
    display: inline-block;
    padding: 0px 48px;
    font-weight: 500;
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
}
.btn4 {
    display: flex;
    align-items: center;
}
.btn4 a {
    display: inline-block;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.lp .gnav strong a {
    color: #fff;
}
footer {
    background: #fff;
}

footer strong {
    font-weight: 500;
}
.pagetop {
    position: fixed;
    right: 24px;
    bottom: 8px;
    z-index: 100;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
}
.pagetop.on {
    opacity: 1.0;
    bottom: 24px;
    transition: 0.5s;
}
.pagetop:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 20px;
    margin-right: -4.225px;
    background: url(../img/common/arrow_white.svg) no-repeat;
    width: 8.45px;
    height: 15.6px;
    transform: rotate(-90deg);
}
.pagetop a {
    display: block;
    width: 100%;
    height: 100%;
}
#wpadminbar {
    display: none;
}
.toppage h1.under, .toppage h1.toppage {
    display: none;
}
.layout2.toppage h1.under {
    display: block;
}
.under.layout3 h1.toppage, .under.layout1 h1.toppage {
    display: none;
}
.gnav .strongYes {
    line-height: 40px;
    padding: 0 24px;
    border-radius: 32px;
    margin-top: -7px;
    margin-left: -4px;
    cursor: pointer;
}
.gnav .strongYes > strong{
    display: flex;
    height: 40px;
    width: calc(100% + 48px);
    justify-content: center;
    align-items: center;
    left: -24px;
    position: relative;
}
.gnav .strongYes > strong > a{
display: flex;
    height: 40px;
    width: calc(100% + 48px);
    justify-content: center;
    align-items: center;
    left: 0;
    position: relative;
}
.gnav .strongYes a {
    color: #fff !important;
}
/* 221210_タブレットメニュー */
footer .blockRight div{
    border: none !important;
}

@media screen and (min-width: 1201px){
header .blockRight div {
    border: none !important;
}
}
@media screen and (max-width: 1200px){
header .gnav{
    display: none!important;
}
header ul.item{
    display:block!important;
}
header ul.item:before{
    content:"";
    position: absolute;
    background: #fff;
    width: 56px;
    height: 56px ;
    border-radius: 50%;
    box-shadow: rgba(239,237,229,1.0) 2px 2px 4px;
    transition: 0.4s;
}

header ul.item.on:before{
    box-shadow: rgba(239,237,229,0) 2px 2px 4px;
    transition: 0.4s;
}

header ul.item li{
    height:1.5px;
    border-radius: 2px
}

header ul.item li:nth-child(1){ width: 16px; left: 17px; top: 20px;}
header ul.item li:nth-child(2){ width: 24px; left: 17px; top: 28px;}
header ul.item li:nth-child(3){ width: 16px; left: 17px; top: 36px;}

header ul.item {
    position: fixed;
    right: 64px;
    top: 64px;
    z-index: 999;
    width: 40px;
    height: 40px;
}
header .item li {
    position: absolute;
    height: 1px;
}
/*
header.scr ul.item, header.darken ul.item, body.under ul.item {
    mix-blend-mode: difference;
}
*/
header .blockRight .footerYes {
    display: none;
}
header .item li:nth-child(1) {
    transform: rotate(0);
    transition: 0.4s;
}
header .item li:nth-child(2) {
    transform: rotate(0);
    transition: 0.4s;
}
header .item li:nth-child(3) {
    transform: rotate(0);
    transition: 0.4s;
}
header .item.on li:nth-child(1) {
    transform: rotate(45deg);
    width: 24px;
    transition: 0.4s;
    left: 17px;
    top: 28px;
}
header .item.on li:nth-child(2) {
    width: 0;
    left: 17px;
    transition: 0.2s;
}
header .item.on li:nth-child(3) {
    transform: rotate(-45deg);
    width: 24px;
    transition: 0.4s;
    left: 17px;
    top: 28px;
}
header .spnav {
    display: block!important;
    position: fixed;
    background: #fff;
    width: 440px;
    height: 100vh;
    height: 100lvh;
    padding: 128px 64px;
    z-index: 990;
    overflow: scroll;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    right: 0;
    top: 0;
}
    header .spnav.on {
    pointer-events: auto;
    opacity: 1.0;
    transition: 0.4s;
}
    
    header .blockRight {
    text-align: left;
}
     header .blockRight div.child.on li:last-child {
         margin-bottom :32px;
    transition: 0.5s;
}
    
header .blockRight div {
    position: relative;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px 0 0;
}

header .blockRight li {
    list-style: none;
}

 header .blockRight div.child strong a {
    pointer-events: none;
}
 header .blockRight div strong a {
    display: block;
}
 header .blockRight div.child.on:before {
    height: 0;
    top: 51px;
    transition: 0.15s;
}

   header .blockRight div.child:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50px;
    width: 16px;
    height: 1.5px;
}
header .blockRight div.child:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 43px;
    width: 1.5px;
    height: 16px;
    transition: 0.15s;
}
header .blockRight div.single:after {
    content: "";
    position: absolute;
    background: url(/img/common/arrow.svg) no-repeat right;
    background-size: cover;
    width: 9px;
    height: 16px;
    right: 4px;
    top: 34px;
}
    header .blockRight div.child .pcnone{
        display: block!important;
    }
    
    header .accordion ul{
        margin-bottom: 16px;
    }
 header .accordion li {
    opacity: 0;
    line-height: 2.5;
    height: 0;
    transition: 0.5s;
     font-size: 15px;
}
header .accordion strong{
    margin-bottom:16px;
    display: block;
}
 header .accordion .on li {
    opacity: 0.7;
    line-height: 2.5;
    height: 2.5em;
    transition: 0.5s;
    margin-bottom: 0;
}
    header .single{
        padding-bottom:16px!important;
    }
    .layout2 header ul.item{
        top: 24px;
        right: 40px;
    }
    .layout2 header{
        padding: 52px 32px;
    }
}