<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap");

/*----------------------------------------
共通
----------------------------------------*/

html {
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .sp-view {
    display: none !important;
  }
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
  .pc-view {
    display: none !important;
  }
}

/*----------------------------------------
#page-container 共通
----------------------------------------*/

#page-container {
  width: 100%;
  min-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #333;
}

#page-container p span {
  color: #e60000;
}

#page-container p span em {
  font-size: 1.5em;
  font-weight: 700;
}

#page-container .ttl_lv1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #008ead;
  text-align: center;
}

#page-container .ttl_lv1 span {
  font-size: 16px;
  color: #008ead !important;
}

#page-container .ttl_lv2 {
  color: #fff;
  background-color: #5d5d5d;
  text-align: center;
  padding: 10px 0;
}

#page-container .ttl_lv3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#page-container .ttl_lv3 span {
  font-size: 16px;
  color: #333 !important;
}

#page-container .note {
  font-size: 14px;
}

#page-container .window {
  width: 14px;
  height: 11px;
  vertical-align: middle;
  margin: 0 5px;
}

#page-container .anchor {
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  #page-container {
    min-width: 100%;
    font-size: calc(14 * (100vw / 375));
    line-height: 1.8;
    overflow: hidden;
  }

  #page-container .ttl_lv1 {
    font-size: calc(20 * (100vw / 375));
  }

  #page-container .ttl_lv1 span {
    font-size: calc(14 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
    display: block;
    line-height: 1.4;
  }

  #page-container .ttl_lv2 {
    padding: calc(10 * (100vw / 375)) 0;
  }

  #page-container .ttl_lv3 {
    font-size: calc(16 * (100vw / 375));
  }

  #page-container .ttl_lv3 span {
    font-size: calc(12 * (100vw / 375));
  }

  #page-container .note {
    font-size: calc(12 * (100vw / 375));
  }

  #page-container .window {
    width: calc(14 * (100vw / 375));
    height: calc(11 * (100vw / 375));
    margin: 0 calc(5 * (100vw / 375));
  }

  #page-container .anchor {
    padding-top: calc(60 * (100vw / 375));
    margin-top: calc(-60 * (100vw / 375));
  }
}

/*----------------------------------------
h1
----------------------------------------*/
h1 {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background-image: url("../img/kv_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 120px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8465;
  position: relative;
}

h1 img {
  position: absolute;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  h1 {
    width: calc(375 * (100vw / 375));
    min-width: calc(375 * (100vw / 375));
    height: calc(375 * (100vw / 375));
    background-image: url("../img/kv_bg_sp.png");
    margin: calc(60 * (100vw / 375)) 0 0;
    padding: 0;
  }

  h1 img {
    width: calc(280 * (100vw / 375));
    bottom: calc(-10 * (100vw / 375));
  }
}

/*----------------------------------------
.lead
----------------------------------------*/
.lead {
  color: #fff;
  padding: 100px 0;
  background-color: #74c1c6;
}

.lead div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lead p:nth-of-type(1) {
  width: 226px;
  margin: 0 auto;
}

.lead p:nth-of-type(2) {
  width: 690px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lead {
    padding: calc(10 * (100vw / 375)) 0;
    font-size: calc(16 * (100vw / 375));
  }

  .lead div {
    width: calc(375 * (100vw / 375));
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .lead p:nth-of-type(1) {
    width: calc(300 * (100vw / 375));
    margin: 0 auto calc(-40 * (100vw / 375));
  }

  .lead p:nth-of-type(2) {
    width: calc(325 * (100vw / 375));
    margin: calc(30 * (100vw / 375)) auto;
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 375));
  }
}

/*----------------------------------------
.bg_map
----------------------------------------*/

.bg_map {
  background-image: url(../img/bg_map.png);
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .bg_map {
    background-image: none;
  }
}

/*----------------------------------------
.about
----------------------------------------*/
.about {
  padding: 100px 0 0;
  box-sizing: border-box;
}

.about .inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background-color: #f2f2ed;
  border-radius: 100px;
  padding: 80px 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about .inner h2 {
  font-size: 40px;
  font-weight: 700;
}

