@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2rem;
  padding: 24px 0;
}

section.concept .card {
  display: flex;
  margin: 0 0 25px 0;
}
section.concept .card .thumb {
  width: 20%;
}
section.concept .card .description {
  width: 100%;
  padding: 20px;
}

section.menu .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.menu .wrapper .card {
  width: 30%;
}

section.member .card {
  height: 400px;
  margin: 0 0 25px 0;
  position: relative;
}
section.member .card .thumb {
  width: 60%;
  position: absolute;
  left: 0;
  margin: -30px 0 0 0;
}
section.member .card .thumb img {
  width: auto;
  height: 400px;
}
section.member .card .description {
  width: 60%;
  padding: 20px;
  position: absolute;
  background: #e2e2e2;
  right: 0;
  margin: 0 0 -30px 0;
}

header .container {
  display: flex;
  height: 100px;
  align-items: center;
}
header .container .logo {
  width: 25%;
  max-width: 100px;
}
header .container nav {
  width: 100%;
}
header .container nav ul {
  display: flex;
  justify-content: space-between;
}
header .container nav ul li {
  width: 100%;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 90%;
  }
}

section {
  padding: 72px 0 72px 0;
}

/*$記号は変数を定義するために使用 色やフォントサイズなどの値を一箇所で管理し、簡単に再利用することができる
$～：・・・*/
header .container {
  color: #333333;
}
header .container .logo h1 {
  font-size: 22px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 999px) {
  header .container .logo h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .container .logo h1 {
    font-size: 16px;
  }
}
header .container nav {
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 999px) {
  header .container nav {
    font-size: 14px;
  }
}

.main .text {
  color: #333333;
  font-size: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main .text {
    font-size: 14px;
  }
}

.overview .container p {
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .overview .container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .overview .container p {
    font-size: 15px;
  }
}
.overview .container p span {
  font-size: 23px;
  color: #0F72B5;
}
@media screen and (max-width: 999px) {
  .overview .container p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .overview .container p span {
    font-size: 14px;
  }
}

.news {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.news .container p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news .container p {
    font-size: 15px;
  }
}
.news .container ul li .bg-primary {
  font-size: 14px;
  color: #FFFFFF;
}
.news .container ul li .bg-media {
  font-size: 14px;
  color: #FFFFFF;
}
.news .container ul li p {
  font-size: 14px;
}

.features .container {
  color: #333333;
}
.features .container p {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .features .container p {
    font-size: 15px;
  }
}
.features .container .wrapper .card h3 {
  font-size: 19px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 999px) {
  .features .container .wrapper .card h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card h3 {
    font-size: 15px;
  }
}
.features .container .wrapper .card p {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card p {
    font-size: 14px;
  }
}

.voice .container {
  color: #333333;
}
.voice .container p {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .voice .container p {
    font-size: 15px;
  }
}
.voice .container .card {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.voice .container .card h3 {
  font-size: 19px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .voice .container .card h3 {
    font-size: 14px;
  }
}
.voice .container .card h3 span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice .container .card h3 span {
    font-size: 14px;
  }
}
.voice .container .card p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voice .container .card p {
    font-size: 14px;
  }
}
.voice .container .card p span {
  font-size: 18px;
  color: #F7931E;
}
@media screen and (max-width: 767px) {
  .voice .container .card p span {
    font-size: 15px;
  }
}

.gallery .container p {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .gallery .container p {
    font-size: 15px;
  }
}
.gallery .container h4 {
  font-size: 23px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .gallery .container h4 {
    font-size: 15px;
  }
}
.gallery .container h4 span {
  color: #F7931E;
}

.contact .container p {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact .container p {
    font-size: 15px;
  }
}
.contact .container .form label {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact .container .form label {
    font-size: 14px;
  }
}
.contact .container .form .send {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .contact .container .form .send {
    font-size: 14px;
  }
}

h2 {
  font-size: 22px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #999999;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
  }
}
h2 span {
  font-size: 28px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  header article {
    display: block;
  }
  header article #g-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #333;
  }
  header article #g-menu span, header article #g-menu span:before, header article #g-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
  }
  header article #g-menu span:before {
    bottom: 8px;
  }
  header article #g-menu span:after {
    top: 8px;
  }
  header article nav#global.active #g-menu span {
    background-color: rgba(255, 255, 255, 0);
  }
  header article nav#global.active #g-menu span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header article nav#global.active #g-menu span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  header article nav#global ul {
    display: none;
  }
  header article nav#global.active ul {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #e2e2e2;
    margin: 0;
  }
}
h2 {
  font-size: 23px;
}

