@charset "UTF-8";
/* 共通 */
html * {
  box-sizing: border-box;
  line-height: 1.4;
}

html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴシック',"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

html body {
  color: #191414;
}

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

a {
  display: block;
  transition: all .5s;
}
a:hover {
  opacity: .7;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

article {
  padding-top: 80px;
}

.spbr {
  display: none;
}

.section {
  padding: 0 calc((100% - 1130px 0) / 2);
}
@media screen and (max-width: 1140px) {
  .section {
    padding: 0 3%;
  }
}

.form {
  width: 100%;
  text-align: center;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 5px;
  background: #fff;
  font-size: 2.8rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
@media screen and (max-width: 1130px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 768px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 1.69697rem;
  }
}
.form input,
.form select {
  height: 60px;
  border-radius: 5px;
  padding: 0 1em;
  margin-bottom: 30px;
}
.form input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  text-align: center;
  text-indent: 2rem;
}
.form .select-wrap {
  position: relative;
  height: 60px;
  margin-bottom: 30px;
}
.form .select-wrap select {
  position: absolute;
  left: 0;
  appearance: none;
  opacity: 0;
  z-index: 2;
}
.form .select-wrap .label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 2.8rem;
  line-height: 60px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1130px) {
  .form .select-wrap .label {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 768px) {
  .form .select-wrap .label {
    font-size: 1.69697rem;
  }
}
.form .select-wrap::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  top: calc(50% - 10px);
  border-top: #191414 20px solid;
  border-left: transparent 15px solid;
  border-right: transparent 15px solid;
  z-index: 1;
}
.form-title {
  margin-bottom: 3px;
  font-size: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  .form-title {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 768px) {
  .form-title {
    font-size: 1.69697rem;
  }
}
.form-title span {
  padding-left: 5px;
  color: #f56179;
}
.form .btn-chk {
  width: 75%;
  padding-top: 25px;
  margin-bottom: 25px;
}
.form form {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}

@media screen and (max-width: 768px) {
  .form input,
  .form select {
    height: 45px;
  }
  .form .btn-chk {
    width: 100%;
    padding: 0 7% 0;
  }
}
@media screen and (max-width: 500px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 calc((100% - 1130px) / 2);
  background: #fff;
  z-index: 10000;
}
@media screen and (max-width: 1140px) {
  .header {
    padding: 0 3%;
  }
}
.header-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.header .logo {
  width: calc(40% - (70px / 3));
  margin-right: 2%;
}
.header .line {
  width: calc(36% - (70px / 3));
  margin-right: 2%;
}
.header .reserve {
  width: calc(17% - (70px / 3));
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .header {
    padding-right: 70px;
    padding-left: 70px;
    height: inherit;
  }
  .header-inner {
    padding: 10px 2%;
  }
  .header .logo {
    width: calc(100% - 70px);
    max-width: 300px;
    margin-bottom: 10px;
  }
  .header .line {
    width: 56%;
  }
  .header .reserve {
    width: calc(42% - 70px);
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .header {
    padding-right: 60px;
    padding-left: 0;
  }
  .header-inner {
    padding: 10px 0;
  }
  .header .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .header .logo img {
    width: 220px;
    height: auto;
  }
  .header .line {
    width: 62%;
  }
  .header .reserve {
    width: 31%;
  }
}
/* Navigation */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 10001; /* 9999より上にする */
  border: #3d3d3d 2px solid;
}
.menu-btn span {
  content: '';
  position: absolute;
  left: 10px;
  width: 35px;
  height: 2px;
  background: #3d3d3d;
  transition: all .5s;
}
.menu-btn span:nth-of-type(1) {
  top: 11px;
}
.menu-btn span:nth-of-type(2) {
  top: 21px;
}
.menu-btn span:nth-of-type(3) {
  top: 31px;
}
.menu-btn small {
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  text-align: center;
}
.menu-btn.is-active span:nth-of-type(1) {
  transform: rotate(225deg);
  top: 23px;
}
.menu-btn.is-active span:nth-of-type(2) {
  width: 0;
  left: 50%;
  top: 23px;
  transform: rotate(-405deg);
}
.menu-btn.is-active span:nth-of-type(3) {
  transform: rotate(315deg);
  top: 23px;
}

@media screen and (max-width: 500px) {
  .menu-btn {
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
  .menu-btn span {
    width: 30px;
  }
  .menu-btn.is-active span:nth-of-type(1), .menu-btn.is-active span:nth-of-type(2), .menu-btn.is-active span:nth-of-type(3) {
    top: 20px;
  }
}
.nav-list {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  padding: 10px;
  background: #3d3d3d;
  display: none;
  z-index: 11000; /* ← 追加でOK！ */
}

.nav-list-item {
  padding: .5rem;
  line-height: 1.6;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 1130px) {
  .nav-list-item {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-list-item {
    font-size: 1.45455rem;
  }
}
.nav-list-item:nth-child(n + 2) {
  border-top: #fff 1px solid;
}

/* fv */
.fv-headline {
  padding: 10px;
  background: #fff;
  font-size: 2.5rem;
  color: #910c0c;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .fv-headline {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv-headline {
    font-size: 1.51515rem;
  }
}

.fv {
  position: relative;
  padding: 70px 0 50px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  color: #fff;
  text-align: center;
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
}
.fv-text {
  position: relative;
  z-index: 2;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
.fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv .text {
  margin-bottom: 1.5em;
  font-size: 3.7rem;
  line-height: 1.4;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
@media screen and (max-width: 1130px) {
  .fv .text {
    font-size: 2.96rem;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv .text {
    font-size: 2.24242rem;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
  }
}
.fv .page-title {
  margin-bottom: 5em;
  letter-spacing: -.2em;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
.fv .page-title span {
  display: block;
  margin-bottom: .5em;
  font-size: 6.65rem;
  text-indent: -.7em;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
@media screen and (max-width: 1130px) {
  .fv .page-title span {
    font-size: 5.32rem;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv .page-title span {
    font-size: 4.0303rem;
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
  }
}
.fv .page-title img {
  width: 25%;
}
.fv .pic {
  width: 85%;
  padding: 0 calc((100% - 1130px -30px) / 2);
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .fv .pic {
    padding: 0 3%;
  }
}
.fv .spbr {
  display: none;
}

@media screen and (max-width: 1130px) {
  .fv-headline {
    padding: 10px 3%;
  }

  .fv {
    padding: 70px 3% 50px;
		overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .fv .page-title img {
    width: 50%;
    height: auto;
  }
  .fv-video {
    width: auto;
    height: 100%;
    left: inherit;
    right: -30%;
  }
  .fv .pic {
    width: 100%;
  }
  .fv .spbr {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .fv .text {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 1130px) {
  .fv .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .fv .text {
    font-size: 1.66667rem;
  }
}
@media screen and (max-width: 500px) {
  .fv .page-title img {
    width: 50%;
    height: auto;
  }
  .fv .page-title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 1130px) {
  .fv .page-title span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .fv .page-title span {
    font-size: 3.0303rem;
  }
}
@media screen and (max-width: 500px) {
  .fv .pic {
    width: 100%;
  }
}
/* point */
.point {
  background: #e0e3e5;
}
.point-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.point-list-item {
  width: calc(33% - 10px);
}

@media screen and (max-width: 500px) {
  .point-list {
    flex-direction: column;
  }
  .point-list-item {
    width: 80%;
    margin: 0 auto 10px;
  }
}
/* member */
.member {
  width: 100%;
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.member .section-inner {
  padding: 50px 20px;
}
.member-inner {
  padding: 50px 50px 30px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.38);
}
.member .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.member .section-title img {
  width: 25%;
}
.member .section-title span {
  padding: 10px 30px;
  margin-left: .7em;
  background: #b58f3b;
  border-radius: 5px;
  color: #fff;
  font-size: 4.6rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
@media screen and (max-width: 1130px) {
  .member .section-title span {
    font-size: 3.68rem;
  }
}
@media screen and (max-width: 768px) {
  .member .section-title span {
    font-size: 2.78788rem;
  }
}
.member .section-lead {
  margin-bottom: 60px;
  color: #fff;
  font-size: 4.9rem;
}
@media screen and (max-width: 1130px) {
  .member .section-lead {
    font-size: 3.92rem;
  }
}
@media screen and (max-width: 768px) {
  .member .section-lead {
    font-size: 2.9697rem;
  }
}
.member-list {
  color: #fff;
}
.member-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
.member-list-item:nth-child(-n + 6) {
  margin-bottom: 30px;
}
.member-list-item .text {
  font-size: 4.1rem;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .member-list-item .text {
    font-size: 3.28rem;
  }
}
@media screen and (max-width: 768px) {
  .member-list-item .text {
    font-size: 2.48485rem;
  }
}
.member-title {
  display: inline-block;
  padding: 5px;
  margin-right: .5em;
  background: #6b1f1f;
  border-radius: 3px;
  color: #e7ea07;
  font-size: 3.75rem;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック',"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 1130px) {
  .member-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .member-title {
    font-size: 2.27273rem;
  }
}

@media screen and (max-width: 768px) {
  .member-inner {
    padding: 30px 10%;
  }
  .member .section-inner {
    padding: 50px 0;
  }
  .member .section-lead {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .member .section-lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .member .section-lead {
    font-size: 2.42424rem;
  }
}
@media screen and (max-width: 768px) {
  .member .section-title {
    margin-bottom: 40px;
  }
  .member .section-title img {
    width: 40%;
    height: auto;
  }
  .member .section-title span {
    padding: 10px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .member .section-title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .member .section-title span {
    font-size: 1.51515rem;
  }
}
@media screen and (max-width: 768px) {
  .member-list-item .text {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .member-list-item .text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .member-list-item .text {
    font-size: 1.9697rem;
  }
}
@media screen and (max-width: 768px) {
  .member-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .member-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .member-title {
    font-size: 1.81818rem;
  }
}

@media screen and (max-width: 500px) {
  .member .section-title {
    flex-direction: column;
  }
  .member .section-title img {
    width: 80%;
    margin-bottom: 10px;
  }
  .member .section-title span {
    padding: 10px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 1130px) {
  .member .section-title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .member .section-title span {
    font-size: 1.51515rem;
  }
}
@media screen and (max-width: 500px) {
  .member-list-item {
    flex-direction: column;
  }
  .member-list-item .member-title {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
/* concept */
.concept {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.concept .section-inner {
  padding: 50px 0;
}
.concept-box {
  clear: both;
  padding-left: 10px;
  margin-bottom: 50px;
}
.concept-box .pic {
  width: 50%;
}
.concept-box:nth-of-type(odd) .concept-title {
  float: left;
}
.concept-box:nth-of-type(odd) .text {
  width: 50%;
  float: left;
}
.concept-box:nth-of-type(odd) .pic {
  padding-left: 5%;
  float: right;
}
.concept-box:nth-of-type(even) .concept-title {
  float: right;
}
.concept-box:nth-of-type(even) .text {
  width: 50%;
  float: right;
}
.concept-box:nth-of-type(even) .pic {
  padding-right: 5%;
  float: left;
}
.concept-title {
  width: 50%;
  padding: .8em 0 0 10px;
  margin-bottom: 2em;
  font-size: 3rem;
}
@media screen and (max-width: 1130px) {
  .concept-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-title {
    font-size: 1.81818rem;
  }
}
.concept .text {
  padding-left: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 1130px) {
  .concept .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .concept .text {
    font-size: 1.21212rem;
  }
}
.concept-list {
  width: 50%;
  float: left;
}
.concept-list-item {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1130px) {
  .concept-list-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-list-item {
    font-size: 1.21212rem;
  }
}
.concept-list-item em {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1130px) {
  .concept-list-item em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-list-item em {
    font-size: 1.66667rem;
  }
}

@media screen and (max-width: 768px) {
  .concept-title {
    margin-bottom: 1em;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .concept-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .concept-title {
    font-size: 2.42424rem;
  }
}
@media screen and (max-width: 768px) {
  .concept .text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .concept .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .concept .text {
    font-size: 1.51515rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-list-item {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .concept-list-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .concept-list-item {
    font-size: 1.51515rem;
  }
}

@media screen and (max-width: 500px) {
  .concept .section-inner {
    padding: 30px 0 0;
  }
  .concept-box {
    clear: both;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .concept-box .pic {
    width: 80%;
    margin: 0 auto 20px;
  }
  .concept-box .text {
    text-align: center;
  }
  .concept-box:nth-of-type(odd) .concept-title {
    float: none;
  }
  .concept-box:nth-of-type(odd) .text {
    width: 100%;
  }
  .concept-box:nth-of-type(odd) .pic {
    padding-left: 0;
    float: none;
  }
  .concept-box:nth-of-type(even) .concept-title {
    float: none;
  }
  .concept-box:nth-of-type(even) .text {
    width: 80%;
    float: none;
  }
  .concept-box:nth-of-type(even) .pic {
    padding-right: 0;
    float: none;
  }
  .concept-box .concept-title {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .concept-box .text {
    margin: 0 auto;
  }
  .concept-list {
    width: 80%;
    margin: 0 10%;
  }
}
/* form-visit */
.form-visit {
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
}
.form-visit .section-inner {
  padding: 50px 0;
}
.form-visit .section-title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 5.3rem;
}
@media screen and (max-width: 1130px) {
  .form-visit .section-title {
    font-size: 4.24rem;
  }
}
@media screen and (max-width: 768px) {
  .form-visit .section-title {
    font-size: 3.21212rem;
  }
}
.form-visit .section-title span {
  display: block;
  font-size: 3.35rem;
}
@media screen and (max-width: 1130px) {
  .form-visit .section-title span {
    font-size: 2.68rem;
  }
}
@media screen and (max-width: 768px) {
  .form-visit .section-title span {
    font-size: 2.0303rem;
  }
}

/* .line-box */
.line-box {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #4c4e50;
}

@media screen and (max-width: 768px) {
  .line-box {
    padding: 30px 10%;
  }
}
@media screen and (max-width: 500px) {
  .line-box {
    padding: 15px 10%;
  }
}
/* staff */
.staff {
  background: #f8f8f8;
}
.staff .section-inner {
  padding: 50px 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.staff-title {
  margin-bottom: 30px;
  font-size: 5.15rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .staff-title {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-title {
    font-size: 3.12121rem;
  }
}
.staff-title span {
  display: block;
}
.staff-list {
  width: 90%;
  margin: 0 auto;
}
.staff-list-item {
  display: flex;
  justify-content: space-around;
  padding: 20px 0 40px;
  margin-bottom: 20px;
  background: #fff;
}
.staff-inner {
  width: 45%;
}
.staff-pic {
  width: 45%;
}
.staff-job {
  margin-bottom: 35px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1130px) {
  .staff-job {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-job {
    font-size: 1.27273rem;
  }
}
.staff-name {
  margin-bottom: 35px;
  font-size: 3.1rem;
}
@media screen and (max-width: 1130px) {
  .staff-name {
    font-size: 2.48rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-name {
    font-size: 1.87879rem;
  }
}
.staff-info {
  margin-bottom: 25px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1130px) {
  .staff-info {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-info {
    font-size: 1.27273rem;
  }
}
.staff-info span {
  display: block;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .staff-list {
    width: 100%;
  }
  .staff-job {
    margin-bottom: 15px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .staff-job {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .staff-job {
    font-size: 1.81818rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-name {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .staff-name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .staff-name {
    font-size: 2.42424rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-info {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .staff-info {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .staff-info {
    font-size: 1.81818rem;
  }
}

@media screen and (max-width: 500px) {
  .staff-list-item {
    flex-direction: column;
  }
  .staff-inner {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
  .staff-pic {
    order: 1;
    width: 80%;
    margin: 0 auto 25px;
  }
}
/* form-measure */
.form-measure {
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
}
.form-measure .section-inner {
  padding: 50px 0;
}
.form-measure .section-title {
  color: #fff;
  font-size: 5.3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1130px) {
  .form-measure .section-title {
    font-size: 4.24rem;
  }
}
@media screen and (max-width: 768px) {
  .form-measure .section-title {
    font-size: 3.21212rem;
  }
}
.form-measure .section-title span {
  display: block;
  font-size: 3.35rem;
}
@media screen and (max-width: 1130px) {
  .form-measure .section-title span {
    font-size: 2.68rem;
  }
}
@media screen and (max-width: 768px) {
  .form-measure .section-title span {
    font-size: 2.0303rem;
  }
}

/* flow */
.flow .section-inner {
  padding: 50px 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.flow-title {
  margin-bottom: 30px;
  font-size: 5.15rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .flow-title {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-title {
    font-size: 3.12121rem;
  }
}
.flow-title span {
  display: block;
}
.flow-list {
  padding-bottom: 80px;
}
.flow-list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow-list-item:nth-child(-n + 3) {
  margin-bottom: 120px;
}
.flow-list-item:nth-child(-n + 3)::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: calc(50% - 70px);
  width: 0;
  height: 0;
  border-top: #000 45px solid;
  border-left: transparent 70px solid;
  border-right: transparent 70px solid;
}
.flow-list-item .item-title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 4.45rem;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .flow-list-item .item-title {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-item .item-title {
    font-size: 2.69697rem;
  }
}
.flow-list-item .item-wrap {
  width: 48%;
}
.flow-list-item .item-wrap .text {
  padding-top: 10px;
  margin-bottom: 50px;
  font-size: 2.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1130px) {
  .flow-list-item .item-wrap .text {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-item .item-wrap .text {
    font-size: 1.27273rem;
  }
}
.flow-list-item .pic {
  width: 48%;
}
.flow-list-item .btn-wrap .btn {
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .flow .section-inner {
    padding-bottom: 30px;
  }
  .flow-list {
    padding-bottom: 0;
  }
  .flow-list-item:nth-child(-n + 3) {
    margin-bottom: 80px;
  }
  .flow-list-item:nth-child(-n + 3)::after {
    bottom: -45px;
  }
  .flow-list-item .item-wrap {
    width: 86%;
    margin: 0 auto;
  }
  .flow-list-item .item-wrap .text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 1130px) {
  .flow-list-item .item-wrap .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .flow-list-item .item-wrap .text {
    font-size: 1.81818rem;
  }
}
@media screen and (max-width: 500px) {
  .flow-list-item .pic {
    width: 80%;
    margin: 0 auto;
  }
}
/* video */
.video {
  text-align: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.video .section-inner {
  padding: 0 0 50px;
}
.video-title {
  margin-bottom: 30px;
  font-size: 5.15rem;
}
@media screen and (max-width: 1130px) {
  .video-title {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .video-title {
    font-size: 3.12121rem;
  }
}
.video .text {
  margin-bottom: 30px;
  font-size: 3.25rem;
}
@media screen and (max-width: 1130px) {
  .video .text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .video .text {
    font-size: 1.9697rem;
  }
}
.video .player {
  width: 100%;
  height: auto;
}

/* access */
.access {
  background: #f8f8f8;
  text-align: center;
}
.access .section-inner {
  padding: 50px 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.access-title {
  margin-bottom: 30px;
  font-size: 5.15rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .access-title {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .access-title {
    font-size: 3.12121rem;
  }
}
.access-title span {
  display: block;
}
.access-text {
  margin-bottom: 50px;
  font-size: 3.45rem;
}
@media screen and (max-width: 1130px) {
  .access-text {
    font-size: 2.76rem;
  }
}
@media screen and (max-width: 768px) {
  .access-text {
    font-size: 2.09091rem;
  }
}
.access-text span {
  border-bottom: #191414 2px solid;
}
.access .pic {
  margin-bottom: 50px;
}
.access .text {
  font-size: 3.45rem;
}
@media screen and (max-width: 1130px) {
  .access .text {
    font-size: 2.76rem;
  }
}
@media screen and (max-width: 768px) {
  .access .text {
    font-size: 2.09091rem;
  }
}

/* faq */
.faq {
  background: url("../images/faq_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.faq .section-inner {
  padding: 50px 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
}
.faq-title {
  margin-bottom: 30px;
  font-size: 5.15rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .faq-title {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-title {
    font-size: 3.12121rem;
  }
}
.faq-title span {
  display: block;
}
.faq-inner {
  padding: 10px;
}
.faq-question, .faq-answer {
  position: relative;
  padding: 1.5em 1.5em 1.5em 5em;
  font-size: 1.9rem;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .faq-question, .faq-answer {
    font-size: 1.52rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-question, .faq-answer {
    font-size: 1.15152rem;
  }
}
.faq-question::before, .faq-answer::before {
  position: absolute;
  top: 0;
  left: .4em;
  display: block;
  margin-right: .5em;
  font-size: 5.15rem;
}
@media screen and (max-width: 1130px) {
  .faq-question::before, .faq-answer::before {
    font-size: 4.12rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-question::before, .faq-answer::before {
    font-size: 3.12121rem;
  }
}
.faq-question {
  background: #242424;
}
.faq-question::before {
  content: 'Q.';
}
.faq-answer {
  background: #f8f8f8;
  color: #242424;
  line-height: 1.8;
}
.faq-answer::before {
  content: 'A.';
  color: #d81e1e;
}

@media screen and (max-width: 500px) {
  .faq-question, .faq-answer {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 1130px) {
  .faq-question, .faq-answer {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .faq-question, .faq-answer {
    font-size: 1.51515rem;
  }
}

/* footer */
.footer {
  padding: 0 calc((100% - 1130px 0) / 2);
  background: #242424;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer {
    padding: 0 3%;
  }
}
.footer .sns-list {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  margin-bottom: 10px;
}
.footer .sns-list-item {
  margin: 0 10px;
}
.footer .sns-list-item i {
  font-size: 4rem;
}
@media screen and (max-width: 1130px) {
  .footer .sns-list-item i {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sns-list-item i {
    font-size: 2.42424rem;
  }
}
.footer .copy {
  padding: 0 0 120px;
  text-align: center;
  font-size: 2.15rem;
}
@media screen and (max-width: 1130px) {
  .footer .copy {
    font-size: 1.72rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy {
    font-size: 1.30303rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .sns-list {
    padding-top: 50px;
  }
  .footer .sns-list-item i {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1130px) {
  .footer .sns-list-item i {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .sns-list-item i {
    font-size: 4.54545rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .footer .sns-list {
    padding-top: 30px;
  }
  .footer .copy {
    padding: 0 0 30px;
  }
}
/* confirm */
.confirm {
  text-align: center;
}
.confirm article {
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
}
.confirm-title {
  color: #fff;
  font-size: 3.5rem;
}
@media screen and (max-width: 1130px) {
  .confirm-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm-title {
    font-size: 2.12121rem;
  }
}
.confirm .text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 1130px) {
  .confirm .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm .text {
    font-size: 1.51515rem;
  }
}
.confirm table {
  width: 100%;
  margin-bottom: 50px;
}
.confirm table th, .confirm table td {
  display: block;
  width: 100%;
  text-align: center;
}
.confirm table th {
  color: #efefef;
  font-size: 2.5rem;
}
@media screen and (max-width: 1130px) {
  .confirm table th {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm table th {
    font-size: 1.51515rem;
  }
}
.confirm table td {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1130px) {
  .confirm table td {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm table td {
    font-size: 1.81818rem;
  }
}
.confirm .back,
.confirm .submit {
  width: 50%;
  height: 45px;
  margin: 0 auto 10px;
  line-height: 45px;
  color: #fff;
}
.confirm .back {
  background: #ccc;
}
.confirm .submit {
  background: #e46a3b;
}

.thanks {
  padding: 50px;
  background: url("../images/section_bg.jpg");
  background-size: cover;
  background-position: center;
  font-size: 2rem;
  line-height: 2;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  .thanks {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks {
    font-size: 1.21212rem;
  }
}
.thanks .text {
  margin-bottom: 15px;
}
.thanks .totop {
  display: inline-block;
  background: #999;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
