@charset "UTF-8";

/* mvv */
.mvv {
  padding: 0 0 150px 0;
}
.mvv-inner {
  width: 90%;
  margin: 0 auto;
}
.mvv-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 48px;
  margin: 50px 0 0 0;
}
.mvv-head {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.mvv-wrap {
  width: 100%;
  margin: 60px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mvv-img {
  width: 35%;
  margin: 0;
}
.mvv-txt-wrap {
  width: 60%;
  margin: 0;
}
.mvv-txt {
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 25px 0 0 0;
  padding: 30px;
}
.mvv-txt:first-child {
  margin: 0;
}
.mvv-txt-1 {
  font-size: 1.4em;
  border-bottom: 1px dashed #d9dee7;
  padding: 0 0 15px 0;
}
.mvv-txt-1 span {
  font-size: 1.8em;
  font-weight: 600;
}
.mvv-txt-2 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.mvv-txt-3 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.mvv-txt-4 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 26px;
  margin: 15px 0 0 0;
}
.green {
  color: #779855;
}
.yellow {
  color: #e49d29;
}
.blue {
  color: #208199;
}
.mvv-br {
  display: block;
}
.mvv-ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mvv-ul li {
  box-sizing: border-box;
  width: 32%;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 30px 0 0 0;
  padding: 50px;
}
.mvv-ul-txt {
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 0 0;
}
.mvv-ul-txt-sub {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 15px 0 0 0;
}
.mvv-ul-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 100px;
}

