/* body
----------------------------------------------------------*/
body {
  font-family: "Noto Sans",
  "Noto Sans SC",
  "Noto Sans JP",
  "Arial",
  sans-serif;
}

/* #GHead
----------------------------------------------------------*/
#GHead {
  border-bottom: none;
}

/* #Contents
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #Contents {
    padding-bottom: 50px;
  }
}

/* #GFoot
----------------------------------------------------------*/
#GFoot .footInner {
  display: none;
}

@media only screen and (max-width: 767px) {
  #GFoot {
    padding-top: 30px;
  }
}

/* #Contents .kvBlock
----------------------------------------------------------*/
#Contents .kvBlock {
  background-color: #f7f7f7;
  background-image: url('../../img/kv_bg_main.jpg');
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #Contents .kvBlock {
    height: 600px;
    background-position: center bottom;
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .kvBlock {
    height: 250px;
    background-position: center bottom;
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media only screen and (max-width: 374px) {
  #Contents .kvBlock {
    background-position: 40% bottom;
  }
}

/* #Contents .outlineSect
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #Contents .outlineSect {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    padding: 65px 0;
    min-height: 784px;
    background: #273978 url('../images/os/outline_bg_main_pc.jpg') right top no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
  #Contents .outlineSect .sectTit {
    margin-bottom: 55px;
    color: #ffffff;
    text-align: center;
    font-size: 3.3rem;
  }
  #Contents .outlineSect .sectMain {
    padding: 0 55px;
  }
  #Contents .outlineSect .sectMain .outlineBlock {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    width: 565px;
    border: 3px solid rgba(255, 255, 255, .8);
  }
  #Contents .outlineSect .sectMain .outlineBlock .blockInner {
    padding: 37px 35px 30px 35px;
    background: rgba(255, 255, 255, .8);
  }
  #Contents .outlineSect .sectMain .list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(52, 73, 141, .3);
  }
  #Contents .outlineSect .sectMain .list > li {
    display: table;
    margin-bottom: 20px;
  }
  #Contents .outlineSect .sectMain .list > li:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list > li .place {
    display: table-cell;
    width: 110px;
    vertical-align: top;
    font-weight: bold;
    font-size: 2.1rem;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol {
    display: table-cell;
    padding-top: 7px;
    vertical-align: top;
    line-height: 1.2;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .infoBox {
    margin-bottom: 15px;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .infoBox:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .name {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 1.3rem;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .name .nameLg {
    font-size: 1.6rem;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .detail {
    font-size: 1.3rem;
    line-height: 1.538461538;
  }
  #Contents .outlineSect .sectMain .list02 {
    padding-left: 10px;
  }
  #Contents .outlineSect .sectMain .list02 > li {
    margin-bottom: 5px;
  }
  #Contents .outlineSect .sectMain .list02 > li:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list02 > li .tit {
    display: inline;
    margin-right: 3px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #Contents .outlineSect .sectMain .list02 > li .txt {
    display: inline;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .outlineSect {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    padding: 30px 0 20px;
    min-height: 380px;
    background: #273978 url('../images/os/outline_bg_main_sp.jpg') right top no-repeat;
    -webkit-background-size: 375px 380px;
            background-size: 375px 380px;
  }
  #Contents .outlineSect .sectTit {
    margin-bottom: 7px;
    color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
  }
  #Contents .outlineSect .sectMain .outlineBlock {
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .8);
  }
  #Contents .outlineSect .sectMain .outlineBlock .blockInner {
    padding: 22px 26px 30px;
    background: rgba(255, 255, 255, .8);
  }
  #Contents .outlineSect .sectMain .list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(52, 73, 141, .3);
  }
  #Contents .outlineSect .sectMain .list > li {
    margin-right: -10px;
    margin-bottom: 21px;
  }
  #Contents .outlineSect .sectMain .list > li:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list > li .place {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .infoBox {
    margin-bottom: 20px;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .infoBox:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .name {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.2;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .name .nameLg {
    font-size: 1.35rem;
  }
  #Contents .outlineSect .sectMain .list > li .infoCol .detail {
    font-size: 1.05rem;
    line-height: 1.571428571;
  }
  #Contents .outlineSect .sectMain .list02 > li {
    margin-bottom: 10px;
  }
  #Contents .outlineSect .sectMain .list02 > li:last-child {
    margin-bottom: 0;
  }
  #Contents .outlineSect .sectMain .list02 > li .tit {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #Contents .outlineSect .sectMain .list02 > li .txt {
    display: inline-block;
    font-size: 1.05rem;
  }
}

/* #Contents .companySect
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #Contents .companySect {
    margin-bottom: 110px;
  }
  #Contents .companySect .sectTit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 3.3rem;
  }
  #Contents .companySect .sectMain .list:after {
    display: block;
    clear: both;
    content: '';
  }
  #Contents .companySect .sectMain .list > li {
    float: left;
  }
  #Contents .companySect .sectMain .list > li img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .companySect {
    margin-bottom: 40px;
  }
  #Contents .companySect .sectTit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.5rem;
  }
  #Contents .companySect .sectMain .list > li {
    text-align: center;
  }
}

/* #Contents .mapSect
----------------------------------------------------------*/
#Contents .mapSect .sectTit {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #Contents .mapSect {
    margin-bottom: 110px;
  }
  #Contents .mapSect .sectTit {
    margin-bottom: 35px;
    font-size: 3.3rem;
  }
  #Contents .mapSect .sectMain {
    position: relative;
  }
  #Contents .mapSect .sectMain .txt {
    position: absolute;
    right: 120px;
    bottom: 80px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .mapSect {
    margin-bottom: 50px;
  }
  #Contents .mapSect .sectTit {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  #Contents .mapSect .sectMain .map {
    margin-bottom: 7px;
  }
  #Contents .mapSect .sectMain .txt {
    font-size: 1.05rem;
    line-height: 1.428571429;
  }
}

