@charset "UTF-8";
/* アニメーション定義 */
@-webkit-keyframes arrow-move {
  0% {
    transform: translateX(0); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@keyframes arrow-move {
  0% {
    transform: translateX(0); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@-webkit-keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
.plink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.8823529412vw;
  border-radius: 0.4117647059vw;
  width: 17vw;
  height: 4.4705882353vw;
  box-sizing: border-box;
  border: solid 2px #404DA1;
  background: #404DA1;
  color: #ffffff;
  transition: 0.8s;
}
.plink svg {
  position: absolute;
  right: 1.0588235294vw;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease; /* 通常の遷移 */
}
.plink svg path {
  transition: 0.5s;
}
.plink:hover {
  background: #ffffff;
  color: #404DA1;
}
.plink:hover svg {
  -webkit-animation: arrow-move-position 0.5s ease-in-out;
          animation: arrow-move-position 0.5s ease-in-out;
}
.plink:hover svg path {
  fill: #404DA1;
}

main {
  padding-top: 7.05vw;
}

header#header {
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1vw 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
header#header .menu-bar .logo img {
  display: none;
}
header#header .menu-bar .logo img.black {
  display: block;
  opacity: 1;
  position: initial;
}
header#header .menu-bar .menus .tops .txt-a {
  color: #161616;
}
header#header .menu-bar .menus .tops span {
  background: #161616;
}
header#header #menu-header-menu li a {
  color: #161616;
}
header#header .menu-btn div {
  background: #161616;
}
header#header .menu-btn span {
  color: #161616;
}

@media screen and (max-width: 767px) {
  header#header {
    background: #ffffff;
    padding: 20.5px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
  header#header.fixed {
    padding: 20.5px 0;
  }
  header#header .menu-bar .logo img {
    display: none;
  }
  header#header .menu-bar .logo img.black {
    display: block;
    opacity: 1;
  }
  main {
    padding-top: 65px;
  }
  .plink {
    width: 100%;
    height: 52px;
    padding-left: 23px;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 6px;
  }
  .plink svg {
    right: 22px;
    width: 12px;
    height: 8px;
  }
}
/*=================================================
section#lead
==================================================*/
section#lead .box-top {
  position: relative;
}
section#lead .box-top .box-img {
  width: 100%;
  height: 19.2352941176vw;
}
section#lead .box-top .box-ttl {
  display: flex;
  gap: 1.4705882353vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#lead .box-top .box-ttl svg {
  content: "";
  background: url(../img/double_slush_icon.svg) center no-repeat;
  background-size: cover;
  width: 3.1764705882vw;
  height: 2.0588235294vw;
  display: flex;
  margin-top: 0.8vw;
}
section#lead .box-top .box-ttl .txt-h1 {
  color: #ffffff;
}
section#lead .box-top .box-ttl .txt-h1 .txt-e {
  display: block;
}
section#lead .breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 14.71%;
  top: 22.6382352941vw;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0.8235294118vw;
}
section#lead .breadcrumbs > span a {
  color: #ffffff;
  font-size: 0.8235294118vw;
  text-decoration: underline;
  text-underline-offset: 0.2vw;
  margin-left: 0.5vw;
}
section#lead .breadcrumbs > span a.home {
  text-decoration: none;
  margin-left: 0;
}
section#lead .breadcrumbs > span > span {
  text-decoration: underline;
  text-underline-offset: 0.2vw;
  font-size: 0.8235294118vw;
  margin-left: 0.5vw;
}
section#lead .box-txt {
  background: #EBEBEB;
  padding: 3.6470588235vw 0;
  box-sizing: border-box;
}
section#lead .box-txt .txt-p {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#lead .box-top .box-img {
    width: 100%;
    height: 34.6153846154vw;
  }
  section#lead .box-top .box-ttl {
    gap: 18px;
  }
  section#lead .box-top .box-ttl svg {
    width: 28px;
    height: 18.5px;
    margin-top: 5px;
  }
  section#lead .box-top .txt-h1 {
    font-size: 12px;
  }
  section#lead .box-top .txt-h1 .txt-e {
    font-size: 20px;
  }
  section#lead .breadcrumbs {
    left: 5.75%;
    top: calc(65px + 34.6153846154vw + 10px);
    color: #161616;
    font-size: 10px;
    gap: 0;
  }
  section#lead .breadcrumbs > span > span {
    color: #000000;
    font-size: 10px;
    text-underline-offset: 2px;
    margin-left: 5px;
  }
  section#lead .breadcrumbs > span > a {
    font-size: 10px;
    color: #000000;
    text-underline-offset: 2px;
    margin-left: 5px;
  }
  section#lead .breadcrumbs > span > a.home {
    text-decoration: none;
    margin-left: 0;
  }
  section#lead .box-txt {
    padding: 60px 0 50px;
  }
  section#lead .box-txt .txt-p {
    font-size: 14px;
    padding: 0;
  }
}
/*=================================================
section#contact_area
==================================================*/
#contact_area {
  background: #404DA1;
}
#contact_area .inner {
  padding: 5vw 0;
}
#contact_area .box {
  align-items: center;
  gap: 5.1176470588vw;
}
#contact_area .line {
  width: 1px;
  height: 10.4705882353vw;
  background: #ffffff;
}
#contact_area .box-ttl {
  width: calc(24.5% + 2.9411764706vw);
}
#contact_area .box-ttl .txt-h2 {
  color: #ffffff;
}
#contact_area .box-ttl .txt-a {
  margin-top: 1.2352941176vw;
  background: #ffffff;
  border-color: #ffffff;
  color: #404DA1;
}
#contact_area .box-ttl .txt-a svg path {
  fill: #404DA1;
}
#contact_area .box-txt {
  width: 56.5%;
}
#contact_area .box-txt .txt-p {
  color: #ffffff;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  #contact_area {
    position: relative;
  }
  #contact_area .inner {
    padding: 50px 0 60px;
  }
  #contact_area .line {
    display: none;
  }
  #contact_area .box {
    padding-bottom: 90px;
  }
  #contact_area .box-ttl {
    width: 100%;
  }
  #contact_area .box-ttl .txt-h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #contact_area .box-ttl .txt-a {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 229px;
  }
  #contact_area .box-txt {
    width: 100%;
  }
  #contact_area .box-txt .txt-p {
    font-size: 14px;
  }
}
/*=================================================
section#info_link
==================================================*/
section#info_link {
  background: #EBEBEB;
  position: relative;
}
section#info_link .inner {
  padding-top: 28.5294117647vw;
}
section#info_link .box {
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
section#info_link .item {
  width: 33.333%;
  position: relative;
  display: block;
}
section#info_link .item .image {
  width: 100%;
  height: 18.8235294118vw;
  position: relative;
  overflow: clip;
}
section#info_link .item .image::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#info_link .item .image img {
  transition: 0.8s;
}
section#info_link .item .txt-h3 {
  position: absolute;
  left: 1.7647058824vw;
  bottom: 1.7647058824vw;
  color: #ffffff;
  z-index: 2;
  transition: 0.5s;
}
section#info_link .item .txt-h3 .txt-e {
  display: block;
}
section#info_link .item svg {
  width: 1.5882352941vw;
  height: 1.5882352941vw;
  display: flex;
  position: absolute;
  right: 1.7647058824vw;
  bottom: 1.7647058824vw;
  z-index: 2;
  transition: 0.5s;
}
section#info_link .item:hover .image img {
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  section#info_link {
    position: relative;
  }
  section#info_link::before {
    content: "";
    background: #404DA1;
    width: 100%;
    height: 27.1794871795vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#info_link .inner {
    padding-top: 0;
  }
  section#info_link .box {
    position: initial;
    transform: initial;
    display: flex;
    flex-wrap: wrap;
  }
  section#info_link .item {
    width: 100%;
    margin-bottom: 27px;
  }
  section#info_link .item .image {
    width: 100%;
    height: 54.358974359vw;
    position: relative;
    margin-bottom: 15px;
  }
  section#info_link .item .image::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section#info_link .item .txt-h3 {
    position: initial;
    font-size: 10px;
    color: #161616;
  }
  section#info_link .item .txt-h3 .txt-e {
    font-size: 14px;
    color: #161616;
    letter-spacing: 0.5px;
  }
  section#info_link .item svg {
    width: 18px;
    height: 18px;
    right: 0;
    bottom: 10px;
  }
  section#info_link .item svg path {
    fill: #161616;
  }
  section#info_link .item.i2, section#info_link .item.i3 {
    width: 48.3%;
  }
  section#info_link .item.i2 .image, section#info_link .item.i3 .image {
    width: 100%;
    height: 26.4102564103vw;
    margin-bottom: 10px;
  }
}
/*=================================================
section#news
==================================================*/
section#news {
  background: #F7F7F7;
}
section#news .inner {
  padding-top: 6.7058823529vw;
  padding-bottom: 0;
}
section#news .box-ttl {
  margin-bottom: 2.7058823529vw;
}
section#news .box-ttl .icon {
  width: 2.1470588235vw;
  height: 1.4117647059vw;
  display: flex;
}
section#news .box-ttl .icon svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#news .box-ttl .txt-h2 {
  line-height: 1;
  gap: 0.7058823529vw;
  letter-spacing: 0.1vw;
}
section#news .box-ttl .txt-h2 .txt-e {
  display: block;
}
section#news .box-list {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8823529412vw 0;
}
section#news .box-list .item {
  width: 48.81%;
  background: #ffffff;
  border-radius: 7px;
  position: relative;
  transition: 0.8s;
}
section#news .box-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.1vw 2vw;
  padding-right: 3vw;
}
section#news .box-list .item .txt-d {
  color: #404DA1;
  margin-bottom: 0.8823529412vw;
  transition: 0.5s;
}
section#news .box-list .item .txt-h3 {
  color: #161616;
  transition: 0.5s;
}
section#news .box-list .item .icon {
  position: absolute;
  right: 1.8529411765vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1vw;
  height: 0.8823529412vw;
  display: flex;
}
section#news .box-list .item .icon svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#news .box-list .item .icon svg path {
  transition: 0.5s;
}
section#news .box-list .item .txt-a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.4117647059vw;
  width: 17vw;
  height: 4.4705882353vw;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-left: 1.8823529412vw;
}
section#news .box-list .item .txt-a svg {
  position: absolute;
  right: 1.0588235294vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 1.2352941176vw;
  height: 1.0588235294vw;
}
section#news .box-list .item:hover {
  background: #404DA1;
}
section#news .box-list .item:hover .txt-d {
  color: #ffffff;
}
section#news .box-list .item:hover .icon svg path {
  fill: #ffffff;
}
section#news .box-list .item:hover .txt-h3 {
  color: #ffffff;
}
section#news .box-list .item.ilink {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#news .box-list .item.ilink:hover {
  background: transparent;
}

