@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Yusei+Magic&display=swap');
html {
  font-size: 62.5%;
}
a:link {
  color: #9fc600;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #9fc600;
  text-decoration: underline;
}
a:hover {
  color: #95b610;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.center {
  text-align: center;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
}
picture {
  display: block;
}
.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 20px;
  font-size: 1.5rem;
}
body {
  font-size: 1.7rem;
  color: #333;
  line-height: 1.8;
  font-family: 'Kosugi Maru', sans-serif, 'メイリオ', 'Meiryo', sans-serif, 'Hiragino Kaku Gothic ProN';
  font-weight: 500;
  background-color: #fffffb;
}
/* header
------------------------------------------------- */
header {
  text-align: center;
}
h1.logo a {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  background-color: #e0f2ff;
  align-items: center;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 160px;
  box-sizing: border-box;
  z-index: 999;
}
h1.logo img {
  mix-blend-mode: multiply;
}
h1.logo a:hover img {
  opacity: 1;
}
.r_title_contents {
  padding-top: 150px;
  text-align: center;
}
.r_title_contents h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
  box-sizing: border-box;
}
.r_title_contents h2 img {
  max-width: 100%;
  height: auto;
}
.r_title_contents h2 span {
  position: absolute;
  top: -100px;
  left: -150px;
  animation: purun 3s linear 0s infinite;
}
@keyframes purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  2% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  4% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  8% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  13% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.r_title_contents h3 {
  margin-top: -30px;
}
.r_title_contents h3 img {
  display: block;
  margin: auto;
}
.r_title_contents h3 span {
  animation: hurueru 1.5s infinite;
  display: block;
}
@keyframes hurueru {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -3px);
  }
  10% {
    transform: translate(0, 3px);
  }
  15% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  25% {
    transform: translate(0, -3px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.main_bg {
  max-width: 1920px;
  margin: 50px auto 100px;
  background-image: url("../../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 4%;
  box-sizing: border-box;
}
dl.shikai {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 70px;
  align-items: center;
  font-size: 2rem;
  padding: 0 4%;
  box-sizing: border-box;
}
dl.shikai dt {
  width: 200px;
}
dl.shikai dd {
  width: calc(100% - 200px);
  font-weight: 600;
}
ul.member {
  list-style: none;
  display: flex;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 4%;
  box-sizing: border-box;
}
ul.member li {
  width: 21%;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}
ul.member li span {
  text-align: center;
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
ul.member li img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  object-position: top;
  border-radius: 300px;
  margin: 0 auto 10px;
}
ul.member li.m img {
  background-color: #e169ff;
}
ul.member li.n img {
  background-color: #ff9fda;
}
ul.member li.k img {
  background-color: #5eeeff;
}
ul.member li.y img {
  background-color: #c5e948;
}
ul.member li p {
  margin-bottom: 10px;
}
ul.member li strong {
  font-weight: 400;
  color: #1981cb;
}
section.talk_contents {
  max-width: 1100px;
  margin: 0 auto 200px;
  padding: 0 4%;
  box-sizing: border-box;
}
section.talk_contents h1 {
  text-align: center;
  font-family: 'Yusei Magic', sans-serif;
  color: #0054a6;
  font-size: 7rem;
  font-weight: 400;
  margin-bottom: 70px;
}
xsection.talk_contents h1 span {
  font-size: 30px;
  background-color: #e0f2ff;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.talk_contents h1 span {
  font-size: 3rem;
  display: block;
  position: relative;
  padding-bottom: 10px;
}
section.talk_contents h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e0f2ff;
  height: 10px;
  width: 100px;
}
dl.talk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
dl.talk dt {
  width: 100px;
}
dl.talk dt img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  object-position: top;
  border-radius: 300px;
  margin: 0 auto;
}
dl.talk dt.m img {
  background-color: #e169ff;
}
dl.talk dt.n img {
  background-color: #ff9fda;
}
dl.talk dt.k img {
  background-color: #5eeeff;
}
dl.talk dt.y img {
  background-color: #c5e948;
}
dl.talk dt.all img {
  background-color: #ffe200;
}
dl.talk dd {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 20px;
  border: solid 3px #333;
  border-radius: 15px;
  position: relative;
  margin-top: 5px;
}
/* beforeで枠線の三角を表現 */
dl.talk dd::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
dl.talk dd::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -11px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* footer
------------------------------------------------- */
.site_link {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.site_link a {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 100px;
  background-color: #0057a2;
  color: #FFF;
  text-decoration: none;
}
.site_link a:hover {
  background-color: #2676bb;
}
.copy {
  margin: auto;
  color: #999;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 0 2%;
}
#page-top {
  position: fixed;
  bottom: 50px;
  right: 3%;
}
#page-top a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #0057a2;
  position: relative;
}
#page-top a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-radius: 2px;
  transform: rotate(-45deg);
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 42%;
  margin: auto;
}
#page-top a:hover {
  background-color: #2676bb;
}
footer {
  position: relative;
  text-align: center;
  padding: 80px 0 50px;
  width: 100%;
  overflow: hidden;
  background-color: #e0f2ff;
  box-sizing: border-box;
}
footer:before {
  position: absolute;
  top: 0;
  content: '';
  width: 200%;
  background-size: 72px 26px;
  height: 26px;
  display: block;
  background-image: url(../images/bg_wave_b.png);
  background-position: top;
  background-repeat: repeat-x;
  animation: wave 2s linear infinite normal;
  background-color: #e0f2ff;
}
@keyframes wave {
  0% {
    transform: translate3d(-72px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* アコーディオン */
.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  background-color: #0054a6;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100px;
  bottom: -20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  z-index: 1;
  font-family: 'Yusei Magic', sans-serif;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "OPEN";
}
.accordion-btn::before {
  left: 0;
  right: 0;
  bottom: 14px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  border-radius: 1px;
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #2676bb;
  color: #fff;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 0;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 100px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "CLOSE";
}
.accordion-btn.is-show::before {
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  border-radius: 1px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}