/* #Contents .srSect
----------------------------------------------------------*/
#Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTit {
  color: #2a59a7;
  font-size: 1.5rem;
}
#Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTit .enTit {
  font-size: 2.1rem;
}

#Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTxt {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  #Contents .srSect .titBlock {
    margin-bottom: 90px;
  }
  #Contents .srSect .sectMain .leading {
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 5.1rem;
  }
  #Contents .srSect .sectMain .imgBlock {
    display: table;
    margin: 0 auto 90px;
    width: 970px;
    table-layout: fixed;
  }
  #Contents .srSect .sectMain .imgBlock .photo {
    display: table-cell;
    width: 464px;
    vertical-align: top;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol {
    display: table-cell;
    padding-left: 57px;
    vertical-align: middle;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .tit {
    margin-bottom: 10px;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.333333333;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .txt {
    margin-right: -150px;
    font-size: 1.5rem;
    line-height: 2.0;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list {
    margin-top: 25px;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li {
    margin-bottom: 25px;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTit {
    margin-bottom: 3px;
    line-height: 1.0;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTxt {
    margin-right: -100px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .srSect .titBlock {
    margin-bottom: 43px;
  }
  #Contents .srSect .sectMain .leading {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 2.55rem;
    line-height: 1.254901961;
  }
  #Contents .srSect .sectMain .imgBlock {
    margin-bottom: 35px;
  }
  #Contents .srSect .sectMain .imgBlock .photo {
    margin-bottom: 25px;
    text-align: center;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .tit {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.125;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .txt {
    font-size: 1.1rem;
    line-height: 2.0;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list {
    margin-top: 23px;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li {
    margin-bottom: 23px;
    text-align: center;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTit {
    margin-bottom: 3px;
    font-size: 1.05rem;
    line-height: 1.0;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTit .enTit {
    font-size: 1.5rem;
  }
  #Contents .srSect .sectMain .imgBlock .txtCol .list > li .itemTxt {
    font-size: 1.1rem;
  }
}

/* #Contents .srSect .titBlock
----------------------------------------------------------*/
#Contents .srSect .titBlock {
  position: relative;
}
#Contents .srSect .titBlock .titBox {
  position: absolute;
  z-index: 5;
  display: table;
  width: 100%;
}
#Contents .srSect .titBlock .titBox .boxInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#Contents .srSect .titBlock .titBox .boxInner .sectTit {
  display: inline-block;
  padding: 5px;
  border: 3px solid #ffffff;
}
#Contents .srSect .titBlock .titBox .boxInner .sectTit .titInner {
  display: block;
  background: #ffffff;
}
#Contents .srSect .titBlock .titBg:after {
  display: block;
  clear: both;
  content: '';
}
#Contents .srSect .titBlock .titBg .bg01,
#Contents .srSect .titBlock .titBg .bg02 {
  float: left;
  width: 50%;
  -webkit-background-size: cover;
          background-size: cover;
}
#Contents .srSect .titBlock .titBg .bg01 {
  background-image: url('../images/os/sr_bg_tit01.jpg');
  background-position: right center;
}
#Contents .srSect .titBlock .titBg .bg02 {
  position: relative;
  background-image: url('../images/os/sr_bg_tit02.jpg');
  background-position: left center;
}
#Contents .srSect .titBlock .titBg .bg02:after {
  display: block;
  width: 1px;
  height: 100%;
  background: #ffffff;
  content: '';
}

@media only screen and (min-width: 768px) {
  #Contents .srSect .titBlock .titBox .boxInner {
    height: 466px;
  }
  #Contents .srSect .titBlock .titBox .boxInner .sectTit .titInner {
    padding: 45px 100px;
    font-size: 4.2rem;
    line-height: 1.2;
  }
  #Contents .srSect .titBlock .titBox .boxInner .sectTit .titInner .small {
    font-size: 2.5rem;
  }
  #Contents .srSect .titBlock .titBg .bg01,
  #Contents .srSect .titBlock .titBg .bg02 {
    height: 466px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .srSect .titBlock .titBox .boxInner {
    height: 233px;
  }
  #Contents .srSect .titBlock .titBox .boxInner .sectTit {
    padding: 2px;
    border-width: 1px;
  }
  #Contents .srSect .titBlock .titBox .boxInner .sectTit .titInner {
    padding: 22px 38px;
    font-size: 2.1rem;
    line-height: 1.2;
  }
  #Contents .srSect .titBlock .titBox .boxInner .sectTit .titInner .small {
    font-size: 1.25rem;
  }
  #Contents .srSect .titBlock .titBg .bg01,
  #Contents .srSect .titBlock .titBg .bg02 {
    height: 233px;
  }
}
