/*
Theme Name: ビーフラット
Author: Anju Honda
Description: Cometa CorporateSite
Version: 1.0
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-size: 1.5rem;
  margin: 0;
  color: #333;
  font-family: 'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
  letter-spacing: .1em;
  line-height: 1.7; }

a {
  text-decoration: none;
  color: #333;
  display: block; }

ul {
  padding: 0; }

li {
  list-style: none; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0; }
.subpage .inner{
	max-width: 90%;
	margin: 0 auto;
}
img {
  width: 100%;
  height: auto; }
h2, h3, h4, h5{
	margin-top: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.en {
  font-family: 'Josefin Sans', sans-serif; }

section {
  margin: 50px 0; }
main{
	overflow: hidden;
}
.sp_header {
  background: #fff;
	align-items: center;
  position: fixed;
	width: 100%;
  top: 0;
  left: 0;
	height: 70px;
  z-index: 100; }

.sp_header .logo a {
  width: 16rem; }

#nav-toggle {
  position: fixed;
  top: 20px;
  height: 32px;
  right: 10px;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .4s ease-in-out, top .3s ease; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 10px; }
    #nav-toggle span:nth-child(3) {
      top: 20px; }

.open #nav-toggle span {
  background: #444; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    width: 30px;
    transform: rotate(-45deg); }

#nav-toggle {
  z-index: 1000; }

#gloval-nav {
  background: #fffdf6;
  color: #444;
  position: fixed;
overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
  padding-top: 30px;
  z-index: 990;
  display: flex;
  visibility: hidden;
  font-size: 2.2rem;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease; }

#gloval-nav a {
  display: block;
  color: #444;
	font-size: 1.8rem;
  text-decoration: none;
  padding: 15px 0;
  transition: color .4s ease; }
  #gloval-nav a:hover {
    color: #eab9b5; }
#gloval-nav ul {
  list-style: none;
  padding: 0; }
#gloval-nav .line a {
  width: 250px; }

/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav ul {
    padding: 0; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

.top {
  background: url(http://b-flat.anju-honda.com/wp-content/uploads/2022/02/class3.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 80vh; }

.title {
  text-align: center;
  color: #f4ec8d;
  -webkit-text-stroke: 1px #00708b;
  font-size: 4rem;
  line-height: 1.5; }
  .title span {
    display: block;
    color: #333;
    -webkit-text-stroke: 0px;
    font-size: 1rem;
    text-shadow: none; }

.btn {
  width: 200px;
  margin: 30px auto 0; }
  .btn a {
    display: block;
    border-radius: 10px;
    padding: 15px 0;
    background: #00708b;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease; }
    .btn a:hover {
      background: #fff;
      border: 1px solid #00708b;
      color: #00708b; }
.banner a:hover{
	opacity: 0.7;
}

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3 - 3px);
  height: 50px;
  border: 1px solid #00708b;
  background-color: #fffdf6;
  border-radius: 10px 10px 0 0;
  line-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #00708b;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease; }

.tab_item:hover {
  opacity: 0.75; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden; }
  .tab_content a {
    padding: 10px 0; }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#lesson:checked ~ #lesson_content,
#other:checked ~ #other_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #00708b;
  color: #fff; }

.news {
  background: #fffdf6; }

.news_body {
  width: 80%; }

.news .flex .title, .news .flex .news_body {
  width: 100%; }

.news_contents:hover {
  opacity: 0.8; }

.news_contents p {
  font-size: 1.4rem;
  margin: 0; }

.news_contents {
  display: flex;
  flex-wrap: wrap; }
  .news_contents h3 {
    margin: 0;
    font-size: 1.4rem; }

.concept .inner .flex .img_area {
  position: relative; }
  .concept .inner .flex .img_area img {
    width: 95%;
    border-radius: 20px; }
  .concept .inner .flex .img_area::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(./img/yellowbg.jpg);
    background-size: cover;
    border-radius: 20px;
    top: 5%;
    left: 5%;
    width: 95%;
    height: 0;
    padding-top: 95%;
    z-index: -1; }
.concept .inner .flex .text_area {
  margin-top: 30px; }
  .concept .inner .flex .text_area .title {
    text-align: justify;
    margin: 15px 0; }
  .concept .inner .flex .text_area .catchcopy {
    font-size: 2rem; }
  .concept .inner .flex .text_area .catch_content {
    line-height: 2;
    font-size: 1.4rem; }

.class {
  background: url(./img/class_bg.jpg) no-repeat center;
  background-size: cover; }
  .class .inner .title {
    color: #333; }
  .slider .class_one {
    background: #fff;
    padding: 15px;
	  box-sizing:border-box;
	  height: 450px;
    border-radius: 20px; }
.class .slider h4{
	font-size: 18px;
	margin: 10px 0;
}
.slick-slide{
	margin-right: 1vw!important;
   margin-left: 1vw!important;
}

  .instractor .inner .flex li .img_area {
    width: 80%;
    height: 100%;
    margin: 0 auto; }
    .instractor .inner .flex li .img_area img {
      border-radius: 50%;
      height: 100%;
      object-fit: cover; }
  .instractor .inner .flex li .text_area {
    text-align: center; }

.blog .inner .blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0; }
  .blog .inner .blog_list li {
    margin-top: 30px;
    width: 100%; }
    .blog .inner .blog_list li .img_area img {
      border-radius: 20px; }
    .blog .inner .blog_list li .text p {
      margin: 5px 0;
      font-size: 1.3rem; }
    .blog .inner .blog_list li .text h4 {
      margin: 10px 0; }

.voice {
  background: #fffdf6; }
  .voice .inner .voice_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .voice .inner .voice_list li {
      width: 100%;
      border-radius: 20px;
      background: #fff;
      padding: 3%;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
      .voice .inner .voice_list li .voice_head {
        align-items: center; }
        .voice .inner .voice_list li .voice_head img {
			border-radius: 50%;
          width: 30%; }
        .voice .inner .voice_list li .voice_head p {
          width: 65%;
          font-size: 1.8rem;
          font-weight: bold; }
      .voice .inner .voice_list li .voice_main .voice_contents {
        background: #f8f29d;
        border-radius: 20px;
        padding: 10px;
        margin-top: 15px; }
        .voice .inner .voice_list li .voice_main .voice_contents p {
          margin: 0;
          font-size: 1.4rem; }
        .voice .inner .voice_list li .voice_main .voice_contents .question {
          margin: 5px 0;
          position: relative;
          padding-right: 20px; }
          .voice .inner .voice_list li .voice_main .voice_contents .question .blue {
            color: #00708b; }
          .voice .inner .voice_list li .voice_main .voice_contents .question:after {
            content: "";
            position: absolute;
            right: 10px;
            top: 0;
            transition: all 0.2s ease-in-out;
            /*   要素の動きを指定 */
            display: block;
            width: 10px;
            height: 10px;
            border-top: solid 3px #fff;
            border-right: solid 3px #fff;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
          .voice .inner .voice_list li .voice_main .voice_contents .question:hover {
            text-decoration: underline;
            cursor: pointer; }
        .voice .inner .voice_list li .voice_main .voice_contents .answer {
          background: #fff;
          padding: 10px;
          border-radius: 10px; }
          .voice .inner .voice_list li .voice_main .voice_contents .answer .red {
            color: #fcb247; }

.voice .inner .voice_list li .voice_main .voice_contents .open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.info {
  overflow: hidden; }
  .info .inner {
    position: relative; }
    .info .inner .info_content {
      border-radius: 20px;
      position: relative;
      background: #fff;
      padding: 10px; }
      .info .inner .info_content::after {
        border-radius: 20px;
        position: absolute;
        display: inline-block;
        content: "";
        background: url(./img/yellowbg.jpg);
        background-size: cover;
        top: 15%;
        left: 15%;
        width: 100%;
        height: 0;
        padding-top: 100%;
        z-index: -1; }
      .info .inner .info_content img {
        width: 50%; }
      .info .inner .info_content p {
        font-size: 1.3rem; }
      .info .inner .info_content .color {
        color: #00708b;
        margin-bottom: 5px; }
      .info .inner .info_content .car p, .info .inner .info_content .public p {
        margin: 0; }
    .info .inner .map {
      margin-top: 30px; }

.contact {
  background: url(./img/class_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0; }
  .contact .inner {
    padding-bottom: 60px; }
    .contact .inner .title {
      color: #333; }
    .contact .inner .flex {
      position: relative;
      justify-content: center;
      text-align: center; }
      .contact .inner .flex p {
        margin-bottom: 5px;
        font-size: 1.2rem; }
      .contact .inner .flex img {
        width: 70%; }
      .contact .inner .flex::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        background: #333;
        transform: rotate(90deg);
        top: 50%; }

.sns {
  position: fixed;
  right: -20px;
  top: calc(50% - 85px);
  z-index: 2000; }
  .sns .sns_title {
    font-size: 1.2rem;
    letter-spacing: .3em;
    color: #444;
    transform: rotate(90deg);
    line-height: 1.8; }
  .sns .sns_list {
    position: relative;
    margin-top: 70px; }
    .sns .sns_list:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 20px;
      background: #444;
      left: 48%;
      top: -30px; }
  .sns .sns_item {
    text-align: center;
    margin: 0 auto 10px;
    display: table;
    box-sizing: border-box;
    pointer-events: auto;
    mix-blend-mode: exclusion;
    font-size: 2rem;
    transition: all .3s;
    transform: rotate(90deg); }
  .sns .insta i {
    color: #fff;
    background: -webkit-linear-gradient(top left, #427eff 0%, #f13f79 70%) no-repeat;
    background: -moz-linear-gradient(top left, #427eff 0%, #f13f79 70%) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .sns .mail i {
    color: #1b8cac; }
  .sns .line i {
    color: #12c300; }

.backtop {
  position: relative; }

.gotop {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #f4ec8d;
  border-radius: 50%;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  color: #333;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%); }

.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }

.gotop:hover {
  opacity: 1; }

footer {
  background: #89876c; }
  footer .inner .left {
    color: #fff;
    font-size: 1.4rem; }
    footer .inner .left p {
      margin: 8px 0; }
    footer .inner .left a {
      margin: 8px 0;
      text-decoration: underline; }
    footer .inner .left img {
      width: 80%; }
  footer .inner a {
    color: #fff;
    font-size: 1.4rem; }

.sub_top {
  background: url(./img/top.JPG) no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative; }
  .sub_top h1 {
    line-height: 1.2;
    font-size: 5rem;
    letter-spacing: .5rem;
    color: transparent;
    -webkit-text-stroke: 2px white;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sub_top h1 span {
      color: #fff;
      -webkit-text-stroke: 0px white;
      font-size: 1.5rem;
      display: block; }

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

article .class_main .class_box {
	border-top: 1px dashed #444;
  padding: 80px 0; }
article .class_main .class_box:nth-child(1){
	border-top: none;
}
  article .class_box .img_area {
    width: 100%;
	  height: 100%;
    position: relative; }
    article .class_main .class_box .img_area img {
      width: 95%;
      border-radius: 20px; }
    article .class_main .class_box .img_area::after {
      position: absolute;
      display: inline-block;
      content: "";
      background: url(./img/yellowbg.jpg);
      background-size: cover;
      border-radius: 20px;
      top: 5%;
      left: 5%;
      width: 95%;
      height: 0;
      padding-top: 65%;
      z-index: -1; }
    article .class_main .class_box .img_area .charge {
      position: absolute;
      right: 0;
      bottom: -20%;
      width: 40%; }
      article .class_main .class_box .img_area .charge img {
        border-radius: 50%;
        border: 2px solid #f4ec8d; }
      article .class_main .class_box .img_area .charge .instructor_name {
        background: #f4ec8d;
        position: absolute;
        bottom: -5px;
        width: 100%;
        text-align: center; }
        article .class_main .class_box .img_area .charge .instructor_name p {
          font-size: 1.2rem;
          padding: 8px 0px;
          margin: 0; }
  article .class_main .class_box .text_box {
    width: 100%;
    margin-top: 40px; }
    article .class_main .class_box .text_box h4 {
		font-size: 2rem;
      margin: 0; }
    article .class_main .class_box .text_box p {
      font-size: 1.5rem;
      line-height: 1.8; }
article .class_main .class_box .text_box p.star{
	font-size: 1.6rem;
	margin-top: 0;
}
    article .class_main .class_box .text_box .btn a {
      padding: 10px 0; }
article .class_main:nth-child(even) {
  margin-top: 60px; }

article .member .member_list {
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
  background: #fffdf6;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
  article .member .member_list .img_area {
    margin: 0 auto;
    width: 80%;
	  height: 100%;
    position: relative; }
    article .member .member_list .img_area img {
      border-radius: 50%;
      border: 2px solid #f4ec8d; }
    article .member .member_list .img_area .instructor_name {
      background: #f4ec8d;
      position: absolute;
      bottom: 0px;
      width: 100%;
      text-align: center; }
      article .member .member_list .img_area .instructor_name p {
        font-size: 1.4rem;
        padding: 8px 0px;
        margin: 0; }
  article .member .member_list .text_area {
    width: 100%; }
    article .member .member_list .text_area p {
      font-size: 1.4rem;
		margin: 0;
      line-height: 1.8; }
    article .member .member_list .text_area .btn a {
      padding: 10px 0; }
      
  .class_detail .img_area img {
  border-radius: 10px; }
.class_detail h2 {
  margin-bottom: 0; }
.class_detail p.star {
  margin: 0; }
.class_detail .text_area,  .class_detail .charge{
  margin-top: 30px; }
  .class_detail .text_area h3 {
    margin: 0;
    border-bottom: solid 3px #f5f5f5;
    position: relative;
    padding-bottom: 8px; }
    .class_detail .text_area h3::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #eedc00;
      bottom: -3px;
      width: 20%; }
  .class_detail .text_area p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.4rem; }
.class_detail .charge .img_area {
  text-align: center;
  width: 100%; }
  .class_detail .charge .img_area img {
    width: 80%;
    border-radius: 50%; }
.class_detail .charge .staff_comment {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 10px;
  color: #555;
  font-size: 16px;
  background: #f5f5f5; }
  .class_detail .charge .staff_comment p.small {
    font-size: 1.4rem; }

.member_detail .left_area {
  width: 100%; }
.member_detail .right_area {
  width: 100%; }
  .member_detail .right_area .qa {
    margin-top: 30px; }
    .member_detail .right_area .qa h4 {
      font-family: 'Zen Kurenaido', sans-serif;
      font-size: 1.8rem;
      margin: 0;
      position: relative; }
      .member_detail .right_area .qa h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #f4ec8d, #f4ec8d 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #f4ec8d, #f4ec8d 2px, #fff 2px, #fff 4px); }
    .member_detail .right_area .qa p {
      margin: 0;
      font-size: 1.4rem;
      padding-top: 5px;
      padding-left: 20px; }

aside .widget h2{
	text-align: center;
	font-size: 1.6rem;
	padding: 5px 0;
	font-weight: normal;
	background: #f4ec8d;
}
aside #block-3{
	margin-top: 0;
}
.wp-block-buttons>.wp-block-button{
	width: 100%;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
	width: 100%;
	margin: 10px 0;
}
.group{
	margin-top: 60px;
}
.wp-block-group__inner-container .group:nth-child(1){
	margin-top: 0;
}
.group table{
	border: 1px solid #444;
}
.group table td{
	border-bottom: 1px solid #444;
	padding: 15px 10px;
	font-size: 1.5rem;
}
.group table td:nth-child(1){
	background: #faf6cb;
}
article .member .member_list .text_area h4{
	display: inline-block;
    padding: 5px 30px;
    background: #f4ec8d;
    margin: 5px 0;
    font-size: 1.2rem;
}
.member_detail .left_area img.youtube{
	width: 50%;
}
article .flow {
  margin: 60px 0; }
  article .flow .flow_box {
	  border-radius: 20px;
    padding: 20px;
    background: #fffaea;
    position: relative;
    margin-bottom: 51px; }
    article .flow .flow_box .box_content {
      position: relative;
      z-index: 1;
      width: 100%;
      align-items: center; }
      article .flow .flow_box .box_content .box_step {
        position: absolute;
        top: -20px;
        left: -30px;
        width: 50px;
        height: 50px;
        border: 2px solid #00708b;
        border-radius: 50%;
        color: #00708b;
        background: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        text-transform: uppercase; }
        article .flow .flow_box .box_content .box_step span.en {
          display: block;
          font-size: 1rem;
          padding-top: 8px; }
      article .flow .flow_box .box_content .box_img {
        background: #fff;
        width: 100%;
        max-width: 520px;
        box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2); }
      article .flow .flow_box .box_content .box_info {
        width: 100%; }
        article .flow .flow_box .box_content .box_info .box_title {
          font-size: 2rem;
          font-weight: bold;
          color: #00708b;
          margin-bottom: 20px; }
        article .flow .flow_box .box_content .box_info p {
          margin: 0;
          font-size: 1.4rem; }
    article .flow .flow_box::after {
      content: "";
      width: 0;
      height: 0;
      border-top: 30px solid #fffaea;
      border-left: 55px solid transparent;
      border-right: 55px solid transparent;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 55px); }
    article .flow .flow_box .property {
      font-size: 1.2rem;
      margin-bottom: 0;
      margin-top: 20px;
      padding: 10px;
      background: #fff; }

article .flow .flow_box:nth-child(6)::after {
  border: none; }

article .member .member_list:nth-child(1){
	margin-top: 0;
}
.er_top{
	text-align: center;
    margin: 80px 0;
}

.subpage .slick-slide{
	margin-left: 0!important;
	margin-right: 0!important;
}
@media (min-width: 1025px) {
	.sp_header {
    display: none; }
	#nav-toggle, #gloval-nav {
    display: none; }

  header {
    margin-top: 20px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    header .pc_header {
      overflow: hidden;
      margin-bottom: 14px; }
      header .pc_header .logo {
        width: 200px; }
      header .pc_header .flex {
        width: 65%;
        align-items: center; }
      header .pc_header .head_tel p {
        text-align: center;
        font-size: 1rem; }
      header .pc_header .head_tel p span {
        display: block;
        font-size: 1.4rem; }
	header .pc_header .contact_btn.btn{
		margin: 0;
	}
	header .pc_header .contact_btn a{
		padding: 5px;
	}
        header .pc_header .contact_btn a i {
          color: #fff; }
        header .pc_header .contact_btn a p {
          margin: 0;
          font-size: 1.4rem; }
	header .pc_header .contact_btn:hover a i{
		color: #00708b;
	}
    header nav {
      width: 1100px;
      overflow: hidden;
      margin: 0px auto 0;
      padding: 0px; }
      header nav ul {
        margin: 0; }
        header nav ul li {
          display: inline;
          float: left;
          width: calc(100%/8);
          text-align: center;
          padding: 15px 0; }
          header nav ul li a {
            position: relative;
            color: #333;
            transition: all 0.3s;
            font-weight: bold; }
            header nav ul li a:hover {
              color: #00708b; }
            header nav ul li a p {
              font-size: 1.4rem;
              margin: 0; }
              header nav ul li a p span {
                display: block;
                font-size: 1rem;
                color: #f4ec8d; }
}

.subpage .slider{
	margin-top: 70px;
}

@media (min-width: 768px) {
	.subpage .inner{
		width: 85%;
	}
  .inner {
	  margin: 0 auto; }

  .news_contents h3 {
    margin-left: 15px; }

  .news .flex .title {
    width: 15%; }

  .news .flex .news_body {
    width: 80%; }

  .concept {
    margin-bottom: 100px; }

  .concept .inner .flex .img_area, .concept .inner .flex .text_area {
    width: 48%; }

  .blog .inner .blog_list li {
    width: calc(100%/3 - 6%);
    margin: 20px 3%; }

  .voice .inner .voice_list li {
    width: calc(100%/2 - 8%);
    margin: 20px 1%; }

  .info .title {
    text-align: left; }

  .info .inner .info_content {
    width: 55%;
    padding: 30px 30px 69px; }

  .map {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    width: 50%; }

  .map iframe {
    width: 100%;
    height: 450px; }

  .info {
    margin-bottom: 100px; }

  .info .inner .info_content::after {
    top: 5%;
    left: 5%; }

  .contact .inner .flex .tell, .contact .inner .flex .contact_form {
    width: calc(100% / 2 - 10%);
    margin: 0 5%; }

  footer .inner .left {
    width: 30%; }

  footer .inner .right {
    width: 60%; }

  aside section {
    margin-bottom: 20px; }

  aside {
    float: right;
    width: 20%; }

  article {
    float: left;
    width: 70%; }

  article .class_main .class_box .img_area, article .class_main .class_box .text_box {
    width: 48%;
    margin: 0; }

  .class_box:nth-child(even) {
    flex-direction: row-reverse; }

  article .class_box{
    margin-top: 40px; }

  article .class_main .class_box .text_box .btn, article .member .member_list .text_area .btn {
    margin-left: 0;
    margin-right: 0; }

  article .member .member_list .img_area {
    width: 30%;
    margin: 0; }

  article .member .member_list .text_area {
    width: 65%; }

  .member_list:nth-child(even) {
    flex-direction: row-reverse; }
.class_detail .text_area.flex div {
    width: calc(100%/2 - 3%); }
  .class_detail .charge .img_area {
    width: 30%; }
  .class_detail .charge .staff_comment {
    width: 65%; }
    .class_detail .charge .staff_comment::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-right: 15px solid #f5f5f5; }

  .member_detail .left_area {
    width: 40%; }
	.group table td:nth-child(2){
		border-left: 1px solid #444;
		border-right: 1px solid #444;
	}
	.member_detail .right_area .qa:nth-child(1){
		margin-top: 0;
	}
	article .member .member_list{
		padding: 50px;
	}
	article .flow .flow_box .box_content .box_img, article .flow .flow_box .box_content .box_info{
		width: 48%;
	}
	article .flow .flow_box{
		padding: 40px 50px;
	}
	.subpage .slider{
	margin: 0;
}
  .member_detail .right_area {
    width: 55%; }
  article .member_list:nth-child(even) {
    margin-top: 60px; } }

@media (max-width: 1024px) {
	header {
    display: none; }
}
@media (max-width: 767px) {
	.inner{
		margin-left: 10px;
		margin-right: 10px;
	}
  .contact .inner .flex::after {
    display: none; }
	.class_detail{
		margin-top: 40px;
	}
.class_detail .charge .staff_comment::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5; }
	.group table td{
		display: block;
	}
	article .flow .flow_box .box_content .box_img{
		margin-bottom: 20px;
	}
	aside{
		margin-top: 60px;
	}
	.voice .inner .voice_list li{
		margin-top: 20px;
	}
	footer .flex ul li{
		text-align: center;
		width: 50%;
	}
	.two_week{
		padding-top: 0;
	}
	article .class_main .class_box .text_box h4{
		margin-top: 15px;
	}
  article .member .member_list .text_area {
    margin-top: 20px; } }

/*養成コース*/

.yousei_about {
  text-align: center; }
  .yousei_about p {
    line-height: 2.5; }

.yousei_couse .yousei_ttl {
  text-align: center;
  font-size: 2.5rem; }
.yousei_couse .flex table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }
.yousei_couse .flex table tr {
  border-bottom: solid 2px white; }
.yousei_couse .flex table tr:last-child {
  border-bottom: none; }
.yousei_couse .flex table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #faf6cb;
  color: #707070;
  text-align: center;
  padding: 10px 0; }
.yousei_couse .flex table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #faf6cb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }
.yousei_couse .flex table td {
  text-align: left;
  width: 70%;
  background-color: #f8f8f8;
  padding: 10px 0 10px 20px; }
.yousei_couse .flex .table p {
  font-size: 1.2rem; }
.yousei_couse .flex .basic h4, .yousei_couse .flex .alian h4 {
  margin-bottom: 5px;
  font-size: 2rem; }

.detail {
  margin-top: 30px; }
  .detail .top_detail .text_area {
    background: #fff;
    padding: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); }
    .detail .top_detail .text_area h3 {
      font-size: 2rem;
      position: relative;
      margin: 0; }
      .detail .top_detail .text_area h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #f4ec8d, #f4ec8d 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #f4ec8d, #f4ec8d 2px, #fff 2px, #fff 4px); }
    .detail .top_detail .text_area p.contents {
      font-size: 1.4rem; }
    .detail .top_detail .text_area p.center {
      text-align: center;
      background: #00708b;
      display: inline-block;
      color: #fff;
      padding: 3px 6px;
      margin: 0; }
    .detail .top_detail .text_area ul {
      margin: 0;
      padding: 20px 0 15px 40px;
      margin-top: -15px;
      border: 2px solid #00708b;
      border-radius: 20px; }
    .detail .top_detail .text_area ul li {
      font-size: 1.3rem;
      padding: 5px 0;
      position: relative; }
      .detail .top_detail .text_area ul li::before {
        position: absolute;
        content: "";
        background: url(../img/check.png) no-repeat center;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: -30px;
        width: 25px;
        height: 25px; }
.detail table{
	width: 100%;
}
  .detail table tr {
    border-bottom: solid 2px white; }
  .detail table tr:last-child {
    border-bottom: none; }
  .detail table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #faf6cb;
    color: #707070;
    text-align: center;
    padding: 10px 0; }
  .detail table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #faf6cb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .detail table td {
    text-align: left;
    width: 70%;
    background-color: #f8f8f8;
    padding: 10px 0 10px 20px;
    font-size: 1.4rem; }
  .detail .table p {
    font-size: 1.2rem; }

.btn_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px; }
  .btn_flex a {
    width: 100%;
    padding: 15px 0;
    border-radius: 20px;
    text-align: center;
    transition: all .3s; }
    .btn_flex a:hover {
      opacity: 0.7; }
  .btn_flex .contactbtn {
    background: #8AC75A;
    color: #fff; }
  .btn_flex .joinbtn {
    background: #F79428;
    color: #fff; }

.wrap {
  display: flex;
  align-items: center;
  overflow: hidden; }
  .wrap .content {
    width: 300px;
    height: auto; }
    .wrap .content img {
      height: 100%; }
  .wrap .slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    margin-bottom: 0; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.slide-paused:hover .slideshow {
  animation-play-state: paused; }

.content-hover {
  transition: all 0.2s; }

.content-hover:hover {
  transform: translateY(-20px);
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer; }

.alian_day .flex li {
	width: 100%;
  border: 4px solid #f4ec8d;
  border-radius: 20px;
  padding: 0px 15px 15px;
  margin-top: 40px; }
  .alian_day .flex li h3 {
    background: #fff;
    margin-top: -30px;
    text-align: center;
    font-size: 1.6rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .alian_day .flex li p.data {
    font-size: 1.4rem; }
  .alian_day .flex li p {
    font-size: 1.2rem; }

.teacher {
  background: #fffdf6; }
  .teacher .inner .flex .img_area {
    width: 100%;
    height: 400px; }
    .teacher .inner .flex .img_area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .teacher .inner .flex .profile_text {
    width: 100%; }
    .teacher .inner .flex .profile_text .license p {
      margin: 10px 0 30px 0; }
    .teacher .inner .flex .profile_text .content {
      font-size: 1.4rem; }
  .teacher .inner .teacher_comment {
    padding: 0.2em 0.5em;
    margin: 3em 0 5em;
    background: #faf6cb;
    box-shadow: 0px 0px 0px 10px #faf6cb;
    border: dashed 2px white; }
  .teacher .inner .teacher_comment p {
    margin: 0;
    padding: 0; }
  .teacher .inner .teacher_post ul {
    display: flex;
    flex-wrap: wrap; }
    .teacher .inner .teacher_post ul li {
      width: 100%;
      margin-top: 30px; }
      .teacher .inner .teacher_post ul li img {
        vertical-align: top; }
      .teacher .inner .teacher_post ul li .name {
        text-align: center;
        background: #00708b;
        color: #fff;
        margin-top: 0; }
      .teacher .inner .teacher_post ul li p span {
        display: block;
        font-weight: bold;
        font-size: 1.6rem; }

.set p {
  font-size: 1.2rem;
  margin: 5px 0; }
.set{
	margin-top: 30px;
}
.set h3{
	margin: 10px 0;
}
.set table {
  width: 100%; }
  .set table td {
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
	  background: #f5f5f5;
    font-size: 1.5rem; }
.set table td:nth-child(1) {
  background: #faf6cb; }

.yousei_voice h2.title {
  background: url(./img/voice_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  padding: 30px 0; }
  .yousei_voice h2.title span {
    color: #fff; }
.yousei_voice .flex {
  padding-top: 80px; }
.yousei_voice .graduate_contents {
  border: 4px solid #f4ec8d;
  border-radius: 20px;
  padding: 0px 20px 20px; }
  .yousei_voice .graduate_contents h4 {
    background: #fff;
	  font-size: 2rem;
    margin-top: -20px;
    text-align: center; }
  .yousei_voice .graduate_contents p {
    font-size: 1.4rem;
    line-height: 1.8; }

.attention {
  background: #f5f5f5; }
  .attention h2 {
    text-align: center; }
  .attention p {
    font-size: 1.4rem;
    margin: 3px 0; }
  .attention h4 {
    color: #FF6666;
    margin-bottom: 5px; }
  .attention ul {
    margin: 0; }
.detail .table{
	margin-top: 30px;
}

@media (min-width: 768px) {
  .yousei_couse .basic, .yousei_couse .alian {
    width: calc(100%/2 - 4%);
    margin: 0 2%; }

  .detail .top_detail .img_area {
    width: 55%; }

  .detail .top_detail .text_area {
    width: 45%;
    margin-top: 30px;
    height: 360px;
    margin-right: 0;
    margin-left: -50px; }

  .teacher .inner .teacher_post ul li {
    width: calc(100%/3 - 4%);
    margin: 0 2%; }

  .teacher .inner .teacher_post ul li:nth-child(4), .teacher .inner .teacher_post ul li:nth-child(5) {
    margin-top: 40px; }

  .teacher .inner .flex .img_area {
    width: 30%; }

  .teacher .inner .flex .profile_text {
    width: 60%; }

  .yousei_voice .graduate_contents {
    width: calc(100%/2 - 6%); }

  .alian_day .flex li {
    width: calc(100%/4 - 6%); }
.single_block .img{
	width: 50%;
}
  .btn_flex a {
    width: 20%;
    margin-left: 1em;
    margin-right: 1em; } }
@media (max-width: 767px) {
	.btn_flex .joinbtn{
		margin-top: 15px;
	}
	.set table td:nth-child(1){
		width: 30%;
	}
  .alian {
    margin-top: 50px; }
	.yousei_about p{
		font-size: 1.4rem;
		line-height: 2;
		text-align: left;
	}
	.detail .img_area{
		width: 100%;
	}
  .yousei_voice .graduate_contents:nth-child(2) {
    margin-top: 50px; } }

/*投稿*/
.single_block .inner {
  margin: 50px auto; }
  .single_block .inner .content_top .ttl {
    text-align: justify;
    color: #000;
    margin-bottom: 8px;
    font-size: 3rem; }
  .single_block .inner .content_top .date {
    color: #00708b;
    font-weight: bold;
    margin: 0; }
  .single_block .inner .content_top{
    margin-bottom: 30px;
  }
.single_block .content {
  padding-top: 50px; }
  .single_block .content p {
    margin: 0; }

/*2week*/
.two_top {
  background: url(./img/twoweek_top.jpg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 46%; }

.two_week {
  background: #fffdf6;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px; }
  .two_week .inner .flex .img_area {
    width: 40%; }
  .two_week .inner .flex .text_area {
    width: 55%; }
    .two_week .inner .flex .text_area .txt_ttl {
      margin-top: 0; }
    .two_week .inner .flex .text_area .two_btn {
      width: 70%;
      transition: all 0.3s; }
      .two_week .inner .flex .text_area .two_btn a:hover {
        opacity: 0.7; }

.benefits .inner .benefits_box ul li {
  width: 30%; }
.benefits h2, .twoweek_class h2{
	text-align: center;
	margin-bottom: 30px;
}

.recommend .img_area{
	width: 48%;
}
.recommend .text_area{
	width: 48%;
}
.ceo_comment{
	text-align: center;
	margin-top: 30px;
}
.ceo_comment img{
	width: 70%;
}
.twoweek_class .slider{
	margin-top: 0;
}

@media (max-width: 767px) {
	.online_top{
		margin-top: 70px;
	}
	.two_top{
		margin-top: 70px;
	}
	.two_week .inner .flex .text_area .two_btn{
		width: 100%;
	}
	.benefits .inner .benefits_box ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.recommend .img_area, .recommend .text_area, .ceo_comment img{
		width: 100%;
	}
  .two_week .inner .flex .img_area, .two_week .inner .flex .text_area {
    width: 100%; } }

.online_top {
  background: url(./img/online1.jpg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 57.5%; }

.online_txt .inner .online_content {
  width: 80%;
  margin: 30px auto;
  line-height: 2; }
  .online_txt .inner .online_content p {
    margin-bottom: 20px; }
    .online_txt .inner .online_content p span {
      background: linear-gradient(transparent 60%, #ff6 60%); }

.plan {
  background: #fffdf6; }
  .plan .all_time {
    width: 70%;
    margin: 0 auto; }
  .plan .plan_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px; }
    .plan .plan_wrap .img_area {
      width: 40%; }
    .plan .plan_wrap .text_area {
      width: 55%;
      line-height: 2; }
  .plan .plan2 {
    flex-direction: row-reverse; }
  .plan .riyou {
    background: #fff;
    padding: 30px 100px;
	  border: double 5px #f8f8f8;
    margin-top: 30px; }
.online_txt .btn{
	width: 350px;
}

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

  .plan .all_time, .plan .plan_wrap .img_area, .plan .plan_wrap .text_area {
    width: 100%; }
	.plan .riyou{
		padding-left: 20px;
		padding-right: 20px;
	}
	.single_block .inner{
		margin-left: 10px;
		margin-right: 10px;
	}
	.single_block .inner .content_top .ttl{
		font-size: 2rem;
	}
	.online_txt .btn{
		width: 100%;
	}
  .online_txt .inner .online_content {
    width: 100%; } }
@media (min-width: 768px) {
  .plan_sp {
    display: none; } }

/*30year*/
.year_top {
  background: url(./img/30banner.jpg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 46%; }
.three_class{
	margin-bottom: 0;
}
.three_class h2{
	text-align: center;
}
.three_reco{
	margin: 0;
}
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 0;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #3fc1c9;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.twocource{
		margin-bottom: 0;
	}
.twocource .inner{
		padding-bottom: 0;
	}
.twocource .flex{
	margin-top: 30px;
}
.twocource .flex img{
	width: 35%;
}
.twocource .flex p{
	width: 60%;
	text-align: left;
	line-height: 2;
}
.form{
		margin-top: 0;
	}
@media (max-width: 767px) {
	.year_top{
		margin-top: 70px;
	}
	.heading04{
		font-size: 2rem;
	}
	.twocource .flex img, .twocource .flex p{
		width: 100%;
	}
}

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