@charset "UTF-8";

/*test*/


/*///////////////////////////
reset
///////////////////////////*/

.block-editor li::marker {
    display: none;
}
.breadcrumbs {
    font-size: 1.4rem;
    color: #000;
    text-align: right;
    position: relative;
    margin: 2rem auto 1rem;
}
/*
.breadcrumbs .container--narrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 12.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}*/
.breadcrumbs .home {
  color:#0e639b;
  font-weight: bold;
}
.breadcrumbs-link-white .breadcrumbs,
.breadcrumbs-link-white .breadcrumbs span{
  color:#fff;
}


@media screen and (min-width : 768px) {
  .breadcrumbs .container--narrow {
    max-width:1500px;
    margin-left:auto;
    margin-righ:auto;
  }
}
@media screen and (max-width : 767px) {
    .breadcrumbs {
        padding: 1rem 0 1.5rem;
        overflow: auto;
        white-space: nowrap;
        text-align: left;
        font-size: 1.2rem;
        margin: 1rem 0 0;
    }
}

/*///////////////////////////
page-title
///////////////////////////*/

@media screen and (max-width : 767px) {
.no_br_sp br {
    display: none;
}
}

/*///////////////////////////
page-title
///////////////////////////*/


.page-title-box {
    margin: auto;
    padding: 10rem 0;
    position: relative;
    color: #fff;
    background-image: linear-gradient(116deg, #1875a8, #0a5189);
}

.page-title__h1 {
    font-size: 4.8rem;
    text-align: left;
    position: relative;
    line-height: 1.4;
}
.page-title__h1::before {
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index: -1;
    width: 39rem;
    height: 17.1rem;
    /*background: url(../img/common/mv_logo.svg) no-repeat center center/contain;*/
    content: "";
}
.page-title__eng{display: inline-block;margin-bottom: 0.5rem;color: #42ABCB;font-size: 2.4rem;letter-spacing: 0.03em;text-transform: uppercase;font-weight: bold;transform: rotate(0.03deg);text-align: left;width:100%;}
@media screen and (max-width : 767px) {

    .page-title-box {
        margin: auto;
        padding: 3rem;
        position: relative;
    }

    .page-title__h1 {
        font-size: 2.6rem;
    }
    .page-title__h1::before {
        position: absolute;
        top: 0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
        z-index: -1;
        width: 80%;
        max-width:192px;
        height: 17.1rem;
        max-height:84px;
        background: url(../img/common/mv_logo.svg) no-repeat center center/contain;
        content: "";
    }
    .page-title__eng{
        font-size: 1.6rem;
        margin: auto;
    }
}


/*  
cmnLowFirstView 
---------------------------------*/ 
.cmnLowFirstView {  
position: relative; 
padding-top: 10rem; 
padding-bottom: 10.6rem;  
background-image: -webkit-gradient(linear, left top, right top, from(#1875a8), to(#0a5189));  
background-image: linear-gradient(90deg, #1875a8, #0a5189); 
} 
.cmnLowFirstView::before {  
position: absolute; 
top: 3rem;  
right: 0; 
opacity: 0.3; 
width: 42.5rem; 
height: 24.8rem;  
background: url("../img/common/img_low_firstview_pc.png") no-repeat center right/contain; 
content: "";  
} 
.cmnLowFirstView__inner { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;  
-webkit-box-align: end; 
-ms-flex-align: end;  
align-items: flex-end;  
-webkit-box-pack: justify;  
-ms-flex-pack: justify; 
justify-content: space-between; 
} 
.cmnLowFirstView__title { 
color: #fff;  
font-size: 4.4rem;  
letter-spacing: 0.05em; 
line-height: 1.32;  
white-space: nowrap;  
} 
.cmnLowFirstView__title span {  
padding-right: 0.3em; 
font-size: 2.8rem;  
letter-spacing: 0.04em; 
} 
.cmnLowFirstView__subTitle {  
display: inline-block;  
margin-top: 1.2rem; 
color: #44aacd; 
font-family: "Prompt", sans-serif;  
font-size: 2rem;  
font-weight: 500; 
letter-spacing: 0.05em; 
text-transform: uppercase;  
} 
.cmnLowFirstView .cmnBreadcrumb { 
position: relative; 
z-index: 1; 
margin-left: 3rem;  
padding-bottom: 0.4rem; 
} 
@media screen and (max-width: 767px) {  
.cmnLowFirstView {  
padding-top: 65px;  
padding-bottom: 26px; 
} 
.cmnLowFirstView::before {  
top: unset; 
bottom: 20px; 
width: 136px; 
height: 102px;  
background: url("../img/common/img_low_firstview_sp.png") no-repeat center right/contain; 
} 
.cmnLowFirstView__title { 
font-size: 2.5rem;  
white-space: unset; 
} 
.cmnLowFirstView__title span {  
font-size: 1.8rem;  
} 
.cmnLowFirstView__subTitle {  
margin-top: 0.9rem; 
font-size: 1.2rem;  
} 
.cmnLowFirstView .cmnBreadcrumb { 
position: absolute; 
} 
} 


/*///////////////////////////
page-mv
///////////////////////////*/

.mv-outer {
  overflow: hidden;
}
.mv-inner {
  position: relative;
  padding-bottom: 8rem;
}
.mv-inner:before {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:31.7rem;
  background: #0e639c;
  z-index: -1;
}
.mv-ttl-box {
}
.mv-ttl {
  max-width: 100%;
  padding: 6rem 4rem 6rem 0;
  color: #0e639c;
  line-height: 1.2;
}
.mv-ttl .mv-ttl-txt {
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  display: block;
  max-width: 100%;
}
.mv-ttl-inner {
}
.mv-bg {
  width: 95.6%;
  max-height: 400px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0;
}

@media screen and (max-width : 767px) {
  .mv-ttl .mv-ttl-txt {
  font-size: 2.5rem;
  }
  .mv-bg {
    height: 150px;
  }
  .mv-bg {
    border-radius:0;
    width: 100%;
    margin-left: 30px;
  }
  .mv-ttl {
    max-width: 100%;
    padding: 0 0 3rem 0;
  }
  .mv-inner:before {
    height:9rem;
  }
  .mv-inner {
    padding-bottom:2.53rem;
  }
}

/*============================================================================================================
base
============================================================================================================*/

/*///////////////////////////
container
///////////////////////////*/

.block-editor {
    padding: 8.5rem 0;
    overflow: hidden;
    position: relative;
}


/*///////////////////////////
p,li,a
///////////////////////////*/

.block-editor p {
    margin-bottom: 1em;
    line-height: 2;
    letter-spacing: .05em;
}


.block-editor p>a,
.block-editor li>a {
    display: inline-block;
    color: #eb5615;
    padding: 0 0 0.2rem;
    text-decoration: underline;
    transition: opacity .3s;
}

.block-editor p>a:hover,
.block-editor li>a:hover {
    opacity: .7;
}

.block-editor ul,
.block-editor ol {
    margin: 4rem auto;
}

.block-editor .wp-block-column ul,
.block-editor .wp-block-column ol {
    margin: 2rem 0;
}

.block-editor ul li,
.block-editor ol li {
    margin: 0 auto 1em;
    padding-left: 3rem;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8;
}
.block-editor ul li {
    padding-left: 2rem;
}

.block-editor ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    /* transform: translateY(-50%); */
    width: 1rem;
    height: 1rem;
    background: #f7ab00;
    border-radius: 50%;
}
.block-editor ul.list-large li::before {
    top: 0.7em;

}
.block-editor ul li ul,
.block-editor ol li ol {
    padding-bottom: 0;
    margin: 2rem 0;
    margin-left: .4rem;
}

.block-editor ul li ul li {
    padding-left: 3rem;
}

.block-editor ul li ul li::before {
    top: 1em;
    width: 1rem;
    height: 0.1rem;
    background: #0e639c;
    border-radius: 0;
}

.block-editor ol {
    counter-reset: num;
}

.block-editor ol li::before {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    top: 0.8em;
    left: 0;
    transform: translateY(-50%);
    background: #0e639c;
    color: #fff;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.block-editor ol.has-background,
.block-editor ul.has-background {
    padding: 5rem;
}



@media screen and (max-width : 767px) {
    .block-editor {
        padding: 2rem 0;
        font-size: 1.4rem;
    }

    .block-editor p {
        margin-bottom: 2rem;
        line-height: 1.8;
    }

    .block-editor p {
        font-size: 1.4rem;
    }

    .block-editor ul,
    .block-editor ol {
        margin: 4.3rem auto;
    }

    .block-editor ul li,
    .block-editor ol li {
        margin: 0 auto 1.7rem;
        padding-left: 2rem;
        font-size: 1.4rem;
        line-height:1.6;
    }

    .block-editor ul li::before {
        top: 0.6em;
        width: .7rem;
        height: .7rem;
    }

    .block-editor ul.list-large li::before{
        top: 0.8em;
    }

    .block-editor ol li::before {
        width: 1.6rem;
        height: 1.6rem;
        padding: 0 0 0.1rem 0;
        font-size: 1.1rem;
        top:1.1em;

    }

    .block-editor ol.has-background,
    .block-editor ul.has-background {
        padding: 2rem;

    }

}


/*///////////////////////////
iframe
///////////////////////////*/

.block-editor iframe {
    max-width: 100%;
    margin: 0 auto 2rem;
    display: block;
}

.block-editor .wp-block-embed iframe {
    max-width: 100%;
    display: block;
    margin: auto;
}


/*///////////////////////////
table
///////////////////////////*/

.block-editor .wp-block-table {
    margin: 3rem auto 9rem;
}

.block-editor .wp-block-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
}

.block-editor .wp-block-table table th,
.block-editor .wp-block-table table td {
    padding: 2rem 3rem;
    background: #fff;
    font-size: 1.8rem;
    letter-spacing: .05em;
    border-spacing: 0;
    border: 1px solid #ffd9c8;
    line-height: 1.8;
}

.block-editor .wp-block-table table td:first-child,
.block-editor .wp-block-table table th:first-child {
    max-width: 34rem;
    min-width: 20rem;
    width: 30%;
    background: #f7ab00;
    color:#fff;
    font-weight: bold;
}

.block-editor .wp-block-table table span.must,
span.must{
    color: #e3b140;
}

@media screen and (max-width : 767px) {

    .block-editor .wp-block-table {
        margin: 3rem auto;
    }

    .block-editor .wp-block-table table th,
    .block-editor .wp-block-table table td {
        display: block;
        width: 100%;
        padding: 1.2rem 1.5rem;
        font-size: 1.4rem;
    }
    .block-editor .wp-block-table table td:first-child,
    .block-editor .wp-block-table table th:first-child {
        max-width: 100%;
        min-width: 0;
        border-top:1px solid #d5d9d9;
    }
    .block-editor .wp-block-table table tr:first-child td:first-child,
    .block-editor .wp-block-table table tr:first-child th:first-child{
        border-top: 0;
    }

.block-editor .wp-block-table table td {
    border-bottom: none;
}

.block-editor .wp-block-table table td:first-child,
.block-editor .wp-block-table table th {
    width: 100%;
    text-align: center;
}
.block-editor .wp-block-table table tr:last-child th, .block-editor .wp-block-table table tr:last-of-type td {
    border-bottom: none;
}

}

/*///////////////////////////
heading
///////////////////////////*/
.block-editor h2 {
    margin: 10rem auto 4rem;
    border-radius: 0;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1.66666666667;
    position: relative;
    text-align: center;
    font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
    font-weight: normal;
}
.block-editor h2::before {
    position: absolute;
    top: -8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6rem;
    height: 6rem;
    background-image: url(../img/common/img_leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.block-editor h2 * {
  font-size:inherit;
}

.block-editor h2.has-text-align-left {
    padding: .8em 0;
}
.block-editor h2.has-text-align-left:after {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 0.4rem;
    background-image: linear-gradient(90deg, #0e639c 0%, #0e639c 16%, #dce4e1 16%, #dce4e1 100%);
    content: "";
}
.block-editor h2.has-text-align-center {
    padding: .8em 0;
}
.block-editor h2.has-text-align-center:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20rem;
  height: 0.4rem;
  background: #f7ab00;
  content: "";
  transform: translateX(-50%);
}

.block-editor .container h2:first-child {
    margin-top: 0;
}

.block-editor h2.has-background {
    padding: 1.5rem 3rem 1.5rem 10rem;
    background: #edf6f9;
    margin: 10rem auto 5rem;
    line-height: 1.6;
    border-radius: 0;
}
.block-editor h2.has-background:after {
    content:none;
    background: none;
}

.block-editor h2.has-text-align-center {
    position: relative;
}
.block-editor h2.has-text-align-center:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.block-editor h3 {
    margin: 2.5em 0 1.2em;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: .05em;
    color: #f7ab00;
}
.block-editor figure + h3 {
  margin-top:0;
}
.block-editor h3.has-background {
    border-radius: 0;
    background: #edf6f9;
}

.block-editor h3.has-text-align-center {}

.block-editor h3.has-background.has-text-align-center {}

.block-editor h4 {
    margin:2em 0 1em;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.6;
    padding-bottom: 1.8rem;
    border-bottom: 2px solid #d5d9d9;
    display: table;
}

.block-editor h4.has-background {}

.block-editor h4.has-text-align-center {
  margin-left:auto;
  margin-right:auto;
}

.block-editor h4.has-background.has-text-align-center {}

.block-editor h5 {
    font-size: 2rem;
    font-weight: bold;
    margin:2.5em 0 1.5em;
    border-bottom: 2px dotted #d5d9d9;
    padding-bottom: 2rem;
    display: table;
}

.block-editor h5.has-background {}

.block-editor h5.has-text-align-center {
  margin-left:auto;
  margin-right:auto;
}

.block-editor h5.has-background.has-text-align-center {}

.block-editor h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2.5em auto 1.5em;
}

.block-editor h6.has-background {}

.block-editor h6.has-text-align-center {}

.block-editor h6.has-background.has-text-align-center {}

@media screen and (max-width : 767px) {

    .block-editor h2 {
        font-size: 2.2rem;
        margin: 3em auto 1.5em;
    }
.block-editor h2::before {
    position: absolute;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    background-image: url(../img/common/img_leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
    .block-editor h3 {
        font-size: 2rem;
        line-height: 1.4;
        margin: 4em auto 1.5em;
        padding-bottom: 0;
    }

    .block-editor h4 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin: 4em auto 1.5em;
        padding-bottom: 1.8rem;
    }

    .block-editor h5 {
        font-size: 1.6rem;
        margin: 2em auto 1em;
    }

    .block-editor h6 {
        font-size: 1.6rem;
        margin: 1.5em auto .75em;
    }

}


.block-editor h2 a,
.block-editor h3 a,
.block-editor h4 a,
.block-editor h5 a,
.block-editor h6 a{
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
}

.block-editor h2 a::after,
.block-editor h3 a::after,
.block-editor h4 a::after,
.block-editor h5 a::after,
.block-editor h6 a::after{
    content: "";
    position: absolute;
    border: solid transparent;
    border-width: 0.3em 0.5em;
    border-left-color: #0e639c;
    right: 0;
    top: 50%;
    margin-top: -0.22em;
}



/*///////////////////////////
wp-block-column
///////////////////////////*/

.block-editor .wp-block-columns {
    margin: 4rem auto;
}

.block-editor .wp-block-columns.has-background {
    padding: 2em;
    border-radius: 0;
}

.block-editor .wp-block-columns.has-background .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
}

.block-editor .wp-block-column {
    margin: 3rem auto;
}
.block-editor .wp-block-column.has-background {
    padding: 3em 2em 2em;
    border-radius: 0;
}
.block-editor .wp-block-column + figure {
  margin-top:-3rem;
}

.block-editor .wp-block-column h2:first-child,
.block-editor .wp-block-column h3:first-child,
.block-editor .wp-block-column h4:first-child,
.block-editor .wp-block-column h5:first-child,
.block-editor .wp-block-column h6:first-child {
    margin-top: 0;
}

.block-editor .wp-block-column h2,
.block-editor .wp-block-column h3,
.block-editor .wp-block-column h4,
.block-editor .wp-block-column h5,
.block-editor .wp-block-column h6 {

}

.block-editor .wp-block-column figure.wp-block-image+h2,
.block-editor .wp-block-column figure.wp-block-image+h3,
.block-editor .wp-block-column figure.wp-block-image+h4,
.block-editor .wp-block-column figure.wp-block-image+h5,
.block-editor .wp-block-column figure.wp-block-image+h6 {
    font-size: 2.8rem;
}
.wp-block-columns .wp-block-column.border-radius {
    border-radius: 5rem;
}

@media screen and (max-width : 767px) {

    .block-editor .wp-block-columns{
        gap: 0;
    }

    .block-editor .wp-block-column figure.wp-block-image+h2,
    .block-editor .wp-block-column figure.wp-block-image+h3,
    .block-editor .wp-block-column figure.wp-block-image+h4,
    .block-editor .wp-block-column figure.wp-block-image+h5,
    .block-editor .wp-block-column figure.wp-block-image+h6 {
        font-size: 1.8rem;
    }

    /* .block-editor .wp-block-columns .wp-block-column>*:last-child {
        margin-bottom: 0;
        } */
        .block-editor .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column h3 {
            margin:0 0 1em;
        }
        .block-editor .wp-block-column {
            margin: 1rem auto;
        }
        .block-editor .wp-block-columns.has-background {
            padding: 2rem;
        }
        .block-editor .wp-block-columns.wp-container-4,
        .block-editor .wp-block-columns.wp-container-7 {
          gap:0;
        }


    }

/*///////////////////////////
wp-block-quote
///////////////////////////*/

.block-editor .wp-block-quote {
    background: #f8f8f8;
    margin: 8rem auto;
    padding: 4rem 7rem;
    position: relative;
    border-radius: 0;
}

.block-editor .wp-block-quote::before {
    content: "";
    position: absolute;
    left: 2.2rem;
    top: -1.8rem;
    font-weight: bold;
    line-height: 1;
    width: 5.4rem;
    height: 4rem;
    background: url(../img/icon_blockquote01.svg) no-repeat;
    background-size:contain;
}

.block-editor .wp-block-quote::after {
    content: "";
    position: absolute;
    right: 2.2rem;
    bottom: -1.8rem;
    font-weight: bold;
    line-height: 1;
    width: 5.4rem;
    height: 4rem;
    background: url(../img/icon_blockquote01.svg) no-repeat right 0;
    background-size:contain;
}

.block-editor .wp-block-quote cite {
    font-style: normal;
    font-size: 1.4rem;
    color: #999999;
}

@media screen and (max-width : 767px) {
  .block-editor .wp-block-quote {
    padding: 3rem 1.5rem 4rem 2rem;
}
.block-editor .wp-block-quote::before,
.block-editor .wp-block-quote::after {
    background-size:85%;
}

}

/*///////////////////////////
wp-block-buttons
///////////////////////////*/

.block-editor .wp-block-buttons {
    margin: 4rem auto 14rem;
}
.block-editor .wp-block-columns .wp-block-buttons {
    margin: 4rem auto 4rem;
}

.block-editor .wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.block-editor .wp-block-buttons .wp-block-button {
    display: block;
    margin: 2rem;
    max-width: 40rem;
    width: 90%;
}

.block-editor .wp-block-buttons .wp-block-button .wp-block-button__link {
display: inline-block;
    position: relative;
    width: 48rem;
    max-width: 100%;
    padding: 2.6rem 4rem;
    border-radius: 9999px;
    background-color: #333;
    color: #fff;
    font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.43;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.block-editor .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background: #f7ab00;
}

.block-editor .wp-block-buttons .wp-block-button .wp-block-button__link::after {
position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
    height: 1rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
}



@media (hover: hover) and (pointer: fine) {
  .wp-block-button__link:hover {
    opacity: 1;
    background-color: #0e639c;
    color: #fff;
  }
}
@media screen and (max-width : 767px) {
  .wp-block-button__link {
    width: 100%;
    padding: 0.9em 1.5em;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .block-editor .wp-block-buttons {
      margin: 3rem auto;
  }

  .block-editor .wp-block-buttons .wp-block-button {
      width: 100%;
  }
  .block-editor .wp-block-buttons .wp-block-button +.wp-block-button{
    margin-top: 0;
  }
  .block-editor .wp-block-buttons .wp-block-button .wp-block-button__link::after {
      position: absolute;
      right: 2.4rem;
      top: 0.5em;
      bottom: 0;
      margin: auto;
  }

  .block-editor .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.9em 2em;
    height:inherit;
  }

  .block-editor .wp-block-buttons .wp-block-button .wp-block-button__link::after {
      top: .5rem;
      right:1.4rem;
  }
  .block-editor .wp-block-columns .wp-block-buttons {
    margin: 0;
  }
  .block-editor .wp-container-5 {
    gap:0;
  }


}


/*///////////////////////////
wp-block-image
///////////////////////////*/

.block-editor .wp-block-image {
    margin: 5rem auto;
}
.block-editor .wp-block-image figcaption {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
}

.block-editor .wp-block-column figure.wp-block-image {
  position: relative;
  text-align:center;
}
.block-editor .wp-block-column figure.wp-block-image + p {
  margin-top:1.4rem;
}

.block-editor .wp-block-image .aligncenter>figcaption,
.block-editor .wp-block-image .alignleft>figcaption,
.block-editor .wp-block-image .alignright>figcaption {
    text-align: center;
    font-size: 1.4rem;
    color: #999;
}

.block-editor .wp-block-image:not(.is-style-rounded) img, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .wp-block-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0;
}
.block-editor .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  background: rgba(255,255,255,.75);
  text-align: center;
  line-height: 1.4;
  font-size: .8em;
  color: #111;
}
.block-editor .wp-block-gallery.has-nested-images{
  margin: 5rem auto;
}
.block-editor .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin-bottom: 0;
}

@media screen and (max-width : 767px) {

.block-editor .wp-block-image:not(.is-style-rounded) img, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .wp-block-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0;
}
.block-editor .wp-block-image figcaption {
    font-size: 1.2rem;
}
.block-editor .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size:1.4rem;
    padding:0.5rem;
    margin: -2rem auto 0;
    width:100%;
}
}


