@charset "UTF-8";


*, *::before, *::after {
  box-sizing: border-box;
}

.sp { display: none !important; }
.pc { display: block !important; }

body{
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Sawarabi Gothic', sans-serif;
  background: #fdfdfd;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*----------------------header--------------------------*/

.hide {
  transform: translateY(-100px);
} 

.fixed {
  display: flex;
  position: fixed;
  width: 100%;
  padding: 0 calc(4% /2);
  background-color: #fdfdfd;
  z-index: 999; 
}

/*----------------site title--------------*/

.fixed_logo {
  max-width: 200px;
  padding: 15px 0 6px;
  font-weight: bold;
  letter-spacing: .1rem;
}

h1 .title {
  font-size: 2.8rem;
}

h1 .sub_title {
  font-size: 1.1rem;
}

/*----------------nav btn---------------*/
 
.nav_btn {
  margin-left: auto;
  max-width: 100%;
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

#nav li {
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
}

/*表示するテキストが切り替わる*/
.btntextchange{
  position: relative;
   border-radius: 25px;
     min-width: 130px;
   padding: 20px;
     text-align: center;
   display: inline-block;
     text-decoration: none;
     color: #3B4043;
     outline: none;
  transition: all .2s;
}

.contactbtn {
  background:#22426D;
  border: none;
}

.nav_btn nav li:last-child a {
  margin-left: 20px;
  color: #fdfdfd;
}

.btntextchange span{
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  transition: all .4s;
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
opacity: 0;
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
opacity: 0;
}

.btntextchange:hover span:nth-child(2){
opacity: 1;
}


/*---------------------main-----------------------*/

.main_visual {
  padding: 66px 0;
}

.top_img {
  width: 100%;
}
.container {
  position: relative;
  max-width: 1080px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
/*-------------main contents------------*/
/*==============service==============*/

#personal, #seminar {
  position: relative;
}

#pageNav ul {
  justify-content: center;
  margin: 50px 0;
}
#pageNav ul li a {
  display: block;
  margin: 0 10px;
  padding: 10px;
  color: #6d2222;
  font-size: 1.8rem;
  text-decoration: underline;
}

#pageNav ul li a:hover {
  opacity: .5;
}

#personal .index, #seminar .index {
  position: relative;
  width: 45%;
  background: #6d2222;
  z-index: 1;
}

h3 {
  padding-right: 60px;
  text-align: right;
  color: #fdfdfd;
  font-size: 5.6rem;
  line-height: 2;
  letter-spacing: .5rem;
  font-style: italic;
  text-shadow: -4px 3px 0 #22426D, -8px 6px 0 #000;
}
#personal h3, #seminar h3 {
  text-shadow: -4px 3px 0 #6d2222, -8px 6px 0 #000;
}

.flex {
  display: flex;
}

.personal_container, .seminar_container {
  justify-content: space-between;
  margin-bottom: 100px;
  padding-top: 200px;
}

.personal_container, .seminar_container {
  padding-top: 250px;
}

.service_box {
  padding: 35px 0 20px;
}

.service_box_inner {
  display: table;
  width: calc(100% - 60px);
  margin: 0 auto 15px;
}

.text_box {
  display: table-cell;
  vertical-align: middle;
}

.service_box_inner dt {
  position: relative;
  padding: 0 0 1rem 1rem;
  text-align: center;
  color: #32537e;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .1rem;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0 0 0 20px;
}

.service_box_inner dt:before { 
  position: absolute;
  right: 55px;
  bottom: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 19px 19px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.service_box_inner dt:after {
  position: absolute;
  right: 55px;
  bottom: -15px;
  width: 0;
  height: 0;
  content: '';
  border-width: 17px 17px 0 0;
  border-style: solid;
  border-color: rgb(233, 233, 233) transparent transparent transparent;
}

.service_box_inner dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.service_box_inner dl dd span {
  background: linear-gradient(transparent 60%, rgba(255, 140, 0, 0.301) 60%);
}


/*==============personal==============*/

.grayback {
  background: url(../../img/grayback.jpg) repeat;
  z-index: 0;
}

.personal_container, .seminar_container {
  padding: 220px 80px 60px;
}

#personal .index_box, #seminar .index_box {
  position: absolute;
  top: 50px;
  width: 100%;
}

