@charset "UTF-8";

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"],
select,
textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  width: 100% !important;
  margin: 0 !important;
  background: #FFF !important;
  border: solid 1px #B2B2B2 !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  outline: none !important;
}

@media screen and (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="submit"],
  input[type="tel"],
  select,
  textarea {
    padding: 8px !important;
  }
}

input[type="submit"] {
  width: 300px !important;
  line-height: 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  padding: 26px 10px !important;
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

input[type="submit"]:hover {
  opacity: .6 !important;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 240px !important;
    font-size: 11px !important;
  }
}

.navbar-expand-md {
  height: 100%;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: normal !important;
  font-size: 14px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #174a8d !important;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.contactListAdd {
  margin-left: 20px;
}

.headerClass {
  position: relative;
}

@media screen and (min-width: 768px) {
  .headerClass::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 50%;
    background: #0066CC;
  }
}

.top-message {
  max-width: 1000px;
  margin: 0 auto 0px;
}

.top-message-text {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .top-message-text {
    font-size: 13px;
    line-height: 1.9;
  }
}

@media screen and (min-width: 768px) {
  .top-message-text {
    line-height: 2;
  }
}

.top-message-wrap {
  text-align: center;
}

.section-top-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 600;
}

.section-top-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 80%;
  background: #265596;
}

@media screen and (max-width: 767px) {
  .section-top-title::after {
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .section-top-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.section-top-title span {
  color: #0066CC;
}

#front-page-wrapper,
.front-child-wrapper {
  background: url(../img/top-message-bg.png) no-repeat center center/cover;
  padding: 20px 0 80px !important;
}

@media screen and (max-width: 767px) {

  #front-page-wrapper,
  .front-child-wrapper {
    padding: 20px 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .footer-sns {
    margin-right: auto;
  }
}

.footer-sns a {
  margin-right: 20px;
}

.footer-sns a:last-child {
  margin-right: 0;
}

.footer-sns a img {
  width: 35px;
  height: 35px;
}

.footer-sns a:hover {
  opacity: .6;
}

.footer-right {
  text-align: left;
  font-size: 14px;
  color: #174a8d !important;
}

@media screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
  }
}

.site-info {
  color: #174a8d !important;
}

.site-info a {
  color: #174a8d !important;
}

.section-title h2 {
  color: #000 !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .section-title h2 {
    margin-bottom: 30px !important;
  }
}

.section-title h2:before {
  content: initial !important;
}

.section-title {
  font-weight: 500 !important;
  padding: 0 !important;
  font-size: 28px !important;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 16px !important;
  }
}

#wrapper-footer {
  background: #ffdd0d !important;
}

.contact-title-wrap {
  text-align: center;
}

.page-contact-title {
  display: inline-block;
  background-color: #ffdd0d;
  border-left: 30px solid #174a8d;
  font-size: 18px;
  font-weight: normal;
  padding: 26px;
  color: #174a8d;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-lead {
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal !important;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-lead {
    font-size: 11px;
    margin-bottom: 20px;
  }
}

.contact-form-row {
  font-weight: normal;
}

.contact-form-row dt {
  font-weight: 500;
  font-size: 14px;
}

.contact-form-row dt span {
  color: #ee0606;
  display: inline-block;
  margin-left: 8px;
}

.contact-form-textarea dt {
  margin-bottom: 5px;
}

.contact-form-submit {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .contact-form-submit {
    margin-top: 20px;
  }
}

.wpcf7-spinner {
  right: 100% !important;
  position: absolute !important;
}

.company-wrap {
  max-width: 1000px;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .company-wrap {
    margin: 20px auto 0;
  }
}

.company-list {
  padding-left: 0 !important;
}

.company-list-item {
  list-style: none !important;
}

.company-list-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-list-item dl dt {
  font-weight: 500 !important;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company-list-item dl dt {
    width: 80px;
    font-size: 14px;
  }
}

.company-list-item dl dd {
  text-align: left;
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .company-list-item dl dd {
    width: calc(100% - 80px);
    font-size: 14px;
  }
}