header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    z-index: 1000;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10%;
}
header .container .logo img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  header .container .logo img {
    width: 50%;
  }
}
header .container nav {
  width: 74%;
}
@media screen and (max-width: 999px) {
  header .container nav {
    width: 70%;
  }
  header .container nav.open ul {
    display: block;
    position: fixed;
    background: #D4F1F8;
    padding: 8px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .container nav {
    width: 60%;
  }
}
header .container nav ul {
  display: flex;
  /*&:last-child{
    //&::after{
      //display: none; //要素を画面から完全に消去
    // }
  // ?
  // }*/
}
@media screen and (max-width: 999px) {
  header .container nav ul {
    display: none;
    margin-block-start: unset;
    z-index: 1000;
  }
}
header .container nav ul li {
  /*&::after{
  content:"";
  display:inline-block;
  width:1px;
  height:24px;
  background-color:gray;
  position:absolute;
  right: 7px;*/
}
@media screen and (max-width: 999px) {
  header .container nav ul li {
    padding: 10px;
  }
}
header .container nav ul li a {
  text-decoration: none;
}
header .container nav ul li:last-child {
  padding-right: 0;
}
header .btn {
  height: 30px;
  width: 30px;
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 1000;
}
@media screen and (max-width: 999px) {
  header .btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    position: relative;
  }
  header .btn span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: -10px;
    background: #333333;
    margin-top: 20px;
  }
  header .btn span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 20px;
    background: #333333;
    margin-bottom: -10px;
  }
}
header .btn.open span {
  background: transparent;
}
header .btn.open span::before {
  /*openのとき、上の線を右斜めにする*/
  top: 10px;
  transform: translateY(6px) rotate(-40deg);
}
header .btn.open span::after {
  /*下の線を左斜めにする*/
  top: 22px;
  transform: translateY(-26px) rotate(40deg);
}

.main {
  background: url(../img/background6.svg) no-repeat center/cover;
  position: relative;
  padding-top: 15%;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 50%;
  }
}
.main .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  margin: 40px 0 0 80px;
  padding-top: 7%;
}
@media screen and (max-width: 999px) {
  .main .text {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .main .text {
    position: absolute;
    width: 47%;
    margin: 40px 0 0 40px;
    padding-top: 10%;
  }
}

.overview {
  position: relative;
}
.overview .container p {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 80px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overview .container p {
    margin: 0 28px;
  }
}
.overview .container .decoration img {
  position: absolute;
  width: 20%;
}
@media screen and (max-width: 999px) {
  .overview .container .decoration img {
    width: 16%;
  }
}
@media screen and (max-width: 767px) {
  .overview .container .decoration img {
    width: 20%;
  }
}
.overview .container .decoration img:first-child {
  top: -15%;
  left: 3%;
}
@media screen and (max-width: 999px) {
  .overview .container .decoration img:first-child {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .overview .container .decoration img:first-child {
    top: 12%;
    left: 2%;
  }
}
.overview .container .decoration img:last-child {
  bottom: -27%;
  right: 2%;
}
@media screen and (max-width: 999px) {
  .overview .container .decoration img:last-child {
    bottom: -8%;
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .overview .container .decoration img:last-child {
    bottom: 14%;
    right: 2%;
  }
}

.news .container p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .news .container ul {
    padding: 8px 20px;
  }
}
.news .container ul li {
  padding: 14px 0;
  border: solid #CCCCCC;
  border-width: 0 0 1px 0;
}
.news .container ul li:first-child {
  border: solid #CCCCCC;
  border-width: 1px 0;
}
.news .container ul li .bg-primary {
  background-color: #ED8F26;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 25px;
}
.news .container ul li .bg-media {
  background-color: #29ABE2;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 25px;
}
.news .container ul p {
  text-align: left;
  margin-top: 8px;
}

.features {
  background: url(../img/background4.svg) no-repeat top/cover;
  padding-top: 14%;
  padding-bottom: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features {
    padding-top: 40%;
  }
}
.features::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 230px;
  height: 220px;
  background: url(../img/background.webp) no-repeat;
  transform: scale(0.8);
  top: 12px;
  right: 28%;
}
@media screen and (max-width: 999px) {
  .features::before {
    top: -42px;
    right: 18%;
  }
}
@media screen and (max-width: 767px) {
  .features::before {
    transform: scale(0.6);
    top: -20px;
    right: 5%;
  }
}
.features .container p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .features .container p {
    padding: 0 50px;
  }
}
.features .container .wrapper {
  display: flex;
  gap: 0.5%;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper {
    display: block;
  }
}
.features .container .wrapper .card {
  width: 33%;
  background-color: white;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card {
    width: 100%;
    margin-bottom: 40px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.features .container .wrapper .card img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .container .wrapper .card h3 {
  position: relative;
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card h3 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 999px) {
  .features .container .wrapper .card h3 {
    padding-left: 96px;
  }
}
.features .container .wrapper .card h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 24px;
  background-repeat: no-repeat;
  transform: scale(3.6);
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card h3::before {
    transform: scale(3);
    width: 56px;
  }
}
.features .container .wrapper .card .description {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card .description {
    height: 100px;
  }
}
.features .container .wrapper .card .description p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card .description p {
    padding: 0 40px;
  }
}
.features .container .wrapper .card:nth-child(1) h3::before {
  background-image: url("../img/features1.svg");
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card:nth-child(1) h3::before {
    left: 74px;
  }
}
.features .container .wrapper .card:nth-child(2) h3::before {
  background-image: url("../img/features2.svg");
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card:nth-child(2) h3::before {
    left: 74px;
  }
}
.features .container .wrapper .card:nth-child(3) h3::before {
  background-image: url("../img/features3.svg");
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .features .container .wrapper .card:nth-child(3) h3::before {
    left: 74px;
  }
}

.voice {
  background: url(../img/background5.svg) no-repeat bottom/cover;
  padding-bottom: 190px;
  padding-top: 10px;
}
.voice p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .voice p {
    padding: 0 25px;
  }
}
.voice .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1%;
  margin-top: 5%;
}
@media screen and (max-width: 999px) {
  .voice .wrapper {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .voice .wrapper {
    margin-top: 14%;
  }
}
.voice .wrapper .card {
  width: 46%;
  background: #FFFFFF;
  border-radius: 13px;
  margin-bottom: 40px;
  padding: 0 20px 20px 20px;
  box-shadow: 4px 0px 15px 15px #FFFFFF;
  border-radius: 33px;
}
@media screen and (max-width: 999px) {
  .voice .wrapper .card {
    padding: 0 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice .wrapper .card {
    display: block;
    width: 100%;
    margin-bottom: 70px;
  }
}
.voice .wrapper .card .thumb {
  display: flex;
  position: relative;
}
.voice .wrapper .card .thumb::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 20px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .voice .wrapper .card .thumb::after {
    bottom: 10px;
  }
}
.voice .wrapper .card h3 {
  width: 70%;
  text-align: center;
}
.voice .wrapper .card img {
  width: 22%;
}
.voice .wrapper .card .description p {
  text-align: left;
  margin: 0;
}

.gallery {
  padding: 0 0 80px 0;
}
.gallery p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .gallery p {
    padding: 0 25px;
  }
}
.gallery h4 {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery h4 {
    padding: 30px 60px;
  }
}
.gallery h4::before {
  position: absolute;
  left: 276px;
  top: 16px;
  content: "";
  width: 3px;
  height: 54%;
  background: #F7931E;
  border-radius: 3px;
  transform: rotate(-32deg);
}
@media screen and (max-width: 999px) {
  .gallery h4::before {
    left: 126px;
  }
}
@media screen and (max-width: 767px) {
  .gallery h4::before {
    left: 300px;
    top: 30px;
    height: 42px;
    transform: rotate(20deg);
  }
}
.gallery h4::after {
  position: absolute;
  content: "";
  right: 276px;
  top: 16px;
  width: 3px;
  height: 54%;
  background: #F7931E;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media screen and (max-width: 999px) {
  .gallery h4::after {
    right: 126px;
  }
}
@media screen and (max-width: 767px) {
  .gallery h4::after {
    right: 300px;
    top: 30px;
    height: 42px;
    transform: rotate(-20deg);
  }
}
.gallery .swiper {
  width: 100%;
  height: 100%;
}
.gallery .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .swiper .swiper-slide img {
  display: block;
  width: 75%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.contact {
  background: url(../img/background7.svg) no-repeat top/cover;
  padding: 150px 0 130px 0;
  position: relative;
}
.contact::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 236px;
  height: 232px;
  background: url(../img/background3.webp) no-repeat;
  transform: scale(0.8);
  top: -52px;
  left: 12%;
}
@media screen and (max-width: 767px) {
  .contact::before {
    transform: scale(0.6);
    top: -80px;
    left: -6%;
  }
}
.contact p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .contact p {
    padding: 0 25px;
  }
}
.contact .form {
  text-align: center;
}
.contact .form label {
  display: block;
  margin: 30px 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact .form label {
    width: 100%;
    margin: 15px 0;
  }
}
.contact .form label input {
  border-radius: 12px;
  border-width: 0.42px;
  border-color: #000000;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.contact .form label:last-of-type input {
  height: 200px;
}
.contact .form .send {
  background-color: #F7931E;
  border: none;
  border-radius: 12px;
  color: #FFFFFF;
  padding: 1px 40px;
}
@media screen and (max-width: 767px) {
  .contact .form .send {
    margin-top: 30px;
  }
}
.contact .form .send:hover {
  background-color: white;
  color: #F7931E;
  border: 1px solid #F7931E;
}
.contact a {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  background-color: #7DC4F4;
  color: #FFFFFF;
  font-size: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .contact a {
    bottom: 30px;
    font-size: 10px;
    width: 60px;
    height: 60px;
  }
}
.contact a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(-45deg);
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .contact a::before {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
  }
}
.contact a:hover {
  background-color: white;
  color: #7DC4F4;
}
.contact a:hover::before {
  border-top: 2px solid #7DC4F4;
  border-right: 2px solid #7DC4F4;
}

footer {
  padding: 10px;
  background-color: #7DC4F4;
}

h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.fade-in {
  opacity: 0;
  transition-duration: 3000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* スクロールでふわっと出現するアニメーション
どの位置からアニメーションを開始するかを指定
.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
*//*# sourceMappingURL=style.css.map */