@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

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

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-blue {
  background-color: #ebf7ff;
}

.prmary-c {
  color: #078bcb;
}

.txt-bold {
  font-weight: bold;
}

.txt-big {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .txt-big {
    font-size: 4.2666666667vw;
  }
}

.cmn-txt {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .cmn-txt {
    font-size: 3.7333333333vw;
  }
}

.ttl-wrap {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.ttl-wrap .sub-ttl {
  font-weight: 600;
  font-size: 24px;
  color: #078bcb;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
.ttl-wrap .sub-ttl::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background-color: #078bcb;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ttl-wrap .sub-ttl {
    font-size: 4.2666666667vw;
  }
  .ttl-wrap .sub-ttl::after {
    width: 8.5333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.ttl-wrap .ttl {
  font-weight: bold;
  font-size: 40px;
  color: #078bcb;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl-wrap .ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 8.5333333333vw;
  }
}
.ttl-wrap .ttl-copy {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.2;
  border-bottom: #078bcb 2px solid;
  display: inline;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ttl-wrap .ttl-copy {
    font-size: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
    border-bottom: #078bcb 0.2666666667vw solid;
  }
}
.ttl-wrap .ttl-copy .em {
  color: #078bcb;
  font-weight: bold;
  font-size: 130%;
}

.cmn-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 100px 0px 72px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    padding: 13.3333333333vw 0 10.6666666667vw;
    max-width: auto;
    width: 94.6666666667vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #414445;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.header {
  max-width: 1200px;
  width: 96%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.header .logo {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 13.3333333333vw;
  }
}
.header .logo-twinkle {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .header .logo-twinkle {
    width: 32vw;
  }
}

.mv {
  background: url(../img/mv_pc.jpg) center center/1920px auto no-repeat;
  height: 690px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.jpg) center center/100% auto no-repeat;
    height: 133.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.mv h1 {
  text-indent: -9999px;
  font-size: 0;
}

nav {
  margin-bottom: 108px;
}
@media screen and (max-width: 767px) {
  nav {
    margin-bottom: 8.5333333333vw;
  }
}

