@charset "UTF-8";

/*------------------------------------------------------------

ttl

------------------------------------------------------------*/
.ttl {
  background: url("../images/session/coach_ttl.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------
service
------------------------------------------------------------*/
.service {
  width: 1100px;
  margin: 0 auto 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .service {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto 50px;
  }
}

.service>figure {
  position: absolute;
  top: -240px;
  right: -10%;
}

.service h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 3.2rem;
  margin-bottom: 70px;
}

.service h2 span {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .service h2 {
    margin-bottom: 35px;
  }
}

.service>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .service>ul {
    display: block;
  }
}

.service>ul>li {
  width: 33.3%;
  border: 1px solid #e8e3db;
  margin-right: -1px;
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .service>ul>li {
    width: 100%;
  }
}

.service img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .service img {
    height: 70px;
    width: auto;
  }
}

.service p {
  font-size: 2rem;
  margin-bottom: 15px;
}

.service ul ul {
  font-size: 1.2rem;
  text-align: left;
  display: inline-block;
  margin: 0 auto 30px;
}

.service li li a {
  padding-left: 20px;
  background: url("../images/session/icon_arrow.png") no-repeat left center;
  -webkit-background-size: 5px auto;
  -moz-background-size: 5px auto;
  -o-background-size: 5px auto;
  background-size: 5px auto;
}

.service li li a:hover {
  color: #60958f;
}

/*------------------------------------------------------------
wrap
------------------------------------------------------------*/
.wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding: 50px 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

}

.wrap h2 {
  margin-bottom: 70px;
  font-size: 2.4rem;
  /* font-size: 3.2rem; */
  color: #60958f;
}

.wrap h2 span {
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  display: block;
  margin-top: 40px;
  color: #555;
}

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

  .wrap h2 {
    font-size: 2.4rem;
  }
}

/*------------------------------------------------------------
osusume
------------------------------------------------------------*/
.osusume {
  margin-bottom: 60px;
  width: 1100px;
  margin: 0 auto 50px;
}

.osusume_box ul li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../../asset/images/session/bg-icon.svg) !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-position: center !important;
  background-color: transparent !important;
}


.osusume_box ul li img {
  display: block;
  width: 65px;
  margin: 0 auto 10px;
}

.osusume_box ul li span {
  display: block;
  color: #A0A0A0;
  margin-bottom: 7px;
  text-align: center;
  font-size: 1.4rem;
}

.osusume_box ul li p {}

@media only screen and (max-width: 767px) {
  .osusume {
    width: 100%;
  }
}

.osusume h3 {
  text-align: center;
  font-size: 1.8rem;
  /* font-size: 2rem; */
  margin-bottom: 30px;
  font-weight: bold;
  color: #60958f;
}

.osusume h3 span {
  display: inline-block;
}

.osusume ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.osusume ul li {
  width: 19%;
  background: #faf8f5;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 209px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .osusume ul li {
    width: 42vw;
    height: 42vw;
  }
}

.osusume ul li:nth-of-type(2n) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .osusume ul li:nth-of-type(2n) {
    margin-top: 30px;
  }
}

.osusume p {
  text-align: center;
  font-size: 1.2rem;
}

/*------------------------------------------------------------
.cost
------------------------------------------------------------*/
.cost h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cost p {
  text-align: center;
}

.cost p b {
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.cost p span {
  font-size: 1.2rem;
}

.cost p em {
  color: #60958f;
}

/*------------------------------------------------------------
.costgraf
------------------------------------------------------------*/
.costgraf {
  width: 100%;
  overflow: hidden;
}

.costgraf h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  /* font-size: 1.6rem; */
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .costgraf div {
    overflow: scroll;
  }
}

.costgraf table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e8e3db;
  border-left: 1px solid #e8e3db;
}

@media only screen and (max-width: 767px) {
  .costgraf table {
    width: 750px;
  }
}

.costgraf th {
  background: #60958f;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #e8e3db;
  border-right: 1px solid #e8e3db;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 1.4rem;
}

.costgraf th span {
  font-size: 1rem;
}

.costgraf td {
  padding: 10px;
  border-bottom: 1px solid #e8e3db;
  border-right: 1px solid #e8e3db;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}

.costgraf p {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}

/*------------------------------------------------------------
#self
------------------------------------------------------------*/
#self,
#seven {
  background: #faf8f5;
}

