@charset "UTF-8";
/**
 * _color.scss - サイト共通カラー（一元管理）
 * 直感的な名前 + 類似色は1色に統一
 *
 * 使用: @import '../common/color'; または @use '../common/color' as *;
 */
/*===== 青系（ブランド・アクセント） =====*/
/*===== 白・黒・グレー =====*/
/*===== 背景 =====*/
/*===== 状態 =====*/
/*===== その他 =====*/
/* ===================================
	top.scss - Top Page
	Location: assets/css/top/
====================================== */
/* Individual Redefinition
------------------------------------*/
body {
  background-image: url(../../img/top/bg_top.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 100vh;
}
body::before {
  background-image: url(../../img/top/bg_gradation-top.png);
}

header[aria-label="メインヘッダー"] .inner nav ul li#btnTop a, header[aria-label="メインヘッダー"] .inner nav ul li#btnTop a:hover {
  background: url(../../img/common/btn_top_on.png) 0 0/100% 100% no-repeat;
}

#contentsSide span img#imageKojiHata {
  left: 50%;
  top: 15px;
  width: 33.018%;
}
#contentsSide span img#imagePlants {
  top: 85px;
}

h1 {
  display: flex;
  position: absolute;
  top: 90px;
  left: 0;
  width: clamp(180px, 30vw, 437px);
  max-width: 100%;
  height: 100px;
  aspect-ratio: 437 / 71;
  align-items: center;
}
h1 img {
  display: block;
  width: 100%;
  height: auto;
}

/* top Main setting
------------------------------------*/
#topMain {
  margin: 37px 0 0 auto;
  width: 60%;
  max-width: 770px;
}
#topMain h2 {
  margin: 0 0 35px;
  line-height: 2.0;
  font-weight: bold;
  font-size: 18px;
  color: #133952;
  text-shadow: 0 0 10px white;
}
#topMain > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 -15px;
}
#topMain > ul li {
  position: relative;
  background: url(../../img/top/bg_top-menu01_on.webp) 0 0/100% 100% no-repeat;
  aspect-ratio: 256 / 328;
  width: 33.245%;
  max-width: 256px;
}
#topMain > ul li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 30px 0 0;
  width: 100%;
  height: 100%;
  color: #333;
  /* 通常時は a のレイヤーで通常背景を表示、ホバーで透過して li の _on が現れる */
}
#topMain > ul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../img/top/bg_top-menu01.webp) 0 0/100% 100% no-repeat;
  transition: opacity 500ms ease;
}
#topMain > ul li a:hover::before {
  opacity: 0;
}
#topMain > ul li a span,
#topMain > ul li a p {
  position: relative;
  z-index: 1;
}
#topMain > ul li a span {
  position: relative;
  display: block;
  background: url(../../img/top/ttl_top-menu01.png) 0 0/100% 100% no-repeat;
  margin: 0 auto 15px;
  width: 123px;
  height: 21px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#topMain > ul li a p {
  margin: 0 5% 0 10%;
  line-height: 1.7;
}
#topMain > ul li#topMenu02 {
  background: url(../../img/top/bg_top-menu02_on.webp) 0 0/100% 100% no-repeat;
}
#topMain > ul li#topMenu02 a::before {
  background-image: url(../../img/top/bg_top-menu02.webp);
}
#topMain > ul li#topMenu02 a span {
  background: url(../../img/top/ttl_top-menu02.png) 0 0/100% 100% no-repeat;
  width: 145px;
}
#topMain > ul li#topMenu03 {
  background: url(../../img/top/bg_top-menu03_on.webp) 0 0/100% 100% no-repeat;
}
#topMain > ul li#topMenu03 a::before {
  background-image: url(../../img/top/bg_top-menu03.webp);
}
#topMain > ul li#topMenu03 a span {
  background: url(../../img/top/ttl_top-menu03.png) 0 0/100% 100% no-repeat;
  width: 128px;
}

