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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
.contents {
    padding-top: 0;
    overflow: hidden;
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}
#topMain h2 img {
    width: 100%;
    height: auto;
}
#topMain video {
    background: #000;
    width: 100%;
    height: auto;
    max-height: 90vh;
}


/******************************************************/
/* topGroup  */
/******************************************************/
#topGroup {
    position: relative;
}
#topGroup .intro {
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    padding: 35px 20px 45px;
    text-align: left;
    position: relative;
}
#topGroup .intro h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
    text-align: center;
}
#topGroup .intro h2 strong {
    font-size: 4rem;
    border-bottom: 4px double #aaa;
    display: inline-block;
    margin: 3px 0 5px;
}
#topGroup .intro p {
    line-height: 2;
    text-align: justify;
}
#topGroup .intro p.img {
    position: absolute;
    bottom: -63px;
    right: 10px;
    z-index: 1;
}
#topGroup .intro p.img img {
    width: 166px;
    height: auto;
}
#topGroup .business {
    background: #f0f0f0;
    padding: 50px 25px;
}
#topGroup .business a {
    color: inherit;
    text-decoration: none;
}
#topGroup .business a:nth-of-type(n+2) dl {
    margin-top: 15px;
}
#topGroup .business dl {
    background: #fff;
}
#topGroup .business dt img {
    width: 100%;
    height: auto;
}
#topGroup .business dd {
    border: 1px solid #d2d2d2;
    padding: 16px 14px;
    text-align: left;
}
#topGroup .business dd h3 {
    color: #004ea2;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 14px;
}
#topGroup .business dd p {
    color: #444444;
    font-size: 2.4rem;
    line-height: 1.5;
}


/******************************************************/
/* topIndex  */
/******************************************************/
#topIndex {
    border-top: 1px solid #d2d2d2;
}
#topIndex ul.list {
    padding: 0;
}
#topIndex ul.list li {
    border-bottom: 1px solid #d2d2d2;
}
#topIndex ul.list li a {
    color: inherit;
    text-decoration: none;
}
#topIndex ul.list li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topIndex ul.list dt {
    width: 110px;
    flex-shrink: 0;
}
#topIndex ul.list dd {
    padding: 0 20px 0 15px;
}
#topIndex ul.list dd h3 {
    color: #004ea2;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-align: left;
}
#topIndex ul.list dd p {
    color: #444444;
    font-size: 2.4rem;
    line-height: 1.5;
}


/******************************************************/
/* topNews  */
/******************************************************/
#topNews {
    background: #f0f0f0;
    padding: 38px 10px 50px;
    position: relative;
}
#topNews h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
}
#topNews h2 span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}
#topNews .btn {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-top: 20px;
    text-align: center;
}
#topNews .btn a {
    color: #ffffff;
    background: #004ea2;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 42px 13px 50px;
    position: relative;
}
#topNews .btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%) rotate(45deg);
}
#topNews ul.list li {
    background: #ffffff;
    padding: 15px;
    text-align: left;
}
#topNews ul.list li:nth-of-type(n+2) {
    border-top: 1px solid #d8d9d9;
}
#topNews ul.list .date {
    color: #004ea2;
    font-size: 2.2rem;
    font-weight: 700;
    margin-right: 10px;
}
#topNews ul.list .type {
    color: #fff;
    background: #004ea2;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 3px 10px 4px;
    text-align: center;
}
#topNews ul.list p {
    display: block;
    padding: 5px 0 0;
}
#topNews ul.list a {
    color: inherit;
    text-decoration: underline;
}


/******************************************************/
/* topOther  */
/******************************************************/
#topOther {
    position: relative;
}
#topOther dt img {
    width: 100%;
    height: auto;
}
#topOther dd {
    padding: 14px 25px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topOther dd h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
    order: -2;
}
#topOther dd h3 span {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}
#topOther dd p {
    color: #444444;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
}
#topOther dd p.btn {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    width: auto;
    margin: 0;
    order: -1;
}
#topOther dd p.btn a {
    color: #ffffff;
    background: #004ea2;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 9px 11px 9px 24px;
    position: relative;
}
#topOther dd p.btn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%) rotate(45deg);
}


/******************************************************/
/* fagiano  */
/******************************************************/
#fagiano {
    background: #ad0040;
    color: #fff;
    position: relative;
}
#fagiano dl {
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#fagiano dd {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.35;
    margin-left: 12px;
    text-align: left;
}





}