.company-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.company-bottom-img {
  width: 47%;
  margin-right: auto;
}

.company-bottom-map {
  width: 47%;
}

.company-bottom-map-wrap {
  padding-top: 75%;
  width: 100%;
  position: relative;
}

.company-bottom-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.service-title {
  max-width: 700px;
  margin: 0 auto;
}

.service-row {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .service-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .service-row add3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.service-row-left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .service-row-left {
    width: 100%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.service-row-left add1 {
  -webkit-transform: translateX(-9px);
  transform: translateX(-9px);
}

@media screen and (max-width: 767px) {
  .service-row-left add1 {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

.service-row-left add2 {
  width: 30%;
  padding: 40px 20px 20px;
  border: 1px solid #000;
  border-radius: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-row-left add2 {
    width: 100%;
  }
}

.service-row-left add2::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: "ラッピング";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(70%, #FBF329));
  background: linear-gradient(transparent 30%, #FBF329 70%);
  width: 40%;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .service-row-left add4 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 10px;
  }
}

.service-row-right {
  width: 58%;
}

@media screen and (max-width: 767px) {
  .service-row-right {
    width: 100%;
  }
}

.service-row-right p {
  font-size: 80% !important;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

.service-row-right add2 {
  width: 65%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .service-row-right add2 {
    width: 100%;
  }
}

.service-btn {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .service-btn {
    text-align: center;
    margin-bottom: 20px;
  }
}

.service-btn span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .service-btn span {
    margin-bottom: 5px;
    display: block;
  }
}

.service-btn a {
  display: inline-block;
  color: #174a8d;
  background: #ffdd0d;
  padding: 10px 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .service-btn a {
    padding: 10px 20px;
  }
}

.service-btn a:hover {
  text-decoration: none !important;
  color: #174a8d !important;
  opacity: .6 !important;
}

@media screen and (max-width: 767px) {
  .sp-border {
    border: none;
  }
}

.response-title-wrap {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.response-title {
  display: inline-block;
  background: #174a8d;
  padding: 10px 140px 10px 20px;
  color: #fff;
  font-size: 28px !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  .response-title {
    font-size: 18px !important;
    padding: 10px 20px 10px 20px;
    display: block;
  }
}

.response-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .response-row {
    margin-bottom: 20px;
    display: block;
  }
}

.response-row-img {
  padding: 10px;
  border: 1px solid red;
  border-radius: 30px;
  width: 35%;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .response-row-img {
    width: 100%;
  }
}

.response-row-text {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .response-row-text {
    width: 100%;
  }
}

h3 {
  font-size: 28px;
  font-weight: 500 !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px !important;
  }
}

.response-row2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .response-row2 {
    margin-bottom: 20px;
  }
}

.response-row2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .response-row2-flex {
    display: block;
  }
}

.response-row2-flex .arrow {
  font-size: 37px;
  font-weight: 900;
  color: red;
  display: inline-block;
}

.response-row2-flex-item {
  width: 25%;
  font-size: 13px !important;
  text-align: left !important;
  padding: 10px;
  width: 300px;
  height: 170px;
}

@media screen and (max-width: 767px) {
  .response-row2-flex-item {
    width: 100%;
    height: auto;
  }
}

.response-row2-flex-item span {
  background: red !important;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .response-row2-flex-item {
    font-size: 11px !important;
  }
}

.response-btn {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .response-btn {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px !important;
    font-size: 12px !important;
  }
}

.navbar-expand-md .navbar-nav {
  margin-left: auto;
}

.contactAdd {
  border-radius: 10px;
  background: #0066CC;
  color: #fff !important;
  font-weight: normal;
  position: relative;
  padding-right: 1.9rem !important;
  padding-left: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-shadow: none !important;
}

@media screen and (max-width: 1000px) {
  .contactAdd {
    font-size: 12px;
  }
}

.contactAdd.pa1::after {
  right: -20px;
}

.contactAdd:hover {
  text-decoration: none !important;
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.contactAdd:hover::after {
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}

.contactAdd::after {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  position: absolute;
  content: ">";
  color: #fff;
  right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .contactAdd::after {
    right: -7px;
  }
}

@media screen and (max-width: 767px) {
  .contactAdd {
    display: inline-block;
    font-size: 16px !important;
  }
}

.contactAdd .large {
  padding-right: 3.9rem !important;
  padding-left: 3.5rem;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .contactAdd .large {
    padding-right: 2.9rem !important;
    padding-left: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contactListAdd {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px !important;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: initial;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: initial;
}

.swiper-button-prev img,
.swiper-button-next img {
  border: 2px solid #fff !important;
  padding: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .6;
}

.top {
  position: relative;
}

.topBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 100;
  left: 17%;
  white-space: nowrap;
  text-shadow: 3px 3px 6px #000;
}

@media screen and (max-width: 767px) {
  .topBox {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80% !important;
    top: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: left;
    text-align: center;
  }
}

.topBox .pa1 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .topBox .pa1 {
    font-size: 11px;
    margin-bottom: 5px;
    margin: 0 auto 10px;
  }
}

.topBox .top-title {
  font-size: 40px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.topBox .top-title::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .topBox .top-title::after {
    bottom: -5px;
  }
}

@media screen and (max-width: 767px) {
  .topBox .top-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin: 0 auto 16px;
    display: inline-block !important;
  }
}

.topBox .pa2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .topBox .pa2 {
    font-size: 11px;
    margin-bottom: 15px;
    margin: 0 auto 10px;
    white-space: initial;
    padding: 0 10px;
    text-align: left;
  }
}