/*///////////////////////////
blocks-gallery-grid
///////////////////////////*/

.block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-item,
.block-editor .wp-block-gallery.columns-3 .blocks-gallery-image,
.block-editor .wp-block-gallery.columns-3 .blocks-gallery-item {
    padding-left: 0;
}

.block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-image::before,
.block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-item::before,
.block-editor .wp-block-gallery.columns-3 .blocks-gallery-image::before,
.block-editor .wp-block-gallery.columns-3 .blocks-gallery-item::before {
    display: none;
}

.block-editor .blocks-gallery-grid .blocks-gallery-image figcaption,
.block-editor .blocks-gallery-grid .blocks-gallery-item figcaption,
.block-editor .wp-block-gallery .blocks-gallery-image figcaption,
.block-editor .wp-block-gallery .blocks-gallery-item figcaption {
    pointer-events: none;
    font-size: 1rem;
    line-height: 1;
}


.block-editor .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.block-editor .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.block-editor .wp-block-gallery.is-cropped .blocks-gallery-image img,
.block-editor .wp-block-gallery.is-cropped .blocks-gallery-item img {
    border-radius: 0;
    /* max-width: 360px; */
}

.block-editor .blocks-gallery-grid .blocks-gallery-image figcaption,
.block-editor .blocks-gallery-grid .blocks-gallery-item figcaption,
.block-editor .wp-block-gallery .blocks-gallery-image figcaption,
.block-editor .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0;
}


