@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* 色設定 */
/* ============================================ */
/* ============================================ */
/* セクション */
#mainvisual {
  background: linear-gradient(180deg, white 0%, white 65%, #bce8f3 65%, #bce8f3 100%);
  text-align: center;
  padding-top: 100rem;
}
#mainvisual p {
  font-size: 44rem;
  color: #0b0549;
  line-height: 1.3;
}
#mainvisual p .is-yellow {
  color: #f2ae31;
  -webkit-text-stroke: 1.4px #0b0549;
  text-stroke: 1.4px #0b0549;
  font-size: 130%;
  font-weight: 700;
}
#mainvisual .small {
  font-size: 24rem;
  margin-top: 10rem;
  color: #3f5b73;
  font-weight: 600;
}

/* ============================================ */
/* セクション */
#news {
  background: #bce8f3;
}
#news .news-container {
  padding-top: 48rem;
  padding-bottom: 48rem;
  background: white;
  border: solid 3px #0b0549;
  border-radius: 30px;
}
#news .news-container .news-list {
  margin-top: 40rem;
  margin-bottom: 48rem;
}
#news .news-container .news-list > li a {
  display: flex;
  width: 80%;
  margin: 20rem auto 0;
  border-bottom: #bce8f3 dotted 3rem;
  padding-bottom: 8rem;
}
#news .news-container .news-list > li a .date {
  width: 20%;
}
#news .news-container .news-list > li a .title {
  width: 80%;
}
#news .news-container .btn {
  background: #73b8e2;
}
#news .news-container .btn:hover {
  background: white;
}
#news .bnr {
  display: block;
  max-width: 80%;
  margin: 48rem auto 0;
  border-radius: 24rem;
  border: solid 3px #bce8f3;
  transition: opacity 0.3s;
}
#news .bnr:hover {
  opacity: 0.7;
}
#news .bnr * {
  border-radius: inherit;
}

/* ============================================ */
/* セクション */
#intro {
  background: linear-gradient(170deg, #bce8f3 0%, #bce8f3 50%, #f5f5f5 50%, #f5f5f5 100%);
  padding-top: 60rem;
}
#intro .viewport-s {
  position: relative;
}
#intro .viewport-s .intro-container {
  width: 60%;
}
#intro .viewport-s .intro-container .lead-left {
  font-size: 35rem;
  line-height: 1.3;
  margin-bottom: 27rem;
  position: relative;
}
#intro .viewport-s .intro-container .lead-left .is-yellow {
  color: #f2ae31;
}
#intro .viewport-s .intro-container .lead-left .line {
  position: relative;
}
#intro .viewport-s .intro-container .lead-left .line:before {
  position: absolute;
  content: "";
  background-image: url("../img/yellow-right.png");
  width: 33px;
  height: 31px;
  top: 0rem;
  right: 0rem;
  transform: translate(100%, -100%);
  background-size: cover;
}
#intro .viewport-s .intro-container P {
  color: #0b0549;
  font-weight: 500;
  font-size: 16rem;
}
#intro .viewport-s .intro-container .lead-right {
  font-size: 35rem;
  line-height: 1.3;
  margin-top: 27rem;
  position: relative;
  text-align: right;
  padding-bottom: 70rem;
}
#intro .viewport-s .intro-container .lead-right .is-yellow {
  color: #f2ae31;
}
#intro .viewport-s .intro-container .lead-right .line {
  position: relative;
}
#intro .viewport-s .intro-container .lead-right .line:before {
  position: absolute;
  content: "";
  background-image: url("../img/yellow-left.png");
  width: 33px;
  height: 31px;
  top: 0rem;
  left: 0rem;
  transform: translate(-100%, -100%);
  background-size: cover;
}
#intro .viewport-s figure {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
}