.lr-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .lr-block {
    flex-direction: column;
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.lr-block .l-block {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .lr-block .l-block {
    width: 100%;
    text-align: center;
    margin: 0 auto 8.5333333333vw;
  }
}
.lr-block .l-block h2 {
  line-height: 1.6;
  padding-bottom: 40px;
  margin-bottom: 32px;
  background: url(../img/green_dot.png) center bottom/496px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .lr-block .l-block h2 {
    line-height: 1.87;
    padding-bottom: 6.4vw;
    margin-bottom: 4.2666666667vw;
    background: url(../img/green_dot.png) center bottom/83.8666666667vw auto no-repeat;
  }
}
.lr-block .r-block {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .lr-block .r-block {
    margin: 0 auto;
    width: 89.4666666667vw;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }
}
.nav-list .nav-list-item {
  border-right: #078bcb 2px solid;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item {
    width: 33%;
    border-right: #078bcb 0.2666666667vw solid;
    margin-bottom: 5.3333333333vw;
  }
}
.nav-list .nav-list-item a {
  text-align: center;
  height: 172px;
  padding: 0 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  min-width: 220px;
}
.nav-list .nav-list-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item a {
    height: 24vw;
    padding: 0;
    min-width: auto;
  }
}
.nav-list .nav-list-item.gray-out a {
  opacity: 0.3;
  cursor: default;
}
.nav-list .nav-list-item.gray-out a:hover {
  opacity: 0.3;
}
.nav-list .nav-list-item:nth-child(2) .icon img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item:nth-child(4) {
    width: 50%;
  }
}
.nav-list .nav-list-item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item:last-child {
    width: 50%;
  }
}
.nav-list .nav-list-item .icon {
  margin: 0 auto 12px;
  width: 82px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item .icon {
    width: 12.2666666667vw;
    height: 11.2vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.nav-list .nav-list-item .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.nav-list .nav-list-item p {
  font-size: 22px;
  font-weight: bold;
  color: #078bcb;
  line-height: 1;
  padding-bottom: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item p {
    font-size: 3.7333333333vw;
    padding-bottom: 1.6vw;
  }
}
.nav-list .nav-list-item .arrow {
  border: 2px solid #60b544;
  color: #60b544;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav-list .nav-list-item .arrow {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    font-size: 3.2vw;
    border: 0.2666666667vw solid #60b544;
  }
}
.nav-list .nav-list-item .arrow i {
  line-height: 1;
}

.about {
  background: url(../img/blue_bg.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 13.3333333333vw 0;
  }
}

.about-list {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .about-list {
    width: 59.7333333333vw;
    flex-direction: column;
    margin: 5.3333333333vw auto 6.4vw;
  }
}
.about-list li {
  width: 288px;
  height: 288px;
  text-align: center;
  padding-top: 40px;
  background: url(../img/about_round_bg.png) center center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .about-list li {
    width: 59.7333333333vw;
    height: 59.7333333333vw;
    padding-top: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.about-list li .leaf {
  width: 52px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .about-list li .leaf {
    margin: 0 auto 2.1333333333vw;
    width: 9.6vw;
  }
}
.about-list li .about-list-item-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #60b544;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about-list li .about-list-item-ttl {
    font-size: 4.2666666667vw;
  }
}
.about-list li .about-list-item-txt {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .about-list li .about-list-item-txt {
    font-size: 3.7333333333vw;
    padding-top: 3.2vw;
  }
}

.dotted-title {
  position: relative;
  text-align: center;
  z-index: 1;
  width: 690px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .dotted-title {
    width: 73.0666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.dotted-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle at center, #0088cc 2.5px, transparent 3px);
  background-size: 18px 6px;
  background-repeat: repeat-x;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .dotted-title::before {
    height: 6px;
    background-image: radial-gradient(circle at center, #0088cc 45%, transparent 50%);
    background-size: 10px 6px;
  }
}
.dotted-title span {
  background: #fff;
  padding: 0 20px;
  color: #0088cc;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dotted-title span {
    line-height: 1.25;
    font-size: 6.4vw;
    padding: 0 1.0666666667vw;
  }
}

.support-list {
  width: 690px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-list {
    width: 73.3333333333vw;
    margin: 0 auto 0vw;
    flex-direction: column;
  }
}
.support-list .support-list-item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
.support-list .support-list-item .support-list-ttl {
  display: flex;
  align-items: end;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item .support-list-ttl {
    padding-bottom: 2.1333333333vw;
    align-items: center;
  }
}
.support-list .support-list-item .support-list-ttl .icon {
  font-family: "Poppins", sans-serif;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item .support-list-ttl .icon {
    padding-right: 2.1333333333vw;
    display: flex;
  }
}
.support-list .support-list-item .support-list-ttl .icon .txt {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item .support-list-ttl .icon .txt {
    font-size: 3.2vw;
    padding-right: 1.6vw;
    padding-top: 0.5333333333vw;
  }
}
.support-list .support-list-item .support-list-ttl .icon .number {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item .support-list-ttl .icon .number {
    font-size: 7.2vw;
  }
}
.support-list .support-list-item .support-list-ttl h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .support-list .support-list-item .support-list-ttl h3 {
    font-size: 5.3333333333vw;
  }
}

.support-list-txt {
  font-size: 18px;
  padding-bottom: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .support-list-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 3.2vw;
  }
}

.flow {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 13.3333333333vw 0;
  }
}

.flow-list {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    margin-top: 9.6vw;
  }
}

