@charset "UTF-8";
/* CSS Document */

.main-contents section:not(:last-child) {
    margin-bottom: 150px;
}

/*contents01*/

.contents01 {
    text-align: center;
}

.contents01 .lay02 {
    padding: 60px 0px 30px;
}

.contents01 h5 {
    display: inline-block;
    position: relative;
    padding-left: 100px;
}

.contents01 h5 img {
    height: 52px;
    width: auto;
}

.contents01 h5::before {
    content: "president";
    position: absolute;
    left: 0px;
    top: 20px;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.contents01 h6 {
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.5em;
}

.contents01 p {
    text-align: center;
    line-height: 2.5;
    font-size: 15px;
    opacity: 0.8;
}


/*contents02*/

.contents02 {
    width: 100%;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
}

.contents02 .lay01 {
    position: relative;
}

.contents02 .lay01 .box-img,
.contents02 .lay01 .box-img .inner {
    position: relative;
}

.contents02 .lay01 .box-img::after,
.contents02 .lay01 .box-img .inner::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 35%;
    height: 100%;
}

.contents02 .lay01 .box-img::after {
    background-color: #6D188C;
    mix-blend-mode: overlay;
}

.contents02 .lay01 .box-img .inner::after {
    background-color: #000;
    opacity: 0.3;
    mix-blend-mode: multiply;
}

.contents02 .lay01 .box-img img {
    max-height: 1000px;
}

.contents02 .lay01 .box-detail {
    position: absolute;
    left: 8%;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.contents02 .lay01 .midashi02 {
    background-image: none;
    padding: 0px;
    text-align: left;
}

.contents02 .lay01 .midashi02 h2 {
    font-size: 87px;
    line-height: 1.1;
}

.contents02 .lay01 .midashi02 h3 {
    letter-spacing: 0.45em;
}

.contents02 .lay01 h4 {
    font-family: "Zen Old Mincho", serif;
    font-size: 45px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.25em;
    padding-top: 100px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}

.contents02 .lay02 {
    width: 96%;
    border-left-style: solid;
    border-right-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    padding: 60px 0px 20px;
    position: relative;
}

.contents02 .lay02::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 0px;
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}

.contents02 .lay02 .box-inner {
    width: 740px;
}

.contents02 .lay02 table {
    width: 100%;
}

.contents02 .lay02 table td {
    color: #FFF;
    line-height: 1.6;
    letter-spacing: 0.35em;
    font-weight: 400;
    padding: 25px 0px;
}

.contents02 .lay02 table td:first-child {
    text-align: center;
}

.contents02 .lay02 table td:last-child {
    padding-left: 170px;
}

/*contents03*/

.contents03 {
    text-align: center;
}

.contents03 h2 {
    font-family: "Kaisei Opti", serif;
    font-size: 72px;
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.contents03 p {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.35em;
    padding: 20px 0px 30px;
}

/*map-box*/

.map-box {
    width: 90%;
    max-width: 1330px;
    height: 600px;
}

.map-box iframe {
    height: 600px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*contents04*/

.contents04 {
    text-align: center;
}

.contents04 .box-img img {
    width: 90%;
    max-width: 1330px;
}

.sp-view {
    display: none;
}

html,
body {
    height: 100%;
}
