@charset "UTF-8";
/*@import "common";*/
/*フッター手前の余白*/
.group #container {
  margin-bottom: 6vw; }

@media screen and (max-width: 999px) {
  .group #container {
    margin-bottom: 10vw; } }
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ホーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
kv
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .group #kv {
    height: 20vw;
    padding: 7vw 0;
    box-sizing: border-box;
    text-align: center;
    background: #edf3f7;
    width: 100%;
    display: table; }

  .group #kv h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: table-cell;
    vertical-align: middle; }

  .group #kv h2 span {
    font-size: 18px; } }
@media screen and (min-width: 1000px) {
  .group #kv {
    overflow: hidden;
    position: relative;
    background: #edf3f7;
    /*padding: 2.5vw;*/
    height: 7vw;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: table; }

  .group #kv h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: table-cell;
    vertical-align: middle; }

  .group #kv h2 span {
    font-size: 28px; } }
@media screen and (max-width: 999px) {
  #group01 {
    padding: 3vw 0 0; }

  section[id^="group0"] h3 {
    /*background: $mainColor; color: #fff;*/
    padding: 1.5% 2%;
    font-size: 16px;
    margin-bottom: 3%;
    text-align: center;
    color: #003399;
    font-weight: 500; }

  #group01 .btn a {
    display: block;
    margin: 1em auto 2em;
    width: 200px;
    height: 30px;
    padding: 10px 0 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #1f80b9; }

  #group01 .btn a i {
    margin: 0 5px 0 0; }

  #group01 .dl-table {
    /*	background: url(../img/group/01_pic.jpg) center bottom no-repeat;
    	background-size: auto 200px;*/
    /*padding: 0 0 220px;*/
    padding: 0 0 5%;
    margin: 0;
    line-height: 2;
    font-size: inherit; }

  section[id^="group0"] dl.dl-table dt,
  section[id^="group0"] dl.dl-table dd {
    margin: 0 0 2%;
    box-sizing: border-box; }

  section[id^="group0"] dl.dl-table dt {
    float: left;
    width: 8em;
    line-height: 2em; }

  section[id^="group0"] dl.dl-table dd {
    line-height: 1.6em;
    margin-left: 8em; } }
@media screen and (min-width: 1000px) {
  #group01 {
    padding: 1vw 0 0; }

  section[id^="group0"] h3 {
    padding: 1.5% 2%;
    font-size: 24px;
    margin-bottom: 3%;
    text-align: center;
    color: #003399;
    font-weight: 500; }

  section[id^="group0"] .dl-table {
    padding: 0;
    margin: 0 0 5%;
    line-height: 2;
    font-size: 16px; }

  section[id^="group0"] dl.dl-table dt,
  section[id^="group0"] dl.dl-table dd {
    margin: 0 0 0.5%;
    box-sizing: border-box; } }
section[id^="group0"] dl.dl-table dt {
  float: left;
  width: 10em;
  line-height: 2em; }

section[id^="group0"] dl.dl-table dd {
  line-height: 1.6em;
  margin-left: 10em; }

section[id^="group0"] dl.dl-table dd:after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

/*
---------------------------------------
写真
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #group01 .box:nth-of-type(1) dl {
    padding-top: 120px;
    background: url(../img/group/tecno.jpg) no-repeat center top;
    background-size: auto 100px; }

  #group01 .box:nth-of-type(6) dl {
    padding-top: 120px;
    background: url(../img/group/syanhai.jpg) no-repeat center top;
    background-size: auto 100px; } }
@media screen and (min-width: 1000px) {
  #group01 .box:nth-of-type(1) dl {
    background: url(../img/group/tecno.jpg) no-repeat right top; }

  #group01 .box:nth-of-type(6) dl {
    background: url(../img/group/syanhai.jpg) no-repeat right top; } }
/*共通*/
@media screen and (max-width: 999px) {
  section[id^="group0"] h4 {
    background: #d2d2d2;
    padding: 1% 3%;
    font-size: 15px;
    margin-bottom: 3%;
    color: #000;
    font-weight: 500; } }
@media screen and (min-width: 1000px) {
  section[id^="group0"] h4 {
    padding: 1% 2%;
    font-size: 20px;
    margin-bottom: 3%;
    color: #000;
    font-weight: 500;
    background: #d2d2d2; } }