.about .inner .sub {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0;
    background-color: #f2f2ed;
  }

  .about .inner {
    width: calc(335 * (100vw / 375));
    background-color: #f2f2ed;
    border-radius: 0;
    padding: calc(60 * (100vw / 375)) 0 calc(50 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
    text-align: left;
  }

  .about .inner h2 {
    font-size: calc(24 * (100vw / 375));
    line-height: 1.4;
    text-align: center;
  }

  .about .inner .sub {
    width: calc(335 * (100vw / 375));
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: calc(20 * (100vw / 375));
    padding: calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
  }
}

/*----------------------------------------
.cta
----------------------------------------*/

.cta {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.cta .btn {
  width: 480px;
  height: auto;
  border-radius: 60px;
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta .btn:nth-of-type(1) {
  background-color: #ffa183;
}

.cta .btn:nth-of-type(1) p:nth-of-type(2) {
  padding-top: 50px;
}

.cta .btn:nth-of-type(2) {
  background-color: #74c1c6;
}

.cta .btn p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.cta .btn p:nth-of-type(2) {
  line-height: 1.6;
  color: #fff;
}

.cta .btn .app {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.cta a.link_arrow {
  position: relative;
  padding-left: 24px;
}

.cta a.link_arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_w.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
}

.cta a.link_arrow {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: calc(50 * (100vw / 375)) 0;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .cta .btn {
    width: calc(335 * (100vw / 375));
    border-radius: calc(30 * (100vw / 375));
    padding: calc(30 * (100vw / 375)) calc(20 * (100vw / 375));
    box-sizing: border-box;
    gap: calc(10 * (100vw / 375));
    margin: 0 auto;
  }

  .cta .btn:nth-of-type(1) p:nth-of-type(2) {
    padding-top: 0;
  }

  .cta .btn p:nth-of-type(1) {
    font-size: calc(20 * (100vw / 375));
  }

  .cta .btn .app {
    width: 100%;
    margin: calc(10 * (100vw / 375)) auto 0;
    padding: calc(20 * (100vw / 375));
    box-sizing: border-box;
    background-color: #489ea4;
    border-radius: calc(20 * (100vw / 375));
    display: flex;
    flex-direction: column;
    gap: calc(10 * (100vw / 375));
    color: #fff;
  }

  .cta .btn .app img {
    width: calc(160 * (100vw / 375));
  }
}

/*----------------------------------------
.point
----------------------------------------*/
.point {
  background-color: #f2f2ed;
  padding: 100px 0;
}

.point ul.navi {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.point ul.navi li {
  width: 480px;
}

.point #block01 .block,
.point #block03 .block {
  background-color: #fff;
  padding: 100px 0;
  box-sizing: border-box;
  border-radius: 100px 0 0 100px;
  margin-top: 150px;
  margin-left: calc((100vw / 2) - 500px);
}

.point #block01 .block .inner,
.point #block03 .block .inner {
  width: 800px;
  margin: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.point #block02 .block,
.point #block04 .block {
  background-color: #fff;
  padding: 100px 0;
  box-sizing: border-box;
  border-radius: 0 100px 100px 0;
  margin-top: 150px;
  margin-right: calc((100vw / 2) - 500px);
}

.point #block02 .block .inner,
.point #block04 .block .inner {
  width: 800px;
  margin-left: calc((100vw / 2) - 500px + 100px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  left: 0;
}

.point .block .clm_normal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.point .block .clm_blue {
  background-color: #f2f8fc;
  border-radius: 30px;
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.point .block .clm_red {
  background-color: #fff1f1;
  border-radius: 30px;
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.point .block .clm_red div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.point .block .icon {
  margin-top: -150px;
  text-align: right;
}

.point .block h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}

.point .block h3 span {
  font-size: 0.5em;
}

#block04 p:nth-of-type(3) {
  text-align: center;
}

#block04 .clm_blue p:nth-of-type(2) {
  text-align: center;
}

#block04 a.link_arrow {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #eb5505;
}