.comment {
  position: absolute;           
  top: 50%;
  left: 49%;                      
  transform: translate(0, -50%);
  width: 45%;
  font-size: 1.8rem;
  line-height: 1.6;
  z-index: 50;
}

.service_box_wrap {
  justify-content: space-between;
  margin-bottom: 70px;
}

#personal .service_box {
  width: 47%;
  background: #fff;
}

.step {
  margin: 0 auto 5px;
  width: 75%;
  text-align: center;
}

h4 {
  margin-bottom: 12px;
  font-size: 3rem;
  letter-spacing: .2rem;
  color: #333;
  font-weight: 900;
  line-height: .8;
}

h4:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 3rem;
  color: #2899e9; 
  font-weight: 900;
}

.border {
  height: 2px;
  position: relative;
}
.border::before {
  content: "";
  background-image: linear-gradient(to right, #333, #333 1px, transparent 3px, transparent 5px);
  background-size: 6px 1.5px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.step p {
  margin: 8px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ff2a2a;
}

#personal .text_box p {
  margin-top: 5px;
  line-height: 1.5;
}


.plan {
  margin-bottom: 70px;
}

.h5Wrap {
  text-align: center;
}

h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 50px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .2rem;
}

h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 2rem;
  border-radius: 50%;
  left: 0px;
  width: 35px;
  height: 35px;
  line-height: 3.5rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h5:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 32px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-------PERSONAL,SEMINAR合わせて指定--------*/
.priceList {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.3;
 }

 .priceList th {
  padding: 10px;
  font-size: 2rem;
  font-weight: 550;
  background: #768394;
  border: solid 1px #666666;
  text-align: center;
  color: #ffffff;
 }
 .priceList td {
  vertical-align: middle;
  padding: 15px 20px 15px 20px;
  border: solid 1px #666666;
 }

 .priceList td a {
   text-decoration: underline;
   color: #2899e9;
 }

 .priceList td:first-child {
   padding: 0;
   font-weight: 600;
  background: #e9faf9;
 }
 .priceList td:nth-child(2),
  .priceList td:nth-child(3) {
   text-align: left;
   width: 42%;
 }

 #seminar .priceList td {
  padding: 15px 0 15px 0;
   text-align: center;
 }

 /* 空のセルに斜線を引く 透明ー黒黒ー透明 */
table td:empty {
  background-image: linear-gradient(to top right,
  transparent, transparent 50%,
     rgb(105, 105, 105) 1%,
     rgb(105, 105, 105) 1%,   /* 線の太さ */
    transparent 52%, transparent);
}

 .priceList span {
   font-size: 1.3rem;
 }

 .example {
   margin-bottom: 80px;
 }

.example ul {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.example ul li {
  position: relative;
  padding: 20px 0 15px;
  width: 30%;
  font-size: 1.8rem;
}

.stripeLine {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg,#942727, #942727 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #942727, #942727 2px, #fff 2px, #fff 4px);
}

.text_box02 {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}

/*-----------contact link-----------*/
.contactLink a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 35px auto 0;
  max-width: 250px;
  padding: 20px 35px;
  color: #543618;
  font-size: 1.8rem;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 50px;
  border: 0.2rem solid #543618;
  box-shadow: 0.4rem 0.4rem 0px 0.2rem #a3a3a3;
}
.contactLink a:hover {
transform: translate3d(0.2rem, 0.2rem, 0);
box-shadow: none;
opacity: 1;
transition: all 0.2s;
}
.contactLink a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 25px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/*==============seminar==============*/

.seminarList {
  margin-bottom: 70px;
}

.seminarList ul {
  justify-content: space-between;
}

.seminarList ul li {
  width: 31%;
}

.seminarList ul li img {
  object-fit: cover;
  height: 180px;
}

