@charset "UTF-8";
@font-face {
    font-family: "Indulta SemiSerif";
    src: url("../fonts/Indulta-SemiSerif-boldFFP.otf") format("opentype");
}

@font-face {
    font-family: "KozGoPr6N";
    src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles 
 */

* {
    box-sizing: border-box;
}

html,
body,
article,
section,
nav,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
address,
p,
ol,
ul,
li,
dl,
dt,
dd,
div,
a,
strong,
small,
sup,
span,
img,
iframe,
embed,
object,
video,
audio,
table,
tr,
td,
th,
canvas,
svg {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    cursor: default;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width: 769px) {
    html {
        font-size: 3.3333333333vw;
    }
}

::-moz-selection {
    background-color: #ccc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #ccc;
    color: #000;
    text-shadow: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
section,
nav,
aside,
header,
footer {
    display: block;
}

video,
audio,
canvas {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

strong {
    font-weight: normal;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

svg {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

a {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

body {
    color: #3E3735;
}


/**
 * 2.0 Layout
 */

body {
    overflow-x: hidden;
}

.boxLeft {
    float: left;
}

.boxRight {
    float: right;
}

.bgWhite {
    background-color: #ffffff;
    overflow: hidden;
}

.bgGrey {
    background-color: #F0F0F0;
    overflow: hidden;
}

.bgWhite95 {
    background-color: #ffffff;
    opacity: .95;
    padding: 60px;
    max-width: 600px;
}

@media screen and (max-width: 769px) {
    .bgWhite95 {
        padding: 6.6666666667vw;
    }
}

.mainContainer {
/*    margin-top: -33px;*/
    margin-top: 0 !important;
}

.smallInnerContainer {
    max-width: 900px;
    margin: 0 5.7vw;
    padding: 60px 0;
}

@media screen and (min-width: 1000px) {
    .smallInnerContainer {
        margin: 0 auto;
    }
}

@media screen and (max-width: 769px) {
    .smallInnerContainer {
        padding: 8.3333333333vw 0;
    }
}

.innerContainer {
    max-width: 1200px;
    margin: 0 5.7vw;
    padding: 60px 0;
}

@media screen and (min-width: 1200px) {
    .innerContainer {
        margin: 0 auto;
    }
}

@media screen and (max-width: 769px) {
    .innerContainer {
        padding: 8.3333333333vw 0;
    }
}

.outerContainer {
    width: 100vw;
}

.outerContainer img {
    height: auto;
    width: 100%;
}

.titleContainer {
    background: url(../images/action/bg_title.jpg) center center no-repeat;
    background-size: cover;
    display: table;
    width: 100vw;
    position: relative;
}

.titleContainer h1,
.titleContainer p.h1 {
    background: rgba(96, 96, 96, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding-top: 1em;
}

.titleContainer.small {
    height: 28.5714285714vw;
}

.titleContainer.large {
    height: 57.1428571429vw;
}

.titleContainer.noimg {
    background: #298948;
    height: 133px;
}

.titleContainer.noimg.small {
    height: 28.5714285714vw;
}

.titleContainer.noimg_logo {
    background: #298948 url(../images/common/noimg_logo2.png) center center no-repeat;
    background-size: contain;
    height: 28.5714285714vw;
}

@media screen and (max-width: 769px) {
    .titleContainer.large {
        height: 127.777777778vw;
    }
    .titleContainer.small {
        height: 77.88889vw;
        line-height: 1.4166666667;
    }
    .titleContainer.small h1,
    .titleContainer.small p.h1 {
        padding-top: 3em;
    }
    .titleContainer.noimg {
        height: 27.7777777778vw;
    }
    .titleContainer.noimg.small {
        height: 77.88889vw;
    }
    .titleContainer.noimg_logo {
        height: 77.88889vw;
    }
}

.outlineContainer {
    max-width: 1200px;
    padding: 0 7vw;
    margin: 60px auto;
    text-align: center;
}

.outlineContainer strong {
    display: block;
    margin: 60px auto 30px;
    text-align: center;
}

.outlineContainer p {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 769px) {
    .outlineContainer {
        margin: 8.3333333333vw auto;
    }
}

.blogContainer {
    max-width: 1200px;
    margin: 0 5.7vw;
    padding: 60px 0;
    overflow: hidden;
}

.blogContainer ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -50px;
}

.blogContainer ul li {
    margin-top: 40px;
    width: 260px;
    margin-left: 50px;
}

.blogContainer ul li .thumbnail {
    margin-bottom: 14px;
}

.blogContainer ul li .info {
    position: relative;
}

.blogContainer ul li .info .date {
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    .blogContainer ul li .info .date {
        font-size: 3.3333333333vw;
    }
}

.blogContainer ul li .info .category {
    color: #298948;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 769px) {
    .blogContainer ul li .info .category {
        font-size: 2.7777777778vw;
    }
}

.blogContainer ul li .info .title {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-top: 1em;
}

@media screen and (max-width: 769px) {
    .blogContainer ul li .info .title {
        font-size: 3.3333333333vw;
    }
}

.blogContainer .btnBox {
    margin-top: 50px;
    float: right;
}

.blogContainer .btnBox .btn {
    width: 150px;
    margin-right: 105px;
}

@media screen and (min-width: 1200px) {
    .blogContainer {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .blogContainer ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: 0;
    }
    .blogContainer ul li {
        margin-left: 0;
    }
}

@media screen and (max-width: 769px) {
    .blogContainer {
        margin: 0 5.7vw;
    }
    .blogContainer ul li {
        width: 38.8888888889vw;
    }
    .blogContainer ul li .info .category {
        position: relative;
        top: auto;
        right: auto;
        margin-top: .5em;
    }
    .blogContainer .btnBox {
        margin-top: 5.5555555556vw;
        /*float: none;*/
    }
    .blogContainer .btnBox .btn {
        width: 41.6666666667vw;
        margin-right: 22.2222222222vw;
    }
}

.newsContainer {
    max-width: 1200px;
    margin: 0 5.7vw;
    padding: 60px 0;
    overflow: hidden;
}

.newsContainer h2 {
    text-align: center;
    margin-bottom: 10px;
}

.newsContainer dl {
    width: 100%;
    border-top: 1px solid #DCDCDC;
}

.newsContainer dl dt {
    padding: 1.5em 0;
    float: left;
    clear: both;
    width: 8em;
}

.newsContainer dl dt .date {
    color: #298948;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-right: 1em;
    margin-right: 2em;
    border-right: 1px solid #298948;
    line-height: 1.7142857143;
}

@media screen and (max-width: 769px) {
    .newsContainer dl dt .date {
        font-size: 3.3333333333vw;
    }
}

.newsContainer dl dd {
    padding: 1.5em 0;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    width: 100%;
    padding-left: 8em;
    line-height: 1.5;
}

@media screen and (max-width: 769px) {
    .newsContainer dl dd {
        font-size: 3.8888888889vw;
    }
}

.newsContainer dl dd.new {
    font-weight: bold;
}

.newsContainer dl dd.new::before {
    content: "NEW";
    display: block;
    color: #fff;
    background-color: #FFC800;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 10px;
    line-height: 16px;
    float: left;
    text-align: center;
    width: 10em;
    margin-right: 2em;
    margin-top: 0.2em;
}

@media screen and (max-width: 769px) {
    .newsContainer dl dd.new::before {
        font-size: 2.7777777778vw;
    }
}

@media screen and (min-width: 1200px) {
    .newsContainer {
        margin: 0 auto;
    }
}

@media screen and (max-width: 769px) {
    .newsContainer {
        margin: 0 5.7vw;
    }
    .newsContainer dl dt {
        width: 100%;
        float: none;
        padding-top: 1em;
    }
    .newsContainer dl dt p {
        width: 8em;
        float: left;
    }
    .newsContainer dl dt.new::after {
        content: "NEW";
        display: block;
        color: #fff;
        background-color: #FFC800;
        /*font-family: 'Indulta SemiSerif', sans-serif;*/
        /* font-family: 'Secular One', sans-serif; */
        font-family: 'Noto Sans SC', sans-serif;
        font-size: 10px;
        line-height: 1.5;
        float: left;
        text-align: center;
        width: 5em;
        margin-right: 2em;
    }
}

@media screen and (max-width: 769px) and (max-width: 769px) {
    .newsContainer dl dt.new::after {
        font-size: 2.7777777778vw;
    }
}

@media screen and (max-width: 769px) {
    .newsContainer dl dd {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: .5em;
        padding-bottom: 1em;
        line-height: 1.8571428571;
    }
    .newsContainer dl dd.new::before {
        display: none;
    }
}


/**
 * 3.0 Typography
 */

h1,
p.h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}

.p0{
    text-align: center;
}

.p1 {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
    text-align: center;
	}

@media screen and (max-width: 769px) {
    h1,
    p.h1 {
        font-size: 6.6666666667vw;
    }
}

h1 small,
p.h1 small {
    font-size: 20px;
    display: block;
    letter-spacing: 0.245em;
    padding-top: 1.2em;
}

@media screen and (max-width: 769px) {
    h1 small,
    p.h1 small {
        font-size: 3.3333333333vw;
    }
}

.general h2.h2,
h2,
.h2 {
    border: none;
    color: #298948;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .general h2.h2,
    h2,
    .h2 {
        font-size: 6.1111111111vw;
    }
}

.general h2.h2 small,
h2 small,
.h2 small {
    font-size: 14px;
    display: block;
    letter-spacing: 0.245em;
    padding-top: 1.2em;
}

@media screen and (max-width: 769px) {
    .general h2.h2 small,
    h2 small,
    .h2 small {
        font-size: 3.3333333333vw;
    }
}

.h3 {
    color: #298948;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .h3 {
        font-size: 4.4444444444vw;
    }
}

.h3 small {
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: 0;
    vertical-align: middle;
    padding-right: 3em;
}

@media screen and (max-width: 769px) {
    .h3 small {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    .h3 small {
        display: block;
        padding-right: 0;
        text-decoration: none;
        margin-bottom: 1em;
    }
    .h3 small::after {
        content: "";
        border-bottom: 0.4444444444vw solid #298948;
        display: block;
        height: 0.2em;
        margin: 0 auto;
        width: 4em;
    }
}

.h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.75;
}

@media screen and (max-width: 769px) {
    .h4 {
        font-size: 4.4444444444vw;
    }
}

.h4 small {
    font-size: 14px;
    color: #298948;
    display: block;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    .h4 small {
        font-size: 3.3333333333vw;
    }
}

.h4 small span {
    font-size: 12px;
    background: #298948;
    color: #ffffff;
    display: inline-block;
    height: 1.6em;
    margin-bottom: 1em;
    margin-left: .5em;
    text-align: center;
    width: 1.6em;
}

@media screen and (max-width: 769px) {
    .h4 small span {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    .h4 {
        letter-spacing: 0.1em;
        line-height: 1.75;
    }
}

small2 {
    font-weight: normal;
    font-family: 'Noto Sans SC', sans-serif;
}

.outlineContainer strong {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.9;
}

@media screen and (max-width: 769px) {
    .outlineContainer strong {
        font-size: 4.4444444444vw;
    }
}

@media screen and (max-width: 769px) {
    .outlineContainer strong {
        letter-spacing: 0.1em;
    }
}

.outlineContainer p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2;
}

@media screen and (max-width: 769px) {
    .outlineContainer p {
        font-size: 3.8888888889vw;
    }
}

@media screen and (max-width: 769px) {
    .outlineContainer p {
        font-weight: normal;
        line-height: 1.7142857143;
    }
}

.blogContainer h2 {
    text-align: center;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 0.1em;
}

.blogContainer h2 small {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.general {
    /*margin: 0 auto;*/
    line-height: 1.7;
}

.general h1 {
    color: #3E3735;
    font-size: 26px;
    text-align: left;
    line-height: 1.7692307692;
    background: url(../images/common/dot_line.svg) bottom left repeat-x;
    background-size: 6px auto;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.general h2 {
    border-bottom: 2px solid #298948;
    color: #3E3735;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    letter-spacing: auto;
    line-height: 1.7777777778;
    padding-bottom: 5px;
    margin: 20px 0;
}

@media screen and (max-width: 769px) {
    .general h2 {
        font-size: 5vw;
    }
}

.general h3 {
    color: #3E3735;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.9;
    margin: 20px 0;
}

@media screen and (max-width: 769px) {
    .general h3 {
        font-size: 4.4444444444vw;
    }
}

.general h4 {
    border-left: 8px solid rgba(240, 240, 240, 0.7);
    color: #3E3735;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 2;
    padding-left: 0.75em;
    margin: 20px 0;
}

@media screen and (max-width: 769px) {
    .general h4 {
        font-size: 3.8888888889vw;
    }
}

.general h5 {
    color: #3E3735;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 2;
    margin: 20px 0;
}

@media screen and (max-width: 769px) {
    .general h5 {
        font-size: 3.8888888889vw;
    }
}

.general h5::before {
    background-color: rgba(240, 240, 240, 0.7);
    content: "";
    display: inline-block;
    height: .5em;
    width: .5em;
    vertical-align: middle;
    margin-right: 0.8571428571em;
}

.general p {
    margin-top: 0.6em;
}

.general sup {
    font-size: 50%;
}

.general small {
    font-size: 75%;
}

.general p.text {
    font-size: 16px;
    line-height: 2;
    margin: 20px 0;
    text-align: left;
}

.general .outlineContainer strong {
    margin: 0 auto;
}

.general a.block {
    display: block;
    margin-top: 0.5em;
}

.general a.btn {
/*    margin: auto; */
     margin: 1em auto;
    text-decoration: none;
    width: 320px;
     padding: 0.5em 1.0em;
}

.general a.btn-wrap {
     margin: 1.2em auto!important;
}

.general a.btn:hover {
    color: #fff;
}

.general a.btn--inverse {
    background-color: #298948;
    color: #ffffff;
}

.general a.btn--inverse:hover {
    background-color: #ffffff;
    color: #298948;
}

.general a.longURL {
    word-break: break-all;
}

.mediaLink {
   margin: 20px 0 10px 0;
}

.mediaLink dl {
    margin-top: 10px;
}

.mediaLink dt {
    font-weight: bold;
}

.mediaLink dd {
    text-indent: 1em;
}

.general .btns {
    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;
    max-width: 670px;
    margin: 0 auto;
}

.general .btns .btn {
    position: relative;
    width: 320px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    .general .btns {
        display: block;
        max-width: inherit;
        margin-left: 5.7vw;
        margin-right: 5.7vw;
    }
    .general .btns .btn {
        font-size: 3.88889vw;
    }
}

.general .btns .btn:nth-of-type(1) {
    margin-right: 30px;
}

@media screen and (max-width: 769px) {
    .general .btns {
        display: block;
        max-width: inherit;
        margin-left: 5.7vw;
        margin-right: 5.7vw;
    }
    .general .btns .btn {
        width: 69.44444vw;
        margin: 0 auto;
        height: 11.11111vw;
        line-height: 11.11111vw;
    }
    .general .btns .btn:nth-of-type(1) {
        margin: 0 auto 5vw;
    }
}

.general dl.list_style_dl {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: -1px;
    display: flex;
    padding: 12px 0;
}

.general dl.list_style_dl dt,
.general dl.list_style_dl dd {
    text-align: left;
    letter-spacing: 0.05em;
    font-size: 16px;
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dt,
    .general dl.list_style_dl dd {
        font-size: 3.8888888889vw;
    }
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dt,
    .general dl.list_style_dl dd {
        letter-spacing: 0;
        line-height: 1.5;
    }
}

.general dl.list_style_dl dt {
    border-right: 1px solid #dcdcdc;
    width: 50%;
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dt {
        width: 22.2222222222vw;
    }
}

.general dl.list_style_dl dd {
    vertical-align: top;
    word-break: break-all;
    width: 100%;
    padding-left: 80px;
    flex: 1;
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dd {
        padding-left: 4.1666666667vw;
    }
}

.general dl.list_style_dl dd.subList {
    padding-left: 20px;
}

.general dl.list_style_dl dl {
    padding-left: 60px;
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dl {
        padding-left: 0;
    }
}

.general dl.list_style_dl dl:first-child,
.general dl.list_style_dl dl:last-child {
    border: 0;
}

.general dl.list_style_dl dl:first-child {
    padding-top: 0;
}

.general dl.list_style_dl dl:last-child {
    padding-bottom: 0;
}

.general dl.list_style_dl dl dt {
    flex: 1;
    max-width: 100%;
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dl dt {
        width: 23vw;
        flex: auto;
    }
}

@media screen and (max-width: 769px) {
    .general dl.list_style_dl dl dd {
        flex: auto;
    }
}

.general .page {
    color: #298948;
    position: relative;
    padding-left: 25px;
}

.general .page:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/facilities/page.svg) left top no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.general .page:hover {
    text-decoration: underline;
}

.general .page+.page {
    margin-left: 46px;
}

.general .page.row {
    display: block;
}

.general .page.row+.page {
    margin-left: 0;
    margin-top: 1em;
}

@media screen and (max-width: 769px) {
    .general .page {
        padding-left: 6.9444444444vw;
        min-width: 40%;
        display: inline-block;
    }
    .general .page:before {
        width: 5.5555555556vw;
        height: 5.5555555556vw;
    }
    .general .page+.page {
        margin-left: 0;
    }
}

.general .block01 {
    padding-top: 0;
}

@media screen and (max-width: 769px) {
    .general .block01 {
        padding-bottom: 8.8888888889vw;
    }
}

@media screen and (max-width: 769px) {
    .general .block01 .h4 {
        margin-right: -0.5em;
    }
    .general .block01 .h4.short {
        letter-spacing: 0.05em;
        margin-right: -0.8em;
    }
}

.general .block01>div {
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.general .block01>div.right {
    background-position: left top;
}

@media screen and (max-width: 769px) {
    .general .block01>div {
        background-size: 100%;
        overflow: hidden;
    }
}

.general .block01>div+div {
    margin-top: 40px;
}

@media screen and (max-width: 769px) {
    .general .block01>div+div {
        margin-top: 5.5555555556vw;
    }
}

.general .block01 .bgGrey {
    padding: 60px;
    max-width: 600px;
    min-height: 500px;
}

@media screen and (max-width: 769px) {
    .general .block01 .bgGrey {
        margin-top: 54.4444444444vw;
        padding: 6.6666666667vw;
        min-height: inherit;
    }
}

.general .block01 .bgGrey p {
    letter-spacing: 0.05em;
    line-height: 2;
    padding-top: 2em;
}

@media screen and (max-width: 769px) {
    .general .block01 .bgGrey p {
        padding-top: 1em;
        font-size: 3.8888888889vw;
    }
}

.general .block01 .right .bgGrey {
    margin-left: auto;
}

@media screen and (max-width: 769px) {
    .general h1 {
        margin-bottom: 5.5555555556vw;
    }
    .general h2 {
        padding-bottom: 2.7777777778vw;
        margin: 5.5555555556vw 0;
    }
    .general h3,
    .general h4,
    .general h5,
    .general p.text {
        margin: 5.5555555556vw 0;
    }
    .general p.text {
        font-size: 3.8888888889vw;
    }
}

.general .borderBox {
    border: 1px solid #969696;
    padding: 2em 3em;
    line-height: 1.7;
}

@media screen and (max-width: 769px) {
    .general .borderBox {
        padding: 6.6666666667vw;
    }
}

.general .borderBox .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1em;
}

@media screen and (max-width: 769px) {
    .general .borderBox .title {
        font-size: 5vw;
    }
}

.general .borderBox .title.attention:before {
    background: #888888;
    border-radius: 50%;
    content: "!";
    color: #ffffff;
    display: inline-block;
    height: 1.6em;
    margin-right: 1em;
    text-align: center;
    width: 1.6em;
}

.general .borderBox p {
    margin: 0.5em 0;
}

.general .halfBoxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.general .halfBoxes>div {
    width: 49%;
}

@media screen and (max-width: 769px) {
    .general .halfBoxes {
        display: block;
    }
    .general .halfBoxes>div {
        width: 100%;
    }
    .general .halfBoxes>div+div {
        margin-top: 8.3333333333vw;
    }
}

.general blockquote {
    position: relative;
    padding:4em 3em 4.5em;
    margin: 0;
    background: #f0f0f0;
}

@media screen and (max-width: 769px) {
    .general blockquote {
         padding:8vw 6.6666666667vw 10vw;
    }
}

.general blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0.15em;
    left: 0.4em;
    vertical-align: middle;
    content: "“";
   font-family: arial;
/*     font-family: sans-serif; */
    color: #3E3735;
    font-size: 90px;
    line-height: 1;
}

@media screen and (max-width: 769px) {
    .general blockquote:before {
        font-size: 16.6666666667vw;
    }
}

.general blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: -0.45em;
    right: 0.4em;
    vertical-align: bottom;
    content: "”";
	font-family: arial;
/*     font-family: sans-serif; */
    color: #3E3735;
    font-size: 90px;
    line-height: 1;
}

@media screen and (max-width: 769px) {
    .general blockquote:after {
        font-size: 16.6666666667vw;
    }
}

.general blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.general blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.general table.basic {
    width: 100%;
}

.general table.basic th {
    background: #f0f0f0;
    padding: 0.8em 0.2em;
    border: 1px solid #cacaca;
     vertical-align: middle;
     font-weight: bold;
}

.general table.basic td {
    padding: 0.8em 0.2em;
    border: 1px solid #cacaca;
     text-align: center;
     vertical-align: middle;
}

.general table.basic.vertical td .vttl {
    display: none;
}

@media screen and (max-width: 769px) {
    .general table.basic.vertical tr {
        display: block;
        margin-bottom: 1em;
    }
    .general table.basic.vertical th {
        display: none;
    }
    .general table.basic.vertical td {
        display: block;
    }
    .general table.basic.vertical td .vttl {
        display: inline-block;
        width: 25vw;
        border-right: 1px solid #969696;
        margin-right: 1em;
        padding-right: 1em;
    }
}

.general table.basic.vertical2 td .vttl {
    display: none;
}

@media screen and (max-width: 769px) {
    .general table.basic.vertical2 tr {
        border-bottom: 1px solid #969696;
        display: block;
        margin-bottom: 1em;
    }
    .general table.basic.vertical2 th {
        display: none;
    }
    .general table.basic.vertical2 td {
        display: block;
        border-bottom: none;
    }
    .general table.basic.vertical2 td .vttl {
        background: #f0f0f0;
        display: block;
        width: 100%;
        margin: -0.8em 0 1em -0.8em;
        padding: 0.8em;
        box-sizing: content-box;
    }
}

.general .breadcrumb {
    display: block;
    color: #3E3735;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 12px;
    width: 100%;
    margin: 20px 5.7vw 0;
}

.general .breadcrumb ul {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.general .breadcrumb ul li {
    display: inline-block;
}

.general .breadcrumb ul li a {
    color: #3E3735;
    display: inline-block;
    text-decoration: none;
}

.general .breadcrumb ul li a:hover {
    text-decoration: underline;
}

.general .breadcrumb ul li::after {
    content: "/";
    display: inline-block;
    padding: 0 0.5em;
}

.general .breadcrumb ul li:last-of-type::after {
    display: none;
}

@media screen and (min-width: 1200px) {
    .general .breadcrumb {
        width: 1200px;
    }
}

@media screen and (max-width: 769px) {
    .general .breadcrumb {
        font-size: 3.3333333333vw;
        margin: 0 auto;
        margin-top: 8.3333333333vw;
        padding-bottom: 8.3333333333vw;
        width: 100vw;
    }
    .general .breadcrumb ul {
        padding: 0 5.7vw;
    }
}

/* 20190220 dr-add */
/* sitemap */
.sitemapList dt {
    margin-top: 1rem;
    margin-bottom: 8px;
}
.sitemapList dd {
    text-indent: 1em;
    margin-bottom: 8px;
}
.sitemapList dd.smh03 {
    text-indent: 2em;
}

/* iso */

.isoBox {
  border: 1px solid #F0F0F0;
  margin-top: 36px;
  padding: 30px 40px;
  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;
  text-align: center;
}
  .isoBox p {
    font-weight: normal; }
  .isoBox img {
    width: 146px;
    margin-left: 30px; }
  @media screen and (max-width: 769px) {
    .isoBox {
      display: block;
      margin-top: 8.33333vw;
      padding: 5.55556vw 3.88889vw; }
      .isoBox img {
        width: 40.55556vw;
        margin: 5.55556vw auto 0; }
}

.fee-table {
    margin-bottom: 20px;
}

.fee-table dt{
    width: 40% !important;
}

.fee-table dd {
    border-right: 1px solid #dcdcdc;
}

.fee-table dd:last-child {
    border-right: none;
}

.fee-table table {
    width: 100%;
    margin-bottom: 20px;
}

.fee-table th {
    text-align: center;
    padding: 16px 0;
}

.fee-table td {
    text-align: center;
    padding: 16px 0;
}

.fee-table td:last-child {
    border-right: none;
}

.fee-table td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
       line-height: 150%;
    vertical-align: middle;
}

.fee-table th {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    background-color: #eee;
    width: 30%;
}

.fee-table th:last-child {
    border-right: none;
}

/* action */
figcaption {
    font-size: 90%;
    color: #888888;
}

/* about */
span.smlLink {
    font-size: 0.8em;
}

/**/

ul.discList li {
    list-style-type: disc;
    list-style-position: inside;
}

figure {
    margin: 40px 5%;
}

@media screen and (max-width: 769px) {
    figure {
        margin: 5.5555555556vw 5%;
    }
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.sp-only-inline {
    display: none;
}

@media screen and (max-width: 769px) {
    .sp-only-inline {
        display: inline-block;
    }
}

.pc-only-inline {
    display: inline-block;
}

@media screen and (max-width: 769px) {
    .pc-only-inline {
        display: none;
    }
}

.list-none {
    list-style-type: none;
    padding-left: 0;
}

.fz--sm {
    font-size: 83%;
}

.fz--lg {
    font-size: 150%;
}

.txt--c {
    text-align: center;
}

.txt--r {
    text-align: right;
}

.lead--ss {
    font-family: serif, sans-serif;
    font-size: 2rem;
}

@media screen and (max-width: 769px) {
    .lead--ss {
        font-size: 2.4rem;
    }
}

.break {
    display: none;
}

@media screen and (max-width: 769px) {
    .break {
        display: block;
    }
}

.highlight {
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    font-weight: bold;
}

.txt_c {
    display: block;
    text-align: center;
}

a {
    transition: all .2s ease-in-out;
}

a:hover img {
    opacity: .7;
}


/**
 * 5.0 Forms
 */

.selectItem {
    position: relative;
    display: inline-block;
}

.selectItem:after {
    position: absolute;
    z-index: 1;
    top: calc(50% - 6px);
    right: 14px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    pointer-events: none;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.selectItem select {
    background-color: #F0F0F0;
    border: none;
    color: #525252;
    font-size: 14px;
    width: 100%;
    min-width: 15em;
    padding: 0.7em 1.4em;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee;
    background: -webkit-linear-gradient(right, #298948 0%, #298948 40px, #F0F0F0 40px, #F0F0F0 100%);
    background: linear-gradient(to left, #298948 0%, #298948 40px, #F0F0F0 40px, #F0F0F0 100%);
}

@media screen and (max-width: 769px) {
    .selectItem select {
        font-size: 3.3333333333vw;
    }
}

.selectItem select::-ms-expand {
    display: none;
}

.selectItem--form::after {
    border-color: #298948;
}

.selectItem--form select {
    background: #eee;
    border-radius: 5px;
}

.selectItem .wpcf7c-conf{
  position: static;
  background: #eee;
}

.custom-wpcf7c-confirmed .selectItem:after{
  content:none;
}
.checkItem label {
    cursor: pointer;
    position: relative;
    padding-left: 2em;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 1.5em;
    padding-right: 2em;
}

.checkItem label:before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 0;
    border: 1px solid #525252;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0px;
    background-color: #fff;
}

.checkItem input[type="checkbox"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

.checkItem input[type="checkbox"]:checked+label:before {
    border: 1px solid #298948;
    background-color: #298948;
}

.radioItem label {
    cursor: pointer;
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 1em;
    padding-right: 2em;
}

.radioItem label:before {
    position: absolute;
    content: "";
    width: .9rem;
    height: .9rem;
    border: 1px solid #525252;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0px;
    background-color: #fff;
    border-radius: 50%;
}

.radioItem input[type="radio"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

.radioItem input[type="radio"]:checked+label {
    padding-left: 1.5em;
}

.radioItem input[type="radio"]:checked+label:after {
    position: absolute;
    content: "";
    background: #298948;
    display: block;
    position: absolute;
    left: .31rem;
    top: .3rem;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
}

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
    border: none;
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 14px;
    padding: 1em 1.4em;
    width: 100%;
}

@media screen and (max-width: 769px) {
    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    textarea {
        font-size: 3.3333333333vw;
    }
}

input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    color: #c9c9c9;
}

input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9;
}

input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #c9c9c9;
}

input[type="date"] {
    padding: 0.5em 1.4em;
    width: 21em;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/common/arw_g_down.svg) center center no-repeat;
    background-size: 80%;
    color: transparent;
    cursor: pointer;
}

textarea {
    height: 200px;
}

@media screen and (max-width: 769px) {
    textarea {
        height: 55.5555555556vw;
    }
}

input[type="submit"] {
    border: 1px solid #298948;
    background: #298948;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 320px;
}

@media screen and (max-width: 769px) {
    input[type="submit"] {
        font-size: 3.8888888889vw;
    }
}

@media screen and (max-width: 769px) {
    input[type="submit"] {
        line-height: 11.1111111111vw;
        height: 11.1111111111vw;
        width: 69.4444444444vw;
    }
}

input[type="submit"]:hover {
    background: #fff;
    color: #298948;
}


/**
* for contact-form-7
*/

.wpcf7-radio label span {
    cursor: pointer;
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 1em;
    padding-right: 2em;
}

.wpcf7-radio label span:before {
    position: absolute;
    content: "";
    width: .9rem;
    height: .9rem;
    border: 1px solid #969696;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0px;
    background-color: #fff;
    border-radius: 50%;
}

.wpcf7-radio input[type="radio"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

.wpcf7-radio input[type="radio"]:checked+span {
    padding-left: 1.5em;
}

.wpcf7-radio input[type="radio"]:checked+span:after {
    position: absolute;
    content: "";
    background: #298948;
    display: block;
    position: absolute;
    left: .31rem;
    top: .3rem;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
}

.wpcf7-checkbox span span {
    cursor: pointer;
    position: relative;
    padding-left: 2em;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 1.5em;
    padding-right: 2em;
}

.wpcf7-checkbox span span:before {
    position: absolute;
    content: "";
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    border: 1px solid #969696;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0px;
    background-color: #fff;
}

.wpcf7-checkbox span input[type="checkbox"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

.wpcf7-checkbox span input[type="checkbox"]:checked+span:before {
    border: 1px solid #298948;
    background-color: #298948;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
    color: #3E3735;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #298948;
    text-decoration: none;
}

.general a {
    color: #298948;
    text-decoration: underline;
}

.general a:hover,
.general a:focus {
    color: #298948;
    text-decoration: none;
}


/**
 * 6.2 Menus
 */

.globalNav {
    position: fixed;
    min-width: 760px;
    height: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 90;
}

@media screen and (max-width: 769px) {
    .globalNav {
        min-width: 100vw;
        width: 100vw;
    }
}

.globalNav.open {
    min-width: 760px;
}

@media screen and (max-width: 769px) {
    .globalNav.open {
        min-width: 100vw;
        width: 100vw;
    }
}

.globalNav.close {
    min-width: 0px;
    transition: all 0s ease-in-out 3s;
}

@media screen and (max-width: 769px) {
    .globalNav.close {
        min-width: 0px;
        width: 0px;
    }
}

.globalNav.open .globalNav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.globalNav.open .globalNav_layer {
    opacity: .98;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.globalNav.close .globalNav_layer {
    opacity: .2;
    -webkit-transform: matrix(1, 0, 0, 1, 900, 0);
    -ms-transform: matrix(1, 0, 0, 1, 900, 0);
    transform: matrix(1, 0, 0, 1, 900, 0);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.795, 0.035) 0s;
    transition: all 1s cubic-bezier(0.4, 0, 0.795, 0.035) 0s;
}

.globalNav_layer {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
}

.globalNav.open .globalNav_contents {
    overflow-y: auto;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.globalNav.close .globalNav_contents {
    -webkit-transform: matrix(1, 0, 0, 1, 900, 0);
    -ms-transform: matrix(1, 0, 0, 1, 900, 0);
    transform: matrix(1, 0, 0, 1, 900, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.04, 0.795, 0.035) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.04, 0.795, 0.035) 0s;
    transition: transform 0.8s cubic-bezier(0.55, 0.04, 0.795, 0.035) 0s;
    transition: transform 0.8s cubic-bezier(0.55, 0.04, 0.795, 0.035) 0s, -webkit-transform 0.8s cubic-bezier(0.55, 0.04, 0.795, 0.035) 0s;
}

.globalNav_contents {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 47px 65px;
    box-sizing: border-box;
}

.globalNav_contents .title {
    color: #298948;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 0.245em;
    font-size: 16px;
}

@media screen and (max-width: 769px) {
    .globalNav_contents .title {
        font-size: 3.3333333333vw;
    }
}

.globalNav_contents nav {
    margin-top: 55px;
    overflow: hidden;
}

.globalNav_contents nav dl dt,
.globalNav_contents nav dl dd {
    float: left;
    line-height: 22px;
    padding: 8px 0;
}

.globalNav_contents nav dl dt {
    clear: both;
    width: 21em;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 0.245em;
    font-size: 12px;
}

@media screen and (max-width: 769px) {
    .globalNav_contents nav dl dt {
        font-size: 3.8888888889vw;
    }
}

.globalNav_contents nav dl dt strong {
    display: block;
    float: left;
    font-size: 20px;
    width: 3em;
}

@media screen and (max-width: 769px) {
    .globalNav_contents nav dl dt strong {
        font-size: 3.8888888889vw;
    }
}

.globalNav_contents nav dl dd {
    font-weight: 700;
    letter-spacing: 0.2em;
}

.globalNav_contents nav dl dd::before {
    content: '-';
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    margin-right: 1em;
}

.globalNav_contents nav dl dd p {
    display: inline;
}

.globalNav_contents nav dl dd ol {
    font-size: 14px;
    font-weight: 400;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 2em;
    margin-top: 10px;
}

@media screen and (max-width: 769px) {
    .globalNav_contents nav dl dd ol {
        font-size: 3.0555555556vw;
    }
}

.globalNav_contents nav dl dd ol li {
    padding: 0.3em 0;
}

.globalNav_contents nav dl dd#headerToggle a.pc-only {
    display: inline;
}

.globalNav_contents nav dl dd#headerToggle a.sp-only {
    display: none;
}

@media screen and (max-width: 769px) {
    .globalNav_contents {
        padding: 0;
    }
    .globalNav_contents .title {
        margin-top: 11.1111111111vw;
        text-align: center;
    }
    .globalNav_contents nav {
        margin-top: 1em;
    }
    .globalNav_contents nav dl dt,
    .globalNav_contents nav dl dd {
        line-height: 2;
    }
    .globalNav_contents nav dl dt {
        padding-left: 5.5555555556vw;
        width: 4em;
    }
    .globalNav_contents nav dl dt span {
        display: none;
    }
    .globalNav_contents nav dl dd {
        font-size: 3.8888888889vw;
        position: relative;
        width: calc(100vw - 4em);
    }
    .globalNav_contents nav dl dd>a {
        background: url(../images/common/arw_g_right.svg) 95% center no-repeat;
        background-size: 2.2222222222vw auto;
        display: inline-block;
        width: 75vw;
    }
    .globalNav_contents nav dl dd ol {
        display: none;
    }
    .globalNav_contents nav dl dd ol.open {
        display: block;
    }
    .globalNav_contents nav dl dd#headerToggle>a {
        background-image: url(../images/common/arw_b_down.svg);
        background-size: auto 2.2222222222vw;
    }
    .globalNav_contents nav dl dd#headerToggle>a.pc-only {
        display: none;
    }
    .globalNav_contents nav dl dd#headerToggle>a.sp-only {
        display: inline-block;
    }
    .globalNav_contents nav dl dd#headerToggle.open>a {
        background-image: url(../images/common/arw_b_up.svg);
    }
}

