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

foundation/base.scss

***************************/
* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  color: #59595E;
  font-family: "BIZ UDGothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}
@media (min-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

button {
  border: none;
}

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

.text-indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

body {
  color: #59595E;
  line-height: 1.6;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media (min-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  color: #3DBFBF;
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
a.green {
  border-bottom: 1px solid #3DBFBF;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}

li {
  list-style-type: none;
}

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

.green {
  color: #3DBFBF;
}

/******** margin ********/
.m-auto {
  margin: auto;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

.title {
  font-size: 2rem;
  display: inline-block;
  font-family: "Kosugi Maru", sans-serif;
  color: #197277;
  line-height: 1.7;
  text-align: center;
  border-bottom: dotted 3px #197477;
  padding-bottom: 10px;
  display: inline;
}
@media (max-width: 280px) {
  .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .title {
    font-size: 2.5rem;
  }
}

.text {
  text-align: left;
  line-height: 1.8;
}

/*======================================================
--header
======================================================*/
.header {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
}
.header__link {
  width: 70%;
  display: block;
  padding: 0.625rem 0 0;
}
@media (min-width: 1025px) {
  .header__link {
    width: 100%;
  }
}
.header__logo {
  vertical-align: baseline;
}

.gnav__list {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: -100%;
  flex-direction: column;
  background-color: #FFFFFF;
  transition: all 0.5s;
  padding: 6.25rem 0;
}
.gnav__list.active {
  right: 0;
}
.gnav__link {
  font-weight: normal;
  position: relative;
  padding: 1.25rem 1.875rem;
  display: inline-block;
  width: 100%;
  color: #59595E;
}
.gnav__link:hover {
  background-color: #BBDFC8;
  opacity: 1;
}
.gnav__link:hover::after {
  visibility: visible;
  bottom: 15px;
  opacity: 1;
}

.menu-bar {
  display: block;
  width: 43px;
  height: 0.125rem;
  position: absolute;
  background-color: #303030;
  left: 0;
}
.menu-bar:nth-child(1) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.menu-bar:nth-child(2) {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.menu-bar:nth-child(3) {
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.menu-btn {
  display: block;
  width: 5rem;
  height: 100%;
  position: relative;
  z-index: 999;
  background-color: transparent;
}
.menu-btn.active span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
  /* 透明にする */
}
.menu-btn.active span:last-of-type {
  top: 50%;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.mv {
  position: relative;
  text-align: center;
}
.mv__box {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 3.75rem;
  width: 85%;
}
@media (min-width: 600px) {
  .mv__box {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1025px) {
  .mv__box {
    padding-top: 0;
    top: 15%;
    transform: translateY(-15%);
    width: 35%;
  }
}
.mv__box {
  -webkit-animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.mv__img01 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv__img03 {
  min-width: 100%;
  height: auto;
  padding-top: 65px;
}
@media (min-width: 600px) {
  .mv__img03 {
    padding-top: 76px;
  }
}
@media (min-width: 1025px) {
  .mv__img03 {
    padding-top: 93px;
  }
}

table {
  width: 100%;
  margin: 3.75rem 0 0;
  border: 1px solid #303030;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 600px) {
  table {
    font-size: 1.5rem;
  }
}
table .table__th {
  border: 1px solid #303030;
  background-color: #EFFBF7;
  font-weight: normal;
  padding: 0.625rem;
}
@media (min-width: 600px) {
  table .table__th {
    padding: 1.875rem 1.5625rem;
  }
}
table .table__td {
  border: 1px solid #303030;
  background-color: #FFFFFF;
  padding: 0.625rem;
}
@media (min-width: 600px) {
  table .table__td {
    padding: 1.875rem 1.5625rem;
  }
}

th {
  border: 1px solid #303030;
  padding: 0.625rem;
  font-weight: normal;
}

.join {
  text-align: center;
  padding: 7.5rem 0 5rem;
}
.join__img {
  margin: 3.125rem auto 1.5625rem;
  display: block;
}
.join__item {
  margin-left: 15px;
  list-style-type: disc;
}

.ret {
  text-align: center;
  padding: 5rem 0 0;
  background-color: #E0F7EF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ret .ret__box {
  background-color: #FFFFFF;
  padding: 8.125rem 2.5rem 3.75rem;
  border-radius: 19px;
  text-align: left;
  margin-top: 9.375rem;
  position: relative;
}
@media (min-width: 1025px) {
  .ret .ret__box {
    padding: 8.125rem 3.75rem 3.75rem;
  }
}
.ret .wrapper {
  padding-bottom: 80px;
}
.ret__item {
  list-style-type: disc;
  margin-left: 25px;
}
.ret__img {
  position: absolute;
  margin: auto;
  top: -90px;
  left: 0;
  right: 0;
  display: block;
}
@media (min-width: 1025px) {
  .ret__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.ret__list-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: center;
  gap: 5px;
  color: #3DBFC1;
}
@media (min-width: 600px) {
  .ret__list-title {
    font-size: 1.75rem;
    margin-bottom: 2.1875rem;
  }
}
.ret__list-title::before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #3DBFC1;
}

/*======================================================
--よくある質問
======================================================*/
.faq {
  text-align: center;
  padding: 4.6875rem 0;
}

.faq__img {
  margin: 3.125rem auto 1.5625rem;
  display: block;
}

.faq__unit {
  background-color: #FFFFFF;
  text-align: left;
  margin-bottom: 2.1875rem;
  border-radius: 19px;
  border: 1px solid #197477;
}

.faq__q {
  cursor: pointer;
  padding: 2.5rem 3.125rem 2.5rem 4.25rem;
  text-indent: -2rem;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
}
.faq__q:hover {
  transition: 0.5s;
  opacity: 0.5;
}
.faq__q:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #197477;
  border-right: 2px solid #197477;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.faq__q.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.faq__a {
  padding: 2.5rem 2.5rem 2.5rem 4.25rem;
  text-indent: -2rem;
  display: none;
  border-top: 3px dotted #197477;
}
.faq__a .faq__green {
  margin-right: 20px;
}

.faq__green {
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  margin-right: 0.625rem;
  color: #197477;
}
@media (min-width: 600px) {
  .faq__green {
    font-size: 1.75rem;
  }
}

.faq__span {
  display: inline-block;
  margin-left: 40px;
}

.faq__item {
  text-indent: 0;
  padding-left: 0;
  margin-left: 1.5rem;
  list-style-type: disc;
}

/*======================================================
--お問い合わせ
======================================================*/
.contact {
  text-align: center;
  padding: 4.6875rem 0;
  background-image: url(../img/mv_02.jpg);
  background-size: cover;
}
.contact .wrapper {
  max-width: 780px;
}
.contact__title {
  margin-bottom: 1.25rem;
}
@media (min-width: 600px) {
  .contact__title {
    margin-bottom: 3.125rem;
  }
}
.contact__box {
  background-color: #FFFFFF;
  border-radius: 19px;
  padding: 1.875rem;
  box-shadow: 0px 0px 15px 3px rgba(51, 51, 51, 0.15);
}
@media (min-width: 600px) {
  .contact__box {
    padding: 3.125rem 3.75rem;
  }
}
.contact__box .text {
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 600px) {
  .contact__box .text {
    font-size: 1.5rem;
  }
}
.contact__unit {
  margin-top: 0.625rem;
  font-weight: bold;
}
@media (min-width: 600px) {
  .contact__unit {
    margin-top: 1.875rem;
  }
}
@media (min-width: 600px) {
  .contact__flex {
    display: flex;
    justify-content: space-between;
  }
}
.contact__tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  justify-content: center;
  color: #5B5C5E;
}
@media (min-width: 600px) {
  .contact__tel {
    font-size: 2rem;
    justify-content: flex-start;
  }
}
.contact__tel::before {
  content: "TEL";
  background-color: #303030;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  padding: 0.0625rem 0.3125rem;
  margin-right: 0.3125rem;
  background-color: #98CA5B;
}
@media (min-width: 600px) {
  .contact__tel::before {
    font-size: 1rem;
  }
}
.contact__fax {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #5B5C5E;
  transition: 0.5s;
}
@media (min-width: 600px) {
  .contact__fax {
    font-size: 2rem;
    justify-content: flex-start;
  }
}
.contact__fax::before {
  content: "FAX";
  background-color: #303030;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  padding: 0.0625rem 0.3125rem;
  margin-right: 0.3125rem;
  background-color: #98CA5B;
}
@media (min-width: 600px) {
  .contact__fax::before {
    font-size: 1rem;
  }
}
.contact__fax:hover {
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
}
.contact__mail {
  word-wrap: break-word;
  color: #5B5C5E;
}
@media (min-width: 600px) {
  .contact__mail {
    font-size: 2rem;
  }
}
.contact__mail::before {
  content: "MAIL";
  background-color: #303030;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  padding: 0.0625rem 0.3125rem;
  margin-right: 0.3125rem;
  background-color: #98CA5B;
}
@media (min-width: 600px) {
  .contact__mail::before {
    font-size: 1rem;
  }
}

/*======================================================
--footer
======================================================*/
.footer {
  background-color: #FFFFFF;
}
.footer__box {
  padding: 2.5rem 0 5rem;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__linkbox a {
  display: block;
  color: #197477;
  border-bottom: 1px solid #197477;
}
.footer__img {
  width: 150px;
}
@media (min-width: 600px) {
  .footer__img {
    width: 291px;
  }
}

small {
  display: block;
  margin-top: 1.25rem;
}
@media (min-width: 600px) {
  small {
    margin-top: 5rem;
    font-size: 1.3125rem;
  }
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.scroll02 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

.font-small {
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .font-small {
    font-size: 21px;
  }
}
@media (min-width: 1025px) {
  .font-small {
    font-size: 21px;
  }
}

.section_white {
  background-color: #fff;
  padding: 80px 0;
}

.list-type01 {
  display: grid;
  gap: 50px;
}

.list-type__box {
  border: 1px solid #197477;
  border-radius: 25px;
}

.list-type__dt {
  background-color: #197477;
  border-radius: 25px 25px 0 0;
  color: #fff;
  text-align: left;
  font-size: 28px;
  padding: 30px 40px;
}

.list-type__dd {
  padding: 30px 40px 50px;
}
.list-type__dd p {
  text-align: left;
}
.list-type__dd table {
  text-align: left;
}
@media (min-width: 600px) {
  .list-type__dd .table__th {
    width: 200px;
  }
}

.list-type02 {
  text-align: left;
}
.list-type02 li {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 5px;
  align-items: baseline;
}
.list-type02 li::before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #3DBFC0;
  border-radius: 50%;
  display: block;
}

.section02 {
  padding: 80px 0 80px;
  background-color: #E0F7EF;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */