@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: none;
}

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

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.fv__subImage {
  height: 30vh;
  background-image: url(../img/音符カラフル.png);
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.concept {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .concept p {
    font-size: 1.8rem;
  }
}

.concept__text {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .concept__text {
    text-align: start;
  }
}

.concept__main {
  font-size: 3.2rem;
  text-align: center;
  margin: 100px 0 20px;
}

.concept__sub {
  font-size: 2.4rem;
  line-height: 2;
  width: 90%;
  margin: 0 auto 20px;
  border-bottom: 1px solid pink;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
  width: 95%;
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service {
    width: 90%;
    display: block;
  }
}

.service__left {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .service__left {
    width: 100%;
  }
}

.service__right {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .service__right {
    width: 100%;
  }
}

.service__right img {
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.service__ceoImage {
  position: absolute;
  top: 42%;
  left: 46%;
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
  border: 1px solid lightgray;
}

@media screen and (max-width: 1280px) {
  .service__ceoImage {
    width: 90%;
    width: 180px;
    height: 180px;
    top: 55%;
    left: 56%;
  }
}

@media screen and (max-width: 1024px) {
  .service__ceoImage {
    display: none;
  }
}

.service__title {
  color: magenta;
  font-size: 3.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .service__title {
    font-size: 2.6rem;
  }
}

.service__text {
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.8rem;
  }
}

.service__text--sub {
  margin: 10px 0;
}

.blog__title {
  margin-top: 100px;
}

.blogSpan {
  font-size: 3.2rem;
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .blog {
    display: block;
    margin: 0 auto;
  }
}

.mainBlog {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .mainBlog {
    width: 100%;
    margin-top: 50px;
  }
}

.mainBlog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px;
}

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

.mainBlog__article {
  margin-left: 20px;
}

.mainBlog__thumbnail {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainBlog__thumbnail {
    width: 70%;
  }
}

.mainBlog__title {
  font-size: 2rem;
  padding-top: 10px;
}

.mainBlog__text {
  font-size: 1.6rem;
  margin-top: 10px;
}

.mainBlog__pop {
  margin-top: 50px;
}

.sidebar {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 100px;
  }
}

.blog__titles {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.mainBlog__title {
  font-size: 2rem;
  padding-top: 10px;
}

.mainBlog__text {
  font-size: 1.6rem;
  margin-top: 10px;
}

.sidebar li {
  text-align: center;
}

.sidebar li a {
  font-size: 2rem;
  line-height: 2;
  margin: 0 auto;
}

.sidebar__categoryArchive {
  margin-top: 50px;
}

.contact {
  margin-top: 100px;
}

.contact__text {
  text-align: center;
  font-size: 2.4rem;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 2rem;
  }
}

.contact__form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.contact__form p {
  font-size: 2rem;
  margin-bottom: 20px;
}

input, textarea {
  border: 1px solid black;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  font-size: 1.8rem;
}

select {
  border: 1px solid black;
  width: 100%;
  padding: 5px;
  font-size: 1.8rem;
  border-radius: 5px;
}

.form__button--center {
  text-align: center;
}

.form__button {
  font-size: 2.4rem;
  padding: 10px;
  border-radius: 10px;
  background-color: #b8e0f0;
  border: 1px solid black;
}

.form__button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .form__button {
    font-size: 2rem;
  }
}

.facility__top {
  margin: 100px 0 30px;
}

.facility__top img {
  padding: 5px;
  border-radius: 20px;
}

.facility__topTitle,
.facility__midTitle {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .facility__topTitle,
  .facility__midTitle {
    font-size: 2.4rem;
  }
}

.facility__topText {
  margin: 0 auto;
  line-height: 2;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .facility__topText {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .facility__topText {
    font-size: 1.8rem;
  }
}

.facility__topSentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .facility__topSentence {
    display: block;
  }
}

.facility__topPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.facility__topPicture--right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.facility__midFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

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

.facility__mid--left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .facility__mid--left {
    width: 100%;
  }
}

.facility__mid--right {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .facility__mid--right {
    width: 100%;
    margin-top: 50px;
  }
}

.facility__mid--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facility__mid--1 img {
  padding: 5px;
  border-radius: 20px;
}

.facility__midMeal--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3;
}

.facility__midMeal--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  line-height: 3;
}

.facility__midMeal--copy {
  width: 40%;
  font-size: 2rem;
  color: green;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .facility__midMeal--copy {
    font-size: 1.6rem;
  }
}

.facility__midMeal--photo {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .facility__midMeal--photo {
    width: 50%;
  }
}

.facility__midMeal--text {
  font-size: 2rem;
  width: 90%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .facility__midMeal--text {
    font-size: 1.8rem;
  }
}

.facility__btm {
  margin-top: 30px;
}

.facility__btmTitle {
  font-size: 4rem;
  color: magenta;
}

@media screen and (max-width: 767px) {
  .facility__btmTitle {
    font-size: 3.2rem;
  }
}

.facility__btmTitle span {
  color: black;
  font-size: 2rem;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .facility__btmTitle span {
    font-size: 1.8rem;
    margin-left: 0;
  }
}

.facility__btmFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .facility__btmFlex {
    font-size: 1.6rem;
  }
}

.facility__btmSchedule {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .facility__btmSchedule {
    width: 100%;
  }
}

.facility__btmSchedule dt {
  width: 50%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .facility__btmSchedule dt {
    width: 35%;
  }
}

.facility__btmSchedule dd {
  width: 50%;
  color: green;
}

@media screen and (max-width: 767px) {
  .facility__btmSchedule dd {
    width: 60%;
  }
}

.facility__btmPhoto {
  width: 30%;
}

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

.yazirushi-under {
  padding-left: 20%;
}

.footerLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

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

.news {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}

.article__item {
  margin: 20px;
}

.article__title {
  font-size: 2rem;
  padding-top: 10px;
}

.article__text {
  font-size: 1.6rem;
  margin-top: 10px;
}

.article__time {
  margin-top: 10px;
}

.access {
  font-size: 1.6rem;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .access {
    width: 100%;
    margin-top: 100px;
  }
}

.access__text {
  margin-top: 20px;
}

.access__map iframe {
  width: 100%;
}

.footer {
  margin-top: 100px;
  background-color: lightgray;
  padding: 50px 0;
}

.footer--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer--top {
    display: block;
    margin: 0 auto;
  }
}

.footer--left h3,
.footer--right h3 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .footer--left h3,
  .footer--right h3 {
    font-size: 2.4rem;
  }
}

.footer--left p,
.footer--right p {
  font-size: 2rem;
  margin-top: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .footer--right {
    margin-top: 20px;
  }
}

.footer--bottom {
  margin-top: 50px;
  text-align: center;
}

.menuWrapper {
  width: 90%;
  margin: 0 auto;
}

.globalNav {
  margin: 50px 0 0;
}

.globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.globalNav__item {
  line-height: 1.3;
}

