s@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  height: 100vh;
}
html, html * {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

/*スマホ向けスタイル*/
@media (max-width: 767px) {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    max-width: 767px;
    background-color: #06267D;
  }
  /*-----main-nav-----*/
  .main-nav {
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 100%;
    max-width: 767px;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .main-nav ul {
    max-width: 767px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .main-nav img {
    width: 85px;
  }
  .main-nav li:first-child {
    margin-right: auto;
  }
  .main-nav li {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    min-width: 100px;
    flex-wrap: wrap;
    padding: 0;
    max-width: 150px;
    height: 45px;
  }
  .main-nav li a {
    font-weight: bolder;
    font-size: max(15px, 1.8vw);
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #ffd700;
    text-decoration: none;
    padding: 10px;
    display: block;
    line-height: 2em;
    width: 100%;
  }
  .main-nav li a:hover {
    color: #E7DA66;
  }
  /*-----hero-----*/
  .hero {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 0em;
    margin-right: 0em;
    margin-left: 0em;
    margin-bottom: 0em;
    padding: 0;
    height: 70vh;
    display: block;
    background-position: center center;
    background-size: cover;
  }
  .hero .text-inner {
    width: 85%;
    height: auto;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5em;
    top: 5%;
    padding-bottom: 4em;
    color: #333;
    font-family: "Source-han-sans-japanese", sans-serif;
    background-color: hsla(0,0%,100%,0.70);
    max-width: 600px;
    min-width: 330px;
  }
  .hero .text-inner p {
    position: relative;
    top: 13px;
    color: #262626;
    font-weight: bolder;
    font-size: 1.6rem;
    color: #333;
    font-family:  "Source-han-sans-japanese", sans-serif;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 90vw;
    opacity: 1;
    line-height: 35px;
  }
.hero .text-inner p span {
    font-size: clamp(1.6rem, 1.657rem + 0.72vw, 2rem);
    font-family: Source-han-sans-japanese, sans-serif;
  }
.hero h1  {
    margin-top: 0;
    margin-left: auto;
    font-weight: bolder;
    font-size: clamp(1.6rem, 1.314rem + 1.43vw, 2rem);
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    color: #FFD800;
    position: relative;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    display: block;
    line-height: 30px;
    text-decoration: none;
    top: 17px;
    text-shadow: 2px 2px 8px #000000;
  }
.hero h1 span {
    font-size: 2.4rem;
    position: relative;
    top: 10px;
  }
  .hero-sub {
    display: none;
    font-size: medium;
  }
  /*-----main-----*/
  main {
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    top: 0px;
  }
  .busi-info-wrappere .busi-info {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
    justify-content: center;
    position: relative;
  }
  .busi-wrap {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 0px;
    align-items: stretch;
    width: 100%;
    margin: 3em auto 0;
    left: auto;
    right: auto;
  }
  .busi-info {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    top: 0px;
    left: auto;
    right: auto;
    justify-content: center;
    min-width: 61px;
  }
  .busi-info h2 {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: max(1.8rem, 3.0vw);
    font-weight: bolder;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding: 10px;
    width: 50%;
    letter-spacing: 8px;
    border-bottom: 5px dotted #F70004;
    text-align: center;
    max-width: 380px;
    clear: none;
  }
  .busi-info h3 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding: 10px 30px;
    font-size: clamp(1.6rem, 1.457rem + 0.72vw, 1.8rem);
    color: #FFFFFF;
    background-color: #06267D;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .busi-1, .busi-2, .busi-3, .busi-4 {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    display: flex;
    width: 80%;
    max-width: 650px;
    flex-direction: row;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 2px solid #2856ED;
    justify-content: center;
    flex-wrap: wrap;
  }
  .busi-1 img, .busi-2 img, .busi-3 img, .busi-4 img {
    width: 100%;
    max-width: 150px;
    position: relative;
    margin: 10px auto;
    min-width: 125px;
    display: block;
  }
  .busi-wrap h3 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: max(1.5rem, 2.4vw);
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    background-color: #002582;
    border-radius: 5px;
    color: #FFFFFF;
  }
  .bi-text-inner {
    width: 95%;
    min-width: 0px;
    max-width: 500px;
    margin: 0 auto;
  }
  .bi-text-inner p span {
    margin: 0 auto;
    font-family: FOT-UDkakugo-large-pr6n, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .spot-r-wrapper {
    margin: 13em auto 0 auto;
    width: 80%;
  }
  .spot-r h2 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-variant: normal;
    font-weight: bolder;
    font-size: max(1.8rem, 3.0vw);
    letter-spacing: 8px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 5px dotted #F70004;
    max-width: 400px;
  }
  .spot-r-wrap {
    display: flex;
    margin-top: 1em;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 15em;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .spot-r-A, .spot-r-B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
    width: 100%;
    max-width: 767px;
    padding-top: 25px;
    border: 2px solid #0255F6;
  }
  .spot-r-A img {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 280px;
    min-width: 150px;
  }
  .spot-r-B img {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    top: -25px;
    max-width: 280px;
    min-width: 150px;
    width: 100%;
  }
  .spot-r-A .spot-r-textinner {
    position: relative;
    top: 23px;
  }
  .spot-r-B .spot-r-textinner {
    position: relative;
  }
  .spot-r-textinner {
    text-align: center;
    margin-top: -1em;
    padding: 0px 10px;
    margin-bottom: 5em;
    max-width: 500px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .spot-r-textinner h3 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 0em;
    background-color: #06267d;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
  }
  .spot-r-textinner p {
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
  }
  .spot-r-textinner p span {
    display: inline-block;
    margin-bottom: 11px;
  }
  /*----aisatu-----*/
  .aisatu-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
    min-width: 320px;
    flex-wrap: wrap;
  }
  .aisatu-ceo img {
    margin-top: 70px;
    margin-left: auto;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    max-width: 300px;
    width: 100%;
    min-width: 150px;
  }
  .aisatu {
    margin-top: 60px;
    padding: 0 30px 30px;
    min-width: 320px;
    max-width: 400px;
  }
  .aisatu p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    text-align: left;
  }
  .aisatu p span {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bolder;
    margin: 0;
    font-size: 1.2em;
    float: right;
    line-height: 26px;
  }
  .news-wrapper {
    margin-top: 15em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    height: 370px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .news-wrapper p {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: max(1.8rem, 3.0vw);
    border-bottom: 5px dotted #F60004;
    width: 51%;
    margin-top: -4em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding: 10px;
    text-align: center;
  }
  .news-wrapper ul li {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    padding: 15px;
    font-size: 1.6rem;
  }
  /*-----sub-nav-----*/
  .box-aria {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    max-width: 767px;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    top: 32px;
    background-color: #223C7D;
  }
  .boxA {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5em;
    display: block;
    max-width: 150px;
  }
  .boxA > p {
    margin-top: 10px;
    padding: 5px;
    color: #fff;
    font-size: clamp(1.4rem, 1.257rem + 0.72vw, 1.6rem);
    width: 100%;
    text-align: left;
    display: block;
    clear: left;
    position: relative;
  }
  .boxB {
    width: 100%;
    margin: 0 auto 5em;
    padding: 0;
    height: auto;
    display: block;
  }
  .boxB > p {
    margin-top: 10px;
    padding: 5px;
    color: #fff;
    font-size: clamp(1.4rem, 1.257rem + 0.72vw, 1.6rem);
    text-align: center;
    width: 100%;
  }
  .boxC {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    height: auto;
    max-width: 250px;
  }
  .boxC > p {
    margin-top: 10px;
    padding: 5px;
    color: #fff;
    font-size: clamp(1.4rem, 1.257rem + 0.72vw, 1.6rem);
    width: 100%;
    text-align: center;
  }
  .circle {
    width: 100px;
    height: 100px;
    background-color: #ffd700;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
  }
  .circle {
    transition: all .6s ease;
  }
  .circle:hover {
    transform: scale(1.2, 1.2);
    background-color: #ffffff00;
    border: 3px solid #F6D10A;
  }
  .circle > a {
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    font-weight: bolder;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    top: 19px;
    left: 0px;
    text-shadow: 1px 2px 26px #020101;
    padding: 20px 0;
    display: block;
  }
  footer {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 10vw;
    padding-bottom: 60px;
    display: flex;
    background-color: #06267d;
    flex-direction: column;
    position: relative;
    height: auto;
  }
  .s_logo {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 400px;
    height: auto;
    margin: 0 0 15px 0;
    background-color: #06267d;
    font-size: medium;
  }
  adress {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    top: 0px;
  }
  .businessInfo_txt .style18 {
    color: #FFFFFF;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    text-align: left;
    float: left;
    text-decoration: none;
  }
  .fsnav {
    width: 10%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
    top: -107px;
    left: 466px;
    text-decoration: none;
    display: none;
  }
  .fsnav dt {
    font-size: 1.6rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .fsnav dd {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
  }
  small {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #ffd700;
    margin: 0 auto;
    color: #252525;
    font-size: 12px;
    text-align: center;
  }
  /*------------------ トピックパス ---------------*/
  .topicpath-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    font-size: medium;
  }
  .topicpath p {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    height: auto;
    color: #FFFFFF;
    width: 200px;
  }
  .company {
    width: 100%;
    max-width: 1000px;
    padding: 1em 0px;
    background-color: #06267d;
  }
  .jigyou {
    width: 100%;
    max-width: 1000px;
  }
  section {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
  }
  h2.bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 80%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*--------------------会社概要----------------------*/
  .company_form {
    width: 80%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 1000px;
    position: relative;
    margin: 1% auto 46px;
  }
  .company_form table {
    border: 1px solid #666;
    max-width: 900px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
  }
  .company_form table th {
    border: thin solid #777;
    width: 30%;
    height: 40px;
    color: #000;
    line-height: 3em;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #E6B422;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 46%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
    background-color: #06267d;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*------------------お問合せページ--------------------*/
  toptext-contactform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    height: 15px;
    line-height: 120%;
    padding: 0px;
    color: #666;
    width: 920px;
    margin: 0 auto;
    background-color: #5b7375;
  }
  .estimate-f {
    display: none;
  }
  /*--------------------沿革----------------------*/
  .enkaku-bn {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto 12px;
    font-weight: bolder;
    width: 80%;
  }
  .enkaku-bn:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 4%;
    width: 25%;
    left: 200px;
  }
  .enkaku {
    width: 80%;
    margin: 0 auto 70px;
    color: #FFFFFF;
    font-size: 1.4rem;
  }
  .enkaku ul dt {
    font-size: 1.2rem;
    font-weight: bolder;
  }
  .enkaku ul dd {
    margin-bottom: 6px;
  }
  main.jigyou {
    margin: 0 auto;
    padding-top: 1em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 2em;
    max-width: 767px;
    width: 100%;
    background-color: #06267d;
  }
  section {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
    max-width: 767px;
  }
  /*--------------------事業内容----------------------*/
  h2.jigyou {
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
    margin: 80px auto 0 auto;
    width: 80%;
    max-width: 767px;
  }
  .jigyou-text {
    font-weight: bolder;
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px 10px;
    width: 87%;
    max-width: 767px;
    text-align: center;
    background-color: #DFA71B;
  }
  .jigyou-bn {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 767px;
    left: -17px;
    top: -10px;
  }
  .jigyou-bn img {
    width: 90%;
    height: auto;
  }
  .jigyou ul {
    color: #FFFFFF;
    list-style-type: none;
    margin: 45px auto 0;
    padding: 0;
    font-size: 1.6rem;
    position: relative;
    width: 80%;
  }
  .jigyou ul li {}
  .jigyou li a.koukei {
    position: relative;
  }
  .jigyou li a.koukei:after {
    content: "";
    position: absolute;
    top: 1em;
    left: 7em;
    display: inline-block;
    pointer-events: none;
    width: 100px;
    height: 100px;
  }
  .jigyou li a.koukei:hover:after {
    background-image: url(../images/nayami-s.jpg); /* 表示する画像 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    width: 100px;
    height: 100px;
  }
  h3.jigyou {
    margin: 80px auto 0;
    padding: 0;
    width: 80%;
    position: relative;
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
  }
  .jigyou-text2 {
    color: #FFFFFF;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    position: relative;
  }
  .jigyou-wrap {
    min-width: 310px;
  }
  .jigyou-wrap1 {
    margin: 0 auto;
    width: 100%;
    position: relative;
    left: auto;
    min-width: 300px;
  }
  .jigyou-box {
    width: 46%;
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    display: flex;
    min-width: 310px;
  }
  .jigyou-boxA {
    color: #FFFFFF;
    margin: 30px 0;
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 167px;
    height: auto;
    background-color: #fff;
    position: relative;
    left: auto;
    right: auto;
    min-width: 167px;
  }
  .jigyou-boxA:after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 0px;
    top: 53px;
    margin: 0 auto;
    color: #FFFFFF;
  }
  .jigyou-boxA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxA p {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 16px;
  }
  .jigyou-boxAA {
    color: #FFFFFF;
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 167px;
    height: auto;
    background-color: #fff;
    position: relative;
    left: auto;
    right: auto;
    min-width: 167px;
  }
  .jigyou-boxAA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxAA p {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 3px;
  }
  .jigyou-boxB p {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
    position: relative;
    left: 12px;
    top: 52px;
  }
  .arrow-wrap {
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 65%;
  }
  .jigyou-wrap2 {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .case {
    color: #fff;
    margin: 0 auto;
    padding-right: 20px;
    width: 55%;
    position: relative;
    flex-direction: row-reverse;
    top: 20px;
  }
  .case #kind dt {
    font-size: 1.4rem;
    margin: 0 0 0px;
    font-weight: bolder;
  }
  .case #kind dd {
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.2rem;
  }
  /*------------------賃貸契約システム--------------------*/
  h3.Ra {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 80px auto 12px;
    font-weight: bolder;
    width: 80%;
    position: relative;
    min-width: 310px;
  }
  h3.Ra:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 50%;
    width: 45%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Rental-agree {
    margin: 0 auto 75px;
    padding: 0;
    width: 65%;
    justify-content: center;
    height: auto;
    display: flex;
    min-width: 320px;
  }
  .Rental-agree-img {
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/rental-agree.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 82%;
    height: 457px;
    display: none;
  }
  .Rental-agree-box-L {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 36%;
    position: relative;
    left: -89px;
  }
  .Ra-boxA {
    margin: 20px 0 0 116px;
    padding: 20px;
    color: #FFFFFF;
    width: 124px;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
  }
  .Ra-arrow-vertical {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 162px;
    top: 13px;
    color: #FFFFFF;
  }
  .Ra-boxB {
    margin: 1px 0 0 114px;
    padding: 20px;
    color: #FFFFFF;
    width: 124px;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
  }
  .Ra-text1 p {
    font-size: 1.2rem;
    color: #FFFFFF;
    position: relative;
    width: 35%;
    top: -12px;
    left: 208px;
  }
  .Rental-agree-box-R {
    margin: 0 auto;
    padding: 0;
    width: 36%;
    position: relative;
    top: -5px;
    left: -28px;
    display: flex;
    flex: 1 0 250px;
  }
  .Ra-arrow-horizontal {
    width: 0;
    height: 0;
    border-left: 30px solid #FA9F9E;
    border-top: 20px solid transparent;
    position: relative;
    left: 65px;
    top: 41px;
    color: #FFFFFF;
    border-bottom: 20px solid transparent;
    font-size: medium;
  }
  .Ra-arrow-horizontal p {
    position: relative;
    width: 100px;
    font-size: 1.2rem;
    top: 24px;
    left: -44px;
  }
  .Ra-boxC {
    margin: 20px 0 0 0px;
    padding: 20px 10px;
    color: #FFFFFF;
    width: 118px;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #FFFFFF;
    border-radius: 35px;
    font-weight: bolder;
    height: 95px;
    position: relative;
    left: 89px;
  }
  .Ra-boxC p span {
    font-size: 1rem;
  }
  .notice p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.2rem;
    top: -26px;
    width: 80%;
    display: inline-block;
  }
  /*------------------売買契約システム--------------------*/
  .Sales-contract {
    margin: 0 auto;
    padding: 0;
    width: 65%;
    position: relative;
    height: auto;
    min-width: 310px;
  }
  h3.Sc {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bolder;
    width: 100%;
    margin: 80px auto 12px;
    padding: 0;
    min-width: 310px;
    position: relative;
  }
  h3.Sc:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 50%;
    width: 45%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Sales-contract p {
    margin: 5px auto 50px;
    padding: 0;
    width: 80%;
    position: relative;
    font-size: 1.6rem;
    color: #fff;
  }
  .fsnav dd {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
  }
  /*-----main-----*/
  /*------------------個人情報保護方針-------------------*/
  main.personal-info {
    display: flex;
    max-width: 767px;
    margin: 0 auto;
    flex-wrap: wrap;
    background-color: #06267d;
  }
  .personal-info-wrap {
    max-width: 767px;
    margin: 0 auto;
    width: 90%;
  }
  h2.personal-info {
    font-family: "A-OTF Midashi Go MB31 Pr6N MB31";
    color: #dfa71b;
    font-size: 2rem;
    margin: 20px auto;
    font-weight: bolder;
    text-align: center;
  }
  .personal-info-wrap p {
    color: #fff;
    font-size: 1.4rem;
  }
  .personal-info-wrap dl {
    color: #FFFFFF;
  }
  .personal-info-wrap dl dt {
    color: #FFFFFF;
    font-size: 1.6rem;
    margin: 15px 0 10px;
    font-weight: bolder;
  }
  .personal-info-wrap dl dd {
    font-size: 1.4rem;
  }
  .asahi .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
    top: 153px;
  }
  .asahi .swiper-wrapper {
    align-items: stretch;
    position: relative;
    height: 200px;
  }
  .asahi .swiper-slide {
    justify-content: center;
    align-items: center;
    height: 85px;
    padding-bottom: 25px;
    background-color: #052681;
    font-size: medium;
    top: 6em;
    position: relative;
    opacity: 1;
  }
  .asahi .asahi-inner p {
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    top: 12px;
    position: relative;
    font-family: "Klee One SemiBold";
    text-align: center;
  }
  .asahi .asahi-inner p span {
    font-size: 2.2rem;
    text-align: center;
    font-family: "Klee One SemiBold";
  }
  .asahi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .asahi .swiper-pagination-bullet-active {
    background: #666;
  }
  .syousai {
    margin: 15px auto 0;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .syousai_b {
    margin: 0px auto 10px;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .busi-1 .syousai a, .busi-2 .syousai a, .busi-3 .syousai a, .busi-4 .syousai a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 22px;
  }
  .busi-1 .syousai a:hover, .busi-2 .syousai a:hover, .busi-3 .syousai a:hover, .busi-4 .syousai a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .syousai a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 20px;
    left: 0px;
  }
  .syousai_b a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 20px;
    left: 45px;
  }
  .spot-r-A .syousai_b a, .spot-r-B .syousai_b a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
    text-align: center;
    position: relative;
    top: 20px;
    display: inline-block;
    left: 38px;
  }
  .spot-r-A .syousai_b a:hover, .spot-r-B .syousai_b a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .aisatu-wrapper2 {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .aisatu-wrapper2 .aisatu a {
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
    display: inline-block;
    color: #FFFFFF;
    font-family: uddigikyokasho-pro, sans-serif;
    font-size: 4rem;
    font-weight: bold;
    border-left: 10px solid #FFD800;
    padding-left: 60px;
    border-right: 9px solid #FFD800;
    padding-right: 60px;
  }
  .aisatu-wrapper2 .aisatu a:hover {
    color: #FFD800;
    text-shadow: 3px 3px 18px #FFD800;
  }
  /*.asahi .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
    top: 153px;
  }
  .asahi .swiper-wrapper {
    align-items: stretch;
    position: relative;
    height: 200px;
  }
  .asahi .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-bottom: 25px;
    background-color: #052681;
    font-size: medium;
    top: 6em;
    position: relative;
    opacity: 1;
  }
  .asahi .asahi-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 3vw;
    top: -13px;
    position: relative;
    font-family: "Klee One SemiBold";
  }
  .asahi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .asahi .swiper-pagination-bullet-active {
    background: #666;
  }*/
}
/*タブレット向けスタイル　768*/
@media (min-width: 768px) {
  .main-nav {
    margin: 0;
    padding: 0 50px 0 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 65px;
    background-color: #06267d;
  }
  .main-nav li:first-child {
    margin-right: auto;
  }
  .main-nav img {
    width: 160px;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    top: -5px;
  }
  .main-nav li {
    list-style: none;
    margin: 0;
    min-width: 100px;
    flex-wrap: wrap;
    height: 0px;
  }
  .main-nav li a {
    font-weight: bolder;
    font-size: 14px;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    line-height: 2em;
  }
  .main-nav li a:hover {
    color: #E7DA66;
  }
  .main-nav li:last-child {
    background-color: #06267d;
    margin: 0;
    position: relative;
    top: 0px;
    color: #ffd700;
  }
  .main-nav li.end a {
    color: #ffd800;
    background-color: #06267D;
    height: 60px;
  }
  .hero {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 575px;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 0px;
    z-index: -10;
    font-family: uddigikyokasho-pro, sans-serif;
  }
  .hero-sub {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 300px;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 0px;
    z-index: -10;
    font-family: uddigikyokasho-pro, sans-serif;
  }
  .hero-sub p {
    position: relative;
    top: 46px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 1.6rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-shadow: 1px 2px 25px #000000;
  }
  .hero-sub p span {
    font-size: 2.4rem;
  }
  .hero-sub h1 {
    margin: 0 auto;
    padding: 0px;
    font-weight: bolder;
    font-size: 2.2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #e6b422;
    position: relative;
    top: 53px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    text-shadow: 2px 3px 10px #000000;
  }
  .hero-sub h1 span {
    font-size: 2.4rem;
  }
  .text-inner-sub {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 275px;
    display: block;
    background-position: center center;
    background-size: cover;
  }
  .text-inner {
    max-width: 720px;
    padding: 0;
    height: 60%;
    position: relative;
    margin: 0 auto;
    display: block;
    top: 167px;
    right: -1%;
    width: 100%;
  }
  .hero .text-inner p {
    position: relative;
    top: -43px;
    color: #262626;
    font-weight: bolder;
    font-size: 2rem;
    font-family: Source-han-sans-japanese, sans-serif;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 80%;
    max-width: 71vw;
    opacity: 1;
    background-color: hsla(0,0%,100%,0.70);
  }
.hero .text-inner p span {
    font-size: 3rem;
    font-family: Source-han-sans-japanese, sans-serif;
  }
.hero h1  {
    margin: 0 auto;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #FFD800;
    position: relative;
    top: 24px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    display: block;
    line-height: 40px;
    text-shadow: 2px 2px 8px #000000;
  }
.hero h1 span {
    font-size: 2.8rem;
  }
  /*/hiro*/
  .busi-info-wrappere .busi-info {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
  }
  .busi-wrap {
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    display: flex;
    padding: 0px;
    align-items: stretch;
    width: 100%;
    margin-top: 3em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
  }
  .busi-info h2 {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding: 10px;
    width: 30%;
    letter-spacing: 8px;
    border-bottom: 5px dotted #F70004;
    text-align: center;
    text-indent: 25px;
  }
  .busi-info h3 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding: 10px 30px;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #06267D;
    margin: 0 auto;
    width: 600px;
    text-align: center;
  }
  .busi-1, .busi-2, .busi-3, .busi-4 {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 250px;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 2px solid #2856ED;
  }
  .busi-1 img, .busi-2 img, .busi-3 img, .busi-4 img {
    width: 100%;
    max-width: 300px;
    display: block;
    position: relative;
    left: 0px;
    margin: 10px 0;
    top: 0px;
    max-height: 165px;
  }
  .busi-wrap h3 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    background-color: #002582;
    border-radius: 5px;
    color: #FFFFFF;
  }
  .bi-text-inner p span {
    margin: 0 auto;
    font-family: FOT-UDkakugo-large-pr6n, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .spot-r-wrapper {
    margin: 13em auto 0 auto;
    width: 80%;
  }
  .spot-r h2 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-variant: normal;
    font-weight: bolder;
    font-size: 3rem;
    letter-spacing: 8px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 5px dotted #F70004;
    text-indent: 13px;
    max-width: 400px;
  }
  .spot-r-wrap {
    display: flex;
    margin-top: 5em;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 15em;
  }
  .spot-r-A, .spot-r-B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    width: 350px;
    padding-top: 25px;
    border: 3px solid #0255F6;
  }
  .spot-r-A img {
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .spot-r-B img {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -60px;
    position: relative;
    top: -100px;
  }
  .spot-r-A .spot-r-textinner {
    position: relative;
    top: 23px;
  }
  .spot-r-B .spot-r-textinner {
    position: relative;
  }
  .spot-r-textinner {
    text-align: center;
    margin-top: -1em;
    padding: 0px 10px;
    margin-bottom: 5em;
  }
  .spot-r-textinner h3 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 0em;
    background-color: #06267d;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
  }
  .spot-r-textinner p {
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
  }
  .spot-r-textinner p span {
    display: inline-block;
    margin-bottom: 11px;
  }
  .aisatu-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .aisatu-ceo img {
    margin-top: 70px;
    margin-left: auto;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    max-width: 300px;
    margin-right: 20px;
  }
  .aisatu {
    margin-top: 60px;
    padding: 0 30px 30px;
    min-width: 320px;
    max-width: 400px;
  }
  .aisatu p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
  }
  .aisatu p span {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bolder;
    margin: 0;
    font-size: 1.2em;
    float: right;
    line-height: 26px;
  }
  .news-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    height: 370px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .news-wrapper p {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 3rem;
    border-bottom: 5px dotted #F60004;
    width: 22%;
    margin-top: 0em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding: 10px;
    text-align: center;
  }
  .news-wrapper ul li {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
  }
  .aisatu p span {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bolder;
    margin: 0;
    font-size: 1.2em;
    float: right;
    line-height: 26px;
  }
  .aisatu p {
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
  }
  .box-aria {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 50px;
    height: auto;
    justify-content: center;
    max-width: 1023px;
    min-width: 768px;
    display: flex;
  }
  .boxA {
    width: 260px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
  }
  .boxA > p {
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.4rem;
    max-width: 150px;
    position: relative;
    left: 20%;
  }
  .boxB {
    width: 260px;
    margin: 0px 10px;
    padding: 0;
    height: auto;
    display: block;
  }
  .boxB > p {
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.6rem;
  }
  .boxC {
    width: 260px;
    margin: 0 0 0 10px;
    padding: 0;
    height: auto;
    display: block;
  }
  .boxC > p {
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.5rem;
  }
  .circle {
    width: 100px;
    height: 100px;
    background-color: #ffd700;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
  }
  .circle {
    transition: all .6s ease;
  }
  .circle:hover {
    transform: scale(1.2, 1.2);
    border: 3px solid #F6D10A;
    background-color: #FFFFFF00;
  }
  .circle > a {
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    font-weight: bolder;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    top: 19px;
    left: 0px;
    text-shadow: 1px 2px 26px #020101;
    padding: 20px 0;
    display: block;
  }
  footer {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    padding: 60px;
    height: 230px;
    display: flex;
    background-color: #06267d;
    flex-direction: column;
  }
  .s_logo {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 400px;
    height: auto;
    margin: 0 0 15px 0;
    background-color: #06267d;
  }
  adress {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    top: 0px;
  }
  .businessInfo_txt .style18 {
    color: #FFFFFF;
    width: 85%;
    height: auto;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    float: left;
    text-decoration: none;
  }
  .fsnav {
    width: 20%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
    top: -107px;
    left: 466px;
    text-decoration: none;
  }
  .fsnav dt {
    font-size: 1.6rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .fsnav dd {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
  }
  small {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #ffd700;
    margin: 0 auto;
    color: #252525;
    font-size: 12px;
    text-align: center;
  }
  /*------------------ トピックパス ---------------*/
  .topicpath-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    font-size: medium;
  }
  .topicpath p {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    height: auto;
    color: #FFFFFF;
    width: 200px;
  }
  .company {
    width: 100%;
    max-width: 1000px;
    background-color: #06267d;
  }
  .jigyou {
    width: 100%;
    max-width: 1000px;
  }
  section {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
  }
  h2.bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 80%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*--------------------会社概要----------------------*/
  .company_form {
    width: 80%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 1000px;
    position: relative;
    margin: 1% auto 46px;
  }
  .company_form table {
    border: 1px solid #666;
    max-width: 900px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
  }
  .company_form table th {
    border: thin solid #777;
    width: 30%;
    height: 40px;
    color: #000;
    line-height: 3em;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #E6B422;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 46%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
    background-color: #06267d;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*------------------お問合せページ--------------------*/
  toptext-contactform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    height: 15px;
    line-height: 120%;
    padding: 0px;
    color: #666;
    width: 920px;
    margin: 0 auto;
    background-color: #5b7375;
  }
  .estimate-f {
    display: none;
  }
  /*--------------------沿革----------------------*/
  .enkaku-bn {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto 12px;
    font-weight: bolder;
    width: 80%;
  }
  .enkaku-bn:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 4%;
    width: 25%;
    left: 200px;
  }
  .enkaku {
    width: 80%;
    margin: 0 auto 70px;
    color: #FFFFFF;
    font-size: 1.4rem;
  }
  .enkaku ul dt {
    font-size: 1.2rem;
    font-weight: bolder;
  }
  .enkaku ul dd {
    margin-bottom: 6px;
  }
  main.jigyou {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 2em;
    padding-bottom: 5em;
    background-color: #06267d;
  }
  /*--------------------事業内容----------------------*/
  h2.jigyou {
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
    margin: 80px auto 0 auto;
    width: 80%;
  }
  .jigyou-text {
    font-weight: bolder;
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px 0px;
    width: 100%;
    background-color: #DFA71B;
    text-align: center;
    max-width: 730px;
    min-width: 730px;
  }
  .jigyou ul {
    color: #FFFFFF;
    list-style-type: none;
    margin: 45px auto 0;
    padding: 0;
    font-size: 1.8rem;
    position: relative;
    width: 70%;
  }
  .jigyou ul li {}
  .jigyou li a.koukei {
    position: relative;
  }
  .jigyou li a.koukei:after {
    content: "";
    position: absolute;
    top: -7em;
    left: 17em;
    display: inline-block;
    pointer-events: none;
    width: 375px;
    height: 375px;
  }
  .jigyou li a.koukei:hover:after {
    background-image: url(../images/nayami-s.jpg); /* 表示する画像 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    width: 251px;
    height: 250px;
  }
  h3.jigyou {
    margin: 80px auto 0;
    padding: 0;
    width: 80%;
    position: relative;
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
  }
  .jigyou-text2 {
    color: #FFFFFF;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    position: relative;
  }
  .jigyou-wrap {
    display: flex;
    justify-content: space-between;
  }
  .jigyou-wrap1 {
    margin: 0 auto;
    width: 66%;
  }
  .jigyou-box {
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin-left: -21px;
  }
  .jigyou-boxA:after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 0px;
    top: 53px;
    margin: 0 auto;
    color: #FFFFFF;
  }
  .jigyou-boxA {
    color: #FFFFFF;
    margin: 30px 0 30px 142px;
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 185px;
    height: auto;
    background-color: #fff;
    min-width: 185px;
  }
  .jigyou-boxA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxA p {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 13px;
  }
  .jigyou-boxAA {
    color: #FFFFFF;
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 185px;
    height: auto;
    background-color: #fff;
    position: relative;
    left: 133px;
    right: auto;
    min-width: 188px;
  }
  .jigyou-boxAA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxAA p {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 3px;
  }
  .jigyou-boxB p {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 1.4rem;
    width: 100%;
    position: relative;
    left: 12px;
    top: 31px;
  }
  .jigyou-boxB {
    color: #fff;
    margin: 40px 0 0 31px;
    padding: 0;
    font-size: 1.6rem;
    width: 99%;
    position: relative;
    left: 0px;
    top: 7px;
  }
  .jigyou-arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 181px;
    top: 1px;
    color: #FFFFFF;
    display: none;
  }
  .jigyou-wrap2 {
    margin: 0;
    padding: 0;
    width: 24%;
    flex: 1 0 200px;
    display: inline-block;
  }
  .case {
    position: relative;
    color: #fff;
    left: auto;
    top: 53px;
    right: auto;
    width: 66%;
  }
  .case #kind dt {
    font-size: 1.4rem;
    margin: 0 0 0px;
    font-weight: bolder;
  }
  .case #kind dd {
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.2rem;
  }
  /*------------------賃貸契約システム--------------------*/
  h3.Ra {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 80px auto 12px;
    font-weight: bolder;
    width: 80%;
    position: relative;
  }
  h3.Ra:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 50%;
    width: 80%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Rental-agree {
    display: flex;
    margin: 0 auto 75px;
    padding: 0;
    width: 100%;
    justify-content: center;
    height: auto;
  }
  .Rental-agree-box-L {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    position: relative;
    left: auto;
    right: auto;
  }
  .Ra-boxA {
    margin: 20px 0 0 142px;
    padding: 20px;
    color: #FFFFFF;
    width: 215px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
    position: relative;
    left: auto;
    right: auto;
  }
  .Ra-arrow-vertical {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 230px;
    top: 13px;
    color: #FFFFFF;
  }
  .Ra-boxB {
    margin: 1px 0 0 142px;
    padding: 20px;
    color: #FFFFFF;
    width: 215px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
    position: relative;
    left: auto;
    right: auto;
  }
  .Ra-text1 p {
    font-size: 1.4rem;
    color: #FFFFFF;
    position: relative;
    width: 35%;
    top: -12px;
    left: 283px;
  }
  .Rental-agree-box-R {
    margin: 0 auto;
    padding: 0;
    width: 49%;
    position: relative;
    top: -5px;
    left: -47px;
    display: flex;
    justify-content: flex-start;
  }
  .Ra-arrow-horizontal {
    width: 0;
    height: 0;
    border-left: 30px solid #FA9F9E;
    border-top: 20px solid transparent;
    position: relative;
    left: 31px;
    top: 45px;
    color: #FFFFFF;
    border-bottom: 20px solid transparent;
  }
  .Ra-arrow-horizontal p {
    position: relative;
    width: 100px;
    font-size: 1.4rem;
    top: -10px;
    left: 16px;
  }
  .Ra-boxC {
    margin: 20px 0 0 0px;
    padding: 32px 20px 10px;
    color: #FFFFFF;
    width: 190px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    border-radius: 35px;
    font-weight: bolder;
    position: relative;
    left: 155px;
    height: 125px;
    line-height: 1em;
  }
  .Ra-boxC p {
    position: relative;
    top: 12px;
  }
  .Ra-boxC p span {
    font-size: 1.4rem;
  }
  .notice p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.2rem;
    top: -26px;
    width: 80%;
  }
  /*------------------売買契約システム--------------------*/
  .Sales-contract {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    position: relative;
  }
  h3.Sc {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bolder;
  }
  h3.Sc:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 26%;
    width: 80%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Sales-contract p {
    margin: 5px auto 50px;
    padding: 0;
    width: 80%;
    position: relative;
    font-size: 1.6rem;
    color: #fff;
  }
  .Rental-agree-img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: none;
  }
  main {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  /*------------------個人情報保護方針-------------------*/
  main.personal-info {
    display: flex;
    max-width: 767px;
    margin: 0 auto;
    flex-wrap: wrap;
    background-color: #06267d;
  }
  .personal-info-wrap {
    max-width: 767px;
    margin: 0 auto;
    width: 90%;
  }
  h2.personal-info {
    font-family: "A-OTF Midashi Go MB31 Pr6N MB31";
    color: #dfa71b;
    font-size: 2rem;
    margin: 20px 0;
    font-weight: bolder;
  }
  .personal-info-wrap p {
    color: #fff;
    font-size: 1.4rem;
  }
  .personal-info-wrap dl {
    color: #FFFFFF;
  }
  .personal-info-wrap dl dt {
    color: #FFFFFF;
    font-size: 1.6rem;
    margin: 15px 0 10px;
    font-weight: bolder;
  }
  .personal-info-wrap dl dd {
    font-size: 1.4rem;
  }
  .syousai {
    margin: 15px auto 0;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
  }
  .syousai_b {
    margin: 0px auto 10px;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .busi-1 .syousai a, .busi-2 .syousai a, .busi-3 .syousai a, .busi-4 .syousai a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 22px;
  }
  .busi-1 .syousai a:hover, .busi-2 .syousai a:hover, .busi-3 .syousai a:hover, .busi-4 .syousai a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .syousai a {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .syousai_b a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 20px;
    left: 45px;
  }
  .spot-r-A .syousai_b a, .spot-r-B .syousai_b a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
    text-align: center;
    position: relative;
    top: 20px;
    display: inline-block;
    left: 38px;
  }
  .spot-r-A .syousai_b a:hover, .spot-r-B .syousai_b a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .aisatu-wrapper2 {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .aisatu-wrapper2 .aisatu a {
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
    display: inline-block;
    color: #FFFFFF;
    font-family: uddigikyokasho-pro, sans-serif;
    font-size: 5rem;
    font-weight: bold;
    border-left: 10px solid #FFD800;
    padding-left: 60px;
    border-right: 9px solid #FFD800;
    padding-right: 60px;
  }
  .aisatu-wrapper2 .aisatu a:hover {
    color: #FFD800;
    text-shadow: 3px 3px 18px #FFD800;
  }
  .asahi .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
    top: 153px;
  }
  .asahi .swiper-wrapper {
    align-items: stretch;
    position: relative;
    height: 200px;
  }
  .asahi .swiper-slide {
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-bottom: 25px;
    background-color: #052681;
    font-size: medium;
    top: 6em;
    position: relative;
    opacity: 1;
  }
  .asahi .asahi-inner p {
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 2.4vw;
    top: 8px;
    position: relative;
    font-family: "Klee One SemiBold";
    text-align: center;
    display: block;
  }
  .asahi .asahi-inner p span {
    font-size: 3vw;
    text-align: center;
    font-family: "Klee One SemiBold";
  }
  .asahi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .asahi .swiper-pagination-bullet-active {
    background: #666;
  }
}
/*PC向けスタイル　769以上*/
@media (min-width:1024px) {
  .main-nav {
    margin: 0;
    padding: 0 50px 0 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 65px;
    width: 100%;
    background-color: #06267D;
  }
  .main-nav li:first-child {
    margin-right: auto;
  }
  .main-nav img {
    width: 160px;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    align-items: center;
    top: -5px;
  }
  .main-nav li {
    list-style: none;
    margin: 0;
    min-width: 100px;
    flex-wrap: wrap;
    height: 0px;
  }
  .main-nav li a {
    font-weight: bolder;
    font-size: 14px;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    line-height: 2em;
  }
  .main-nav li a:hover {
    color: #E7DA66;
  }
  .main-nav li:last-child {
    background-color: #06267d;
    margin: 0;
    position: relative;
    top: 1px;
    color: #ffd800;
  }
  .main-nav li.end a {
    color: #ffd700;
    background-color: #06267D;
    margin-left: 30px;
    height: 60px;
  }
  .hero {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 645px;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 0px;
    z-index: -10;
    font-family: "Noto Sans CJK JP Bold";
  }
  .hero-sub {
    position: relative;
    display: block;
    width: 100%;
    top: 0px;
    height: 313px;
    background-image: url(../images/japan-217878_1920.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .text-inner {
    padding: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    top: 149px;
    right: auto;
    width: 100%;
  }
  .hero .text-inner p {
    position: relative;
    color: #262626;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "uddigikyokasho-pro, sans-serif";
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 62px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 90vw;
    opacity: 1;
    background-color: hsla(0,0%,100%,0.70);
  }
  .text-inner p span {
    font-size: clamp(2.8rem, 1.967rem + 1.3vw, 4rem);
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-family: "uddigikyokasho-pro, sans-serif";
  }
.hero h1  {
    margin: 0 auto;
    font-weight: bolder;
    font-size: 2.6rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    position: relative;
    top: 38px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    display: block;
    line-height: 40px;
    color: #FFD800;
    letter-spacing: 4px;
    text-shadow: 1px 1px 8px #000000;
  }
  .hero h1 span {
    font-size: 4rem;
    margin-top: 0px;
    line-height: 15px;
    top: 20px;
    position: relative;
  }
  .text-inner-sub {
    background-image: url(../images/japan-217878_1920.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 275px;
    display: block;
    background-position: center center;
    background-size: cover;
    min-width: 0px;
  }
  .hero-sub p {
    position: relative;
    top: 49px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 1.6rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-shadow: 1px 2px 25px #000000;
  }
  .hero-sub p span {
    font-size: 2.2rem;
  }
  .hero-sub h1 {
    margin: 0 auto;
    padding: 0px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    color: #f1b200;
    position: relative;
    top: 56px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    text-shadow: 2px 3px 10px #000000;
  }
  .hero-sub h1 span {
    font-size: 3rem;
  }
  main {
    margin: 0 auto;
    max-width: 3000px;
    position: relative;
    display: block;
  }
  .busi-info-wrappere .busi-info {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
  }
  .busi-wrap {
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    display: flex;
    padding: 0px;
    align-items: stretch;
    width: 100%;
    margin: 3em auto 0;
    max-width: 1200px;
  }
  .busi-info h2 {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 22%;
    letter-spacing: 8px;
    border-bottom: 5px dotted #F70004;
    text-align: center;
    text-indent: 20px;
  }
  .busi-info h3 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding: 10px 30px;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #06267D;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .busi-1, .busi-2, .busi-3, .busi-4 {
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 250px;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 2px solid #2856ED;
  }
  .busi-1 img, .busi-2 img, .busi-3 img, .busi-4 img {
    width: 100%;
    max-width: 350px;
    display: block;
    position: relative;
    left: 0px;
    margin: 10px 0;
    top: 0px;
    height: 180px;
  }
  .busi-wrap h3 {
    font-family: "Source-han-sans-japanese, sans-serif";
    font-size: 1.6rem;
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    background-color: #002582;
    border-radius: 5px;
    color: #FFFFFF;
  }
  .bi-text-inner p span {
    margin: 0 auto;
    font-family: FOT-UDkakugo-large-pr6n, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .syousai {
    margin: 15px auto 0;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    text-align: center;
    display: block;
  }
  .syousai_b {
    margin: 0px auto 10px;
    background: #002582;
    height: 120px;
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .busi-1 .syousai a, .busi-2 .syousai a, .busi-3 .syousai a, .busi-4 .syousai a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    top: 22px;
  }
  .busi-1 .syousai a:hover, .busi-2 .syousai a:hover, .busi-3 .syousai a:hover, .busi-4 .syousai a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .spot-r-wrapper {
    margin: 13em auto 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .spot-r h2 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-variant: normal;
    font-weight: bolder;
    font-size: 3rem;
    letter-spacing: 8px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 5px dotted #F70004;
    text-indent: 15px;
    max-width: 400px;
  }
  .spot-r-wrap {
    display: flex;
    margin-top: 5em;
    justify-content: center;
    width: 100%;
  }
  .spot-r-A, .spot-r-B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 350px;
    padding-top: 25px;
    border: 3px solid #0255F6;
  }
  .spot-r-A img {
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .spot-r-B img {
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    top: -24px;
  }
  .spot-r-A .spot-r-textinner {
    position: relative;
    top: 23px;
  }
  .spot-r-B .spot-r-textinner {
    position: relative;
  }
  .spot-r-textinner {
    text-align: center;
    margin-top: -1em;
    padding: 0px 10px;
    margin-bottom: 5em;
  }
  .spot-r-textinner h3 {
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 0em;
    background-color: #06267d;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
  }
  .spot-r-textinner p {
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
  }
  .spot-r-textinner p span {
    display: inline-block;
    margin-bottom: 11px;
  }
  .syousai a {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .syousai_b a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    position: relative;
    top: 20px;
    left: 45px;
  }
  .spot-r-A .syousai_b a, .spot-r-B .syousai_b a {
    color: #fff;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
    text-align: center;
    position: relative;
    top: 20px;
    display: inline-block;
    left: 38px;
  }
  .spot-r-A .syousai_b a:hover, .spot-r-B .syousai_b a:hover {
    transform: scale(1.2);
    font-size: 16px;
    color: red;
    transition: 0.3s;
  }
  .aisatu-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .aisatu-wrapper2 {
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #06267D;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .aisatu-ceo img {
    margin-top: 100px;
    margin-left: auto;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    max-width: 300px;
    margin-right: 20px;
  }
  .aisatu {
    margin-top: 60px;
    padding: 0 30px 30px;
    min-width: 320px;
    max-width: 650px;
    text-align: left;
  }
  .aisatu p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
  }
  .aisatu p span {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bolder;
    margin: 0;
    font-size: 1.2em;
    float: right;
    line-height: 26px;
  }
  .news-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    height: 370px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .news-wrapper p {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 3rem;
    border-bottom: 5px dotted #F60004;
    width: 20%;
    margin-top: 0em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    text-align: center;
    padding: 10px;
    letter-spacing: 8px;
  }
  .news-wrapper ul li {
    color: #252525;
    font-family: Source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
  }
  .boxA {
    width: 260px;
    height: 196px;
    margin: 0 10px 0 0;
    padding: 0;
    display: block;
  }
  .boxA > p {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.4rem;
  }
  .boxB {
    width: 260px;
    margin: 0px 10px;
    padding: 0;
    height: 196px;
    display: block;
  }
  .boxB > p {
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.6rem;
  }
  .boxC {
    width: 260px;
    margin: 0 0 0 10px;
    padding: 0;
    height: 196px;
    display: block;
  }
  .boxC > p {
    margin-top: 10px;
    padding: 5px;
    color: #252525;
    font-size: 1.4rem;
  }
  .circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
  }
  .circle {
    transition: all .6s ease;
  }
  .circle:hover {
    transform: scale(1.2, 1.2);
    border: 3px solid #F6D10A;
    background-color: #FFFFFF00;
  }
  .circle > a {
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
    font-weight: bolder;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    top: 19px;
    left: 0px;
    text-shadow: 1px 2px 26px #020101;
    padding: 20px 0;
    display: block;
  }
  footer {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 60px;
    height: 230px;
    display: flex;
    background-color: #06267d;
    flex-direction: column;
  }
  .s_logo {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 400px;
    height: auto;
    margin: 0 0 15px 0;
    background-color: #06267D;
  }
  adress {
    padding: 0;
    margin: 0;
    width: 54%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    top: 0px;
  }
  .businessInfo_txt .style18 {
    color: #FFFFFF;
    width: 85%;
    height: auto;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 1.4rem;
    text-align: left;
    float: left;
    text-decoration: none;
  }
  .fsnav {
    width: 20%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
    top: -107px;
    left: 466px;
    text-decoration: none;
  }
  .fsnav dt {
    font-size: 1.6rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .fsnav dd {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
  }
  small {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #ffd700;
    margin: 0 auto;
    color: #252525;
    font-size: 12px;
    text-align: center;
  }
  /*------------------ トピックパス ---------------*/
  .topicpath-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    font-size: medium;
  }
  .topicpath p {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    height: auto;
    color: #FFFFFF;
    width: 200px;
  }
  .company {
    width: 100%;
    max-width: 1000px;
    background-color: #06267d;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .jigyou {
    width: 100%;
    max-width: 1000px;
  }
  section {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
  }
  h2.bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 80%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*--------------------会社概要----------------------*/
  .company_form {
    width: 80%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 1000px;
    position: relative;
    margin: 1% auto 46px;
  }
  .company_form table {
    border: 1px solid #666;
    max-width: 900px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
  }
  .company_form table th {
    border: thin solid #777;
    width: 30%;
    height: 40px;
    color: #000;
    line-height: 3em;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #E6B422;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 46%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 10px;
    max-width: 1000px;
    width: 100%;
    background-color: #06267d;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #0627d;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
  /*------------------お問合せページ--------------------*/
  toptext-contactform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    height: 15px;
    line-height: 120%;
    padding: 0px;
    color: #666;
    width: 920px;
    margin: 0 auto;
    background-color: #5b7375;
  }
  .estimate-f {
    display: none;
  }
  /*--------------------沿革----------------------*/
  .enkaku-bn {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto 12px;
    font-weight: bolder;
    width: 80%;
  }
  .enkaku-bn:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 4%;
    width: 25%;
    left: 200px;
  }
  .enkaku {
    width: 80%;
    margin: 0 auto 70px;
    color: #FFFFFF;
    font-size: 1.4rem;
  }
  .enkaku ul dt {
    font-size: 1.2rem;
    font-weight: bolder;
  }
  .enkaku ul dd {
    margin-bottom: 6px;
  }
  main.jigyou {
    margin: 0 auto;
    max-width: 1000px;
    background-color: #06267D;
  }
  /*--------------------事業内容----------------------*/
  h2.jigyou {
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
    margin: 80px auto 0 auto;
    width: 80%;
  }
  .jigyou-text {
    font-weight: bolder;
    font-size: clamp(2rem, 1.79rem + 0.33vw, 2.2rem);
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px;
    width: 75%;
    background-color: #DFA71B;
    text-align: center;
    min-width: 770px;
    max-width: 770px;
  }
  .jigyou ul {
    color: #FFFFFF;
    list-style-type: none;
    margin: 45px auto 0;
    padding: 0;
    font-size: 1.8rem;
    position: relative;
    width: 70%;
  }
  .jigyou ul li {}
  .jigyou li a.koukei {
    position: relative;
  }
  .jigyou li a.koukei:after {
    content: "";
    position: absolute;
    top: -7em;
    left: 17em;
    display: inline-block;
    pointer-events: none;
    width: 375px;
    height: 375px;
  }
  .jigyou li a.koukei:hover:after {
    background-image: url(../images/nayami-s.jpg); /* 表示する画像 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    width: 250px;
    height: 250px;
  }
  h3.jigyou {
    margin: 80px auto 0;
    padding: 0;
    width: 80%;
    position: relative;
    color: #CFA323;
    font-size: 2rem;
    font-weight: bolder;
  }
  .jigyou-text2 {
    color: #FFFFFF;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    position: relative;
  }
  .jigyou-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .jigyou-wrap1 {
    margin: 0 auto;
    width: 66%;
  }
  .jigyou-box {
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin-left: -21px;
  }
  .jigyou-boxA {
    color: #FFFFFF;
    margin: 30px 0 30px 142px;
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 355px;
    height: auto;
    background-color: #fff;
  }
  .jigyou-boxA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxA p {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
  }
  .jigyou-boxA:after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 0px;
    top: 53px;
    margin: 0 auto;
    color: #FFFFFF;
  }
  .jigyou-boxB p {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
    position: relative;
    left: 12px;
    top: 52px;
  }
  .jigyou-boxAA p {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 3px;
  }
  .jigyou-boxAA p > span {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
  }
  .jigyou-boxAA {
    color: #FFFFFF;
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 43px;
    width: 185px;
    height: auto;
    background-color: #fff;
    position: relative;
    left: 140px;
    right: auto;
    min-width: 185px;
  }
  .jigyou-boxB {
    color: #fff;
    margin: 40px 0 0 31px;
    padding: 0;
    font-size: 1.6rem;
    width: 99%;
    position: relative;
    left: 0px;
    top: -25px;
  }
  .jigyou-arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 181px;
    top: 1px;
    color: #FFFFFF;
    display: none;
  }
  .jigyou-wrap2 {
    margin: 0 auto;
    padding: 0;
    width: 24%;
    display: inline-block;
  }
  .case {
    color: #fff;
    margin: 0 auto;
    width: 180px;
    position: relative;
    left: auto;
    right: auto;
    top: 42px;
  }
  .case #kind dt {
    font-size: 1.4rem;
    margin: 0 0 0px;
    font-weight: bolder;
  }
  .case #kind dd {
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.2rem;
  }
  /*------------------賃貸契約システム--------------------*/
  h3.Ra {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 80px auto 12px;
    font-weight: bolder;
    width: 80%;
    position: relative;
  }
  h3.Ra:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 50%;
    width: 80%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Rental-agree {
    display: flex;
    margin: 0 auto 75px;
    padding: 0;
    width: 100%;
    justify-content: center;
    height: auto;
  }
  .Rental-agree-box-L {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 36%;
    position: relative;
    left: 60px;
  }
  .Ra-boxA {
    margin: 20px 0 0 142px;
    padding: 20px;
    color: #FFFFFF;
    width: 215px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
  }
  .Ra-arrow-vertical {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #FA9E9E;
    position: relative;
    left: 179px;
    top: 13px;
    color: #FFFFFF;
  }
  .Ra-boxB {
    margin: 1px 0 0 142px;
    padding: 20px;
    color: #FFFFFF;
    width: 215px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    height: auto;
    border-radius: 35px;
    font-weight: bolder;
  }
  .Ra-text1 p {
    font-size: 1.4rem;
    color: #FFFFFF;
    position: relative;
    width: 35%;
    top: -12px;
    left: 242px;
  }
  .Rental-agree-box-R {
    margin: 0 auto;
    padding: 0;
    width: 36%;
    position: relative;
    top: -5px;
    left: -47px;
    display: flex;
    justify-content: flex-start;
  }
  .Ra-arrow-horizontal {
    width: 0;
    height: 0;
    border-left: 30px solid #FA9F9E;
    border-top: 20px solid transparent;
    position: relative;
    left: -13px;
    top: 54px;
    color: #FFFFFF;
    border-bottom: 20px solid transparent;
  }
  .Ra-arrow-horizontal p {
    position: relative;
    width: 100px;
    font-size: 1.4rem;
    top: -10px;
    left: 16px;
  }
  .Ra-boxC {
    margin: 20px 0 0 -55px;
    padding: 20px;
    color: #FFFFFF;
    width: 210px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #FFFFFF;
    border-radius: 35px;
    font-weight: bolder;
    height: 108px;
  }
  .Ra-boxC p span {
    font-size: 1.4rem;
  }
  .notice p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.2rem;
    top: -26px;
    width: 80%;
  }
  /*------------------売買契約システム--------------------*/
  .Sales-contract {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    position: relative;
  }
  h3.Sc {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bolder;
  }
  h3.Sc:after {
    border-top: 1px solid #E6B422;
    position: absolute;
    top: 26%;
    width: 80%;
    margin: 0;
    padding: 0;
    left: 170px;
    content: " ";
  }
  .Sales-contract p {
    margin: 5px auto 50px;
    padding: 0;
    width: 80%;
    position: relative;
    font-size: 1.6rem;
    color: #fff;
  }
  .Rental-agree-img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: none;
  }
  /*------------------個人情報保護方針-------------------*/
  main.personal-info {
    display: flex;
    max-width: 767px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .personal-info-wrap {
    max-width: 767px;
    margin: 0 auto;
    width: 90%;
    padding: 30px;
    background-color: #06267d;
  }
  h2.personal-info {
    font-family: "A-OTF Midashi Go MB31 Pr6N MB31";
    color: #dfa71b;
    font-size: 2rem;
    margin: 20px auto;
    font-weight: bolder;
  }
  .personal-info-wrap p {
    color: #fff;
    font-size: 1.4rem;
  }
  .personal-info-wrap dl {
    color: #FFFFFF;
  }
  .personal-info-wrap dl dt {
    color: #FFFFFF;
    font-size: 1.6rem;
    margin: 15px 0 10px;
    font-weight: bolder;
  }
  .personal-info-wrap dl dd {
    font-size: 1.4rem;
  }
  .aisatu-wrapper2 .aisatu a {
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
    display: inline-block;
    color: #FFFFFF;
    font-family: uddigikyokasho-pro, sans-serif;
    font-size: 5rem;
    font-weight: bold;
    border-left: 10px solid #FFD800;
    padding-left: 60px;
    border-right: 9px solid #FFD800;
    padding-right: 60px;
  }
  .aisatu-wrapper2 .aisatu a:hover {
    color: #FFD800;
    text-shadow: 3px 3px 18px #FFD800;
  }
  .asahi .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
    top: 153px;
  }
  .asahi .swiper-wrapper {
    align-items: stretch;
    position: relative;
    height: 200px;
  }
  .asahi .swiper-slide {
    justify-content: center;
    align-items: center;
    height: 110px;
    padding-bottom: 25px;
    background-color: #052681;
    font-size: medium;
    top: 3em;
    position: relative;
    opacity: 1;
  }
  .asahi .asahi-inner p {
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    top: 8px;
    position: relative;
    font-family: "Klee One SemiBold";
  }
  .asahi .asahi-inner p span {
    font-size: 3.4rem;
    text-align: center;
    font-family: "Klee One SemiBold";
  }
  .asahi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .asahi .swiper-pagination-bullet-active {
    background: #666;
  }
}
