@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 14px;
  color: #444444;
  font-family: 'Quicksand', 'M PLUS Rounded 1c', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

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

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

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

button {
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-195 {
  margin-bottom: 195px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination>li {
  position: relative;
}

.pagination>li>span,
.pagination>li>a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination>li>span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination>li>a:active,
.pc .pagination>li>a:hover,
.pc .pagination>li>a:focus {
  border-color: #000;
  color: #000;
}

.pagination>li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  padding: 20px 0;
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

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

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 20px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #000;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }

  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {

  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 10px;
    text-align: center;
    top: 10px;
    z-index: 7;
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar {
    width: 20px;
  }

  .toggle__bar::after {
    width: 15px;
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }

  .toggle__title:before {
    content: "メニュー";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  width: 30px;
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse nav ul.flexbox {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.collapse.in nav ul.flexbox {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1024px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 1px 5px #E8E8E8;
    box-shadow: 0 1px 5px #E8E8E8;
    z-index: 6;
  }
}

/*////////////////////////

fonts

////////////////////////*/


/*////////////////////////

 header

////////////////////////*/
.fixedmenu {
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 999;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header .logo {
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

header nav {
  width: 100%;
  max-width: 500px;
}

header nav ul {
  padding: 15px 0;
}

.header-wrapper {
  width: 100%;
  margin: 0 auto;
  /* padding-right: 15px; */
  padding-left: 15px;
}

.header-logo-a {
  display: flex;
}

.header-logo-img {
  display: block;
}

/* .header h1 {
  font-size: 22px;
} */

.small-h1 {
  /* display: inline-block; */
  font-size: 12px;
  color: #FF9226;
  padding: .7em;
  font-weight: normal;
}

.big-h1 {
  font-size: 22px;
  color: #FF9226;
}

@media screen and (max-width: 1024px) {
  header {
    height: 71px;
  }

  header .logo {
    padding: 10px 0;
  }

  header nav {
    max-width: 1000px;
  }

  header nav ul.flexbox {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
  }

  header nav ul li {
    font-size: 2.0rem;
    line-height: calc(75vh / 5);
  }

  header .line {
    display: none;
  }
}

/*////////////////////////

footer

////////////////////////*/

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  cursor: pointer;
}

.footer {
  margin-top: 200px;
  padding-left: 100px;
  background-color: #F4F4F4;
}

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

.footer__col02__left {
  width: 65%;
  padding-right: 5%;
}

.footer__col02__left__nav {
  padding-top: 50px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__col02__left__col02 {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__col02__left__col02 .add p {
  margin: 10px 0;
  font-weight: bold;
}

.footer__col02__left__col02 .add p a {
  text-decoration: underline;
}

.footer__col02__left__col02 .banner {
  width: 275px;
}

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

.footer__col02__left__col02 .banner__un:first-child {
  margin-bottom: 20px;
}

.footer__col02__right {
  position: relative;
  width: 35%;
}

.footer__col02__right .wrap {
  width: 100%;
  max-width: 380px;
  padding: 60px 40px 50px 40px;
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #fff;
  box-shadow: 3px 3px 16px -6px rgba(0, 0, 0, 0.4);
  border-radius: 20px;

}

.footer__col02__right .wrap>a {
  display: block;
  text-align: center;
}

.footer__col02__right .wrap p {
  margin-top: 35px;
  margin-bottom: 50px;
  font-weight: bold;
}

.footer__col02__right .wrap p .tel {
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
}

.footer__col02__right .wrap .heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: normal;
}

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

.footer__col02__right__col04__list a {
  display: block;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #DDDDDD;
  text-align: center;
}

.footer__col02__right__col04__list a:hover {

  opacity: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7373+0,f4a92b+100 */
  background: rgb(255, 115, 115);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7373', endColorstr='#f4a92b', GradientType=1);
  /* IE6-9 */
}

.footer small {
  display: block;
  margin-bottom: 10px;
}


@media screen and (max-width: 1124px) {

  .footer {
    margin-top: 200px;
    padding-left: 0;
  }

  .footer__col02 {
    display: block;
  }

  .footer__col02__left {
    width: 100%;
    padding-right: 0;
  }

  .footer__col02__left__col02 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .footer__col02__right {
    position: relative;
    width: 100%;
  }

  .footer__col02__right .wrap {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 100px auto;
  }

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


@media screen and (max-width: 768px) {

  .footer__col02__left__nav {
    display: none;
  }

  .footer__col02__left__col02 {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px auto;
    padding-top: 50px;
  }
}

@media screen and (max-width: 550px) {

  .footer__col02__right .wrap p .tel {
    font-size: 2.6rem;
  }

  .pagetop {
    text-align: center;
    right: 0;
    bottom: 15px;
  }

  .pagetop img {
    width: 70%;
  }

}

/*////////////////////////

 user common css

////////////////////////*/

main {
  position: relative;
  margin-top: 89px;
}

[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1430px;
}

.container_1200 {
  max-width: 1230px;
}

.container_s {
  max-width: 1030px;
}

.pc {
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

dt,
dd {
  display: inline-block;
}

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

  .pc {
    display: none;
  }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: none;
    display: inline-block;
  }
}

.pc_768 {
  display: none;
}

@media screen and (max-width: 768px) {

  .sp_768 {
    display: block;
  }
}

.pc_550 {
  display: none;
}

@media screen and (max-width: 550px) {

  .sp_550 {
    display: block;
  }
}

.pc_500 {
  display: none !important;
}

@media screen and (max-width: 500px) {

  .sp_500 {
    display: block !important;
  }
}

.pc_400 {
  display: none !important;
}

@media screen and (max-width: 400px) {

  .sp_400 {
    display: block !important;
  }
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

p {
  line-height: 2;
}

/* h2 */

.title-center {
  text-align: center;
  font-size: 12px;
  margin-bottom: 55px;
}

.title-center img {
  display: block;
  margin: 0 auto .7em;
}

.title-left {
  text-align: left;
  font-size: 12px;
  margin-bottom: 40px;
}

.title-left img {
  display: block;
  margin-bottom: .7em;
}

.title-center-recruit {
  text-align: center;
  font-size: 12px;
  margin-bottom: 124px;
}

.title-center-recruit img {
  display: block;
  margin: 0 auto .7em;
}


/* h3 */
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}


.en {
  font-family: 'Quicksand', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.enrbt {
  font-family: 'Roboto', sans-serif;
}

.ja {
  font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}


/*////////////////////////

main

////////////////////////*/

.deco01 {
  position: absolute;
  top: 30%;
  left: 6%;
}

.deco02 {
  position: absolute;
  top: 64%;
  left: 6%;
}

.deco03 {
  position: absolute;
  top: 82%;
  left: 4%;
}

.deco04 {
  position: absolute;
  top: 87%;
  left: 5%;
}

.deco05 {
  position: absolute;
  top: 34%;
  right: 6%;
}

.deco5 {
  position: absolute;
  top: 33%;
  left: 90%;
}

.deco06 {
  position: absolute;
  top: 65%;
  right: 6%;
}

.deco07 {
  position: absolute;
  top: 86%;
  right: 6%;
}

@media screen and (max-width: 1000px) {
  .deco02 {
    position: absolute;
    top: 63%;
    left: 6%;
  }

  .deco03 {
    position: absolute;
    top: 82%;
    left: 15%;
  }
}


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

/* main-visual */

.main-visual {
  position: relative;
  margin-bottom: 50px;
}

.main-visual__logo {
  position: absolute;
  top: 50%;
  margin-top: -101px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.main-visual__slider {
  position: relative;
}

.main-visual .slick-prev {
  display: none !important;
}

.main-visual .slick-next {
  right: auto;
  top: auto;
  left: 145px;
  bottom: 41px;
  width: 31px;
  height: 5px;
  background-image: url(img/common/ar02@2x.png);
  -webkit-background-size: 31px 5px;
  background-size: 31px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-num {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100px;
  background-color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.slick-num .inner {
  display: block;
  position: relative;
  padding-top: 40px;
}

.slick-num .inner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  right: 0;
  top: -2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7373+0,f4a92b+100 */
  background: rgb(255, 115, 115);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 115, 115, 1) 0%, rgba(244, 169, 43, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7373', endColorstr='#f4a92b', GradientType=1);
  /* IE6-9 */
}

/* attention */

.attention__accordion {
  border: 1px solid #FF7272;
  border-radius: 5px;
  padding: 0;
  max-width: 1030px;
  margin: 0 auto 130px auto;
  padding: 0 15px;
  font-weight: bold;
}

.attention__accordion__title {
  position: relative;
  padding: 30px 45px;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  color: #FF7272;
  cursor: pointer;
}

.attention__accordion__title i {
  position: relative;
}

.attention__accordion__title i:before {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 17px;
  top: -1px;
  left: -35px;
  content: "";
  background-image: url(img/common/caution@2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 22px 17px;
  background-size: 22px 17px;
  background-position: center center;
}

.attention__accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 3px;
  transform: rotate(90deg);
  background: #CCCCCC;
  transition: all .5s ease-in-out;
}

.attention__accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 3px;
  background: #CCCCCC;
  transition: all .5s ease-in-out;
}

.attention__accordion__title.open::before {
  transform: rotate(180deg);
}


.attention__accordion__content {
  display: none;
  padding: 30px 100px 20px 100px;
}

.attention__accordion__content__un {
  margin-bottom: 50px;
}

.attention__accordion__content__un__list {
  position: relative;
  margin-bottom: 35px;
  padding-left: 50px;
}

.attention__accordion__content__un__list:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(img/common/covid_icon01@2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
  background-size: 35px 35px;
  background-position: center center;
}

.attention__accordion__content__un__list:nth-child(2):before {
  background-image: url(img/common/covid_icon02@2x.png);
}

.attention__accordion__content__un__list:nth-child(3):before {
  background-image: url(img/common/covid_icon03@2x.png);
}

.attention__accordion__content__un__list:nth-child(4):before {
  background-image: url(img/common/covid_icon04@2x.png);
}

.attention__accordion__content__un__list:nth-child(5):before {
  background-image: url(img/common/covid_icon05@2x.png);
}

.attention__accordion__content__title {
  margin-bottom: 5px;
  color: #FF7272;
  font-size: 1.4rem;
}

.attention__accordion__content__text {
  padding-bottom: 45px;
}

/* about */

.about {
  margin-bottom: 230px;
}

.concept-box,
.access-flex {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.concept-textbox {
  width: 48%;
}

.concept-textbox p {
  margin-bottom: 3.2em;
}

.concept-imgbox {
  width: 48%;
  text-align: center;
}

.concept-en {
  font-size: 24px;
  background-image: url(img/top/concept.png);
  background-repeat: no-repeat;
  padding: 2em 3em .5em 0em;
}

/* menu */
.menu {
  margin-bottom: 300px;
}

.menu-box {
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.menu-imgbox {
  width: 49%;
}

.menu-textbox {
  width: 56%;
  min-height: 400px;
  padding: 80px 0 80px 10%;
  margin: 0 0 -10% -5%;
  background-image: url(img/top/menu-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.menu-textbox p {
  width: 90%;
}

.menu-textbox p:last-of-type,
.menu-textbox2 p:last-of-type {
  margin-bottom: 50px;
}

.menu-box__wrap {
  position: relative;
}

.menu-box__wrap .slick-prev {
  display: none !important;
}

.menu-box__wrap .slick-next {
  right: auto;
  top: auto;
  left: 145px;
  bottom: 41px;
  width: 31px;
  height: 5px;
  background-image: url(img/common/ar02@2x.png);
  -webkit-background-size: 31px 5px;
  background-size: 31px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* instagram */
.instagram {
  text-align: center;
  margin-bottom: 200px;
}

.instabg {
  background: url(img/top/insta-bg.png) no-repeat center center/cover;
  max-width: 1200px;
  border-radius: 30px;
  padding: 8% 15px;
  margin: 0 auto;
}

.insta-icon {
  margin-bottom: 50px;
}

.instagram .title-center {
  margin-bottom: 1em;
}


/* lesson */
.lesson {
  margin-bottom: 194px;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.menu-textbox2 {
  width: 56%;
  min-height: 400px;
  padding: 5% 10% 5% 5%;
  margin: 0 -8% -5% 0;
  background-image: url(img/top/lesson-bg.png);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* recruit */

.recruit-flex {
  display: flex;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.recruit .wrap {
  position: relative;
  background-image: url(img/top/recruit-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit .wrap .bg_deco {
  position: absolute;
  left: 5px;
  bottom: 35px;
}

.recruit-bg {
  min-height: 300px;
}

.recruit-textbox {
  width: 50%;
  min-height: 500px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.recruit-textbox p:last-of-type {
  margin-bottom: 45px;
}

.recruit-imgbox {
  margin: -75px 0 0 0;
}


@media screen and (max-width: 768px) {

  .attention__accordion {
    margin: 0 auto 70px auto;
  }

  .attention__accordion__content {
    padding: 30px 40px 20px 40px;
  }

  .about {
    margin-bottom: 100px;
  }

  .concept-box {
    display: block;
  }

  .concept-imgbox,
  .concept-textbox {
    width: 100%;
  }

  .menu-box {
    display: block;
  }

  .menu-imgbox,
  .menu-textbox {
    width: 100%;
  }

  .menu-textbox {
    margin: 0;
    padding: 20px;
  }

  .menu,
  .instagram,
  .lesson {
    margin-bottom: 100px;
  }

  .menu-textbox2 {
    width: 100%;
    min-height: 300px;
    padding: 20px;
    margin: 0;
  }

  .title-center-recruit {
    margin-bottom: 60px;
  }

  .recruit-flex {
    display: block;
  }

  .recruit-textbox {
    width: 100%;
    padding: 40px;
    display: block;
  }

  .recruit-imgbox {
    margin: 0;
  }

}


@media screen and (max-width: 550px) {

  .attention__accordion__content {
    padding: 30px 0 0 0;
  }


  .main-visual__logo {
    display: none;
  }

  .slick-num {
    display: none;
  }

  .menu-box__wrap .slick-next,
  .main-visual .slick-next {
    display: none !important;
  }

}

/*////////////////////////

contact

////////////////////////*/

.contact .title-center-recruit {
  margin-bottom: 50px;
}

.line-contact {
  margin-bottom: 228px;
}

.under-visual {
  margin-top: 89px;
  padding: 85px 0 90px 0;
  background-image: url(img/common/under_visual.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.under-visual__heading {
  font-size: 6.0rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 9px;
  line-height: 1.4;
}

.under-visual__heading span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.tel-box {
  background: url(img/contact/telbg.png) no-repeat center center/contain;
  text-align: center;
  padding: 56px 0;
  margin-bottom: 56px;
}

.tel-link {
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.tel-text {
  font-weight: 700;
  font-size: 24px;
  color: #FF7472;
  background: -webkit-linear-gradient(270deg, #FF7472, #F4A82C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.tel-number {
  font-size: 80px;
  color: #FF7472;
  background: -webkit-linear-gradient(2deg, #FF7472, #F4A82C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.openclose {
  /* font-weight: 700; */
  font-size: 16px;
}

.contact-accordion {
  margin-bottom: 56px;
}

.cancel__box {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 35px 50px 50px;
}

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

.cancel__term,
.cancel__desc,
.cancel__term2,
.cancel__desc2 {
  display: block;
  font-size: 14px;
  line-height: 2;
}

.cancel__reddesc {
  color: #FF7272;
}

.cancel__term,
.cancel__term2 {
  font-weight: 700;
}

.mb-45 {
  margin-bottom: 45px;
}

.line-txt {
  padding: 25px 0;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #F4F4F4;
  border-radius: 10px;
}

.line-txt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F4F4F4;
}

.line-img2box,
.line-img3box,
.line-img4box,
.line-img5box {
  max-width: calc(100%/2 - 30px);
}

@media screen and (max-width: 768px) {

  .mb-195 {
    margin-bottom: 130px;
  }

  .line-contact {
    margin-bottom: 150px;
  }

  .tel-number {
    font-size: 50px;
  }

  .line-txt {
    margin-bottom: 30px;
  }

  .line-flex {
    flex-direction: column;
  }

  .line-img2box,
  .line-img3box,
  .line-img4box,
  .line-img5box {
    max-width: 100%;
  }

  .line-img2box,
  .line-img3box,
  .line-img4box {
    margin-bottom: 20px;
  }

  .line-img3box,
  .line-img5box {
    margin-top: 20px;
  }

  .line-arrow {
    transform: rotate(90deg);
  }

  .title-center-recruit {
    padding: 0 15px;
  }

}

@media screen and (max-width: 500px) {
  .tel-box {
    padding: 30px 0;
  }

  .tel-text {
    font-size: 18px;
  }

  .tel-link {
    margin-bottom: 15px;
  }

  .tel-number {
    font-size: 40px;
  }

  .openclose {
    font-size: 12px;
  }

  .cancel__box {
    padding: 1rem;
  }

  .cancel__box .mb-30 {
    margin-bottom: 2rem;
  }

  .mb-195 {
    margin-bottom: 100px;
  }

  .cancel__box {
    margin-bottom: 100px;
  }
}

/*////////////////////////

about

////////////////////////*/

/* concept */
.concept {
  margin: 85px 0 198px 0;
}

.under-visual__about {
  background-image: url(img/about/about-header.png);
}

.concept-textbox__concept {
  background: url(img/about/dia-left.png) no-repeat left bottom/37px auto, url(img/about/dia-right.png) no-repeat right top/37px auto;
  padding: 3%;
}

.concept-en__concept {
  margin-bottom: 0;
}

/* artexam */
.artexam {
  margin-bottom: 300px;
}

.artexam-textbox {
  background: url(img/about/artexam-bg.png) no-repeat center center/cover;
  width: 100%;
  border-radius: 20px;
  padding: 5% 10% 5% 5%;
  /* min-height: 400px;
  margin: 0 -8% -5% 0;
  display: flex;
  justify-content: center;
  flex-direction: column; */
}

.pink-text {
  color: #FF7272;
}

.artexam-title {
  font-size: 28px;
}

.strong-text {
  font-size: 18px;
}

.rela {
  position: relative;
}

.artexam-imgbox {
  position: absolute;
  top: -10%;
  right: 0;
  width: 55%;
}

.artexam-flex {
  display: flex;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.artexam .wrap {
  position: relative;
  /* background-image: url(img/about/artexam-bg.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.artexam-bg {
  background-image: url(img/about/artexam-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  min-height: 300px;
  padding-top: 2em;
}

.artexam-textbox2 {
  width: 45%;
  min-height: 500px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.recruit-textbox p:last-of-type {
  margin-bottom: 45px;
}

.artexam-imgbox2 {
  margin: -50px 0 0 0;
  width: 55%;
}

/* ceopro */

.ceopro-textbox {
  width: 65%;
}

.ceopro-imgbox {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.ceopro-textbox {
  background: url(img/about/ceo-bg.png) no-repeat center center/cover;
  border-radius: 30px;
  padding: 75px;
}

.ceopro-h2 {
  margin-bottom: 54px;
}

.ceopro-entitle {
  font-size: 24px;
}

.ceopro-license {
  list-style-position: inside;
  list-style-image: url(img/about/dia-icon.png);
}

.ceopro li {
  margin-bottom: .7em;
  padding-left: 20px;
  text-indent: -20px;
}

.ceopro-text1 {
  margin-bottom: 40px;
}

/* access */
.access {
  text-align: center;
}

.access-title {
  font-size: 21px;
}

.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}


.access-height {
  width: 50%;
  display: flex;
  align-items: center;
  background: url(img/about/access-bg.png) no-repeat center center/cover;
}

.access-textbox {
  padding: 5% 10%;
}

.access-imgbox {
  width: 50%;
  text-align: center;
}

.access-imgbox img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.access-content {
  margin-bottom: 20px;
  text-align: left;
}

.access-mapbox {
  max-width: 1200px;
  margin: 48px auto 53px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.access-mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .concept {
    margin: 85px 0 140px 0;
  }

  .artexam-imgbox {
    position: absolute;
    top: 3%;
    right: 0;
    width: 50%;
  }

  .artexam-imgbox2 {
    margin: -50px 0 0 0;
    width: 50%;
  }

  .artexam,
  .instagram,
  .ceopro,
  .access {
    margin-bottom: 140px;
  }

  .artexam-textbox2 {
    padding: 0 0 0 5%;
  }

  .ceopro-textbox {
    padding: 55px;
  }

  .access-textbox {
    padding: 3% 5%;
  }

  .access-title {
    margin-bottom: 20px;
  }

  .access-content {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .artexam-imgbox {
    position: static;
    width: 60%;
    margin: 0 auto;
  }

  .artexam-textbox,
  .concept-imgbox {
    margin-bottom: 30px;
  }

  .artexam-bg {
    padding: 0 0 2em 0;
  }

  .artexam-flex {
    display: flex;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .artexam-imgbox2 {
    margin: 0 auto;
    width: 60%;
  }

  .artexam-textbox2 {
    width: 100%;
  }

  .artexam-textbox2 p:last-of-type {
    margin-bottom: 0;
  }

  .ceopro-imgbox,
  .ceopro-textbox,
  .access-imgbox,
  .access-textbox,
  .access-height {
    width: 100%;
  }

  .ceopro-imgbox,
  .access-imgbox {
    margin-bottom: 30px;
  }

  .access-imgbox img {
    width: 60%;
  }

  .access-flex {
    flex-direction: column;
  }

  .footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .artexam-title {
    font-size: 20px;
    margin-bottom: .7em;
  }

  .artexam-textbox,
  .ceopro-textbox {
    padding: 5%;
  }

  .artexam-imgbox {
    width: 80%;
  }

  .artexam-imgbox2 {
    width: 80%;
  }

  .artexam-textbox2 {
    padding: 5%;
    display: block;
    min-height: auto;
    /* justify-content: flex-start; */
  }

  .access-imgbox img {
    width: 100%;
  }

  .artexam,
  .instagram,
  .ceopro,
  .access {
    margin-bottom: 110px;
  }

}

/*////////////////////////

recruit

////////////////////////*/

.under-visual__recruit {
  background-image: url(img/recruit/recruit-bg.png);
}

/* message */
.message {
  margin: 80px auto 30%;
}

.msg-imgbox {
  width: 55%;
}

.msg-textbox {
  background-image: url(img/recruit/recruit1-bg.png);
  margin: 7% 0 -10% -5%;
  padding: 5% 0 5% 7%;
}

.msg-subti {
  font-size: 18px;
  margin-bottom: 20px;
}

.msg-bigsub {
  font-size: 21px;
}

.msg-boldtxt {
  font-weight: 600;
}

.msg-textbox p:last-of-type {
  margin-bottom: 0;
}

/* benefits */
.benefits {
  margin-bottom: 200px;
}

.bene-imgbox {
  width: 48%;
  margin: -75px 0 0 -75px;
}

.bene-textbox {
  background-image: url(img/recruit/recruit2-bg.png);
  border-radius: 30px;
  width: 55%;
  padding: 3% 4%;
  min-height: auto;
}

.bene-list,
.appli-list,
.appli-sel__list {
  list-style-type: disc;
  list-style-position: inside;
}

/* appli */
.applibg {
  background-image: url(img/recruit/recruit3-bg.png);
  margin-bottom: 50px;
}

.appli-sum {
  margin-bottom: 55px;
}

.appli-text__flex,
.appli-sel_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.appli-text__flex .appli-list:last-of-type {
  margin-bottom: 1.5em;
}

.appli-sel__listch {
  text-indent: 2em;
}

.appli-text__flex {
  margin-bottom: 103px;
}

.appli-txtbox:nth-of-type(1),
.appli-txtbox:nth-of-type(2) {
  /* width: calc(100%/3+4%); */
  margin-right: 2em;
}

.appli-txtbox:last-of-type {
  /* width: calc(100%/3-4%); */
  margin-right: 0;
}

.appli-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: .5em;
}

.appli .pink-text {
  font-weight: 600;
}

.appli-sel__titbox {
  background-color: #FF7373;
  border-radius: 5px;
  width: 140px;
  text-align: center;
}

.appli-sel__tit2 {
  color: #fff;
  padding: .3em 1em;
  font-size: 16px;
}

.appli-bigbg {
  min-height: 800px;
  margin-top: -700px;
  z-index: -999;
  position: relative;
  background-image: url(img/recruit/recruit4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.join-box {
  text-align: center;
  margin-left: -10%;
}

.join-box {
  position: relative;
  text-align: center;
  margin-left: -10%;
}

.join-entry__box {
  position: absolute;
  top: 50%;
  left: 40%;
}

.join-en,
.join-ja {
  color: #fff;
  text-align: left;
}

.join-en {
  letter-spacing: 3px;
}

.join-ja {
  font-size: 28px;
  font-weight: 600;
}

/* .join-ja::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(img/recruit/joinus-arrowx2.png) no-repeat center bottom/contain;
  transform: translateY(3px);
} */

@media screen and (max-width: 1300px) {
  .join-entry__box {
    left: 37%;
  }
}

@media screen and (max-width: 1000px) {
  .msg-textbox {
    margin: 0% 0 -10% -5%;
  }

  .message {
    margin: 40px auto 25%;
  }

  .appli-text__flex {
    margin-bottom: 50px;
  }

  .bene-imgbox {
    margin: -40px 0 0 -75px;
  }

  .benefits {
    margin-bottom: 140px;
  }

  .footer {
    margin-top: 140px;
  }

}

@media screen and (max-width: 910px) {

  .appli-sel_flex {
    display: block;
  }

  .appli-sel__item {
    margin-bottom: 1em;
  }

  .appli-sel__tit2 {
    padding: 0 1em;
  }

  .join-entry__box {
    left: 33%;
  }

}

@media screen and (max-width: 768px) {

  .message {
    margin-bottom: 140px;
  }

  .msg-imgbox,
  .bene-textbox {
    width: 100%;
  }

  .msg-textbox {
    margin: 0 auto;
  }

  .bene-imgbox {
    width: 100%;
    margin: 0;
  }

  .bene-textbox {
    margin-top: -40px;
  }

  .title-center {
    margin-bottom: 40px;
  }

  .appli-text__flex {
    display: block;
  }

  .join-entry__box {
    top: 45%;
    left: 30%;
  }

  .join-ja {
    font-size: 25px;
  }

  .join-box img {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  /* .join-ja::after {
    width: 20px;
    height: 20px;
  } */

  .join-ja {
    font-size: 20px;
  }

  .join-en {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 550px) {
  .join-entry__box {
    left: 29%;
  }
}

@media screen and (max-width: 500px) {
  .msg-subti {
    margin-bottom: 0.7em;
  }

  .message,
  .benefits {
    margin-bottom: 100px;
  }

  .join-entry__box {
    left: 23%;
  }

  .join-box img {
    width: 90%;
  }

  .bene-textbox {
    margin-top: -25px;
  }

  .footer {
    margin-top: 100px;
  }

  .appli-sum {
    margin-bottom: 40px;
  }

  .appli-sel__listch {
    text-indent: 1em;
  }

  .applibg {
    margin-bottom: 30px;
  }

  .appli-bigbg {
    margin-top: -750px;
  }
}

@media screen and (max-width: 400px) {
  .join-entry__box {
    left: 15%;
  }

  .join-box img {
    width: 100%;
  }
}

/*////////////////////////

menu

////////////////////////*/

.under-visual__menu {
  background-image: url(img/menu/menu-bg.png);
}

/* flexパターン */

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

.menu-flex__item {
  text-align: center;
  flex-grow: 1;
  background-image: url(img/menu/menu-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 195px;
  margin-bottom: 10px;
  width: calc(100%/6);
  /* flex: 1; */
}


/* gridパターン */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 930px) {
  .menu-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }

  .grid__item {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .menu-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }

}

/* ↑gridパターン */

.menu-flex__item:nth-of-type(2) {
  background-image: url(img/menu/menu-bg2.png);
}

.menu-flex__item:nth-of-type(3) {
  background-image: url(img/menu/menu-bg3.png);
}

.menu-flex__item:nth-of-type(4) {
  background-image: url(img/menu/menu-bg4.png);
}

.menu-flex__item:nth-of-type(5) {
  background-image: url(img/menu/menu-bg5.png);
}

.menu-flex__item:nth-of-type(6) {
  background-image: url(img/menu/menu-bg6.png);
}

.menu-flex__link {
  display: block;
  padding: 1em 0;
}

.menu01,
.menu02,
.menu03,
.menu04,
.menu05,
.menu06 {
  margin-bottom: 200px;
}

.menu05,
.menu06 {
  margin-bottom: 320px;
}

.menu1-bg {
  background-image: url(img/menu/menu-bg1.png);
  padding-right: 1em;
}

.menu2-bg {
  background-image: url(img/menu/menu-bg2.png);
  padding-right: 1em;
}

.menu3-bg {
  background-image: url(img/menu/menu-bg3.png);
  padding-right: 1em;
}

.menu4-bg {
  background-image: url(img/menu/menu-bg4.png);
  padding-right: 1em;
}

.menu5-bg {
  background-image: url(img/menu/menu-bg5.png);
  padding-right: 1em;
}

.menu6-bg {
  background-image: url(img/menu/menu-bg6.png);
  padding-right: 1em;
}

.menu2-textbox {
  margin-bottom: -21%;
}

.menu03 {
  margin: 350px 0 300px 0;
}

.menu3-textbox {
  margin-top: -15%;
  margin-bottom: -30%;
}

.menu05 {
  margin-top: 250px;
}

.menu06 {
  margin-top: 400px;
}

.menu5-textbox {
  margin-bottom: -300px;
}

.menu06 {
  margin-top: 280px;
}

.menu6-textbox {
  margin-top: 150px;
}

dd {
  margin: 0;
}

.menu-list__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
  flex: 1 1 auto;
}

.menu-list__flex::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  display: block;
  width: 100%;
  height: 8px;
  order: 1;
  margin: 0 10px;
}

.menu-list__flexrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  /* position: relative; */
  flex: 1 1 auto;
}

.menu-list__flexrow::before {
  content: "";
  background-image: linear-gradient(to left, #000, #000 3px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  display: block;
  width: 100%;
  height: 8px;
  order: 1;
  margin: 0 10px;
}

.menu__list1 {
  width: 230px;
}

.menu__list2 {
  width: 330px;
}

.menu__list3 {
  width: 300px;
}

.menu__list4 {
  width: 317px;
}

.menu__list5 {
  width: 500px;
}

.menu__list6 {
  width: 250px;
  margin-left: .7em;
}

/* .menu__list9 {
  width: calc(100%-8em);
} */

.menu-list__name {
  flex: 0 0 auto;
}

.menu-list__nameindent {
  margin-left: 5px;
  display: inline-block;
}

.menu-list__pra {
  font-size: 16px;
  font-weight: 600;
  flex: 0 0 auto;
  order: 2;
}

.sml-flex {
  display: flex;
  flex-wrap: wrap;
}

.menu06-h4 {
  font-weight: 600;
}

.menu-list__wrap {
  margin-bottom: 58px;
}

.menu-list__wrap06 {
  margin-bottom: 33px;
}

.ti12m {
  margin-top: -.7em;
  text-indent: 1em;
}

.ag-point__list {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0
}

.ag-point__list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.3em;
}

.cir {
  position: absolute;
  left: 0;
  margin: 0
}

.menu-list__item {
  margin-bottom: .5em;
}

@media screen and (max-width: 1200px) {
  .menu__list5 {
    width: 330px;
  }

  .menu__list6 {
    width: 220px;
    margin-left: 1em;
  }

  .menu05,
  .menu06 {
    margin-bottom: 280px;
  }
}

@media screen and (max-width: 768px) {

  .menu03,
  .menu05,
  .menu06 {
    margin-top: 0;
  }

  .menu01,
  .menu02,
  .menu03,
  .menu04,
  .menu05,
  .menu06 {
    margin-bottom: 140px;
  }

  .menu3-textbox,
  .menu2-textbox,
  .menu5-textbox,
  .menu6-textbox {
    margin: 0;
  }

  .menu__list1,
  .menu__list2,
  .menu__list3,
  .menu__list5 {
    width: 330px;
  }

  .ful {
    width: 500px;
  }

  .menu__list4 {
    width: 347px;
  }

  .menu-flex {
    justify-content: center;
  }

  .menu-flex__item {
    width: calc(100%/3);
    margin-left: 10px;
  }

}

.pc_500 {
  display: none;
}

@media screen and (max-width: 500px) {
  .ful {
    width: 330px;
  }

  .menu__list1,
  .menu__list2,
  .menu__list3,
  .menu__list5 {
    width: 280px;
  }

  .menu__list4 {
    width: 297px;
  }

  .menu__list6 {
    width: 200px;
  }

  .menu__list8 {
    width: 350px;
  }

  .menu1-bg,
  .menu2-bg,
  .menu3-bg,
  .menu4-bg,
  .menu5-bg,
  .menu6-bg {
    padding: 1em .5em;
  }

  .menu01,
  .menu02,
  .menu03,
  .menu04,
  .menu05,
  .menu06 {
    margin-bottom: 100px;
  }

  .menu-list__item {
    margin-bottom: .7em;
  }

  .sp_500 {
    display: block;
  }
}

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

.link-icon {
  width: 240px;
  border-radius: 35px;
  background: linear-gradient(133deg, #FF7373, #F4A92B);
  text-align: center;
  position: relative;
}

.link-a {
  display: block;
  width: 240px;
  padding: 1em 0;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1px;
  /* position: relative; */
}

.link-a::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 40%;
  left: 214px;
  /* margin-top: -10px; */
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
}

.link-a:hover {
  color: #fff;
}

.link-icon__center {
  margin: 0 auto;
}

.link-a_en {
  letter-spacing: 2px;
  font-weight: 600;
}

.exter__box {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 200px;
}

.exter__img {
  color: #fff;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .link-icon {
    margin: 0 auto;
  }
}

/*////////////////////////

lesson

////////////////////////*/

.under-visual__lesson {
  background-image: url(img/lesson/lesson-bg.png);
}

.flex {
  display: flex;
}

.container_2 {
  max-width: 1200px;
  margin: 0 auto;
}

.lesson-concept {
  margin-top: 85px;
}

.concept-div-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 175px;
}

.lesson-conceptimgbox img {
  position: relative;
  top: 60px;
}

.concept-div-box .text-box {
  border-radius: 30px;
  width: 55%;
  background-image: url(img/lesson/lesson-txt-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 90px;
  margin-left: -50px;
}

.text-box .title-img {
  top: 0;
  max-width: 350px;
}

.text-box span {
  font-size: 0.9rem;
  line-height: 0.5;
}

.text-box h3 {
  margin-bottom: 40px;
  position: relative;
  left: 30px;
}

.text-box__txt {
  font-size: 14px;
  left: 30px;
  position: relative;
  max-width: 520px;
}

.lesson-tab .container_1 {
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url(img/lesson/lesson-tab-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-group {
  display: flex;
  justify-content: center;
}

.tab-group .tab-A,
.tab-group__wrap .tab-A {
  background-image: url(img/lesson/tab1-bg.png);
}

.tab-group .tab-B,
.tab-group__wrap .tab-B {
  background-image: url(img/lesson/tab2-bg.png);
}

.tab-group .tab-C,
.tab-group__wrap .tab-C {
  background-image: url(img/lesson/tab3-bg.png);
}

.tab-group .tab-D,
.tab-group__wrap .tab-D {
  background-image: url(img/lesson/tab4-bg.png);
}

.tab-group .tab-E,
.tab-group__wrap .tab-E {
  background-image: url(img/lesson/tab5-bg.png);
}

.tab-group li {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.tab {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 20%;
  font-weight: bold;
  min-height: 55px;
  line-height: 1.3em;
  padding: 10px 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}


.panel-group {
  border-top: none;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.panel {
  display: none;
  padding-bottom: 60px;
}

.panel.is-show {
  display: block;
}

.reception-link {
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 150px 170px;
  height: 300px;
  margin: 80px auto 0;
  background-image: url(img/lesson/recep-bg.png);
  background-position: -30px center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recep-wrap {
  margin: 110px auto 0;
  background-image: url(img/lesson/learn-bg2.png);
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 590px;
  width: 100%;
  padding: 30px 170px;
  position: relative;
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.recep-txtbox {
  border: 1px solid #444444;
  border-radius: 10px;
  height: 230px;
  width: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recep-txt {
  color: #444;
}

.reception-link2 p {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.3em;
  color: #444;
}

.reception-link p {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.3em;
  color: #444;
  top: 10px;
  position: relative;
}

.reception-link span,
.reception-link2 span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  padding-right: 0.5em;
  vertical-align: middle;
  line-height: 1.5;
}

.learn-wmicon {
  width: 100%;
  position: absolute;
  top: -20%;
  left: -40%;
}

.course-contents,
.ta-left {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ta-right {
  max-width: 900px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 24px;
}

.course-name {
  font-size: 60px;
  font-family: "Quicksand";
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
  /* line-height: 0.3; */
  padding-top: 85px;
  margin-bottom: 60px;
  letter-spacing: 0.15em;
  word-break: normal;
}

.course-name span {
  font-size: 12px;
  display: block;
  font-weight: bold;
  letter-spacing: 0em;
}

.time-price {
  width: 45%;
  padding-left: 3em;
}

.course-summary {
  width: 50%;
}

.time-price h5 {
  font-size: 18px;
}

.price {
  font-size: 16px;
  font-weight: bold;
}

.course-summary ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 8em;
}

.course-summary li {
  list-style-type: none;
  margin-left: 0.5em;
}

.course-summary li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #444;
  position: relative;
  left: -0.5em;
  top: -3px;
}

.course-summary h5 {
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 140px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}

.tab-A .course-summary h5 {
  background-color: #a89bce;
}

.tab-B .course-summary h5 {
  background-color: #9bd6e1;
}

.tab-C .course-summary h5 {
  background-color: #a6d494;
}

.tab-C .course-summary ul {
  height: 16em;
}

.tab-D .course-summary h5 {
  background-color: #e9c476;
}

.tab-D .time-price {
  width: 45%;
}

dd {
  margin: 0;
}

.time-list__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
  flex: 1 1 auto;
}

.time-list__flex::before {
  content: "";
  background-image: linear-gradient(to right,
      #000,
      #000 3px,
      transparent 2px,
      transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  display: block;
  width: 100%;
  height: 8px;
  order: 1;
  margin: 0 10px;
}

.list1 {
  width: 100%;
}

.list2 {
  width: 100%;
}

.list2.time-list__flex::before {
  background-image: none;
}

.time-list__name {
  flex: 0 0 auto;
}

.time-list__pra {
  font-size: 16px;
  font-weight: bolder;
  flex: 0 0 auto;
  order: 2;
}

.planPrice__right {
  text-align: right;
  margin-top: -8px;
}

.maker-menu-list-item {
  border: 1px solid #f97976;
  border-radius: 10px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 24px;
  padding: 0 52px;
}

.maker-menu-list-item:last-of-type {
  margin-bottom: 0;
}

.menu-label {
  height: 75px;
  display: block;
  padding: 15px;
  line-height: 1;
  color: #444;
  background: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
}

.icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  left: calc(100% - 30px);
  top: -65%;
}

.icon::before,
.icon--plus::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #cdcdcd;
  transform: translateX(-50%);
}

.icon--plus:after {
  top: 3px;
  left: -3px;
  transform: rotate(90deg);
  transition: all, 0.5s;
}

.maker-menu-list-item.is-open .menu-label .icon--plus::after {
  border-top: none;
  transform: rotate(90deg);
}

.maker-menu-contents-list {
  width: 50%;
}

.maker-menu-contents-item {
  width: 50%;
  margin-bottom: 50px;
}

.maker__title {
  background-color: #f1a8b9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1em;
  min-width: 250px;
  width: auto;
  border-radius: 5px;
  padding: 12px 0.5em;
}

.maker__title__long {
  background-color: #f1a8b9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1em;
  width: auto;
  border-radius: 5px;
  padding: 12px 0.5em;
  min-width: 300px;
}

.maker-menu-contents-item p {
  font-size: 14px;
  margin-bottom: 1em;
}

.maker-menu-contents-item ul {
  justify-content: space-between;
  display: inline;
  width: 250px;
}

.maker-menu-contents-item h6 {
  font-size: 18px;
}

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

.maker-menu-contents-list {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 1000px;
  justify-content: start;
}

ul.menu-time-price {
  flex-direction: row;
  display: flex;
}

ul.menu-time-price li {
  max-width: 50%;
}

.upper {
  text-transform: uppercase;
}

.menu-time-price+p {
  margin-top: 1em;
  display: block;
  width: 200%;
  white-space: normal;
}

.more-info {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.lesson__contacticon {
  text-align: center;
}

.lesson__morebox {
  margin-bottom: 1em;
}

.more_txt {
  margin-bottom: 24px;
}

.course-contents {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .maker-menu-list-item {
    width: 95%;
    margin: 0 auto 24px;
    padding: 0 15px;
  }
}

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

  .tab-D .time-price {
    width: 46%;
  }

  .course-summary {
    width: 49%;
    padding-right: 1em;
  }
}

@media screen and (max-width: 800px) {
  .learn-wmicon {
    left: -20%;
  }
}

@media screen and (max-width: 768px) {
  .concept-div-box {
    display: block;
  }

  .lesson-conceptimgbox img {
    position: static;
    top: 0;
  }

  .concept-div-box .text-box {
    width: 100%;
    padding: 30px;
    margin-left: 0;
  }

  .text-box__txt {
    left: 0;
    position: static;
    max-width: 100%;
  }

  .maker-menu-container {
    flex-direction: column;
  }


  .course-contents {
    display: block;
    padding: 1em 3em 2em 3em;
  }

  .time-price {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.5em;
  }

  .course-summary {
    width: 100%;
  }

  .course-summary h5 {
    width: 250px;
    margin-bottom: 0;
  }

  .course-name {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    padding-top: 50px;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
  }

  .course-name span {
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 0em;
  }

  .panel {
    padding-bottom: 0;
  }

  .maker-menu-contents-list {
    width: 100%;
  }

  .maker-menu-contents-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .menu-time-price+p {
    width: 100%;
  }

  .maker-menu-list-item {
    margin: 0 auto 30px auto;
  }

  .course-name__maker {
    margin-bottom: 30px;
  }

  .course-name {
    font-size: 30px;
  }

  .course-summary ul {
    height: auto;
  }

  .tab {
    height: auto;
    line-height: 1.5em;
    padding: 10px 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-group {
    flex-wrap: wrap;
  }

  .tab-group li {
    width: calc(100%/3);
  }

  .tab-C .course-summary ul {
    height: auto;
  }

  .tab-D .time-price {
    width: 60%;
  }

  .panel {
    padding-bottom: 30px;
  }

  .recep-wrap {
    max-width: 500px;
    padding: 30px;
    height: auto;
  }

  .recep-txtbox {
    height: 130px;
    width: 450px;
  }

  .learn-wmicon {
    left: 0;
    width: 55%;
  }

  .concept-div-box {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 550px) {
  .title-left__concept img {
    width: 80%;
  }

  .text-box .title-img {
    top: 0;
    max-width: 350px;
  }

  .recep-wrap {
    width: 380px;
    border-radius: 15px;
    padding: 15px;
  }

  .recep-txtbox {
    height: 100px;
    width: 350px;
  }

  .tab-D .time-price {
    width: 100%;
  }

  .icon {
    left: calc(100% - 10px);
    top: -30px;
  }

  .course-contents {
    display: block;
    padding: 2em 1em;
  }

  .lesson__contacticon p {
    margin-bottom: 20px;
  }
}

/*////////////////////////

追加訂正分

////////////////////////*/

@media screen and (max-width: 410px) {
  .recep-wrap {
    width: 320px;
    border-radius: 15px;
    padding: 15px;
  }

  .recep-txtbox {
    height: 100px;
    width: 290px;
  }
}

.recep-wrap__recruit {
  background-image: url(img/recruit/joinus-bg2.png);
}

.reception-link2__recruit p {
  color: #fff;
}

.recep-txtbox__recruit {
  border: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .recep-txtbox__recruit {
    height: 130px;
    width: 100%;
  }

  .reception-link2__recruit span {
    font-size: 20px;
  }

  .reception-link2__recruit p {
    letter-spacing: 0.1em;
  }

  .recep-wrap__recruit {
    width: 430px;
  }

  .recep-txtbox__recruit {
    width: 400px;
    padding: 15px;
  }

  .learn-wmicon__recruit {
    width: 50%;
    top: -25%;
  }
}

@media screen and (max-width: 480px) {
  .recep-wrap__recruit {
    width: 330px;
  }

  .recep-txtbox__recruit {
    width: 310px;
  }
}

@media screen and (max-width: 450px) {
  .recep-wrap__recruit {
    width: 330px;
  }

  .recep-txtbox__recruit {
    width: 310px;
  }
}

@media screen and (max-width: 400px) {

  .recep-txtbox__recruit {
    padding: 15px;
  }

  .learn-wmicon__recruit {
    top: -30%;
  }
}

@media screen and (max-width: 380px) {
  .recep-wrap__recruit {
    width: 300px;
  }

  .recep-txtbox__recruit {
    width: 280px;
  }
}