/* ============================================ */
/* セクション */
#check {
  background: #f5f5f5;
  padding-bottom: 120rem;
}
#check .check-container {
  background: white;
  border: #0b0549 solid 3px;
  text-align: center;
  padding-bottom: 48rem;
}
#check .check-container .check-list {
  width: 50%;
  margin: 56rem auto 40rem;
  position: relative;
}
#check .check-container .check-list > li {
  display: flex;
  margin-bottom: 20rem;
}
#check .check-container .check-list > li figure {
  width: 40rem;
  margin-right: 24rem;
}
#check .check-container .check-list > li p {
  font-size: 16rem;
  color: #5b83a6;
  font-weight: 500;
}
#check .check-container .check-list > li p span {
  color: #f2ae31;
  font-size: 24rem;
}
#check .check-container .check-list > li:nth-child(3) {
  margin-bottom: 0;
}
#check .check-container .check-list:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -70rem;
  transform: translateY(-50%);
  background-image: url("../img/check_left.png");
  background-size: cover;
  width: 24rem;
  height: 153rem;
}
#check .check-container .check-list::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -70rem;
  transform: translateY(-50%);
  background-image: url("../img/check_right.png");
  background-size: cover;
  width: 24rem;
  height: 153rem;
}
#check .check-container .check-message {
  display: inline-block;
  color: #0b0549;
  font-weight: 500;
  font-size: 24rem;
  border-bottom: #f2ae31 5px solid;
  margin-bottom: 48rem;
}
#check .check-container .flex-container {
  width: 80%;
  margin: 0 auto;
}
#check .check-container .flex-container .btn {
  color: #0b0549;
  background: #bce8f3;
}
#check .check-container .flex-container .btn:hover {
  background: white;
}

/* ============================================ */
/* セクション */
#property {
  padding: 120rem 0 80rem;
}
#property .property-list {
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
}
#property .property-list > li {
  border: #0b0549 solid 3px;
  width: 32%;
}
#property .property-list > li .category {
  text-align: center;
  font-size: 22rem;
  font-weight: 500;
  color: white;
  padding: 8rem 0;
  border-bottom: #0b0549 3px solid;
}
#property .property-list > li .area {
  display: inline-block;
  padding: 4rem 32rem;
  border-radius: 100px;
  color: white;
  margin: 16rem;
}
#property .property-list > li .title {
  padding-left: 16rem;
  padding-bottom: 16rem;
}
#property .property-list .shinki .category {
  background: #f2ae31;
}
#property .property-list .shinki .area {
  background: #f2ae31;
}
#property .property-list .keisho .category {
  background: #73b8e2;
}
#property .property-list .keisho .area {
  background: #5b83a6;
}
#property .btn {
  background: #bce8f3;
  color: #0b0549;
  margin-top: 48rem;
}
#property .btn:hover {
  background: white;
}

