@charset "UTF-8";

/*******************************
effect
*******************************/
.delighter {
    transition: all .3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
}
 
.delighter.started {
    transform: none;
    opacity: 1;
}
 
.delighter.started.ended {
    transform: none;
    opacity: 1;
}

.serviceBox02.delighter {
    transition: all .3s ease-out;
    transform: translateX(100%);
    opacity: 0;
}

.serviceBox02.delighter.started {
}

.serviceBox02.delighter.started.ended {
    transform: none;
    opacity: 1;
}

.modelBox0401.delighter,
.modelBox0402.delighter,
.modelBox0403.delighter {
    transition: all .2s ease-out;
    transform: translateY(20%);
    opacity: 0;
}

.modelBox0401.delighter.started.ended,
.modelBox0402.delighter.started.ended,
.modelBox0403.delighter.started.ended {
    transform: none;
    opacity: 1;
}

/*******************************
mainVisual
*******************************/
#mainVisual.stuck {
    z-index: -5 !important;
}

#mainVisual img {
    width: 100%;
}

/*******************************
news
*******************************/
#news {
    margin: 3rem auto 0;
    width: 1024px;
}

#news h2 {
    font-family: "sansserif01";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    color: #073a71;
}

#news .panel {
    margin-top: 3rem;
}

#news .panel h3 {
    font-family: "gothic02";
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
}

#news .panel ul {
    width: 850px;
    max-width: 95%;
    margin: 0 auto;
}

#news .panel ul li {
    display: block;
}

#news .panel ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

#news .panel ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

#news .panel ul li a .photo {
    width: 120px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin-right: 2%;
}

#news .panel ul li a img {
    width: 102%;
    max-width: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#news .panel ul li a dl {
    width: 82%;
    font-weight: bold;
}

#news .panel ul li a dl dt {
    color: #a69463;
    margin-top: -0.5rem;
}

#news .panel ul li a dl dt .icon02 {
    color: #fff;
    font-weight: bold;
    background: #a69463;
    padding: 0.35rem 0.75em 0.25em;
    display: inline-block;
    font-size: 0.85rem;
    margin: 0 0 0.35em 0.35em;
}

#news .panel ul li a dl dt .icon01 {
    color: #fff;
    font-weight: bold;
    background: #f0566e;
    padding: 0.35rem 0.75em 0.25em;
    display: inline-block;
    font-size: 0.85rem;
    margin: 0 0 0.35em 0.35em;
}

#news .searchMore {
    width: 25rem;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#news .searchMore a {
    padding: 1rem;
    background: #073a71;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
}

#news .searchMore .effect {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: -1;
    opacity: 0.5;
}

#news .searchMore:hover .effect{
    left: 0;
}

/*******************************
concept
*******************************/
#concept {
    margin: 4rem auto 0;
    padding: 4rem 0;
    background: url("/top/images/bg.jpg") 0 0;
    min-height: 60vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#concept div {
    margin: 0 auto;
    width: 1024px;
}

#concept div h2 {
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 1.25rem;
    color: #fff;
    background: #073a71;
    padding: 0.7rem 0;
}

#concept div h2 span {
    display: block;
    font-family: "sansserif01";
    font-size: 60%;
    margin-top: -0.6rem;
}

#concept .conceptBox01 {
    padding: 3rem 0;
    text-align: center;
    background: rgba(255,255,255,1);
}

#concept .conceptBox01 h3 {
    font-family: "gothic02";
    font-size: 2rem;
    margin: 0 0 1rem;
    color: #073a71;
}

#concept .conceptBox01 strong {
    font-family: "gothic02";
}

#concept .conceptBox01 .txt01 strong {
    color: #073a71;
}

#concept .conceptBox02 {
    padding: 3.5rem 0 0;
}

#concept .conceptBox02 h3 {
    font-family: "gothic01";
    font-size: 1.25rem;
    margin: 0 2.5% 1.4rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #073a71;
    padding: 1rem 0;
}

#concept .conceptBox02 h3 b {
    display: block;
    font-size: 2.4rem;
}

#concept .conceptBox02 h3 strong {
    font-family: "gothic02";
}

#concept .conceptBox02 h3 span {
    width: 0.35em;
    display: inline-block;
}