@media screen and (max-width: 769px) {
    .globalNav_contents .btn {
        width: 100vw;
        font-size: 3.8888888889vw;
        border: none;
        padding: 0.7em 0;
    }
}


/**
 * 6.3 Buttons
 */

#menuBtn {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 7px 33px -14px #000000;
    color: #298948;
    cursor: pointer;
    height: 56px;
    position: fixed;
    right: 56px;
    top: 30px;
    width: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    z-index: 99;
}

#menuBtn #menuIcon {
    position: relative;
    height: 31px;
    margin-top: 5px;
    width: 32px;
}

#menuBtn #menuIcon span {
    background: #298948;
    display: inline-block;
    height: 2px;
    position: absolute;
    transition: all .4s;
    width: 100%;
}

#menuBtn #menuIcon span:nth-of-type(1) {
    top: 0;
}

#menuBtn #menuIcon span:nth-of-type(2) {
    top: 8px;
}

#menuBtn #menuIcon span:nth-of-type(3) {
    top: 16px;
}

#menuBtn #menuIcon::after {
    content: "menu";
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#menuBtn.active {
    position: fixed;
}

#menuBtn.active #menuIcon span {
    width: 20px;
}

#menuBtn.active #menuIcon span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(5px) rotate(-45deg);
    transform: translateY(8px) translateX(5px) rotate(-45deg);
}

#menuBtn.active #menuIcon span:nth-of-type(2) {
    opacity: 0;
}

#menuBtn.active #menuIcon span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(5px) rotate(45deg);
    transform: translateY(-8px) translateX(5px) rotate(45deg);
}

#menuBtn.active #menuIcon::after {
    content: "close";
}

@media screen and (max-width: 769px) {
    #menuBtn {
        height: 11.1111111111vw;
        right: 5.5555555556vw;
        top: 2.7777777778vw;
        width: 11.1111111111vw;
    }
    #menuBtn #menuIcon {
        position: relative;
        height: 5vw;
        margin-top: 0;
        width: 6.6666666667vw;
    }
    #menuBtn #menuIcon span {
        background: #298948;
        display: inline-block;
        height: 0.5555555556vw;
        position: absolute;
    }
    #menuBtn #menuIcon span:nth-of-type(1) {
        top: 0.5555555556vw;
    }
    #menuBtn #menuIcon span:nth-of-type(2) {
        top: 2.2222222222vw;
    }
    #menuBtn #menuIcon span:nth-of-type(3) {
        top: 3.8888888889vw;
    }
    #menuBtn #menuIcon::after {
        display: none;
    }
    #menuBtn.active #menuIcon span {
        width: 5.5555555556vw;
    }
    #menuBtn.active #menuIcon span:nth-of-type(1) {
        -webkit-transform: translateY(8px) translateX(5px) rotate(-45deg);
        transform: translateY(1.5vw) translateX(0.5vw) rotate(-45deg);
    }
    #menuBtn.active #menuIcon span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) translateX(5px) rotate(45deg);
        transform: translateY(-2vw) translateX(0.5vw) rotate(45deg);
    }
}

