@charset "UTF-8";

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

ttl

------------------------------------------------------------*/
.ttl {
  background: url("../images/self-caoching/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/self-caoching/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 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

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

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

@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 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;
  font-size: 1.2rem;
}

@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.4rem;
}

/*------------------------------------------------------------
.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-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;
}

@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;
}

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

.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,
#seven .osusume li {
  background: #fff;
}

#self figure {
  position: absolute;
  bottom: 40px;
  right: 50px;
}

@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;
}

/*------------------------------------------------------------
.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;
}

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

@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 .contents-p-right {
  width: 40%;
}

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

  .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;
}

@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 {
  margin-bottom: 20px;
}
/*
.contents .contents-p-right {
  width: 40%;
}
*/
.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;
}

/*------------------------------------------------------------
.point
------------------------------------------------------------*/
.point_flex {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point_item {
  width: -webkit-calc((100% - 90px) /3);
  width: -moz-calc((100% - 90px) /3);
  width: calc((100% - 90px) /3);
}

.point_item h3 {
  margin-bottom: 25px;
  font-weight: bold;
  color: #A0A0A0;
  text-align: center;
  font-size: 1.4rem;
}

.point_item img {
  display: block;
  width: 130px;
  margin: 0 auto 25px;
}

.point_item p {
  font-size: 1.4rem;
  text-align: center;
}

.point_ttl_txt {
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin: 0 auto 90px;
  font-size: 1.4rem;
}

.point_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point_list ul {
  width: 40%;
}

.point_list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  font-size: 1.4rem;
}

.point_list ul li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #60958f;
}

.point_list-right {
  border-right: 1px solid #000;
  margin-left: 10%;
}

.point_list .point_list-left {
  width: 40%;
}

/*------------------------------------------------------------
.voice
------------------------------------------------------------*/

.voice_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.voice_item {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px;
}

.voice_item img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice_txt {
  width: 75%;
}

.voice_txt {
  position: relative;
  padding: 20px;
  padding: 20px;
  border: 2px solid #eee;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.voice_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
.voice_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #eee;
  z-index: 1;
}

/*------------------------------------------------------------
.flow
------------------------------------------------------------*/

.flow_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.flow_item {
  position: relative;
  padding: 15px 25px;
  margin-bottom: 90px;
  background-color: #F0F0F0;
}

.flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 71px 0 71px;
  border-color: #eee transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -71px;
}


.flow_item h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.flow_item p {
  margin-left: 15px;
  font-size: 1.4rem;
}

.flow_item a {
  font-weight: bold;
  text-decoration: underline;
}

.flow_exp {
  padding: 15px;
  border: double 3px #eee;
}



.flow_item .flow_kome {
  font-size: 1.2rem;
  color: #333;
  margin-top: 25px;
}

.flow_exp .flow_kome {
  font-size: 1.2rem;
  color: #333;
  margin-top: 25px;
}

/*------------------------------------------------------------
.price
------------------------------------------------------------*/

.price_box {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 65px;
  background-color: #fff;
  color: #60958f;
  text-align: center;
}

.price_box h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

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

.price_box p {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 1.4rem;
}

.price_box strong {
  display: block;
  font-weight: bold;
  padding-top: 8px;
}





@media only screen and (max-width: 767px) {
  .point_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .point_item {
    width: 100%;
    margin-bottom: 45px;
  }

  .point_flex {
    display: block;
  }

  .point_list {
    width: 85%;
    max-width: 0 auto;
  }

  .point_list ul {
    width: 100%;
  }

  .point_list-right {
    border: none;
    margin-left: 0;
    margin-bottom: 45px;
  }

  .point_list .point_list-left {
    width: 100%;
  }

  .voice_wrap,
  .flow_wrap,
  .price_wrap {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .price_box {
    padding: 45px 25px;
    max-width: inherit;
  }

  .voice_item img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }

  .voice_txt {
    width: 80%;
    font-size: 1.5rem;
  }

  .voice_item {
    margin-bottom: 45px;
  }

  .price_box p {
    font-size: 1.3rem;
  }
}

.voice .common_ttl {
  font-size: 1.8rem;
}

.point .common_ttl {
  font-size: 1.8rem;
}

.flow .common_ttl {
  font-size: 1.8rem;
}

.price .common_ttl {
  font-size: 1.8rem;
}

.voice_txt {
  font-size: 1.4rem;
}

.flow_item h3 {
  font-size: 1.4rem;
}

.flow_item .flow_kome {
  font-size: 1rem;
}

.flow_exp {
  font-size: 1.4rem;
}

.flow_exp .flow_kome {
  font-size: 1rem;
}

.price_box h3 {
  font-size: 1.4rem;
}

.price_box p {
  font-size: 1rem;
  border: none;
}
