@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
}
html,
body {
  margin: 0;
  padding: 0;
}

body{
    font-family: sans-serif,'游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','Hiragino Sans','メイリオ',Meiryo;
    line-height: 1.7;
}
.container{
    width: 90%;
    max-width: 980px;
    margin: auto;
}
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
img {
    width: 100%;
    height: auto;
}


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

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

    .container{
        width: 100%;
        margin: auto;
    }
}
/*=============
top
=============*/
.top{
    width: 100%;
    margin-bottom: 80px;
}

.top-btn{
    width: 40%;
    margin: 0 auto;
}
.top-btn:hover{
    opacity: 70%;
}
.btn-text{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.btn-lead{
    text-align: center;
}
@media screen and (max-width: 767px)  {
    .top{
        max-width:100%;
    }
    .top-btn{
        margin-top: 50px;
        width: 100%;
    }
}
/*=============
section
=============*/
.section{
    padding: 80px;
}

.section-title{
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 28px;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.section-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: transparent linear-gradient(270deg, #009899 0%, #009899 100%) 0% 0% no-repeat padding-box;
    bottom: -15%;
    left: 50%;
  transform: translateX(-50%);
}
.section-img{
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
}
@media screen and (max-width: 767px){
     .section {
        padding: 40px 10px 30px 10px;
  }
    .section-title{
        font-size: 22px;
        line-height: 1.3;
    }
.section-title::after {
    width: 50px;
    height: 5px;
    bottom: -5%;
  }
    .section-img{
    width: 95%;
}
}
/*=============
about
=============*/
.about{
margin-top: 80px;
width: 100%;
text-align: left;
}
.about-lead{
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.box{
    margin-top: 80px;
    padding: 30px;
    text-align: center;
    border: solid 2px #009899;
}

@media screen and (max-width: 767px){
    .about{
       margin-top: 40px; 
    }
    .about-lead{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}
}
/*=============
description
=============*/
.description{
margin-top: 80px;
width: 100%;
text-align: left;
    padding: 50px;
background-color: #f7f7f7;
}
.description-lead{
    margin-top: 80px;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 767px){
    .description{
       margin-top: 40px; 
         padding: 30px;
    }
    .description-lead{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}
}
/*=============
education
=============*/
.education{
margin-top: 80px;
width: 100%;
text-align: left;
    padding: 50px;
}
.education-lead{
    margin-top: 80px;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}

@media screen and (max-width: 767px){
    .education{
       margin-top: 40px; 
         padding: 30px;
    }
    .education-lead{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}
}
/*=============
speaker
=============*/
.box01.speaker {
    margin-top: 50px;
    display: flex;
    padding: clamp(15px, 4%, 40px);
}
.box01.speaker .photo {
    margin-top: 40px;
    width: 250px;
    margin-right: 20px;
}
.box01.speaker .text {
    width: calc(100% - 200px);
}
.box01.speaker .name h4 {
    font-size: 1.5em;
    margin-bottom: -20px;
}
.box01.speaker .text .name {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
.box01.speaker {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.box01.speaker .photo {
    margin-left: 30px;
    margin-bottom: 15px;
}
.box01.speaker .text {
    width: 100%;
}
}
/*=============
removable
=============*/
.removable{
    background-color: #f7f7f7;
    padding: 50px;
}
.design13 {
margin-top: 80px;
width: 100%;
max-width: 900px;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 background: #fff;
 color: #333;
}
.design13 th {
 padding: 10px;
 background: #4b6584;
 border: solid 1px #009899;
}
.design13 td {
font-size: 1.3em;
 padding: 10px;
 border: solid 1px #009899;
}
@media screen and (max-width: 767px){
    .removable{
    padding: 20px;
    }
   .design13 { 
        margin-top: 50px;
    }
}
/*=============
recommend
=============*/

.recommend-box{
margin: 12px auto;
text-align: center;
max-width: 100%;

}
.recommend-box ul{
list-style:none;
margin-top: 80px;
text-align:-webkit-center;
}
.recommend-box li{
text-align: left;
}
.recommend-item:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
margin-right:5px;
  background-image: url(../img/home.png);
background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.recommend-item{
    width: 50%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
    .recommend-box{
margin: 5px auto;
text-align: center;
width: 100%;
}
.recommend-box ul{
margin-top: 40px;
padding-left:15px;
}
.recommend-item:before {
  width: 24px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
margin-right:5px;
}
.recommend-item{
    width: 100%;
    margin-bottom: 30px;
     }
p.indent{
line-height:0em;
  text-indent: 2.7em;
}
}
/*=============
media
=============*/
.media { 
  display: flex;
  justify-content:space-around;
}
.media img{
    width: 450px;
    text-align: center;
}
.media-title{
    padding: 5px;
    width: 450px;
    border-bottom:2px double #008989;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px){
.media { 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.media img{
    width: 100%;
    text-align: center;
}
.media-title{
    padding: 10px;
    width: 100%;
    }
}
/*=============
offer_area
 =============*/
  .offer_area {
width: 100%;
position: relative;
}
.btn-img {
margin: 0 auto;
width: 40%;
position: absolute;
left:  30%;
top: 35%; 
}
@media screen and (max-width: 767px){
.btn-img {
margin: 0 auto;
width: 80%;
position: absolute;
left:  10%;
top: 30%; 
    } 
}
/*=========
accordion
=========*/

.accordion_area {
    margin-top: 80px;
}
.accordion_area .accordion_one .ac_header {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #faa23d;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #faa23d;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
    .accordion_area {
    margin-top: 40px;
}
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=============
triangle
=============*/
.triangle {
  width: 0px;
  height: 0px;
  border-bottom: 25px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #009899;
    margin: 0 auto;
    margin-top: 40px;
}
/*=============
profile
=============*/
.profile{
width: 100%;
background-color: #f7f7f7;
}

.member-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    list-style: none;
}
.member-list ul{
        margin: 0;
    padding: 0;
    list-style: none;
}
.member-list li {
    width: calc(50% - 15px);
    background-color: #fff;
    box-shadow: 3px 2px 7px #00000014;
    border-radius: 20px;
    z-index: 4;
    position: relative;
}
.member-list .img-wrap {
    overflow: hidden;
    object-fit: cover;
}
.member-list li span {
    display: block;
}
span.name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

span.license,span.comment {
    font-size: 18px;
    font-weight: bold;
    color: #faa23d;
    text-align: center;
}
span.license-item {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 0 10px;
}
span.profile-item {
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding: 0 10px;
}
span.comment-item {
    margin: 10px;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

@media screen and (max-width: 736px) {
.member-list {
    flex-wrap: wrap;
    padding-left:0;
}
.member-list li {
    width: 100%;
    margin-bottom: 20px;
}
    
.member-list li:nth-child(1) {
    margin-bottom: 40px;
}
.member-list li:nth-child(2) {
    margin-bottom: -40px;
}
span.name {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

span.license,span.comment {
    font-size: 16px;
}
span.license-item {
    font-size: 16px;
}
span.profile-item {
    font-size: 16px;
}
span.comment-item {
    margin: 10px;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
}
/*=============
exclusive
=============*/
.hukidashi{
width: 30%;
margin: 0 35%;
}
.exclusive{
width: 100%;
background-color: #f7f7f7;
}

.exclusive-lead{
    margin-top: 80px;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    text-align: center
}
@media screen and (max-width: 767px){
.hukidashi{
width: 50%;
    margin: 0 90px;
}
    .exclusive-lead{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}
}
/*=============
footer
=============*/

footer{
    background-color: #fff;
    color: #000;
    padding:  30px 0;
}
.copyright{
    font-size: 12px;
    text-align: center;
}
    @media screen and (max-width: 767px){
      .copyright{
    font-size: 14px;
}
     
    }