@media screen and (min-width : 768px) {

    .block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .block-editor .wp-block-gallery.columns-3 .blocks-gallery-image,
    .block-editor .wp-block-gallery.columns-3 .blocks-gallery-item {
        max-width: calc((100% - 2em) / 3);
    }
}

@media screen and (max-width : 767px) {

    .block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .block-editor .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .block-editor .wp-block-gallery.columns-3 .blocks-gallery-image,
    .block-editor .wp-block-gallery.columns-3 .blocks-gallery-item {
        max-width: calc((100% - 1em) / 2);
    }
}

/*///////////////////////////
wp-block-video
///////////////////////////*/

.block-editor figure.wp-block-video,
.block-editor .video figure {
    position: relative;
    width: 100%;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {}

/*///////////////////////////
wp-block-cover
///////////////////////////*/
.wp-block-cover,
.wp-block-cover-image {}


section.block-editor .wp-block-cover {
    margin: 8rem calc(50% - 50vw);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:3em 1em;
}
section.block-editor .wp-block-cover-image .wp-block-cover__inner-container,
section.block-editor .wp-block-cover .wp-block-cover__inner-container {
  color:#fff;
  width:90%;
  max-width:800px;
  margin:auto;
  text-align: center;
}
.block-editor .wp-block-cover .wp-block-buttons {
  margin:2rem auto;
}

@media screen and (max-width : 767px) {
  section.block-editor .wp-block-cover .has-large-font-size {
    font-size:2.4rem!important;

}
}

/*///////////////////////////
wp-block-group
///////////////////////////*/

.block-editor .wp-block-group {
    margin: 5rem auto;
}

.block-editor .wp-block-group.has-background {
    padding: 5rem;
    position: relative;
    border-radius: 0;
}
.has-background-bg-after {

}

.block-editor .bg-cover-right-before::before,
.block-editor .bg-cover-right-after::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: inherit;
    left: 3rem;
    top: 0;
    z-index: -10;
}