@media screen and (max-width: 767px) {
  section#news .inner {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  section#news .box-ttl {
    margin-bottom: 20px;
  }
  section#news .box-ttl .icon {
    width: 24px;
    height: 15px;
    margin-bottom: 5px;
  }
  section#news .box-ttl .txt-h2 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  section#news .box-ttl .txt-h2 .txt-e {
    font-size: 24px;
  }
  section#news .box-list {
    display: flex;
    gap: 10px 0;
  }
  section#news .box-list .item {
    width: 100%;
    background: #ffffff;
    border-radius: 7px;
    position: relative;
  }
  section#news .box-list .item .txt-d {
    font-size: 10px;
    margin-bottom: 12px;
  }
  section#news .box-list .item .txt-h3 {
    font-size: 12px;
  }
  section#news .box-list .item .icon {
    right: 15px;
    width: 11px;
    height: 9px;
  }
  section#news .box-list .item .txt-a {
    border-radius: 6px;
    width: 205px;
    height: 52px;
    padding-left: 21px;
  }
  section#news .box-list .item .txt-a svg {
    right: 13px;
    width: 12px;
    height: 8px;
  }
  section#news .box-list .item.ilink {
    margin-top: 34px;
  }
  section#news .box-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    padding-right: 30px;
  }
}
/*=================================================
section#technology_link
==================================================*/
section#technology_link {
  background: #F7F7F7;
}
section#technology_link .inner {
  padding-top: 6.7058823529vw;
}
section#technology_link .txt-h2 {
  position: relative;
  padding-bottom: 1.2vw;
  margin-bottom: 4.4117647059vw;
  display: flex;
  align-items: center;
  gap: 1.2vw;
}
section#technology_link .txt-h2::before, section#technology_link .txt-h2:after {
  content: "";
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#technology_link .txt-h2::before {
  width: 100%;
  background: #B2B2B2;
}
section#technology_link .txt-h2:after {
  width: 3.1764705882vw;
  background: #D71618;
}
section#technology_link .txt-h2 svg {
  width: 3.1764705882vw;
  height: 2.0588235294vw;
}
section#technology_link .power-link {
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5294117647vw 3.5%;
}
section#technology_link .power-link .item {
  width: 31%;
  display: flex;
  align-items: center;
  gap: 1.4705882353vw;
  padding: 1.5vw 2vw;
  position: relative;
  border: solid 1px #404DA1;
  box-sizing: border-box;
  border-radius: 0.5882352941vw;
}
section#technology_link .power-link .item .icon {
  width: auto;
  height: 2.7647058824vw;
  display: flex;
}
section#technology_link .power-link .item .icon img {
  width: auto;
}
section#technology_link .power-link .item .item-txt .txt-h4 {
  padding-bottom: 0.2vw;
  color: #404DA1;
  transition: 0.5s;
}
section#technology_link .power-link .item .item-txt .txt-p {
  color: #4B4B4B;
  transition: 0.5s;
}
section#technology_link .power-link .item .item-txt svg {
  width: 0.9411764706vw;
  height: 0.8235294118vw;
  top: 51%;
  transform: translateY(-50%);
  position: absolute;
  right: 1.0588235294vw;
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease; /* 通常の遷移 */
}
section#technology_link .power-link .item .item-txt svg path {
  fill: #404DA1;
  transition: 0.5s;
}
section#technology_link .power-link .item:hover .item-txt .txt-p {
  color: #404DA1;
}
section#technology_link .power-link .item:hover .item-txt svg {
  -webkit-animation: arrow-move-position 0.5s ease-in-out;
          animation: arrow-move-position 0.5s ease-in-out;
}
section#technology_link .power-link .item:hover .item-txt svg path {
  fill: #4B4B4B;
}

@media screen and (max-width: 767px) {
  section#technology_link .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#technology_link .txt-h2 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
    gap: 12px;
  }
  section#technology_link .txt-h2 svg {
    width: 23.5px;
    height: 15.5px;
  }
  section#technology_link .txt-h2::before, section#technology_link .txt-h2:after {
    content: none;
  }
  section#technology_link .power-link {
    width: 100%;
    display: flex;
    gap: 3vw 0;
    justify-content: space-between;
  }
  section#technology_link .power-link .item {
    gap: 8px;
    width: 48.5%;
    border-radius: 5px;
  }
  section#technology_link .power-link .item .icon {
    width: auto;
    height: 25px;
  }
  section#technology_link .power-link .item .item-txt .txt-h4 {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1px;
    letter-spacing: 0.5px;
  }
  section#technology_link .power-link .item .item-txt .txt-p {
    font-size: 10px;
  }
  section#technology_link .power-link .item .item-txt svg {
    width: 10px;
    height: 9px;
    top: 50%;
    right: 10px;
  }
}
/*# sourceMappingURL=page.css.map */