@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  color: #28283c;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.section {
  padding: 100px 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 25px;
  }
}

.entry-header.cover {
  height: 330px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.entry-header.cover .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), 60%, rgba(0, 0, 0, 0));
}
.entry-header.cover .entry-title {
  position: absolute;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  z-index: 10;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.entry-header.no-cover {
  text-align: center;
  max-width: 800px;
  margin: 100px auto 60px;
}

@media screen and (max-width: 767px) {
  .entry-header.cover {
    height: 200px;
  }
  .entry-header.cover .entry-title {
    font-size: 22px;
  }
  .entry-header.no-cover {
    margin: 50px auto 30px;
  }
}
.has-background span {
  display: block;
}

.font-asby {
  font-family: "Georgia", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 2px;
}

h2, h3 {
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 36px;
}

h2 {
  font-size: 32px;
}

.line-wrap {
  text-align: center;
}

h2.line {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #000;
  margin-bottom: 50px;
}

h2.line:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
}

h3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  .line-wrap {
    text-align: center;
  }
  h2.line {
    font-size: 20px;
    padding: 0;
  }
  h3 {
    font-size: 22px;
  }
}
p {
  margin-bottom: 20px;
}

.row {
  display: flex;
}
.row .column {
  width: 48%;
  margin-right: 4%;
}
.row .column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
  .row .column {
    width: 100%;
    margin-right: 0;
  }
  .row .column:last-child {
    margin-right: 0;
  }
}
body.single,
body.error404 {
  padding: 0;
}
body.single main.container,
body.error404 main.container {
  padding-left: 25px;
  padding-right: 25px;
}
body.single article,
body.error404 article {
  max-width: 880px;
  margin: 0 auto;
}
body.single main,
body.error404 main {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.single .entry-title,
body.single .page-title,
body.error404 .entry-title,
body.error404 .page-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0px 0px 20px 0px;
}
body.single h2,
body.error404 h2 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin: 50px 0 30px;
}
body.single h3,
body.error404 h3 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin: 50px 0 30px;
}
body.single .entry-content img,
body.error404 .entry-content img {
  max-width: 100%;
}
body.single .entry-content ul,
body.error404 .entry-content ul {
  list-style: disc;
  padding-left: 25px;
}
body.single .entry-content ol,
body.error404 .entry-content ol {
  list-style: decimal;
}
body.single .entry-content p,
body.error404 .entry-content p {
  margin-bottom: 20px;
}
body.single .entry-content figcaption,
body.error404 .entry-content figcaption {
  text-align: center;
}
body.single .entry-content em,
body.error404 .entry-content em {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  body.single {
    padding: 0 20px 0;
  }
  body.single .entry-title {
    font-size: 20px;
  }
  body.single h2 {
    font-size: 30px;
  }
}
section.error-404 {
  max-width: 880px;
  margin: 0 auto;
}
section.error-404 .page-title {
  text-align: center;
  margin-bottom: 60px;
}

body.page {
  padding: 0;
}
body.page main.container {
  padding-left: 25px;
  padding-right: 25px;
}
body.page article {
  max-width: 880px;
  margin: 0 auto;
}
body.page main {
  margin-bottom: 100px;
  margin-top: 0;
}
body.page .entry-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0px 0px 20px 0px;
}
body.page h2 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin: 50px 0 30px;
}
body.page h3 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin: 50px 0 30px;
}
body.page .entry-content img {
  max-width: 100%;
}
body.page .entry-content ul {
  list-style: disc;
  padding-left: 25px;
}
body.page .entry-content ol {
  list-style: decimal;
}
body.page .entry-content p {
  margin-bottom: 20px;
}
body.page .entry-content figcaption {
  text-align: center;
}
body.page .entry-content em {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  body.page .entry-title {
    font-size: 22px;
  }
}
body.single-case .hentry {
  max-width: 790px;
  margin: 0 auto;
}

body.archive {
  padding: 100px 0 0;
  background: #F8F8F8;
}
body.archive .page-header {
  text-align: center;
  margin-bottom: 40px;
}
body.archive .page-header .page-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
body.archive .page-header .archive-description {
  font-size: 18px;
}
body.archive .main-wrap {
  padding-bottom: 80px;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
body.archive .site-main {
  width: calc(100% - 330px);
}
body.archive .widget-area {
  width: 300px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  body.archive .main-wrap {
    display: block;
    padding: 0 20px;
  }
  body.archive .site-main {
    width: 100%;
  }
  body.archive .widget-area {
    width: 100%;
    margin-left: 0;
  }
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 25px;
}

.article {
  width: 48%;
  margin-right: 4%;
  background: #fff;
  margin-bottom: 40px;
}
.article a {
  text-decoration: none;
  color: #000;
}
.article:nth-child(2n) {
  margin-right: 0;
}
.article__thumbnail {
  position: relative;
  width: 100%;
}
.article__thumbnail:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.article__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__time, .article__title {
  padding: 0 15px;
}
.article__time {
  display: inline-block;
  margin-top: 15px;
  color: #888;
  font-size: 14px;
}
.article__title {
  padding-bottom: 20px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .article-list {
    display: block;
  }
  .article {
    width: 100%;
    margin-right: 0;
  }
}
b {
  font-weight: bold;
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1100px;
  }
}
.title {
  font-size: 1rem;
  line-height: 1.5 !important;
  text-align: center;
  color: #000;
}
.title span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.button-common {
  font-size: 14px;
  position: relative;
  padding: 16px 15px;
  text-align: center;
  border: #000;
  border-radius: 3px;
  background: #e66767;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  width: 260px;
  margin-top: 20px;
  transition: 0.3s;
  margin-right: 10px;
}
.button-common img {
  position: absolute;
  top: 18px;
  right: 8px;
}
.button-common:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.button-common.center {
  display: block;
  margin: 40px auto 0;
}
.button-common.red {
  background: #e74c3c;
}
.button-common.green {
  background: #009696;
  border: solid 3px #009696;
}
.button-common.black {
  border: solid 3px #000;
  background: #000;
  color: #fff;
}

p.add {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  p.add {
    text-align: left;
  }
}
.catch {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 22px;
  }
}
.title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.center-border-wrap {
  text-align: center;
}

.center-border {
  color: #000;
  margin: 1.5rem 0;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.center-border::before, .center-border::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000;
}

.center-border::before {
  left: 0;
}

.center-border::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .center-border {
    font-size: 20px;
    margin: 1rem 0;
  }
}
.button-common {
  display: inline-block;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 929px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 929px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-----------------------
 スクロールアニメーション
-----------------------*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(30px, 0);
}

@media screen and (max-width: 767px) {
  .sa--rl {
    transform: translate(-100px, 0);
  }
}
.sa--up {
  transform: translate(0, 50px);
}

