@charset "utf-8";

/****************************************
 h1見出し画像
*****************************************/
.mv {
    box-sizing: border-box;
    position: relative;
    padding-top: 30vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/corporate/group/sma/img/top.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1360px;
}
.mv-catch {
    position: relative;
    z-index: 1;
    width: 1000px;    
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    border-radius: 70px;
    box-sizing: border-box;
    text-align: center;
    margin: 37% auto 0;
    padding: 4% 0;
}
.mv-catch h1 {
    background: #0070c0;
    width: 1000px;
    font-size: 40px;
    border-radius: 70px;
    line-height: 0.8em;
    padding: 2.5% 0;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 25px;
}

/*------- pc wide -------*/
@media screen and (min-width:1201px) and (max-width:1600px) {
.mv-catch {
    margin: 32% auto 0;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:980px) and (max-width:1200px) {
.mv-catch {
    margin: 30% auto 0;
}
.mv-catch h1 {
    font-size: 39px;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 25px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:1025px) {
.mv-catch {
    width: 90%;
    margin: 30% auto 0;
}
}
/*------- tb + pc narrow -------*/
@media screen and (max-width:1025px) {
.mv-catch h1 {
    width: 100%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:851px) and (max-width:980px) {
.mv-catch h1 {
    font-size: 37px;
    line-height: 1em;
    border-radius: 70px;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 23px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:850px) {
.mv-catch h1 {
    font-size: 33px;
    line-height: 1em;
    border-radius: 70px;
    padding: 3% 0;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 21px;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.mv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/corporate/group/sma/img/top_sp.jpg");
}
.mv-catch {
    position: relative;
    z-index: 1;
    width: 90%;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    border-radius: 20px;
    margin: 38% auto 0;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
.mv-catch {
    margin: 30% auto 0;
}
.mv {
    box-sizing: border-box;
    position: relative;
    padding-top: 30vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/corporate/group/sma/img/top_sp.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 200px;
}
.mv-catch h1 {
    font-size: 4vmin;
    line-height: 1.2em;
    border-radius: 50px;
    padding: 3% 0;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 15px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
.mv {
    box-sizing: border-box;
    position: relative;
    padding-top: 30vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/corporate/group/sma/img/top_sp.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
}
.mv-catch h1 {
	font-size: 4vmin;
    line-height: 1em;
    padding: 4% 0;
    border-radius: 40px;
}
.mv-catch h1 span.mv_SubTit {
    font-size: 11px;
}
}

/****************************************
 FirstCont
*****************************************/
#ContentsWrap .FirstCont {
    width: 100%;
    background: #fff;
    margin: 8% auto 6%;
}
#ContentsWrap .FirstCont_Inner {
    max-width: 880px;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 0;
}
#ContentsWrap .FirstCont h3 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0 0 1%;
}
#ContentsWrap .FirstCont h3 img {
    padding: 2% 0 0;
}
#ContentsWrap .FirstCont p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 2em;
    text-align: left;
}
/*------- pc wide -------*/
@media screen and (min-width:1700px) and (max-width:1900px) {
#ContentsWrap .FirstCont {
    margin: 8.3% auto 5.1%;
}
}
/*------- pc wide -------*/
@media screen and (min-width:1201px) and (max-width:1700px) {
#ContentsWrap .FirstCont {
    margin: 11% auto 5.8%;
}
}
/*------- pc -------*/
@media screen and (min-width:1201px) and (max-width:1440px) {
#ContentsWrap .FirstCont {
    margin: 12.5% auto 5.8%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:980px) and (max-width:1200px) {
#ContentsWrap .FirstCont {
    margin: 12.8% auto 6.7%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
#ContentsWrap .FirstCont {
    margin: 13.5% auto 6.3%;
}
#ContentsWrap .FirstCont_Inner {
    width: 75%;
}
#ContentsWrap .FirstCont h3 {
    font-size: 22px;
    padding: 0 0 1%;
}
#ContentsWrap .FirstCont p {
    font-size: 15px;
    line-height: 2em;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
#ContentsWrap .FirstCont h3.sunflowerTit img {
    width: 40%;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