.heading {
	position: relative;
  margin-bottom: 20px;
	padding: 30px 0 5px;
	font-size: 2.4rem;
  color: #454b4e;
  font-weight: 600;
  letter-spacing: .2rem;
	border-bottom: 1px solid #832a0f;
}

.heading span {
	position: relative;
	z-index: 2;
}

.heading::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: #832a0f31;
	font-size: 4.6rem;
	text-transform: uppercase;
	z-index: 1;
}


/*-----ex-----*/

#seminar .example {
  margin-bottom: 72px;
}

#seminar .example ul {
  width: 70%;
}
#seminar .example ul li {
  padding: 0;
  width: 45%;
  line-height: 3;
}

/*---------アコーディオン----------*/

.acd-check{
  display: none;
}
.acd-label{
  display: block;
  position: relative;
}
.acd-label:after{
  box-sizing: border-box;
  content: '\f067';
  font-weight: 600;
  color: #6d2222;
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-content{
  display: block;
  height: 0;
  opacity: 0;
  margin: 8px;
  transition: .5s;
  visibility: hidden;
  background: #fdfdfd;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
  font-weight: 600;
  color: #6d2222;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 5px 15px 15px ;
  visibility: visible;
}
/*アコーディオンの中*/
#seminar .acd-content {
  font-size: 1.6rem;
}
#seminar .acd-content ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
#seminar .acd-content ul li {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
#seminar .acd-content ul li::before {
  content:'・';
}


/*========= ページトップ===============*/

/*リンクの形状*/

#page-top a{
  /* border-top: solid 3px #333; */
	color: #333;
	text-align: center;
	font-size: 1.4rem;
	transition:all 0.3s;
}

#page-top a::before {
  content: '―――――';
  position: absolute;
  top: -12px;
  left: -5px;
}

#page-top a:hover{
	color: darkorange;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 15px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*-------------footer----------------*/

.foot_container {
  padding: 30px calc(4% /2) 30px;
  background: #22426D;
}

.foot_content {
  display: flex;
  justify-content: space-between;
  color: #fdfdfd;
  letter-spacing: .1rem;
}

.foot_logo {
  margin-bottom: 20px;
}

.foot_logo p:first-child {
  font-size: 4rem;
  font-weight: bold;
}

.foot_logo p:last-child {
  font-size: 1.6rem;
}

.f_sns a{
  font-size: 2rem;
  color: darkorange;
}

#fb {
  margin-left: 10px;
}

.foot_right {
  margin-top: auto;
  text-align: right;
}

@media(min-width:800px){
#foot_navBtn {
  display: flex;
  margin-bottom: 30px;
}

}

#foot_navBtn li {
  margin-left: 15px;
  line-height: 1.7;
}

.f_sns a:hover, #foot_navBtn li:hover {
  color: #83a0c7;
}











/*responsive*/

@media only screen and (max-width: 906px) {
 
  .pc { display: none !important; }
  .sp { display: block !important; }
/*----------------------header--------------------------*/

/*----------------site title--------------*/

/*ハンバーガーボタン*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 13px;
  top   : 3px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : inline-block;
  position: absolute;
  width   : 45%;
  height  : 3px ;
  left    : 14px;
  border-radius: 2px;
  background : #333;
  transition: all .4s;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 31px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 18px;
  left: 18px;
  background :#fff;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background :#fff;
}

.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

.globalMenuSp ul {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 9999;
}

.globalMenuSp ul li {
  padding: 0;
  width: 100%;
  transition: .4s all;
  cursor: pointer;
}

.globalMenuSp li a {
  color: #fff;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.globalMenuSp ul li:hover{
  background :#7070708a;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  opacity: 100;
}

.contactbtn {
  background: none;
}

.nav_btn nav li:last-child a {
  margin-left: 0px;
  color: darkorange;
}

  /*-------------main contents------------*/
/*==============service==============*/

#pageNav ul {
  margin: 25px 0;
}

#personal .index, #seminar .index {
  width: 50%;
}

