@charset "UTF-8";
/*                font
======================================================= */
:root {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
.-f-b {
  font-weight: bold;
}

.-f-b-r {
  font-weight: bold;
  color: #ff0000;
}

.-f-b-b {
  font-weight: bold;
  color: #337ccf;
}

.-f-blue {
  color: #337ccf;
  font-weight: normal;
}

.-ta-c {
  text-align: center;
}

.-ta-l {
  text-align: left;
}

.-ta-r {
  text-align: right;
}

/*                mixin
======================================================= */
/*                setting
======================================================= */
#wrapper {
  overflow: hidden;
}

.-indent-1 {
  padding-left: 1rem;
  text-indent: -1rem;
}

.-indent-1a {
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.-indent-2 {
  padding-left: 2rem;
  text-indent: -2rem;
}

.-mb0 {
  margin-bottom: 0;
}

.-mb10 {
  margin-bottom: 10px;
}

.-mb15 {
  margin-bottom: 15px;
}

.-mb20 {
  margin-bottom: 20px;
}

.-mb30 {
  margin-bottom: 30px;
}

.-mb50 {
  margin-bottom: 50px;
}

.-mb80 {
  margin-bottom: 80px;
}

.-mb100 {
  margin-bottom: 100px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt20 {
  margin-top: 20px;
}

.-mt30 {
  margin-top: 30px;
}

.-mt50 {
  margin-top: 50px;
}

.-mt80 {
  margin-top: 80px;
}

.-mt100 {
  margin-top: 100px;
}

.-mt-n {
  margin-top: 0;
}

.-ml10 {
  margin-left: 10px;
}

.-ml15 {
  margin-left: 15px;
}

.-ml20 {
  margin-left: 20px;
}

.-ml30 {
  margin-left: 30px;
}

.-ml50 {
  margin-left: 50px;
}

.-ml100 {
  margin-left: 100px;
}

.-ml130 {
  margin-left: 130px;
}

.-m-a {
  margin-left: auto;
  margin-right: auto;
}

.-p5 {
  padding: 5px;
}

.-p10 {
  padding: 10px;
}

.-border {
  border: 1px solid #000;
}

.-contact {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.-bread {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #337ccf;
}

/*                section flame
======================================================= */
.section {
  padding: 80px 50px 80px 50px;
}
.section__wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .section {
    padding: 80px 20px 50px 20px;
  }
}
/*                section title 
======================================================= */
.sec-title__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
}
.sec-title__text br {
  display: none;
}
.sec-title__caption {
  color: #337ccf;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .sec-title__text > br {
    display: block;
  }
}
/*                button
======================================================= */
.button__link-box {
  text-align: center;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  padding: 10px;
  color: #fff;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  background-color: #337ccf;
  font-size: 1.2rem;
}
.button__link-box:hover {
  opacity: 0.6 !important;
}
.button__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*                fv-slider keyframes
======================================================= */
@-webkit-keyframes fv-slider {
  /* 初期位置は1個目の画像が左端 */
  0% {
    margin-left: 0;
  }
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  3% {
    margin-left: -100vw;
  }
  /* 少しの間上と同じ位置 */
  13% {
    margin-left: -100vw;
  }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  16% {
    margin-left: -200vw;
  }
  /* 少しの間上と同じ位置 */
  26% {
    margin-left: -200vw;
  }
  /* 3個分左の位置に進めて4個目の画像を左端にする */
  29% {
    margin-left: -300vw;
  }
  /* 少しの間上と同じ位置 */
  39% {
    margin-left: -300vw;
  }
  /* 4個分左の位置に進めて5個目の画像を左端にする */
  42% {
    margin-left: -400vw;
  }
  /* 少しの間上と同じ位置 */
  52% {
    margin-left: -400vw;
  }
  /* 5個分左の位置に進めて6個目の画像を左端にする */
  55% {
    margin-left: -500vw;
  }
  /* 少しの間上と同じ位置 */
  65% {
    margin-left: -500vw;
  }
  /* 6個分左の位置に進めて7個目の画像を左端にする */
  68% {
    margin-left: -600vw;
  }
  /* 少しの間上と同じ位置 */
  78% {
    margin-left: -600vw;
  }
  /* 7個分左の位置に進めて8個目の画像を左端にする */
  81% {
    margin-left: -700vw;
  }
  /* 少しの間上と同じ位置 */
  91% {
    margin-left: -700vw;
  }
  /* 8個分左の位置に進めて9個目の画像を左端にする */
  94% {
    margin-left: -800vw;
  }
  /* 最後の位置で停止 */
  100% {
    margin-left: -800vw;
  }
}
@keyframes fv-slider {
  /* 初期位置は1個目の画像が左端 */
  0% {
    margin-left: 0;
  }
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  3% {
    margin-left: -100vw;
  }
  /* 少しの間上と同じ位置 */
  13% {
    margin-left: -100vw;
  }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  16% {
    margin-left: -200vw;
  }
  /* 少しの間上と同じ位置 */
  26% {
    margin-left: -200vw;
  }
  /* 3個分左の位置に進めて4個目の画像を左端にする */
  29% {
    margin-left: -300vw;
  }
  /* 少しの間上と同じ位置 */
  39% {
    margin-left: -300vw;
  }
  /* 4個分左の位置に進めて5個目の画像を左端にする */
  42% {
    margin-left: -400vw;
  }
  /* 少しの間上と同じ位置 */
  52% {
    margin-left: -400vw;
  }
  /* 5個分左の位置に進めて6個目の画像を左端にする */
  55% {
    margin-left: -500vw;
  }
  /* 少しの間上と同じ位置 */
  65% {
    margin-left: -500vw;
  }
  /* 6個分左の位置に進めて7個目の画像を左端にする */
  68% {
    margin-left: -600vw;
  }
  /* 少しの間上と同じ位置 */
  78% {
    margin-left: -600vw;
  }
  /* 7個分左の位置に進めて8個目の画像を左端にする */
  81% {
    margin-left: -700vw;
  }
  /* 少しの間上と同じ位置 */
  91% {
    margin-left: -700vw;
  }
  /* 8個分左の位置に進めて9個目の画像を左端にする */
  94% {
    margin-left: -800vw;
  }
  /* 最後の位置で停止 */
  100% {
    margin-left: -800vw;
  }
}
/*                hamburger menu 
======================================================= */
.hd__hamburger {
  display: block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
}
.hd__hamburger[aria-expanded=true] .hd__hm-line {
  background-color: transparent;
}
.hd__hamburger[aria-expanded=true] .hd__hm-line::before, .hd__hamburger[aria-expanded=true] .hd__hm-line::after {
  top: 0;
  background-color: red;
  height: 3px;
  width: 35px;
}
.hd__hamburger[aria-expanded=true] .hd__hm-line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hd__hamburger[aria-expanded=true] .hd__hm-line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hd__hamburger:hover {
  opacity: 0.6;
}
.hd__hm-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.hd__hm-line::before, .hd__hm-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.hd__hm-line::before {
  top: -10px;
}
.hd__hm-line::after {
  top: 10px;
}
.hd__sp-menu {
  display: block;
  position: fixed;
  width: 350px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  background: #000000;
  color: #fff;
  visibility: hidden;
  z-index: 90;
}
.hd__sp-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.hd__sp-item {
  height: 7.5vh;
  width: 330px;
  border-bottom: 0.1px solid rgb(240, 240, 240);
  font-size: 1.25rem;
  display: table;
  color: #fff;
}
.hd__sp-item:hover {
  opacity: 0.6;
}
.hd__sp-item.-bb-none {
  border-bottom: none !important;
}
.hd__sp-item.sub {
  font-size: 1.1rem;
  height: 7vh;
  width: 300px;
}
.hd__sp-link {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.hd.tab-ham {
  display: table;
}

.hd__sp-submenu {
  display: none;
  margin-left: 7.5%;
}

.hd__sp-accordion-toggle {
  width: 100%;
  height: 8vh;
  text-align: center;
  font-size: 1.25rem;
  display: table;
  border-bottom: 0.1px solid rgb(240, 240, 240);
  cursor: pointer !important;
}
.hd__sp-accordion-toggle:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 1301px) {
  .hd__hamburger {
    right: calc((100vw - 1300px) * 1 / 2);
  }
  .hd__sp-menu {
    right: calc((100vw - 1300px) * 1 / 2);
  }
}
/*                page top
======================================================= */
#page-top {
  display: none;
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #9e9e9e;
  padding-top: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: relative;
  position: fixed;
  right: 5vw;
  bottom: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#page-top.-active {
  display: block;
}
#page-top::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 40%;
  height: 40%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page-top:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #page-top {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #page-top {
    bottom: 60px;
  }
}
/*                scroll
======================================================= */
/* スクロール位置の調整 */
.scroll-target {
  scroll-margin-top: 5rem; /* ヘッダーの高さに応じて調整 */
}

