@charset "UTF-8";

.html {
  scroll-behavior: smooth;
}

/* 固定表示のための記述 */
.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.first-view {
  height: calc(100vh - 110px);
  background-image:
    url(../images/index/bg-main.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: radial-gradient(#7a7777 10%, transparent 90%);
  background-position: 0 0;
  background-size: 3px 3px;
  mix-blend-mode: screen;
}

.first-view-text {
  width: 100%;
  font-family: 'Kaisei Opti', serif;
  /*
  max-width: 1200px;
  */
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #000000;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Kaisei Opti', serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-family: 'Kaisei Opti', serif;
  font-size: 18px;
  margin-top: 20px;
}

.lead {
  max-width: 100%;
  margin: 60px auto;
}

.lead h1 {
  font-size: 15px;
  text-align: center;

  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.lead p {
  font-family: 'Kaisei Opti', serif;
  line-height: 2;
  text-align: center;
  font-size: 35px;
}

/*弊社が選択される*/
/*理由１*/
.reason-list01 p {
  font-family: 'Kaisei Opti', serif;
  line-height: 2;
  text-align: center;
}

.list-reason01 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-reason01 li {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.list-reason01 li:first-child {
  margin-left: 0;
}

.list-reason01 dt {

  font-size: 20px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-reason01 dd {
  font-size: 30px;
}

/*理由２*/
.reason-list02 p {

  line-height: 2;
  text-align: center;
}

.list-reason02 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-reason02 li {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.list-reason02 li:first-child {
  margin-left: 0;
}

.list-reason02 dt {

  font-size: 20px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-reason02 dd {
  font-size: 30px;
}

/*理由３*/
.reason-list03 p {

  line-height: 2;
  text-align: center;
}

.list-reason03 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-reason03 li {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.list-reason03 li:first-child {
  margin-left: 0;
}

.list-reason03 dt {

  font-size: 20px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-reason03 dd {
  font-size: 30px;
}

/*理由４*/
.reason-list04 p {

  line-height: 2;
  text-align: center;
}

.list-reason04 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-reason04 li {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.list-reason04 li:first-child {
  margin-left: 0;
}

.list-reason04 dt {

  font-size: 20px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-reason04 dd {
  font-size: 30px;
}

/*理由５*/
.reason-list05 p {

  line-height: 2;
  text-align: center;
}

.list-reason05 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-reason05 li {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.list-reason05 li:first-child {
  margin-left: 0;
}

.list-reason05 dt {

  font-size: 20px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-reason05 dd {
  font-size: 30px;
}

/*弊社が選択される理由 詳細ボタン*/
.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: cornflowerblue;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
}

.link-button:hover {
  background-color: #0e375d;
}

/*サービス内容*/
.recommend-service {
  background-color: rgb(255, 255, 255);
  background-image:
    radial-gradient(rgb(135, 160, 190) 20%, transparent 40%),
    radial-gradient(rgb(135, 160, 190) 20%, transparent 40%);
  background-size: 4px 4px;
  background-position: 0 0, 20px 20px;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommend-service h1 {
  font-size: 15px;
  text-align: center;
}

.recommend-service p {
  font-family: 'Kaisei Opti', serif;
  font-size: 40px;
  line-height: 2;
  text-align: center;
}

/*メニュー紹介*/
.ex01 p {
  font-family: 'Kaisei Opti', serif;
  font-size: 15px;
  text-align: center;
}

.ex02 p {
  font-family: 'Kiwi Maru', serif;
  font-size: 18px;
  text-align: center;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 150px;
  padding-right: 200px;
  justify-content: center;
}

.item-list li {
  flex-shrink: 0;
  width: auto;
  margin-left: 70px;
  text-align: center;
}

.ltem-list li:first-child {
  margin-left: 0;
}

.item-list :hover {
  color: blue;
}

.item-list dt {
  font-family: 'Kaisei Opti', serif;
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.item-list dd {
  font-size: 20px;
}

/*価格一覧*/
.price-list {
  padding-top: 45px;
  padding-bottom: 10px;
  padding-left: 45px;
  padding-right: 45px;
}

.price-list h1 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;

  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.price-list p {
  line-height: 2;
  text-align: center;
}

.charset-header {
  font-family: 'Kaisei Opti', serif;
  font-size: 40px;
}

.charset-footer {
  line-height: 2;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.charset-footer-short{
  visibility: hidden;
}

.charset-footer-short02{
  visibility: hidden;
}

.Price-Flow img {
  width: 5%;
  height: 5%;
  margin-left: 950px;
  display: block;
}

.Price-Flow02 img {
  width: 10%;
  height: 10%;
  margin: auto;
  display: block;
}

/*手順*/
.flow h1 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;

  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.flow p {
  font-family: 'Kaisei Opti', serif;
  font-size: 35px;
  line-height: 2;
  text-align: center;
}

.flow {
  background-color: rgb(255, 255, 255);
  background-image:
    radial-gradient(rgb(135, 160, 190) 20%, transparent 40%),
    radial-gradient(rgb(135, 160, 190) 20%, transparent 40%);
  background-size: 4px 4px;
  background-position: 0 0, 20px 20px;
  padding-top: 45px;
  padding-bottom: 55px;
}

/*業務フロー*/
/*step1*/
.flow-list01 p {
  line-height: 2;
  text-align: center;
}

.list-flow01 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow01 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow01 li:first-child {
  margin-left: 0;
}

.list-flow01 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow01 dd {
  font-size: 28px;
}

/*step2*/
.flow-list02 p {
  line-height: 2;
  text-align: center;
}

.list-flow02 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow02 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow02 li:first-child {
  margin-left: 0;
}

.list-flow02 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow02 dd {
  font-size: 28px;
}

/*step3*/
.flow-list03 p {
  line-height: 2;
  text-align: center;
}

.list-flow03 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow03 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow03 li:first-child {
  margin-left: 0;
}

.list-flow03 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow03 dd {
  font-size: 28px;
}

/*step4*/
.flow-list04 p {
  line-height: 2;
  text-align: center;
}

.list-flow04 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow04 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow04 li:first-child {
  margin-left: 0;
}

.list-flow04 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow04 dd {
  font-size: 28px;
}

/*step5*/
.flow-list05 p {
  line-height: 2;
  text-align: center;
}

.list-flow05 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow05 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow05 li:first-child {
  margin-left: 0;
}

.list-flow05 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow05 dd {
  font-size: 28px;
}

/*step6*/
.flow-list06 p {
  line-height: 2;
  text-align: center;
}

.list-flow06 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-flow06 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-flow06 li:first-child {
  margin-left: 0;
}

.list-flow06 dt {
  font-size: 30px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-flow06 dd {
  font-size: 28px;
}

/*解決事例*/
.solution {
  padding-top: 40px;
  padding-bottom: 55px;
}

.solution h1 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;

  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.solution p {
  font-family: 'Kaisei Opti', serif;
  font-size: 35px;
  line-height: 2;
  text-align: center;
}

/*事例集*/
/*case1*/
.flow-case01 p {
  line-height: 2;
  text-align: center;
}

.list-case01 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-case01 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-case01 li:first-child {
  margin-left: 0;
}

.list-case01 dt {
  font-size: 15px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-case01 dd {
  font-size: 20px;
}

/*case2*/
.flow-case02 p {
  line-height: 2;
  text-align: center;
}

.list-case02 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}

.list-case02 li {
  flex-shrink: 0;
  width: auto;

  text-align: center;
}

.list-case02 li:first-child {
  margin-left: 0;
}

.list-case02 dt {
  font-size: 15px;
  padding-bottom: 0px;
  /*
  text-shadow: 1px 1px 10px #4b2c14;
  */
}

.list-case02 dd {
  font-size: 20px;
}

.case-list03 img {
  width: 30%;
  height: 30%;
  margin: auto;
  margin-top: 30px;
  display: block;
}

.case-list04 img {
  width: 10%;
  height: 10%;
  margin: auto;
  margin-top: 30px;
  display: block;
}

/* モバイル対応 */
@media(max-width: 1000px) {
  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/bg-main-sp.jpeg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 250px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .first-view-text p {
    font-size: 12px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: center;
  }

  .link-button-area {
    text-align: center;
    margin-top: 40px;
  }

  .link-button {
    background-color: cornflowerblue;
    display: inline-block;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;

    font-size: 14px;
  }

  .link-button:hover {
    background-color: #0e375d;
  }

  .item-menu li {
    width: 90%;
    /*
    display: block;
    flex-wrap: wrap;
    */
  }

  .item-menu li {
    margin-top: 20px;
  }


  /*メニュー紹介*/
  .item-list {
    display: flex;
    padding-top: 40px;
    padding-bottom: 5px;
    padding-left: 150px;
    padding-right: 150px;
    justify-content: center;
  }

  .item-list li {
    flex-shrink: 0;
    width: auto;
    margin-left: 18px;
    text-align: center;
  }

  .item-list :hover {
    color: #000000;
  }

  .price-list {
    padding-top: 45px;
    padding-bottom: 55px;
    padding-left: 5px;
    padding-right: 5px;
  }

  /* フォントサイズ設定 */
  .lead h1 {
    font-size: 12px;
  }

  .lead p {
    font-size: 25px;
  }

  .list-reason01 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-reason01 dd {
    font-size: 20px;
  }

  .list-reason02 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-reason02 dd {
    font-size: 20px;
  }

  .list-reason03 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-reason03 dd {
    font-size: 20px;
  }

  .list-reason04 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-reason04 dd {
    font-size: 20px;
  }

  .list-reason05 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-reason05 dd {
    font-size: 20px;
  }

  /*サービス一覧*/
  .recommend-service h1 {
    font-size: 12px;
  }

  .recommend-service p {
    font-family: 'Kaisei Opti', serif;
    font-size: 30px;
    line-height: 2;
    text-align: center;
  }
  
  .recommend-service dd {
    font-size: 15px;
  }

  /*お困りごと*/
  .ex01 p {
    font-family: 'Kaisei Opti', serif;
    font-size: 18px;
    text-align: center;
  }

  .ex02 p {
    font-family: 'Kiwi Maru', serif;
    font-size: 15px;
    text-align: center;
  }

  /*メニュー一覧*/
  .item-list dt {
    font-size: 20px;
  }

  .item-list dd {
    font-size: 12px;
  }

  .price-list h1 {
    font-size: 12px;
  }

  .charset-header {
    font-family: 'Kaisei Opti', serif;
    font-size: 25px;
  }
  
  .charset-footer {
    visibility: hidden;
  }

  /*価格表の欄外　画面サイズによって表示文言変更*/
  .charset-footer-short {
    line-height: 2;
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: -100px;
    visibility: visible;
  }

  .Price-Flow img {
    width: 10%;
    height: 10%;
    margin-left: auto;
    display: block;
  }

  .Price-Flow02 img {
    width: 15%;
    height: 15%;
    margin-left: auto;
    margin-top: auto;
    display: block;
  }

  /*作業の流れ*/
  .flow h1 {
    font-size: 12px;
  }

  .flow p {
    font-size: 25px;
  }

  .list-flow01 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow01 dd {
    font-size: 18px;
  }

  .list-flow02 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow02 dd {
    font-size: 18px;
  }

  .list-flow03 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow03 dd {
    font-size: 18px;
  }

  .list-flow04 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow04 dd {
    font-size: 18px;
  }

  .list-flow05 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow05 dd {
    font-size: 18px;
  }

  .list-flow06 dt {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .list-flow06 dd {
    font-size: 18px;
  }

  /*解決事例*/
  .solution h1 {
    font-size: 12px;
  }

  .solution p {
    font-size: 25px;
  }

  .case-list01 dd {
    font-size: 12px;
  }

  .case-list02 dd {
    font-size: 12px;
  }

  .list-case01 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-case01 dd {
    font-size: 13px;
  }

  .list-case02 dt {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .list-case02 dd {
    font-size: 13px;
  }

  .case-list03 img {
    width: 50%;
    height: 50%;
    margin: auto;
    margin-top: 30px;
    display: block;
  }

  .case-list04 img {
    width: 10%;
    height: 10%;
    margin: auto;
    margin-top: 30px;
    display: block;
  }

  .footer-logo p {
    font-size: 30px;
  }
}