@charset "UTF-8";
/*PC+スマホ共通設定*/
/*デフォルト設定*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

img {
  width: 100%;
}

#top-link span {
  display: none;
}

/* Link
=========================================== */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a {
  outline: none;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* LAYOUT
=========================================== */
body {
  /*opacity: 0;*/
  transition: opacity 0.5s linear;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 2;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  position: relative;
}

/*メディアクエリ*/
/*PC*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type=submit],
input[type=button],
button[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus,
input[type=button]::focus,
button[type=button] {
    outline-offset: -2px;
  }
  input[type=text], textarea {
    font-size: 16px;
  }
}
/*common*/
/*PC LAYOUT*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
    color: #000;
    font-size: 1.25vw;
    line-height: 1.8;
  }
  .wrap {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  /* グローバルナビ（PC） */
  /*-------------------------------------------*/
  #gnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
  }
  #gnav ul li {
    margin-right: 15px;
    padding-left: 15px;
    width: auto;
  }
  #gnav ul li a {
    color: #1b1b1b;
    font-weight: bold;
  }
}
/* header PC/SP共通 */
/*-------------------------------------------*/
#header > div {
  z-index: 100;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #logo {
  width: 157px;
  height: 103px;
  z-index: 10;
}
#header #logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 157px;
  height: 103px;
  display: block;
  background: url(../img/logo.webp) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  #header {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
    display: flex;
    z-index: 99;
  }
}
/*メイン画像*/
/* main */
/*-------------------------------------------*/
#main-v {
  width: 100%;
  position: relative;
}

.photo-slide {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.photo-slide img {
  width: auto;
  height: 100%;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.photo-slide img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.photo-slide img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

/*中ページ*/
/*パンくず*/
div#bread {
  margin: 40px 0 60px 0;
}

#bread ul li {
  display: inline-block;
  font-size: 13px;
}

ul.bread-list li a {
  font-size: 13px;
  text-decoration: underline;
}

ul.bread-list li a:hover {
  text-decoration: none;
}

ul.bread-list li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 5px;
}

ul.bread-list li:last-child:after {
  content: none;
}

/* footer PC/SP共通 */
/*-------------------------------------------*/
footer {
  position: relative;
}

#footer {
  background-color: #1b1b1b;
  padding: 30px 0;
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-sitemap {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.f-sitemap li a {
  color: #fff;
  font-size: 1.5625vw;
}

.f-sns {
  display: flex;
}
.f-sns li {
  width: 4.5%;
  margin-right: 20px;
}

.copyright {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* footer SP */
  /*-------------------------------------------*/
  .f-sitemap {
    margin-bottom: 30px;
  }
  .f-sitemap li {
    color: #fff;
    margin-bottom: 10px;
  }
  .f-sitemap li a {
    font-size: 5.078125vw;
  }
}
/* タイトル */
/*-------------------------------------------*/
.ttl {
  text-align: center;
}
.ttl h2 {
  width: 23%;
  margin: auto;
}

.ttl02 {
  text-align: center;
  background: url(../img/service02_ttl.webp) no-repeat center center;
  background-size: contain;
  padding: 15px 0;
  margin-bottom: 40px;
}
.ttl02 h2 {
  color: #fff;
  font-size: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .ttl02 h2 {
    font-size: 4.6875vw;
  }
}

/* ボタン */
/*-------------------------------------------*/
/* コンテンツレイアウト */
/*-------------------------------------------*/
section {
  margin-bottom: 60px;
  position: relative;
}

/* top */
/*-------------------------------------------*/
.photo-slide {
  position: absolute;
}

#topBox02 {
  background: url(../img/service_bg.webp) no-repeat center center;
  padding: 60px 0;
  text-align: center;
}
#topBox02 p {
  margin: 30px 0;
  font-weight: bold;
}

#topBox03 ul {
  display: flex;
  justify-content: space-between;
}
#topBox03 ul li {
  width: 30%;
  background: url(../img/line01.webp) no-repeat right center;
  background-size: contain;
  padding-right: 2.5%;
}

#topBox04 {
  background: url(../img/otherservice_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}
#topBox04 .ttl h2 {
  width: 40%;
  margin-bottom: 30px;
}
#topBox04 ul {
  display: flex;
  justify-content: space-between;
}
#topBox04 ul li {
  width: 30%;
}

#topBox05 .ttl h2 {
  width: 12%;
  margin-bottom: 30px;
}

/*よくある質問*/
.faqBox {
  margin-bottom: 20px;
}

.q-text {
  background: url(../img/faq_q.webp) no-repeat left 20px center, url(../img/q-mark.png) no-repeat right 20px center, #dcdcdc;
  background-size: 5%, 2%;
  padding: 20px 50px 20px 100px;
}
.q-text h3 {
  font-size: 1.5625vw;
}
.q-text.on {
  background: url(../img/faq_q.webp) no-repeat left 20px center, url(../img/q-mark_on.png) no-repeat right 20px center, #dcdcdc;
  background-size: 5%, 2%;
}

