@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/* ブレイクポイント指定 */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media (max-width: 768px) {
  html {
    font-size: 3.422vw;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.7;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.8125rem;
}

img {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}

p {
  padding: 0;
  margin: 0;
  display: block;
}

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

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
}

li {
  margin: 0;
  padding: 0;
}

.fltL {
  float: left;
}

.fltR {
  float: right;
}

@media (max-width: 768px) {
  #topcontrol {
    display: block;
    width: 13%;
    z-index: 100;
    right: 10px !important;
  }
  #topcontrol img {
    height: auto !important;
  }
}

.section {
  overflow: hidden;
  clear: both;
}

.block {
  overflow: hidden;
  clear: both;
}

/*----------------------------------------------------
	選択時の色
----------------------------------------------------*/
::-moz-selection {
  background-color: #ccc;
  color: #fff;
  /* Safari */
}
::selection {
  background-color: #ccc;
  color: #fff;
  /* Safari */
}

::-moz-selection {
  background-color: #ccc;
  color: #fff;
  /* Firefox */
}

/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/*----------------------------------------------------
	リンク、リンクカラー、強調
----------------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
	ロールオーバー
----------------------------------------------------*/
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*----------------------------------------------------
	テキスト関係
----------------------------------------------------*/
.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

strong {
  font-weight: bold !important;
}

/*=================================
	English
=================================*/
.en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 1.2rem;
}

/*=================================
	tel
=================================*/
.tel a {
  display: block;
  text-decoration: none;
  pointer-events: none;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tel a {
    pointer-events: inherit;
    border: 1px solid #333;
    padding: 10px 0;
    position: relative;
  }
  .tel a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    border: 1px solid #ccc;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
}

/*=================================
	mail
=================================*/
.mail a span {
  padding: 0 0 0 30px;
  background: url(../img/icon_mail.png) left center no-repeat !important;
  background-size: 20px auto !important;
}

/*=========================================
	br
=========================================*/
br.sp {
  display: none;
}

@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

/*=========================================
	none
=========================================*/
.pcNone {
  display: none;
}

@media (max-width: 768px) {
  .pcNone {
    display: inherit;
  }
  .spNone {
    display: none;
  }
}

.red {
  color: #cc1815;
}

.pb0 {
  padding-bottom: 0 !important;
}

.editor {
  /*********************
	LINK STYLES
	*********************/
  /******************************************************************
	H1, H2, H3, H4, H5 STYLES
	******************************************************************/
  padding: 1.5em 1.5em 0;
}

.editor p {
  margin: 0 0 10px;
}

.editor table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.editor table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.editor tr {
  border-bottom: 1px solid #eaedf2;
}

.editor tr:nth-child(even) {
  background-color: #f8f9fa;
}

.editor td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.editor td:last-child {
  border-right: 0;
}

.editor th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.editor th:last-child {
  border-right: 0;
}

.editor blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}

.editor dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.editor img {
  margin: 0 0 1.5em 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

.editor a,
.editor a:visited {
  color: #2980b9;
  outline: none;
  /* on hover */
  /* on click */
}

.editor a:hover, .editor a:focus,
.editor a:visited:hover,
.editor a:visited:focus {
  color: #2980b9;
}

.editor a:link,
.editor a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.editor h1,
.editor .h1,
.editor h2,
.editor .h2,
.editor h3,
.editor .h3,
.editor h4,
.editor .h4,
.editor h5,
.editor .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

.editor h1 a,
.editor .h1 a,
.editor h2 a,
.editor .h2 a,
.editor h3 a,
.editor .h3 a,
.editor h4 a,
.editor .h4 a,
.editor h5 a,
.editor .h5 a {
  text-decoration: none;
}

.editor h1,
.editor .h1 {
  font-size: 1.77em;
  line-height: 1.333em;
}

.editor h2,
.editor .h2 {
  padding: 3px 0 3px 10px;
  margin: 20px 0 15px 0;
  border-left: 5px solid #984ff6;
  font-size: 1.525em;
  line-height: 1.22;
  text-align: left;
  font-weight: bold;
}

.editor h3,
.editor .h3 {
  font-size: 1.325em;
  padding-bottom: .3333em;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 1.2em;
}

.editor h4,
.editor .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

.editor h5,
.editor .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.editor p {
  margin: 0 0 1.5em;
}

.editor strong {
  font-weight: bold;
}

.editor .size-auto,
.editor .size-full,
.editor .size-large,
.editor .size-medium,
.editor .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.editor pre {
  background: #231815;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .editor {
    /* at this larger size, we can start to align images */
  }
  .editor .alignleft,
  .editor img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .editor .alignright,
  .editor img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .editor .aligncenter,
  .editor img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

.m-btn {
  display: block;
  width: 12.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.75rem;
  color: #ffffff;
  background-color: #984ff6;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  padding: 0.9375rem 0.625rem 0.5625rem;
  text-align: center;
  line-height: 1;
}

.m-btn-long {
  max-width: 800px;
  margin: 0 auto;
}

.m-btn-long a {
  display: block;
  font-size: 1.75rem;
  padding: 35px 0;
  color: #fff;
  border: 2px solid #984ff6;
  background-color: #984ff6;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .m-btn-long a {
    font-size: 1.375rem;
    padding: 20px 0;
  }
}

.m-btn-long a::after {
  content: ">";
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  right: 15px;
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .m-btn-long a::after {
    right: 0.25rem;
    font-size: 1.5rem;
  }
}

.m-btnMore {
  max-width: 500px;
  width: 88%;
  margin: 0 auto;
  line-height: 100%;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-btnMore a {
  border: 1px solid #000;
  display: block;
  padding: 0.75rem 0 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}

@media (max-width: 768px) {
  .m-btnMore a {
    background-color: #000;
    color: #ffffff;
  }
}

.m-btnMore.more02 a {
  color: #fff;
  background: #000;
}

.m-btnMore:hover a {
  background-color: #000;
  color: #ffffff;
}

.m-btn-r {
  text-align: center;
}

.m-btn-r .link {
  display: inline-block;
  border-radius: 3.125rem;
  background-color: #984ff6;
  color: #ffffff;
  max-width: 500px;
  width: 88%;
  padding: 0.875rem 0.75rem 1rem;
}

.title {
  text-align: center;
  line-height: 1;
}

.title .en {
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 768px) {
  .title .en {
    font-size: 1.5rem;
  }
}

.title .jp {
  display: block;
  font-size: 110%;
  padding: 13px 0 0;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .title .jp {
    padding: 10px 0 0;
    font-size: 0.75rem;
  }
}

.title::after {
  content: "";
  display: block;
  background: #333;
  width: 15px;
  height: 1px;
  margin: 1.3125rem auto 1.875rem;
}

@media (max-width: 768px) {
  .title::after {
    margin: 15px auto;
  }
}

.pages-head {
  border-top: 1.875rem solid #984ff6;
}

.pages-head.--bd-gray {
  border-color: #ddd;
}

@media (max-width: 768px) {
  .pages-head {
    border-top-width: 27px;
  }
}

.pages-head .mv {
  background: url(../images/pages/beginner/heading_img.jpg??202204012) center no-repeat;
  height: 350px;
  background-size: cover;
}

@media (max-width: 768px) {
  .pages-head .mv {
    height: 9.888rem;
  }
}

.pages-head .pageTitle .jp {
  padding-top: 0.875rem;
}

.pageTitle {
  padding: 4.375rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .pageTitle {
    padding: 2.8125rem 0 2.375rem;
  }
}

.pageTitle span {
  display: block;
  line-height: 1;
}

.pageTitle .en {
  font-size: 2rem;
}

.pageTitle .jp {
  font-size: 1.03125rem;
  padding: 0.0625rem 0 0;
}

.title-bd {
  text-align: center;
  padding: 1.0625rem 0.625rem;
  font-size: 1.625rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 1.0625rem;
  font-weight: 600;
}

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

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
select,
textarea {
  font-size: 0.8125rem;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
}

@media (max-width: 768px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='search'],
  select,
  textarea {
    font-size: 1.1rem;
  }
}