@media screen and (max-width: 3000px) {
  .globalNav__item {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1280px) {
  .globalNav__item {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .globalNav__item {
    font-size: 1.6rem;
  }
}

.globalNav__linkItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border: 1px solid gray;
  padding: 0.5em;
  border-radius: 4rem;
  background-color: rgba(250, 161, 176, 0.2);
  line-height: 1.3;
}

@media screen and (max-width: 3000px) {
  .globalNav__linkItem {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1280px) {
  .globalNav__linkItem {
    font-size: 1.8rem;
    height: 25px;
  }
  .globalNav__linkItem img {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .globalNav__linkItem {
    font-size: 1.6rem;
  }
}

.globalNav__linkItem img {
  width: 25px;
  height: 30px;
  margin-right: 10px;
}

.globalNav__linkItem:hover {
  padding: 0.35em 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger__btn {
  position: absolute;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .burger__btn {
    top: 125px;
  }
}

@media screen and (max-width: 767px) {
  .burger__btn {
    top: 80px;
    right: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .burger__btn {
    display: none;
  }
}

.menu {
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  margin-left: 40px;
  position: absolute;
  top: 15px;
}

.bar {
  display: block;
  width: 30px;
  height: 2px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
}

.bar--top {
  top: 10px;
}

.bar--mid {
  top: 20px;
}

.bar--bottom {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.burger__btn.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger__btn.active span:nth-child(2),
.burger__btn.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.noscroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .globalNav__list {
    display: block;
  }
  .globalNav__item {
    padding: 2rem 0;
  }
  .globalNav__linkItem {
    height: 25px;
  }
  .globalNav__linkItem img {
    height: 25px;
  }
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .globalNav {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;
    text-align: center;
    padding: 12rem 0 0;
    background-color: rgba(229, 226, 226, 0.7);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .4s all;
    transition: .4s all;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (max-width: 1024px) {
  .globalNav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: .4s all;
    transition: .4s all;
    opacity: 100;
  }
}

@media screen and (max-width: 767px) {
  .globalNav__item {
    padding: 1.5rem 0;
  }
  .globalNav__linkItem {
    height: 20px;
  }
  .globalNav__linkItem img {
    height: 20px;
  }
}

.contentWrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.header__list {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .header__list {
    margin: 80px auto 0;
  }
}

.header__title {
  font-size: 3.6rem;
}

.header__title span {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .header__title {
    font-size: 2.8rem;
  }
  .header__title span {
    font-size: 3.6rem;
  }
}

.header__subTitle {
  font-size: 2.2rem;
  margin-top: 20px;
  line-height: 1.5;
}

.header__subTitle span {
  font-size: 3.4rem;
  color: #f883f8;
}

@media screen and (max-width: 767px) {
  .header__subTitle span {
    font-size: 3rem;
  }
}

.header--right {
  margin-top: 50px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
  .header--right {
    display: none;
  }
}

.sns {
  margin-top: 25px;
  font-size: 2.4rem;
}

.fa-facebook {
  color: blue;
}

.sp-br {
  display: none;
}

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

.pc-br {
  display: none;
}

@media screen and (min-width: 575px) {
  .pc-br {
    display: block;
  }
}

.members {
  margin-top: 100px;
}

.members__text {
  font-size: 3rem;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .members__text {
    font-size: 2.2rem;
  }
}

.members__photo {
  margin-top: 50px;
  height: 55vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.dotLine {
  height: 20px;
  margin: 1em auto;
  padding: 0;
  background-image: url(../img/自己紹介罫線.png);
  border: 0px none;
}

.introduce {
  margin-top: 100px;
}

.introduce__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .introduce__block {
    display: block;
  }
}

.introduce__flex--left {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .introduce__flex--left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.introduce__flex--right {
  width: 35%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .introduce__flex--right {
    width: 60%;
  }
}

.introduce__flex--right img {
  border-radius: 20px;
}

.introduce__first {
  font-size: 4rem;
}

.introduce__block {
  margin-top: 50px;
  line-height: 1.8;
}

.introduce__name {
  font-size: 2.6rem;
}

.introduce__title {
  font-size: 2.2rem;
}

.introduce__hobby {
  font-size: 2.2rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .introduce__hobby {
    font-size: 2rem;
  }
}

.introduce__text {
  font-size: 2rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .introduce__text {
    font-size: 1.8rem;
  }
}

.recruit {
  margin-top: 100px;
}

.recruit__text {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 100px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 2rem;
    text-align: start;
  }
}

.recruit__text span {
  color: red;
}

.fv__image {
  height: 100vh;
  background-image: url(../img/音符カラフル.png);
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .fv__image {
    height: 75vh;
  }
}

.slider {
  position: relative;
  top: 40%;
}

@media screen and (max-width: 1024px) {
  .slider {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    top: 65%;
  }
}

/*--スライダーの位置とサイズ調整--*/
.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  border-radius: 50px;
  padding: 10px 10px;
}

/*-----------height調整----------*/
.slick-slide {
  height: 50vh;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.section__title {
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 3rem;
  }
}

.section__subTitle {
  font-size: 3.5rem;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .section__subTitle {
    font-size: 2.8rem;
  }
}

.rainbow {
  width: 40%;
  height: 16px;
  margin: 1em auto;
  padding: 0;
  background-image: url(../img/虹色罫線.png);
  border: 0px none;
}



.about {
  margin-top: 80vh;
}

.about__text {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.8rem;
    text-align: start;
  }
}

.about__link {
  font-size: 2rem;
  text-align: right;
  margin-top: 30px;
}

.link--blue:hover {
  color: blue;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .about__link {
    font-size: 1.6rem;
  }
}


.page_navi {
  text-align: center;
  font-size: 14px;
}

.page_navi li {
  display: inline;
  list-style: none;
}

.page_navi li.current span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 11px 10px;
  height: 40px;
  width: 40px;
  line-height: 17px;
}

.page_navi li a {
  border: solid 1px #777;
  color: #333;
  display: inline-block;
  padding: 10px;
  height: 40px;
  width: 40px;
  line-height: 16px;
  text-decoration: none;
  transition: 0.5s;
}

.page_navi li a:hover {
  opacity: 0.5;
}


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