.btn {
    background: #ffffff;
    border: 1px solid #298948;
    border-radius: 0;
    color: #298948;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
    padding: 0.4em 0;
    text-align: center;
    width: 100%;
}

.btn:hover {
    background: #298948;
    color: #ffffff;
}

.btn--green {
    background: #298948;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.7em 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn--green:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 769px) {
    .btn--green {
        border-radius: 0;
    }
    .btn--green:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn--white {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn--inverse {
    background-color: #298948;
    color: #ffffff;
}

.btn--inverse:hover {
    background-color: #ffffff;
    color: #298948;
}

.btn--transparent {
    background: rgba(255, 255, 255, 0.35);
    border-color: #ffffff;
    color: #ffffff;
}

.btn--transparent:hover {
    background: white;
    color: #298948;
}

.btn--arw {
    font-size: 12px;
    letter-spacing: 0.075em;
    position: relative;
}

.btn--arw span {
    display: inline-block;
}

.btn--arw span::after {
    background: #ffffff;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: -3px;
    top: calc(50% - 3px);
    width: 6px;
}

.btn--arw::before {
    background: #ffffff;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: -4em;
    width: 4em;
}

.btn--arw::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    transform: rotate(315deg);
    border: 2px solid transparent;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    position: absolute;
    right: -4em;
    top: calc(50% - 3px);
    border-radius: 2px;
}

.btn--arw.arwGreen span::after {
    background: #298948;
}

.btn--arw.arwGreen::before {
    background: #298948;
}

.btn--arw.arwGreen::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    transform: rotate(315deg);
    border: 2px solid transparent;
    border-right-color: #298948;
    border-bottom-color: #298948;
}