select {
  font-size: 0.8125rem;
  padding-right: 2.5rem;
  background: #fff url(../images/common/select_arw.svg) no-repeat 97% 50%;
  background-size: .88rem auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 13.9375rem;
}

textarea {
  overflow-y: scroll;
  height: 16.375rem;
}

.header {
  width: 100%;
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .header {
    left: 0;
    top: 0;
    z-index: 9999;
  }
}

.header a {
  color: #000;
}

.header .headInner {
  width: 100%;
  margin: 0 auto;
  padding: 1.5625rem 0 1.5625rem;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .header .headInner {
    max-width: inherit;
    width: 90%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .headInner h1 {
  position: absolute;
  top: 10px;
  left: 0;
  color: #000;
  font-size: 10px;
}

.header .headInner .logo {
  text-align: center;
  width: 210px;
  height: 65px;
  margin: 0 auto 2.75rem;
}

.header .headInner .logo a {
  display: block;
  height: 100%;
  background: url(../images/common/logo.png) top center no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

@media (max-width: 768px) {
  .header .headInner .logo a {
    background-position: left top;
    background-size: auto 100%;
  }
}

.header .headInner .logo a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .header .headInner .logo {
    float: left;
    width: 70%;
    height: 30px;
    margin: 0;
  }
}

.header .headInner ul.gNav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .headInner ul.gNav {
    display: none;
  }
}

.header .headInner ul.gNav li {
  display: inline-block;
  margin: 0 1.22%;
}

.header .headInner ul.gNav li#n00 {
  display: none;
}

.header .headInner ul.gNav li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #535354;
}

.header .headInner ul.gNav li a span {
  display: block;
}

.header .headInner ul.gNav li a span.en {
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.0075em;
  line-height: 1;
}

.header .headInner ul.gNav li a span.jp {
  font-size: 11px;
  letter-spacing: -0.08em;
  padding: 4px 0 0;
  line-height: 1;
}

.header .headInner ul.gNav li a:hover {
  color: #984ff6;
}

.header .headInner ul.gNav li a.is-current {
  color: #984ff6;
}

.header .headInner ul.gNav li.tel {
  color: #535354;
}

.header .headInner ul.gNav li.tel .en {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.01em;
}

.header .headInner ul.cv {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .headInner ul.cv li {
  width: 9.375rem;
  text-align: center;
  font-size: 14px;
}

.header .headInner ul.cv li a {
  background: #231815;
  display: block;
  color: #fff;
  padding: 20px 0;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.header .headInner ul.cv li.experience a {
  background: #984ff6;
}

@media (max-width: 768px) {
  .header .headInner ul.cv {
    position: fixed;
    width: 100%;
    top: inherit;
    bottom: 0 !important;
    right: 0;
    z-index: 10;
    margin: 0;
  }
  .header .headInner ul.cv li {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }
}

.header .headInner ul.hdLink {
  position: absolute;
  top: 65px;
  right: 10px;
  font-size: 12px;
  overflow: hidden;
}

.header .headInner ul.hdLink li {
  float: right;
  border-left: 1px solid #666;
  line-height: 1.3;
}

.header .headInner ul.hdLink li:last-child {
  border-left: none;
}

.header .headInner ul.hdLink li a {
  margin: 0 5px;
}

.header .headInner ul.hdLink li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .header .headInner ul.tell {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12%;
    line-height: 1;
  }
  .header .headInner ul.tell .en {
    font-size: 1.43rem;
  }
}

.header .headInner ul.sns {
  position: absolute;
  width: 110px;
  top: 20px;
  right: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .header .headInner ul.sns {
    display: none;
  }
}

.header .headInner ul.sns li {
  width: 32%;
  margin: 0 0.66%;
}

.header .headInner ul.sns li a {
  display: block;
  width: 25px;
  height: 25px;
}

.header .headInner span#panelBtnIcon {
  display: none;
}

@media (max-width: 768px) {
  .header .headInner #MENUbtn {
    float: right;
    position: relative;
    width: 2.63rem;
    height: 2.8125rem;
    display: inline-block;
  }
  .header .headInner #MENUbtn #panelBtnIcon {
    display: block;
    position: absolute;
    top: 62.5%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: .88rem;
    text-align: center;
  }
  .header .headInner #MENUbtn #panelBtnIcon::after, .header .headInner #MENUbtn #panelBtnIcon::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .headInner #MENUbtn #panelBtnIcon::before {
    margin-top: -1.5rem;
  }
  .header .headInner #MENUbtn #panelBtnIcon::after {
    margin-top: -0.8125rem;
  }
  .header .headInner #MENUbtn #panelBtnIcon.active {
    background: transparent !important;
  }
  .header .headInner #MENUbtn #panelBtnIcon.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -0.9375rem;
  }
  .header .headInner #MENUbtn #panelBtnIcon.active::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: -0.9375rem;
  }
}

.header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: white;
}

@media (min-width: 769px) {
  .header.fixed .headInner {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .header.fixed .headInner .logo {
    display: none;
  }
}

@media (min-width: 769px) {
  .header.fixed .headInner .nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 68%;
  }
}

.header.fixed .headInner .nav ul.gNav {
  width: 100%;
}

@media (max-width: 768px) {
  .header.fixed .headInner .nav ul.gNav {
    display: none;
  }
}

.header.fixed .headInner .nav ul.gNav li {
  margin: 0 .95%;
}

.header.fixed .headInner .nav ul.gNav li span.jp {
  padding: 2px 0 0;
}

.header.fixed .headInner .nav ul.gNav li#n00 {
  display: inline-block;
  width: 80px;
}

.header.fixed .headInner .nav ul.gNav li.tel {
  display: none;
}

@media (min-width: 769px) {
  .header.fixed .headInner ul.cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    position: inherit;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header.fixed .headInner ul.cv li a {
    padding: 1.375rem 0;
  }
}