.sa--down {
  transform: translate(0, -50px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*-----------------------------------------
  ヘッダー
-----------------------------------------*/
header .navbar {
  background: transparent;
  border: none;
  transition: opacity 0.4s ease-out;
  height: 60px;
  position: absolute;
  width: 100%;
}
header .navbar.is-active {
  background-color: #fff;
}
header .navbar.is-active a {
  color: #000;
}
header .navbar-burger {
  color: #fff;
}
header .navbar-inner {
  max-width: 1140px;
  margin: 0 auto;
}
header .modal-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px 24px 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
  z-index: 29;
  background: rgba(255, 255, 255, 0.9);
}
header .modal-nav-menu .nav-menu-list {
  max-width: 600px;
  margin: 40px auto 0;
}
header .modal-nav-menu li, header .modal-nav-menu li a {
  color: #000;
  line-height: 1.4;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
header .navbar.is-active {
  border-bottom: none;
}
header .modal-nav-menu.is-active {
  opacity: 1;
  visibility: visible;
  will-change: opacity;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
header .navbar-item {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
header .navbar-item:hover {
  background: #28283C;
  color: #fff;
}
header .navbar-item.contact {
  background: linear-gradient(to right, #fdc830, #f37335);
  margin: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #000;
}
header .navbar-item .logo-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .navbar-item .logo-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  header .navbar {
    height: 52px;
  }
  header .modal-nav-menu {
    padding: 60px 24px 24px;
  }
  header .navbar-item .logo-title {
    line-height: 0;
  }
}
/* YouTube、Google Mapをレスポンシブ対応 */
.yt-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
  First View
-----------------------------------------*/
.firstview {
  position: relative;
  margin: 0 auto 0;
  background: url("./images/fv.jpg");
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
}
.firstview::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#333 30%, transparent 31%), radial-gradient(#333 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.firstview .content {
  max-width: 100%;
  color: #000;
  position: relative;
  z-index: 1;
}
.firstview .content .fv1, .firstview .content .fv2, .firstview .content .fv3 {
  text-align: left;
}
.firstview .content .fv1 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.firstview .content .fv2 {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  padding: 5px 15px;
  margin-top: 10px;
}
.firstview .content .fv3 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  height: auto;
  line-height: 1.6;
  margin: 10px 0 20px;
}
.firstview .content h2 {
  font-size: 2em;
  color: #000;
}
.firstview .content .desc {
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(107, 182, 255, 0.24) 50%);
}
.firstview .content .multiply {
  display: block;
  margin: 8px 0;
  font-weight: bold;
}
.firstview .content .sub-title {
  display: inline-block;
  margin: 20px 0 15px;
}
.firstview .content .sub-title h3 {
  color: #000;
  text-align: left;
  font-size: 1.3em;
  margin-top: 0;
  line-height: 1.6;
}
.firstview .content .sub-title p {
  text-align: left;
  font-weight: bold;
}
.firstview .top-image-sp {
  display: none;
}
.firstview .top-image {
  position: absolute;
  right: 0px;
  top: 0;
}
.firstview .top-image img {
  max-width: 550px;
}
.firstview .subtitle {
  color: #000;
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 929px) {
  .firstview {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .firstview br.sp {
    display: block;
  }
  .firstview br.pc {
    display: none;
  }
  .firstview .content {
    max-width: 100%;
    text-align: center;
  }
  .firstview .content .fv2, .firstview .content .fv3 {
    text-align: center;
  }
  .firstview .content .fv1 {
    font-size: 16px;
  }
  .firstview .content .fv1 span {
    font-size: 20px;
  }
  .firstview .content .fv2 {
    font-size: 21px;
    padding: 5px 10px;
  }
  .firstview .content .fv3 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;
  }
  .firstview .content h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .firstview .content .center-border {
    font-size: 14px;
  }
  .firstview .content .desc {
    display: inline;
  }
  .firstview .top-image-sp {
    display: block;
    text-align: center;
  }
  .firstview .top-image-sp img {
    max-width: 500px;
    width: 100%;
  }
  .firstview .top-image {
    display: none;
  }
  .firstview .subtitle {
    font-size: 20px;
  }
}
.flow-logos-heading,
.flow-logos-sub {
  text-align: center;
}

.flow-logos-heading {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.flow-logos-sub {
  font-size: 20px;
  font-weight: 700;
}
.flow-logos-sub span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #e74c3c;
  margin-right: 5px;
}

.flow-logos {
  animation: bg-flow 50s linear infinite;
  background: url(./images/flow-logos.png) repeat-x 50%;
  background-size: auto 75px;
  height: 100px;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (max-width: 930px) {
  .flow-logos-heading {
    margin-top: 10px;
  }
  .flow-logos {
    margin: 0;
  }
}
@keyframes bg-flow {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3360px 0;
  }
}
/*-----------------------------------------
  about
-----------------------------------------*/
.about {
  padding: 60px 0;
}
.about .small-heading {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  margin-bottom: 36px;
}
.about .about-image {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 25px;
  }
}
/*-----------------------------------------
  strengths
-----------------------------------------*/
.strengths {
  background: #F4F4F4;
}

/*-----------------------------------------
  message
-----------------------------------------*/
.message {
  background: #F4F4F4;
  margin-bottom: 0 !important;
}
.message__content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__content {
    text-align: left;
  }
}
.message__content h3 {
  font-size: 22px;
}
.message img {
  border-radius: 5px;
}
.message .column {
  text-align: center;
  line-height: 2;
}
.message .sign {
  text-align: right;
}