.btn--ex:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 19px;
    background: url(../images/recruit/ico_link_g.svg) left top no-repeat;
    background-size: contain;
}

.btn--ex:after:hover {
    background: url(../images/recruit/ico_link_f.svg) left top no-repeat;
}

@media screen and (max-width: 769px) {
    .btn--ex:after {
        right: 4.16667vw;
        width: 4.72222vw;
        height: 4.16667vw;
    }
}

.btn--ex.btn--inverse:after {
    background: url(../images/recruit/ico_link_f.svg) left top no-repeat;
}

.btn--ex.btn--inverse:after:hover {
    background: url(../images/recruit/ico_link_g.svg) left top no-repeat;
}

@media screen and (max-width: 769px) {
    .btn {
        border-width: 0.3055555556vw;
    }
    .btn--arw span::after {
        height: 1.6vw;
        top: calc(50% - .8vw);
        width: 1.6vw;
    }
    .btn--arw::before {
        height: 0.4166666667vw;
        top: calc(50% - 0.2vw);
    }
    .btn--arw::after {
        top: calc(50% - 0.8vw);
    }
}

.blogContainer .btn--arw {
    font-size: 14px;
}

@media screen and (max-width: 769px) {
    .blogContainer .btn--arw {
        font-size: 3.8888888889vw;
    }
}

.blogContainer .btn--arw::before {
    right: -105px;
    width: 105px;
}

.blogContainer .btn--arw::after {
    right: -105px;
}

.linksContainer ul,
.linksContainer2 ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.linksContainer ul.small li,
.linksContainer2 ul.small li {
    height: 260px;
    width: 100%;
    background: url(../images/common/link/link_s03.jpg) center center no-repeat;
}

.linksContainer ul.small li:nth-of-type(2),
.linksContainer2 ul.small li:nth-of-type(2) {
    background: url(../images/common/link/link_s04.jpg) center center no-repeat;
}

.linksContainer ul.large li,
.linksContainer2 ul.large li {
    height: 450px;
    width: 33.3333333333%;
    background: url(../images/common/link/link_l_about.jpg) center center no-repeat;
}

.linksContainer ul.large li.link_contact,
.linksContainer2 ul.large li.link_contact,
.linksContainer ul.large li.link_contact_en,
.linksContainer2 ul.large li.link_contact_en,
.linksContainer ul.large li.link_contact_zh,
.linksContainer2 ul.large li.link_contact_zh{
    background-image: url(../images/common/link/link_l_contact.jpg);
}

.linksContainer ul.large li.link_nurture-policy,
.linksContainer2 ul.large li.link_nurture-policy,
.linksContainer ul.large li.link_nurture-policy_en,
.linksContainer2 ul.large li.link_nurture-policy_en,
.linksContainer ul.large li.link_nurture-policy_zh,
.linksContainer2 ul.large li.link_nurture-policy_zh{
    background-image: url(../images/common/link/link_l_nurture.jpg);
}

.linksContainer ul.large li.link_recruit,
.linksContainer2 ul.large li.link_recruit,
.linksContainer ul.large li.link_recruit_en,
.linksContainer2 ul.large li.link_recruit_en,
.linksContainer ul.large li.link_recruit_zh,
.linksContainer2 ul.large li.link_recruit_en{
    background-image: url(../images/common/link/link_l_recruit.jpg);
}

.linksContainer ul li,
.linksContainer2 ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: table;
    text-align: center;
    background-size: cover !important;
}

