@charset "UTF-8";
/* コンテンツ */

.hd_logo {
    text-align: right;
    padding:2em 80px;
}
.hd_logo img {
    width: 20%;
}
.main_box {
    position: relative;
    width: calc(100% - 80px);
    margin-bottom: 5em;
}
.main_box .img1 {
    width: 75%;
    aspect-ratio:12 / 8;
}
.main_box .img1 img {
    width: 100%;
}
.main_box h2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    mix-blend-mode:multiply;
    /*filter: drop-shadow(5px 5px 0 #fef9ef);*/
}
.main_box h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    z-index: 100;
}
.main_box h2 img,.main_box h3 img {
    width: 100%;
}

@keyframes cslidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cycle-slideshow {
    opacity: 0;
    animation: cslidein 0.5s linear 0.5s normal both;
}

.copy section {
    text-align: center;
    background-image: url("../img/bg_tx.png");
    background-position: center center;
    background-size: 90% auto;
    background-repeat: no-repeat;
}
.copy h3 {
    width: 30%;
    line-height: 0;
    margin: 0 auto 2em;
}
.copy h3 img {
    width: 100%;
}
.copy_tx {
    font-size: 1.24em;
    font-weight: bold;
    line-height: 2;
}

.anc_sw {
    margin: 5em auto;
}
.anc_sw ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.anc_sw ul img {
    width: 100%;
}
.anc_sw ul li {
    width: 140px;
}

.nb_box {
    position: relative;
    margin-bottom: 5em;
}
.nb_box img {
    width: 100%;
}
.nb_box video {
    display: block;
    width: 45%;
    margin-left: 11%;
}

.nb_doc {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 47%;
    background-color: #fef9ef;
    padding: 5em 5% 0;
}
.nb_doc h6 {
    position: absolute;
    right: 80px;
    top: 0;
    width: 20%;
}
.nb_doc h3 {
    line-height: 0;
    width: 70%;
    margin-bottom: 3em;
}
.nb_doc h4 {
    line-height: 0;
    width: 65%;
    margin-bottom: 3em;
}
.nb_doc p {
    font-size: 1.16em;
    line-height: 2;
}

.nb_img {
    margin-top: 3em;
}
.nb_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nb_img ul li {
    width: 48%;
}

.nb_tenpo {
    width: 53%;
    margin-top: 5em;
}

.view_nb {
    position: relative;
    width: 40%;
    max-width: 450px;
    margin: 0 auto 10em;
}
.view_nb img {
    position: relative;
    width: 100%;
    pointer-events: none;
    z-index: 100;
}
.view_nb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.view_nb span {
    background-color: #00759c;
    border: 2px solid #00759c;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    padding: 0.4em 0 0.6em;
    margin-top: calc(44% - 1.2em);
    transition: all 0.3s;
}
.view_nb a:hover span {
    background-color: #fef9ef;
    color: #00759c;
}

.dl_box {
    position: relative;
    margin-bottom: 5em;
}
.dl_box img {
    width: 100%;
}
.dl_box video {
    display: block;
    width: 45%;
    margin:0 11% 0 auto;
}

.dl_doc {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 47%;
    background-color: #fef9ef;
    padding: 5em 5% 0;
}
.dl_doc h3 {
    line-height: 0;
    width: 70%;
    margin-bottom: 3em;
}
.dl_doc h4 {
    line-height: 0;
    width: 65%;
    margin-bottom: 3em;
}
.dl_doc p {
    font-size: 1.16em;
    line-height: 2;
}

.dl_img {
    margin-top: 3em;
}
.dl_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dl_img ul li {
    width: 48%;
}

.dl_house {
    width: 53%;
    margin: 5em 0 0 auto;
}

.view_dl p {
    width: 40%;
    max-width: 450px;
    margin: 0 auto;
}
.view_dl a {
    display: block;
    background-color: #001961;
    border: 2px solid #001961;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    padding: 0.4em 0 0.6em;
    transition: all 0.3s;
}
.view_dl a:hover {
    background-color: #fef9ef;
    color: #001961;
}

.mh_box {
    padding-bottom: 2em;
}
.mh_box h3 {
    width: 50%;
    line-height: 0;
    max-width: 800px;
    margin:0 auto 2em;
}
.mh_box img {
    width: 100%;
}
.mh_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mh_box ul li {
    width: 32%;
}