/*-----------------------------------------
  feature
-----------------------------------------*/
.feature {
  background-color: #F4F4F4;
  padding: 100px 40px;
}
.feature .feature-item {
  margin-top: 80px;
}
.feature .feature-item.first {
  margin-top: 10px;
}
.feature .feature-item ul {
  list-style-type: disc;
  padding-left: 20px;
}
.feature .catch {
  color: #000;
  text-align: left;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .feature .catch {
    margin: 16px 0;
  }
}
.feature .support-image {
  max-width: 100%;
  margin: 0 auto;
}
.feature .support-image img {
  border-radius: 5px;
}
.feature .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature .feature-item .feature-item-img {
  text-align: center;
  width: 45%;
  margin-right: 5%;
}
.feature .feature-item:nth-child(odd) .feature-item-img {
  text-align: center;
  width: 45%;
  margin-right: 0;
  margin-left: 5%;
}
.feature .feature-item .feature-item-txt {
  width: 50%;
  position: relative;
  z-index: 9;
}
.feature .feature-item .feature-item-txt-no {
  position: absolute;
  font-family: paralucent-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 130px;
  color: #fff;
  z-index: -1;
  font-style: italic;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .feature .feature-item .feature-item-txt-no {
    top: -130px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 60px 25px 30px;
  }
  .feature .feature-item {
    display: block;
  }
  .feature .feature-item .feature-item-img {
    text-align: center;
    width: 100%;
  }
  .feature .feature-item:nth-child(odd) .feature-item-img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .feature .feature-item .feature-item-txt {
    width: 100%;
  }
  .feature .catch {
    font-size: 1.1rem;
    text-align: center;
  }
}
.reverse-row-order {
  flex-direction: row-reverse;
}

/*-----------------------------------------
  woman
-----------------------------------------*/
.woman {
  background: #fff;
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .woman {
    padding: 60px 25px;
  }
}
.woman__content {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .woman__content {
    text-align: left;
  }
}
.woman__content h3 {
  font-size: 22px;
}
.woman img {
  border-radius: 5px;
}
.woman .column {
  text-align: center;
  line-height: 2;
}
.woman .sign {
  text-align: right;
}

/*-----------------------------------------
  business
-----------------------------------------*/
.business {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 60px 25px;
  }
}
.business .center {
  text-align: center;
}
.business .function-list {
  max-width: 1100px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .business .function-list {
    margin: 40px auto 0;
  }
}
.business .arrow {
  position: relative;
  top: 85px;
}
.business .box {
  position: relative;
  border: none;
  margin: 0 15px 0;
  padding: 30px 15px 15px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .business .box {
    margin: 0 15px 30px;
    padding: 30px 15px 30px;
  }
}
.business .business-no {
  width: 50px;
  height: 50px;
  background: #253034;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: -15px;
  left: -15px;
  line-height: 2.4;
}
.business .function-title {
  color: #000;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.business .function-title small {
  display: block;
  font-size: 12px;
}
.business .function-image {
  margin-bottom: 30px;
  text-align: center;
}
.business .function-image img {
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .business {
    padding: 60px 25px;
  }
  .business .arrow {
    display: none;
  }
  .business .title {
    font-size: 1.2rem;
  }
  .business p.center {
    text-align: left;
  }
}
/*-----------------------------------------
  workstyle
-----------------------------------------*/
.workstyle {
  background: #fff;
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .workstyle {
    padding: 60px 25px;
  }
}
.workstyle__content {
  max-width: 600px;
  margin: 0 auto;
  line-height: 2;
}
.workstyle__content h3 {
  font-size: 22px;
}
.workstyle img {
  border-radius: 5px;
}

/*-----------------------------------------
  qualification
-----------------------------------------*/
.qualification {
  background: #F4F4F4;
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .qualification {
    padding: 60px 25px;
  }
}
.qualification h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.qualification .box {
  padding: 20px 30px;
}
.qualification .row .column {
  margin-right: 0;
}
.qualification__content {
  max-width: 600px;
  margin: 0 auto;
  line-height: 2;
}
.qualification ul {
  list-style-type: none;
}
.qualification li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.qualification li::before {
  content: "➤";
  color: var(--secondary-color);
  position: absolute;
  left: 0;
}
.qualification img {
  border-radius: 5px;
}