.linksContainer ul li a,
.linksContainer2 ul li a {
    background: rgba(45, 58, 64, 0.3);
    color: #ffffff;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.linksContainer ul li a .btn,
.linksContainer2 ul li a .btn {
    margin: 0 auto;
    width: 250px;
}

.linksContainer ul li a:hover,
.linksContainer2 ul li a:hover {
    background: rgba(41, 137, 72, 0.8);
}

.linksContainer ul li a:hover .btn,
.linksContainer2 ul li a:hover .btn {
    background: white;
    color: #298948;
}

.linksContainer ul li a strong,
.linksContainer2 ul li a strong {
    display: block;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
    .linksContainer ul li a strong,
    .linksContainer2 ul li a strong {
        font-size: 3.8888888889vw;
    }
}

.linksContainer ul li a p,
.linksContainer2 ul li a p {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 2em;
    max-width: 250px;
}

@media screen and (max-width: 769px) {
    .linksContainer ul li a p,
    .linksContainer2 ul li a p {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    .linksContainer ul,
    .linksContainer2 ul {
        display: block;
    }
    .linksContainer ul.small li {
        margin: 0 auto 4.4444444444vw;
        height: 22.2222222222vw;
        width: 86.1111111111vw;
        background: url(../images/common/link/sp/link_s04.jpg) center center no-repeat;     
    }
    .linksContainer2 ul.small li {
        margin: 0 auto 4.4444444444vw;
        height: 22.2222222222vw;
        width: 86.1111111111vw;
        background: url(../images/common/link/sp/link_s01.jpg) center center no-repeat;
    }
    .linksContainer ul.small li:nth-of-type(2) {
        background: url(../images/common/link/sp/link_s03.jpg) center center no-repeat;
    }
    .linksContainer2 ul.small li:nth-of-type(2) {
        background: url(../images/common/link/sp/link_s02.jpg) center center no-repeat;
    }   
    .linksContainer ul.small li a strong::after,
    .linksContainer2 ul.small li a strong::after {
        content: "";
        background: url(../images/common/arw.svg) center center no-repeat;
        display: block;
        height: 3.8888888889vw;
        right: .7em;
        position: absolute;
        top: calc(50% - 0.5em);
        width: 3.8888888889vw;
    }
    .linksContainer ul.large li,
    .linksContainer2 ul.large li {
        position: relative;
        height: 41.6666666667vw;
        width: 100vw;
        background-image: url(../images/common/link/sp/link_l_about.jpg);
    }
    .linksContainer ul.large li.link_contact,
    .linksContainer2 ul.large li.link_contact,
	.linksContainer ul.large li.link_contact_en,
    .linksContainer2 ul.large li.link_contact_en,
	.linksContainer ul.large li.link_contact_zh,
    .linksContainer2 ul.large li.link_contact_zh {
        background-image: url(../images/common/link/sp/link_l_contact.jpg);
    }
    .linksContainer ul.large li.link_nurture-policy,
    .linksContainer2 ul.large li.link_nurture-policy,
	.linksContainer ul.large li.link_nurture-policy_en,
    .linksContainer2 ul.large li.link_nurture-policy_en,
	.linksContainer ul.large li.link_nurture-policy_zh,
    .linksContainer2 ul.large li.link_nurture-policy_zh{
        background-image: url(../images/common/link/sp/link_l_nurture.jpg);
    }
    .linksContainer ul.large li.link_recruit,
    .linksContainer2 ul.large li.link_recruit,
	.linksContainer ul.large li.link_recruit_en,
    .linksContainer2 ul.large li.link_recruit_en,
	.linksContainer ul.large li.link_recruit_zh,
    .linksContainer2 ul.large li.link_recruit_zh {
        background-image: url(../images/common/link/sp/link_l_recruit.jpg);
    }
    .linksContainer ul.large li a strong,
    .linksContainer2 ul.large li a strong {
        font-size: 4.4444444444vw;
        margin-bottom: 0.5em;
    }
    .linksContainer ul.large li a::before,
    .linksContainer2 ul.large li a::before {
        content: "";
        background: rgba(41, 137, 72, 0.7);
        height: 8.8888888889vw;
        right: 0;
        position: absolute;
        top: calc(50% - 1.2em);
        width: 8.8888888889vw;
    }
    .linksContainer ul.large li a::after,
    .linksContainer2 ul.large li a::after {
        content: "";
        background: url(../images/common/arw.svg) center center no-repeat;
        display: block;
        height: 3.8888888889vw;
        right: .7em;
        position: absolute;
        top: calc(50% - 0.5em);
        width: 3.8888888889vw;
    }
    .linksContainer ul li a,
    .linksContainer2 ul li a {
        background: none;
    }
    .linksContainer ul li a .btn,
    .linksContainer2 ul li a .btn {
        display: none;
    }
    .linksContainer ul li a strong,
    .linksContainer2 ul li a strong {
        margin-bottom: 0;
        line-height: 1.4285714286;
        position: relative;
    }
    .linksContainer ul li a p,
    .linksContainer2 ul li a p {
        margin-bottom: 0;
        line-height: 1.6666666667;
        max-width: 66.6666666667vw;
        text-align: left;
    }
}

.linksContainer2 ul.small li {
    background: url(../images/common/link/link_s01.jpg) center center no-repeat;
}

.linksContainer2 ul.small li:nth-of-type(2) {
    background: url(../images/common/link/link_s02.jpg) center center no-repeat;
}

@media screen and (max-width: 769px) {
    .linksContainer2 ul.small li {
        background: url(../images/common/link/sp/link_s01.jpg) center center no-repeat;
    }
    .linksContainer2 ul.small li:nth-of-type(2) {
        background: url(../images/common/link/sp/link_s02.jpg) center center no-repeat;
    }
}

.moreLinks {
    text-align: center;
    padding: 60px 0;
}

@media screen and (max-width: 769px) {
    .moreLinks {
        padding: 8.3333333333vw 5.7vw;
    }
}

.moreLinks h2 {
    font-size: 22px;
    margin-bottom: 45px;
}

@media screen and (max-width: 769px) {
    .moreLinks h2 {
        font-size: 4.4444444444vw;
        margin-bottom: 6.1111111111vw;
    }
}

.moreLinks ul {
    margin: 0 auto -24px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
    .moreLinks ul {
        margin: 0 -5.5555555556vw;
        margin-bottom: -3.3333333333vw;
    }
}

.moreLinks ul li {
    width: 220px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 12px 24px;
    background: center top no-repeat;
}

@media screen and (max-width: 769px) {
    .moreLinks ul li {
        width: 41.6666666667vw;
        background: #ffffff !important;
        border-radius: 15px;
        border: 1px solid #298948;
        margin: 0 1.3888888889vw 3.3333333333vw;
    }
}

.moreLinks ul li>a,
.moreLinks ul li>span {
    color: #ffffff;
    display: block;
    height: 220px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(45, 58, 64, 0.3);
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.9444444444;
}

@media screen and (max-width: 769px) {
    .moreLinks ul li>a,
    .moreLinks ul li>span {
        letter-spacing: 0.05em;
        height: 80px;
        font-size: 3.8888888889vw;
        background: #ffffff;
        color: #298948;
    }
}

.moreLinks ul li>a strong,
.moreLinks ul li>span strong {
    font-weight: 700;
}

.moreLinks ul li>a strong small,
.moreLinks ul li>span strong small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    .moreLinks ul li>a strong small,
    .moreLinks ul li>span strong small {
        font-size: 2.7777777778vw;
    }
}

.moreLinks ul li a:hover {
    background: rgba(41, 137, 72, 0.8);
}

@media screen and (max-width: 769px) {
    .moreLinks ul li span {
        color: #ffffff;
        background: #298948;
    }
}

.moreLinks ul.about li:nth-of-type(1) {
    background-image: url(../images/about/link/link_s01.jpg);
}

.moreLinks ul.about li:nth-of-type(2) {
    background-image: url(../images/about/link/link_s02.jpg);
}

.moreLinks ul.about li:nth-of-type(3) {
    background-image: url(../images/about/link/link_s03.jpg);
}

.moreLinks ul.about li:nth-of-type(4) {
    background-image: url(../images/about/link/link_s04.jpg);
}

.moreLinks ul.about_en li:nth-of-type(1) {
    background-image: url(../images/about/link/link_s01.jpg);
}

.moreLinks ul.about_en li:nth-of-type(2) {
    background-image: url(../images/about/link/link_s02.jpg);
}

.moreLinks ul.about_en li:nth-of-type(3) {
    background-image: url(../images/about/link/link_s03.jpg);
}

.moreLinks ul.about_en li:nth-of-type(4) {
    background-image: url(../images/about/link/link_s04.jpg);
}

.moreLinks ul.about_zh li:nth-of-type(1) {
    background-image: url(../images/about/link/link_s01.jpg);
}

.moreLinks ul.about_zh li:nth-of-type(2) {
    background-image: url(../images/about/link/link_s02.jpg);
}

.moreLinks ul.about_zh li:nth-of-type(3) {
    background-image: url(../images/about/link/link_s03.jpg);
}

.moreLinks ul.about_zh li:nth-of-type(4) {
    background-image: url(../images/about/link/link_s04.jpg);
}

.moreLinks ul.nurture li:nth-of-type(1) {
    background-image: url(../images/nurture-policy/link/link_s01.jpg);
}

.moreLinks ul.nurture li:nth-of-type(2) {
    background-image: url(../images/nurture-policy/link/link_s02.jpg);
}

.moreLinks ul.nurture li:nth-of-type(3) {
    background-image: url(../images/nurture-policy/link/link_s03.jpg);
}

.moreLinks ul.nurture li:nth-of-type(4) {
    background-image: url(../images/nurture-policy/link/link_s04.jpg);
}

.moreLinks ul.nurture li:nth-of-type(5) {
    background-image: url(../images/nurture-policy/link/link_s05.jpg);
}

.moreLinks ul.nurture_zh li:nth-of-type(1) {
    background-image: url(../images/nurture-policy/link/link_s01.jpg);
}

.moreLinks ul.nurture_zh li:nth-of-type(2) {
    background-image: url(../images/nurture-policy/link/link_s02.jpg);
}

.moreLinks ul.nurture_zh li:nth-of-type(3) {
    background-image: url(../images/nurture-policy/link/link_s03.jpg);
}

.moreLinks ul.nurture_zh li:nth-of-type(4) {
    background-image: url(../images/nurture-policy/link/link_s04.jpg);
}

.moreLinks ul.nurture_zh li:nth-of-type(5) {
    background-image: url(../images/nurture-policy/link/link_s05.jpg);
}

.moreLinks ul.nurture_en li:nth-of-type(1) {
    background-image: url(../images/nurture-policy/link/link_s01.jpg);
}

.moreLinks ul.nurture_en li:nth-of-type(2) {
    background-image: url(../images/nurture-policy/link/link_s02.jpg);
}

.moreLinks ul.nurture_en li:nth-of-type(3) {
    background-image: url(../images/nurture-policy/link/link_s03.jpg);
}

.moreLinks ul.nurture_en li:nth-of-type(4) {
    background-image: url(../images/nurture-policy/link/link_s04.jpg);
}

.moreLinks ul.nurture_en li:nth-of-type(5) {
    background-image: url(../images/nurture-policy/link/link_s05.jpg);
}

.titleContainer {
    position: relative;
}

.titleContainer .breadcrumb {
    position: absolute;
    bottom: -0.2em;/*taptarget 1to-0.2*/
    color: #fff;
    font-size: 12px;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1;
    letter-spacing: 0.1em;
}

.titleContainer .breadcrumb ul {
    max-width: 1200px;
    padding: 0;
    width: 100%;
}

.titleContainer .breadcrumb ul li {
    display: inline-block;
}

.titleContainer .breadcrumb ul li a {
    color: #fff;
    display: inline-block;
    padding: 18px 12px;/*taptarget*/
}

.titleContainer .breadcrumb ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
}