#self .wrap,
#seven .wrap {
  position: relative;
}

#self .osusume li {
  font-size: 1.4rem;
}

#self .osusume li,
#seven .osusume li {
  background: #fff;
}

#personal figure,
#self figure {
  position: absolute;
  bottom: 40px;
  right: 55px;
}

#self .img01 {
  position: absolute;
  top: 250px;
  left: -50px;
  bottom: auto;
  right: auto;
  z-index: 0;
}

#self .img01 img {
  width: 260px;
}

@media only screen and (max-width: 767px) {
  #self figure {
    right: -50px;
  }
}

#seven {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #seven {
    margin-bottom: 50px;
  }
}

#seven figure {
  position: absolute;
  bottom: 40px;
  left: -120px;
}



/*------------------------------------------------------------
#personal
------------------------------------------------------------*/
#personal {}

.osusume1 {
  position: relative;
  /* margin-bottom: 60px;
  width: 1100px;
  margin: 0 auto 50px; */
}

/* 
#personal .img01 {
  position: absolute;
  top: -150px;
  left: -50px;
  bottom: auto;
  right: auto;
  z-index: 0;
} */
#personal .wrap-a {
  position: relative;
}

#personal figure {
  bottom: -140px;
}

#personal .img01 img {
  /* width: 190px; */
  width: 215px;
}


/*------------------------------------------------------------
.btn
------------------------------------------------------------*/
.btn a {
  background: #60958f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 350px;
  margin: 0 auto 40px;
  padding: 15px 0;
  border: none;
  display: block;
  font-size: 1.6rem;
  text-align: center;
}

.btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .btn a {
    width: 250px;
  }
}







/*------------------------------------------------------------
.contents
------------------------------------------------------------*/
.contents_wrap {
  width: 1100px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
  .contents_wrap {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

.contents p a {
  text-decoration: underline;
}

.contents p .fz-1rem {
  font-size: 1rem;
}

.contents .contents-p-right {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .contents {
    display: block;
    margin-bottom: 60px;
  }

  .col-rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .contents .contents-p-right {
    width: 100%;
  }
}

.contents.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contents div {
  -webkit-flex-shrink: 500;
  -ms-flex-negative: 500;
  flex-shrink: 500;
  width: 55%;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .contents div {
    width: 100%;
  }
}

.contents figure {
  width: 40%;
}

.contents figure img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .contents figure {
    width: 100%;
    margin-bottom: 25px;
  }

  .contents figure.s {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.contents figcaption {
  font-size: 1rem;
  margin-top: 20px;
  margin-left: 120px;
}

.contents figcaption a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .contents figcaption {
    margin-left: 0;
  }
}

.contents h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #60958f;
  font-weight: bold;
}

.contents p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.contents li {
  list-style: disc;
  margin-left: 20px;
  overflow: visible;
  margin-bottom: 10px;
}

.contents dl {
  margin-bottom: 25px;
}

.contents dt {
  margin-bottom: 7px;
}

.contents dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #60958f;
}

.contents dd a {
  text-decoration: underline;
  color: #60958f;
}

.contents dd a:hover {
  opacity: 0.6;
}

.contents b {
  color: #60958f;
  font-weight: bold;
}

.contents ul.s li {
  margin-bottom: 5px;
}

.contents span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}



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

  #self .wrap,
  #seven .wrap {
    overflow: hidden;
  }

  .osusume_box ul li {
    width: 43vw;
    height: 43vw;
  }

  .osusume_box ul li img {

    width: 45px;
  }

  .osusume_box ul li span {
    font-size: 12px;
  }

  #self .img01 img {
    width: 200px;
  }

  #self .img01 {
    top: 360px;
  }

  /* #personal .img01 {
    top: -50px;
  } */

  #personal .img01 img {
    width: 180px;
    width: 235px;
  }

  #personal figure {
    bottom: -100px;
    right: 0;
  }
}

@media only screen and (max-width: 430px) {
  .osusume_box ul li {
    width: 45vw;
    height: 45vw;
  }

  .osusume_box ul li img {
    width: 35px;
  }

  .osusume_box ul li span {
    font-size: 11px;
  }

  #self .img01 {
    top: 430px;
  }

  /* #personal .img01 img {
    width: 150px;
  } */
}