.top-service {
  background: url(../img/top-service-bg.png) no-repeat center center/cover;
  padding: 70px 0 80px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top-service {
    padding: 30px 0;
  }
}

.top-service-inner {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .top-service-inner {
    padding: 0 20px;
  }
}

.top-service-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-service-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.top-service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-service-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-service-item {
  width: 17%;
  padding: 10px;
  background: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top-service-item {
    margin-bottom: 30px;
    width: 47%;
  }

  .top-service-item:nth-child(2n) {
    margin-left: auto;
  }

  .top-service-item:nth-child(5n) {
    margin-bottom: 10px;
  }
}

.top-service-item-text {
  font-size: 14px;
  padding: 15px;
  list-style: none !important;
  color: #0066CC;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-service-item-text {
    font-size: 12px;
    padding: 10px;
  }
}

.topNews {
  padding: 70px 0 80px;
  background: url(../img/topNews-bg.png) repeat center center/220px 400px;
}

@media screen and (max-width: 767px) {
  .topNews {
    padding: 30px 20px;
  }
  .topNews-lists2 {
    height: auto !important;
    padding-bottom: 20px !important;
  }
}

.topNews-lists {
  background: #fff;
  -webkit-box-shadow: 3px 3px 14px #e8e8e8;
  box-shadow: 3px 3px 14px #e8e8e8;
  padding: 50px 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .topNews-lists {
    padding: 20px;
  }
}

.topNews-list {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px dotted #333;
}

.topNews-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .topNews-list {
    margin-bottom: 10px;
  }
}

.topNews-list a {
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topNews-list time {
  font-size: 14px;
  width: 20%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .topNews-list time {
    font-size: 12px;
    color: #000 !important;
  }
}

.topNews-list .title {
  font-size: 14px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .topNews-list .title {
    font-size: 12px;
    color: #000 !important;
    margin-left: 30px;
  }
}

.contact {
  background: url(../img/top-contact-bg.png) no-repeat center center/cover;
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-inner {
    padding: 0 20px;
  }
}

.contact-inner .lead {
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact-inner .lead {
    margin-bottom: 13px;
    font-size: 12px;
  }
}

.contact-inner .tel {
  margin-bottom: 40px;
}

.contact-inner .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-inner .tel a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .contact-inner .tel {
    margin-bottom: 25px;
  }
}

.contact-inner .tel .icon {
  width: 27px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact-inner .tel .icon {
    width: 17px;
  }
}

.contact-inner .tel .number {
  /* width: 300px; */
  font-size: 40px;
  font-weight: bold;
  color: #0066CC;
}