.titleContainer .breadcrumb ul li::after {
    content: "/";
    display: inline-block;
    padding: 0 0.5em;
}

.titleContainer .breadcrumb ul li:last-of-type::after {
    display: none;
}

@media screen and (min-width: 1200px) {
    .titleContainer .breadcrumb ul {
        margin: 0 auto;
    }
}

@media screen and (max-width: 769px) {
    .titleContainer .breadcrumb {
        display: none;
    }
}

#mainContainer>.breadcrumb {
    display: none;
}

@media screen and (max-width: 769px) {
    #mainContainer>.breadcrumb {
        display: block;
        color: #3E3735;
        font-size: 3.3333333333vw;
        margin-top: 3.3333333333vw;/*taptaget 8to3*/
        padding-bottom: 3.3333333333vw;/*taptarget 8to3*/
        width: 100vw;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    #mainContainer>.breadcrumb ul {
        padding: 0 5.7vw;
        width: 100%;
    }
    #mainContainer>.breadcrumb ul li {
        display: inline-block;
    }
    #mainContainer>.breadcrumb ul li a {
        color: #3E3735;
        display: inline-block;
        padding: 15px 10px;/*taptarget*/
    }
    #mainContainer>.breadcrumb ul li::after {
        content: "/";
        display: inline-block;
        padding: 0 0.5em;
    }
    #mainContainer>.breadcrumb ul li:last-of-type::after {
        display: none;
    }
}

.pagenation ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.pagenation ul li {
    color: #DCDCDC;
    display: inline-block;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0 .5em;
}

@media screen and (max-width: 769px) {
    .pagenation ul li {
        font-size: 3.3333333333vw;
    }
}

.pagenation ul li a {
    border-bottom: 2px solid #DCDCDC;
    color: #DCDCDC;
    min-width: 1.2em;
    display: inline-block;
}

.pagenation ul li a:hover {
    color: #298948;
    border-bottom: 2px solid #298948;
}

.pagenation ul li.current {
    color: #298948;
    font-size: 20px;
}

@media screen and (max-width: 769px) {
    .pagenation ul li.current {
        font-size: 4.4444444444vw;
    }
}

.pagenation ul li.current span {
    border-bottom: 2px solid #298948;
    min-width: 1.1em;
    display: inline-block;
}

.pagenation ul li.arw {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 769px) {
    .pagenation ul li.arw {
        font-size: 5.5555555556vw;
    }
}

.pagenation ul li.arw a {
    color: #298948;
    border: none;
}

.pagenation ul li.dot a {
    border: none;
}

@media screen and (max-width: 769px) {
    .pagenation ul li {
        line-height: 1;
        margin: 0 .8em;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    overflow: visible;
}

header .logo {
    display: block;
    position: fixed;
    z-index: 50;
    margin-left: 61px;
    margin-top: 33px;
    text-align: center;
    width: 120px;
}

header .logo img {
    width: 120px;
    height: auto;
}

header .logo img.copy {
    width: 80px;
}

header .logo:before,
header .logo:after {
    transition: 1s;
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    background: left top no-repeat;
    background-size: contain;
}

header .logo:before {
    left: 0px;
    top: 0px;
    width: 120px;
    height: 20px;
    background-image: url(../images/common/logo_g.svg);
}

header .logo:after {
    left: 23px;
    top: 30px;
    width: 80px;
    height: 5px;
    background-image: url(../images/common/copy_g.svg);
}

header ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: space-between;
    overflow: hidden;
    align-items: flex-end;
}

header ul li {
    margin-top: 16px;
    width: 30%;
}

header ul li:nth-of-type(1) {
    order: 3;
}

header ul li:nth-of-type(2) {
    order: 1;
}

header ul li:nth-of-type(3) {
    order: 2;
}

@media screen and (max-width: 769px) {
    header .logo {
        margin-left: 5.5555555556vw;
        margin-top: 5.5555555556vw;
        width: 25.5555555556vw;
    }
    header .logo img {
        opacity: 1;
        width: 25.5555555556vw;
    }
    header .logo img.copy {
        display: none;
    }
    header .logo:before,
    header .logo:after {
        transition: 1s;
        opacity: 0;
    }
    header .logo:before {
        left: 0px;
        top: 0;
        width: 26.1111111111vw;
        height: 4.2777777778vw;
    }
    header .logo:after {
        content: none;
    }
    header ul {
        display: block;
    }
    header ul li {
        margin-top: 0;
        width: 100vw;
    }
}

header.is-show .logo:before,
header.is-show .logo:after {
    transition: opacity 1s;
    opacity: 1;
}

@media screen and (max-width: 769px) {
    header.is-show {
        height: 16.6666666667vw;
    }
    header.is-show #menuBtn {
        top: 2.7777777778vw;
    }
    header.is-show .logo img {
        opacity: 0;
    }
    header.is-show .logo:before,
    header.is-show .logo:after {
        transition: opacity 1s;
        opacity: 1;
    }
}

#goTop {
    text-align: right;
    margin-top: 150px;
}

#goTop .pc-only-inline {
    display: block;
}

#goTop .sp-only-inline {
    display: none;
}

#goTop a {
    display: inline-block;
    height: 32px;
    width: 56px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: #298948;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 940px) {
    #goTop {
        text-align: center;
        margin-top: 25px;
    }
    #goTop .pc-only-inline {
        display: none;
    }
    #goTop .sp-only-inline {
        display: block;
    }
    #goTop a {
        color: #298948;
        display: block;
        position: relative;
        background: #fff;
        font-size: 10px;
        padding: 20px 0 0 0;
        width: auto;
        height: auto;
        line-height: inherit;
    }
    #goTop a::before {
        border-bottom: 3px solid #298948;
        border-right: 3px solid #298948;
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: rotate(-135deg) translateY(-50%);
    }
}

@media screen and (max-width: 769px) {
    #goTop a {
        font-size: 2.7777777778vw;
        padding: 5.5555555556vw 0 0 0;
        margin-top: 6.9444444444vw;
    }
    #goTop a::before {
        border-bottom: 0.8333333333vw solid #298948;
        border-right: 0.8333333333vw solid #298948;
        height: 2.2222222222vw;
        width: 2.2222222222vw;
    }
}

#searchForm {
    padding: 0 65px;
    /* IE */
    /* Edge */
}

#searchForm input:focus {
    outline: 0;
}

#searchForm form {
    position: relative;
    max-width: 1240px;
    margin: 10px auto;
}

#searchForm form:after {
    clear: both;
    display: table;
    content: "";
}

#searchForm input::placeholder {
    color: #c8c8c8;
}

#searchForm input:-ms-input-placeholder {
    color: #c8c8c8;
}

#searchForm input::-ms-input-placeholder {
    color: #c8c8c8;
}

#searchForm .text {
    float: right;
    width: 350px;
    height: 40px;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    border: 1px solid #dcdcdc;
    background: #fff;
}

#searchForm .submit {
    position: absolute;
    right: 5px;
    top: 0;
    background: url(../images/common/search.svg) no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: none;
}

#searchForm .submit:hover {
    cursor: pointer;
}

@media screen and (max-width: 940px) {
    #searchForm {
        margin-top: 0;
        background: #fff;
    }
    #searchForm form {
        width: 350px;
        margin: 24px auto;
    }
    #searchForm .text {
        float: none;
    }
}

@media screen and (max-width: 769px) {
    #searchForm {
        margin-top: 6.9444444444vw;
        padding: 0 5.5555555556vw;
    }
    #searchForm form {
        margin: 0 auto 3.3333333333vw;
        max-width: inherit;
        width: 100%;
    }
    #searchForm .text {
        width: 100%;
        height: 11.1111111111vw;
        line-height: 11.1111111111vw;
        padding: 0 5.5555555556vw;
        font-size: 3.3333333333vw;
    }
    #searchForm .submit {
        right: 1.3888888889vw;
        background-size: 4.7222222222vw;
        width: 11.1111111111vw;
        height: 11.1111111111vw;
        background-position: 50% 100%;
    }
}

footer {
    background: url(../images/common/bg_footer.jpg) center center no-repeat;
    background-size: cover;
    clear: both;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 65px 0;
    position: relative;
}

footer a {
    color: #ffffff;
}

footer .topArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1240px;
    margin: 0 auto;
}

footer .topArea .catch {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.8333333333em;
    margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
    footer .topArea .catch {
        font-size: 3.3333333333vw;
    }
}

footer .topArea .info {
    width: 242px;
}

footer .topArea .info>div {
    clear: both;
    overflow: hidden;
}

footer .topArea .info>div p {
    float: left;
    font-size: 15px;
    letter-spacing: 0.1em;
}

footer .topArea .info>div p img {
    width: 175px;
}

footer .topArea .info>div .sns {
    /*    float: right;*/
    float: left;
    margin-top: 16px;
}

footer .topArea .info>div .sns img {
/*    margin-left: 0.5em;*/
    height: 24px;
    width: auto;
}

footer .sns a {
    padding: 16px 19px;
}

footer .topArea dl {
    line-height: 2;
    font-size: 12px;
    margin: 10px 30px;
}

@media screen and (max-width: 769px) {
    footer .topArea dl {
        font-size: 3.8888888889vw;
    }
}

footer .topArea dl dt {
    font-weight: 700;
}

footer .topArea dl dt.pc-only {
    display: block;
}