.block-editor .wp-block-group.has-background>.wp-block-group__inner-container>*:first-child {
    margin-top: 0;
}
.block-editor .wp-block-group__inner-container h2 {

  margin-bottom:2rem;
}

.block-editor .wp-block-column>*:first-child {
    margin-top: 0;
}

.block-editor .wp-block-group.has-background>.wp-block-group__inner-container>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width : 767px) {
    .block-editor .wp-block-group.has-background {
        padding: 2rem;
        border-radius: 0;
    }
}

/*///////////////////////////
hr
///////////////////////////*/

.block-editor .wp-block-separator {
    border: 0;
    background: #ebebeb;
    width: 20rem;
    height: 2px;
    margin: 5rem auto;
}

@media screen and (max-width : 767px) {


    .block-editor figure.wp-block-video,
    .block-editor .wp-block-image.video {
        margin-bottom: 6.5rem;
    }
}


/*///////////////////////////
option
///////////////////////////*/
@media screen and (min-width : 768px) {

    .block-editor .has-text-align-left,
    .block-editor .has-text-align-center,
    .block-editor .wp-block-columns {
      position: relative;
  }
  .block-editor .bg-dots-blue-right-before::before,
  .block-editor .bg-dots-blue-right-after::after {
    position: absolute;
    top: 0;
    right: 4.6rem;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    background: url(../img/common/img_dot-blue.png) no-repeat center center/contain;
    content: "";
    background-size: 15vw;
}
.block-editor .bg-dots-blue-left-before::before,
.block-editor .bg-dots-blue-left-after::after {
    position: absolute;
    top:-12rem;
    left: -20rem;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    background: url(../img/common/img_dot-blue.png) no-repeat center center/contain;
    content: "";
    background-size: 15vw;
}
.block-editor .bg-dots-normal-left-before::before,
.block-editor .bg-dots-normal-left-after::after {
    position: absolute;
    top: -12rem;
    left: -28rem;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    background: url(../img/common/img_dot.png) no-repeat center center/contain;
    content: "";
    background-size: 15vw;
}
.block-editor .bg-dots-normal-right-before::before,
.block-editor .bg-dots-normal-right-after::after {
    position: absolute;
    top: 0;
    right: -15rem;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    background: url(../img/common/img_dot.png) no-repeat center center/contain;
    content: "";
    background-size: 15vw;
}

}