/*-----------------------------------------
  qualification
-----------------------------------------*/
.qualification {
  background: #F4F4F4;
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .qualification {
    padding: 60px 25px;
  }
}
.qualification h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.qualification .box {
  padding: 20px 30px;
}
.qualification .row .column {
  margin-right: 0;
}
.qualification__content {
  max-width: 600px;
  margin: 0 auto;
  line-height: 2;
}
.qualification ul {
  list-style-type: none;
}
.qualification li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.qualification li::before {
  content: "➤";
  color: var(--secondary-color);
  position: absolute;
  left: 0;
}
.qualification img {
  border-radius: 5px;
}

/*-----------------------------------------
  salary
-----------------------------------------*/
.salary {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .salary {
    padding: 60px 25px;
  }
}
.salary .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.salary .options .box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .salary .options .box {
    width: 100%;
  }
}
.salary .options .box p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .salary .options .box p {
    font-size: 16px;
  }
}
.salary .box {
  margin: 0;
}
.salary .option {
  background-color: #3498db;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}
.salary h3.example {
  margin-top: 50px;
}
.salary h4 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
.salary .note {
  margin-top: 4px;
  font-size: 0.9em;
  color: #7f8c8d;
  text-align: left;
}
.salary .income-examples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.salary .income-examples .box {
  width: 40%;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .salary .income-examples .box {
    width: 100%;
    font-size: 15px;
  }
}
.salary .income-examples .box h4.red {
  color: #e74c3c;
}
.salary .income-examples .box h4.blue {
  color: #3742fa;
}
.salary .footnote {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #7f8c8d;
}

/*-----------------------------------------
  welfare
-----------------------------------------*/
.welfare {
  padding: 100px 40px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .welfare {
    padding: 60px 25px;
  }
}
.welfare .intro {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare .intro {
    text-align: left;
  }
}
.welfare .center {
  text-align: center;
}
.welfare .function-list {
  max-width: 1100px;
  margin: 2em auto;
}
.welfare .arrow {
  position: relative;
  top: 85px;
}
.welfare .box {
  position: relative;
  border: none;
  margin: 0 15px 2em;
  padding: 30px 15px 15px;
  border-radius: 0;
}
.welfare .welfare-no {
  width: 50px;
  height: 50px;
  background: #253034;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: -15px;
  left: -15px;
  line-height: 2.4;
}
.welfare .function-title {
  color: #000;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.welfare .function-title small {
  display: block;
  font-size: 12px;
}
.welfare .function-image {
  margin-bottom: 30px;
  text-align: center;
}
.welfare .function-image img {
  height: 80px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .welfare {
    padding: 60px 15px;
  }
  .welfare .arrow {
    display: none;
  }
  .welfare .title {
    font-size: 1.2rem;
  }
  .welfare p.center {
    text-align: left;
  }
}
/*-----------------------------------------
  FAQ
-----------------------------------------*/
.faq {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 60px 0;
  background: #f4f4f4;
}
.faq dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.faq dt .question {
  border: solid #29323D 1px;
  padding: 8px 10px;
  margin-right: 8px;
}
.faq dd {
  margin-bottom: 30px;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 40px 25px;
  }
  .faq .title {
    margin-bottom: 30px;
  }
  .faq dt {
    font-size: 14px;
  }
  .faq dt .question {
    border: none;
    padding: 8px 0px 8px 0;
  }
  .faq dd {
    font-size: 13px;
  }
}
/*-----------------------------------------
  事例
-----------------------------------------*/
.case-list {
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .case-list {
    padding: 50px 25px 40px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 30%;
  }
}
/*-----------------------------------------
  価格
-----------------------------------------*/
.price {
  background: #f4f4f4;
  background-position: center 30%;
  padding: 60px 0;
  background-size: cover;
}
.price .price-list {
  max-width: 1100px;
  margin: 1em auto 1em;
}
.price .price-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-right: 3%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 102, 0.3);
  font-weight: normal;
  margin-bottom: 3%;
  padding: 20px 15px;
  overflow: hidden;
}
.price .price-box .price-image {
  text-align: center;
}
.price .price-box .price-image img {
  max-height: 150px;
  max-width: 200px;
}
.price .price-box .ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
.price .price-box .ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -36px;
  top: 24px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background: linear-gradient(135deg, #F5515F 0%, #d0021b 100%);
  color: #fff;
  text-shadow: 0 2px 2px #d0021b;
  letter-spacing: 0.05em;
  transform: rotate(-40deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.price .price-box .ribbon:before {
  left: 0;
}
.price .price-box .ribbon:after {
  right: 0;
}
.price .price-box.last, .price .price-box.single {
  margin-right: 0;
}
.price .price-box.single {
  border: solid 3px #000;
}
.price .price-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.price .price-box .price-title.last {
  padding-top: 15px;
}
.price .price-box p {
  text-align: center;
  margin-bottom: 10px;
}
.price .price-box p strong {
  font-size: 20px;
}
.price .price-box small {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.price .price-box .price-section {
  background: #000;
  border-radius: 3px;
  color: #fff;
  padding: 3px 13px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
}
.price .price-box .right-border {
  border-right: dashed 1px #ccc;
}
.price .about-plan {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-top: 20px;
}
.price .about-plan .row {
  display: flex;
  width: 100%;
}
.price .about-plan .row:first-child .plan-detail {
  border-top: none;
}
.price .about-plan .plan-detail {
  display: block;
  width: 120px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.price .about-plan .row:first-child div:last-child {
  background-clip: padding-box;
  overflow: hidden;
}
.price .about-plan .row:nth-child(1) .plan-regular,
.price .about-plan .row:nth-child(1) .plan-pro {
  font-size: 15px;
  padding: 25px 10px;
  border-radius: 10px 10px 0 0;
}
.price .about-plan .row:nth-child(1) .plan-regular .title,
.price .about-plan .row:nth-child(1) .plan-pro .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.price .about-plan .row:nth-child(2) .plan-regular,
.price .about-plan .row:nth-child(4) .plan-regular {
  background: #c1c1ce;
}
.price .about-plan .row:nth-child(n+2) .plan-regular div {
  border-left: dashed 1px #ccc;
}
.price .about-plan .row:nth-child(n+2) .plan-regular div:first-child {
  border: none;
}
.price .about-plan .plan-regular {
  background: #000;
  display: block;
  text-align: center;
  width: calc(100% - 60px);
}
.price .about-plan .plan-regular div:first-child {
  border: none;
}
.price .about-plan .row:not(:first-child) .plan-regular div,
.price .about-plan .row:not(:first-child) .plan-pro div {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.price .about-plan .row:not(:first-child) .plan-regular,
.price .about-plan .row:not(:first-child) .plan-pro {
  display: flex;
  width: calc(100% - 60px);
}
.price .about-plan .row:last-child div:last-child {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .price {
    padding: 30px 0;
  }
  .price .price-box {
    margin: 0 20px 2.5em;
    padding: 20px 15px;
  }
  .price .price-box.last, .price .price-box.single {
    margin-right: 20px;
  }
  .price .price-box .price-title.last {
    padding-top: 15px;
  }
  .price .price-box .right-border {
    border: none;
  }
  .price .price-box p {
    text-align: center;
    margin-bottom: 10px;
  }
  .price .price-box p strong {
    font-size: 20px;
  }
  .price .price-box small {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .price .price-box .description {
    font-size: 14px;
    text-align: center;
  }
  .price .about-plan {
    font-size: 12px;
    justify-content: unset;
    height: auto;
  }
  .price .about-plan p {
    font-size: 12px;
    text-align: left;
  }
  .price .about-plan p small {
    text-align: center;
  }
  .price .about-plan .plan-detail {
    width: 90px;
    font-size: 13px;
  }
  .price .about-plan .plan-detail.direction {
    padding-bottom: 0;
  }
}
/*-----------------------------------------
  Point
-----------------------------------------*/
/*-----------------------------------------
  お問い合わせ
-----------------------------------------*/
iframe[src^="https://docs.google.com/forms/d/e"] {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
  会社
-----------------------------------------*/
.about {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 60px 25px;
  }
}
.about__content {
  text-align: center;
  margin: 0 auto;
  line-height: 2;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .about__content {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 60px 1.5rem 30px;
  }
}
.about-info {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.about-info .about-info-title,
.about-info .about-info-description {
  padding: 25px 0;
}
.about-info .about-info-title {
  width: 10em;
  border-top: 1px solid #e5e5e5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.about-info .about-info-description {
  position: relative;
  width: calc(100% - 10em);
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .about-info .about-info-title,
  .about-info .about-info-description {
    padding: 25px 0;
  }
  .about-info .about-info-title {
    width: 7.5em;
    font-size: 14px;
  }
  .about-info .about-info-description {
    position: relative;
    width: calc(100% - 7.5em);
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
  }
}
/*-----------------------------------------
  会社概要
-----------------------------------------*/
.company {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 60px 25px;
  }
}
.company__content {
  margin: 0 auto;
  line-height: 2;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .company__content {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .company {
    padding: 60px 1.5rem 30px;
  }
}
.company-info {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.company-info .company-info-title,
.company-info .company-info-description {
  padding: 25px 0;
}
.company-info .company-info-title {
  width: 10em;
  border-top: 1px solid #e5e5e5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.company-info .company-info-description {
  position: relative;
  width: calc(100% - 10em);
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .company-info .company-info-title,
  .company-info .company-info-description {
    padding: 25px 0;
  }
  .company-info .company-info-title {
    width: 7.5em;
    font-size: 14px;
  }
  .company-info .company-info-description {
    position: relative;
    width: calc(100% - 7.5em);
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
  }
}
/*-----------------------------------------
  CTA
-----------------------------------------*/
#cta {
  position: relative;
  padding: 100px 0 100px;
  background: url("./images/fv.jpg");
  background-size: cover;
  background-position: 0 50%;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
}
#cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#cta .title {
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
#cta .title::before {
  background-color: #fff;
}
#cta .cta__wrap {
  text-align: center;
  position: relative;
  z-index: 10;
}
#cta .buttons {
  margin-top: 20px;
  justify-content: center;
}
#cta .button-common {
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #28283c;
}
#cta .button-common.request {
  background: #000;
  color: #fff;
  margin-right: 30px;
}
#cta .button-common.border {
  border: none;
  background: #e74c3c;
  padding: 26px 15px 10px;
  height: 75px;
  color: #fff;
}
#cta .button-common.border.black {
  background: #000;
  margin-top: 0rem;
}
#cta .button-common.border.tel {
  background: #000;
  color: #fff;
  margin-right: 30px;
}
#cta a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #cta {
    padding: 60px 25px;
  }
  #cta .buttons {
    display: block;
    max-width: 100%;
    margin: 20px 0;
  }
  #cta .button-common.request {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*-----------------------------------------
  プライバシーポリシー