@media (min-width: 769px) {
  .header.fixed .headInner ul.sns {
    width: 6%;
    margin: 0 1% 0 0;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.header.fixed .headInner ul.hdLink {
  display: none;
}

.toggle_box {
  display: none;
}

@media (max-width: 768px) {
  .toggle_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 0 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    overflow: scroll;
    z-index: 2000;
  }
  .toggle_box .nMenu {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .toggle_box .nMenu .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .toggle_box .nMenu li {
    width: 50%;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .toggle_box .nMenu li:nth-of-type(even) {
    border-right: none;
  }
  .toggle_box .nMenu li a {
    padding: 12px 4%;
    display: block;
    position: relative;
  }
  .toggle_box .nMenu li a::after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .toggle_box .nMenu li a span {
    display: block;
    line-height: 1.12;
  }
  .toggle_box .nMenu ul.contactList li {
    float: none;
    width: auto;
    border-top: none;
    border-right: none;
  }
  .toggle_box .nMenu ul.contactList li a {
    padding: .88rem 4%;
    font-size: 85%;
    display: block;
    position: relative;
    border: none;
  }
  .toggle_box .nMenu ul.contactList li a .tel {
    font-size: 2.125rem;
  }
  .toggle_box .nMenu ul.contactList .mail a {
    padding: 1.18rem 4%;
    font-size: 1.1rem;
    line-height: 1;
  }
  .toggle_box .nMenu ul.contactList .mail a span {
    line-height: 1;
  }
  .toggle_box .nMenu ul.navList-bottom li .en {
    letter-spacing: .1em;
  }
  .toggle_box .nMenu ul.navList-bottom li .jp {
    font-size: .88rem;
  }
  .toggle_box .nMenu ul.navList-bottom li:last-of-type {
    width: 100%;
    border-right: none;
  }
  .toggle_box .nMenu ul.sns {
    margin: 0 auto;
    padding: 20px 0 30px;
    overflow: hidden;
    text-align: center;
  }
  .toggle_box .nMenu ul.sns li {
    width: 2.77rem;
    margin: 0 1.66%;
    border: none;
    display: inline-block;
  }
  .toggle_box .nMenu ul.sns li a::after {
    display: none;
  }
}

.access {
  padding-top: 5.5rem;
}

@media (max-width: 768px) {
  .access {
    padding-top: 2.5rem;
  }
}

.access .ttl {
  text-align: center;
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.access .ttl::after {
  content: "";
  display: block;
  background: #333;
  width: 15px;
  height: 1px;
  margin: 0.625rem auto 1.6875rem;
}

.access .gmap {
  height: 400px;
}

.access .gmap iframe {
  width: 100%;
  height: 100%;
}

.access .shopList .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.8125rem 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .access .shopList .col {
    display: block;
  }
}

.access .shopList .col .ph {
  width: 55%;
}

@media (max-width: 768px) {
  .access .shopList .col .ph {
    width: 100%;
  }
}

.access .shopList .col .info {
  width: 40%;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .access .shopList .col .info {
    width: 100%;
    text-align: center;
  }
}

.access .shopList .col .info .name {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .access .shopList .col .info .name {
    margin: 1.1rem 0;
  }
}

.access .shopList .col .info .name span {
  display: block;
  font-size: 35px;
  padding: 8px 0 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.access .shopList .col .info .tel {
  font-size: 45px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 768px) {
  .access .shopList .col .info .tel {
    width: 90%;
    margin: 0 auto 1rem;
    font-size: 1.625rem;
  }
}

.sns-area {
  padding: 16px 0;
  background: #984ff6;
}

@media (max-width: 768px) {
  .sns-area {
    padding: 2.44rem 0;
  }
}

.sns-area .list {
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .sns-area .list {
    display: block;
    width: 69%;
  }
}

.sns-area .list .item {
  width: 30%;
}

@media (max-width: 768px) {
  .sns-area .list .item {
    width: 100%;
  }
  .sns-area .list .item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.group .contents {
  padding: 1.5625rem 0 5.6875rem;
}

@media (max-width: 768px) {
  .group .contents {
    padding: 2.5rem 0 3.625rem;
  }
}

.group .contents .ttl {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 5.75rem;
}

@media (max-width: 768px) {
  .group .contents .ttl {
    margin-bottom: 2.125rem;
  }
}

.group .contents .row {
  max-width: 840px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .group .contents .row {
    display: block;
  }
}

.group .contents .row .item {
  width: 43%;
}

@media (max-width: 768px) {
  .group .contents .row .item {
    width: 70%;
    margin: 0 auto;
  }
  .group .contents .row .item:not(:last-of-type) {
    margin-bottom: 3.37rem;
  }
}

.group .contents .row .item img {
  zoom: .5;
  width: auto;
  margin: 0 auto;
  display: block;
}

.footer {
  padding: 2.375rem 0 0.9375rem;
  border-top: 2rem solid #984ff6;
  color: #666;
  text-align: center;
  background-color: #231815;
}

@media (max-width: 768px) {
  .footer {
    padding: 2.375rem 0 5.5rem;
  }
}

.footer .logo {
  margin: 0 auto 2.6875rem;
  width: 13.125rem;
}

.footer .ftMap {
  text-align: center;
}

@media (max-width: 768px) {
  .footer .ftMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .ftMap li {
  display: inline-block;
  margin: 0 0.97%;
  line-height: 1;
  text-align: left;
  color: #984ff6;
}

@media (max-width: 768px) {
  .footer .ftMap li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .footer .ftMap li:nth-of-type(even) a {
    border-right: none;
  }
  .footer .ftMap li:last-of-type {
    width: 100%;
  }
  .footer .ftMap li:last-of-type a {
    border-bottom: 1px solid #666;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .footer .ftMap li a {
    display: block;
    padding: 10px 4%;
    margin: 0;
    border: 1px solid #666;
    border-width: 1px 1px 0 0;
  }
}

.footer .ftMap li span {
  display: block;
}

.footer .ftMap li .en {
  font-size: 16px;
}

.footer .ftMap li .jp {
  font-size: 10px;
  font-weight: 600;
}

.footer .ftLink {
  margin: 40px auto 13px;
  text-align: center;
  font-size: 90%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .ftLink {
    padding: 0;
    border-width: 1px 0;
    margin: 0 0 15px;
    overflow: hidden;
    font-size: 90%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .ftLink li {
  display: inline-block;
  padding: 0 0.75rem;
  border-right: 1px solid #fff;
  line-height: 1;
  font-weight: 400;
}

.footer .ftLink li:last-of-type {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 768px) {
  .footer .ftLink li {
    display: block;
    width: 50%;
    border-right: none;
    padding: 0;
  }
  .footer .ftLink li:nth-of-type(even) a {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .footer .ftLink li a {
    display: block;
    padding: 10px 4%;
    margin: 0;
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
  }
}

.footer .copyright {
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.375;
}

.fv {
  position: relative;
}

.fv .slick-list,
.fv .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.fv .fv-slide {
  background: no-repeat 50% 50%;
  background-size: cover;
  padding-top: 42vw;
}

@media (min-width: 769px) {
  .fv .fv-slide {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .fv .fv-slide {
    padding-top: 24rem;
  }
}

.fv .fv-slide.--slide01 {
  background-image: url(../images/top/fv_slide01.jpg??202204012);
}

.fv .fv-slide.--slide02 {
  background-image: url(../images/top/fv_slide02.jpg??202204012);
}

.fv .fv-slide.--slide03 {
  background-image: url(../images/top/fv_slide03.jpg??202204012);
}

.fv .fv-slide.--slide04 {
  background-image: url(../images/top/fv_slide04.jpg??202204012);
}

.fv .fv-slide.--slide05 {
  background-image: url(../images/top/fv_slide05.jpg??202204012);
}

.fv .inside .visulai-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.25rem;
}

@media (max-width: 768px) {
  .fv .inside .visulai-logo {
    width: 47%;
  }
}

.inner {
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.what {
  padding: 1.9375rem 0 4.0625rem;
}

.what .inner .ttl {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #535354;
}

.what .inner .txt {
  font-size: 0.8125rem;
  line-height: 1.846;
  margin-bottom: 1.875rem;
}

.campaign {
  margin-bottom: 2.625rem;
}

.tabNav {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

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

.tabNav .nav .item {
  width: 24.6%;
  margin: 0 0.2%;
  padding: 1.0625rem 0;
  color: #984ff6;
  font-size: 1.125rem;
  background: #231815;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .tabNav .nav .item {
    font-size: 0.875rem;
    line-height: 1.44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 0;
  }
}

.tabNav .nav .is-active {
  background: #fff;
  color: #333;
}

.information .bg {
  background: url(../images/top/info_bg.jpg??202204012) no-repeat;
  background-size: cover;
  padding: 3.625rem 0 0;
}

.information .ttl {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
}

.information .ttl .en {
  font-size: 28px;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.88rem;
}

.information .tabArea {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.information .tabArea .tab {
  padding: 40px 20px 60px;
}

.information .tabArea .tab .tabBox {
  display: none;
}

.information .tabArea .tab .tabBox.is-show {
  display: block;
}

.information .tabArea .tab .tabBox .movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .information .tabArea .tab .tabBox .movieList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.information .tabArea .tab .tabBox .movieList .cat1 {
  width: 19%;
  margin: 0 0.5%;
  position: relative;
}

@media (max-width: 768px) {
  .information .tabArea .tab .tabBox .movieList .cat1 {
    width: 48%;
    margin-bottom: 1.25rem;
  }
}

.information .tabArea .tab .tabBox .movieList .cat1 .ph {
  margin-bottom: 0.5rem;
}

.information .tabArea .tab .tabBox .movieList .cat1 .date {
  font-size: 110%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #984ff6;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.information .tabArea .tab .tabBox .movieList .cat1 .h {
  line-height: 1.41;
  font-weight: 400;
}

.information .tabArea .tab .tabBox .movieList .cat1 .btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .tabArea .tab .tabBox .movieList .cat1 .btn:hover {
  text-decoration: underline;
}

.information .tabArea .tab .tabBox .more {
  margin: 30px 0 0;
  text-align: center;
}

.information .tabArea .tab .tabBox .more a {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  text-decoration: underline;
  font-family: 'Josefin Sans', sans-serif;
}

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

@media (max-width: 768px) {
  .movieList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.movieList .cat1 {
  width: 19%;
  margin: 0 0.5%;
  position: relative;
}

@media (max-width: 768px) {
  .movieList .cat1 {
    width: 48%;
    margin-bottom: 1.25rem;
  }
}

.movieList .cat1 .ph {
  margin-bottom: 0.5rem;
}

.movieList .cat1 .date {
  font-size: 110%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #984ff6;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.movieList .cat1 .h {
  line-height: 1.41;
  font-weight: 400;
}

.movieList .cat1 .btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieList .cat1 .btn:hover {
  text-decoration: underline;
}

.taiken {
  padding: 45px 2%;
  background: #231815;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .taiken {
    padding: 30px 5%;
  }
}

.taiken .h {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.125rem;
}

@media (max-width: 768px) {
  .taiken .h {
    font-size: 1.25rem;
    margin: 0 0 5px;
  }
}

.taiken .en {
  font-size: 16px;
  margin: 0 0 1.875rem;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .taiken .en {
    font-size: 0.6875rem;
    margin: 0 0 15px;
  }
}

.reason {
  padding: 4.0625rem 0 5rem;
  background: url(../images/top/reason_bg.jpg??202204012) center no-repeat;
  background-size: cover;
}

.reason .ttl {
  color: #ffffff;
  text-align: center;
  margin-bottom: 4.8125rem;
}

@media (max-width: 768px) {
  .reason .ttl {
    margin-bottom: 1.375rem;
  }
}

.reason .ttl .jp {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .reason .ttl .jp {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.reason .ttl .en {
  font-size: 16px;
  display: block;
}

@media (max-width: 768px) {
  .reason .ttl .en {
    font-size: 0.8125rem;
  }
}

.reason .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1010px;
  margin: 15px auto;
}

@media (max-width: 768px) {
  .reason .col {
    max-width: 540px;
    width: 76%;
    display: block;
  }
}

.reason .item {
  width: 32%;
  height: auto;
  margin: 0 0.666%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  position: relative;
}

@media (max-width: 768px) {
  .reason .item {
    width: 100%;
    margin: 0 auto 1.22rem;
  }
}

.reason .box {
  padding: 0.9375rem 0.9375rem 1rem;
  overflow: hidden;
}

.reason .box .ph {
  margin: 0 0 0.625rem;
}

@media (min-width: 769px) {
  .reason .box:hover .more {
    background-color: #000;
    color: #ffffff;
  }
}

.reason .box dl dt {
  text-align: center;
  line-height: 1.3;
}

.reason .box dl dt span {
  display: block;
}

.reason .box dl dt .jp {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.375rem;
}

@media (max-width: 768px) {
  .reason .box dl dt .jp {
    font-size: .95rem;
  }
}

.reason .box dl dt .en {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .reason .box dl dt .en {
    font-size: 1.96rem;
  }
}

.reason .box dl dt::after {
  content: "";
  display: block;
  background: #000;
  width: 15px;
  height: 1px;
  margin: 3px auto 10px;
}

@media (max-width: 768px) {
  .reason .box dl dt::after {
    display: none;
  }
}

.reason .box dl dd {
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 1.32;
}

.reason .box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reason .box .more {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 0.375rem 0 0.25rem;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .reason .box .more {
    background-color: #000;
    color: #ffffff;
    width: 75%;
    padding: 0.75rem 0 0.5625rem;
  }
}

.contents {
  padding: 3.125rem 0;
}

.contents .contentsBnr.clm2.cntsTop {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .contents .contentsBnr.clm2.cntsTop {
    display: block;
  }
}

.contents .contentsBnr.clm2.cntsTop .item {
  width: 45.5%;
  margin: 0 1.5%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contents .contentsBnr.clm2.cntsTop .item {
    width: 100%;
    margin: 0;
  }
  .contents .contentsBnr.clm2.cntsTop .item:not(:last-of-type) {
    margin-bottom: 1.33rem;
  }
}

.contents .contentsBnr.clm2.cntsTop .item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contents .contentsBnr.clm2.cntsTop .item.item01::after {
  background-image: url(../images/top/bottom_guide_img01.jpg??202204012);
}

.contents .contentsBnr.clm2.cntsTop .item.item02::after {
  background-image: url(../images/top/bottom_guide_img02.jpg??202204012);
}

.contents .contentsBnr.clm2.cntsTop .item.item04::after {
  background-image: url(../images/top/bottom_guide_img04.jpg??202204012);
}

.contents .contentsBnr.clm2.cntsTop .item.item05::after {
  background-image: url(../images/top/bottom_guide_img05.jpg??202204012);
}

.contents .contentsBnr.clm2.cntsTop .item:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.contents .contentsBnr.clm2.cntsTop .item:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contents .contentsBnr.clm2.cntsTop .item .overlay {
  text-align: center;
  color: #fff;
  padding: 6.875rem 0;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .contents .contentsBnr.clm2.cntsTop .item .overlay {
    padding: 3.75rem 0;
  }
}

.contents .contentsBnr.clm2.cntsTop .item .overlay .ttl {
  color: #ffffff;
}

.contents .contentsBnr.clm2.cntsTop .item .overlay .ttl span {
  display: block;
}

.contents .contentsBnr.clm2.cntsTop .item .overlay .ttl .en {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .contents .contentsBnr.clm2.cntsTop .item .overlay .ttl .en {
    font-size: 1.5625rem;
  }
}

.contents .contentsBnr.clm2.cntsTop .item .overlay .ttl .en::after {
  content: "";
  display: block;
  background: #fff;
  width: 15px;
  height: 1px;
  margin: 0.4375rem auto 0.625rem;
}

.contents .contentsBnr.clm2.cntsTop .item .overlay .ttl .jp {
  font-size: 16px;
  font-weight: 600;
}

.contents .contentsBnr.clm2.cntsTop .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-decoration: none;
}

.contents-full .item {
  overflow: hidden;
  position: relative;
}

.contents-full .item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contents-full .item.item03::after {
  background-image: url(../images/top/bottom_guide_img03.jpg??202204012);
}

.contents-full .item:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.contents-full .item:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contents-full .item .overlay {
  text-align: center;
  color: #fff;
  padding: 6.875rem 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .contents-full .item .overlay {
    padding: 4.375rem 0;
  }
}

.contents-full .item .overlay .ttl {
  color: #ffffff;
}

.contents-full .item .overlay .ttl span {
  display: block;
}

.contents-full .item .overlay .ttl .en {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .contents-full .item .overlay .ttl .en {
    font-size: 1.5625rem;
  }
}

.contents-full .item .overlay .ttl .en::after {
  content: "";
  display: block;
  background: #fff;
  width: 15px;
  height: 1px;
  margin: 0.4375rem auto 0.625rem;
}

.contents-full .item .overlay .ttl .jp {
  font-weight: bold;
}

.contents-full .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-decoration: none;
}

.loopslider {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .loopslider {
    height: 130px;
  }
}

.loopslider .group {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
}

.loopslider .group .item {
  display: inline-block;
  width: 380px;
}

@media (max-width: 768px) {
  .loopslider .group .item {
    width: 190px;
  }
}

.p-concept-intro {
  text-align: center;
  padding: 0 0 2.8125rem;
  color: #fff;
  background: url(../images/pages/concept/intro_bg.jpg??202204012) center fixed no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .p-concept-intro {
    padding: 0 0 2.8125rem;
    background-attachment: inherit;
  }
}

.p-concept-intro .content {
  width: 90%;
  margin: 0 auto;
}

.p-concept-intro .content .pageTitle {
  color: #ffffff;
}

.p-concept-intro .content .txt {
  font-size: 130%;
  line-height: 1.888;
  font-weight: 300;
}

@media (max-width: 768px) {
  .p-concept-intro .content .txt {
    font-size: 1.1rem;
    line-height: 2.1;
  }
}

.p-concept-intro .content .txt:not(:last-of-type) {
  margin: 0 0 1.375rem;
}

.p-concept-intro .content .logo {
  width: 8rem;
  margin: 2.1875rem auto 0;
}

.p-concept-merit .merit-wrapper {
  width: 92%;
  max-width: 802px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-concept-merit .merit-wrapper {
    padding-top: 1.5rem;
  }
}

.p-concept-merit .merit-wrapper .item {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .p-concept-merit .merit-wrapper .item {
    margin-top: 2.3125rem;
  }
}

.p-concept-merit .merit-wrapper .merit-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .p-concept-merit .merit-wrapper .merit-title {
    font-size: 1.25rem;
  }
}

.p-concept-merit .merit-wrapper .merit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .p-concept-merit .merit-wrapper .merit-box {
    display: block;
  }
}

.p-concept-merit .merit-wrapper .merit-box .merit-box-img {
  min-width: 284px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .p-concept-merit .merit-wrapper .merit-box .merit-box-img {
    padding-right: 0;
    max-width: 72%;
    margin: 0 auto 1.25rem;
  }
}

.p-concept-merit .merit-wrapper .merit-box .merit-box-txt {
  font-weight: 400;
}

.p-beginner-what {
  background: #e7ddf2;
  padding: 3.125rem 0 7.5rem;
}

@media (max-width: 768px) {
  .p-beginner-what {
    padding: 2rem 0 2.5rem;
  }
}

.p-beginner-what .inner .ttl {
  font-size: 22px;
  margin: 0 0 20px;
  color: #000;
  text-align: center;
}

.p-beginner-what .inner .txt {
  font-size: 0.8125rem;
}

.p-beginner-reason {
  padding: 5rem 0 1.25rem;
}

@media (max-width: 768px) {
  .p-beginner-reason {
    padding: 2.5rem 0;
  }
}

.p-beginner-reason .title .en {
  line-height: 1.38;
}

.p-beginner-reason .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1021px;
  width: 90%;
  margin: 0 auto 5.5625rem;
}

@media (max-width: 768px) {
  .p-beginner-reason .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    max-width: inherit;
    margin: 0 auto 2.75rem;
  }
  .p-beginner-reason .block:last-of-type {
    margin-bottom: 0;
  }
}

.p-beginner-reason .block .ph {
  width: 57%;
  text-align: center;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .ph {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 769px) {
  .p-beginner-reason .block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.p-beginner-reason .block .inBlock {
  width: 40%;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock {
    width: 100%;
  }
}

.p-beginner-reason .block .inBlock .en {
  font-size: 24px;
  color: #999;
  font-weight: 600;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock .en {
    text-align: center;
    font-size: 1.6875rem;
  }
}

.p-beginner-reason .block .inBlock .en::after {
  content: "";
  display: block;
  background: #000;
  width: 15px;
  height: 2px;
  margin: 15px 0 20px;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock .en::after {
    margin: 0.5rem auto 0.75rem;
  }
}

.p-beginner-reason .block .inBlock .sub-ttl {
  font-size: 22px;
  margin: 0 0 1.5rem;
  color: #00abd6;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock .sub-ttl {
    text-align: center;
    font-size: 1.25rem;
  }
}

.p-beginner-reason .block .inBlock .txt {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock .txt {
    margin: 0 0 15px;
  }
}

.p-beginner-reason .block .inBlock .m-btnMore {
  width: 70%;
}

@media (max-width: 768px) {
  .p-beginner-reason .block .inBlock .m-btnMore {
    width: 80%;
  }
  .p-beginner-reason .block .inBlock .m-btnMore a {
    background-color: #333;
    border-color: #333;
    letter-spacing: 0.1em;
  }
}

.p-beginner-flow {
  background: #e7ddf2;
  padding: 80px 0 0;
}

@media (max-width: 768px) {
  .p-beginner-flow {
    padding-top: 2.9375rem;
  }
}

.p-beginner-flow .flowBlock {
  padding: 40px 0;
  position: relative;
}

.p-beginner-flow .flowBlock::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 18px solid #fff;
}

.p-beginner-flow .flowBlock:first-of-type {
  padding-top: 0;
}

.p-beginner-flow .flowBlock:first-of-type::after {
  display: none;
}

.p-beginner-flow .flowBlock:nth-of-type(even) {
  background-color: #fff;
}

.p-beginner-flow .flowBlock:nth-of-type(even)::after {
  border-top: 18px solid #e7ddf2;
}

.p-beginner-flow .flowBlock .block {
  max-width: 1031px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block {
    display: block;
  }
}

.p-beginner-flow .flowBlock .block .left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left {
    width: 100%;
    margin-bottom: 1.78rem;
  }
}

.p-beginner-flow .flowBlock .block .left .sub-ttl {
  font-size: 22px;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left .sub-ttl {
    font-size: 1.25rem;
  }
}

.p-beginner-flow .flowBlock .block .left .sub-ttl .en {
  font-size: 25px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left .sub-ttl .en {
    font-size: 1.375rem;
  }
}

.p-beginner-flow .flowBlock .block .left .txt {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left .txt {
    margin-bottom: 1.375rem;
  }
}

.p-beginner-flow .flowBlock .block .left .m-btnMore {
  width: 78%;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left .m-btnMore {
    width: 100%;
  }
}

.p-beginner-flow .flowBlock .block .left .m-btnMore a {
  padding: 1.375rem 0;
  background-color: #984ff6;
  border-color: #984ff6;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .left .m-btnMore a {
    padding: 1.125rem 0;
  }
}

.p-beginner-flow .flowBlock .block .thumb {
  padding-left: 20px;
  max-width: 400px;
}

@media (max-width: 768px) {
  .p-beginner-flow .flowBlock .block .thumb {
    padding-left: 0;
    margin-left: auto;
    width: 55%;
  }
}

.p-beginner-item {
  padding: 5rem 0 0.9375rem;
}

@media (max-width: 768px) {
  .p-beginner-item {
    padding: 2.5rem 0;
  }
}

.p-beginner-item .list {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-beginner-item .list {
    display: block;
  }
}

.p-beginner-item .list .item {
  width: 48%;
  margin: 0 1% 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .p-beginner-item .list .item {
    width: 100%;
    margin: 0 0 1.2rem;
  }
}

.p-beginner-item .list .item .ph {
  width: 35%;
}

@media (max-width: 768px) {
  .p-beginner-item .list .item .ph {
    width: 38%;
  }
}

.p-beginner-item .list .item .define {
  width: 60%;
}

@media (max-width: 768px) {
  .p-beginner-item .list .item .define {
    width: 56%;
  }
}

.p-beginner-item .list .item .define .d-ttl {
  font-size: 22px;
  margin: 0 0 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .p-beginner-item .list .item .define .d-ttl {
    font-size: 1.25rem;
    margin-bottom: 0.0625rem;
  }
}

.p-beginner-item .list .item .define .d-data {
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .p-beginner-item .list .item .define .d-data {
    line-height: 1.32;
  }
}

.p-beginner-item .need-item {
  padding-top: 2.5rem;
}

@media (max-width: 768px) {
  .p-beginner-item .need-item {
    padding-top: 1.2rem;
  }
}

.p-facility-head .mv {
  background-image: url(../images/pages/facility/head_bg.jpg??202204012);
}

.p-facility-intro {
  padding: 60px 0 0;
}

@media (max-width: 768px) {
  .p-facility-intro {
    padding-top: 0;
  }
}

.p-facility-intro .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .p-facility-intro .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-facility-intro .inner .thumb {
  width: 45%;
}

@media (max-width: 768px) {
  .p-facility-intro .inner .thumb {
    width: 100%;
    margin-bottom: 1.55rem;
  }
}

.p-facility-intro .inner .content {
  width: 52%;
}

@media (max-width: 768px) {
  .p-facility-intro .inner .content {
    padding: 0 5%;
    width: 100%;
  }
}

.p-facility-intro .inner .content .ttl {
  font-size: 1.5rem;
  margin: 0 0 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-facility-intro .inner .content .ttl {
    margin-bottom: 1.1rem;
  }
}

.p-facility-point {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.p-facility-point .facility-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-facility-point .facility-box .item {
  width: 310px;
  padding: 10px 10px 30px;
}

.p-facility-point .facility-box .item .ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 0;
}

.p-program-head {
  border-color: #dddddd;
}

.p-program-head .mv {
  background-image: url(../images/pages/program/head_bg.jpg??202204012);
}

.sec-inner {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-program-about .sec-inner {
  background-color: #e7ddf2;
  padding: 2.25rem 6.75rem 2.75rem;
}

@media (max-width: 768px) {
  .p-program-about .sec-inner {
    padding: 2.25rem 5.5% 2.75rem;
  }
}

.p-program-about .sec-inner .ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.6875rem;
}

.p-program-about .sec-inner .list {
  padding-left: 13.75rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .p-program-about .sec-inner .list {
    padding-left: 0;
  }
}

.p-program-about .sec-inner .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.75rem;
}

@media (max-width: 768px) {
  .p-program-about .sec-inner .list .item {
    min-height: 7.5rem;
  }
}

.p-program-about .sec-inner .list .item .left {
  margin-right: 2.3125rem;
  width: 1.6875rem;
  position: relative;
}

@media (max-width: 768px) {
  .p-program-about .sec-inner .list .item .left {
    margin-right: 1.5625rem;
  }
}

.p-program-about .sec-inner .list .item .left .circle {
  display: inline-block;
  width: 100%;
  height: 1.6875rem;
  background-color: #984ff6;
  border-radius: 50%;
}

.p-program-about .sec-inner .list .item .left .line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 4px;
  background-color: #984ff6;
}

.p-program-about .sec-inner .list .item .define {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
}

.p-program-about .sec-inner .list .item .define .define-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 0.1875rem;
}

.p-program-about .sec-inner .list .item .define .define-data {
  font-size: 0.8125rem;
}

.p-program-about .sec-inner .list .item:last-of-type .left .line {
  display: none;
}

.p-program-about .sec-inner .bottom {
  font-size: 0.8125rem;
}

.p-program-level {
  padding: 5.25rem 0;
}

@media (max-width: 768px) {
  .p-program-level {
    padding: 2.625rem 0;
  }
}

.p-program-level .sec-inner {
  max-width: 810px;
}

.p-program-level .sec-inner .pageTitle {
  padding: 0;
  margin-bottom: 1.375rem;
}

.p-program-level .sec-inner .pageTitle .en {
  color: #696a6a;
}

.p-program-level .sec-inner .intro {
  margin: 0 auto 1.125rem;
  font-size: 0.8125rem;
}

.p-program-level .sec-inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .p-program-level .sec-inner .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-program-level .sec-inner .list .item {
  border: 1px solid #984ff6;
  max-width: 326px;
  width: 88%;
  padding: 1.25rem 1.375rem;
}

@media (max-width: 768px) {
  .p-program-level .sec-inner .list .item:not(:last-of-type) {
    margin-bottom: 1.55rem;
  }
}

.p-program-level .sec-inner .list .item .pageTitle {
  padding: 0;
  margin-bottom: 0;
}

.p-program-level .sec-inner .list .item .pageTitle .en {
  color: #984ff6;
  line-height: 1.37;
}

.p-program-level .sec-inner .list .item .star-list {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-program-level .sec-inner .list .item .star-list .star {
  width: 2.3125rem;
  margin: 0 0.25rem;
}

.p-program-level .sec-inner .list .item .txt {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}

.p-program-level .sec-inner .list .item .txt:last-of-type {
  margin-bottom: 0;
}

.p-program-level .sec-inner .list .item .num-list .txt {
  margin-bottom: 0;
}

.p-program-level .sec-inner .group {
  margin-bottom: 2.9rem;
}

.p-program-level .sec-inner .group .cap {
  margin-bottom: .88rem;
}

.p-program-level .sec-inner .group .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

.p-program-level .sec-inner .group .dl:not(:last-of-type) {
  margin-bottom: 1.11rem;
}

@media (max-width: 768px) {
  .p-program-level .sec-inner .group .dl {
    display: block;
  }
}

.p-program-level .sec-inner .group .dl dd,
.p-program-level .sec-inner .group .dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-program-level .sec-inner .group .dl dt {
  background-color: #984ff6;
  color: #ffffff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26%;
}

@media (max-width: 768px) {
  .p-program-level .sec-inner .group .dl dt {
    width: 100%;
    padding: .88rem .66rem;
  }
}

.p-program-level .sec-inner .group .dl dd {
  background-color: #e6e0ed;
  padding: .77rem 1.2rem;
  width: 74%;
  color: #545252;
}

@media (max-width: 768px) {
  .p-program-level .sec-inner .group .dl dd {
    width: 100%;
  }
}

.p-program-level .sec-inner .group .dl .main,
.p-program-level .sec-inner .group .dl .star {
  display: block;
}

.p-program-level .sec-inner .group .dl .main {
  font-weight: 600;
  line-height: 1.13;
  font-size: 1.54rem;
}

.p-program-level .sec-inner .group .dl .star {
  line-height: 1.22;
  font-size: 1.1rem;
  margin-top: .22rem;
}

.p-program-level .sec-inner .group .dl.--light dt {
  background-color: #2c8eb6;
}

.p-program-level .sec-inner .group .dl.--mid dt {
  background-color: #f1d00d;
}

.p-program-level .sec-inner .group .dl.--heb dt {
  background-color: #b53a2e;
}

.p-program-level .sec-inner .group .dl.--bege dt {
  background-color: #50b9ee;
}

.p-program-trial {
  padding: 2.5rem 0;
}

@media (max-width: 768px) {
  .p-program-trial {
    padding: 1.25rem 0;
  }
}

.p-program-trial .sec-inner .pageTitle {
  padding: 0;
  margin-bottom: 0.875rem;
}

.p-program-trial .sec-inner .txt.center {
  text-align: center;
}

.p-program-trial .sec-inner .price {
  text-align: center;
  margin: 1.375rem 0 0.875rem;
}

.p-program-trial .sec-inner .price .en {
  font-size: 1.5rem;
}

.p-program-trial .sec-inner .txt {
  font-size: 0.8125rem;
}

.p-program-trial .sec-inner .m-btnMore.more02 {
  margin-top: 3.25rem;
}

.p-program-trial .sec-inner .m-btnMore.more02 a {
  border-color: #984ff6;
  background-color: #984ff6;
  padding: 1.1875rem 0.625rem 1.3125rem;
}

.p-price-head .mv {
  background-image: url(../images/pages/price/head_bg.jpg??202204012);
}

.p-price-about .sec-inner {
  max-width: 1000px;
}

.p-price-about .sec-inner .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1.4375rem;
}

.p-price-about .sec-inner .intro {
  margin-bottom: 3.4375rem;
}

.p-price-about .sec-inner .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .p-price-about .sec-inner .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-price-about .sec-inner .group .item {
  max-width: 595px;
  width: 32.1%;
}

@media (max-width: 768px) {
  .p-price-about .sec-inner .group .item {
    width: 88%;
  }
  .p-price-about .sec-inner .group .item:not(:last-of-type) {
    margin-bottom: 1.55rem;
  }
}

.p-price-about .sec-inner .group .item .photo {
  margin-bottom: 1.5rem;
}

.p-price-about .sec-inner .group .item .name {
  text-align: center;
  font-size: 1.0625rem;
}

.p-price-about .sec-inner .group .item .name .en {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 0.9375rem 0 0.625rem;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .price-table th,
  .price-table td {
    padding: 0.875rem 0.625rem;
    font-size: 0.875rem;
  }
}

.price-table thead th {
  background-color: #984ff6;
  color: #ffffff;
  border: 1px solid #fff;
  width: 20%;
  border-bottom: none;
  padding: 1.6875rem 1.25rem;
}

@media (max-width: 768px) {
  .price-table thead th {
    padding: 1.4375rem 0.8125rem;
  }
}

.price-table thead th:first-of-type {
  border-left: 1px solid #984ff6;
}

@media (max-width: 768px) {
  .price-table thead th:first-of-type {
    width: 26%;
  }
}

.price-table thead th:last-of-type {
  border-right: 1px solid #984ff6;
  width: 55%;
}

@media (max-width: 768px) {
  .price-table thead th:last-of-type {
    width: 40%;
  }
}

.price-table tbody td {
  border: 1px solid #984ff6;
}

.price-table tbody td:last-of-type {
  text-align: left;
  font-weight: 400;
}

.p-price-group {
  padding: 4.6875rem 0;
}

.p-price-group .sec-inner {
  max-width: 1000px;
}

.p-price-group .sec-inner .intro {
  text-align: center;
  margin-bottom: 3.125rem;
}

.p-price-try .box {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #984ff6;
  padding: 2.75rem 5.625rem;
}

@media (max-width: 768px) {
  .p-price-try .box {
    padding: 1.875rem 5%;
  }
}

.p-price-try .box .pageTitle {
  padding: 0;
  margin-bottom: 1.875rem;
}

.p-price-try .box .price {
  text-align: center;
  padding: 1.6875rem 0;
  color: #cc1815;
}

.p-price-try .box .price .en {
  font-size: 2rem;
  font-weight: 900;
}

.p-price-try .box .price .en .tax {
  font-size: 0.8125rem;
}

.p-price-try .box .m-btn-r {
  margin-top: 2.125rem;
}

.p-price-cam {
  padding: 6.25rem 0 3.125rem;
}

@media (max-width: 768px) {
  .p-price-cam {
    padding: 3.125rem 0 1.5625rem;
  }
}

.p-price-cam .sec-inner .pageTitle {
  padding: 0;
  margin-bottom: 1.5625rem;
}

.p-price-cam .sec-inner .intro {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.p-price-cam .sec-inner .banner {
  margin-bottom: 1.25rem;
}

.p-price-cam .sec-inner .to-link a {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-price-cam .sec-inner .to-link a:hover {
  text-decoration: underline;
}

.p-crew-head .mv {
  background-image: url(../images/pages/instructor/head_bg.jpg??202204012);
}

.p-crew-instructor {
  padding: 0 0 0.625rem;
}

.p-crew-instructor .intro {
  padding: 0 0 60px;
}

.p-crew-instructor .intro .pageTitle {
  padding: 0;
  margin-bottom: 1.375rem;
}

.p-crew-instructor .intro .pageTitle .en {
  line-height: 1.32;
}

.p-crew-instructor .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-crew-instructor .list {
    max-width: inherit;
    width: 96%;
  }
}

.p-crew-instructor .list .item {
  width: 23%;
  margin: 0 1% 3.4375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-crew-instructor .list .item {
    width: 100%;
  }
}

.p-crew-instructor .list .item .ph {
  margin-bottom: 0.625rem;
}

.p-crew-instructor .list .item .name {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-crew-instructor .list .item .name .en {
    font-size: 1.67rem;
  }
}

.p-crew-instructor .list .item .profile li {
  width: 100%;
  text-align: left;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .p-crew-instructor .list .item .profile li {
    font-size: 1.04rem;
  }
}

.p-faq-head {
  border-color: #dddddd;
}

.p-faq-head .mv {
  background-image: url(../images/pages/faq/head_bg.jpg??202204012);
}

.p-faq-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-faq-list .section {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .p-faq-list .section {
    margin: 0;
  }
}

.p-faq-list .section h3 {
  padding: 12px 15px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

@media (max-width: 768px) {
  .p-faq-list .section h3 {
    padding: 10px 4%;
  }
}

.p-faq-list .section dl {
  border-bottom: 1px solid #333;
  color: #333;
}

.p-faq-list .section dl dt::before,
.p-faq-list .section dl dd::before {
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dt::before,
  .p-faq-list .section dl dd::before {
    font-size: 15px;
    width: 23px;
    height: 23px;
    line-height: 26px;
  }
}

.p-faq-list .section dl dt {
  display: block;
  font-size: 16px;
  padding: 15px 35px 15px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dt {
    font-size: 1rem;
    padding: 12px 25px 12px 0;
    margin: 0 3%;
  }
}

.p-faq-list .section dl dt::before {
  content: "Q";
  background: #984ff6;
  color: #fff;
}

.p-faq-list .section dl dt .accordionIcon {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dt .accordionIcon {
    right: 0;
    width: 20px;
    height: 20px;
  }
}

.p-faq-list .section dl dt .accordionIcon::after, .p-faq-list .section dl dt .accordionIcon::before {
  content: "";
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dt .accordionIcon::after, .p-faq-list .section dl dt .accordionIcon::before {
    width: 10px;
  }
}

.p-faq-list .section dl dt .accordionIcon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-faq-list .section dl dt .accordionIcon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq-list .section dl dt .accordionIcon.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq-list .section dl dd {
  display: none;
  padding: 5px 0 30px 35px;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dd {
    font-size: 12px;
    padding: 5px 0 20px;
    margin: 0 3%;
  }
}

.p-faq-list .section dl dd::before {
  content: "A";
  position: absolute;
  left: 0;
  background: #e7ddf2;
  color: #984ff6;
}

.p-faq-list .section dl dd .btn {
  width: 300px;
  margin: 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dd .btn {
    width: 90%;
    margin: 10px auto;
  }
}

.p-faq-list .section dl dd .btn a {
  display: block;
  padding: 12px 0;
  font-weight: bold;
  background: #984ff6;
  color: #fff;
  text-decoration: none;
}

.p-faq-list .section dl dd .txt {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .p-faq-list .section dl dd .txt {
    padding: 0 0 0 30px;
  }
}

.p-faq-list .section dl dd .txt .item li span {
  font-weight: bold;
  margin: 0 10px 0 0;
}

.p-faq-list .section dl dd .txt .text-link {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 1rem;
}

.p-contact-head {
  border-color: #ddd;
}

.p-contact-ttl .jp {
  padding-top: 1.375rem;
}

.p-contact-form {
  padding-bottom: 3.75rem;
}

.p-contact-form .fBlock {
  padding: 15px 20px;
  margin: 0 0 30px;
  border: 3px solid #000;
}

@media (max-width: 768px) {
  .p-contact-form .fBlock {
    padding: 0.875rem 4%;
  }
}

.p-contact-form .fBlock .h {
  font-weight: bold;
}

.p-contact-form .f-group:not(:last-of-type) {
  margin-bottom: 2rem;
}

.p-contact-form .f-group .label {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .p-contact-form .f-group .label {
    font-size: 1.14rem;
  }
}

.p-contact-form .btnWrap {
  text-align: center;
  margin: 4.875rem 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .p-contact-form .btnWrap {
    margin-top: 1.6875rem;
  }
}

.p-contact-form .btnWrap .button {
  width: 15.625rem;
  height: 45px;
  border-style: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-contact-form .btnWrap .button {
    width: 38%;
    height: 35px;
    border-style: none;
    font-size: 13px;
    -webkit-appearance: none;
  }
}

.p-contact-form .btnWrap .wpcf7-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.2rem;
}

.p-privacy-ttl .jp {
  padding-top: 1.125rem;
}

@media (max-width: 768px) {
  .p-privacy-content .inner .privacy-area {
    font-size: 1.07rem;
  }
}

.p-privacy-content .inner .privacy-area .introTxt {
  margin: 0 0 40px;
}

.p-privacy-content .inner .privacy-area dl dt {
  margin: 0 0 2px;
  font-weight: bold;
}

.p-privacy-content .inner .privacy-area dl dd {
  margin: 0 0 20px;
}

.p-privacy-content .inner .privacy-area dl dd p a {
  text-decoration: underline;
}

.p-404 {
  text-align: center;
  padding: 3.4375rem 0;
}

.p-404 h1 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}

.p-404 .form input {
  max-width: 550px;
  margin: 0 auto 1.125rem;
}

.p-404 .form button {
  display: block;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 240px;
  margin: 0 auto;
  padding: 14px 10px;
}

.p-recruit-ttl .jp {
  padding-top: 1rem;
}

.p-recruit-form .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.1rem;
}