@media screen and (max-width : 1280px) {
  .block-editor .bg-dots-blue-right-before::before,
  .block-editor .bg-dots-blue-right-after::after {
    right:-10rem;
}
}

/*============================================================================================================
addClass
============================================================================================================*/

/*///////////////////////////
text-align
///////////////////////////*/

.block-editor .txt-left {
    text-align: left;
}

.block-editor .txt-right {
    text-align: right;
}

.block-editor .txt-center {
    text-align: center;
}

@media screen and (min-width: 480.1rem) {

    .block-editor .txt-left_pc {
        text-align: left !important;
    }

    .block-editor .txt-right_pc {
        text-align: right !important;
    }

    .block-editor .txt-center_pc {
        text-align: center !important;
    }

}


@media screen and (max-width: 767px) {

    .block-editor .txt-left_sp {
        text-align: left !important;
    }

    .block-editor .txt-right_sp {
        text-align: right !important;
    }

    .block-editor .txt-center_sp {
        text-align: center !important;
    }
}


.box-shadow{
    box-shadow: 0 0 30px 0 rgb(4 0 0 / 7%);
}


/*///////////////////////////
border
///////////////////////////*/

.block-editor .border {
    border: 1px solid #34489b;
}

.block-editor .no-border {
    border: 0 !important;
}