-----------------------------------------*/
.privacy .content {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}
.privacy .content h2 {
  font-size: 1.3rem;
  line-height: 1.5 !important;
  color: #000;
}

/*-----------------------------------------
  フッター
-----------------------------------------*/
.footer {
  background: #f4f4f4;
  padding: 2rem 1.5rem 2rem;
  font-size: 14px;
}
.footer .columns .column {
  padding: 0;
}
.footer .navigation {
  max-width: 800px;
  margin: 0 auto 30px;
}
.footer a {
  color: #000;
  text-align: center;
}
.footer .navbar-item {
  justify-content: center;
}
.footer .copyright {
  font-size: 12px;
}

/*-----------------------------------------
  資料請求
-----------------------------------------*/
.document-wrapper {
  display: flex;
  padding: 0;
  background: #FAF9F9;
}
.document-wrapper section {
  padding: 3rem 1.5rem 0;
}
.document-wrapper .site-main {
  width: calc(100% - 350px);
  padding: 60px 5vw;
}
.document-wrapper h2.document-title {
  font-family: "Noto Sans JP";
  font-size: 32px;
}
.document-wrapper .description {
  font-size: 17px;
  margin-top: 30px;
  font-weight: 700;
}
.document-wrapper .solution-list .columns {
  align-items: center;
}
.document-wrapper .solution-item-title {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
}
.document-wrapper .center-border {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .document-wrapper {
    display: block;
  }
  .document-wrapper section {
    padding: 2rem 0 0;
  }
  .document-wrapper .site-main {
    width: 100%;
    padding: 60px 20px;
  }
  .document-wrapper h2.document-title {
    font-size: 24px;
  }
  .document-wrapper .description {
    font-size: 15px;
  }
  .document-wrapper .solution-list .columns {
    align-items: center;
  }
  .document-wrapper .solution-item-title {
    font-size: 20px;
    text-align: center;
  }
  .document-wrapper .center-border {
    font-size: 20px;
  }
  .document-wrapper .solution-list {
    max-width: 100%;
    margin: 0 auto;
  }
}
.widget-area.document {
  width: 350px;
  padding: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .widget-area.document {
    width: 100%;
    padding: 20px;
    background: inherit;
  }
}
.mw_wp_form {
  position: sticky;
  top: 80px;
}
.mw_wp_form p {
  margin-bottom: 20px;
}
.mw_wp_form input {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .mw_wp_form {
    position: static;
  }
}
.mw_wp_form input {
  border-radius: 0;
  border: solid 2px #000;
  padding: 10px;
  margin-bottom: 0;
}
.mw_wp_form .confirm-send {
  border: solid 2px #000;
  background: #000;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.mw_wp_form .confirm-send:hover {
  background: #fff;
  color: #000;
}