html {
  scroll-behavior: smooth;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=esubmit],
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

a {
  cursor: pointer !important;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

/*                header
======================================================= */
.hd {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999;
  background: #000;
}
.hd__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd__title {
  margin: 10px 10px 10px 20px;
}
.hd__title:hover {
  opacity: 0.6;
}
.hd__t-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd__t-img-box {
  margin-right: 10px;
}
.hd__t-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd__t-img {
  width: 100%;
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}
.hd__t-title {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.hd__n-text {
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}
.hd__c-text {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.3;
}
.hd__c-text br {
  display: none;
}
.hd__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd__tel {
  width: 170px;
  height: 50px;
  background-color: silver;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.hd__tel:hover {
  opacity: 0.6;
}
.hd__tel-number {
  font-size: 1.25rem;
  text-align: center;
}
.hd__contact {
  margin: 15px 60px 15px 0;
  width: 100px;
  height: 50px;
  background-color: silver;
  z-index: 90;
  cursor: pointer;
}
.hd__contact:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .hd__t-title {
    line-height: 2.5;
  }
  .hd__tel {
    width: 140px;
    position: absolute;
    bottom: calc(-100vh + 65px);
    right: 50px;
  }
  .hd__tel-number {
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
  }
  .hd__tel-time {
    font-weight: 0.8rem;
  }
  .hd__contact {
    margin-right: 60px;
    width: 90px;
  }
  .hd__c-text {
    line-height: 2.6;
  }
  .hd__c-text br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hd__tel {
    position: absolute;
    bottom: calc(-100vh + 125px);
  }
}
/*                first-view
======================================================= */
.first-view__slide {
  width: 900vw;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-animation-name: fv-slider;
          animation-name: fv-slider;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  /* 読込直後から遅延無しで開始 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* 無限に繰り返す */
}
.first-view__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*
  &:nth-of-type(8) {
    background-image: url(../img/fv_precious_metals.webp);

    &::after {
      content: "";
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
  }
  */
}
.first-view__img:nth-of-type(1) {
  background-image: url(../img/fv_ad_agency.webp);
}
.first-view__img:nth-of-type(1)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(2) {
  background-image: url(../img/fv_rent_guarantee.webp);
}
.first-view__img:nth-of-type(2)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(3) {
  background-image: url(../img/fv_estate_loan.webp);
}
.first-view__img:nth-of-type(3)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(4) {
  background-image: url(../img/fv_rental_property.webp);
}
.first-view__img:nth-of-type(4)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(5) {
  background-image: url(../img/fv_real_estate.webp);
}
.first-view__img:nth-of-type(5)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(6) {
  background-image: url(../img/fv_corporate_revitalization.webp);
}
.first-view__img:nth-of-type(6)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(7) {
  background-image: url(../img/fv_luxury_brand.webp);
}
.first-view__img:nth-of-type(7)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(8) {
  background-image: url(../img/fv_ai_system_dev.webp);
}
.first-view__img:nth-of-type(8)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__img:nth-of-type(9) {
  background-image: url(../img/fv_ad_agency.webp);
}
.first-view__img:nth-of-type(9)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first-view__message {
  z-index: 90;
}
.first-view__t {
  position: absolute;
  top: 28.125vw;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 5px;
  z-index: 90;
}
.first-view__t.-t1 {
  left: 105vw;
  color: silver;
}
.first-view__t.-t2 {
  left: 205vw;
  color: silver;
}
.first-view__t.-t3 {
  left: 305vw;
  color: silver;
}
.first-view__t.-t4 {
  left: 405vw;
  color: silver;
}
.first-view__t.-t5 {
  left: 505vw;
  color: silver;
}
.first-view__t.-t6 {
  left: 605vw;
  color: silver;
}
.first-view__t.-t7 {
  left: 705vw;
  color: silver;
}
.first-view__t.-t8 {
  left: 805vw;
  color: silver;
}
.first-view__t.-t9 {
  left: 905vw;
  color: silver;
}
.first-view__t.-t10 {
  left: 1005vw;
  color: silver;
}

@media only screen and (max-width: 1024px) {
  .first-view__t {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .first-view__slide {
    height: 156.25vw;
  }
  .first-view__t {
    font-size: 1.25rem;
    letter-spacing: 0;
    top: 88.5416666667vw;
  }
}
/*               section
======================================================= */
.section.-bk-vl-gray {
  background-color: rgb(240, 240, 240);
}
.section.-bk-b {
  background-color: #eff8fb;
}
.section__contents.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__contents.-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section__contents.-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.section__content {
  position: relative;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section__content.-pr {
  width: 80%;
}
.section__content.-box-shadow {
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 4px;
          box-shadow: 2px 2px 4px;
  max-width: 650px;
}
.section__content.-box-shadow-2 {
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 4px;
          box-shadow: 2px 2px 4px;
  max-width: 650px;
  margin: 30px;
}
.section__content.-mb15 {
  margin-bottom: 15px;
}
.section__content.-mb20 {
  margin-bottom: 20px;
}
.section__content.-mb30 {
  margin-bottom: 30px;
}
.section__content.-mb50 {
  margin-bottom: 50px;
}
.section__content.-mb100 {
  margin-bottom: 100px;
}
.section__content.-mt20 {
  margin-top: 20px;
}
.section__content.-mt30 {
  margin-top: 30px;
}
.section__content.-mt50 {
  margin-top: 50px;
}
.section__content.-mt100 {
  margin-top: 100px;
}
.section__content.-article {
  max-width: 800px;
}
.section__content-link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.section__content-link:hover {
  opacity: 0.6;
}
.section__website-img-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.section__website-img-box.-w90 {
  width: 90%;
}
.section__website-img-box.-w80 {
  width: 80%;
}
.section__website-img-box.-w70 {
  width: 70%;
}
.section__website-img-box.-sub {
  margin-top: 30px;
}
.section__website-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* コンテナに合わせて画像をトリミング */
}
.section__content-title-text {
  font-size: 1.5rem;
  padding-bottom: 5px;
  text-align: center;
  color: #337ccf;
  font-weight: bold;
}
.section__sub-content.-map {
  text-align: center;
}
.section__sub-content.-faq {
  padding: 20px;
  background-color: rgb(240, 240, 240);
}
.section__sub-content.-article {
  min-height: 400px;
  word-wrap: break-word;
}
.section__sub-content-title-text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.section__sub-content-ex {
  font-size: 1rem;
  line-height: 1.75;
  text-align: start;
}
.section__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .section__contents.-flex {
    display: block;
  }
  .section__contents.-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section__content {
    width: 100%;
  }
  .section__content.-pr {
    width: 100%;
  }
  .section__content.-box-shadow {
    margin: 0;
  }
  .section__content.-box-shadow-2 {
    margin: 50px auto 0;
  }
  .section__website-img-box.-sub {
    margin-top: 0;
  }
}
/*               content-bk
======================================================= */
.content-bk__title {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.content-bk__sub-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-bk__sub-title.-border-mt-blue {
  border-top: 3px solid blue;
  border-bottom: 3px solid blue;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
}
.content-bk__table.-bk {
  margin-left: 50px;
}
.content-bk__table.-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.content-bk__th {
  width: 35%;
  text-align: center;
  background-color: #f8f6f4;
}
.content-bk__th, .content-bk__td {
  border: 1px solid #000;
  padding: 5px;
  vertical-align: middle;
}
.content-bk__th.-p10, .content-bk__td.-p10 {
  padding: 10px;
}
.content-bk__td {
  width: 65%;
}
.content-bk__td-text br {
  display: none;
}
.content-bk__contact {
  margin: 20px 30px 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}
.content-bk__contact br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .content-bk__th {
    width: 120px;
  }
  .content-bk__td {
    width: 300px;
  }
  .content-bk__td-text br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .content-bk__table.-bk {
    margin-left: 0;
  }
  .content-bk__th {
    width: 110px;
  }
  .content-bk__td {
    width: 300px;
  }
}
/*               company
======================================================= */
.content-com__table {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.content-com__th {
  background-color: #f8f6f4;
  width: 200px;
  text-align: center;
}
.content-com__th, .content-com__td {
  border: 1px solid #000;
  padding: 30px 20px;
}
.content-com__td {
  width: 500px;
  background-color: #fff;
}
.content-com__td-text br {
  display: none;
}
.content-com__contact {
  margin: 20px 30px 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}
.content-com__contact br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .content-com__table {
    margin-top: 0;
  }
  .content-com__th {
    width: 120px;
  }
  .content-com__td {
    width: 300px;
  }
  .content-com__td-text br {
    display: block;
  }
  .content-com__th, .content-com__td {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .content-com__table {
    margin-top: 0;
  }
  .content-com__th {
    width: 110px;
  }
  .content-com__td {
    width: 300px;
  }
  .content-com__th, .content-com__td {
    padding: 20px 10px;
  }
}
/*                news
======================================================= */
.news {
  min-height: 400px;
}
.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.news__content {
  width: 350px;
  height: 80px;
  padding: 15px 10px;
  border-bottom: 1px solid #707070;
  margin-left: auto;
  margin-right: auto;
}
.news__content:hover {
  opacity: 0.6;
}
.news__con-date {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #337ccf;
}
.news__con-date.-ta-r {
  text-align: right;
}
.news__con-text {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .news__grid {
    display: block;
  }
  .news__content {
    width: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .news__content {
    width: 330px;
  }
}
.more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more-news.-top-news {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.more-news__button {
  padding: 5px;
  background-color: silver;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}
.more-news__button:hover {
  opacity: 0.7;
}
.more-news__link {
  color: #fff !important;
}

/*               ft
======================================================= */
.ft__wrap {
  width: 100%;
  background: #000;
  display: block;
  padding: 20px 0;
}
.ft__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  gap: 5px;
}
.ft__li-content-text {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
}
.ft__li-content-text:hover {
  opacity: 0.6;
}
.ft__copyright {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.ft__cp-text {
  font-size: 0.7rem;
  color: #fff;
}
.ft__cp-link {
  color: #fff;
}
.ft__cp-link:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .ft__link {
    width: 370px;
  }
}
/*               recaptcha　badge
======================================================= */
.grecaptcha-badge {
  z-index: 100;
}
/*# sourceMappingURL=style.css.map */