/*///////////////////////////
catch
///////////////////////////*/

.block-editor .catch {
    font-size: 4rem!important;
    line-height: 1.5;
}

@media screen and (max-width : 767px) {

.block-editor .catch {
    font-size: 2.4rem!important;
    line-height: 1.5;
}

}

/*============================================================================================================
snow-monkey-parts
============================================================================================================*/

/*///////////////////////////
sme-badge
///////////////////////////*/

.block-editor .sme-badge {
    color: inherit;
    padding: 1.5rem 3rem;
    height: auto;
}

.block-editor .badge-link .sme-badge {
    margin: 0 auto 2rem;
    padding: 0;
    display: inline-block;
    height: auto;
}

.block-editor .badge-link .sme-badge a {
    padding: 2.5rem 3.5rem;
    display: inline-block;
    text-decoration: underline;
    transition: .2s;
}

.block-editor .badge-link .sme-badge a:hover {
    opacity: .6;
}


@media screen and (max-width : 767px) {

    .block-editor .badge-link .sme-badge {
        margin: 1rem 0;
    }

    .block-editor .badge-link .sme-badge a {
        padding: 1.5rem 2rem;
    }

}

/*///////////////////////////
smb-media-text
///////////////////////////*/

.block-editor .wp-block-snow-monkey-blocks-media-text {
    margin: 8rem 0;
}

