@charset "UTF-8";
/*floatによる回り込みをclearfixで解除できる
clearfixは、浮いた要素に壁をつけるイメージHTMLで
clearfixをかける要素を<div class=”clearfix”>で囲む*/
/*** 共通 ***/
.wrapper {
  overflow-x: hidden;
}

.contentHead {
  display: block;
  position: relative;
}

.contentHead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.contentHead__ttl {
  font-family: "Copperplate";
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: solid 1px #ffffff;
}

@media screen and (max-width: 800px) {
  .contentHead__ttl {
    font-size: 3.3rem;
  }
}

.contentHead__sttl {
  text-align: center;
  font-size: 3rem;
}

@media screen and (max-width: 800px) {
  .contentHead__sttl {
    font-size: 2rem;
  }
}

.contentHead__maintext {
  margin: 50px auto;
  font-size: 2.5rem;
  text-align: center;
  max-width: 1000px;
}

.contentHead__maintext p {
  font-size: 70%;
}

@media screen and (max-width: 960px) {
  .contentHead__maintext {
    font-size: 2rem;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px;
}

@media screen and (max-width: 1060px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.titlebox {
  padding: 0 20%;
}

@media screen and (max-width: 1200px) {
  .titlebox {
    text-align: center;
  }
}

.titlebox h1 {
  font-family: "Playfair Display";
  font-size: 2.5rem;
  font-weight: thin;
}

@media screen and (max-width: 800px) {
  .titlebox h1 {
    font-size: 1.5rem;
  }
}

.titlebox p {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .titlebox p {
    font-size: 2rem;
  }
}

.titlebox span {
  border-top: solid 1px black;
  max-width: 800px;
  display: block;
  margin: 0 -500px;
}

@media screen and (max-width: 1200px) {
  .titlebox span {
    margin: auto;
  }
}

.textbox {
  max-width: 530px;
  width: 100%;
}

.table {
  border-collapse: collapse;
}

@media screen and (max-width: 1060px) {
  .table {
    margin: 0 auto;
  }
}

.table tr {
  border-style: solid;
  border-width: 1px 0;
}

.table tr th {
  width: 20%;
  border-color: #888;
  padding-right: 10px;
}

.table tr th, .table tr td {
  display: table-cell;
  padding: 30px 0;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
}

.fbox1400 {
  max-width: 1200px;
  width: 96%;
  min-height: 600px;
  margin: 0 auto;
  padding: 80px;
  background-color: #F3F3F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .fbox1400 {
    display: block;
  }
  .fbox1400 img {
    width: 100%;
    height: auto;
  }
}

.fbox1400.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fbox1400 .fbox45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.fbox1400 .fbox30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.fbox1400 .imgbox {
  position: absolute;
  top: -100px;
  left: 700px;
}

@media screen and (max-width: 1200px) {
  .fbox1400 .imgbox {
    position: static;
  }
}

.fbox1400 .imgboxLeft {
  position: absolute;
  top: -100px;
  right: 700px;
}

@media screen and (max-width: 1200px) {
  .fbox1400 .imgboxLeft {
    position: static;
  }
}

/*** about ***/
.name {
  text-align: end;
}

.about .contentHead__box {
  background: url(../img/other/about_head.jpg) no-repeat top center/cover;
  width: 100%;
  height: 300px;
}

.about.message {
  margin: 60px auto 0;
  background: url(../img/square.png) no-repeat right 3vw top 50%/30%, url(../img/square.png) no-repeat left -150px bottom/15%;
}

.about.company {
  margin: 60px auto 0;
  padding: 40px;
  background: url(../img/square.png) no-repeat right 3% top 50%/15%;
  background-color: #F3F3F5;
}

.phirosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px;
}

.phirosophy__title {
  margin: 0 auto;
}

.phirosophy__title span {
  margin: 0;
}

.phirosophy__text {
  margin: 0 auto;
  text-align: center;
}

.ggmap {
  text-align: center;
  margin: 100px auto;
  width: 100%;
}

/*** service ***/
.service .contentHead__box {
  background: url(../img/other/service_head.jpg) no-repeat top center/cover;
  width: 100%;
  height: 300px;
}

.service__text h1 {
  font-size: 2.2rem;
}

.service__titleR {
  text-align: end;
}

.service__titleR span {
  width: 800px;
  margin: 0 500px;
}

@media screen and (max-width: 1200px) {
  .service__titleR {
    text-align: center;
  }
  .service__titleR span {
    max-width: 800px;
    margin: 0 auto;
  }
}

.service__01 {
  margin: 80px auto;
  background: url(../img/square.png) no-repeat left -3vw top -5vw/15%, url(../img/square.png) no-repeat left 50% top 50%/15%;
}

.service__02 {
  margin: 80px auto;
  background: url(../img/square.png) no-repeat right 3vw top -10vw/30%, url(../img/square.png) no-repeat left 60% bottom -5%/15%;
}

/*** member ***/
.member.bg {
  background: url(../img/square.png) no-repeat left -3vw bottom 30%/15%, url(../img/square.png) no-repeat right top 30%/30%, url(../img/square.png) no-repeat left 50% bottom/30%;
}

.member .contentHead__box {
  background: url(../img/other/member_head.jpg) no-repeat top center/cover;
  width: 100%;
  height: 300px;
}

.member.wrap {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 96%;
}

@media screen and (max-width: 800px) {
  .member.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  .member.wrap .imgbox {
    margin: 5% auto;
  }
}

.member__img {
  margin: 0 0 0 -10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.member__img.left {
  margin: 0 -10% 0 0;
}

.member img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  -o-object-position: top;
     object-position: top;
}

.member__text {
  color: #fff;
  background: #333;
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.member__text h1 {
  font-size: 20px;
}

.member__text p {
  font-size: 14px;
}

.insta {
  background-color: #F3F3F5;
  background: url(../img/square.png) no-repeat right top 10%/15%, url(../img/square.png) no-repeat left 50% bottom/7%;
}

.insta__text {
  text-align: center;
  padding: 50px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .insta__text {
    font-size: 1.7rem;
  }
}

.insta__content {
  max-width: 1200px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}

.insta__item {
  width: 350px;
  height: 350px;
  background-color: grey;
  margin: 20px;
}

.insta__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: inherit;
  height: inherit;
}

/*** recruit ***/
.recruit .contentHead__box {
  background: url(../img/other/recruit_head.jpg) no-repeat top center/cover;
  width: 100%;
  height: 300px;
}

.recruit.box1200 {
  max-width: 1200px;
  width: 96%;
  margin: 100px auto;
}

.recruit__table {
  width: 100%;
  margin: 0px auto 80px;
  display: -ms-grid;
  display: grid;
}

/*** エントリーフォーム ***/
.entry .contentHead__box {
  background: url(../img/other/recruit_head.jpg) no-repeat top center/cover;
  width: 100%;
  height: 300px;
}

.entry__red span {
  color: red;
}

.bgbox1000 {
  max-width: 1000px;
  width: 85%;
  margin: 100px auto;
  background-color: #F3F3F5;
  padding: 50px;
}

.confirm {
  margin: 50px auto;
  text-align: center;
}

.label {
  text-align: left;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry {
  width: 70%;
  border: none;
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .inquiry {
    width: 90%;
  }
}

.inquiry th {
  padding: 15px 0;
  vertical-align: baseline;
}

.inquiry .haveto {
  color: red;
}

@media screen and (max-width: 800px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
  /*見出し欄*/
  .inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
  }
  /*通常欄*/
  .inquiry td {
    font-size: 13px;
  }
  /*横の行とテーブル全体*/
  .entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;
  }
  /*必須の調整*/
  /*ラジオボタンを縦並び指定*/
  .verticallist .wpcf7-list-item {
    display: block;
  }
}
/*# sourceMappingURL=contents.css.map */