#ContentsWrap .FirstCont {
    margin: 15% auto 8%;
}
#ContentsWrap .FirstCont_Inner {
    width: 80%;
}
#ContentsWrap .FirstCont h3 {
    font-size: 18px;
    padding: 0 0 3%;
}
#ContentsWrap .FirstCont p {
    font-size: 14px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap .FirstCont {
    margin: 19% auto 8.5%;
}
#ContentsWrap .FirstCont_Inner {
    width: 85%;
}
#ContentsWrap .FirstCont h3 {
    font-size: 13px;
    padding: 0 0 3%;
}

#ContentsWrap .FirstCont p {
    font-size: 12px;
}
}

/****************************************
 Map Contents
*****************************************/
#ContentsWrap .MapCont {
    width: 100%;
    background: #bce3ff;
    margin: 0 auto 8%;
}
#ContentsWrap .MapInner {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 6.6% 0;
}
#ContentsWrap .ButtonCont {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    margin: 0 auto 10%;
    padding: 5% 0;
}
#ContentsWrap .ButtonCont ul {
    display: inline;
}
#ContentsWrap .ButtonCont li {
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 40%;
}
#ContentsWrap .ButtonCont li:first-child {
    margin: 0 5% 0 0;
}
#ContentsWrap .ButtonCont .KouroBtn a {
    display: block;
    background: #ef7a00;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .25em;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
    padding: 3% 0;
}
#ContentsWrap .ButtonCont .KouroBtn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
#ContentsWrap .ButtonCont .KouroBtn p.KouroTx {
    font-size: 16px;
    color: #005396;
    font-weight: 600;
    text-align: center;
    padding: 1% 0 0;
}
#ContentsWrap .ButtonCont .KouroBtn a:hover {
    opacity: .4;
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
#ContentsWrap .ButtonCont {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 10%;
    padding: 5% 0;
}
#ContentsWrap .MapInner {
    padding: 8% 0;
}
}

/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:870px) {
#ContentsWrap .ButtonCont li:first-child a::after {
    top: -15px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
#ContentsWrap .ButtonCont {
    max-width: 100%;
    width: 90%;
    border-radius: 50px;
    margin: 0 auto 10%;
    padding: 5% 0;
}
#ContentsWrap .MapInner {
    padding: 8.5% 0;
}
#ContentsWrap .ButtonCont ul {
    display: block;
    width: 90%;
    margin: 0 auto;
}
#ContentsWrap .ButtonCont li {
    display: block;
    width: 100%;
}
#ContentsWrap .ButtonCont li:first-child {
    margin: 0 0 4%;
}
#ContentsWrap .ButtonCont .KouroBtn a {
    font-size: 18px;
    letter-spacing: .25em;
    border-radius: 30px;
    padding: 3% 0;
}
#ContentsWrap .ButtonCont .KouroBtn p.KouroTx {
    font-size: 15px;
    padding: 1% 0 0;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap .ButtonCont {
    max-width: 100%;
    width: 90%;
    border-radius: 20px;
    margin: 0 auto 10%;
    padding: 5% 0;
}
#ContentsWrap .MapInner {
    padding: 9% 0;
}
#ContentsWrap .ButtonCont ul {
    display: block;
    width: 90%;
    margin: 0 auto;
}
#ContentsWrap .ButtonCont li {
    display: block;
    width: 100%;
}
#ContentsWrap .ButtonCont li:first-child {
    margin: 0 0 4%;
}
#ContentsWrap .ButtonCont .KouroBtn a {
    font-size: 14px;
    letter-spacing: .1em;
    border-radius: 20px;
    padding: 5% 0;
}
#ContentsWrap .ButtonCont .KouroBtn a::after {
    bottom: 15px;
}
#ContentsWrap .ButtonCont .KouroBtn p.KouroTx {
    font-size: 12.8px;
    line-height: 1.2em;
    padding: 1% 0 0;
}
}

/****************************************
 MapBlueCont
*****************************************/
#ContentsWrap .MapBlueCont {
    max-width: 1000px;
    width: 100%;
    background: #bce3ff;
    text-align: center;
    margin: 0 auto;
}
#ContentsWrap .MapBlueCont h4 {
    font-size: 28px;
    color: #005396;
    font-weight: bold;
    letter-spacing: 0.25em;
}
#ContentsWrap .MapBlueCont h4 img {
    padding: 2% 0 0;
}
#ContentsWrap .MapBlueCont p.MapBlueTx {
    font-size: 18px;
    color: #005396;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 1% 0 3%;
}
#ContentsWrap .MapBlueCont .MapPhoto img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#ContentsWrap .MapBlueCont .MapPhoto a:hover {
    cursor: pointer;
    opacity: .4;
}

/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
#ContentsWrap .MapBlueCont {
    width: 90%;
}
#ContentsWrap .MapBlueCont h4 {
    font-size: 25px;
}
#ContentsWrap .MapBlueCont p.MapBlueTx {
    font-size: 16px;
    padding: 1.8% 0 3%;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
#ContentsWrap .MapBlueCont {
    width: 90%;
}
#ContentsWrap .MapBlueCont h4 {
    font-size: 18px;
}
#ContentsWrap .MapBlueCont p.MapBlueTx {
    font-size: 14px;
    padding: 1.8% 0 3%;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap .MapBlueCont {
    width: 90%;
}
#ContentsWrap .MapBlueCont h4 {
    font-size: 14px;
}
#ContentsWrap .MapBlueCont p.MapBlueTx {
    font-size: 12px;
    padding: 3.5% 0 3%;
}
#ContentsWrap .MapBlueCont h4 img {
    width: 40%;
}
}

/****************************************
 CorporateOutline
*****************************************/
#ContentsWrap .CorporateOutline {
    width: 100%;
    background: #fff;
    margin: 8% auto 6%;
}
#ContentsWrap .CorporateOutlineInner {
    position: relative;
    max-width: 1000px;
    width: 100%;
    background: #fff;
    margin: 8% auto 6%;
}
#ContentsWrap .CorporateOutline h3 {
    font-size: 25px;
    color: #005396;
    font-weight: bold;
    border-bottom: 1px solid #005396;
    box-sizing: border-box;
    padding: 0 0 1%;
}
#ContentsWrap .CorporateOutline h3::before {
    content: '■';
    padding: 0 1% 0 0;
}
#ContentsWrap dl.CompanyProfile {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5% auto 0;
}
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    display: flex;
}
#ContentsWrap .CompanyProfile dt {
    width: 13%;
    background: #005396;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 2%;
}
#ContentsWrap .CompanyProfile dd {
    width: 76.8%;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 2%;
}

/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:999px) {
#ContentsWrap .CorporateOutlineInner {
    width: 90%;
    margin: 8% auto 6%;
}
#ContentsWrap .CorporateOutline h3 {
    font-size: 20px;
}
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    font-size: 15px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
#ContentsWrap .CorporateOutlineInner {
    width: 90%;
}
#ContentsWrap dl.CompanyProfile {
    width: 100%;
}
#ContentsWrap .CorporateOutline h3 {
    font-size: 18px;
}
#ContentsWrap dl.CompanyProfile, 
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    display: block;
}
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    width: 95%;
    font-size: 14px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap .CorporateOutlineInner {
    width: 90%;
}
#ContentsWrap dl.CompanyProfile {
    width: 100%;
}
#ContentsWrap .CorporateOutline h3 {
    font-size: 15px;
}
#ContentsWrap dl.CompanyProfile, 
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    display: block;
}
#ContentsWrap .CompanyProfile dt, 
#ContentsWrap .CompanyProfile dd {
    width: 95%;
    font-size: 12px;
}
}

/****************************************
 Contents
*****************************************/
#wrap {
    background: #fff;
    font-size: 90%;
}
#ContentsWrap {
    background: none;
    margin-top: 77px;
}

/*------- sp -------*/
@media screen and (min-width: 501px) and (max-width:850px) {
#ContentsWrap {
    margin-top: 71px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap {
    margin-top: 9.5%;
}
}
