@charset "UTF-8";

:root {
  --main-background-color: #4fc0e8;
  --main-text-color: #404242;
  --accent-text-color: #24a7d5;
  --border-color: #707070;
  --copyright-background-color: #50504e;
}

/*
 サイトコンテンツ
*/
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-size: 16px;
  color: var(--main-text-color);
  letter-spacing: 2px;
}

body h1,
body h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body h3 {
  font-weight: normal;
}

body h1,
body p {
  margin: 0px;
}

a {
  color: var(--main-text-color);
}

#wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.8em;
  max-width: 2500px;
}

/*
 ヘッダー
*/

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  text-align: left;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
  box-shadow: 0px 1px 10px #b4b5b6;
}

#headerInner {
  height: 80px;
  margin: 0px 50px;
  display: table;
}

.header-company-name-area {
  vertical-align: middle;
  height: auto;
  display: table-cell;
}

.header-company-name-area img {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
}

.header-company-name-area p {
  display: inline-block;
  vertical-align: middle;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

/*
 フッター
*/

#footer {
  color: #fff;
  text-align: left;
  width: 100%;
}

#footer a {
  color: #fff;
}

#footerInner {
  background-color: var(--main-background-color);
  width: auto;
  padding: 4% 10%;
}

.footer-block {
  margin: 0px auto 0px auto;
}

.footer-company-name-area {
  margin-bottom: 16px;
}

.footer-company-name-area img {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
}

.footer-company-name-area p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  line-height: 35px;
}

.footer-company-detail span:nth-child(n + 2) {
  margin-left: 10px;
}

#footerCopyright {
  background-color: var(--copyright-background-color);
}

#footerCopyright p {
  text-align: center;
  padding: 20px;
}

/*
 コンテンツエリア
*/

#mainContents {
  max-width: 1300px;
  margin: 0px auto 180px auto;
  line-height: 1.8em;
  color: var(--main-text-color);
}

/*
 メインビジュアル
*/

#mainVisual {
  margin-top: 80px;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
}

#mainVisual img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-visual-text {
  position: absolute;
  color: #fff;
  line-height: 5vw;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.main-visual-text p {
  font-size: 1.5vw;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.main-visual-text h1 {
  font-size: 5.4vw;
}

/*
 お問い合わせ
*/

#contactContents {
  font-size: 1.3em;
}

#contactContents .content-text {
  padding-top: 20px;
}

#contactContents .contact-info {
  vertical-align: middle;
}

#contactContents .contact-info img,
#contactContents .contact-info p {
  display: inline-block;
  vertical-align: middle;
}

#contactContents .tel-icon {
  height: 56px;
  padding-top: 4px;
}

#contactContents .mail-icon {
  height: 56px;
  padding-top: 14px;
}

#contactContents .tel-text,
#contactContents .mail-text {
  display: inline-block;
  vertical-align: middle;
  color: var(--accent-text-color);
  font-weight: bold;
}

#contactContents .tel-text {
  font-size: 70px;
  line-height: 70px;
  margin-right: 30px;
}

#contactContents .mail-text {
  font-size: 50px;
  line-height: 50px;
}

#contactContents .tel-text a {
  color: var(--accent-text-color);
}
/*
 コンテンツタイトル
*/

.title-area {
  padding-top: 130px;
  padding-bottom: 30px;
  line-height: 3em;
}

.title-area .en {
  margin: 0px auto 0px auto;
  padding-bottom: 0px;
  font-size: 40px;
  position: relative;
}

.title-area .en:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 75px);
  width: 150px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: var(--main-background-color);
}

.title-area .jp {
  color: var(--main-background-color);
  font-size: 22px;
  margin: 0px;
  margin-top: 5px;
}

.detail-area {
  margin: 0px auto 50px auto;
}

/*
 ブロックコンテンツ
*/

.row-content-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row-content-outer .row-content {
  margin: 0% 1% 5% 1%;
  width: 30%;
}

.row-content-outer .row-content img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.row-content-outer .row-content .content-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: var(--main-background-color);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.row-content-outer .row-content .content-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1.5px solid var(--border-color);
}

.row-content-outer .row-content .content-sub-title {
  font-size: 20px;
  margin: 0px 10px 10px 10px;
  padding: 1rem 1rem;
  border-bottom: 3px dashed var(--border-color);
}

.row-content-outer .row-content p {
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*
 リストコンテンツ
*/

.list-content {
  margin: 0px auto 0px auto;
  padding: 0px 100px;
}

.list-content ul {
  text-align: left;
  list-style: none;
  padding: 0px 10px;
}

.list-content li {
  padding: 15px 0px;
  border-bottom: 1px dashed var(--border-color);
}

.list-content li .list-row-title {
  font-weight: normal;
  text-align: center;
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.list-content li .list-row-val {
  width: 70%;
  display: inline-block;
}

/*
* sapanタグで改行させる
*/
.br {
  display: inline-block;
}

/*
 レスポンシブ
*/
@media screen and (min-width: 1480px) {
  .main-visual-text h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

/* タブレット */
@media screen and (max-width: 1050px) {
  #headerInner {
    height: 70px;
    margin: 0px 30px;
  }

  .header-company-name-area p {
    font-size: 28px;
  }

  #mainVisual {
    margin-top: 70px;
  }

  .main-visual-text p {
    font-size: 2.2vw;
    margin-bottom: 5px;
    line-height: 2.5vw;
  }

  #contactContents .tel-text {
    font-size: 48px;
    line-height: 48px;
  }

  #contactContents .mail-icon {
    height: 40px;
    padding-top: 6px;
  }

  #contactContents .mail-text {
    font-size: 36px;
    line-height: 36px;
  }

  #contactContents .tel-icon {
    height: 44px;
  }

  .footer-company-name-area p {
    font-size: 28px;
    line-height: 28px;
  }

  .row-content-outer .row-content {
    width: 40%;
  }

  .title-area {
    padding-top: 80px;
  }

  .list-content {
    padding: 0px 60px;
  }
}

/* モバイル */
@media screen and (max-width: 520px) {
  #headerInner {
    height: 60px;
    margin: 0px 20px;
  }

  #mainVisual {
    aspect-ratio: 2 / 1;
    margin-top: 60px;
  }

  .main-visual-text p {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  #mainContents {
    margin: 0px auto 120px auto;
  }

  .row-content-outer .row-content {
    width: 90%;
    margin-bottom: 50px;
  }

  .header-company-name-area p {
    font-size: 24px;
  }

  .title-area {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .title-area .en {
    font-size: 30px;
  }

  .title-area .en:before {
    bottom: -5px;
    left: calc(50% - 60px);
    width: 120px;
    height: 2px;
    border-radius: 3px;
  }

  .title-area .jp {
    font-size: 18px;
    margin-top: 0px;
  }

  #contactContents {
    font-size: 1em;
  }

  #contactContents .tel-icon {
    height: 40px;
  }

  #contactContents .tel-text {
    font-weight: bold;
    font-size: 35px;
  }

  #contactContents .mail-icon {
    height: 26px;
    padding-top: 2px;
  }

  #contactContents .mail-text {
    font-size: 20px;
    line-height: 20px;
  }

  #footerCopyright {
    font-size: 10px;
    line-height: 1.6em;
  }

  .footer-company-name-area p {
    font-size: 24px;
    line-height: 24px;
  }

  .list-content {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 440px) {
  .footer-company-detail span:nth-child(n + 2) {
    margin-left: 0px;
  }
}