.a-text {
  display: none;
  background: url(../img/faq_a.webp) no-repeat left 60px center;
  background-size: 5%;
  padding: 20px 50px 20px 150px;
}

#topBox06 {
  background: url(../img/company_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}
#topBox06 .ttl h2 {
  width: 25%;
  margin: 0;
  margin-bottom: 30px;
}
#topBox06 .wrap > img {
  position: absolute;
  bottom: 0%;
  right: -10%;
  width: 30%;
}

.name {
  background-color: #1b1b1b;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 0;
  width: 60%;
}
.name img {
  width: 70%;
  margin-bottom: 20px;
}

.message {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 80px;
}
.message h3 {
  width: 30%;
  margin-left: -96px;
  margin-top: -50px;
}
.message p {
  margin-right: 250px;
}

#topBox07 {
  background: url(../img/company02_bg.webp) no-repeat center top;
  background-size: contain;
}
#topBox07 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topBox07 .wrap img {
  width: 35%;
}
#topBox07 .wrap > div {
  width: 60%;
}
#topBox07 .wrap table th, #topBox07 .wrap table td {
  padding: 20px;
  border-bottom: 1px dotted;
}

#topBox08 {
  background: url(../img/contact_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 0;
}
#topBox08 h2 {
  margin-bottom: 30px;
}
#topBox08 h3 {
  text-align: center;
}
#topBox08 h3 {
  font-size: 1.5625vw;
  margin-bottom: 10px;
}
#topBox08 .wrap > p {
  margin-bottom: 50px;
  text-align: center;
}

.contact table tr th, .contact table tr td {
  padding: 20px 40px;
  border-bottom: 1px dotted #1b1b1b;
}
.contact table tr th {
  background-color: #dcdcdc;
  vertical-align: middle;
}
.contact table tr th span {
  background-color: #313131;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 1.015625vw;
}
.contact table tr td {
  background-color: #fff;
}
.contact table tr td input, .contact table tr td textarea {
  width: 100%;
  padding: 8px;
}

.btn {
  margin-top: 30px;
}
.btn p {
  text-align: center;
}
.btn input {
  padding: 10px 80px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.top_news h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 300;
  margin-bottom: 50px;
}
.top_news .top_news-cont {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #9fa0a0;
}
.top_news .top_news-date {
  color: #9fa0a0;
  margin-right: 50px;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 2%;
  }
  #gnav {
    display: none !important;
  }
  #header {
    position: absolute;
    top: 1%;
    left: 25%;
  }
  #header #logo a, #header #logo {
    width: 85px;
    height: 65px;
  }
  .photo-slide img {
    max-width: 250%;
  }
  .ttl h2 {
    width: 45%;
    margin-bottom: 25px;
  }
  #topBox01 > img {
    margin-top: 150px;
  }
  #topBox03 ul {
    display: block;
  }
  #topBox03 ul li {
    width: 100%;
    background: none;
    margin-bottom: 80px;
  }
  #topBox04 ul {
    display: block;
  }
  #topBox04 ul li {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
  #topBox04 .ttl h2 {
    width: 75%;
  }
  #topBox05 .ttl h2 {
    width: 25%;
  }
  .q-text {
    padding: 20px 50px;
  }
  .q-text h3 {
    font-size: 3.90625vw;
  }
  .a-text {
    background: url(../img/faq_a.webp) no-repeat left 10px center;
    background-size: 5%;
    padding: 20px 20px 20px 60px;
  }
  #topBox06 .ttl h2 {
    width: 45px;
  }
  .name {
    position: initial;
    padding: 20px 1%;
    width: 98%;
  }
  .name ul li {
    margin-bottom: 5px;
    font-size: 3.515625vw;
  }
  .message {
    padding: 25px;
  }
  .message h3 {
    margin: 0;
    width: 70%;
    margin-bottom: 20px;
  }
  .message p {
    margin: 0;
  }
  #topBox06 .ttl h2 {
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
  }
  #topBox06 .wrap {
    text-align: center;
  }
  #topBox06 .wrap > img {
    position: initial;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .name img {
    width: 90%;
  }
  .me-photo img {
    width: 70%;
  }
  #topBox07 .wrap {
    display: block;
    text-align: center;
  }
  #topBox07 .wrap > div {
    width: 100%;
  }
  #topBox07 .wrap table th {
    display: block;
    border: none;
    padding-bottom: 0;
  }
  #topBox07 .wrap table td {
    text-align: left;
    display: block;
    padding-top: 5px;
  }
  .contact table tr th, .contact table tr td {
    display: block;
  }
  .contact table tr th span {
    font-size: 2.34375vw;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  .btn input {
    font-size: 4.6875vw;
    padding: 10px 100px;
  }
  #footer .wrap {
    display: block;
    width: 70%;
    margin: auto;
  }
  .f-sitemap {
    display: block;
  }
  .copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */