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

.load.loaded {
    -webkit-animation: 0.8s slideOut cubic-bezier(0.95, 0.05, 0.7, 0.1) forwards;
    animation: 0.8s slideOut cubic-bezier(0.95, 0.05, 0.7, 0.1) forwards;
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
}

@keyframes slideOut {
from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
}
.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: -webkit-gradient(linear, left top, right top, from(#8f8154), to(#585134));
    background: linear-gradient(to right, #8f8154, #585134);
}
.load p {
    display: flex;
    width: 309px;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
#mv {
    height: 60vw;
    min-height: 740px;
    max-height: 1100px;
    background-image: url("../images/top_fv.jpg");
    background-size: cover;
}
#mv:before {
    border-style: unset;
    border-width: unset;
    border-color: unset;
}
.fvTxt {
    width: 350px;
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    margin: auto;
}
.fvTxt {
    opacity: 0; /* 初期状態では透明 */
    transform: translateY(20px); /* 初期状態では少し下に移動 */
    animation: fadeIn 2s ease-in-out forwards;
    animation-delay: 2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topBg02 {
    height: 54.5vw;
    background-image: url("../images/top_img01bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 180px;
}
.topBox01 {
    width: 440px;
    background-color:rgba(99,73,36,0.65);
    padding: 40px 50px;
    position: absolute;
    top: 200px;
    left: 20px;
}
.topTit01 {
    font-size: 66px;
}
.topBox02 {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.topBtn01 {
    width: 400px;
    border: 1px solid #b6b6b6;
    border-radius: 6px;
}
.topBtn01 a {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}
.header {
    width: 90%;
    margin: 0 auto;
    height: 90px;
}
.header h1 {
    width: 160px;
    margin-top: 23px;
}
.headTop {
    height: unset;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.headTop {
    opacity: 0;
    animation: fadeIn2 1s ease-in-out forwards;
    animation-delay: 2s;
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gnav {
    margin-top: 33px;
}
.gnav li {
    margin-right: 80px;
}
.gnav li:last-child {
    margin-right: 0;
}
.gnav li a {
    font-weight: bold;
}
.headTop .gnav li a {
    color: #fff;
}
.cont01 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.cont02 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.cont03 {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.cont04 {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.footBg {
    background-color: #7e734b;
    padding: 140px 0 100px;
    color: #fff;
}
.footer {
    width: 90%;
    margin: 0 auto;
}
.footBg a {
    color: #fff;
}
.footBox01 {
    width: 150px;
    border-left: 1px solid #beb9a5;
    padding-left: 40px;
}
.footBox02 {
    width: 300px;
    border-left: 1px solid #beb9a5;
    padding-left: 40px;
}
.footBox02 ul {
    margin-left: 15px;
    font-size: 15px;
}
.footBox02 ul li:first-child {
    margin-right: 25px;
}
.footBox03 {
    border-left: 1px solid #beb9a5;
    padding-left: 30px;
}
.copy {
    font-size: 13px;
    margin-top: 100px;
}
.underBg,
.underBg div {
    background-repeat: no-repeat;
    background-position: top center;
    height: 560px;
}
.contBg {
    background-image: url("../images/under_bg01.jpg");
    background-repeat: repeat;
}
.underTit01 {
    color: #fff;
    font-size: 90px;
    letter-spacing: 4px;
    padding-top: 355px;
}
.underTit01 {
    opacity: 0; /* 初期状態では透明 */
    transform: translateY(20px); /* 初期状態では少し下に移動 */
    animation: fadeIn3 1s ease-in-out forwards;
    animation-delay: 0s;
}
@keyframes fadeIn3 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.outBg01 .underTit01 {
    font-size: 86px;
    letter-spacing: 2px;
}
.priBg01 .underTit01 {
    font-size: 86px;
    letter-spacing: 1px;
}
.busBg01 {
    background-image: url("../images/bus_fvbg.jpg");
}
.busBg01 div {
    background-image: url("../images/bus_fv.jpg");
}
.traBg01 {
    background-image: url("../images/trans_fvbg.jpg");
}
.traBg01 div {
    background-image: url("../images/trans_fv.jpg");
}
.consBg01 {
    background-image: url("../images/cons_fvbg.jpg");
}
.consBg01 div {
    background-image: url("../images/cons_fv.jpg");
}
.envBg01 {
    background-image: url("../images/envi_fvbg.jpg");
}
.envBg01 div {
    background-image: url("../images/envi_fv.jpg");
}
.manBg01 {
    background-image: url("../images/mana_fvbg.jpg");
}
.manBg01 div {
    background-image: url("../images/mana_fv.jpg");
}
.outBg01 {
    background-image: url("../images/out_fvbg.jpg");
}
.outBg01 div {
    background-image: url("../images/out_fv.jpg");
}
.reaBg01 {
    background-image: url("../images/real_fvbg.jpg");
}
.reaBg01 div {
    background-image: url("../images/real_fv.jpg");
}
.comBg01 {
    background-image: url("../images/com_fvbg.jpg");
}
.comBg01 div {
    background-image: url("../images/com_fv.jpg");
}
.conBg01 {
    background-image: url("../images/con_fvbg.jpg");
}
.conBg01 div {
    background-image: url("../images/con_fv.jpg");
}
.priBg01 {
    background-image: url("../images/pri_fvbg.jpg");
}
.priBg01 div {
    background-image: url("../images/pri_fv.jpg");
}
.busBox01 {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
}
.busBox01 li {
    width: 32%;
    margin-right: 2%;
    position: relative;
}
.busBox01 li:nth-child(3n) {
    margin-right: 0;
}
.busBox01 li:nth-child(1),
.busBox01 li:nth-child(2),
.busBox01 li:nth-child(3) {
    margin-bottom: 200px;
}
.busBox01 li:nth-child(4),
.busBox01 li:nth-child(5),
.busBox01 li:nth-child(6) {
    margin-bottom: 140px;
}
.busBox02 {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 7% 20px;
    width: 76%;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.traBox01 li {
    background-color: #e0dcd5;
    margin-bottom: 15px;
    padding: 15px 25px;
    line-height: 1.8;
}
.traBox01 li:last-child {
    margin-bottom: 0;
}
.traTxtBox01 {
    width: 630px;
    margin-top: 20px;
}
.traBox02 {
    width: 96%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.traBox02 li {
    width: 32%;
    margin-right: 2%;
}
.traBox02 li:nth-child(3n) {
    margin-right: 0;
}
.traBox02 li:nth-child(1),
.traBox02 li:nth-child(2),
.traBox02 li:nth-child(3) {
    margin-bottom: 70px;
}
.traBg02 {
    background-image: url("../images/trans_img08bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 620px;
}
.traBg02 div {
    background-image: url("../images/trans_img08.jpg");
    background-repeat: no-repeat;
    padding-top: 140px;
}
.traBg02 div p {
    background-color: rgba(255,255,255,0.8);;
    border-radius: 10px;
    width: 380px;
    padding: 80px 90px 85px 90px;
}
.outPosi01 {
    width: 1500px;
    background-color: #fff;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.outBox01 {
    width: 96%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.outBox01 li {
    width: 49%;
    margin-right: 2%;
}
.outBox01 li:nth-child(2n) {
    margin-right: 0;
}
.outBox01 li:nth-child(1),
.outBox01 li:nth-child(2) {
    margin-bottom: 75px;
}
.outTxtBox01 {
    background-color: #e9e5de;
    padding: 60px 50px 55px;
}
.outIcon01 {
    position: absolute;
    top: -17px;
}
.outBg02 {
    background-image: url("../images/out_img05bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
}
.outBg02 div {
    background-image: url("../images/out_img05.jpg");
    background-repeat: no-repeat;
    padding-top: 170px;
}
.outBg02 div p {
    background-color: rgba(0,119,17,0.8);;
    border-radius: 10px;
    width: 410px;
    padding: 50px 100px 50px 100px;
    margin-left: auto;
    margin-right: auto;
}
.manBox01 {
    width: 505px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding-top: 100px;
}
.manBox02 {
    width: 505px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding-top: 120px;
}
.consBox01 li {
    width: 520px;
}
.envBox01 {
    width: 900px;
    margin-left: auto;
}
.envImg01 {
    position: absolute;
    top: 0;
    left: -300px;
}
.envTxtBox01 {
    background-color: #fff;
    padding: 60px 70px 60px 170px
}
.envTxtBox01 li {
    background-color: #e0dcd5;
    margin-bottom: 15px;
    padding: 15px 25px;
}
.envTxtBox01 li:last-child {
    margin-bottom: 0;
}
.envTit01 {
    margin: 0 0 35px 170px;
    padding-top: 10px;
}
.envBox02 {
    width: 900px;
    margin-right: auto;
}
.envImg02 {
    position: absolute;
    top: 0;
    right: -300px;
}
.envTxtBox02 {
    background-color: #fff;
    padding: 60px 170px 100px 70px
}
.envTxtBox02 li {
    background-color: #e0dcd5;
    margin-bottom: 15px;
    padding: 15px 25px;
}
.envTxtBox02 li:last-child {
    margin-bottom: 0;
}
.envTit02 {
    margin: 0 0 50px 70px;
    padding-top: 50px;
}
.envTxtBox01b {
    background-color: #fff;
    padding: 60px 70px 100px 170px
}
.envTit01b {
    margin: 0 0 50px 170px;
    padding-top: 50px;
}
.envBox03 {
    width: 660px;
    background-color: #fff;
    padding: 70px 60px;
}
.envTxtBox03 {
    background-color: #e0dcd5;
    padding: 25px 35px;
}
.reaTit01 {
    background-image: url("../images/real_titbg01.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 38px;
    padding: 24px 0 20px;
}
.reaBox01 {
    width: 680px;
    margin-left: auto;
    background-color: #eeeae5;
    padding: 55px 60px 55px 160px;
}
.reaTit02 {
    background-color: #7e734b;
    border-radius: 20px;
    padding: 5px 0;
}
.reaImg01 {
    position: absolute;
    top: -40px;
    left: -75px;
}
.reaTxtBox01 li {
    background-image: url("../images/real_icon01.png");
    background-repeat: no-repeat;
    background-position: top 1px left;
    color: #bc2b2b;
    padding-left: 32px;
    letter-spacing: 1px;
}
.reaBox02 {
    width: 680px;
    margin-right: auto;
    background-color: #eeeae5;
    padding: 55px 160px 55px 60px;
}
.reaImg02 {
    position: absolute;
    top: -40px;
    right: -75px;
}
.reaStep {
    margin-top: 65px;
    margin-right: 20px;
}
.reaBox03a {
    width: 445px;
}
.reaTit03a {
    background-color: #998945;
    padding: 13px 0;
}
.reaBox03a ul {
    background-color: #f4efe1;
}
.reaBox03a ul li {
    border-bottom: 1px solid #d1d1d1;
    height: 210px;
    padding: 0 35px;
    display: flex;
    align-items: center;
}
.reaBox03a ul li:last-child {
    border-bottom: none;
}
.reaBox03a ul li p {
    letter-spacing: 0;
    line-height: 2;
}
.reaTit03b {
    background-color: #7e734b;
}
.reaBox03b ul {
    background-color: #eae5e1;
}
.reaTxt01 a {
    text-decoration: underline;
}
.comTable th {
    font-weight: bold;
    width: 20%;
    padding: 35px 0;
    border-top: 3px solid #b59f69;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
}
.comTd01 {
    width: 5%;
}
.comTd02 {
    padding: 35px 0;
    width: 75%;
    border-top: 1px solid #DFDFDF;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}
.comLast th {
    border-bottom: 3px solid #b59f69;
}
.comLast .comTd02 {
    border-bottom: 1px solid #DFDFDF;
}

@media screen and (max-width: 1600px){
.fvTxt {
    width: 300px;
    top: 13vw;
}
.topBox01 {
    width: 90%;
    top: 14vw;
    left: 0;
    padding: 25px 5% 30px;
}
.topTit01 {
    font-size: 56px;
    text-align: center;
}
.topBg02 {
    margin-bottom: 120px;
}
}

@media screen and (max-width: 640px){
.cont01, .cont02, .cont03, .cont04 {
    width: 92%;
}
.spHeader h1 {
    width: 125px;
    padding-left: 4%;
    padding-top: 9px;
}
.spFootLogo {
    text-align: center;
}
.footBg {
    padding: 50px 0 25px;
}
.footBox01 {
    width: 92%;
    padding-left: 8%;
    padding-bottom: 20px
}
.footBox02 {
    width: 92%;
    padding-left: 8%;
    padding-bottom: 20px
}
.footBox03 {
    width: 92%;
    padding-left: 8%;
}
.copy {
    font-size: 13px;
    margin-top: 40px;
}
.underBg {
    height: 30%;
    background-size: 100% auto;
    margin-top: 50px;
}
.load {
    background: -webkit-gradient(linear, left top, right top, from(#8f8154), to(#7f7049));
    background: linear-gradient(to right, #8f8154, #7f7049);
}
.load p {
    width: 180px;
}
.fvTxt {
    width: 215px;
    top: 210px;
}
.spTopBg {
    background-color: #7e734b;
}
.spTopBg .cont01 {
    width: 88%;
    padding: 25px 0 35px;
}
.topTit01 {
    font-size: 50px;
    text-align: center;
}
.topBox02 {
    width: 100%;
}
.topBtn01 {
    width: 99.5%;
}
.topBtn01 a {
    padding: 30px 0;
}
.busBg01 div,.traBg01 div,.consBg01 div,.envBg01 div,.manBg01 div,.outBg01 div,.reaBg01 div,.comBg01 div,.conBg01 div,.priBg01 div {
    background-image: none;
}
.busBg01 {
    background-image: url("../images/sp_bus_fv.jpg");
}
.traBg01 {
    background-image: url("../images/sp_trans_fv.jpg");
}
.consBg01 {
    background-image: url("../images/sp_cons_fv.jpg");
}
.envBg01 {
    background-image: url("../images/sp_envi_fv.jpg");
}
.manBg01 {
    background-image: url("../images/sp_mana_fv.jpg");
}
.outBg01 {
    background-image: url("../images/sp_out_fv.jpg");
}
.reaBg01 {
    background-image: url("../images/sp_real_fv.jpg");
}
.comBg01 {
    background-image: url("../images/sp_com_fv.jpg");
}
.conBg01 {
    background-image: url("../images/sp_con_fv.jpg");
}
.priBg01 {
    background-image: url("../images/sp_pri_fv.jpg");
}
.underTit01 {
    font-size: 38px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 46%;
}
.outBg01 .underTit01 {
    font-size: 36px;
    padding-top: 48%;
}
.priBg01 .underTit01 {
    font-size: 30px;
    padding-top: 50%;
}
.busBox01 {
    width: 92%;
}
.busBox01 li {
    width: 100%;
    margin-right: 0;
}
.busBox02 {
    bottom: -50px;
    padding: 16px 7% 15px;
}
.busBox02 div {
    line-height: 1.2;
}
.busBox01 li:nth-child(1), .busBox01 li:nth-child(2), .busBox01 li:nth-child(3) {
    margin-bottom: 80px;
}
.busBox01 li:nth-child(4), .busBox01 li:nth-child(5) {
    margin-bottom: 80px;
}
.busBox01 li:nth-child(6) {
    margin-bottom: 60px;
}
.consBox01 li {
    width: 100%;
    margin-right: 0;
}
.manBox01,
.manBox02 {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding-top: 30px;
}
.outBox01 {
    width: 92%;
}
.outBox01 li:nth-child(1), .outBox01 li:nth-child(2), .outBox01 li:nth-child(3) {
    margin-bottom: 50px;
}
.outBox01 li {
    width: 100%;
    margin-right: 0;
}
.outIcon01 {
    width: 100px;
}
.outTxtBox01 {
    padding: 40px 20px 35px;
}
.outBg02 div {
    background-image: none;
    padding: 60px 0;
}
.outBg02 {
    height: auto;
    background-size: auto 100%;
}
.outBg02 div p {
    width: 84%;
    padding: 40px 8% 40px;
}
.traTxtBox01 {
    margin-top: 0;
    width: 100%;
}
.traBox01 li {
    padding: 15px 20px;
    font-size: 16px;
}
.traBox02 {
    width: 92%;
}
.traBox02 li {
    width: 100%;
    margin-right: 0;
}
.traBox02 li:nth-child(1), .traBox02 li:nth-child(2), .traBox02 li:nth-child(3),
.traBox02 li:nth-child(4), .traBox02 li:nth-child(5) {
    margin-bottom: 40px;
}
.traBg02 div {
    background-image: none;
    padding: 60px 0;
}
.traBg02 {
    height: auto;
    background-size: auto 100%;
}
.traBg02 div p {
    width: 84%;
    padding: 40px 8% 40px;
}
.comTable th {
    padding: 20px 0;
    border-top: 2px solid #b59f69;
    font-size: 14px;
    width: 23%;
}
.comTable td {
    padding: 20px 0;
    font-size: 15px;
}
.comTd02 {
    width: 72%;
}
.envImg01, .envImg02 {
    position: unset;
}
.envBox01, .envBox02 {
    width: 100%;
    margin-left: 0;
}
.envTit01, .envTit02 {
    margin: 20px 0 25px;
    padding-top: 0;
    text-align: center;
}
.envTxtBox01, .envTxtBox02 {
    padding: 20px 20px;
}
.envBox01 li, .envBox02 li {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.8;
}
.envBox03 {
    width: 88%;
    padding: 20px 6% 30px;
}
.envTxtBox03 {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.8;
}
.reaTit01 {
    padding: 23px 0 23px;
    line-height: 1.8;
}
.reaImg01, .reaImg02 {
    position: unset;
}
.reaBox01, .reaBox02 {
    width: 84%;
    margin-left: 0;
    padding: 25px 8% 30px;
}
.reaTxtBox01 li {
    line-height: 1.8;
}
.reaBox03a {
    width: 100%;
}
.reaBox03a ul li {
    height: auto;
    padding: 25px 20px;
}
.reaBox03b ul :nth-child(5) {
    border-bottom: none;
}
.reaBox03b ul li:nth-child(6),
.reaBox03b ul li:nth-child(7) {
    display: none;
}
}