#concept .conceptBox02 .conceptBox0201 {
    text-align: center;
}

#concept .conceptBox02 .conceptBox0202 {
    background: #f4f4f4;
    margin: 2rem 2.5% 0 0;
    border-right: 4.5rem solid #f8f8f8;
    padding: 1.5rem 0;
    width: auto;
    text-align: center;
}

#concept .conceptBox02 .conceptBox0202 ul {
    display: inline-block;
}

#concept .conceptBox02 .conceptBox0202 ul li {
}

#concept .conceptBox02 .conceptBox0202 ul li:not(:last-child) {
    margin-bottom: 1.2rem;
}

#concept .conceptBox02 .conceptBox0202 ul li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #073a71;
}

#concept .conceptBox02 .conceptBox0202 ul li dl dt {
    background: #fff;
    padding: 1.1rem 0;
    border-radius: 100%;
    text-align: center;
    font-family: "gothic02";
    font-size: 1.5rem;
    width: 15%;
    margin-right: 3%;
}

#concept .conceptBox02 .conceptBox0202 ul li dl dd {
    font-size: 1.08rem;
    text-align: left;
    width: 82%;
    white-space: nowrap;
}

#concept .conceptBox03 {
    margin: 2.5rem 2.5% 0;
}

#concept .conceptBox03 h3 {
    font-family: "gothic02";
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 0.8rem;
}

#concept .conceptBox03 .conceptBox0301 {
    display: flex;
    justify-content: space-between;
}

#concept .conceptBox03 .conceptBox0301 li {
    width: 23.3%;
    position: relative;
}

#concept .conceptBox03 .conceptBox0301 li .arrow {
    width: 0;
    height: 0;
    border-left: 0.8rem solid #073a71;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    position: absolute;
    top: 0.8rem;
    right: -8%;
}

#concept .conceptBox03 .conceptBox0301 li dl dt {
    border-radius: 0.6rem;
    text-align: center;
    padding: 0.7rem;
    font-family: "gothic02";
    color: #fff;
}

#concept .conceptBox03 .conceptBox0301 li:first-child dl dt {
    background: #998345;
    background: -moz-linear-gradient(left, #998345, #a69463);
    background: -webkit-linear-gradient(left, #998345, #a69463);
    background: linear-gradient(to right, #998345, #a69463);
}

#concept .conceptBox03 .conceptBox0301 li:nth-child(2) dl dt {
    background: #994845;
    background: -moz-linear-gradient(left, #3983bf, #669ecc);
    background: -webkit-linear-gradient(left, #3983bf, #669ecc);
    background: linear-gradient(to right, #3983bf, #669ecc);
}

#concept .conceptBox03 .conceptBox0301 li:nth-child(3) dl dt {
    background: #994845;
    background: -moz-linear-gradient(left, #994845, #a66563);
    background: -webkit-linear-gradient(left, #994845, #a66563);
    background: linear-gradient(to right, #994845, #a66563);
}

#concept .conceptBox03 .conceptBox0301 li:last-child dl dt {
    background: #994845;
    background: -moz-linear-gradient(left, #455899, #6373a6);
    background: -webkit-linear-gradient(left, #455899, #6373a6);
    background: linear-gradient(to right, #455899, #6373a6);
}

#concept .conceptBox03 .conceptBox0301 li dl dd {
    margin-top: 0.8rem;
    text-align: left;
}

#concept .conceptBox03 .conceptBox0301 li dl dd .title {
    margin: 0.5rem 0 1rem;
    color: #073a71;
    font-family: "gothic02";
    font-size: 0.93rem;
    line-height: 1.3;
}

#concept .conceptBox03 .conceptBox0301 li dl dd .title span {
    display: inline-block;
    width: 0.3em;
}

#concept .conceptBox03 .conceptBox0301 li dl dd .title strong {
    font-size: 1.25rem;
    display: block;
}

#concept .conceptBox03 .conceptBox0301 li dl dd img {
    width: 100%;
}

/*******************************
property
*******************************/
#property {
}

#property .propertyBox01 {
    margin: 0 auto;
    padding: 4.5rem 0 3.5rem;
    width: 1024px;
}

#property h2 {
    color: #073a71;
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2.5rem;
}