footer .topArea dl dt.sp-only {
    display: none;
}

footer .topArea dl ul {
    margin-top: 16px;
}

footer .topArea dl ul li {
    white-space: nowrap;
    margin-bottom: 8px; /*taptarget*/
}

footer .topArea dl ul li::before {
    content: "-";
    display: inline-block;
    padding-right: .5em;
}

footer .topArea dl:nth-of-type(1) {
    margin-left: auto;
}

footer .topArea>ul {
    padding-right: 4em;
    margin: 18px -20px 0 40px;
}

footer .topArea>ul li {
    margin-bottom: 10px;
    width: 9.5em;
}

footer .topArea>ul li .btn:before {
    right: -3.5em;
    width: 3.5em;
}

footer .topArea>ul li .btn:after {
    right: -3.5em;
}

footer .btmArea {
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    max-width: 1240px;
    margin: 10px auto 0;
}

footer .btmArea:after {
    clear: both;
    content: "";
    display: block;
}

footer .btmArea p:first-child {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    margin-right: 255px;
}

footer .btmArea p {
    font-size: 12px;
    line-height: 1.8333333333;
}

@media screen and (max-width: 769px) {
    footer .btmArea p {
        font-size: 3.3333333333vw;
    }
}

footer .btmArea .copyright {
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    /* font-family: 'Secular One', sans-serif; */
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 0.1em;
    font-size: 10px;
    padding-top: 20px;
    margin: 0;
    /*float: left;*/
}

@media screen and (max-width: 769px) {
    footer .btmArea .copyright {
        font-size: 2.7777777778vw;
    }
}

footer .btmArea ul {
    /*float: right;*/
    padding-top: 19px;
}

footer .btmArea ul li {
    border-right: 1px solid #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 0 1.5em;
}

@media screen and (max-width: 769px) {
    footer .btmArea ul li {
        font-size: 3.3333333333vw;
    }
}

footer .btmArea ul li:first-child {
    border-left: 1px solid #ffffff;
}

@media screen and (max-width: 1260px) {
    footer .topArea {
        flex-wrap: wrap;
    }
    footer .topArea .catch {
        margin-bottom: 38px;
        width: 210px;
    }
    footer .topArea .info {
        width: 210px;
    }
    footer .topArea .info>div .sns {
        float: none;
        margin-top: 25px;
        margin-left: -6px;
    }
    footer .topArea dl:last-of-type {
        margin: 10px 0 0;
    }
    footer .topArea>ul {
        width: 580px;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
    }
    footer .topArea>ul .btn:after,
    footer .topArea>ul .btn:before,
    footer .topArea>ul .btn span:after {
        content: none;
    }
    footer .btmArea {
        width: auto;
        margin: 10px 0 0 0;
    }
    footer .btmArea .copyright {
        padding-top: 8px;
    }
    footer .btmArea p:first-child {
        width: 100%;
        margin-right: 0;
    }
    footer .btmArea ul {
        padding-top: 6px;
    }
}

@media screen and (max-width: 940px) {
    footer {
        background: linear-gradient(0, rgba(45, 62, 67, 0.8) 0%, rgba(45, 62, 67, 0.8) 130px, transparent 130px, transparent 100%), url(../images/common/bg_footer.jpg);
        background-position: center bottom, 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
    }
    footer .topArea {
        justify-content: space-between;
        max-width: 600px;
    }
    footer .topArea .catch {
        width: 100%;
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 940px) and (max-width: 769px) {
    footer .topArea .catch {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 940px) {
    footer .topArea .catch br {
        display: none;
    }
    footer .topArea .info {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1em;
        margin-bottom: 8px;
    }
    footer .topArea .info>div {
        overflow: visible;
    }
    footer .topArea .info>div .sns {
        float: left;
        width: auto;
        margin: -2px 0 9px 25px;
    }
    footer .topArea dl:nth-of-type(1) {
        margin-left: 0;
    }
    footer .topArea>ul {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    footer .topArea>ul li {
        margin-bottom: 0;
    }
    footer .btmArea {
        position: relative;
        z-index: 2;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 18px;
    }
    footer .btmArea p:first-child {
        border: none;
        border-bottom: 1px solid #ffffff;
    }
    footer .btmArea p {
        position: relative;
        padding-bottom: 1em;
        z-index: 2;
    }
    footer .btmArea .copyright {
        padding-top: 10px;
    }
    footer .btmArea ul {
        padding-top: 10px;
    }
}

@media screen and (max-width: 769px) {
    footer {
        background: url(../images/common/sp/bg_footer.jpg) center top no-repeat;
        background-size: cover;
        padding: 0;
    }
    footer .topArea {
        display: block;
        padding: 5.5555555556vw;
    }
    footer .topArea .catch {
        margin-bottom: 1em;
    }
    footer .topArea .info {
        border-bottom: 0.2777777778vw solid #ffffff;
        text-align: center;
        width: 100%;
        margin-bottom: 4.1666666667vw;
    }
    footer .topArea .info div p {
        float: none;
        font-size: 4.1666666667vw;
        padding-right: 1em;
    }
    footer .topArea .info div .sns {
        float: none;
        padding: 5.5555555556vw 0 2.7777777778vw;
        margin: 0;
    }
    footer .topArea .info div .sns img {
        /*height: 4.4444444444vw;*//*taptarget*/
    }
    footer .topArea dl {
        margin: 1.3888888889vw 0 0;
    }
    footer .topArea dl dt {
        font-size: 3.8888888889vw;
        position: relative;
        padding-left: 2em;
    }
    footer .topArea dl dt::before {
        border-bottom: 0.5555555556vw solid #ffffff;
        border-right: 0.5555555556vw solid #ffffff;
        content: "";
        display: block;
        height: 1.3888888889vw;
        width: 1.3888888889vw;
        margin-left: -2em;
        position: absolute;
        top: 2.7777777778vw;
        transform: rotate(45deg);
    }
    footer .topArea dl dt.open::before {
        transform: rotate(-135deg);
    }
    footer .topArea dl dt.pc-only {
        display: none;
    }
    footer .topArea dl dt.sp-only {
        display: block;
    }
    footer .topArea dl dd {
        padding-left: 5em;
        height: 0;
        max-height: 0;
        transition: all 0.3s linear;
        /*opacity: 0;*/
        display: none;
    }
    footer .topArea dl dd.open {
        height: 100%;
        /*opacity: 1;*/
        display: block;
        max-height: 20em;
    }
    footer .topArea dl dd ul {
        margin-top: 1.3888888889vw;
    }
    footer .topArea dl dd ul li {
        font-size: 3.3333333333vw;
        line-height: 2.5;
    }
    footer .topArea dl dd ul li::before {
        display: none;
    }
    footer .topArea>ul {
        display: block;
        margin: -1.3888888889vw 0 0;
    }
    footer .topArea>ul li {
        font-size: 3.8888888889vw;
        position: relative;
        padding-left: 2em;
        width: auto;
        margin: 3.8888888889vw 0 0;
    }
    footer .topArea>ul li::before {
        border-bottom: 0.5555555556vw solid #ffffff;
        border-right: 0.5555555556vw solid #ffffff;
        content: "";
        display: block;
        height: 1.3888888889vw;
        width: 1.3888888889vw;
        margin-left: -2em;
        position: absolute;
        top: 2.4vw;
        transform: rotate(-45deg);
    }
    footer .topArea>ul li a.btn {
        font-size: 3.8888888889vw;
        padding: 0;
        text-align: left;
    }
    footer .topArea>ul li a.btn::before,
    footer .topArea>ul li a.btn::after {
        display: none;
    }
    footer .topArea>ul li a.btn--white {
        border: none;
    }
    footer .topArea>ul li a.btn span {
        display: inline;
    }
    footer .topArea>ul li a.btn span::after {
        display: none;
    }
    footer .btmArea {
        background: #2D3E43;
        padding: 0 5.5555555556vw 5.5555555556vw;
        width: 100%;
        margin-top: 0;
        max-width: inherit;
    }
    footer .btmArea p:first-child {
        border: none;
    }
    footer .btmArea p {
        line-height: 1.6666666667;
        border: none;
    }
    footer .btmArea .copyright {
        border-top: 0.2777777778vw solid #ffffff;
        float: none;
        padding-top: 2.2222222222vw;
    }
    footer .btmArea ul {
        float: none;
        padding-top: 0.8333333333vw;
    }
    footer .btmArea ul li:first-child {
        border-left: none;
        padding-left: 0;
    }
    footer .btmArea ul li:last-child {
        border: none;
        padding-right: 0;
    }
}

/* タブ */

/*タブ切り替え全体のスタイル*/
.dddtab {
padding-bottom: 40px;
background-color: #fff;
width: 100%;
margin: 20px auto;}
/*タブのスタイル*/
.dddtab-item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #2a8948;
background-color: #888888;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #ffffff;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
label.dddtab-item {
cursor: pointer;
}
.dddtab-item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="dddtab-item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.dddtab-content {
display: none;
padding: 40px 20px 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#dddtab-00:checked ~ #dddtab-00-content,
#dddtab-01:checked ~ #dddtab-01-content,
#dddtab-02:checked ~ #dddtab-02 {
display: block;
}
/*選択されているタブのスタイルを変える*/
.dddtab input:checked + .dddtab-item {
background-color: #2a8948;
color: #fff;
}
/*高さの行間を変える*/
.lh1 {
	line-height:1.0em;
}
.lh2{
	line-height:1.5em;
}
.lh3{
	line-height:2.0em;
}