h3 {
  padding-right: 30px;
  font-size: 4.2rem;
}

.personal_container, .seminar_container {
  margin-bottom: 60px;
  padding-top: 170px;
}

.service_box {
  padding: 25px 0 7px;
}

.service_box_inner {
  width: calc(100% - 30px);
}

.service_box_inner dt {
  font-size: 2rem;
}

/*==============personal==============*/

.personal_container, .seminar_container {
  padding: 190px 40px 50px;
}

.comment {
  left: 53%;                      
  transform: translate(0, -53%);
  width: 40%;
  font-size: 1.6rem;
}

.service_box_wrap {
  margin-bottom: 60px;
}

.step {
  width: 100%;
}

h4, h4::before {
  font-size: 2.6rem;
}

.step p {
  font-size: 1.8rem;
}


.plan {
  margin-bottom: 60px;
}

h5 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}

#personal .example h5 {
  margin-bottom: 20px;
}


/*-------PERSONAL,SEMINAR合わせて指定--------*/

 .priceList th {
  font-size: 1.8rem;
 }

 .priceList span {
   font-size: 1.2rem;
 }

 .example {
   margin-bottom: 60px;
 }

.example ul {
  width: 90%;
}

.example ul li {
  padding: 16px 0 13px;
  font-size: 1.6rem;
}

/*==============seminar==============*/

.seminarList {
  margin-bottom: 60px;
}

.heading {
	font-size: 2rem;
}

.heading::before {
	font-size: 4rem;
}

/*-----ex-----*/

#seminar .example {
  margin-bottom: 60px;
}

/*アコーディオンの中*/
#seminar .acd-content {
  font-size: 1.4rem;
}
#seminar .acd-content ul li {
  font-size: 1.3rem;
}

/*========= ページトップ===============*/

#page-top a{
	font-size: 1.1rem;
}

#page-top a::before {
  top: -5px;
}

/*-------------footer----------------*/

.foot_content {
  padding: 0 calc(4% /2) 0;
}

.foot_logo {
  margin-bottom: 15px;
}

.foot_logo p:first-child {
  font-size: 2.8rem;
}

.foot_logo p:last-child {
  font-size: 1rem;
}

.f_sns {
  font-size: 1.6rem;
}

#foot_navBtn {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.copy {
  font-size: 1.2rem;
}


  
}















