@charset "UTF-8";

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

ttl

------------------------------------------------------------*/
.ttl {
  background: url("../images/coaching/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/coaching/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;
}

@media only screen and (max-width: 767px) {
  .wrap h2 {
    font-size: 2.4rem;
  }
}

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

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

@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 {
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  #seven figure {
    width: 180px;
    left: 0;
  }
}

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

.profile {
  display: inline-block;
  margin: 100px auto;
  border: 1px solid #e8e3db;
  padding: 30px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .profile {
    display: block;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: 50px auto;
  }
}

.profile h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.profile article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .profile article {
    display: block;
  }
}

.profile figure {
  width: 180px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .profile figure {
    padding: 0;
    margin: 30px auto 0;
    width: 100px;
  }
}

.profile figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.profile figcaption {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------------------------------------
new
------------------------------------------------------------*/

.coaching-menu {
  width: 100%;
  padding: 75px 0 45px;
  position: relative;
  background-color: #faf8f5;
}

.coaching-menu-wrap {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
}

.coaching-menu h2 {
  /* font-family: 'Noto Sans JP', sans-serif; */
  text-align: center;
  font-size: 1.8rem;
  /* font-size: 2rem; */
  margin-bottom: 30px;
  font-weight: bold;
  color: #60958f;
}

.coaching-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.coaching-item {
  width: -webkit-calc((100% - 90px)/2);
  width: -moz-calc((100% - 90px)/2);
  width: calc((100% - 90px)/2);
  margin-bottom: 90px;
}

.coaching-flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.coaching-flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

.coaching-img {
  width: 53%;
  ;
}

.coaching-pc {
  display: block;
}

.coaching-sp {
  display: none;
}

.coaching-box {
  width: 47%;
}

.coaching-box.coaching-box-or {
  background-color: #FBE7DD;
}

.coaching-box.coaching-box-gr {
  background-color: #E1EFE3;
}

.coaching-box.coaching-box-bl {
  background-color: #DFE5EF;
}

.coaching-box.coaching-box-pa {
  background-color: #EEE2EB;
}


.coaching-box.coaching-box-or .coaching-txt {
  color: #F0B398;
}

.coaching-box.coaching-box-gr .coaching-txt {
  color: #A5D5AE;
}

.coaching-box.coaching-box-bl .coaching-txt {
  color: #A3BEDD;
}

.coaching-box.coaching-box-pa .coaching-txt {
  color: #D1ACCF;
}

.coaching-ttl {
  margin-top: 50px;
  margin-bottom: 60px;
  color: #B5A494;
  text-align: center;
}

.coaching-ttl span {
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
}

.coaching-ttl h3 {
  font-size: 1.2rem;
  /* font-size: 1.4rem; */
}

.coaching-txt {}

.coaching-txt p {
  font-size: 1.4rem;
  text-align: center;
  color: #a9a9a9 !important;
}

.coaching-message {
  max-width: 95%;
  width: 1100px;
  margin: 0 auto 100px;
  /* padding: 90px 0; */
}

.coaching-message-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.coaching-message h2 {
  /* font-family: 'Noto Sans JP', sans-serif; */
  text-align: center;
  font-size: 1.8rem;
  /* font-size: 2rem; */
  margin-bottom: 30px;
  font-weight: bold;
  color: #60958f;
}

.coaching-message-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.coaching-message-txt {
  width: 48%;
  /* font-family: 'Noto Sans JP', sans-serif; */
}

.coaching-message-txt h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #60958f;
  font-weight: bold;
}

.coaching-message-txt p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.coaching-message-txt span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
}


.coaching-message-flex img {
  width: 42%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .coaching-pc {
    display: none;
  }

  .coaching-sp {
    display: block;
  }

  .coaching-menu {
    padding: 75px 0;
  }

  .coaching-message {
    margin-bottom: 75px;
    /* padding: 75px 0; */
  }

  .coaching-message-wrap {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }

  .coaching-flex-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .coaching-img {
    width: 100%;
  }

  .coaching-box {
    width: 100%;
    padding-bottom: 35px;
  }

  .coaching-flex-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .coaching-item {
    width: 100%;
    margin-bottom: 55px;
  }

  .coaching-img img {
    width: 100%;
  }

  .coaching-ttl {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .coaching-message-flex {
    display: block;
  }

  .coaching-message-txt {
    width: 100%;
    margin-bottom: 45px;
  }

  .coaching-message-flex img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 430px) {
  .coaching-message-flex img {
    width: 100%;
  }
}