.block-editor h2.smb-media-text__title,
.block-editor h3.smb-media-text__title,
.block-editor h4.smb-media-text__title,
.block-editor h5.smb-media-text__title,
.block-editor h6.smb-media-text__title {
    margin: 0;
    padding: 0 0 0 3.1rem;
    border: none;
    font-size: 2.8rem;
    line-height: 1.5;
}
.block-editor h2.smb-media-text__title:after,
.block-editor h3.smb-media-text__title:after,
.block-editor h4.smb-media-text__title:after,
.block-editor h5.smb-media-text__title:after,
.block-editor h6.smb-media-text__title:after {
  content:none;
  background: none;
}

.block-editor .smb-media-text__body {
    padding-left: 3.1rem;
}

.block-editor .smb-media-text__body p {
    margin-bottom: 0;
}
.smb-media-text__figure>img, .smb-media-text__figure>video {
    border-radius: 0;
}

@media screen and (max-width : 767px) {

    .block-editor h2.smb-media-text__title,
    .block-editor h3.smb-media-text__title,
    .block-editor h4.smb-media-text__title,
    .block-editor h5.smb-media-text__title,
    .block-editor h6.smb-media-text__title {
        padding-left: 0;
        font-size: 1.8rem;
    }

    .block-editor .smb-media-text__body {
        padding-left: 0;
    }

    .block-editor .smb-media-text .block-editor-rich-text+.smb-media-text__body,
    .block-editor .smb-media-text__title+.smb-media-text__body {
        margin-top: 2rem;
    }

    .block-editor .wp-block-snow-monkey-blocks-media-text {
        margin:3rem 0 5rem;
    }

}