@media only screen and (max-width: 600px) {

  .fixed_logo {
    padding: 5px 0;
  }

  h1 .title,
  h1 .sub_title {
    line-height: 1;
  }
  
  /*-------------main contents------------*/

  .index {
    top: 0;
  }

  h3 {
    padding-right: 0;
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: .3rem;
  }

  /*==============service==============*/

  #pageNav ul {
    margin: 20px 0;
  }
  #pageNav ul li a {
    display: block;
    margin: 0 5px;
    padding: 5px;
    font-size: 1.4rem;
  }

  #personal .index, #seminar .index {
    width: 70%;
  }

  h3 {
    padding-right: 0;
    font-size: 3.4rem;
  }

  .service_box {
    padding: 0;
    background: none;
  }

  #service .service_box {
    width: 100%;
    margin-bottom: 40px;
  }

  .service_box_inner {
    width: 100%;
  }

  .service_box_inner img {
    object-fit: cover;
    height: 180px;
  }

  .service_box_inner dt {
    font-size: 2.8rem;
  }
  .service_box_inner dt:after {
    border-color: rgb(255, 255, 255) transparent transparent transparent;
  }

  .service_box_inner dd {
    margin-top: 25px;
    font-size: 1.6rem;
  }


  /*==============personal==============*/

  .personal_container, .seminar_container {
    padding: 190px 0 50px;
    margin: 0 auto 0;
  }

  #personal {
    background: url(../../img/grayback.jpg) repeat;
  }

  #personal .grayback, #seminar .grayback {
    background: none;
  }

  #personal .index_box, #seminar .index_box {
    top: 40px;
    width: 100%;
  }

  .comment {         
    top: 100%;
    left: auto;                      
    transform: translate(0, 0);
    padding: 25px;
    width: 100%;
    font-size: 1.6rem;
  }

  .service_box_wrap {
    display: block;
    margin: 30px 0 50px;
  }

  #personal .service_box {
    width: 100%;
    padding: 25px 20px 10px;
    margin-bottom: 30px;
  }

  .step {
    margin: 0 auto 5px;
    width: 75%;
    text-align: center;
  }

  h4 {
    font-size: 2.8rem;
  }

  h4:before {
    font-size: 2.8rem;
  }

  .plan {
    margin-bottom: 50px;
  }

  h5 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  #personal .example h5 {
    margin-bottom: 25px;
  }

  /*-------PERSONAL,SEMINAR合わせて指定--------*/
  .priceList {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.3;
  }

  .priceList th {
    font-size: 1.6rem;
  }
  .priceList td {
    padding: 15px 10px;
    font-size: 1.4rem;
  }

  .priceList td:first-child {
    font-weight: 500;
  }
  .priceList td:nth-child(2),
    .priceList td:nth-child(3) {
    text-align: left;
    width: 43%;
  }

  #seminar .priceList td {
    padding: 15px 5px;
  }

  .priceList span {
    font-size: 1.2rem;
  }

  .example {
    margin-bottom: 60px;
  }

  .example ul {
    width: 100%;
  }

  .example ul li {
    width: 47%;
  }

  /*-----------contact link-----------*/

  #personal .contactLink a {
    background: #fff;
    box-shadow: 0.4rem 0.4rem 0px 0.2rem #a3a3a3;
  }

  /*==============seminar==============*/

  .seminarList {
    margin: 50px 0 50px;
  }

  .seminarList ul {
    display: block;
    margin: 30px 0;
  }

  .seminarList ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .seminarList ul li img {
    object-fit: cover;
    width: 45%;
    height: 80px;
  }

  .heading {
    width: 60%;
    margin: 0 10px 0 0;
    padding: 20px 0 10px;
    font-size: 1.4rem;
  }

  .heading::before {
    font-size: 3rem;
  }


  /*-----ex-----*/

  #seminar .example {
    margin-bottom: 50px;
  }

  #seminar .example ul {
    display: block;
    width: 80%;
  }
  #seminar .example ul li {
    padding: 0;
    width: 100%;
    line-height: 3;
  }

  /*---------アコーディオン----------*/

  .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    margin: 5px;
  }
  .acd-check:checked + .acd-label:after{
    content: '\f068';
    font-weight: 600;
    color: #6d2222;
  }
  .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 5px 15px 15px ;
    visibility: visible;
  }
  /*アコーディオンの中*/
  #seminar .acd-content {
    font-size: 1.6rem;
  }
  #seminar .acd-content ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #seminar .acd-content ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #seminar .acd-content ul li::before {
    content:'・';
  }
      
  /*========= ページトップ===============*/

/*リンクの形状*/

#page-top a{
	font-size: 1rem;
}

#page-top a::before {
  content: '――――';
  top: -8px;
  left: 0px;
}

/*リンクを右下に固定*/
#page-top {
	right: 12px;
}

/*-------------footer----------------*/

/*-----------contact-----------*/

.foot_contact {
  padding: 8px 0 100px;
}

.foot_contactBtn::before,
.foot_contactBtn::after {
  border: 1px solid transparent;
}

.foot_contactBtn::before {
  top: -1px;
  left: -1px;
}

.foot_contactBtn::after {
  bottom: -1px;
  right: -1px;
}

/*----------------------*/

.foot_container {
  padding: 0;
}

.foot_content {
  display: block;
  margin: 0 auto;
  padding: 20px 0 10px;
  width: calc(100% - 50px);
  color: #98A6B5;
}

.foot_left {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.foot_right {
  margin-top: 25px;
  text-align: center;
}

#foot_navBtn {
  display: inline-block;
}

#foot_navBtn li {
  margin: 0 0 10px;
  color: #fdfdfd;
}


}