/* ============================================ */
/* セクション */
#transfer {
  background: #bce8f3;
  padding-top: 120rem;
  padding-bottom: 80rem;
  text-align: center;
}
#transfer .h2-transfer {
  color: #0b0549;
  font-size: 40rem;
  font-weight: 500;
  padding-bottom: 16rem;
  position: relative;
  display: inline-block;
}
#transfer .h2-transfer::before {
  position: absolute;
  content: "";
  width: 48rem;
  height: 3rem;
  top: 30rem;
  left: -60rem;
  background: #0b0549;
  transform: rotate(70deg);
}
#transfer .h2-transfer::after {
  position: absolute;
  content: "";
  width: 48rem;
  height: 3rem;
  top: 30rem;
  right: -60rem;
  background: #0b0549;
  transform: rotate(290deg);
}
#transfer .transfer-container {
  background: white;
  border-radius: 30px;
  padding: 80rem 48rem;
  text-align: start;
}
#transfer .transfer-container .flex-container {
  display: flex;
}
#transfer .transfer-container .flex-container .flex-item {
  width: 70%;
  margin-bottom: 80rem;
}
#transfer .transfer-container .flex-container .flex-item .transfer-lead {
  color: #5b83a6;
  font-weight: 500;
  font-size: 32rem;
  margin-bottom: 16rem;
}
#transfer .transfer-container .flex-container .flex-item .body {
  font-size: 18rem;
  line-height: 2;
  color: #212121;
}
#transfer .transfer-container .flex-container figure {
  width: 25%;
  padding: 0 2.5%;
}
#transfer .transfer-container h3 {
  background: #5b83a6;
  color: white;
  padding: 12rem;
  font-size: 22rem;
  font-weight: 500;
  margin-bottom: 16rem;
}
#transfer .transfer-container .transfer-wrapper {
  display: flex;
  margin-bottom: 60rem;
}
#transfer .transfer-container .transfer-wrapper .body {
  width: 60%;
  padding-right: 32rem;
  color: #707070;
}
#transfer .transfer-container .transfer-wrapper figure {
  width: 40%;
}
#transfer .transfer-container .step-title {
  color: #0b0549;
  text-align: center;
  font-size: 32rem;
  font-weight: 500;
  padding-bottom: 20rem;
  border-bottom: 3px solid #0b0549;
}
#transfer .transfer-container .step-list {
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#transfer .transfer-container .step-list > li {
  width: 23%;
}
#transfer .transfer-container .step-list > li figure {
  width: 50rem;
  margin: 0 auto 8rem;
}
#transfer .transfer-container .step-list > li .step-container {
  background: #e6f7fb;
  border-radius: 10px;
  padding: 24rem 20rem 48rem;
}
#transfer .transfer-container .step-list > li .step-container .step-heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 8rem;
}
#transfer .transfer-container .step-list > li .step-container .body {
  height: 70rem;
}
#transfer .transfer-container .step-bottom-container {
  display: flex;
  align-items: center;
}
#transfer .transfer-container .step-bottom-container .arrow {
  width: calc(100% - 154rem);
  height: 3px;
  background: #0b0549;
  position: relative;
  margin-right: 30rem;
}
#transfer .transfer-container .step-bottom-container .arrow::after {
  position: absolute;
  content: "";
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0b0549;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
#transfer .transfer-container .step-bottom-container .step-img {
  width: 124rem;
  transform: translateY(-30rem);
}
#transfer .transfer-container .btn {
  background: #5b83a6;
}
#transfer .transfer-container .btn:hover {
  background: white;
}

/* ============================================ */
/* セクション */
#service {
  padding: 120rem 0 80rem;
}
#service .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60rem;
}
#service .service-list > li {
  width: 48%;
  background: #f8fcff;
  border: 3px solid #0b0549;
  border-radius: 30px;
  padding: 60rem 40rem 60rem;
  text-align: center;
  margin-bottom: 48rem;
}
#service .service-list > li .service-heading {
  display: inline-block;
  color: #0b0549;
  font-weight: 500;
  font-size: 32rem;
  border-bottom: 5px #f2ae31 solid;
  line-height: 1;
}
#service .service-list > li figure {
  margin-top: 16rem;
}
#service .service-list > li .body {
  margin-top: 16rem;
  height: 176rem;
  text-align: start;
  line-height: 1.6;
}
#service .service-list > li .btn-container {
  display: flex;
}
#service .service-list > li .btn-container .btn {
  background: #bce8f3;
  color: #0b0549;
  width: 200rem;
}
#service .service-list > li .btn-container .btn:hover {
  background: white;
}
#service .service-list > li .btn-container .btn:nth-child(2) {
  background: white;
}
#service .service-list > li .btn-container .btn:nth-child(2):hover {
  background: #bce8f3;
}
#service .service-list > li:nth-child(3) {
  width: 100%;
}
#service .service-list > li:nth-child(3) .flex-container .flex-left {
  width: 40%;
}
#service .service-list > li:nth-child(3) .flex-container .flex-left .service-heading {
  display: inline-block;
  color: #0b0549;
  font-weight: 500;
  font-size: 32rem;
  border-bottom: 5px #f2ae31 solid;
  line-height: 1;
}
#service .service-list > li:nth-child(3) .flex-container .flex-left figure {
  margin-top: 32rem;
  width: 100%;
  height: auto;
}
#service .service-list > li:nth-child(3) .flex-container .flex-right .body {
  margin-top: 0;
  margin-bottom: 56rem;
  margin-left: 40rem;
  color: #0b0549;
}
#service .service-list > li:nth-child(3) .flex-container .flex-right .btn {
  background: #73b8e2;
}
#service .service-list > li:nth-child(3) .flex-container .flex-right .btn:hover {
  background: white;
}