@media (max-width: 768px) {
  .p-recruit-form .ttl {
    font-size: 1.24rem;
    margin-bottom: 20px;
  }
}

.p-recruit-form .recruit-table {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
}

.p-recruit-form .recruit-table th,
.p-recruit-form .recruit-table td {
  text-align: left;
  padding: 20px 10px 20px 40px;
  border-top: 1px solid #333;
  font-size: 14px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .p-recruit-form .recruit-table th,
  .p-recruit-form .recruit-table td {
    display: block;
    padding: 3%;
    border-top: 1px solid #333;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .p-recruit-form .recruit-table th {
    padding: 2% 3%;
    background: #333;
    color: #fff;
    font-weight: bold;
  }
}

.p-recruit-form .recruit-table .strong a {
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}

.p-info-contents .tabNav {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.p-info-contents .tabNav .nav .item {
  background-color: #231815;
  color: #984ff6;
  width: 25%;
  margin: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.p-info-contents .tabNav .nav .item.is-active {
  background-color: #e7ddf2;
  color: #535354;
  border-color: #e7ddf2;
}

.p-info-contents .movieList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-info-contents .movieList .cat1 {
  margin-bottom: 2.8125rem;
}

.pagination {
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.pagination li {
  border: #333 solid 1px;
  margin: 1px;
  display: inline-block;
}

@media (max-width: 768px) {
  .pagination li {
    margin: 0;
  }
}

.pagination li a,
.pagination li span {
  padding: 10px;
  color: #333;
  background: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pagination li a,
  .pagination li span {
    padding: .45rem .58rem;
  }
}

.pagination li a.prev, .pagination li a.next {
  padding-top: 8px;
}

@media (max-width: 768px) {
  .pagination li a.prev, .pagination li a.next {
    padding-top: .34rem;
  }
}

.pagination li span.current {
  background-color: #333;
  color: #ffffff;
}

.ttl-box {
  border: 1px solid #666;
  border-width: 1px 0;
  padding: 30px 0;
  margin: 0 0 20px;
  color: #392513;
  text-align: center;
}

.ttl-box .post-date {
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-size: 110%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.ttl-box .post-ttl {
  font-size: 22px;
  line-height: 1.4;
}

.post-nav {
  text-align: center;
  overflow: hidden;
  margin: 2.75rem 0;
  line-height: 1;
  font-size: 0;
}

.post-nav .btn {
  display: inline-block;
  border: #333 solid 1px;
  margin: 1px;
  width: 5.5rem;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .post-nav .btn {
    margin: 0;
  }
}

.post-nav .btn .link {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.625rem 0.75rem 0.5rem;
  -webkit-transition: linear .32s;
  transition: linear .32s;
}

.post-nav .btn .link:hover {
  background-color: #333;
  color: #ffffff;
}

.btnBack {
  max-width: 400px;
  margin: 0 auto;
  width: 60%;
}

.btnBack a {
  display: block;
  padding: 13px 0;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .btnBack a {
    padding: 10px 0;
  }
}

.btnBack a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-other-head .mv {
  background: none;
  height: auto;
}

@media (max-width: 768px) {
  .p-other-area .inner {
    width: 100%;
  }
}

.p-other-area .inner .sitemap ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-other-area .inner .sitemap ul li {
  width: 30%;
  margin: 0 1.666% 20px;
}

@media (max-width: 768px) {
  .p-other-area .inner .sitemap ul li {
    width: 100%;
    margin: 0;
  }
}

.p-other-area .inner .sitemap ul li a {
  display: block;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-other-area .inner .sitemap ul li a {
    padding: 15px 0 15px 3%;
    font-size: 1.00rem;
  }
}

.p-other-area .inner .sitemap ul li a::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 2px;
}

.p-other-area .inner .sitemap ul li a::after {
  content: ">";
  display: block;
  color: #984ff6;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media (max-width: 768px) {
  .p-other-area .inner .sitemap ul li a::after {
    font-size: 1.125rem;
  }
}

.p-other-area .inner .sitemap ul li a:hover::before {
  left: 0;
  background-color: #333;
}

/* 24.5.15.added */

.p-beginner-item .block{ max-width:1300px; width:90%; margin:0 auto 60px;}
.p-beginner-item .block .inBlock{ width:40%;}
.p-beginner-item .block .inBlock .en{ font-size:24px; color:#999; font-weight:400; letter-spacing:0.3em;}
.p-beginner-item .block .inBlock .txt{ margin:0 0 40px;}
.p-beginner-item .block .inBlock .btnMore{ width:60%;}
.p-beginner-item .block .inBlock .btnMore a{ padding:12px 0;}
.p-beginner-item .block .ph{ width:50%; text-align:center;}

.p-beginner-item .campaign{ max-width:1300px; width:90%; margin:60px auto 40px;}
.p-beginner-item .campaign h3{font-weight: bold; font-size: 28px; margin: 0 0 15px; text-align: center; color: #000;}
.p-beginner-item .campaign p{font-size: 18px; text-align: center; line-height: 1.3;}
.p-beginner-item .campaign p span{font-weight: bold; font-size: 24px;}
.p-beginner-item ul{padding-left: 40px; margin-bottom: 40px;}
.p-beginner-item li{font-weight: bold;}
.p-beginner-item li span{font-weight: 400;}

.shopLink{max-width:1300px; width:90%; margin:60px auto 0; padding: 20px 0;}
.shopLink .ttl{text-align: center; font-size: 25px; font-family: 'Josefin Sans', sans-serif; line-height: 1; letter-spacing: 0.1em;}
.shopLink .ttl::after{content: ""; display: block; background: #333; width: 15px; height: 1px;  margin: 0.625rem auto 1.6875rem;}
.shopLink div{ margin:20px auto; display: flex; justify-content: space-around;}

.item .box dl{display: flex; flex-direction: column; height: 160px;}
.item .box dl dd{margin-bottom: auto;}


@media only screen and (max-width: 739px) {
  .p-beginner-item .block .ph{ margin:0 0 20px; width:100%}
.p-beginner-item .block{ max-width:inherit; margin:0 auto 30px;}
.p-beginner-item .block .inBlock{ margin:0 !important;}
.p-beginner-item .block .inBlock{ width:100%;}
.p-beginner-item .block .inBlock .en{ font-size:22px; text-align:center;}
.p-beginner-item .block .inBlock .en:after{ margin:10px auto 15px;}
.p-beginner-item .block .inBlock h4{ font-size:18px; margin:0 0 10px; text-align:center;}
.p-beginner-item .block .inBlock .txt{ margin:0 0 15px;}
.p-beginner-item .block .inBlock .btnMore{ width:80%;}
.p-beginner-item .block .inBlock .btnMore a{ padding:10px 0;}

.p-beginner-item .campaign{ margin:40px auto 20px;}
.p-beginner-item .campaign h3{font-weight: bold; font-size: 18px; margin: 0 0 10px; text-align: center; color: #000;}
.p-beginner-item .campaign p{font-size: 16px; text-align: center; line-height: 1.3;}
.p-beginner-item .campaign p span{font-weight: bold; font-size: 22px;}
.p-beginner-item ul{padding-left: 20px; margin-bottom: 20px;}
.p-beginner-item li{font-weight: bold;}
.p-beginner-item li span{font-weight: 400;}

.shopLink{width:90%; margin:0 auto 40px;}
.shopLink .ttl{text-align: center; font-size: 25px; font-family: 'Josefin Sans', sans-serif; line-height: 1; letter-spacing: 0.1em;}

.item .box dl{display: flex; flex-direction: column; height: 140px;}
.item .box dl dd{margin-bottom: auto;}
}





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