.haveto {
  font-size: 12px;
  padding: 5px;
  background: #e84118;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.any {
  font-size: 12px;
  padding: 5px;
  background: #00a8ff;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.footer-link {
  text-align: center;
}
.footer-link a {
  position: fixed;
  left: 10px;
  bottom: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 700;
  width: 60px;
  padding: 10px;
  border-radius: 33px;
  line-height: 1.3;
  font-size: 15px;
}

/*-----------------------------------------
  メディア
-----------------------------------------*/
.media {
  padding: 60px 20px 100px;
  background: #fff;
}
.media p {
  margin-bottom: 40px;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}
.article-list .media-article {
  background: #fff;
  position: relative;
  width: 31.333333%;
  margin-right: 3%;
  box-shadow: 0px 2px 12px #ccc;
  transition: 0.3s;
}
.article-list .media-article a:hover {
  opacity: 0.7;
}
.article-list .media-article:last-child {
  margin-right: 0;
}

.article__thumb {
  transition: all 0.5s ease 0s;
}
.article__thumb:hover {
  opacity: 0.7;
}

.article__ttl {
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px 20px;
  transition: all 0.5s ease 0s;
}
.article__ttl:hover {
  opacity: 0.3;
}

.article__btn {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #FFF !important;
  background: #000;
  padding: 5px 8px;
  font-weight: 700;
  transition: all 0.5s ease 0s;
}
.article__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .media {
    padding: 40px 25px;
  }
  .article-list {
    display: block;
    margin: 0;
  }
  .article-list .media-article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
#contact {
  background: #f4f4f4;
}

.instagram-wrap {
  display: flex;
  flex-wrap: wrap;
}
.instagram-wrap .instagram-image {
  width: 22%;
  margin-right: 4%;
  overflow: hidden;
  position: relative;
  padding-top: 22%;
  margin-bottom: 5px;
}
.instagram-wrap .instagram-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-wrap .instagram-image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .instagram-wrap .instagram-image {
    width: 48%;
    margin-right: 4%;
    padding-top: 48%;
    margin-bottom: 4%;
  }
  .instagram-wrap .instagram-image:nth-child(2n) {
    margin-right: 0;
  }
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry {
  margin: 0 auto 50px;
  max-width: 880px;
  width: 100%;
}

.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 15px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  font-weight: 700;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
  vertical-align: middle;
  padding: 15px;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: solid 2px #000;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  border: solid 2px #000;
  color: #000;
  cursor: pointer;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: solid 2px #ccc;
  padding: 5px;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.wpcf7 textarea {
  width: 100%;
}/*# sourceMappingURL=style.css.map */