/* ============================================ */
/* セクション */
#point {
  background: #fffaf8;
  padding: 120rem 0 80rem;
}
#point .point-lead {
  text-align: center;
  font-weight: 500;
  font-size: 32rem;
  color: #0b0549;
}
#point .point-container {
  display: flex;
  border-bottom: #0b0549 3px solid;
}
#point .point-container h2 {
  margin-right: 24rem;
}
#point .point-container .point-list > li {
  padding-top: 16rem;
  padding-bottom: 16rem;
  border-bottom: #bce8f3 dotted 3px;
}
#point .point-container .point-list > li .point-heading {
  display: inline-block;
  color: #5b83a6;
  font-size: 24rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: #f2ae31 6px solid;
}
#point .point-container .point-list > li .point-heading span {
  font-size: 20rem;
}
#point .point-container .point-list > li .point-heading strong {
  font-size: 32rem;
}
#point .point-container .point-list > li .flex-container {
  margin-top: 20rem;
}
#point .point-container .point-list > li .flex-container .body {
  line-height: 2;
  color: #212121;
  width: 75%;
  padding-right: 32rem;
}
#point .point-container .point-list > li .flex-container figure {
  width: 25%;
}
#point .point-container .point-list > li:nth-child(3) {
  border: none;
}

/* ============================================ */
/* セクション */
#voices {
  padding: 64rem 0;
}
#voices .voices-list {
  margin-top: 60rem;
}
#voices .voices-list > li {
  background: #e6f7fb;
  border: #0b0549 solid 3px;
  border-radius: 30px;
  padding: 24rem 0;
  margin-bottom: 24rem;
}
#voices .voices-list > li .viewport-s {
  display: flex;
  height: 190rem;
  align-items: center;
}
#voices .voices-list > li .viewport-s figure {
  width: 20%;
  padding: 3%;
}
#voices .voices-list > li .viewport-s .voice-container {
  width: 80%;
  background: white;
  border-radius: 20px;
  padding: 24rem;
  position: relative;
}
#voices .voices-list > li .viewport-s .voice-container .message {
  font-weight: 500;
  font-size: 20rem;
  color: #5b83a6;
}
#voices .voices-list > li .viewport-s .voice-container .body {
  margin-top: 8rem;
  line-height: 1.6;
}
#voices .voices-list > li .viewport-s .voice-container:after {
  position: absolute;
  content: "";
  background-image: url("../img/voices_container_left.png");
  width: 30px;
  height: 48px;
  left: 0;
  bottom: 30rem;
  background-size: cover;
  transform: translateX(-100%);
}
#voices .voices-list > li:nth-child(1) {
  background: #fffaf8;
}
#voices .voices-list > li:nth-child(2) .viewport-s {
  flex-direction: row-reverse;
}
#voices .voices-list > li:nth-child(2) .viewport-s .voice-container {
  position: relative;
}
#voices .voices-list > li:nth-child(2) .viewport-s .voice-container:after {
  background-image: url("../img/voices_container_right.png");
  width: 30px;
  height: 48px;
  left: auto;
  right: 0;
  bottom: 30rem;
  background-size: cover;
  transform: translateX(100%);
}

/* ============================================ */
/* セクション */
#about {
  background-image: url("../img/bg_about.jpg");
  background-size: cover;
  background-position: center;
  padding: 120rem 0 80rem;
}
#about .about-container {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #0b0549;
  border-radius: 30rem;
  padding: 56rem 56rem 0;
  margin-top: 40rem;
}
#about .about-container .about-list li {
  display: flex;
  margin-bottom: 16rem;
}
#about .about-container .about-list li .label {
  color: #0b0549;
  font-weight: 500;
  width: 20%;
  font-size: 16rem;
  padding-left: 12rem;
  position: relative;
}
#about .about-container .about-list li .label::before {
  position: absolute;
  content: "";
  background: #0b0549;
  top: 0;
  left: 0;
  width: 5px;
  height: 24rem;
}
#about .about-container .about-list li .body {
  width: 80%;
}
#about .about-container figure {
  width: 50%;
  margin: 48rem auto 0;
}

