@charset "UTF-8";
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
#top {
  /* 基本セクションヘッディング */
  /* メインビジュアル */
  /* 弊社Vision */
  /* 法人向け事業ーFor businesses */
  /* 個人向け事業ーFor individuals */
  /* お知らせーAnnouncement */
}
#top .basic-section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#top .top-mv {
  background: url(/img/top/bg_mv_01.webp) no-repeat;
  background-size: contain;
  background-position: right bottom;
  min-height: 640px;
}
@media screen and (max-width: 1240px) {
  #top .top-mv {
    background-size: cover;
  }
}
#top .top-mv__inner {
  min-height: 640px;
  flex-direction: column;
  justify-content: flex-end;
}
#top .top-mv__catch {
  font-size: 32px;
  font-weight: normal;
  width: fit-content;
  margin: 0 0 103px 11.02%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .top-mv__catch {
    margin: 0 0 174px 0;
  }
}
@media screen and (max-width: 360px) {
  #top .top-mv__catch br {
    display: none;
  }
}
#top .top-vision {
  background-color: #FFFFF1;
  padding: 64px 0 77px;
}
#top .top-vision__text {
  font-size: 18px;
  text-align: center;
  color: #333;
}
#top .top-biz {
  padding: 35px 0 55px;
}
#top .top-biz__card {
  width: min(100%, 832px);
  margin: 55px auto 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top .top-biz__card {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
#top .top-biz__card:hover {
  opacity: 0.8;
}
#top .top-biz__image {
  width: min(40%, 327px);
}
@media screen and (max-width: 768px) {
  #top .top-biz__image {
    width: 100%;
  }
}
#top .top-biz__data {
  width: min(61%, 505px);
}
@media screen and (max-width: 960px) {
  #top .top-biz__data {
    width: min(60%, 505px);
  }
}
@media screen and (max-width: 768px) {
  #top .top-biz__data {
    width: 100%;
  }
}
#top .top-biz__heading {
  font-size: 26px;
  line-height: 1;
  margin-top: 1.1em;
  text-align: center;
  padding: 0 0.7em;
  color: #333;
}
#top .top-biz__heading span {
  display: block;
  font-size: 0.6em;
  color: #333;
}
#top .top-biz__text {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 1.3em;
  padding: 0 1.9em;
  color: #333;
}
#top .top-idi {
  padding: 35px 0 55px;
  background-color: #FFFFF1;
}
#top .top-idi__card {
  width: min(100%, 832px);
  margin: 55px auto 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top .top-idi__card {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
#top .top-idi__card:hover {
  opacity: 0.8;
}
#top .top-idi__image {
  width: min(40%, 327px);
}
@media screen and (max-width: 768px) {
  #top .top-idi__image {
    width: 100%;
  }
}
#top .top-idi__data {
  width: min(61%, 505px);
}
@media screen and (max-width: 960px) {
  #top .top-idi__data {
    width: min(60%, 505px);
  }
}
@media screen and (max-width: 768px) {
  #top .top-idi__data {
    width: 100%;
  }
}
#top .top-idi__heading {
  font-size: 26px;
  line-height: 1;
  margin-top: 1.1em;
  text-align: center;
  padding: 0 0.7em;
  color: #333;
}
#top .top-idi__heading span {
  display: block;
  font-size: 0.6em;
  color: #333;
}
#top .top-idi__text {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 1.3em;
  padding: 0 1.9em;
  color: #333;
}
#top .top-announcement {
  padding: 35px 0 97px;
}
#top .top-announcement__list {
  margin-top: 58px;
}
#top .top-announcement__item {
  border-bottom: 1px solid #7F7F7F;
  padding: 20px 10px;
  align-items: center;
  transition: all 0.3s;
  gap: 10px 30px;
}
@media screen and (max-width: 960px) {
  #top .top-announcement__item {
    flex-direction: column;
    align-items: initial;
  }
}
#top .top-announcement__item.first {
  border-top: 1px solid #7f7f7f;
}
#top .top-announcement__item:hover {
  opacity: 0.8;
}
#top .top-announcement__detail {
  gap: 15px;
  align-items: center;
}
#top .top-announcement__date {
  font-size: 16px;
  color: #7F7F7F;
}
#top .top-announcement__label {
  font-size: 16px;
  font-weight: bold;
  background-color: #AED7AE;
  color: #fff;
  border-radius: 4px;
  min-width: 92px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .top-announcement__title {
  font-size: 16px;
  color: #333;
}