#block04 a.link_arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_o.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .point {
    padding: calc(50 * (100vw / 375)) 0;
  }

  .point ul.navi {
    width: calc(345 * (100vw / 375));
    margin: 0 0 0 calc(20 * (100vw / 375));
    flex-direction: column;
    gap: calc(10 * (100vw / 375));
  }

  .point ul.navi li {
    width: 100%;
  }

  .point #block01 .block,
  .point #block02 .block,
  .point #block03 .block,
  .point #block04 .block {
    width: 100%;
    padding: calc(50 * (100vw / 375)) 0;
    border-radius: calc(30 * (100vw / 375));
    margin-top: calc(80 * (100vw / 375));
    margin-left: 0;
  }

  .point #block01 .block .inner,
  .point #block02 .block .inner,
  .point #block03 .block .inner,
  .point #block04 .block .inner {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .point .block .clm_normal {
    gap: calc(10 * (100vw / 375));
  }

  .point .block .clm_blue {
    border-radius: calc(30 * (100vw / 375));
    padding: calc(30 * (100vw / 375)) calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
  }

  .point .block .clm_red {
    border-radius: calc(30 * (100vw / 375));
    padding: calc(30 * (100vw / 375)) calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
  }

  .point .block .clm_red div {
    gap: calc(10 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }

  .point #block01 .block .icon {
    width: calc(100 * (100vw / 375));
    margin: calc(-100 * (100vw / 375)) auto 0;
  }

  .point #block02 .block .icon {
    width: calc(140 * (100vw / 375));
    margin: calc(-100 * (100vw / 375)) auto 0;
  }

  .point #block03 .block .icon {
    width: calc(115 * (100vw / 375));
    margin: calc(-100 * (100vw / 375)) auto 0;
  }

  .point #block04 .block .icon {
    width: calc(160 * (100vw / 375));
    margin: calc(-100 * (100vw / 375)) auto 0;
  }

  .point .block h3 {
    font-size: calc(24 * (100vw / 375));
  }

  #block02 .clm_blue p,
  #block04 .clm_blue p {
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  #block04 .clm_blue p:nth-of-type(2) {
    text-align: left;
  }

  #block04 a.link_arrow {
    padding-left: calc(14 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  #block04 a.link_arrow::before {
    width: calc(14 * (100vw / 375));
    height: calc(14 * (100vw / 375));
    background-size: calc(14 * (100vw / 375)) calc(14 * (100vw / 375));
    top: calc(2 * (100vw / 375));
  }
}

/*----------------------------------------
.start
----------------------------------------*/
.start {
  width: 1000px;
  height: 580px;
  margin: 100px auto 0;
  background-image: url("../img/start_bg.png");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .start {
    position: relative;
    width: calc(335 * (100vw / 375));
    height: calc(385 * (100vw / 375));
    margin: calc(100 * (100vw / 375)) auto calc(60 * (100vw / 375));
    background-image: none;
    gap: calc(20 * (100vw / 375));
    text-align: left;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05), inset 2px 2px 2px rgba(255, 255, 255, 0.5);
    border-radius: calc(30 * (100vw / 375));
    padding: calc(50 * (100vw / 375)) calc(20 * (100vw / 375));
    box-sizing: border-box;
  }

  .start_top {
    position: absolute;
    width: calc(70 * (100vw / 375));
    top: calc(-70 * (100vw / 375));
    left: calc(140 * (100vw / 375));
  }

  .start_btm {
    position: absolute;
    width: calc(100 * (100vw / 375));
    bottom: calc(-50 * (100vw / 375));
    left: calc(120 * (100vw / 375));
  }
}

/*----------------------------------------
.accordion
----------------------------------------*/

.accordion {
  width: 100%;
}

.accordion-accmore {
  display: none;
}

.accordion-text {
  margin-bottom: 30px;
}

.accordion-button {
  position: relative;
  width: 550px;
  height: 60px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.accordion-button:hover {
  opacity: 0.7;
}

.accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #777;
  border-right: 3px solid #777;
  transform: rotate(135deg);
  margin-top: -8px;
}

.accordion-button::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.accordion-btntxt {
  display: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #777;
  border-radius: 30px;
  transition: opacity 0.3s ease 0s;
  box-sizing: border-box;
}

.accordion-button.is-active::after {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.accordion-btntxt.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

/*SP*/
@media screen and (max-width: 768px) {
  .accordion-button {
    position: relative;
    width: 100%;
    height: calc(60 * (100vw / 375));
    margin: 0 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .accordion-btntxt {
    display: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: calc(14 * (100vw / 375));
    text-align: center;
    text-decoration: none;
    background-color: #777;
    border-radius: calc(30 * (100vw / 375));
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
  }

  #page-container .group02 .accordion-content .spread {
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    background-color: #fcf7f4;
    padding: calc(20 * (100vw / 375));
    box-sizing: border-box;
  }
}

/*----------------------------------------
js-view【スクロールでフェードイン】
----------------------------------------*/
.js-view {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-view-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
</pre></body></html>