.fw_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.fw_box ul img {
    width: 100%;
}
.fw_box ul li {
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding: 4em 5em;
}
.fw_box ul li:first-child {
    background-color: #00759c;
}
.fw_box ul li:last-child {
    background-color: #001961;
}
.fw_box ul li section {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.fw_box ul li section a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.fw_box ul li section a:hover {
    opacity: 0.3;
}
.fw_box ul li:first-child section a {
    background-color: #00759c;
}
.fw_box ul li:last-child section a {
    background-color: #001961;
}
.fw_box ul li h3 {
    position: relative;
    width: 35%;
    margin: 0 auto -13%;
}
.fw_box ul li p {
    font-size: 1.16em;
    line-height: 1.5;
    text-align: left;
    margin-top: 1em;
}

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

.hd_logo {
    padding:2em 5%;
}
.hd_logo img {
    width: 30%;
}
.main_box {
    width: 95%;
}

.anc_sw {
    margin: 5em auto;
}
.anc_sw ul li {
    width: 15%;
}

.nb_doc {
    padding: 3em 5% 0;
}
.nb_doc h6 {
    right: 5%;
    top: 0;
    width: 20%;
}
.nb_doc h3 {
    line-height: 0;
    margin-bottom: 2em;
}
.nb_doc h4 {
    margin-bottom: 2em;
}
.nb_doc p {
    font-size: 1em;
    line-height: 1.7;
}

.nb_img {
    margin-top: 2em;
}

.view_nb {
    position: relative;
    width: 40%;
    max-width: 450px;
    margin: 0 auto 10em;
}

.dl_box {
    position: relative;
    margin-bottom: 5em;
}

.dl_doc {
    padding: 3em 5% 0;
}
.dl_doc h3 {
    margin-bottom: 2em;
}
.dl_doc h4 {
    margin-bottom: 2em;
}
.dl_doc p {
    font-size: 1em;
    line-height: 1.7;
}

.dl_img {
    margin-top: 2em;
}

.dl_house {
    margin: 7em 0 0 auto;
}

.fw_box ul li {
    padding: 3em 4em;
}
.fw_box ul li p {
    font-size: 1em;
}

}


@media screen and (max-width: 520px) {
.hd_logo {
    padding:1.5em 5%;
}
.hd_logo img {
    width: 40%;
}
.main_box {
    width: 95%;
    margin-bottom: 1.5em;
}
.main_box .img1 {
    width: 90%;
}
.main_box h2 {
    width: 50%;
}
.main_box h3 {
    display: none;
}

.copy h2 {
    text-align: center;
    font-size: 1.32em;
    font-weight: bold;
    line-height: 1.5;
}
.copy h3 {
    width: 65%;
    line-height: 0;
    margin: 2em auto;
}
.copy_tx {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.7;
}

.anc_sw {
    margin: 1.5em auto 4em;
}
.anc_sw ul li {
    width: 25%;
}

.nb_box {
    margin-bottom: 2em;
}
.nb_box video {
    width: 90%;
    margin:0 auto 0 0;
}

.nb_doc {
    position: relative;
    width: 90%;
    padding: 2.5em 10% 0;
    margin:-2em 0 0 auto;
}
.nb_doc h6 {
    position: absolute;
    right: 5%;
    top: 1em;
    width: 20%;
}
.nb_doc h3 {
    margin-bottom: 2em;
}
.nb_doc h4 {
    margin-bottom: 2em;
}
.nb_doc p {
    font-size: 1em;
    line-height: 1.7;
}

.nb_img {
    margin-top: 2em;
}
.nb_img ul li {
    width: 48%;
}

.nb_tenpo {
    width: 100%;
    margin: 2em auto 0;
}

.view_nb {
    width: 70%;
    margin: 0 auto 5em;
}
.view_nb span {
    padding: 0.3em 0 0.5em;
    margin-top: calc(44% - 1em);
}

.dl_box {
    margin-bottom: 2em;
}
.dl_box video {
    width: 90%;
    margin:0 0 0 auto;
}

.dl_doc {
    position: relative;
    width: 90%;
    padding: 2.5em 10% 0;
    margin:-2em auto 0 0;
}
.dl_doc h3 {
    margin-bottom: 2em;
}
.dl_doc h4 {
    margin-bottom: 2em;
}
.dl_doc p {
    font-size: 1em;
    line-height: 1.7;
}

.dl_img {
    margin-top: 2em;
}

.dl_house {
    width: 100%;
    margin: 2em auto 0;
}

.view_dl p {
    width: 70%;
    margin: 0 auto;
}
.view_dl a {
    padding: 0.3em 0 0.5em;
}

.mh_box {
    padding-bottom: 5em;
}
.mh_box h3 {
    width: 80%;
    margin:0 auto 1em;
}
.mh_box ul li {
    width: 100%;
}

.fw_box ul li {
    width: 100%;
    padding: 3em 4em;
}
.fw_box ul li p {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    margin-top: 1em;
}


}