/* message */
.message {
  padding: 0 0 150px 0;
}
.message-inner {
  width: 90%;
  margin: 0 auto;
}
.message-title {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 48px;
  margin: 50px 0 0 0;
}
.message-title span {
  background: linear-gradient(transparent 65%, #f1eedc 65%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.message-title:first-child {
  margin: 60px 0 0 0;
}
.message-txt {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0 0 0;
}
.message-sign {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  margin: 40px 0 0 0;
}
.message-sign span {
  font-size: 1.2em;
  font-weight: 500;
}
.youtube-wrap {
	width: 100%;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.youtube {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* company */
.company {
  padding: 0 0 150px 0;
}
.company-inner {
  width: 90%;
  margin: 0 auto;
}
.company-table {
  width: auto;
  margin: 20px 0 0 0;
}
.company-table th {
  width: auto;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  border-bottom: 1px solid rgba(179,200,207,0.7);
  padding: 40px 60px 15px 10px;
}
.company-table td {
  width: auto;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid rgba(179,200,207,0.3);
  padding: 40px 50px 15px 20px;
}
.flex {
  display: flex;
  align-items: flex-end;
}
.gwc-logo {
  width: 200px;
}
.p-mark {
  width: 95px;
}
.w-mark {
  width: 80px;
  margin: 0 0 0 30px;
}

/* office */
.office {
  padding: 0 0 150px 0;
}
.office-inner {
  width: 90%;
  margin: 0 auto;
}
.office-box {
  display: flex;
  margin: 60px 0 0 0;
}
.office-box-l {
  width: 30%;
  margin: 0;
}
.office-box-r {
  width: 70%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.office-box-img {
  width: 23%;
  margin: 0 0 2% 2%;
}
.office-title {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 30px;
}
.office-add {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 23px;
  margin: 20px 0 0 0;
}
.office-tel {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 0 0 0;
}
.office-link {
  font-size: 1.6em;
  line-height: 18px;
  margin: 20px 0 0 0;
  display: inline-block;
}
.office-link a {
  font-weight: 400;
  border-bottom: 2px solid #b3c8cf;
  padding: 0 4px 6px 0;
  display: flex;
  align-items: center;
}
.pin {
  width: 12px;
}

@media screen and (max-width:1140px) {
  /* company */
  .company-table th {
    font-size: 1.5em;
    line-height: 25px;
  }
  .company-table td {
    font-size: 1.5em;
    line-height: 25px;
  }
  /* office */
  .office-box-l {
    width: 40%;
  }
  .office-box-r {
    width: 60%;
  }
  .office-box-img {
    width: 31%;
    margin: 0 0 2% 2%;
  }
}

@media screen and (max-width: 1023px) {
  /* mvv */
  .mvv-wrap {
    margin: 50px auto 0 auto;
    display: block;
  }
  .mvv-img {
    width: 50%;
    margin: 0 auto;
  }
  .mvv-txt-wrap {
    width: 100%;
    margin: 0;
  }
  .mvv-txt:first-child {
    margin: 50px 0 0 0;
  }
  .mvv-br {
    display: none;
  }
}

@media screen and (max-width:940px) {
  /* office */
  .office-box-l {
    width: 50%;
  }
  .office-box-r {
    width: 50%;
  }
  .office-box-img {
    width: 48%;
    margin: 0 0 2% 2%;
  }
}

@media screen and (max-width:767px) {
  /* mvv */
  .mvv {
    padding: 0 0 100px 0;
  }
  .mvv-title {
    font-size: 1.8em;
    line-height: 28px;
    margin: 30px 0 0 0;
  }
  .mvv-head {
    font-size: 1.3em;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .mvv-wrap {
    margin: 30px auto 0 auto;
  }
  .mvv-img {
    width: 70%;
    margin: 0 auto;
  }
  .mvv-txt-wrap {
    width: 100%;
    margin: 0;
  }
  .mvv-txt {
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 30px;
  }
  .mvv-txt:first-child {
    margin: 35px 0 0 0;
  }
  .mvv-txt-1 {
    font-size: 1.3em;
    padding: 0 0 15px 0;
  }
  .mvv-txt-1 span {
    font-size: 1.8em;
  }
  .mvv-txt-2 {
    font-size: 1.5em;
    margin: 12px 0 0 0;
  }
  .mvv-txt-3 {
    font-size: 1.2em;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  .mvv-txt-4 {
    font-size: 1.3em;
    line-height: 26px;
    margin: 10px 0 0 0;
  }
  .mvv-br {
    display: block;
  }
  .mvv-ul {
    display: block;
    margin: 0 auto;
  }
  .mvv-ul li {
    width: 100%;
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 30px;
  }
  .mvv-ul-txt {
    font-size: 1.6em;
    margin: 25px 0 0 0;
  }
  .mvv-ul-txt-sub {
    font-size: 1.2em;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .mvv-ul-icon {
    max-width: 80px;
  }
  /* message */
  .message {
    padding: 0 0 100px 0;
  }
  .message-title {
    font-size: 1.8em;
    line-height: 28px;
    margin: 30px 0 0 0;
  }
  .message-title:first-child {
    margin: 50px 0 0 0;
  }
  .message-txt {
    font-size: 1.3em;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .message-sign {
    font-size: 1.2em;
    line-height: 24px;
    margin: 40px 0 0 0;
  }
  .youtube-wrap {
    margin: 50px auto 0 auto;
  }
  /* company */
  .company {
    padding: 0 0 100px 0;
  }
  .company-table {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .company-table th {
    width: 35%;
    font-size: 1.3em;
    line-height: 22px;
    padding: 30px 0 10px 0;
  }
  .company-table td {
    width: 65%;
    font-size: 1.3em;
    line-height: 22px;
    padding: 30px 0 10px 0;
  }
  .gwc-logo {
    width: 170px;
  }
  .p-mark {
    width: 75px;
  }
  .w-mark {
    width: 60px;
    margin: 0 0 0 20px;
  }
  /* office */
  .office {
    padding: 0 0 100px 0;
  }
  .office-inner {
    width: 94%;
  }
  .office-box {
    display: block;
    margin: 50px 0 0 0;
  }
  .office-box-l {
    width: 96%;
    margin: 0 auto;
  }
  .office-box-r {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .office-box-img {
    width: 46%;
    margin: 4% 2% 0 2%;
  }
  .office-title {
    font-size: 1.8em;
    line-height: 30px;
  }
  .office-add {
    font-size: 1.3em;
    line-height: 23px;
    margin: 15px 0 0 0;
  }
  .office-tel {
    font-size: 1.3em;
    line-height: 23px;
    margin: 15px 0 0 0;
  }
  .office-link {
    font-size: 1.5em;
    line-height: 18px;
    margin: 18px 0 0 0;
  }
  .office-link a {
    font-weight: 400;
    border-bottom: 2px solid #b3c8cf;
    padding: 0 4px 6px 0;
    display: flex;
    align-items: center;
  }
  .pin {
    width: 12px;
  }
}