@charset "UTF-8";
/*
==========

toppage.css

==========
*/
/* -------
KV
---------- */
img {
  width: auto;
  height: auto;
}

.kv {
  position: relative;
}
.kv__logo {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  max-width: 160px;
  z-index: 3;
}
.kv__logo {
  top: 1rem;
}
.kv__maintext {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6rem 0 0 0;
  margin: 0 auto;
}
.kv__maintext h1 {
  text-align: center;
  max-width: 740px;
  width: 100%;
}
.kv__maintext h1 img {
  width: 100%;
  height: auto;
  display: block;
}
.kv__maintext .fukidashi01 {
  max-width: 175px;
  width: 100%;
}
.kv__maintext .fukidashi02 {
  max-width: 170px;
  padding-top: 200px;
  width: 100%;
}
.kv ul {
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  margin-top: -1rem;
}
.kv ul li {
  flex-basis: 33.3333333333%;
  max-width: 210px;
}
.kv ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.kv__bg {
  position: relative;
  max-width: 1500px;
  height: 100%;
  padding-top: 100px;
  margin: 0 auto;
}
.kv .illust01_container,
.kv .illust02_container {
  width: 100%;
  position: absolute;
}
.kv .illust01_container {
  max-width: 350px;
  bottom: 0;
  left: 2rem;
}
.kv .illust02_container {
  max-width: 300px;
  bottom: 0;
  right: 2rem;
}
.kv .illust01_container img,
.kv .illust02_container img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1000px) {
  .kv__maintext {
    width: 94%;
    padding: 8rem 0 3rem 0;
  }
  .kv__maintext .fukidashi01 {
    max-width: 140px;
    margin-top: -150px;
  }
  .kv__maintext .fukidashi02 {
    max-width: 140px;
    padding-top: 0;
    margin-top: 0;
  }
  .kv ul {
    width: 70%;
  }
  .kv__bg {
    padding-top: 100px;
  }
  .kv .illust01_container {
    max-width: 200px;
    left: 1rem;
  }
  .kv .illust02_container {
    max-width: 200px;
    right: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .kv_sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .kv_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kv_pctb {
    display: none;
  }
  .kv.kv_sp {
    display: block;
    font-size: 0.2rem;
    line-height: 1;
    padding: 0;
    margin: 0 auto;
  }
  .kv.kv_sp img {
    width: 100%;
  }
}
.outline {
  width: 98%;
  margin: -2px auto 0 auto;
  padding: 80px 0;
  border-radius: 3rem;
  background-image: url(../../assets/images/ptn_blue.png);
  background-repeat: repeat;
  background-size: auto;
  color: white;
}
.outline__inner {
  margin: 0 auto;
  max-width: 1080px;
}
.outline__title {
  text-align: center;
  position: relative;
}
.outline__title h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 1rem;
  position: relative;
  padding-top: 70px;
  line-height: 1.4;
}
.outline__title h2:before {
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  background-image: url(../../assets/images/outline_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.outline__title h3 {
  font-size: 3em;
  font-weight: 800;
  margin: 0 1rem;
}
.outline__title__illust {
  position: absolute;
  width: 190px;
  bottom: 0;
  right: 0;
}
.outline ul {
  margin: 4rem auto;
  max-width: 900px;
}
.outline ul li {
  padding: 1rem;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: 2px solid white;
  display: block;
  vertical-align: middle;
}
.outline ul li:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background-image: url(../../assets/images/icon_check_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.outline .outline__note {
  width: 90%;
  max-width: 1000px;
  margin: 7rem auto 2rem auto;
  padding: 3rem 1rem 2rem 1rem;
  background-image: url(../../assets/images/ptn_note.png);
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 10px 10px 0 0 rgba(0, 84, 167, 0.75);
  position: relative;
  color: #000;
}
.outline .outline__note h3 {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  background-color: #0054a7;
  color: #ffff00;
  font-size: 1.4rem;
  padding: 0.75rem 2rem;
  border-radius: 3rem;
  width: 80%;
  text-align: center;
  max-width: 400px;
}
.outline .outline__note h3:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url(../../assets/images/outline_face.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2rem;
  top: -1rem;
}
.outline .outline__note__illust {
  position: absolute;
  width: 150px;
  bottom: 3rem;
  right: 3rem;
}
.outline .outline__note p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 700;
}
.outline .outline__note__copy {
  margin-top: 1rem !important;
}
.outline .outline__note__copy span {
  font-weight: 800;
}
.outline .outline__note__copy .text1 {
  font-size: 1.3em;
}
.outline .outline__note__copy .text2 {
  font-size: 1.8em;
}

@media screen and (max-width: 1000px) {
  .outline {
    padding: 2rem;
    width: 100%;
  }
  .outline h3 {
    font-size: 2.3em;
  }
  .outline__title h3 {
    font-size: 2.3em;
  }
  .outline ul {
    margin: 2rem auto 4rem auto;
  }
  .outline .outline__title__illust {
    width: 120px;
    margin-top: 1rem;
  }
  .outline .outline__note {
    width: 100%;
    margin: 5rem auto 2rem auto;
  }
  .outline .outline__note__illust {
    position: absolute;
    width: 100px;
    top: 2rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .outline .outline__title__illust {
    width: 100px;
    position: relative;
  }
  .outline__title h2 {
    padding-top: 50px;
    font-size: 1.3em;
    margin: 0 auto 10px auto;
  }
  .outline__title h2:before {
    content: "";
    width: 40px;
    height: 40px;
  }
  .outline__title h3 {
    font-size: 1.6em;
    margin: 0 auto;
  }
  .outline ul {
    margin: 2rem auto;
  }
  .outline ul li {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .outline ul li:before {
    width: 1.2em;
    height: 1.2em;
  }
  .outline .outline__note {
    margin: 7rem auto 2rem auto;
    padding: 2rem 1rem 1rem 1rem;
  }
  .outline .outline__note h3 {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
  }
  .outline .outline__note h3:before {
    width: 60px;
    height: 60px;
  }
  .outline .outline__note__illust {
    position: relative;
    margin: -1rem auto 2rem auto;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .outline .outline__note p {
    font-size: 1.1rem;
    margin-bottom: 1rem !important;
  }
  .outline .outline__note__copy {
    margin-bottom: 0 !important;
  }
  .outline .outline__note__copy .text1 {
    font-size: 1.1em;
  }
  .outline .outline__note__copy .text2 {
    font-size: 1.3em;
  }
}
/* -------
title
---------- */
h2.title {
  font-weight: 800;
  font-size: 2.6em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 3rem auto;
}

h2.title_border {
  position: relative;
}

h2.title_border:after {
  background-color: #0054a7;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media screen and (max-width: 767px) {
  h2.title {
    font-size: 1.8em;
  }
}
h3.title_sub {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
  h3.title_sub {
    font-size: 1.1em;
  }
}
.bg_yellow {
  background-color: #ffff00;
  padding: 2px 10px;
}

/* -------
souwa
---------- */
.souwa {
  padding: 100px 0 0 0;
  position: relative;
}
.souwa .dots {
  position: absolute;
  z-index: 2;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.souwa .dots img {
  width: 6px;
  height: 80px;
}
.souwa__illust {
  max-width: 250px;
  position: absolute;
  z-index: -1;
}
.souwa__illust.illust_1 {
  top: 80px;
  right: 0;
}
.souwa__illust.illust_2 {
  top: 200px;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .souwa__illust {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .souwa__illust {
    max-width: 100px;
  }
  .souwa__illust.illust_1 {
    top: 20px;
    right: 0;
  }
  .souwa__illust.illust_2 {
    top: 20px;
    left: 0;
  }
}
.souwa__message {
  max-width: 1080px;
  margin: 0 auto 3rem auto;
}
.souwa__message p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 800;
  margin-bottom: 2rem;
}
.souwa__message .underline_wave-red {
  position: relative;
  color: #e2445d;
  font-size: 1.6rem;
  display: inline-block;
}
.souwa__message .underline_wave-red::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 16px;
  background-image: url(../../assets/images/wave.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.souwa__message p.copy_fin {
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .souwa__message {
    max-width: 70%;
  }
  .souwa__message .underline_wave-red {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .souwa__message {
    max-width: 90%;
  }
  .souwa__message p {
    font-size: 1.2rem !important;
  }
}
.souwa__introduce {
  padding-bottom: 3rem;
  background-image: url(../../assets/images/souwa_bg_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.souwa__introduce dl {
  background-image: url(../../assets/images/souwa_triangle_tl@1.5x.png), url(../../assets/images/souwa_triangle_br@1.5x.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top, right bottom;
  max-width: 1080px;
  margin: 0 auto 3rem auto;
  background-color: white;
  padding: 3rem 3rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
}
.souwa__introduce dl dt {
  flex-basis: 32%;
}
.souwa__introduce dl dd {
  flex-basis: calc(68% - 40px);
}
.souwa__introduce dl dd .logo {
  max-width: 150px;
  height: auto;
}
.souwa__introduce dl dd h3 {
  font-weight: 700;
  margin: 1rem 0;
}
.souwa__introduce dl dd h3 span {
  font-size: 1.2em;
}
.souwa__introduce dl dd p {
  line-height: 1.5;
}
.souwa__introduce dl dd p.links {
  margin-top: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  .souwa__introduce dl {
    padding: 2rem 2rem 1.5rem 1.5rem;
    background-size: 2rem 2rem;
    width: 94%;
  }
  .souwa__introduce dl dt {
    flex-basis: 30%;
  }
  .souwa__introduce dl dd {
    flex-basis: calc(70% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .souwa__introduce dl {
    flex-direction: column-reverse;
    padding: 2.5rem 1.5rem;
  }
  .souwa__introduce dl dt {
    flex-basis: 100%;
    text-align: center;
  }
  .souwa__introduce dl dt img {
    width: 70%;
    margin: 1rem auto 0 auto;
    padding-right: 1rem;
  }
  .souwa__introduce dl dd {
    flex-basis: 100%;
    text-align: center;
  }
  .souwa__introduce dl dd .logo {
    max-width: 150px;
  }
}
/* -------
aboutus
---------- */
.aboutus {
  padding: 100px 1rem 100px 1rem;
  position: relative;
}
.aboutus__illust {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 280px;
  height: auto;
  z-index: -1;
}
.aboutus ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  column-gap: 10px;
}
.aboutus ul li {
  flex-basis: 33.3333333333%;
  border: 2px solid #0054a7;
  background-color: white;
  padding: 2rem 2rem 1rem 2rem;
  text-align: center;
}
.aboutus ul h3 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 auto 1.5rem auto;
  min-height: 2.5em;
}
.aboutus ul img.icon {
  max-width: 160px;
}
.aboutus ul img.thumb {
  width: 90%;
  max-width: 200px;
}

@media screen and (max-width: 1000px) {
  .aboutus {
    padding: 100px 1rem 100px 1rem;
  }
  .aboutus__illust {
    width: auto;
    height: 120px;
  }
  .aboutus ul li {
    padding: 2rem 1rem 1rem 1rem;
  }
  .aboutus ul h3 {
    font-size: 1.3rem;
  }
  .aboutus ul img.icon {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus {
    padding: 4rem 0 120px 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .aboutus__illust {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100px;
  }
  .aboutus ul {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .aboutus ul li {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .aboutus ul img.icon {
    max-width: 100px;
  }
  .aboutus ul img.thumb {
    max-width: 50%;
  }
  .aboutus h3 {
    min-height: auto;
  }
}
/* -------
cases
---------- */
.cases {
  padding: 100px 0 100px 0;
  max-width: 94%;
  margin: 0 auto;
}
.cases ul {
  display: flex;
  column-gap: 20px;
  align-items: stretch;
}
.cases ul li {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .cases ul {
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .cases ul li {
    flex-basis: calc(50% - 20px);
  }
}
.cases .item_head {
  position: relative;
  padding: 2rem 1.5rem 1rem 1.5rem;
  background-image: url(../../assets/images/ptn_note.png);
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 6px 6px 0 0 rgba(0, 84, 167, 0.2);
  display: flex;
  flex-direction: column;
  height: 50%;
}
.cases .item_head__title {
  width: 90%;
  max-width: 200px;
  background-color: #438ce4;
  color: white;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 2px 2rem;
}
.cases .item_head__title:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../../assets/images/case_icon_man_w.svg);
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.cases .item_head__thumb {
  width: 80%;
  max-width: 150px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  vertical-align: baseline;
}
.cases .item_head__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases .item_head__name {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.cases .item_head__name span {
  background: linear-gradient(transparent 70%, #ffb700 70%);
}
.cases .item_head__comment {
  line-height: 1.5;
  flex-grow: 1;
}
.cases .arw_down {
  display: inline-block;
  vertical-align: middle;
  color: #0054a7;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border: 0.5rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0.5rem auto;
}
.cases .item_bottom.circle {
  text-align: center;
  margin: auto;
  background-color: white;
  border: 4px solid #0054a7;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
}
.cases .item_bottom__title {
  background-color: #0054a7;
  text-align: center;
  color: white;
  border-radius: 30px;
  padding: 2px 1rem;
  font-size: 1.2em;
}
.cases .item_bottom__comment {
  line-height: 1.5;
  flex-grow: 1;
  text-align: center;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 0;
}
.cases .item_bottom__thumb {
  width: 70%;
  max-width: 140px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  vertical-align: baseline;
}
.cases .item_bottom__thumb img {
  width: 100%;
  padding: 1rem;
}
.cases ul li:nth-of-type(1) .item_head__title {
  background-color: #0296b3;
}
.cases ul li:nth-of-type(1) .arw_down {
  color: #0296b3;
}
.cases ul li:nth-of-type(1) .circle {
  border-color: #0296b3;
}
.cases ul li:nth-of-type(1) .item_bottom__title {
  background-color: #0296b3;
}
.cases ul li:nth-of-type(2) .item_head__title {
  background-color: #b13679;
}
.cases ul li:nth-of-type(2) .arw_down {
  color: #b13679;
}
.cases ul li:nth-of-type(2) .circle {
  border-color: #b13679;
}
.cases ul li:nth-of-type(2) .item_bottom__title {
  background-color: #b13679;
}
.cases ul li:nth-of-type(3) .item_head__title {
  background-color: #2f7e00;
}
.cases ul li:nth-of-type(3) .arw_down {
  color: #2f7e00;
}
.cases ul li:nth-of-type(3) .circle {
  border-color: #2f7e00;
}
.cases ul li:nth-of-type(3) .item_bottom__title {
  background-color: #2f7e00;
}
.cases ul li:nth-of-type(4) .item_head__title {
  background-color: #e37c16;
}
.cases ul li:nth-of-type(4) .arw_down {
  color: #e37c16;
}
.cases ul li:nth-of-type(4) .circle {
  border-color: #e37c16;
}
.cases ul li:nth-of-type(4) .item_bottom__title {
  background-color: #e37c16;
}

@media screen and (max-width: 767px) {
  .cases {
    padding: 4rem 0;
    max-width: 88%;
  }
  .cases ul {
    flex-direction: column;
  }
  .cases ul li {
    flex-basis: 100%;
    padding: 1rem;
  }
  .cases .item_bottom__thumb {
    width: 50%;
  }
}
/* -------
faq
---------- */
.faq {
  padding: 100px 0 100px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq ul {
  list-style: none;
}
.faq ul li {
  padding: 2em 3em;
  background-color: white;
  margin-bottom: 1rem;
}
.faq ul h3 {
  font-weight: 800;
  font-size: 1.4em;
  position: relative;
  padding-bottom: 1em;
  padding-left: 2.5rem;
}
.faq ul h3:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../assets/images/faq_q.png);
  background-size: contain;
}
.faq ul p.faq_a {
  font-size: 1em;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 0;
}
.faq ul p.faq_a:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../assets/images/faq_a.png);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .faq ul li {
    padding: 1.5em;
    background-color: white;
    margin-bottom: 1rem;
  }
  .faq ul h3 {
    font-size: 1.2em;
  }
}
/* -------
flow
---------- */
.flow {
  padding: 100px 0 100px 0;
  max-width: 94%;
  margin: 0 auto;
}
.flow ul {
  display: flex;
  column-gap: 10px;
  align-items: stretch;
  margin-bottom: 4rem;
}
.flow ul li {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  background-color: white;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.flow ul li:last-child {
  background-color: #ffe9b2 !important;
}
.flow ul li:not(:last-of-type)::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../../assets/images/arw_gray.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1rem;
  z-index: 1;
  transform: translateY(-50%);
}
.flow ul li .step {
  font-weight: 800;
  color: #0054a7;
  line-height: 1.1;
}
.flow ul li .step span {
  font-size: 1.5em;
  display: block;
}
.flow ul li h4 {
  font-weight: 700;
  font-size: 1.3em;
  color: #0054a7;
  margin: 0.5rem auto;
}
.flow ul li figure {
  max-width: 100px;
  margin: auto;
}
.flow ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow ul li p {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 4rem 0;
  }
  .flow ul {
    flex-direction: column;
    width: 80%;
    margin: 0 auto 2rem auto;
  }
  .flow ul li {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
  .flow ul li:not(:last-of-type)::after {
    top: auto;
    bottom: -1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
/* -------
media
---------- */
.media {
  background-color: white;
  padding: 100px 0 100px 0;
}
.media__inner {
  max-width: 90%;
  margin: 0 auto;
}
.media ul {
  display: flex;
  column-gap: 30px;
}
.media ul li {
  flex-basis: 25%;
  text-align: center;
}
.media ul li img {
  margin: 1rem;
}
.media ul li p {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .media ul {
    column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .media ul img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .media {
    padding: 4rem 0;
  }
  .media ul {
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .media ul li {
    flex-basis: calc(50% - 20px);
    text-align: center;
    margin-bottom: 1rem;
  }
  .media ul li img {
    width: 60%;
  }
}
/* -------
contact
---------- */
.contact {
  width: 100%;
  background-image: url(../../assets/images/contact_bg_image.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 80px 2rem;
  text-align: center;
}
.contact h2 {
  color: white;
}
.contact__inner {
  background-color: rgb(255, 255, 255);
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  position: relative;
  border-radius: 2rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.contact__baloon {
  background-color: #daeafc;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 90%;
  padding: 1.25rem 2rem;
  border-radius: 1rem;
  color: #438ce4;
  line-height: 1.5;
  font-weight: 800;
}
.contact__baloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #daeafc;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.contact__labels {
  text-align: center;
  margin: 3.5rem auto 1.5rem auto;
}
.contact__labels span {
  padding: 4px 14px;
  margin: 10px 4px;
  background-color: #ddd;
  font-size: 0.85rem;
}
.contact .btns__wrap {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 1rem auto 1.5rem auto;
}
.contact .btns__item {
  width: 48%;
  text-align: center;
  margin: 0 auto;
}
.contact .btns__item a.c-btn {
  width: 100%;
  display: block;
  background-color: #e2445d;
  color: white;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  padding: 1.5rem 1rem;
  box-shadow: 0 6px #9b3853;
  transition: 0.2s ease-in-out;
  position: relative;
  top: 0;
  margin-bottom: 10px;
}
.contact .btns__item a.c-btn:hover {
  top: 6px;
  box-shadow: 0 0 #9b3853;
}
.contact .btns__item a.c-btn.c-btn_tel span {
  font-size: 0.7em;
}
.contact .btns__item a.c-btn:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact .btns__item a.c-btn.c-btn_tel:before {
  background-image: url(../../assets/images/contact_icon_tel_w.svg);
}
.contact .btns__item a.c-btn.c-btn_mail:before {
  background-image: url(../../assets/images/contact_icon_mail_w.svg);
}

@media screen and (max-width: 767px) {
  .contact {
    width: 100%;
    padding: 4rem 1rem;
  }
  .contact__inner {
    padding: 1rem 1rem;
  }
  .contact__baloon {
    padding: 1rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .contact__labels {
    margin: 2.5rem auto 0 auto;
  }
  .contact__labels span {
    margin: 4px 2px;
    padding: 2px 8px;
    background-color: #ddd;
    font-size: 0.85rem;
    display: inline-block;
  }
  .contact .btns__wrap {
    flex-direction: column;
  }
  .contact .btns__item {
    width: 90%;
  }
}
/* -------
banners
---------- */
.banners {
  background-color: white;
  padding: 4rem 0;
}
.banners ul {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.banners li {
  flex-basis: 33.3333333333%;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.banners li a {
  display: inline-block;
}
.banners li img {
  vertical-align: baseline;
  border: 1px solid #bbb;
}
.banners li a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .banners {
    padding: 0 0 2rem 0;
  }
  .banners ul {
    column-gap: 10px;
  }
  .banners ul li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banners {
    padding: 0 0 2rem 0;
  }
  .banners ul {
    column-gap: 10px;
    flex-direction: column;
  }
  .banners li {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .banners li img {
    width: 80%;
  }
}
/* -------
アニメーションの設定
---------- */
/*  kv */
.kv__maintext .fukidashi01.animated_image {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.6s;
}
.kv__maintext .fukidashi01.animated_image.active {
  opacity: 1;
}
.kv__maintext .fukidashi02.animated_image {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1s;
}
.kv__maintext .fukidashi02.animated_image.active {
  opacity: 1;
}

/* souwa */
.souwa {
  /* スクロールで表示されたとき */
  /* ゆらゆらループ */
}
.souwa .animated_image {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.souwa .illust_1.animated_image {
  transition-delay: 0.2s;
}
.souwa .illust_2.animated_image {
  transition-delay: 0.8s;
}
.souwa .animated_image.active {
  opacity: 1;
  transform: translateY(0);
}
.souwa .illust_1.animated_image.active {
  animation: sway1 2s ease-in-out infinite alternate;
}
.souwa .illust_2.animated_image.active {
  animation: sway2 2s ease-in-out infinite alternate;
}
@keyframes sway1 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(-5deg);
  }
  100% {
    transform: translateY(5px) rotate(5deg);
  }
}
@keyframes sway2 {
  0% {
    transform: translateY(-8px) rotate(-5deg);
  }
  50% {
    transform: translateY(5px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* aboutus 強み */
.aboutus ul li.animated_image {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}
.aboutus ul li.animated_image:nth-of-type(1) {
  transition-delay: 0.2s;
}
.aboutus ul li.animated_image:nth-of-type(2) {
  transition-delay: 0.3s;
}
.aboutus ul li.animated_image:nth-of-type(3) {
  transition-delay: 0.4s;
}
.aboutus ul li.animated_image.active {
  opacity: 1;
  transform: translateY(0);
}

/* aboutus 木のイラスト */
.aboutus .aboutus__illust.animated_image {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 1s;
}
.aboutus .aboutus__illust.animated_image.active {
  opacity: 1;
}

/* cases */
.cases ul li.animated_image {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease, transform 1s ease;
}
.cases ul li.animated_image:nth-of-type(1) {
  transition-delay: 0.1s;
}
.cases ul li.animated_image:nth-of-type(2) {
  transition-delay: 0.3s;
}
.cases ul li.animated_image:nth-of-type(3) {
  transition-delay: 0.5s;
}
.cases ul li.animated_image:nth-of-type(4) {
  transition-delay: 0.7s;
}
.cases ul li.animated_image.active {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=toppage.css.map */