/*///////////////////////////
smb-faq
///////////////////////////*/


.block-editor .smb-faq {
    margin: 8rem auto;
}

.block-editor .smb-faq__item {
    margin-top: 0;
    padding: 4rem !important;
    border-bottom: none;
    border-radius: 0;
}

.block-editor .smb-faq__item:first-child {
    border-top: none;
}

.block-editor .smb-faq__item:nth-child(odd) {
    background-color: #f8f4ea;
}

.block-editor .smb-faq__item__answer__label,
.block-editor .smb-faq__item__question__label {
    width: 10%;
    font-weight: 500;
    font-size: 6rem;
    margin-right: 1rem;
    width: 6rem;
    flex: initial;
}

.block-editor .smb-faq__item__question__label {
    color: #f7ab00;
    border-radius: 0;
    font-size: 2em;
    height: auto;
    padding: 0.1em 0.4em 0.4em 0.35em;
    line-height: 1;
    align-content: center;
}

.block-editor .smb-faq__item__answer__label {
  color: #eb5615;
  border-radius: 0;
  font-size: 2em;
  height: auto;
  padding: 0.15em 0.44em 0.35em 0.44em;
  line-height: 1;
  align-content: center;
}

.block-editor .smb-faq__item__answer__body,
.block-editor .smb-faq__item__question__body {
    padding-top: 0;
    flex: initial;
    width: 90%;
}

.block-editor .smb-faq__item__question__body {
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
}

.block-editor .smb-faq__item__answer,
.block-editor.smb-faq__item__question {
    align-items: flex-start;
}

.block-editor .smb-faq__item__question {
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #333;
}

.block-editor .smb-faq__item__answer p {
    margin-bottom: 0;
}


@media screen and (max-width : 767px) {

    .block-editor .smb-faq {
        margin-bottom: 6rem;
    }

    .block-editor .smb-faq__item__answer,
    .block-editor .smb-faq__item__question {
        align-items: flex-start;
    }

    .block-editor .smb-faq__item__question {
        margin-bottom: 0;
        padding-bottom: 1rem;
    }

    .block-editor .smb-faq__item__answer__label,
    .block-editor .smb-faq__item__question__label {
        width: 3.5rem;
        height: 3.3rem;
        font-size: 2.2rem;
        font-weight: 400;
        margin: .5rem 1.5rem 0 0rem;
    }

    .block-editor .smb-faq__item__answer__label {
        margin: .5rem 1.5rem 0 0rem;
    }

    .block-editor .smb-faq__item__question__body {
        padding-top: 0;
        font-size: 1.8rem;
    }

    .block-editor .smb-faq__item__answer__body,
    .block-editor .smb-faq__item__question__body {
        width: calc(100% - 6rem);
    }

    .block-editor .smb-faq__item {
        padding: 2rem 1.5rem 2rem 2rem!important;
    }

    .block-editor .smb-faq__item__answer p {
        line-height: 2;
    }
    .block-editor .smb-faq__item__answer,
    .block-editor.smb-faq__item__question {
        justify-content: flex-start;
    }
    .block-editor .smb-faq__item__answer {
        padding-top:1em;
    }
    .block-editor .smb-faq__item {
      margin-top: 1em;
  }

}


/*///////////////////////////
smb-balloon
///////////////////////////*/

.block-editor .smb-balloon {
    margin: 5rem auto;
}

.block-editor .smb-balloon__figure {
    position: relative;
    flex: 0 0 16rem;
    height: 16rem;
    width: 16rem;
    overflow: hidden;
    background: #fff;
    max-width: 16rem;
    border: 0;
}

.block-editor .is-style-sme-speech {
    margin-bottom: 0;
}

.block-editor .smb-balloon .smb-balloon__body {
    padding: 2rem 3rem;
    border-radius: 0;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.block-editor .smb-balloon .smb-balloon__body:after {
    border-color: transparent;
    border-right-color: inherit;
    border-width: 1rem 1.5rem 1.1rem 0;
    left: -1.5rem;
    margin-top: -0.5rem;
    top: 50%;
}

.block-editor .smb-balloon .smb-balloon__body p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width : 767px) {
    .block-editor .smb-balloon__person {
        display: block;
    }

    .block-editor .smb-balloon {
        justify-content: center;
        align-items: center;
    }

    .block-editor .smb-balloon .smb-balloon__body:after {
        border-color: transparent;
        border-bottom-color: inherit;
        border-width: 1.6rem;
        top: -2.7rem;
        left: 50%;
        margin-left: -1.6rem;
    }
    .block-editor .smb-balloon .smb-balloon__body {
        padding: 2rem;
    }
}