.flow-list-item {
  display: flex;
  width: 720px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list-item {
    width: 92vw;
  }
}
.flow-list-item .icon {
  width: 110px;
  height: 110px;
  font-size: 0;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list-item .icon {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.flow-list-item .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  background: #fff;
}
.flow-list-item .icon::after {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 120px;
  background-image: radial-gradient(circle at center, #0088cc 30%, transparent 40%);
  background-size: 8px 19px;
  background-repeat: repeat-y;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow-list-item .icon::after {
    top: 14.6666666667vw;
    height: 36vw;
    width: 1.0666666667vw;
    background-image: radial-gradient(circle at center, #0088cc 30%, transparent 40%);
    background-size: 1.0666666667vw 2.5333333333vw;
  }
}
.flow-list-item:last-child .icon::after {
  display: none;
}
.flow-list-item .cont {
  padding-top: 8px;
  max-width: 577px;
}
@media screen and (max-width: 767px) {
  .flow-list-item .cont {
    width: 73.0666666667vw;
    max-width: auto;
    padding-top: 0;
  }
}
.flow-list-item .cont dl {
  font-family: "Poppins", sans-serif;
  color: #078bcb;
  font-weight: bold;
  padding-bottom: 8px;
  display: flex;
}
.flow-list-item .cont dl dt {
  font-size: 24px;
  padding-right: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow-list-item .cont dl dt {
    font-size: 4.2666666667vw;
    padding-right: 2.1333333333vw;
  }
}
.flow-list-item .cont dl dt .em {
  font-size: 130%;
  font-weight: 600;
}
.flow-list-item .cont dl dd {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow-list-item .cont dl dd {
    font-size: 5.3333333333vw;
  }
}
.flow-list-item .cont .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .flow-list-item .cont .txt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.flow-list-item .cont .discription {
  background: #e4f4ff;
  padding: 14px 12px;
  line-height: 1.7;
  margin-top: 16px;
  font-size: 18px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .flow-list-item .cont .discription {
    line-height: 1.4;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.2vw;
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .flow-list-item:first-child .cont {
    padding-top: 16px;
  }
}

.news {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 13.3333333333vw 0;
  }
}

.news-area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-area {
    width: 94.6666666667vw;
  }
}

.news-list {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-list {
    width: 94.6666666667vw;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.news-list li {
  width: 32%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .news-list li {
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}

.news-img {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .news-img {
    margin-bottom: 2.1333333333vw;
  }
}

.news-text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .news-text {
    font-size: 3.2vw;
  }
}

.map {
  padding: 100px 0;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .map {
    padding: 13.3333333333vw 0;
  }
}

.map-wrap {
  width: 800px;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    width: 94.6666666667vw;
    height: 58.6666666667vw;
  }
}
.map-wrap iframe {
  width: 800px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map-wrap iframe {
    width: 94.6666666667vw;
    height: 58.6666666667vw;
  }
}

.map-info-wrap {
  width: 800px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .map-info-wrap {
    width: 94.6666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}

.map-info-ttl {
  background: #60b544;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 8px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .map-info-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

.map-info-txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .map-info-txt {
    font-size: 3.7333333333vw;
  }
}

.contact {
  padding: 100px 0;
  background: #e4f4ff;
}
@media screen and (min-width: 768px) {
  .contact {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contact .ttl-wrap {
    margin-bottom: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact .ttl-wrap {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contact .ttl-wrap .sub-ttl::after {
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contact .ttl {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 720px;
    margin: 0 auto;
  }
}

.contact-btn {
  width: 380px;
  height: 80px;
  background: #60b544;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    width: 73.3333333333vw;
    height: 16vw;
    margin: 0vw auto 0;
  }
}
.contact-btn:hover {
  opacity: 0.8;
}
.contact-btn .icon {
  width: 34px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .contact-btn .icon {
    width: 6.8vw;
    margin-right: 2.1333333333vw;
  }
}
.contact-btn .btn-txt {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 0.7;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-btn .btn-txt {
    font-size: 6.4vw;
  }
}
.contact-btn .btn-txt .small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-btn .btn-txt .small {
    font-size: 3.2vw;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-out;
  pointer-events: none;
}
.fade-in.is-active {
  opacity: 1;
  pointer-events: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-up.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fade-in-left {
  opacity: 0;
  animation: fadeInLeft 1s ease-in forwards;
}
.fade-in-left.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /* transform でアニメーションの方向を管理 */
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}