#property h2 span {
    display: block;
    font-family: "sansserif01";
    font-size: 60%;
    margin-top: -0.6rem;
}

#property .tab {
    display: flex;
    background: #073a71;
    padding: 5px 5px 0;
}

#property .tab li {
    cursor: pointer;
    padding: 1rem 1.5rem;
    background: #073a71;
    color: #fff;
    width: 25%;
    text-align: center;
    position: relative;
    overflow:hidden;
    height: 1.5rem;
}

#property .tab li.active {
    background: #fff;
    color: #073a71;
}

#property .tab li strong{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#property .tab li .effect{
    width: 100%;
    height: 100%;
    top: -100%;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    left: 0;
    opacity: 0.3;
}

#property .tab li.active .effect{
    opacity: 0;
}

#property .tab li:hover .effect{
    top:0;
}

#property .panel {
    margin-top: 3rem;
}

#property .panel .each:not(:first-child) {
    display: none;
}

#property .panel .each h3 {
    font-family: "gothic02";
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
}

#property .panel .each ul {
    display: flex;
    flex-wrap: wrap;
}

#property .panel .each ul li {
    width: 22%;
    margin-bottom: 2.5rem;
}

#property .panel .each ul li:not(:nth-child(4n)) {
    margin-right: 4%;
}

#property .panel .each ul li a {
    display: block;
}

#property .panel .each ul li a .photo {
    height: 140px;
    overflow: hidden;
    position: relative;
}

#property .panel .each ul li a img {
    width: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#property .panel .each ul li a dl {
    font-size: 0.85rem;
}

#property .panel .each ul li a dl dt {
    /*font-family: "gothic02";*/
    font-weight: bold;
    color: #a69463;
    margin-top: 1rem;
}

#property .panel .each ul li a dl dd strong {
    font-family: "gothic02";
    display: block;
    margin: 0.4rem 0;
}

#property .panel .each ul li a dl dd span {
    display: block;
    font-size: 0.72rem;
}

#property .searchMore {
    width: 25rem;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#property .searchMore a {
    padding: 1rem;
    background: #073a71;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
}

#property .searchMore .effect {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: -1;
    opacity: 0.5;
}

#property .searchMore:hover .effect{
    left: 0;
}

/*******************************
service
*******************************/
#service {
    background: #f4f4f4;
}

#service .serviceBox01 {
    margin: 0 auto;
    padding: 4.5rem 0 3.5rem;
    width: 1024px;
}

#service h2 {
    color: #073a71;
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2.5rem;
}

#service h2 span {
    display: block;
    font-family: "sansserif01";
    font-size: 60%;
    margin-top: -0.6rem;
}

#service .serviceBox02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#service .serviceBox02 section {
    margin-right: -10%;
    z-index: 5;
    width: 55%;
    background: rgba(255,255,255,0.7);
    padding: 1.5rem 2.5%;
    margin-bottom: 1.5rem;
}

#service .serviceBox02 section h3, #service .serviceBox03 section h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

#service .serviceBox02 section h3 span, #service .serviceBox03 section h3 span {
    letter-spacing: -0.25rem;
}

#service .serviceBox02 section p, #service .serviceBox03 section p {
    line-height: 1.8;
}

#service .serviceBox02 section .line01, #service .serviceBox03 section .line01 {
    height: 4px;
    margin-bottom: 1.3rem;
    background: #d2c9b1;
    background: -webkit-linear-gradient(left, #a69463 0%, #a69463 50%, #d2c9b1 50%, #d2c9b1 100%);
    background: -o-linear-gradient(left, #a69463 0%, #a69463 50%, #d2c9b1 50%, #d2c9b1 100%);
    background: linear-gradient(to right, #a69463 0%, #a69463 50%, #d2c9b1 50%, #d2c9b1 100%);
}

#service .serviceBox02 .img01 {
    width: 44%;
}

#service .serviceBox03 {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

#service .serviceBox03 section {
    margin-left: -10%;
    z-index: 5;
    width: 78%;
    background: rgba(255,255,255,0.7);
    padding: 1.5rem 7%;
    box-sizing: border-box;
}

#service .serviceBox03 .img01 {
    width: 25%;
}

#service .serviceBox03 .note01 {
    margin-bottom: 0.4em;
}