/* ============================================ */
/* セクション */
/* SP */
@media screen and (max-width: 1080px) {
  /* ============================================ */
  /* ============================================ */
  /* セクション */
  #mainvisual {
    padding-top: 56rem;
  }
  #mainvisual p {
    font-size: 25rem;
    font-weight: 500;
    margin-bottom: 8rem;
  }
  #mainvisual p .is-yellow {
    -webkit-text-stroke: 1px #0b0549;
    text-stroke: 1px #0b0549;
    font-size: 140%;
    font-weight: 1000;
  }
  #mainvisual .small {
    font-size: 16rem;
  }
  /* ============================================ */
  /* セクション */
  #news {
    padding-bottom: 32rem;
  }
  #news .news-container {
    padding-top: 40rem;
  }
  #news .news-container .news-list > li a {
    display: block;
    width: 80%;
    margin: 20rem auto 0;
  }
  #news .news-container .news-list > li a .date {
    width: 100%;
  }
  #news .news-container .news-list > li a .title {
    width: 100%;
  }
  /* ============================================ */
  /* セクション */
  #intro {
    padding-top: 32rem;
  }
  #intro .viewport-s .intro-container {
    width: 100%;
  }
  #intro .viewport-s .intro-container .lead-right {
    margin-top: 100rem;
    padding-bottom: 20rem;
  }
  #intro .viewport-s figure {
    position: relative;
    width: 30%;
    margin: 0 0 0 auto;
  }
  /* ============================================ */
  /* セクション */
  #check {
    padding-bottom: 80rem;
  }
  #check .check-container .check-list {
    width: 80%;
    margin: 40rem auto 40rem;
  }
  #check .check-container .check-list > li {
    margin-bottom: 20rem;
  }
  #check .check-container .check-list > li figure {
    width: 24rem;
    margin-right: 12rem;
  }
  #check .check-container .check-list > li p {
    font-size: 12rem;
  }
  #check .check-container .check-list > li p span {
    font-size: 16rem;
  }
  #check .check-container .check-list:before {
    display: none;
  }
  #check .check-container .check-list::after {
    display: none;
  }
  #check .check-container .check-message {
    font-size: 16rem;
    margin-bottom: 32rem;
  }
  #check .check-container .flex-container {
    display: block;
    width: 100%;
  }
  #check .check-container .flex-container .btn {
    margin-bottom: 16rem;
  }
  /* ============================================ */
  /* セクション */
  #property .property-list {
    display: block;
  }
  #property .property-list > li {
    width: 100%;
    margin-bottom: 16rem;
  }
  /* ============================================ */
  /* セクション */
  #transfer .h2-transfer {
    font-size: 24rem;
  }
  #transfer .h2-transfer::before {
    top: 24rem;
    left: -48rem;
  }
  #transfer .h2-transfer::after {
    top: 24rem;
    right: -48rem;
  }
  #transfer .transfer-container {
    padding: 56rem 32rem;
  }
  #transfer .transfer-container .flex-container {
    display: block;
  }
  #transfer .transfer-container .flex-container .flex-item {
    width: 100%;
    margin-bottom: 40rem;
  }
  #transfer .transfer-container .flex-container .flex-item .transfer-lead {
    font-size: 24rem;
  }
  #transfer .transfer-container .flex-container .flex-item .body {
    line-height: 1.6;
  }
  #transfer .transfer-container .flex-container figure {
    width: 50%;
    margin: 0 auto 48rem;
  }
  #transfer .transfer-container h3 {
    font-size: 20rem;
  }
  #transfer .transfer-container .transfer-wrapper {
    display: block;
    margin-bottom: 72rem;
  }
  #transfer .transfer-container .transfer-wrapper .body {
    width: 100%;
    padding-right: 0rem;
    padding-bottom: 24rem;
    font-size: 16rem;
    line-height: 2;
  }
  #transfer .transfer-container .transfer-wrapper figure {
    width: 100%;
  }
  #transfer .transfer-container .step-title {
    font-size: 24rem;
  }
  #transfer .transfer-container .step-list {
    display: block;
  }
  #transfer .transfer-container .step-list > li {
    width: 100%;
    margin-bottom: 32rem;
  }
  #transfer .transfer-container .step-list > li .step-container {
    padding: 24rem 20rem 24rem;
  }
  #transfer .transfer-container .step-bottom-container .arrow::after {
    content: "";
  }
  #transfer .transfer-container .step-bottom-container .step-img {
    transform: translateY(-50rem);
  }
  #transfer .transfer-container .btn {
    margin: 24rem auto;
  }
  /* ============================================ */
  /* セクション */
  #service .service-list {
    display: block;
  }
  #service .service-list > li {
    width: 100%;
  }
  #service .service-list > li .body {
    height: auto;
    margin-bottom: 32rem;
    line-height: 2;
  }
  #service .service-list > li .btn-container {
    display: block;
  }
  #service .service-list > li .btn-container .btn {
    width: 100%;
    margin-bottom: 16rem;
  }
  #service .service-list > li:nth-child(3) .flex-container {
    display: block;
  }
  #service .service-list > li:nth-child(3) .flex-container .flex-left {
    width: 100%;
  }
  #service .service-list > li:nth-child(3) .flex-container .flex-left figure {
    margin-bottom: 32rem;
  }
  #service .service-list > li:nth-child(3) .flex-container .flex-right .body {
    margin-left: 0rem;
  }
  /* ============================================ */
  /* セクション */
  #point .point-lead {
    font-size: 24rem;
  }
  #point .point-container {
    display: block;
  }
  #point .point-container h2 {
    margin: 16rem auto;
    width: 50%;
  }
  #point .point-container .point-list > li {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
  #point .point-container .point-list > li .point-heading {
    line-height: 1.5;
  }
  #point .point-container .point-list > li .point-heading span {
    font-size: 20rem;
  }
  #point .point-container .point-list > li .point-heading strong {
    font-size: 32rem;
  }
  #point .point-container .point-list > li .flex-container {
    display: flex;
    flex-direction: column-reverse;
  }
  #point .point-container .point-list > li .flex-container .body {
    line-height: 2;
    width: 100%;
    padding-right: 0rem;
  }
  #point .point-container .point-list > li .flex-container figure {
    width: 50%;
    margin: 0 auto;
  }
  /* ============================================ */
  /* セクション */
  #voices .voices-list > li .viewport-s {
    display: block;
    height: auto;
  }
  #voices .voices-list > li .viewport-s figure {
    width: 50%;
    padding: 0%;
    margin: 0 auto 32rem;
  }
  #voices .voices-list > li .viewport-s .voice-container {
    width: 100%;
    padding: 24rem;
  }
  #voices .voices-list > li .viewport-s .voice-container .message {
    font-size: 18rem;
  }
  #voices .voices-list > li .viewport-s .voice-container .body {
    line-height: 2;
  }
  #voices .voices-list > li .viewport-s .voice-container:after {
    display: none;
  }
  #voices .voices-list > li:nth-child(2) .viewport-s .voice-container {
    position: relative;
  }
  #voices .voices-list > li:nth-child(2) .viewport-s .voice-container:after {
    background-image: url("../img/voices_container_right.png");
    width: 30px;
    height: 48px;
    left: auto;
    right: 0;
    bottom: 30rem;
    background-size: cover;
    transform: translateX(100%);
  }
  /* ============================================ */
  /* セクション */
  #about {
    background-image: url("../img/bg_about_sp.jpg");
  }
  #about .about-container {
    padding: 56rem 32rem 0;
  }
  #about .about-container .about-list li {
    display: block;
    margin-bottom: 32rem;
  }
  #about .about-container .about-list li .label {
    width: 100%;
    padding-left: 12rem;
  }
  #about .about-container .about-list li .body {
    margin-top: 16rem;
    width: 100%;
  }
  #about .about-container figure {
    width: 100%;
  }
  /* ============================================ */
  /* セクション */
  /* ============================================ */
  /* セクション */
}/*# sourceMappingURL=style.css.map */