.contact-inner .tel a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contact-inner .tel .number {
    /* width: 150px; */
  }
}

.contact-box {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 50px 70px;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .contact-box {
    margin: 20px auto 0;
    padding: 25px 10px;
  }
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact-row {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-row {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.contact-row-dt {
  width: 200px;
  margin-right: auto;
  padding: 5px 10px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact-row-dt {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
}

.contact-row-dt span {
  display: inline-block;
  position: relative;
}

.contact-row-dt span::after {
  content: "必須";
  position: absolute;
  background: #FF0000;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .contact-row-dt span::after {
    font-size: 10px;
    right: -35px;
  }
}

.contact-row-dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .contact-row-dd {
    width: 100%;
  }
}

input[type="submit"] {
  border-radius: 10px !important;
  background: #0066CC !important;
  color: #fff !important;
  font-weight: normal !important;
  position: relative !important;
  padding-right: 1.9rem !important;
  padding-left: 1.5rem !important;
  display: inline-block !important;
  -webkit-transition: .3 !important;

  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 11px !important;
    padding: 20px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

input[type="submit"]:hover {
  text-decoration: none !important;
  opacity: .8 !important;
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

input[type="submit"]:hover::after {
  -webkit-transform: translateX(-2px) !important;
  transform: translateX(-2px) !important;
}

input[type="submit"]::after {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
  position: absolute;
  content: ">";
  color: #fff;
  right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    display: inline-block;
    font-size: 16px !important;
  }
}

.contact-submit-wrap {
  display: inline-block;
  position: relative;
}

.contact-submit-wrap::after {
  position: absolute;
  content: ">";
  color: #fff;
  top: 50%;
  right: 57px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .contact-submit-wrap::after {
    right: 15px;
  }
}

.contact-submit-wrap:hover {
  text-decoration: none !important;
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-submit-wrap:hover::after {
  right: 50px;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .contact-submit-wrap:hover::after {
    right: 10px;
  }
}

#wrapper-footer {
  background: #959595 !important;
}

.site-info {
  background: #343434 !important;
  font-size: 10px;
  text-align: center;
  color: #fff !important;
  padding: 40px 0;
}

.site-info a {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .site-info {
    padding: 20px 0 !important;
  }
}

.footer-head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-head-top .logo {
  width: 200px;
  margin-right: 20px;
}

.footer-head-top .left {
  color: #F3E016 !important;
  padding-top: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #F3E016;
  letter-spacing: 2px;
}

.footer-head-top .left span {
  font-size: 13px;
}

.footer-head-top .left a {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-head-top .left a:hover {
  text-decoration: none !important;
  opacity: .6;
}

.footer-right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-right-head .footer-left-head-text {
  color: #fff;
  font-size: 13px;
}

.footer-right-head .footer-right-head-text {
  margin-left: 10px;
  color: #F3E016 !important;
  padding-top: 24px;
  font-size: 16px;
}

.footer-right-text {
  font-size: 16px;
  color: #fff;
}

.page-head .page-head-text {
  font-size: 40px;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-head .page-head-text {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-head .page-head-text {
    padding: 40px 0;
  }
}

.page-head.contact-head {
  background: url(../img/sample1.png) no-repeat center center/cover;
}

.page-head.company-head {
  background: url(../img/sample1.png) no-repeat center center/cover;
}

.page-head.company-head2 {
  background: url(../img/sample1.png) no-repeat center center/cover;
}

.page-head.response-head {
  background: url(../img/sample1.png) no-repeat center center/cover;
}

.service-head {
  background: url(../img/sample1.png) no-repeat center center/cover;
}

.company-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.company-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-wrap-row:first-child dt,
.company-wrap-row:first-child dd {
  border-top: 1px solid #ddd;
  font-weight: 400 !important;
}

.company-wrap-row:last-child {
  margin-bottom: 0;
}

.company-wrap-row dt {
  font-weight: normal;
  width: 30%;
  font-size: 15px;
  padding: 12px !important;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
  vertical-align: top;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  line-height: 1.5 !important;
}

@media screen and (max-width: 767px) {
  .company-wrap-row dt {
    width: 80px;
    font-size: 13px;
  }
}

.company-wrap-row dd {
  line-height: 1.5 !important;
  text-align: left;
  display: table-cell;
  font-size: 15px !important;
  padding: 12px !important;
  width: calc(100% - 80px);
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.company-wrap-row dd:first-child {
  border-top: 1px solid #ddd;
}

.company-wrap2 {
  padding: 70px 20px 80px;
}

.company-wrap2-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-wrap2-inner .left {
  width: 45%;
  margin-right: auto;
}

.company-wrap2-inner .left img {
  width: 100%;
}

.company-wrap2-inner .right {
  width: 45%;
}

.company-wrap2-inner .right .wrap {
  padding-top: 74.88889%;
  width: 100%;
  position: relative;
}

.company-wrap2-inner .right .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gray-bg {
  background: #eeebeb;
}

.white-bg {
  background: #fff !important;
}

.page-head-text span {
  font-size: 24px;
}

.response-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .response-inner {
    display: block;
  }
}

.response-inner .left {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .response-inner .left {
    width: 100%;
  }
}

.response-inner .right {
  width: 47%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .response-inner .right {
    width: 100%;
  }
}

.response-inner .right .strong {
  font-size: 20px;
  margin-bottom: 20px;
}

.response-inner .right .text {
  font-size: 12px;
  line-height: 2;
}

.response2-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .response2-ul {
    display: block;
    padding-left: 0;
    padding: 0 20px;
  }
}

.response2-ul li {
  margin-right: 50px;
  list-style: none;
  position: relative;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .response2-ul li {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

.response2-ul li::after {
  position: absolute;
  background: url(../img/arrow-re.png) no-repeat center center/cover;
  top: 18%;
  right: -37px;
  width: 20px;
  height: 40px;
  content: "";
}

@media screen and (max-width: 767px) {
  .response2-ul li::after {
    top: initial;
    right: 50%;
    bottom: -40px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
}

.response2-ul li:last-child::after {
  position: initial;
}

.response2-ul li .title {
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .response2-ul li .title {
    font-size: 14px;
  }
}

.response2-ul li .text {
  font-size: 12.5px;
  font-weight: normal;
  text-align: left;
  padding: 10px 5px 5px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .response2-ul li .text {
    font-size: 11px;
    padding: 5px 5px 15px 5px;
  }
}

.response2-ul li .wrap {
  padding: 10px 10px 0;
  background: #9D9D9D;
}

.service-bg1 {
  background: url(../img/service-bg1.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .service-bg1 {
    background: url(../img/service-bg1.png) no-repeat center left/cover;
  }
}

.service-inner1 {
  width: 60%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .service-inner1 {
    width: 100%;
    margin-left: 0;
  }
}

.service-inner1 .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .service-inner1 .title {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.service-inner1 .sub-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .service-inner1 .sub-title {
    font-size: 16px;
  }
}

.service-inner1 .text {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .service-inner1 .text {
    font-size: 11px;
  }
}

.long-bg {
  background: url(../img/long.png) no-repeat center center/cover;
}

li {
  list-style: none;
}

.service-inner2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-inner2-pa1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .service-inner2-pa1 {
    margin-top: 20px;
    display: block;
    padding-left: 0;
  }
}

.service-inner2-pa1 li {
  width: 48%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .service-inner2-pa1 li {
    width: 100%;
  }
}

.pa40 {
  width: 96%;
}

@media screen and (max-width: 767px) {
  .pa40 {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}

.service-inner2-pa2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .service-inner2-pa2 {

    padding-left: 0;
  }
}

.service-inner2-pa2 li {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .service-inner2-pa2 li {
    width: calc(33% - 30px * 2 / 3);
    margin-right: 30px;
  }

  .service-inner2-pa2 li:nth-child(3n) {
    margin-right: 0;
  }

  .service-inner2-pa2 li:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service-inner2-pa2 li {
    margin-bottom: 20px;
    width: calc(50% - 15px * 1 / 2);
    margin-right: 15px;
  }

  .service-inner2-pa2 li:last-child {
    margin-bottom: 0;
  }

  .service-inner2-pa2 li:nth-child(2n) {
    margin-right: 0;
  }

  .service-inner2-pa2 li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.service-inner2-pa2 li .img {
  padding: 10px;
}

.service-inner2-pa2 li .img img {
  width: 100%;
}

.service-inner2-pa2 li .text {
  padding: 10px 10px 20px;
  text-align: center;
  color: #0066CC !important;
  font-weight: bold;
}

.service-inner2-pa3 {
  max-width: 1000px;
  margin: 0 auto;
}

.service-inner2-pa3 .lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .service-inner2-pa3 .lead {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 0 20px;
    margin-top: 10px;
  }
}

.service-inner2-pa3 .img {
  -webkit-box-shadow: 6px 6px 20px #e5dede;
  box-shadow: 6px 6px 20px #e5dede;
}

@media screen and (max-width: 767px) {
  .service-inner2-pa3 .img {
    margin: 0 20px;
  }
}



.white-bg30 {
  background: url(../img/topNews-bg.png) repeat center center/220px 400px;
}

.sp-btn::after {
  right: -21px;
}

.wpcf7 {
  max-width: 1000px !important;
}

input[type="radio"]+span {
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  input[type="radio"]+span {
    font-size: 12px;
  }
}

input[type="radio"]+span::before {
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
}

input[type="radio"]+span::after {
  position: absolute;
  background: #0066CC;
  border-radius: 50%;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  display: none;
}

input[type="radio"]:checked+span::after {
  display: block;
}

input[type="radio"] {
  position: absolute;
  bottom: 150%;
  opacity: 0;
  z-index: -1;
}

.contact-row-dd {
  text-align: left;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .company-wrap2 {
    padding: 20px 0 0;
  }
}

.home span {
  color: #091440;
}

.home:hover {
  text-decoration: none !important;
}

.breadcrumb {
  padding: 0.75rem 8rem !important;
  background: #fff !important;
  color: #091440 !important;
  font-size: 14px !important;
}

.breadcrumb span {
  color: #091440 !important;
}

.breadcrumb a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 10px !important;
  }
}

.te-btn1 {
  width: 245px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .te-btn1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.te-btn1::after {
  right: 5px !important;
}

@media screen and (max-width: 767px) {
  .te-btn1::after {
    right: -5px !important;
  }
}

.te-btn2 {
  width: 245px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .te-btn2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.te-btn2::after {
  right: 32px !important;
}

@media screen and (max-width: 767px) {
  .te-btn2::after {
    right: 24px !important;
  }
}

.sp-btn::after {
  right: 32px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 60px !important;
}

@media screen and (max-width: 767px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    z-index: 1000 !important;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 60px !important;
}

@media screen and (max-width: 767px) {

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    z-index: 1000 !important;
  }
}

.navbar-light .navbar-toggler span:nth-of-type(2) {
  top: 12px !important;
}

.navbar-light .navbar-toggler span:nth-of-type(3) {
  bottom: 16px !important;
}

.navbar-light .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg) !important;
  transform: translateY(-10px) rotate(45deg) !important;
}

.navbar-light .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg) !important;
  transform: translateY(15px) rotate(-45deg) !important;
}

.drawer-m {
  font-size: 12px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.drawer-m.close {
  display: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.navbar-light .navbar-toggler {
  width: 38px !important;
}

.lead {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 12px !important;
  }
}

.footer-right-head .footer-right-head-text {
  margin-left: 101px !important;
  letter-spacing: 2px;
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .footer-right-head .footer-right-head-text {
    margin-left: 0 !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-right-head {
    display: block;
  }

  .footer-head-top {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer-head-top {
    text-align: center;
  }

  .footer-head-top .logo {
    width: 150px;
  }
}

.footer50 {
  -webkit-transform: translate(56px, 6px);
  transform: translate(56px, 6px);
}

@media screen and (max-width: 767px) {
  .footer50 {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-head-top .logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-head-top .left a {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-head-top .left {
    display: inline-block !important;
  }
}

.footer-right-head-text a {
  color: #F3E016;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-right-head-text a:hover {
  text-decoration: none !important;
  color: #F3E016;
  opacity: .6;
}

.service-inner2-pa2 li .text {
  font-weight: 600 !important;
}

.pagenation {
  text-align: center;
}

.pagenation a {
  color: #000 !important;
}

.pagenation span {
  color: #F3E016 !important;
}

#single-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

time {
  /* margin-bottom: 30px; */
  display: block;
}
.topNews-lists-link2 time{
  font-size: 18px;
  margin-right: 20px;
}
.topNews-lists-link2 .title{
  font-size: 18px;
}

.single-post h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.single-post p {
  font-size: 14px;
}

.company-inner {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-head-text span {
    font-size: 12px !important;
  }
}

input[type="radio"]+span {
  font-size: 13.5px;
}

@media screen and (max-width: 767px) {
  input[type="radio"]+span {
    font-size: 12px;
  }
}

.te100 {
  border-bottom: 4px solid #F3E016;
}

.service-inner2-pa3 .lead {
  line-height: 1.9;
}

body {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif !important;
  overflow-x: hidden !important;
  font-weight: 400 !important;
  font-style: normal;
}

.topBox .pa1 {
  font-weight: 600 !important;
}

.topBox .pa2 {
  font-weight: 600 !important;
}

.top-service-item-text {
  font-weight: 600 !important;
}

.footer-right-head .footer-left-head-text {
  font-weight: 300 !important;
}

@media screen and (min-width: 768px) {
  .ch .last input[type="radio"]+span::after {
    left: -17px !important;
  }
}

@media screen and (max-width: 767px) {
  .row-radio {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top100 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}

.main-img {
  margin: 0px 0 50px;
  text-align: center;
}

.header-sns {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .header-sns {
    margin-left: 0;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    /* padding-right: 1rem !important;
    padding-left: 1rem !important; */
  }
}

@media screen and (max-width: 767px) {
  .contactListAdd {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

#wpadminbar #adminbarsearch .adminbar-button {
  display: none !important;
}

.header-sns a {
  width: 20px;
  height: 20px;
}

.header-sns a img {
  width: 20px;
  height: 20px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  /*background: #000;*/
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px !important;
  }
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

.response-inner .left img {
  width: 100%;
}

.backbtn {
  color: #000;
}

.checkbox {
  padding: 20px 0;
}

.checkbox a{
  text-decoration: underline;
  color: #6C1E19;
}
.checkbox a:hover {
  color: #6C1E19 !important;
  opacity: .6;
}

input[type="checkbox"] {
  margin-right: 5px;
}
@media (min-width: 768px) {
.noPost {
  width: calc(100% - 92px);
  text-align: center;
}
}

input[type="radio"]+span::after {
  background: #6C1E19;
}

.voice-title {
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  position: relative;
  font-weight: bold;

}
.voice-title::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  content: "";
  background: #6C1E19;

}
.voice5 .container {
  padding-bottom: 50px !important;
}
.add0313 {
  margin-bottom: 80px;
}
.add0313 .text {
  width: 100% !important;
  text-align: center !important;
}
.add0313 span {
  font-size: 130%;
  text-align: center;
  display: block;
}
.add0313 .about5-title {
  font-size: 160%;
}
@media (max-width: 768px) {
  .about5 .content .text {
    width: 100% !important;
  }
  .add0313 .text {
   text-align: left !important;
  }
  .add0313 {
    margin-bottom: 40px;
  }
  .voice5 .container {
    padding-bottom: 30px !important;
  }
  .voice-title {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    position: relative;
    font-weight: bold;
  
  }
  .und-voice h2 {
    font-size: 1.1rem;
  }
  .voice5 .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sp-lead {
    text-align: left !important;
  }
}

/* 特商法テーブル */
.section.legal .box table {
  padding: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
}

.section.legal .box table td {
  padding: 12px;
  border-bottom: 1px solid #6b280f;
}

.section.legal .box table td.title {
  width: 200px;
  font-weight: bold;
}
.section.legal .box {
  overflow-x: auto;
}

.section.legal .box table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}
