@charset "UTF-8";
/* CSS Document */
/*.mv_inner {
  width: 100%;
  height: 30vh;
  background: url("../images/TPTG3331.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
}*/
.top-img {
  margin-top: 60px;
  z-index: -1;
}
.top-img__main {
  width: 100%;
  vertical-align: top;
}
.top-img__cp {
  display: block;
  width: 100%;
  background-color: #FFF;
}
.top-img__cp p {
  padding: 20px;
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 4rem;
}
.top-img__cp p span {
  color: #00BFFF;
  font-weight: 600;
}
@media (min-width: 768px) {
  .top-img {
    display: flex;
    width: 96%;
    justify-content: space-between;
    margin: 60px auto 0;
  }
  .top-img__main {
    width: 48%;
  }
  .top-img__cp {
    width: 48%;
    margin-top: 15%;
  }
  .top-img__cp p {
    font-size: 3.8rem;
    font-weight: lighter;
    line-height: normal;
    white-space: normal;
  }
}
.section-about {
  padding-top: 10%;
}
.section-about__title h2 {
  letter-spacing: 0.7rem;
  padding-bottom: 10px;
}
.section-about__title h3 {
  padding-bottom: 50px;
}
.section-about__contents {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(45deg, #eeeeee 0%, #eeeeee 50%, #f6f6f6 50%, #f6f6f6 100%);
  padding: 3em 1em;
}
.section-about__name h1 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.section-about__name h1 span {
  font-size: 1.6rem;
  font-weight: 600;
}
.section-about__table {
  width: 100%;
  text-align: left;
}
.section-about__table tr {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.section-about__table tr:last-child {
  border-bottom: none;
}
.section-about__table tr:last-child:after {
  border-bottom: none;
}
.section-about__table tr th {
  font-weight: 400;
  padding-right: 20px;
}
.section-about__table tr td {
  padding: 1em 0 0.5em;
}
.section-about__lineheight {
  line-height: 4rem;
}
@media (min-width: 768px) {
  .section-about {
    padding-top: 100px;
  }
  .section-about__title h2 {
    padding-bottom: 20px;
  }
  .section-about__name h1 {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .section-about__name h1 span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .section-about__table tr th {
    font-size: 2.0rem;
    padding-right: 20px;
  }
  .section-about__table tr td {
    font-size: 2.0rem;
    padding: 1em 0 0.5em;
  }
  .section-about__contents {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .section-about {
    padding-top: 150px;
  }
}
.section-history {
  padding-top: 100px;
}
.section-history__title h2 {
  letter-spacing: 0.7rem;
  padding-bottom: 10px;
}
.section-history__title h3 {
  padding-bottom: 50px;
}
.section-history__body {
  width: 100%;
  margin: 0 auto
}
.section-history__image {
  width: 100%;
  vertical-align: top;
}
.section-history__contents {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(145.7deg, #ffffff 0%, #f6f6f6 60%, #eeeeee 40%, #e6e6e6 100%);
}
.section-history__contents tr {
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #00BFFF;
  font-family:
    YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.section-history__contents tr:last-child {
  border-bottom: none;
}
.section-history__contents th {
  width: 100%;
  display: block;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 0.5rem;
}
.section-history__contents td {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
.section-history__contents td a {
  color: #333;
}
@media (min-width: 768px) {
  .section-history {
    padding-top: 150px;
  }
  .section-history__title h2 {
    padding-bottom: 20px;
  }
  .section-history__body {
    width: 80%;
    margin: 0 auto;
  }
  .section-history__image {
    width: 100%;
    margin: 0 auto;
  }
  .section-history__contents tr {
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.0rem;
  }
  .section-history__contents th {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-history__contents td {
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .section-history {
    padding-top: 200px;
  }
  .section-history__contents td h1, .section-history__contents td h2 {
    display: inline-block;
    font-weight: 400;
  }
}
.section-tradingcompany {
  padding-top: 100px;
}
.section-tradingcompany__title h2 {
  letter-spacing: 0.7rem;
  padding-bottom: 10px;
}
.section-tradingcompany__title h3 {
  padding-bottom: 50px;
}
.section-tradingcompany__title h3 span {
  font-weight: 400;
}
.section-tradingcompany__slide {
  overflow: hidden;
}
.section-tradingcompany__slide h1 {
  display: inline-block;
  position: relative;
  padding: 0 55px;
  font-size: 1.8rem;
}
.section-tradingcompany__slide h1:before, .section-tradingcompany__slide h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.section-tradingcompany__slide h1:before {
  left: 0;
}
.section-tradingcompany__slide h1:after {
  right: 0;
}
.name-3__banking {
  margin-top: 25px;
}
.section-tradingcompany__name, .section-tradingcompany__name-2, .section-tradingcompany__name-3 {
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  background: linear-gradient(145.7deg, #eeeeee 0%, #eeeeee 50%, #f6f6f6 50%, #f6f6f6 100%);
}
.section-tradingcompany__name h4, .section-tradingcompany__name-2 h4, .section-tradingcompany__name-3 h4 {
  margin-top: 25px;
  font-weight: 400;
}
.section-tradingcompany__name h4:first-child, .section-tradingcompany__name-2 h4:first-child, .section-tradingcompany__name-3 h4:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .section-tradingcompany {
    padding-top: 150px;
  }
  .section-tradingcompany__title h2 {
    padding-bottom: 20px;
  }
  .section-tradingcompany__title h3 span {
    display: block;
    padding-top: 10px;
  }
  .section-tradingcompany__slide h1 {
    font-size: 2.0rem;
  }
  .section-tradingcompany__name h4, .section-tradingcompany__name-2 h4, .section-tradingcompany__name-3 h4 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 2.0rem;
  }
  .section-tradingcompany__name, .section-tradingcompany__name-2, .section-tradingcompany__name-3 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .section-tradingcompany {
    padding-top: 200px;
  }
}
.section-recruit {
  padding-top: 100px;
}
.section-recruit__title h2 {
  letter-spacing: 0.7rem;
  padding-bottom: 1%;
}
.section-recruit__title h3 {
  padding-bottom: 50px;
}
.section-recruit__message {
  width: 80%;
  margin: 0 auto 50px;
  text-align: left;
}
.section-recruit__body {
  width: 80%;
  margin: 0 auto;
}
.section-recruit__a__img, .section-recruit__b__img, .section-recruit__c__img {
  width: 100%;
  margin-bottom: 10px
}
.section-recruit__a, .section-recruit__b, .section-recruit__c {
  background-color: #f6f6f6;
}
.section-recruit__a__discription, .section-recruit__b__discription, .section-recruit__c__discription {
  padding: 0 1em 1em;
}
.section-recruit__a__position, .section-recruit__b__position, .section-recruit__c__position {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.section-recruit__a__position :after, .section-recruit__b__position :after, .section-recruit__c__position :after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #00BFFF;
}
.section-recruit__a__position h4, .section-recruit__b__position h4, .section-recruit__c__position h4 {
  font-size: 1.8rem;
  margin-right: 10px;
}
.section-recruit__a__position span, .section-recruit__b__position span, .section-recruit__c__position span {
  font-size: 1.0rem;
  padding: 0 1em;
  margin-right: 5px;
  color: #FFF;
  background-color: #B0C4DE;
}
.section-recruit__a__detail, .section-recruit__b__detail, .section-recruit__c__detail {
  text-align: left;
}
.section-recruit__a__detail th, .section-recruit__a__detail td, .section-recruit__b__detail th, .section-recruit__b__detail td, .section-recruit__c__detail th, .section-recruit__c__detail td {
  display: block;
  width: 100%;
  line-height: 1.6;
}
.section-recruit__a__detail th, .section-recruit__b__detail th, .section-recruit__c__detail th {
  font-weight: 400;
}
.a-detai__salary, .b-detai__salary, .c-detai__salary {
  margin-top: 10px;
}
.section-recruit__detail {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.a-detai__wh, .b-detai__wh, .c-detai__wh {
  margin-top: 10px;
}
.section-recruit__button {
  width: 80%;
  max-width: 616px;
  margin: 30px auto 0;
  border-bottom: 1px dotted #00bfff;
}
.section-recruit__button__mobile {
  width: 100%;
  margin: 30px auto 80px;
  border-bottom: 1px dotted #00bfff;
}
.link-btn {
  margin-bottom: -1px;
}
.section-recruit__button a {
  width: 75%;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5em;
  opacity: 1;
  transition: all 0.5s;
  background: #00bfff;
  color: #fff;
}
.link-btn__viewmore {
  width: 75%;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5em;
  opacity: 1;
  transition: all 0.5s;
  background: #00bfff;
  color: #fff;
}
@media (min-width: 768px) {
  .section-recruit {
    padding-top: 150px;
  }
  .section-recruit__title h2 {
    padding-bottom: 20px;
  }
  .section-recruit__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
  }
  .section-recruit__a, .section-recruit__b, .section-recruit__c {
    width: 40%;
  }
  .section-recruit__a__position span, .section-recruit__b__position span, .section-recruit__c__position span {
    font-size: 1.6rem;
  }
  .section-recruit__a__position h4, .section-recruit__b__position h4, .section-recruit__c__position h4 {
    font-size: 2.0rem;
    margin-right: 10px;
  }
  .section-recruit__a__detail th, .section-recruit__b__detail th, .section-recruit__c__detail th {
    font-size: 2.0rem;
  }
  .section-recruit__a__detail td, .section-recruit__b__detail td, .section-recruit__c__detail td {
    font-size: 2.0rem;
  }
  .section-recruit__detail {
    font-size: 1.8rem;
  }
  .link-btn__viewmore, .section-recruit__button__mobile {
    display: none;
  }
  .section-recruit__button {
    margin: 50px auto 0;
  }
  .section-recruit__button a {
    font-size: 2.0rem;
  }
}
@media (min-width: 1025px) {
  .section-recruit {
    padding-top: 200px;
  }
  .section-recruit__body {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px 20px;
  }
  .section-recruit__a, .section-recruit__b, .section-recruit__c {
    width: 100%;
  }
}
.section-access {
  padding-top: 100px;
}
.section-access__title h2 {
  letter-spacing: 0.7rem;
  padding-bottom: 10px;
}
.section-access__title h3 {
  padding-bottom: 50px;
}
.section-access__gm {
  width: 100%;
  height: 450px;
}
.section-access__address, .section-access__traffic, .section-access__tell {
  width: 80%;
  margin: 0 auto;
}
.section-access__address {
  margin-top: 40px;
}
.section-access__traffic, .section-access__tell {
  margin-top: 35px;
}
.section-access__address p, .section-access__traffic p, .section-access__tell p {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #00BFFF;
}
.section-access__address h2, .section-access__traffic h2, .section-access__tell h2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 1em;
  text-align: left;
}
.section-access__tell h2 a {
  color: #333;
}
@media (min-width: 768px) {
  .section-access {
    padding-top: 150px;
  }
  .section-access__title h2 {
    padding-bottom: 20px;
  }
  .section-access__map {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .section-access__gm {
    width: 50%;
    height: 450px;
  }
  .section-access__discription {
    width: 50%;
    align-self: center;
  }
  .section-access__address p, .section-access__traffic p, .section-access__tell p {
    font-size: 1.8rem;
    padding: 8px;
  }
  .section-access__address h2, .section-access__traffic h2, .section-access__tell h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .section-access {
    padding-top: 200px;
  }
  .section-access__address p, .section-access__traffic p, .section-access__tell p {
    font-size: 2.0rem;
  }
  .section-access__address h2, .section-access__traffic h2, .section-access__tell h2 {
    font-size: 2.0rem;
  }
}
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  /*width: 280px;*/
}
.start p img {
  width: 300px;
  z-index: 9999;
}