/* top Others setting
------------------------------------*/
#topOthers {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 auto;
  width: 65%;
  max-width: 770px;
}
#topOthers #topQA {
  background: url(../../img/top/bg_top-info.png) repeat-x top;
  width: 46.75%;
  min-height: 155px;
}
#topOthers #topQA dl dt {
  position: relative;
  padding: 25px 0 20px 25px;
}
#topOthers #topQA dl dt ul {
  position: absolute;
  top: 20px;
  right: 20px;
}
#topOthers #topQA dl dt ul li {
  background: url(../../img/top/btn_link-list_on.png) 0 0/100% 100% no-repeat;
  width: 66px;
}
#topOthers #topQA dl dt ul li a {
  position: relative;
  display: block;
  width: 66px;
  height: 30px;
}
#topOthers #topQA dl dt ul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../img/top/btn_link-list.png) 0 0/100% 100% no-repeat;
  transition: opacity 500ms ease;
}
#topOthers #topQA dl dt ul li a:hover::before {
  opacity: 0;
}
#topOthers #topQA dl dd {
  padding: 0 0 0 25px;
}
#topOthers #topQA dl dd ul li {
  position: relative;
  padding: 0 0 10px 28px;
  line-height: 1.7;
}
#topOthers #topQA dl dd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #26C9FF;
  width: 24px;
  height: 24px;
}
#topOthers #topQA dl dd ul li em {
  display: block;
  padding: 3px 0 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #133952;
}
#topOthers #topQA dl dd ul li p {
  padding: 3px 0 0;
}
#topOthers #topInformation {
  background: url(../../img/top/bg_top-info.png) repeat-x top;
  width: 46.75%;
  min-height: 155px;
}
#topOthers #topInformation dl dt {
  position: relative;
  padding: 25px 0 20px 25px;
}
#topOthers #topInformation dl dt ul {
  position: absolute;
  top: 20px;
  right: 20px;
}
#topOthers #topInformation dl dt ul li {
  background: url(../../img/top/btn_link-list_on.png) 0 0/100% 100% no-repeat;
  width: 66px;
}
#topOthers #topInformation dl dt ul li a {
  position: relative;
  display: block;
  width: 66px;
  height: 30px;
}
#topOthers #topInformation dl dt ul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../img/top/btn_link-list.png) 0 0/100% 100% no-repeat;
  transition: opacity 500ms ease;
}
#topOthers #topInformation dl dt ul li a:hover::before {
  opacity: 0;
}
#topOthers #topInformation dl dd {
  padding: 0 0 0 25px;
}
#topOthers #topInformation dl dd ul li {
  position: relative;
  padding: 0 0 10px 28px;
  line-height: 1.7;
}
#topOthers #topInformation dl dd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #26C9FF;
  width: 24px;
  height: 24px;
}
#topOthers #topInformation dl dd ul li em {
  display: block;
  padding: 3px 0 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #133952;
}
#topOthers #topInformation dl dd ul li p {
  padding: 3px 0 0;
}
#topOthers #topInformation dl dd ul li p a.is-pdf::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0;
  background: url(../../img/common/ico_pdf.svg) 0 0/100% 100% no-repeat;
  width: 14px;
  height: 14px;
}
#topOthers #topInformation dl dd ul li p a.is-external::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0;
  background: url(../../img/common/ico_external-link.svg) 0 0/100% 100% no-repeat;
  width: 14px;
  height: 14px;
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* Individual Redefinition
  ------------------------------------*/
  body {
    background: url(../../img/top/bg_top_sp.webp) 0 0/100% auto no-repeat;
  }
  body::before {
    display: none;
  }

  header[aria-label="メインヘッダー"] .inner nav ul li#btnTop a, header[aria-label="メインヘッダー"] .inner nav ul li#btnTop a:hover {
    background: url(../../img/common/btn_top_on.png) 0 0/100% 100% no-repeat;
  }

  #contentsSide {
    position: absolute;
  }
  #contentsSide span img#imageKojiHata {
    left: 6.93333vw;
    top: 16vw;
    width: 21.73333vw;
  }
  #contentsSide span img#imagePlants {
    left: -24.66667vw;
    top: 29.46667vw;
    width: 47.06667vw;
  }

  h1 {
    position: relative;
    top: auto;
    left: 3.2vw;
    display: block;
    width: 58.4vw;
    height: auto;
  }

  /* top Main setting
  ------------------------------------*/
  #topMain {
    position: relative;
    z-index: 0;
    margin: 0 0 10.66667vw;
    padding: 44.26667vw 0 0;
    width: 100%;
    max-width: 100%;
  }
  #topMain h2 {
    margin: 0 0 9.33333vw 22.66667vw;
    text-align: center;
    font-size: 3.73333vw;
  }
  #topMain article {
    position: absolute;
    top: 18.4vw;
    left: 0;
    width: 76.66667vw;
    margin: 0 0 0 23.33333vw;
    height: 100%;
    text-align: center;
  }
  #topMain article h3 {
    border-bottom: 0.26667vw solid #26C9FF;
    margin: 0 0 1.33333vw;
    padding: 0 0 1.6vw;
    font-size: 3.73333vw;
    font-weight: bold;
    color: #133952;
  }
  #topMain article ul {
    display: flex;
    justify-content: center;
    gap: 0.66667vw;
  }
  #topMain article ul li {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    padding: 3.33333vw 0 0;
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 50%;
    box-shadow: 0 0 2.66667vw rgba(19, 57, 82, 0.5);
    font-weight: bold;
    font-size: 2.93333vw;
    color: #133952;
  }
  #topMain article ul li:last-child {
    border-radius: 6.66667vw;
    width: 18.66667vw;
  }
  #topMain > ul {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    background: #133952;
    margin: 0;
    padding: 9.33333vw 1.33333vw;
  }
  #topMain > ul li {
    position: relative;
    background: url(../../img/top/bg_top-menu01_on_sp.webp) 0 0/100% 100% no-repeat;
    aspect-ratio: 374 / 573;
    margin: 0 -1.33333vw;
    width: 49.86667vw;
    max-width: 49.86667vw;
    height: 76.4vw;
  }
  #topMain > ul li a::before {
    background: url(../../img/top/bg_top-menu01_sp.webp) 0 0/100% 100% no-repeat;
  }
  #topMain > ul li a span {
    margin: 1.33333vw auto 4vw;
    width: 27.33333vw;
    height: 4.66667vw;
  }
  #topMain > ul li a p {
    margin: 0 4.66667vw 0 6vw;
    line-height: 1.8;
    font-size: 2.93333vw;
  }
  #topMain > ul li#topMenu02 {
    background: url(../../img/top/bg_top-menu02_on_sp.webp) 0 0/100% 100% no-repeat;
  }
  #topMain > ul li#topMenu02 a::before {
    background-image: url(../../img/top/bg_top-menu02_sp.webp);
  }
  #topMain > ul li#topMenu02 a span {
    width: 32.26667vw;
  }
  #topMain > ul li#topMenu03 {
    background: url(../../img/top/bg_top-menu03_sp.webp) 0 0/100% 100% no-repeat;
    margin: -1.33333vw 0 0;
    width: 95.46667vw;
    max-width: 95.46667vw;
    height: 74.13333vw;
  }
  #topMain > ul li#topMenu03 a::before {
    background-image: url(../../img/top/bg_top-menu03_sp.webp);
  }
  #topMain > ul li#topMenu03 a span {
    margin: 2.66667vw auto 4vw;
    width: 28.4vw;
  }
  #topMain > ul li#topMenu03 a p {
    text-align: center;
    font-size: 3.46667vw;
  }
  #topMain > ul li#topMenu03 a em {
    position: relative;
    display: block;
    background: #26C9FF;
    margin: 6vw auto 0;
    width: 80vw;
    height: 14.66667vw;
    line-height: 14.66667vw;
    text-align: center;
    font-size: 4.26667vw;
    color: #fff;
  }
  #topMain > ul li#topMenu03 a em::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.33333vw;
    display: block;
    transform: translateY(-50%);
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(../../img/common/ico_arrow.png) 0 0/100% 100% no-repeat;
  }

  /* top Others setting
  ------------------------------------*/
  #topOthers {
    display: block;
    margin: 0 0 6.66667vw;
    width: 100%;
    max-width: 100%;
  }
  #topOthers #topQA {
    background: none;
    margin: 0 0 6.66667vw;
    width: 100%;
  }
  #topOthers #topQA dl dt {
    padding: 3.33333vw 0 5.33333vw 3.33333vw;
  }
  #topOthers #topQA dl dt ul {
    top: 2.66667vw;
    right: 5.33333vw;
  }
  #topOthers #topQA dl dt ul li {
    width: 16vw;
  }
  #topOthers #topQA dl dt ul li a {
    position: relative;
    display: block;
    width: 16vw;
    height: 8vw;
  }
  #topOthers #topQA dl dd {
    padding: 0 3.33333vw;
  }
  #topOthers #topQA dl dd ul li {
    padding: 0 0 3.33333vw 8vw;
  }
  #topOthers #topQA dl dd ul li::before {
    border: 1.06667vw solid #26C9FF;
    width: 6.4vw;
    height: 6.4vw;
  }
  #topOthers #topQA dl dd ul li em {
    padding: 0.8vw 0 0;
    font-size: 4vw;
  }
  #topOthers #topQA dl dd ul li p {
    padding: 0.8vw 0 0;
    font-size: 4vw;
  }
  #topOthers #topQA dl dd ul li p a.is-pdf::after {
    margin: -0.53333vw 0 0 1.06667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  #topOthers #topInformation {
    background: none;
    width: 100%;
  }
  #topOthers #topInformation dl dt {
    padding: 3.33333vw 0 5.33333vw 3.33333vw;
  }
  #topOthers #topInformation dl dt ul {
    top: 2.66667vw;
    right: 5.33333vw;
  }
  #topOthers #topInformation dl dt ul li {
    width: 16vw;
  }
  #topOthers #topInformation dl dt ul li a {
    position: relative;
    display: block;
    width: 16vw;
    height: 8vw;
  }
  #topOthers #topInformation dl dd {
    padding: 0 3.33333vw;
  }
  #topOthers #topInformation dl dd ul li {
    padding: 0 0 3.33333vw 8vw;
  }
  #topOthers #topInformation dl dd ul li::before {
    border: 1.06667vw solid #26C9FF;
    width: 6.4vw;
    height: 6.4vw;
  }
  #topOthers #topInformation dl dd ul li em {
    padding: 0.8vw 0 0;
    font-size: 4vw;
  }
  #topOthers #topInformation dl dd ul li p {
    padding: 0.8vw 0 0;
    font-size: 4vw;
  }
  #topOthers #topInformation dl dd ul li p a.is-pdf::after {
    margin: -0.53333vw 0 0 1.06667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  #topOthers #topInformation dl dd ul li p a.is-external::after {
    margin: -0.53333vw 0 0 1.06667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