#service .serviceBox03 .note01 span {
    font-weight: bold;
    background: #E63946;
    color: #fff;
    padding: 0.25em 0.5em;
}

/*******************************
model
*******************************/
#model {
    position: relative;
    background: #fff;
}

#model .modelBox01 {
    margin: 0 auto;
    padding: 6rem 0 0;
    width: 1024px;
}

#model h2 {
    color: #073a71;
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2.5rem;
}

#model h2 span {
    display: block;
    font-family: "sansserif01";
    font-size: 60%;
    margin-top: -0.6rem;
}

#model .modelBox02 {
    display: flex;
    margin-bottom: 4rem;
}

#model .modelBox02 div {
    background: #073a71;
    padding: 1rem 0;
    width: 58%;
    margin-right: 2%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#model .modelBox02 img {
    width: 17%;
    margin-left: -2%;
}

#model .modelBox02 h3 {
    font-family: "mincho01";
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: -0.04rem;
    width: 82%;
    color: #fff;
}

#model .modelBox02 p {
    width: 40%;
}

#model .modelBox03 {
    text-align: center;
}

#model .modelBox03 img {
    max-width: 100%;
}

#model .modelBox04 {
    margin: 4rem 0 0;
}

#model .modelBox04 h3 {
    text-align: center;
    font-size: 1.4rem;
    color: #073a71;
    margin: 0 0 1.2rem;
    letter-spacing: 0.2rem;
    font-family: "gothic02";
}

#model .modelBox04 h3 img {
    width: 9.7%;
    height: auto;
    display: block;
    margin: 0 auto 0.25rem;
}

#model .modelBox0401,
#model .modelBox0403 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#model .modelBox0402 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#model .modelBox0401 .photo,
#model .modelBox0402 .photo,
#model .modelBox0403 .photo {
    width: 39%;
}

#model .modelBox0401 dl,
#model .modelBox0402 dl,
#model .modelBox0403 dl {
    width: 57.2%;
    margin-top: -1.8rem;
}

#model .modelBox0401 dl dt,
#model .modelBox0402 dl dt,
#model .modelBox0403 dl dt {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem;
}

#model .modelBox0401 dl dt {
    color: #998346;
}

#model .modelBox0402 dl dt {
    color: #a67763;
}

#model .modelBox0403 dl dt {
    color: #a66563;
}

#model .modelBox0401 dl dt b,
#model .modelBox0402 dl dt b,
#model .modelBox0403 dl dt b {
    font-family: "sansserif02";
    font-size: 8rem;
    width: 17%;
    line-height: 1;
    opacity: 0.5;
}

#model .modelBox0401 dl dt strong,
#model .modelBox0402 dl dt strong,
#model .modelBox0403 dl dt strong {
    width: 88%;
    font-family: "gothic02";
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0.8rem 0 0;
}

#model .modelBox0401 dl dt strong span,
#model .modelBox0402 dl dt strong span,
#model .modelBox0403 dl dt strong span {
    font-size: 1.4rem;
    color: #073a71;
    display: block;
}

#model .modelBox0401 dl dd,
#model .modelBox0402 dl dd,
#model .modelBox0403 dl dd {
    margin-left: 16.5%;
}

#model .modelBox0401 dl dd ul,
#model .modelBox0402 dl dd ul,
#model .modelBox0403 dl dd ul {
    margin-left: 1.2rem;
}

#model .modelBox0401 dl dd ul li,
#model .modelBox0402 dl dd ul li,
#model .modelBox0403 dl dd ul li {
    list-style-type: disc;
}

/*******************************
recruit
*******************************/
#recruit {
    background: url("/common/images/bg02.png") 0 0;
    background-size: 100% auto;
    padding: 4rem 0 3.5rem;
}

#recruit h2 {
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 1.5rem;
    color: #073a71;
}

#recruit h2 span {
    display: block;
    font-family: "sansserif01";
    font-size: 60%;
    margin-top: -0.6rem;
}

#recruit .recruitBox01 {
    margin: 0 auto;
    width: 1024px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 15rem;
}

#recruit .recruitBox01 p {
    text-align: center;
    color: #cccccc;
    font-size: 4rem;
    width: 100%;
}




