@charset "UTF-8";
/* CSS Document */
/* ----------
personalcoaching
-----
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
#coaching .breadcrumb {
  position: absolute;
  z-index: 2;
}
#coaching ul.fix-menu {
	top: 170px;
}

.sp{
display:none;
}
.pc{
display:block
}
@media screen and (max-width: 640px) {
.sp{
display:block;
}
.pc{
display:none;
}
}

ul.fix-menu li span{
  display:block;
  text-align:center;
  line-height:1.08;
}
#coaching .fix-menu li.sp-hide{
	font-size: 14px;
	color: #13345E;
	font-weight: bold;
	font-feature-settings: "palt";
	height: 110px;
	padding: 10px;
	position: relative;
}
#coaching .fix-menu li.sp-hide:after{
	content: "";
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #13345E rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

@media screen and (max-width: 640px) {
  #coaching .breadcrumb {
    top: 70px;
    left: 20px;
  }
  #coaching ul.fix-menu{
	  top: auto;
  }
  #coaching ul.fix-menu li.sp-hide {
	  display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  #coaching .breadcrumb {
    top: 140px;
    left: 20px;
  }
}
#coaching.is_open {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* base */
.coaching {
  overflow: hidden;
  /*background-color: #f8f8f8;*/
}
.coaching h1, .coaching h2, .coaching h3, .coaching h4, .coaching h5, .coaching div, .coaching p, .coaching ul, .coaching ol, .coaching li, .coaching table {
  margin: 0 auto;
  line-height: 1;
  box-sizing: border-box;
}
.coaching th, .coaching td {
  line-height: 1;
}
.coaching h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.coaching p, .coaching li, .coaching th, .coaching td {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .coaching p, .coaching li, .coaching th, .coaching td {
    font-size: 4.2666666667vw;
    line-height:1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching p, .coaching li, .coaching th, .coaching td {
    font-size: 16px;
  }
}
.coaching img {
  width: 100%;
  max-width: 100%;
}
.coaching span {
  color: inherit;
}
.coaching .container > section > div {
  position: relative;
}

.coaching .p-course {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.coaching .c-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #123E75;
}
.coaching .c-num > span {
  font-size: 96px;
  font-weight: 100;
}
@media screen and (max-width: 640px) {
  .coaching .c-num > span {
    font-size: 19.2vw;
  }
}
.coaching .c-num > span > span {
  position: absolute;
  left: -12px;
  top: -3px;
  padding: 3px;
  border-bottom: 1px solid #123E75;
  font-size: 14px;
  font-weight: 100;
  transform: rotate(-37deg);
}
@media screen and (max-width: 640px) {
  .coaching .c-num > span > span {
    font-size: 2.8vw;
  }
}
.coaching .contents__header {
  position: absolute;
  left: 0;
  top: -105px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .coaching .contents__header {
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header {
    top: -100px;
  }
}
.coaching .contents__header > div {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1080px;
  height: 221px;
}

@media screen and (max-width: 640px) {
  .coaching .contents__header > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 84%;
    height: 26.6666666667vw;
  }
  .coaching .contents.cases .contents__header>div{
	  height: 28.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 630px;
    height: 200px;
  }
}
.coaching .contents__header > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to right, #0082b2,#002f65);
}
.coaching .contents__header h2,
.coaching .contents__header p,
.coaching .contents__header span {
  color: #fff;
}
.coaching .contents__header h2, .coaching .contents__header p {
  position: relative;
  z-index: 2;
}
.coaching .contents__header h2 {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .coaching .contents__header h2 {
    flex-wrap: wrap;
    padding-top: 6.6666666667vw;
    font-size: 9.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header h2 {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.coaching .contents__header h2 span:nth-of-type(2) {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .coaching .contents__header h2 span:nth-of-type(2) {
    margin-top: 2.4vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header h2 span:nth-of-type(2) {
    margin-top: 18px;
  }
}
.coaching .contents__header p {
  position: relative;
  margin-top: 66px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .coaching .contents__header p {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header p {
    margin-top: 34px;
  }
}
.coaching .contents__header p:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents__header p:before {
    position: static;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__header p:before {
    position: static;
    margin-bottom: 24px;
  }
}
.coaching .contents__menu {
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 640px) {
  .coaching .contents__menu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents__menu {
    height: 0;
    overflow: hidden;
  }
}
.coaching .contents__menu ul {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.coaching .contents__menu a span {
  color: #123E75;
  transition: color 0.3s ease;
}
.coaching .contents__menu a:hover span, .coaching .contents__menu a.is_current span {
  color: #fff !important;
}
.coaching .contents__menu a:hover .contents__menu__txt, .coaching .contents__menu a.is_current .contents__menu__txt {
  background-color: #003461;
}
.coaching .contents__menu a:hover .contents__menu__txt:after, .coaching .contents__menu a.is_current .contents__menu__txt:after {
  background-color: #fff;
}
.coaching .contents__menu__txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.coaching .contents__menu__txt:after {
    position: absolute;
    left: 40px;
    top: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #123E75;
    transition: background-color 0.3s ease;
    transform: rotate(-90deg) translateY(-50%);
}
.coaching .contents__menu__txt > span:nth-of-type(1) {
  margin-left: 15px;
  font-size: 26px;
}
.coaching .contents__menu__txt > span:nth-of-type(2) {
  margin-left: 18px;
  font-size: 15px;
  line-height: 1.4;
}
.coaching .contents__menu__txt > span.oneLine {
  margin-top: 0.5em;
}
.coaching .contents .p-btn {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn {
    width: 100%;
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn {
    width: 100%;
    height: 140px;
  }
}
.coaching .contents .p-btn a {
  color: #fff;
}
.coaching .contents .p-btn__txt {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt {
    width: 100%;
    height: 100%;
    background-color: #003461;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt {
    width: 100%;
    height: 100%;
    background-color: #003461;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt > span {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt > span {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt > span:nth-of-type(1) {
    margin-left: 4.7619047619%;
    font-size: 6.6666666667vw;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt > span:nth-of-type(1) {
    margin-left: 30px;
    font-size: 52px;
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt > span:nth-of-type(2) {
    margin-left: 3.8%;
    font-size: 4vw;
    line-height: 1.38;
	  font-feature-settings: "palt";
    order: 3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt > span:nth-of-type(2) {
    margin-left: 22px;
    font-size: 32px;
    line-height: 1.38;
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt:before {
    content: "";
    display: block;
    width: 1px;
    height: 4.8vw;
    margin-left: 3%;
    background-color: rgba(255, 255, 255, 0.5);
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt:before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    margin-left: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__txt:after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    margin-left: auto;
    margin-right: 4.7619047619%;
    background: url("../img/pict_btn_open_w.svg") center center no-repeat;
    background-size: cover;
    order: 4;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__txt:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: 30px;
    background: url("../img/pict_btn_open_w.svg") center center no-repeat;
    background-size: cover;
    order: 4;
  }
}
.coaching .contents .p-btn__modal {
  width: 410px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__modal {
    width: 99.6825396825%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__modal {
    width: 628px;
  }
}
.coaching .contents .p-btn__modal a {
  color: #003461;
}
.coaching .contents .p-btn__modal .p-btn__txt {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #f8f8f8;
  border: 1px solid #003461;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__modal .p-btn__txt {
    height: 14.6666666667vw;
    border-radius: 10vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__modal .p-btn__txt {
    height: 110px;
    border-radius: 18px;
  }
}
.coaching .contents .p-btn__modal .p-btn__txt > span {
  margin-left: 48px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__modal .p-btn__txt > span {
    margin-left: 5.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__modal .p-btn__txt > span {
    margin-left: 38px;
    font-size: 32px;
  }
}
.coaching .contents .p-btn__modal .p-btn__txt:after {
  position: absolute;
  right: 34px;
  top: 16px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/pict_btn_open_b.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents .p-btn__modal .p-btn__txt:after {
    top: 4vw;
    right: 4vw;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .p-btn__modal .p-btn__txt:after {
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
}
.coaching .contents .is_current .p-btn__txt:after {
  background-image: url("../img/pict_btn_close_w.svg");
}
.coaching .contents .c-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 0;
  background-color: #13345e;
  color: #fff;
  overflow: hidden;
}
.coaching .contents .c-modal.is_open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2200;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  overflow-y: scroll;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .coaching .contents .c-modal.is_open {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .c-modal.is_open {
    padding-top: 30px;
  }
}
.coaching .contents .c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
}
.coaching .contents .bottom-close {
  position: absolute;
  top: auto;
  bottom:20px;
  right: 0;
  width: 50px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .coaching .contents .c-modal__close {
    right: -4vw;
    width: 13.3333333333vw;
    bottom:30.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .c-modal__close {
    right: -30px;
  }
}
.coaching .contents .c-modal__contents {
  position: relative;
  max-width: 1010px;
  width: 100%;
  padding: 25px 0 100px;
  cursor: default;
}
@media screen and (max-width: 640px) {
  .coaching .contents .c-modal__contents {
    width: 84%;
    padding: 14.6666666667vw 0 47.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .c-modal__contents {
    width: 542px;
  }
}
.coaching .contents .c-modal__content {
  max-width: 880px;
  width: 100%;
}
.coaching .contents .c-modal__content h4 {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .c-modal__content h4 {
    font-size: 5.3333333333vw;
  }
}
.coaching .contents .c-modal__content h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .c-modal__content h4:after {
    width: 16vw;
    height: 0.5333333333vw;
  }
}
.coaching .contents .c-modal__content p {
  color: #fff;
}
.coaching .contents:nth-of-type(2n+1) .contents__header > div {
  padding-left: 98px;
}
@media screen and (max-width: 640px) {
  .coaching .contents:nth-of-type(2n+1) .contents__header > div {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents:nth-of-type(2n+1) .contents__header > div {
    padding-left: 60px;
  }
}
.coaching .contents:nth-of-type(2n+1) .contents__header > div:before {
  left: 0;
}
.coaching .contents:nth-of-type(2n) .contents__header > div:before {
  right: 0;
}

/* .main__header */
.coaching .main__header > div {
  width: 100%;
  height: 664px;
  background: url("../img/personal_main.png") right top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .coaching .main__header > div {
    padding-bottom: 207.6666666667vw;
    background-image: url("../img/personal_main_s.jpg");
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1366px) {
  .coaching .main__header > div {
    background-size: cover;
  }
}
.coaching .main__header h1 {
  max-width: 1080px;
  width: 100%;
  padding-top: 82px;
  color: #123e75;
  opacity: 1;
  font-size: 55px;
  transform: none;
}
@media screen and (max-width: 640px) {
  .coaching .main__header h1 {
    padding-top: 7.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .main__header h1 {
    width: 636px;
    margin-left: 20px;
    padding-top: 40px;
  }
  .coaching .main__header>div{
	  height: 530px;
    text-shadow: 1px 1px 0px rgb(255 255 255 / 30%),
    -1px 1px 0px rgb(255 255 255 / 30%),
    1px -1px 0px rgb(255 255 255 / 30%),
    -1px -1px 0px rgb(255 255 255 / 30%),
    1px 0px 0px rgb(255 255 255 / 30%),
    0px 1px 0px rgb(255 255 255 / 30%),
    -1px 0px 0px rgb(255 255 255 / 30%),
    0px -1px 0px rgb(255 255 255 / 30%);
	background-size: cover;
  background-position-x: 90%;
	background-image: url("../img/personal_main_t.png");
  }
 
}
.coaching .main__header h1 > span {
  display: block;
  width: 100%;
  color: #123e75;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .coaching .main__header h1 > span {
    width: auto;
    margin-left: 8%;
  }
}
.coaching .main__header h1 > span:nth-of-type(1) {
  font-size: 55px;
}
@media screen and (max-width: 640px) {
  .coaching .main__header h1 > span:nth-of-type(1) {
    font-size: 7.7333333333vw;
  }
}
.coaching .main__header h1 > span:nth-of-type(2) {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .coaching .main__header h1 > span:nth-of-type(2) {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.04em;
  }
}
.coaching .main__header h1:after {
  content: "";
  display: block;
  width: 195px;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
  background-color: #003461;
}
@media screen and (max-width: 640px) {
  .coaching .main__header h1:after {
    width: 33%;
    margin-top: 0.9333333333vw;
    margin-left: 8%;
  }
}
.coaching .main__header__contents {
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
}

@media screen and (max-width: 1089px){
 .coaching .main__header__contents{
    margin-top: 30px;
    margin-left: 20px;
 }
}
@media screen and (max-width: 640px) {
	.coaching .main__header__contents {
		width: 84.8%;
		margin-top: 74.4vw;
		margin-left: 8%;
	}
}
@media screen and (min-width: 641px) and (max-width: 910px) {
  .coaching .main__header__contents {
    width: 636px;
    margin-top: 4.4vw;
    margin-left: 4%;
  }
  .coaching .cases{
	  margin-top: 4.4vw;
  }
}
.coaching .main__header .p-course {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .coaching .main__header .p-course {
    text-align: left;
    justify-content: start;
    margin-top: 4.8vw;
  }
}
.coaching .main__header .p-course li {
  width: 66px;
}
@media screen and (max-width: 640px) {
  .coaching .main__header .p-course li {
    width: 17.6vw;
  }
}
@media screen and (max-width: 640px) {
  .coaching .main__header .p-course li:nth-of-type(1) {
    margin: 0;
  }
}
.coaching .main__header .p-course li:nth-of-type(2) {
  margin-left: 14px;
}
@media screen and (max-width: 640px) {
  .coaching .main__header .p-course li:nth-of-type(2) {
    margin-left: 4vw;
  }
}
.coaching .main__catch {
  font-size: 23px;
  line-height: 1.56;
  letter-spacing: 0.08625em;
}
@media screen and (max-width: 640px) {
  .coaching .main__catch {
    font-size: 4.2666666667vw;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.coaching .main__copy {
  width: 512px;
  margin-top: 12px;
  margin-left: 0px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .coaching .main__copy {
    width: auto;
    margin-top: 4.2666666667vw;
    line-height: 1.75;
  }
}
/* .cases */
.coaching .contents.cases > div {
  padding-top: 58px;
  padding-bottom: 0px;
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases > div {
    padding-top: 9vw;
    margin-bottom: 11vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases > div {
    padding-top: 190px;
    margin-bottom: 50px;
  }
}
.coaching .contents.cases .contents__header {
  top: -130px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header {
    top: -28.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header {
    top: -130px;
  }
}



.coaching .contents.cases .contents__header > div p {
  margin-left: 192px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
.coaching .contents.cases .contents__header > div p:before {
  top: 15px;
  left: -170px;
  width: 143px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p:before {
    width: 19.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p:before {
    width: 144px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(1):before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(1):before {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents.cases .contents__header > div p > span:nth-of-type(1):after {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(1):after {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(1):after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(2):after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p > span:nth-of-type(2):after {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents.cases .contents__menu {
  /*
  &__txt {
    align-items: flex-start;
    padding-top: 14px;
    background-color: #fff;
    &:after {
      position: absolute;
      left: 38px;
      top: 38px;
      width: 16px;
      height: 1px;
      transform: rotate(-45deg);
    }
    & > span {
      &:nth-of-type(1) {
        margin-left: 15px;
        font-size: 26px;
      }
      &:nth-of-type(2) {
        margin-left: 18px;
        font-size: 15px;
        line-height: 1.4;
      }
      &.oneLine {
        margin-top: .5em;
      }
    }
  }*/
}
.coaching .contents.cases .contents__menu ul {
  width: 1080px;
  margin-left: 0;
}
.coaching .contents.cases .contents__menu li {
  width: 260px;
  margin: 0;
  height: 66px;
}
/* .coaching .contents.cases .c-num {
  position: absolute;
  top: 88px;
  left: 20px;
} */

@media screen and (max-width: 640px) {
  .coaching .contents.cases .c-num {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .c-num {
    top: 0;
    left: 0;
  }
}
.coaching .contents.cases .c-num > span > span {
  background-color: white;
}
.coaching .contents .case {
  width: 100%;
  max-width:1080px;
  background-repeat: no-repeat;
  background-position: right -33px bottom 0;
  background-size: 584px auto;
}
.coaching .contents .case p.img img{width: auto;}


@media screen and (max-width: 640px) {
  .coaching .contents .case:nth-of-type(n+1) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case:nth-of-type(n+1) {
    margin-top: 30px;
  }
}
.coaching .contents .case.is_current .case__content {
  height: auto;
  /*padding: 88px 0 120px 190px;*/
  padding: 0;
  opacity: 1;
  height: 500px;
    overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case.is_current .case__content {
    padding: 0 0 4.8vw;
    margin-top: 7.6666666667vw;
    margin-left:0;
    overflow: visible;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case.is_current .case__content {
    padding: 0 0 36px;
    margin-top: 40px;
    overflow: visible;
    height: auto;
  }
}
.coaching .contents .case__list {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__list {
    width: 84%;
    overflow: visible;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__list {
    width: 630px;
    overflow: visible;
  }
}
.coaching .contents .case__content {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  max-width: 1080px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.coaching .contents .case__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 88px;
  left: 147px;
  width: 1px;
  height: 100%;
  background-color: #99d6db;
  display: none;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content:before {
    content: none;
  }
}
.coaching .contents .case__content h3 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.0096153846em;
  color: #0099a5;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content h3 {
    display: flex;
    align-items: center;
    height: 18.9333333333vw;
    margin-left: 25.3968253968%;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content h3 {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content h3 > span {
    margin-left: 1.0666666667vw;
    margin-top: -0.1em;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content h3 > span > span:before {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents .case__content ul {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul {
    margin-top: 30px;
  }
}
.coaching .contents .case__content ul li {
  position: relative;
  line-height: 1.88;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li {
    /* padding-left: 5.6vw;
    text-indent: -5.6vw; */
    line-height: 1.56;
  }
}
/* @media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li {
    padding-left: 42px;
    text-indent: -42px;
  }
} */
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li:nth-of-type(n+1) {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li:nth-of-type(n+1) {
    margin-top: 0.25em;
  }
}
.coaching .contents .case__content ul li > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li > span:before {
    content: none;
  }
}
.coaching .contents .case__content ul li strong {
  position: relative;
  z-index: 1;
  vertical-align: bottom;
  background: url("../img/pict_linemarker.svg") bottom left repeat-x;
  background-size: auto 5px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li strong {
    background-size: auto 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li strong > span {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li strong > span {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li strong > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1.3333333333vw;
    background-color: rgba(252, 238, 33, 0.7);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li strong > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    background-color: rgba(252, 238, 33, 0.7);
  }
}
.coaching .contents .case__content ul li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 7px;
  background: url("../img/pict_check.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content ul li:before {
    width: 3.7333333333vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content ul li:before {
    width: 28px;
    height: 24px;
  }
}
.coaching .contents .case__content p {
  /* height: 500px; */
  margin-top: 32px;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content p {
    width: 100%;
    margin-top: 8vw;
    margin-left: auto;
    font-size: 4.2666666667vw;
    line-height: 1.75;
	height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content p {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case__content p:before {
    content: "";
    display: block;
    width: 92.6984126984%;
    height: 74.1333333333vw;
    margin: 0 auto 8vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case__content p:before {
    content: "";
    display: block;
    width: 584px;
    height: 556px;
    margin: 0 auto 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_01 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_01 {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case_01 .case__content p {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_01 .case__content p {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_02 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_02 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_03 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_03 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_04 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_04 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_05 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_05 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_06 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_06 {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .case_06 .case__content h3 span {
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_07 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_07 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents .case_08 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .case_08 {
    background-image: none;
  }
}

/* .cases */
.coaching .contents.cases{
	background-color: white;
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases {
	background-color: white;
	margin-top: 0;
	margin-bottom: 8.5333333333vw;
}
}
.coaching .contents.cases > div {
  padding-top: 52px;
  /* padding-bottom: 105px; */
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases > div {
    padding-top: 36vw;
    /* padding-bottom: 50.5333333333vw; */
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases > div {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.coaching .contents.cases .contents__header {
  top: -121px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header {
    top: -24vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header {
    top: -160px;
  }
}
.coaching .contents.cases .contents__header > div {
  height: 242px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div {
    height: 28.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div {
    height: 320px;
  }
}
.coaching .contents.cases .contents__header > div p {
  margin-left: 224px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
.coaching .contents.cases .contents__header > div p:before {
  top: 15px;
  left: -239px;
  width: 68px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.cases .contents__header > div p:before {
    width: 19.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.cases .contents__header > div p:before {
    width: 72px;
  }
}

.coaching .contents.cases .contents__menu__txt {
  background-color: #f8f8f8;
}
.coaching .contents.features .feature {
  position: relative;
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 640px) {
	.coaching .contents.features {
		background-color: white;
		margin-top: 50.1333333333vw;
		margin-bottom: 17.0666666667vw;
	}
}

@media screen and (max-width: 640px) {
  .coaching .contents.features .feature:nth-of-type(n+1) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature:nth-of-type(n+1) {
    margin-top: 30px;
  }
}
.coaching .contents.features .feature.is_current .feature__content {
  height: auto;
  padding-bottom: 0px;
  opacity: 1;
  overflow: visible;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature.is_current .feature__content {
    margin-top: 9.6vw;
    margin-left:0;
    padding-bottom:0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature.is_current .feature__content {
    margin-top: 36px;
    padding-bottom: 30px;
  }
}

.coaching .contents.features .contents__menu ul {
	width: 980px;
	margin-left: 98px;
}

.coaching .contents.features .contents__menu li{
width: 326px;
height: 70px;
flex-grow: 1;
}
.coaching .contents.features>div{
	padding-top: 52px;
	background-color: #f8f8f8;
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features>div {
		padding-top: 160px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__list {
    width: 84%;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__list {
    width: 630px;
    margin-top: 0;
  }
}
.coaching .contents.features .feature .c-num {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature .c-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature .c-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.coaching .contents.features .feature .c-num > span > span {
  font-size: 10px;
    top: 2px;
    left: -10px;
  background-color: #f8f8f8;
  transform: rotate(-37deg);
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature .c-num > span > span {
    top: 0.2666666667vw;
    left: -5.3333333333vw;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature .c-num > span > span {
    top: 2px;
    left: -12px;
  }
}
.coaching .contents.features .feature__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.coaching .contents.features .feature__content p.img{transform: translateX(120px);}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__content {
    flex-wrap: wrap;
  }
  .coaching .contents.features .feature__content p.img{
	  transform: none;
  }

}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__content {
    flex-wrap: wrap;
  }
}
.coaching .contents.features .feature__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 360px;
  width: 1px;
  height: 100%;
  background-color: #99d6db;
  display: none;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__content:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__content:before {
    content: none;
  }
}
.coaching .contents.features .feature__header {
  width: 360px;
  padding-left: 40px;
  margin-right: 0;
  order: 2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.coaching .contents.features .feature__header h3 {
  margin-top: 56px;
  font-size: 24px;
  line-height: 1.5;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header h3 {
    display: flex;
    align-items: center;
    width: 75.2380952381%;
    height: 19.2vw;
    margin-right: 0;
    margin-top: 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header h3 {
    display: flex;
    align-items: center;
    width: 550px;
    height: 72px;
    margin-top: 0;
    margin-right: 0;
  }
}
.coaching .contents.features .feature__header h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header h3:after {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header h3:after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header h3 > span {
    margin-left: 3.7333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header h3 > span {
    margin-left: 28px;
  }
}
.coaching .contents.features .feature__header p {
  margin-top: 28px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header p {
    margin-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header p {
    margin-top: 23px;
  }
}
.coaching .contents.features .feature__header p > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__header p > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__header p > span:before {
    content: none;
  }
}
.coaching .contents.features .feature__detail {
  width: 720px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail {
    width: 100%;
    margin-top: 9.6vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail {
    width: 100%;
    margin-top: 18px;
    order: 2;
  }
}
.coaching .contents.features .feature__detail_01 > p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 > p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 > p {
    line-height: 1.75;
  }
}
.coaching .contents.features .feature__detail_01 > div {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 > div {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 > div {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 32px;
  }
}
.coaching .contents.features .feature__detail_01 .problem {
  width: 100px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .problem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 20vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .problem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 150px;
  }
}
.coaching .contents.features .feature__detail_01 .problem > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #304a5c;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .problem > span {
    width: 20vw;
    height: 20vw;
    margin-left: auto;
    margin-right: 2vw;
    border-width: 0.4vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .problem > span {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: 15px;
    border-width: 3px;
    font-size: 23px;
  }
}
.coaching .contents.features .feature__detail_01 .problem:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin-top: 8px;
  background: url("../img/cosulting_feature_figure.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .problem:after {
    width: 17.7333333333vw;
    height: 18.1333333333vw;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .problem:after {
    width: 133px;
    height: 136px;
    margin: 0 auto 0 0;
  }
}
.coaching .contents.features .feature__detail_01 .solution {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution {
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution {
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  }
}
.coaching .contents.features .feature__detail_01 .solution__header {
  width: 100px;
  margin-left: 0;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__header {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__header {
    width: 100%;
    padding-top: 0;
  }
}
.coaching .contents.features .feature__detail_01 .solution__header h4 {
  font-size: 18px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__header h4 {
    font-size: 3.6vw;
  }
}
.coaching .contents.features .feature__detail_01 .solution__header h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 8px auto;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__header h4:after {
    width: 6vw;
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__header h4:after {
    width: 45px;
    margin-top: 6px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__header p {
  margin-top: 10px;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__header p {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__header p {
    margin-top: 10px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow {
  position: relative;
  width: 144px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__flow {
    width: 28vw;
    height: 40.8vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__flow {
    width: 210px;
    height: 276px;
    margin-top: 24px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow h5 {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: -0.0769230769em;
  color: #fff;
  transform: translateY(-8px);
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__flow h5 {
    width: 16vw;
    padding: 0.8vw 0;
    font-size: 3.0666666667vw;
    transform: translateY(-1.3333333333vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__flow h5 {
    width: 120px;
    padding: 6px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow p {
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__flow p {
    margin-top: 1.0666666667vw;
    font-size: 2.8vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__flow p {
    margin-top: 4px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__flow:before {
    width: 24vw;
    height: 24vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__flow:before {
    width: 180px;
    height: 180px;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow:after {
  content: "";
  position: absolute;
  top: 53px;
  right: -6px;
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-bottom: 3px solid #4dacb2;
  border-right: 3px solid #4dacb2;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__flow:after {
    top: auto;
    bottom: -0.2666666667vw;
    left: 12.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom-width: 0.5333333333vw;
    border-left: 0.5333333333vw solid #385683;
    border-right: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__flow:after {
    top: auto;
    left: 96px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    border-bottom-width: 2px;
    border-left: 2px solid #4dacb2;
    border-right: none;
  }
}
.coaching .contents.features .feature__detail_01 .solution__flow:nth-last-of-type(1):after {
  content: none;
}
.coaching .contents.features .feature__detail_01 .solution__list {
  width: 558px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution__list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution__list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_01 {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_01 {
    padding-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_01 {
    padding-top: 0;
  }
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow h5 {
  background-color: #0099a5;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_01 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_01 {
    margin-top: 10px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_01:before {
  background-image: url("../img/cosulting_feature_01.svg");
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_02:before {
  background-image: url("../img/cosulting_feature_02.svg");
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_03:before {
  background-image: url("../img/cosulting_feature_03.svg");
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
  width: 110px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
    width: 200px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_01 .solution__flow_03 p {
  font-weight: bold;
  color: #0095a2;
}
.coaching .contents.features .feature__detail_01 .solution_02 {
  margin-top: 28px;
  padding-top: 40px;
  border-top: 1px dotted #b3b3b3;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #b3b3b3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_02 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #b3b3b3;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__header h4:after {
  background-color: #123e75;
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__header h4 {
  color: #123e75;
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow h5 {
  background-color: #123e75;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01 {
    margin-top: 10px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01:before {
  background-image: url("../img/cosulting_feature_04.svg");
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
    margin-top: 10px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02:before {
  background-image: url("../img/cosulting_feature_05.svg");
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02 h5 {
  width: 86px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02 h5 {
    width: 22.9333333333vw;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
    margin-top: 10px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_03:before {
  background-image: url("../img/cosulting_feature_06.svg");
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
  width: 93px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
    width: 200px;
  }
}
.coaching .contents.features .feature__detail_01 .solution_02 .solution__flow_03 p {
  font-weight: bold;
  color: #123e75;
}
.coaching .contents.features .feature__detail_02 .solution {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 660px;
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_02 .solution {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
}
.coaching .contents.features .feature__detail_02 .solution > div {
  width: 196px;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution > div {
    width: 81.5873015873%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_02 .solution > div {
    width: 514px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution > div:nth-of-type(n+1) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_02 .solution > div:nth-of-type(n+1) {
    margin-top: 20px;
  }
}
.coaching .contents.features .feature__detail_02 .solution h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1.39;
  letter-spacing: -0.02em;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution h4 {
    font-size: 4.8vw;
  }
}
.coaching .contents.features .feature__detail_02 .solution h4 > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution h4 > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_02 .solution h4 > span:before {
    content: none;
  }
}
.coaching .contents.features .feature__detail_02 .solution h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 14px auto 0;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution h4:after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    margin-top: 2.9333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_02 .solution h4:after {
    margin-top: 11px;
  }
}
.coaching .contents.features .feature__detail_02 .solution__img {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution__img {
    margin-top: 5.3333333333vw;
  }
}
.coaching .contents.features .feature__detail_02 .solution__img + p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_02 .solution__img + p {
    margin-top: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.coaching .contents.features .feature__detail_03 {
  width: 670px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 {
    width: 100%;
    margin-left: auto;
    margin-top: 8vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.features .feature__detail_03 {
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
    order: 2;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div {
  position: relative;
  padding-left: 155px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div {
    padding-left: 0;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  width: 115px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div:before {
    top: 0;
    left: 0;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div h4 {
  font-size: 18px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div h4 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 17.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div h4 > span {
    margin-left: 20.5333333333vw;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div ul {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div ul {
    margin-top: 3.4666666667vw;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div ul li {
    padding-left: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
.coaching .contents.features .feature__detail_03 .solution > div ul li + li {
  margin-top: 1em;
}
.coaching .contents.features .feature__detail_03 .solution > div ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/pict_arrow.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution > div ul li:before {
    top: 1.6vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.coaching .contents.features .feature__detail_03 .solution_01:before {
  background-image: url("../img/pict_online.svg");
}
.coaching .contents.features .feature__detail_03 .solution_02 {
  margin-top: 46px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.features .feature__detail_03 .solution_02 {
    margin-top: 12.6666666667vw;
  }
}
.coaching .contents.features .feature__detail_03 .solution_02:before {
  background-image: url("../img/pict_real.svg");
}

/* .service  */
.coaching .contents.service > div {
  padding-top: 105px;
  /*padding-bottom: 105px;*/
}
@media screen and (max-width: 640px) {
  .coaching .contents.service > div {
    padding-top: 34.5333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.service > div {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.service .contents__header {
    top: -34.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.service .contents__header {
    top: -150px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.service .contents__header > div {
    height: 39.4666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .coaching .contents.service .contents__header > div h2 > span > span:before {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents.service .contents__header > div p {
  margin-left: 152px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.service .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.service .contents__header > div p {
    margin-left: 0;
  }
}
.coaching .contents.service .contents__header > div p:before {
  top: 15px;
  left: -132px;
  width: 116px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.service .contents__header > div p > span:before {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents .service__contents {
  width: 100%;
  max-width: 980px;
  margin-top: 80px;
}



.coaching .contents .service__contents img{width: auto;}











@media screen and (max-width: 640px) {
  .coaching .contents .service__contents {
    width: 84%;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__contents {
    width: 630px;
    margin-top: 40px;
  }
}
.coaching .contents .service__content:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content:nth-of-type(n+2) {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.coaching .contents .service__content h3 {
  font-size: 24px;
  color: #13345e;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content h3 {
    font-size: 5.3333333333vw;
	margin-bottom: 5.3333333333vw;
  }
}
.coaching .contents .service__content h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  background-color: #13345e;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content h3:after {
    width: 13.3333333333vw;
    margin-top: 5.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content h3:after {
    width: 60px;
    margin-top: 20px;
  }
}
.coaching .contents .service__content h3 + p {
  margin-top: 26px;
  line-height: 1.63;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content h3 + p {
    margin-top: 4.2666666667vw;
    margin-bottom: 5.8666666667vw;
    line-height: 1.75;
    /* font-size: 4vw; */
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content h3 + p {
    margin-top: 26px;
    text-align: center;
  }
}
.coaching .contents .service__content .c-num {
  position: relative;
  margin-left: 24px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .c-num {
    margin-left: 6.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .c-num {
    margin-left: 50px;
  }
}
.coaching .contents .service__content .c-num > span {
  font-size: 37px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .c-num > span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .c-num > span {
    font-size: 75px;
  }
}
.coaching .contents .service__content .c-num > span > span {
  left: -15px;
  top: -4px;
  padding: 2px 0;
  border-bottom-color: #fff;
  background-color: #123e75;
  font-size: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .c-num > span > span {
    left: -4.5vw;
    top: 2.933333vw;
    padding: 0.2666666667vw;
    font-size: 2.6666666667vw;
    line-height:1.25;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .c-num > span > span {
    left: -30px;
    top: -8px;
    padding: 2px;
    font-size: 20px;
  }
}
.coaching .contents .service__content .booking {
  display: flex;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking {
    flex-direction: column;
    margin-top: 5.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking {
    flex-direction: column;
    margin-top: 19px;
  }
}
.coaching .contents .service__content .booking li {
  position: relative;
  display: flex;
  align-items: center;
  width: 306px;
  height: 78px;
  margin-left: 0;
  margin-right: 30px;
  color: #fff;
  background-color: #123e75;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking li {
    width: 90.4761904762%;
    height: 17.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking li {
    width: 570px;
    height: 130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking li:nth-of-type(n+2) {
    margin-top: 11.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking li:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
.coaching .contents .service__content .booking li:after {
  position: absolute;
  top: 33px;
  right: -19px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #123e75;
  border-right: 1px solid #123e75;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking li:after {
    top: auto;
    bottom: -6.6666666667vw;
    right: 36.2666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border-right: none;
    border-left: 0.5333333333vw solid #385683;
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking li:after {
    top: auto;
    bottom: -25px;
    right: 272px;
    width: 34px;
    height: 34px;
    border-bottom-width: 3px;
    border-right: none;
    border-left: 3px solid #123e75;
  }
}
.coaching .contents .service__content .booking li .txt {
  margin-left: 26px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking li .txt {
    margin-left: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking li .txt {
    margin-left: 20px;
    font-size: 36px;
  }
}
.coaching .contents .service__content .booking li:nth-last-of-type(1):after {
  content: none;
}
.coaching .contents .service__content .booking__steps {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__steps {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking__steps {
    margin-top: 0;
  }
}
.coaching .contents .service__content .booking__step {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step {
    flex-direction: column;
    padding: 4.8148148148vw 0 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking__step {
    flex-direction: column;
  }
}
.coaching .contents .service__content .booking__step > div {
  width: 364px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step > div {
    width: 100%;
  }
}
.coaching .contents .service__content .booking__step h5 {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step h5 {
    font-size: 6.9333333333vw;
  }
}
.coaching .contents .service__content .booking__step h5 > span {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  vertical-align: text-top;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step h5 > span {
    margin-left: 1.12vw;
    padding: 1.0666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.coaching .contents .service__content .booking__step h5 + p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step h5 + p {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
.coaching .contents .service__content .booking__step .booking__img {
  width: 500px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step .booking__img {
    margin-top: 4.5333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .booking__step .booking__img {
    margin-top: 34px;
    margin-right: auto;
  }
}
.coaching .contents .service__content .booking__step .notice {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .booking__step .notice {
    font-size: 3.2vw;
  }
}
.coaching .contents .service__content .zoom__notice {
  display: flex;
  align-items: center;
  width: 100%;
  height: 190px;
  margin-top: 56px;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .zoom__notice {
    height: 68.8vw;
    margin-top: 4vw;
  }
}
.coaching .contents .service__content .zoom__notice h5 {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .zoom__notice h5 {
    font-size: 4.2666666667vw;
  }
}
.coaching .contents .service__content .zoom__notice p {
  margin-top: 18px;
  line-height: 1.61;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .zoom__notice p {
    margin-top: 4.5333333333vw;
    width: 87.3015873016%;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .zoom__notice p {
    width: 500px;
    text-align: left;
  }
}
.coaching .contents .service__content .zoom__notice a {
  color: #4dacb2;
  text-decoration: underline;
}
.coaching .contents .service__content .zoom__notice a:hover {
  text-decoration: none;
}
.coaching .contents .service__content .session__steps {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__steps {
    flex-direction: column;
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .session__steps {
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
  }
}
.coaching .contents .service__content .session__step h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #123e75;
  color: #fff;
  border:none;
  padding-bottom: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step h4 {
    height: 17.3333333333vw;
  }
}
.coaching .contents .service__content .session__step h4 > span {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step h4 > span {
    font-size: 4.8vw;
  }
}
.coaching .contents .service__content .session__step ul {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 150px;
  padding-top: 26px;
  text-align: left;
  background-color: #F8F8F8;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step ul {
    height: auto;
    padding: 7.7333333333vw 0;
  }
}
.coaching .contents .service__content .session__step ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 0.75em;
  margin-left: 38px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step ul li {
    margin-left: 6.1333333333vw;
  }
}
.coaching .contents .service__content .session__step ul li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step ul li + li {
    margin-top: 0.3em;
  }
}
.coaching .contents .service__content .session__step ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4dacb2;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step ul li:before {
    top: 2.4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.coaching .contents .service__content .session__step .pre_04 {
  position: absolute;
  top: 26px;
  right: 26px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step .pre_04 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0.3em;
  }
}
.coaching .contents .service__content .session__step .link__dl {
  font-weight: bold;
}
.coaching .contents .service__content .session__step .link__dl:before {
  content: "\a";
  white-space: pre;
}
.coaching .contents .service__content .session__step .link__dl a {
  position: relative;
  display: inline-block;
  width: 265px;
  margin-top: 0.5em;
  color: #003461;
  border-bottom: 1px solid #003461;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step .link__dl a {
    width: 70.6666666667vw;
    margin-top: 10.4vw;
  }
}
.coaching .contents .service__content .session__step .link__dl a:hover {
  border-bottom: none;
}
.coaching .contents .service__content .session__step .link__dl a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background: url("../img/pict_dl.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step .link__dl a:after {
    width: 4.5333333333vw;
    height: 5.6vw;
  }
}
.coaching .contents .service__content .session__step_01 {
  width: 640px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step_01 {
    width: 100%;
  }
}
.coaching .contents .service__content .session__step_02 {
  width: 310px;
  margin-left: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content .session__step_02 {
    width: 100%;
    margin-left: 0;
    margin-top: 13vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content .session__step_02 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }
}
.coaching .contents .service__content_01 .p-btn__modal {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_01 .p-btn__modal {
    margin-top: 8vw;
	margin-bottom: 16vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_01 .p-btn__modal {
    margin-top: 32px;
  }
}
.coaching .contents .service__content_01 .booking__step_06 > div, .coaching .contents .service__content_01 .booking__step_07 > div {
  min-height: 118px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_01 .booking__step_06 > div, .coaching .contents .service__content_01 .booking__step_07 > div {
    min-height: 0;
  }
}
.coaching .contents .service__content_01 .booking__step_06 {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_01 .booking__step_06 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_01 .booking__step_06 {
    width: 100%;
  }
}
.coaching .contents .service__content_01 .booking__step_07 {
  width: 480px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_01 .booking__step_07 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_01 .booking__step_07 {
    width: 100%;
  }
}
.coaching .contents .service__content_01 .booking__step_07 > div {
  width: auto;
  padding-left: 55px;
  border-left: 1px dotted #fff;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_01 .booking__step_07 > div {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_01 .booking__step_07 > div {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.coaching .contents .service__content_02 .p-btn__modal {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .p-btn__modal {
    margin-top: 10.6666666667vw;
  }
}
.coaching .contents .service__content_02 .booking__step > div {
  width: 385px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step > div {
    padding-top: 6.6666666667vw;
    width: 100%;
  }
}
.coaching .contents .service__content_02 .booking__step > div h5 + p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step > div h5 + p {
    font-size: 4vw;
  }
}
.coaching .contents .service__content_02 .booking__step .booking__img {
  width: 450px;
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step .booking__img {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_02 .booking__step .booking__img {
    width: 500px;
    margin-left: auto;
  }
}
.coaching .contents .service__content_02 .booking__step .booking__img span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step .booking__img span {
    font-size: 2.4vw;
  }
}
.coaching .contents .service__content_02 .booking__step .notice {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step .notice {
    padding-left: 0.5em;
    text-indent: -0.5em;
    font-size: 3.2vw;
  }
}
.coaching .contents .service__content_02 .booking__step_02 .booking__img {
  width: 249px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step_02 .booking__img {
    width: 69.6825396825%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_02 .booking__step_02 .booking__img {
    width: 439px;
  }
}
.coaching .contents .service__content_02 .booking__step_03 {
  border-bottom: none;
}
.coaching .contents .service__content_02 .booking__step_03 .booking__img {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_02 .booking__step_03 .booking__img {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_02 .booking__step_03 .booking__img {
    width: 542px;
  }
}
.coaching .contents .service__content_03 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 {
    flex-direction: column;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_03 {
    flex-direction: column;
  }
}
.coaching .contents .service__content_03 > div {
  width: 560px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_03 > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 > div h3 {
    letter-spacing: -0.03em;
  }
}
.coaching .contents .service__content_03 > div p {
  letter-spacing: -0.077em;
  line-height: 1.63;
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_03 > div p {
    text-align: left;
  }
}
.coaching .contents .service__content_03 > div .note {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 > div .note {
    margin-top: 0.5em;
    font-size: 3.4666666667vw;
  }
}
.coaching .contents .service__content_03 .session__step {
  width: 364px;
  margin-left: 46px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 .session__step {
    width: 100%;
    margin-left: auto;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__content_03 .session__step {
    margin-left: 0;
    margin-top: 30px;
  }
}
.coaching .contents .service__content_03 .session__step ul li {
  margin-left: 20px;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__content_03 .session__step ul li {
    margin-left: 6.1333333333vw;
  }
}















.coaching .contents .service__notice {
  width: 100%;
  max-width: 1080px;
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice {
    width: 84%;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice {
    width: 630px;
    margin-top: 50px;
  }
}
.coaching .contents .service__notice > div {
  display: flex;
  align-items: flex-start;
  width: 980px;
  height: 182px;
  margin-left: 0;
  padding-top: 24px;
  background-color: #fff;
  border: 1px solid #c1272d;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8vw 0;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice > div {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-radius: 20px;
  }
}
.coaching .contents .service__notice > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 224px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice > div > div {
    width: 100%;
  }
}
.coaching .contents .service__notice > div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.coaching .contents .service__notice > div h3 span {
  width: 53px;
  margin: 0 5px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div h3 span {
    width: 14.6666666667vw;
    margin: 0 1.6vw;
  }
}
.coaching .contents .service__notice > div h3 + p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  text-align: center;
  color: #c1272d;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div h3 + p {
    margin-top: 3.4666666667vw;
    font-size: 4.8vw;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice > div h3 + p {
    margin-top: 13px;
    line-height: 1;
  }
}
.coaching .contents .service__notice > div h3 + p:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto 10px;
  background-color: #c1272d;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div h3 + p:before {
    width: 8vw;
    height: 0.8vw;
    margin-bottom: 4vw;
  }
}
.coaching .contents .service__notice > div h3 + p > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div h3 + p > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice > div h3 + p > span:before {
    content: none;
  }
}
.coaching .contents .service__notice > div > ul {
  width: 700px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div > ul {
    width: auto;
    margin: 6.1333333333vw 6.6666666667vw 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__notice > div > ul {
    width: auto;
    margin: 23px 25px 0;
  }
}
.coaching .contents .service__notice > div > ul li {
  position: relative;
  padding-left: 0.8em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div > ul li {
    font-size: 4.2666666667vw;
  }
}
.coaching .contents .service__notice > div > ul li + li {
  margin-top: 0.2em;
}
.coaching .contents .service__notice > div > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__notice > div > ul li:before {
    top: 2.4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.coaching .contents .service__abstract {
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  padding-bottom: 115px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract {
    width: 84%;
    margin-top: 10.9333333333vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract {
    width: 630px;
    padding-bottom: 65px;
  }
}
.coaching .contents .service__abstract > div {
  width: 878px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract > div {
    width: 630px;
  }
}
.coaching .contents .service__abstract h3 {
  font-size: 24px;
  color: #13345E;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract h3 {
    font-size: 5.3333333333vw;
  }
}
.coaching .contents .service__abstract table {
  width: 100%;
  margin-top: 28px;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table {
    margin-top: 3.7333333333vw;
  }
}
.coaching .contents .service__abstract table th {
  width: 185px;
  padding: 24px 0 24px 6px;
  border-top: 2px solid #13345E;
  color: #13345E;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table th {
    width: 28.5714285714%;
    padding: 3.7333333333vw 0 3.7333333333vw .6vw;
    font-size: 4vw;
	font-feature-settings: "palt";
    line-height: 1.5;
    border-top-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract table th {
    width: 140px;
  }
}
.coaching .contents .service__abstract table td {
  width: 808px;
  padding: 24px 0 24px 32px;
  border-top: 1px dotted #999999;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table td {
    width: 71.4285714286%;
    padding: 3.7333333333vw 0 3.7333333333vw 3.2vw;
    border-top-width: 0.2666666667vw;
    font-size: 4vw;
    /* font-weight: 500; */
    line-height: 1.4;
    vertical-align: middle;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract table td {
    width: 490px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table td .notice {
    display: inline-block;
    text-indent: -0.5em;
    padding-left: 0.5em;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.coaching .contents .service__abstract table tr:nth-last-of-type(1) th {
  border-bottom: 2px solid #13345E;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table tr:nth-last-of-type(1) th {
    border-bottom-width: 0.5333333333vw;
  }
}
.coaching .contents .service__abstract table tr:nth-last-of-type(1) td {
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table tr:nth-last-of-type(1) td {
    border-bottom-width: 0.2666666667vw;
  }
}
.coaching .contents .service__abstract table .service__abstract_01 th {
  vertical-align: middle;
}
.coaching .contents .service__abstract table .service__abstract_01 td {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
.coaching .contents .service__abstract table .service__abstract_01 td span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td span {
    vertical-align: top;
  }
}
.coaching .contents .service__abstract table .service__abstract_01 td span:nth-of-type(1) {
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td span:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.coaching .contents .service__abstract table .service__abstract_01 td span:nth-of-type(2) {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td span:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td span:nth-of-type(3) {
    margin-right: 0;
    margin-left: 2.1333333333vw;
  }
}
.coaching .contents .service__abstract table .service__abstract_01 td span.type {
  width: 49px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_01 td span.type {
    width: 10.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_02 td span {
    font-size: 3.4666666667vw;
  }
}
.coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1), .coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
  display: inline-block;
  /* font-weight: bold; */
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1) {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1):after {
    content: "\a";
    white-space: pre;
  }
}
.coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
  margin-left: 42px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
    margin-left: 0;
  }
}
.coaching .contents .service__abstract table .service__abstract_06 td div {
  display: flex;
  align-items: flex-start;
  line-height: 1.63;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div {
    flex-direction: column;
    line-height: 1.4;
  }
}
.coaching .contents .service__abstract table .service__abstract_06 td div + div {
  margin-top: 0.25em;
}
.coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1) {
  width: 5em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1) {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1):after {
    content: " ： ";
    font-weight: bold;
  }
}
.coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
    width: 370px;
  }
}
.coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2):before {
  content: " ： ";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .coaching .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2):before {
    content: none;
  }
}
.coaching .contents .onlinetour {
  /* margin-top: 80px; */
  background-color: #ebebeb;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour {
    margin-top: 13.3333333333vw;
  }
}
.coaching .contents .onlinetour > div {
  width: 100%;
  height: 531px;
  padding-top: 67px;
  max-width: 1080px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour > div {
    height: auto;
    padding: 11.7333333333vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour > div {
    height: auto;
    padding: 44px 0;
  }
}
.coaching .contents .onlinetour > div > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour > div > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 84%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour > div > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 630px;
    margin-left: auto;
  }
}
.coaching .contents .onlinetour__header {
  width: 402px;
  margin-right: 0;
  order: 2;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour__header {
    width: 100%;
    order: 1;
  }
}
.coaching .contents .onlinetour__header h3 {
  font-size: 24px;
  color: #123E75;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header h3 {
    font-size: 5.3333333333vw;
  }
}
.coaching .contents .onlinetour__header h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  background-color: #123E75;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header h3:after {
    width: 15.873015873%;
    margin-top: 5.3333333333vw;
  }
}
.coaching .contents .onlinetour__header h3 + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header h3 + p {
    margin-top: 4.5333333333vw;
  }
}
.coaching .contents .onlinetour__header p {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.coaching .contents .onlinetour__header .link {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__header .link {
    height: 0;
    margin-top: 0;
    overflow: hidden;
  }
}
.coaching .contents .onlinetour__header .link a {
  color: #123E75;
}
.coaching .contents .onlinetour__header .link a:hover:after {
  transform: translateX(10px);
}
.coaching .contents .onlinetour__header .link a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 5px;
  margin-left: 10px;
  background: url("../img/pict_arrow_streetview.svg") center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.coaching .contents .onlinetour__embed {
  width: 548px;
  height: 395px;
  margin-left: 0;
  order: 1;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__embed {
    width: 100%;
    height: 60.5333333333vw;
    margin-top: 8vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour__embed {
    width: 100%;
    height: 454px;
    margin-left: auto;
    margin-top: 30px;
    order: 2;
  }
}
.coaching .contents .onlinetour__embed iframe {
  width: 100%;
  height: 100%;
}
.coaching .contents .onlinetour__link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__link {
    position: static;
    width: 100%;
    margin-top: 6.4vw;
    order: 3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour__link {
    position: static;
    width: 100%;
    margin-top: 24px;
    order: 3;
  }
}
.coaching .contents .onlinetour__link li {
  width: 175px;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__link li {
    width: 46.0317460317%;
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour__link li {
    width: 290px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents .onlinetour__link li:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents .onlinetour__link li:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
}

/* .voice  */
.coaching .contents.voice > div {
  padding-top: 105px;
  padding-bottom: 185px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice > div {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.coaching .contents.voice .voice__list {
  width: 100%;
  max-width: 1080px;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__list {
    width: 84%;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.voice .voice__list {
    width: 630px;
  }
}
.coaching .contents.voice .voice__content {
  display: flex;
  align-items: center;
  width: 964px;
  margin-left: 105px;
  padding: 26px 0;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    padding: 13.0666666667vw 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.voice .voice__content {
    width: 100%;
    margin-left: auto;
  }
}
.coaching .contents.voice .voice__content > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content > p {
    width: 52.380952381%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.voice .voice__content > p {
    width: 170px;
    margin: 0 auto;
  }
}
.coaching .contents.voice .voice__content > p > span {
  transform: translateX(-5px);
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content > p > span {
    transform: translateX(0);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.voice .voice__content > p > span {
    transform: translateX(0);
  }
}
.coaching .contents.voice .voice__content > p > span:nth-of-type(2) {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content > p > span:nth-of-type(2) {
    font-size: 5.6vw;
  }
}
.coaching .contents.voice .voice__content > div {
  width: 635px;
  margin-left: 68px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content > div {
    width: 100%;
    margin-left: auto;
    margin-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.voice .voice__content > div {
    width: 427px;
    margin-left: 34px;
  }
}
.coaching .contents.voice .voice__content > div p {
  margin-top: -1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content > div p {
    margin-top: auto;
    padding-top: 0;
  }
}
.coaching .contents.voice .voice__content_02 {
  align-items: flex-start;
}
.coaching .contents.voice .voice__content_02 > div p {
  margin-top: 0;
}
.coaching .contents.voice .voice__content_02 > div p strong {
  font-weight: normal;
  color: #0099a5;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content_02 > div p strong {
    font-weight: 500;
  }
}
.coaching .contents.voice .voice__content_02 > div ul li {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.coaching .contents.voice .voice__content_02 > div ul li + li {
  margin-top: 0.3em;
}
.coaching .contents.voice .voice__content_02 > div ul + p {
  margin-top: 0.1em;
}
@media screen and (max-width: 640px) {
  .coaching .contents.voice .voice__content_02 > div ul + p {
    margin-top: 0.5em;
  }
}



/* .link  */
.coaching .contents.link{max-width: 1080px; padding-bottom: 200px; margin: 0 auto;}
.coaching .contents.link img{width: auto;}
.coaching .contents.link ul{display: flex; justify-content: space-between;}








/* .faq  */
.coaching .contents.faq > div {
  padding: 105px 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq > div {
    padding: 0 0 26.6666666667vw;
  }
  .coaching .contents.faq .contents__header{
	  position: relative;
	  top: auto;
  }
}
.coaching .contents.faq .faq__list {
  width: 100%;
  max-width: 1080px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__list {
    width: 84%;
    margin-top: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .faq__list {
    width: 630px;
    margin-top: 24px;
  }
}
.coaching .contents.faq .faq__content {
  width: 888px;
  margin-left: 100px;
  padding: 35px 0 24px;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .faq__content {
    width: 100%;
    margin-left: auto;
  }
}
.coaching .contents.faq .faq__content h3 {
  display: flex;
  align-items: center;
  color: #123e75;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content h3 {
    flex-direction: column;
  }
}
.coaching .contents.faq .faq__content h3 span:nth-of-type(1) {
  font-size: 35px;
  font-weight: 300;
  order: 1;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content h3 span:nth-of-type(1) {
    margin-left: 1.8666666667vw;
    margin-right: auto;
    font-size: 9.3333333333vw;
  }
}
.coaching .contents.faq .faq__content h3 span:nth-of-type(2) {
  margin-left: 32px;
  font-size: 18px;
  order: 3;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content h3 span:nth-of-type(2) {
    margin: 3.2vw auto 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.56;
  }
}
.coaching .contents.faq .faq__content h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-left: 15px;
  background-color: #123e75;
  order: 2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content h3:before {
    width: 10.9333333333vw;
    height: 1px;
    margin: 1.3333333333vw auto 0 0;
  }
}
.coaching .contents.faq .faq__content > div {
  margin-top: 9px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content > div {
    margin-top: 5.3333333333vw;
  }
}
.coaching .contents.faq .faq__content > div > p {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content > div > p {
    flex-direction: column;
  }
}
.coaching .contents.faq .faq__content > div > p span:nth-of-type(1) {
  width: 28px;
  color: #0099A5;
  font-size: 35px;
  font-weight: 300;
  order: 1;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content > div > p span:nth-of-type(1) {
    margin-left: 2.1333333333vw;
    margin-right: auto;
    font-size: 9.3333333333vw;
    line-height:1;
  }
}
.coaching .contents.faq .faq__content > div > p span:nth-of-type(2) {
  width: 655px;
  margin-left: 32px;
  font-size: 16px;
  line-height: 1.75;
  order: 3;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content > div > p span:nth-of-type(2) {
    width: auto;
    margin: 3.2vw 0 0 0;
    font-size: 4vw;
    line-height: 1.56;
  }
}
.coaching .contents.faq .faq__content > div > p:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #4dacb2;
  order: 2;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .faq__content > div > p:before {
    width: 10.9333333333vw;
    height: 1px;
    margin: 1.3333333333vw auto 0 0;
  }
}
.coaching .contents.faq div ul {
  margin-left: 74px;
}


.coaching .contents.faq .faq__content_03 > div ul{margin-top: -40px;}

@media screen and (max-width: 640px) {
	.coaching .contents.faq .faq__content_03>div ul{
		margin-top: 3.2vw;
	}
  .coaching .contents.faq div ul {
    margin-left: 0;
  }
}
.coaching .contents.faq div ul li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq div ul li {
    font-size: 4vw;
    line-height: 1.56;
  }
}
.coaching .contents.faq .occupation__list {
  margin-top: 20px;
  margin-left: 86px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list {
    margin-top: 5.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list {
    margin-left: 72px;
  }
}
.coaching .contents.faq .occupation__list h4 {
  font-size: 14px;
  color: #003461;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list h4 {
    text-align: center;
  }
}
.coaching .contents.faq .occupation__list ul {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.coaching .contents.faq .occupation__list ul li {
  width: 88px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list ul li {
    width: 22.5396825397%;
    margin: 0 4.126984127%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list ul li {
    margin: 0 13px;
  }
}
.coaching .contents.faq .occupation__list ul li > span:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list ul li > span:nth-of-type(2) {
    margin-top: 1.6vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list ul li > span:nth-of-type(2) {
    margin-top: 0;
  }
}
.coaching .contents.faq .occupation__list ul li:nth-of-type(n+2) {
  margin-left: 34px;
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list ul li:nth-of-type(n+2) {
    margin-left: 4.126984127%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .coaching .contents.faq .occupation__list ul li:nth-of-type(n+2) {
    margin-left: 13px;
  }
}
@media screen and (max-width: 640px) {
  .coaching .contents.faq .occupation__list ul li:nth-of-type(n+4) {
    margin-top: 3.4666666667vw;
  }
}


/*Service Information*/
.coaching .contents .service__contents ul.step-box li{position: relative; display: flex; align-items: center; margin-bottom: 25px; color:#13345e; font-size: 20px; font-weight: bold;}
.coaching .contents .service__contents ul.step-box li:nth-of-type(n+5){margin-bottom: 0;}
.coaching .contents .service__contents ul.step-box li:nth-of-type(1):after{
    content: '';
    display: block;
    width: 1px;
    height: 430px;
    background: #939393;
    position: absolute;
    left: 25px;
    bottom: -406px;
    z-index: 0;}
.coaching .contents .service__contents ul.step-box li img{position: relative; z-index: 10; margin-right: 30px;}
.coaching .contents .service__contents ul.step-box li.bg{background: url(../img/bg.png); height: 92px; width: 100%;}
.coaching .contents .service__contents ul.step-box li.bg4,
.coaching .contents .service__contents ul.step-box li.bg5{height:84px; align-items: center;}
.coaching .contents .service__content h3{margin-bottom: 30px;}
.coaching .contents .service__contents ul.step-box li:first-child {
	color: #000000;
}
@media screen and (max-width: 640px){
.coaching .contents .service__contents ul.step-box li{
	font-size:4.2666666667vw;
	font-feature-settings: "palt";
	margin-bottom: 4vw;

}

.coaching .contents .service__contents ul.step-box li img{
	margin-right: 3.7333333333vw;
	width: 8.5333333333vw;
}
.coaching .contents .service__contents ul.step-box li:nth-of-type(1):after{
height: 74.6666666667vw;
left: 4vw;
bottom: -70.4vw;
}
.coaching .contents .service__contents ul.step-box li.bg{
	height: 17.3333333333vw;
}


}



/*各stepに関するご案内*/
/*.coaching .contents .service__content div{margin-bottom: 70px;}*/
.coaching .mgn66{
	margin-bottom: 66px;
}
.coaching .mgn55{
	margin-bottom: 55px;
}
.coaching .contents .service__content div.yoyaku h4{display: flex; align-items: center; padding-bottom: 9px; border-bottom: 2px dotted #b3b3b3; margin-bottom: 20px;font-size: 20px;}

.coaching .contents .service__content div.yoyaku h4 img:last-child{margin-right: 20px;}
.coaching .contents .service__content div.yoyaku a{
	color: #0095a2;
	font-size: 16px;
	font-feature-settings: "palt";
	text-decoration: underline;
}
	.coaching .contents .service__content div.yoyaku h4 img.mgn15 {
		display: inline-block;
		margin-right: 20px;
	}
@media screen and (max-width: 1089px){
	.coaching .contents .service__content div.yoyaku a{
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.coaching .contents .service__content div.yoyaku h4{
		font-size: 4.2333vw;
		font-feature-settings: "palt";
		line-height: 1.4;
	}

    .coaching .contents .service__content div.yoyaku h4 img{
		width:40px;
	}
	.coaching .contents .service__content div.yoyaku h4 img.mgn15{
		display: inline-block;
		margin-right: 4vw;
	}
	.coaching .contents .yoyaku p{
		font-feature-settings: "palt";
		font-size: 4.2666666667vw;
		line-height:1.75;
	}
	.coaching .mgn66{
		margin-bottom: 11.7333333333vw;
	}
	.coaching .mgn55{
		margin-bottom: 0;
	}

}

.coaching .contents .service__content div.pre h5{color:#0095a2; font-size: 21px; font-weight: bold; padding-left: 13px; border-left: 5px solid #0095a2; line-height: 24px; height: 24px; margin-bottom: 25px;}


.coaching .contents .service__content div.session h5 {
	color: #003461;
	font-size: 21px;
	font-weight: bold;
	padding-left: 13px;
	border-left: 5px solid #123E75;
	line-height: 24px;
	height: 24px;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content div.pre h5{
		    font-size: 5.3333333333vw;
		margin-bottom: 4.8vw;
		line-height: 1;
		height: auto;
	}
	.coaching .contents .service__content div.pre p.text,
	.coaching .contents .service__content div.pre li {
	}
	.coaching .contents .service__content div.pre li{
		    text-indent: -1em;
		    padding-left: 1em;
	}
}
/*プレチャレンジ*/
.coaching .contents .service__content .pre p{line-height: 1.8;}
.coaching .contents .service__content .pre .ul1{margin-bottom: 20px;}
.coaching .contents .service__content .pre .ul1 li{line-height: 1.8; font-weight: bold;}
.coaching .contents .service__content .pre div{padding: 25px; background: url(../img/bg.png);}

.coaching .contents .service__content .pre h6{font-size: 18px; color:#003461; font-weight: bold; margin: 0; margin-bottom: 20px;}
.coaching .contents .service__content .pre .ul2 li{line-height: 1.8; font-size: 16px; font-weight: bold; color:#003461;}

.coaching .contents .service__content_03.real h5{color:#003461; border-left: 5px solid #003461;}
.coaching .contents .prewrap{
	margin-bottom: 60px;
}

.coaching .contents .service__content .prewrap .ul2 li {
	line-height: 1.7;
	color: #13345e;
	font-weight: bold;
}
.coaching .contents .service__content .prewrap .ul2 li i {
    font-family: "FontAwesome";
    font-style: normal;
    margin-right: 8px;
}
@media screen and (max-width: 640px) {
.coaching .contents .service__content .pre h6 {
	font-size: 4.5333333333vw;
	font-feature-settings: "palt";
}
.coaching .contents .service__content .prewrap .ul2 li{
	font-size: 4vw;
}
.coaching .contents .service__content .prewrap .ul2 li i{
	margin-right: 4px;
}
}

/*導入セッション*/
.coaching .contents .service__content .flow{padding: 30px; padding-left: 30px; position: relative; background: url(../img/bg.png); margin-bottom: 0;}
.coaching .contents .service__content .flow h6{ display: flex; align-items: center; font-size: 20px; color:#13345e; margin: 0; margin-bottom: 25px;}
.coaching .contents .service__content .flow h6 span{width: 40px;height: 40px;line-height: 40px;border-radius: 40px;text-align: center;background: #fecb3b;color:#13345e;display: inline-block;font-size: 24px;font-family: circe-slab-a, serif;font-weight: 600;margin-right: 15px;position: relative;/* top: 20px; *//* left: 30px; */}
.coaching .contents .service__content .flow .to-do{font-size: 18px; font-weight: bold; margin-bottom: 15px; line-height: 1.5;}
.coaching .contents .service__content .flow ul li {
	line-height: 1.7;
	color: #13345e;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	text-indent: -1em;
	padding-left: 1em;
}

.coaching .contents .service__content .flow.flow2 ul li:not(:last-child){
	margin-bottom: 15px;
}
.coaching .contents .service__content .flow.flow3 ul li:not(:last-child) {
	margin-bottom: 12px;
}
.coaching .contents .service__content .flow ul li i{font-family: "FontAwesome"; font-style: normal; margin-right: 8px;}
.coaching .contents .service__content .flow ul li span.black {
	color: #000;
	display: block;
	text-indent: 0;
	width: 100%;
	padding-left: 0;
}
.coaching .contents .service__content .flow .indent{
	text-indent: 1.5em;
}

.coaching .contents .service__content .flow1{margin-bottom: 2px;}
.coaching .contents .service__content .flow2{margin-bottom: 90px;}

.coaching .contents .service__content .flow3{margin-bottom: 2px;}

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

	.coaching .contents .service__content .flow{
    padding-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
	}
	.coaching .contents .service__content .flow h6{
		margin-bottom: 3.4666666667vw;
		line-height: 1.324;
	}
	.coaching .contents .service__content .flow h6 span{
		/* display: none; */
	}
	.coaching .contents .service__content .flow ul li{
		/* font-size: 4vw; */
	}
.coaching .contents .service__content .flow .to-do{
	font-size: 4.2666666667vw;;
	margin-bottom: 1em;
}
	.coaching .contents .service__content .flow ul li i{
		margin-right: 4px;
	}
	.coaching .contents .service__content .flow .indent{
		text-indent: 0em;
		padding-left: 1em;
		font-size: 4vw;
	}
	.coaching .contents .service__content .flow2{
		margin-bottom: 15.4666666667vw;
	}
	.coaching .contents .service__content .flow.flow2 ul li:not(:last-child){
		margin-bottom: 3.2vw;
	}
	.coaching .contents .service__content .flow3 ul li span.black{
		font-weight: 500;
	}
	.coaching .contents .service__content .flow3 h6 span,
	.coaching .contents .service__content .flow4 h6 span {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		position: relative;
		top: auto;
		left: auto;
		height: 8.5333333333vw;
		width: 8.5333333333vw;
		font-size: 5.0666666667vw;
		flex-shrink: 0;
		margin-right: 3.2vw;
	}
}

/*予約*/
.coaching .contents .yoyaku p{line-height: 1.75;}
.coaching .contents  p.attention{font-size: 14px;}

@media screen and (max-width:640px){
	.coaching .contents p.attention{
	font-size: 3.4666666667vw;
    text-indent: -.5em;
    padding-left: 1em;
	}

}

/*セッション*/
.coaching .contents .session p{line-height: 1.75;}
.coaching .contents .session h5{
  color: #003461;
    border-left: 5px solid #003461;
}
@media screen and (max-width:640px) {
.coaching .contents .service__content div.session h5{
	    font-size: 4.8vw;
	    margin-bottom: 4.8vw;
	    height: auto;
	    line-height: 1;
}
}


/*体験*/
.coaching .contents .experience{position: relative;padding-top: 90px; max-width:980px;}
.coaching .contents .experience img{width: auto;}
.coaching .contents .experience h2 {
	background-image: linear-gradient(to right, #48a9e9, #2c71c1);
	padding: 25px 40px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 25px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.coaching .contents .experience h2 span{padding-right: 40px; border-right: 1px solid #fff; margin-right: 40px; display: inline-block; line-height: 1.3333; font-size: 24px; font-weight: bold;}

.coaching .contents .experience p.text{line-height: 1.5; margin-bottom: 25px; font-size: 18px;}
.coaching .contents .experience .ul1{display: flex; margin-bottom: 40px;}
.coaching .contents .experience .ul1 li{width: 170px; height: 80px; line-height: 80px; background-image: linear-gradient(to right, #f0b43b,#f7931e); color: #fff; text-align: center; font-size: 18px; font-weight: bold; margin: 0; border-radius: 10px; position: relative;}
.coaching .contents .experience .ul1 li:nth-of-type(-n+2){line-height: 1.33333; padding-top: 17px;}
.coaching .contents .experience .ul1 li:not(:last-child){margin-right: 25px;}
.coaching .contents .experience .ul1 li:not(:last-child):after {
    position: absolute;
    top: 33px;
    right: -16px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #123e75;
    border-right: 2px solid #123e75;
    transform: rotate(-45deg);
}

.coaching .contents .experience .time{position: absolute; right: 20px; top: 140px;}
.coaching .contents .experience h3{height: 60px; line-height: 60px; background: #4dacb2; color:#fff; padding-left: 38px; font-size: 20px; font-weight: bold;}

.coaching .contents .experience .ul2{padding:25px 38px 40px; background: #fff;}
.coaching .contents .experience .ul2 li{
	font-weight: bold;
}
.coaching .contents .experience .ul2 li:not(:last-child){margin-bottom: 6px;}
.coaching .contents .experience .ul2 li i{font-family: "FontAwesome"; font-style: normal; color:#4dacb2; margin-right: 8px;}
.coaching .contents .experience p.img{position: absolute; right: 0; bottom: 0;}

@media screen and (max-width:950px) and (min-width:641px){
.coaching .contents .experience .ul1 li{
	width: 120px;
}
.coaching .contents .experience .ul2 li{
	font-size: 1.8vw;
}
.coaching .contents .experience p.img{
	width: 22vw;
}
.coaching .contents .experience .time{
    right: 5%;
    top: 30%;
    width: 13vw;
}
}
@media screen and (max-width:640px) {
	.coaching .contents .experience{
		padding-top: 0;
	}
	.coaching .experience__wrap{
		background: none;
	}
	.coaching .contents .experience h2{
		flex-wrap: wrap;
		font-size: 4vw;
		margin-right: 0;
		padding-right: 0;
		font-weight: 500;
		line-height: 1.5;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
.coaching .contents .experience h2 span{
font-size: 5.0666666667vw;
		margin-right: 0;
		padding-right: 0;
		border: none;
}
.coaching .contents .experience h2 span::after{content: "";display: block;margin: 0;width: 19.2vw;height: 1px;margin-top: 4vw;margin-bottom: 2.9333333333vw;background-color: white;}

}


/*リンク*/
.coaching .contents.link ul li{background:#f8f8f8; }
.coaching .contents.link ul li div{padding-top: 25px; height: 220px; position: relative;}
.coaching .contents.link ul li div p.title{
    margin-bottom: 20px;
    position: relative;
    display: table;
    font-size: 18px; font-weight: bold; color:#003461;}
.coaching .contents.link ul li div p.title:after{content: ''; display: block; width: 40px; height: 2px; background: #385683; margin:0 auto; margin-top: 15px;}
.coaching .contents.link ul li div p.text{text-align: center; line-height: 1.625;height: 42px;margin-bottom: 20px;}
/* .coaching .contents.link ul li div a{display: block; position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); width: 180px; height: 36px; line-height: 36px; text-align: center;
background-image: linear-gradient(to right, #5cb8f5,#3071c1); color:#fff; border-radius: 18px;} */


.coaching .commentarylist {
	width: 100%;
	background-color: #f2f2f2;
	color: #123e75;
	padding-top: 54px;
	padding-bottom: 70px;
	margin-bottom: 220px;
}

.coaching .commentarylist h2 {
	font-size: 24px;
	line-height: 1.33;
	color: #123e75;
	position: relative;
	margin: 0 auto 12px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.coaching .commentarylist{
		padding: 8.5vw 0 9.5vw;
		margin-bottom: 14.4vw;
	}
.coaching .contents.link{
	padding-bottom: 10.6666666667vw;
}
	.coaching .commentarylist h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 5vw;
	}
	.coaching .contents.link ul li div p.text{
		height: auto;
		font-size: 3.7333333333vw;
	}

	.coaching .contents.link ul {
		flex-wrap: wrap;
	}

	.coaching .contents.link ul li {
		width: 84vw;
	}

	.coaching .contents.link ul li:not(:last-child) {
		margin-bottom: 5.8666666667vw;
	}

	.coaching .contents.link ul li div p.title {
		font-size: 4.2666666667vw;
		margin-bottom: 4vw;
	}

}
.coaching .commentarylist h2::after {
	content: "";
	border-bottom: solid 2px #123e75;
	display: block;
	width: 40px;
	height: 0;
	margin: 12px auto 28px;
}

@media screen and (max-width: 640px) {
	.coaching .commentarylist h2::after {
		width: 9.3333333333vw;
		margin-top: 3.2vw;
		margin-bottom: 5.3333333333vw;
	}
}

.coaching .commentarylist ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 628px;
}

.coaching .commentarylist ul li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #123e75;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.coaching .commentarylist ul{
		width: 70%;
		flex-direction: column;
    margin-left: 85px;
    margin-right: auto;
	}
	.coaching .commentarylist ul li{
		margin: 0;
	}
	.coaching .commentarylist ul li a {
		font-size: 4vw;
	}
}

.coaching .commentarylist ul li a::after {
	content: "";
	background-image: url(../img/blue_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 6px;
	margin-left: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 640px) {
	.coaching .commentarylist ul li a::after {
		width: 3.7333333333vw;
		height: 2.1333333333vw;
		margin-left: 2.1333333333vw;
	}
}

.coaching .commentarylist ul li a:hover::after {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.coaching .box {
	background: -webkit-gradient(linear, left top, right top, from(#0082b2), to(#002f65));
	background: -webkit-linear-gradient(left, #0082b2 0%, #002f65 100%);
	background: linear-gradient(90deg, #0082b2 0%, #002f65 100%);
	margin: 0 0 0 auto;
	margin-right: calc(50% - 50vw);
	width: 100%;
	position: absolute;
	top: -131px;
	left:calc(50% - 560px);
}

@media screen and (max-width: 640px) {
	.coaching .box {
		margin-right: 0;
		margin-left: calc(50% - 50vw);
		width: 92vw;
		margin-right: 0vw;
		margin-bottom: 8vw;
	}
}

.coaching .box .title {
	padding: 55px 0 113px 100px;
	    display: flex;
	    align-items: center;

}



.coaching .box .title h2 {
	display: inline-block;
	font-size: 50px;
	flex-shrink: 0;
	margin: 0;
}



.coaching .box .title h2 span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic,
	-apple-system,
	BlinkMacSystemFont,
	Roboto,
	"Segoe UI",
	"Helvetica Neue",
	HelveticaNeue,
	YuGothic,
	"Yu Gothic Medium",
	"Yu Gothic",
	Verdana,
	Meiryo,
	sans-serif;
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
	.coaching .box .title h2 span {
		font-size: 4vw;
		margin-top: 2.9333333333vw;
	}
}

.coaching .box .title * {
	color: white;
}

.coaching .box .title p{
	display: flex;
	align-items: baseline;
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

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

	.coaching .box .title p{
		display: block;
		margin: 20px 0 0 0;
		width: 100%;
	}
}

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

	.coaching .box .title p{
		font-size: 4vw;
		line-height: 1.8;
		margin-top: 0;
	}
}



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

	.coaching .box .title p br{
		display: none;
	}
}

.coaching .box .title p::before {
	content: "";
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 68px;
	margin: 14px 25px 0;
}

@media screen and (max-width: 1130px) {
	.coaching .box{
		left: auto;
	}
	.coaching .box .title{
		flex-wrap: wrap;
		padding-bottom: 55px;
	}

.coaching .box .title h2{
	font-size: 50px;
}

.coaching .box .title p::before {
	content: none;
}
}

@media screen and (max-width: 640px) {
	.coaching .box .title h2 {
    font-size: 9.0666666667vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .box{
		right: 0;
	}
	.coaching .box .title {
		padding-top: 5.3333333333vw;
		padding-bottom: 5.3333333333vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media screen and (max-width: 640px) {

	.coaching .box .title p::before {
		content: "";
		display: block;
		margin: 0;
		width: 19.2vw;
		/* height: 0.5333333333vw; */
		margin-top: 4vw;
		margin-bottom: 2.9333333333vw;
	}
}

.coaching .case__content::-webkit-scrollbar {
	width: 6px;
}

.coaching .case__content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 12px #c8c8c8;
	box-shadow: inset 0 0 12px #c8c8c8;
}

.coaching .case__content::-webkit-scrollbar-thumb {
	background-color: #123e75;
}


@media screen and (max-width: 640px) {
	/* .coaching .contents .p-btn__txt>span:nth-of-type(1){
font-size: 6.6666666667vw;
	} */
	.coaching .contents.cases .p-btn__txt:before {
		transform: none;
		position: relative;
		bottom: auto;
	}

}

.coaching .contents.cases .contents__menu__txt>span:nth-of-type(1) {
	margin-left: 15px;
	font-size: 23px;
	color: #123e75;
}

.coaching .contents.cases .contents__menu__txt>span:nth-of-type(2) {
	margin-left: 28px;
	font-size: 15px;
	line-height: 1.4;
	color: #123e75;
}

.coaching .contents.cases .contents__menu__txt>span.oneLine {
	margin-top: 0;
	;
}


/* service */
.coaching .contents.service .service__content h3{
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	.coaching .contents.service .service__content h3 {

		margin-bottom: 5.3333333333vw;
	}
}
.coaching .contents.service .service__content p strong{
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.coaching .contents.service .service__contents{
	margin-top: 75px;
}
@media screen and (max-width: 640px){
	.coaching .contents.service .service__contents{
margin-top: 11.4666666667vw;
	}
	.coaching .contents.service .service__content p strong{
		font-size: 4.2666666667vw;
	}

}
.coaching .contents.service .contents__header{
	position: relative;
	top: auto;
}
.coaching .contents.service .service__content button{
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #0099A5;
	border-radius: 15px;
	line-height: 1;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 210px; */
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 55px;
	margin-bottom: 20px;
}
.coaching .contents.service > div{
	padding-top: 0;
}

.coaching .contents .service__content .booking {
	display: flex;
	align-items: center;
	margin-top: 34px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking {
		flex-direction: column;
		margin-top: 5.0666666667vw;
	}
	.coaching .contents.service .service__content button{
		height: 8vw;
		font-size: 4.5333333333vw;
		padding-right: 4.8vw;
		padding-left: 4.8vw;
		margin-top: 6.4vw;
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents .service__content .booking {
		flex-direction: column;
		margin-top: 19px;
	}
}





.coaching .contents .service__content .booking li .txt {
	margin-left: 26px;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking li .txt {
		margin-left: 2.6666666667vw;
		font-size: 4.8vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents .service__content .booking li .txt {
		margin-left: 20px;
		font-size: 36px;
	}
}

.coaching .contents .service__content .booking li:nth-last-of-type(1):after {
	content: none;
}

.coaching .contents .service__content .booking__steps {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 35px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__steps {
		margin-top: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents .service__content .booking__steps {
		margin-top: 0;
	}
}

.coaching .contents .service__content .booking__step {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step {
		flex-direction: column;
		padding: 4.8148148148vw 0 8vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents .service__content .booking__step {
		flex-direction: column;
	}
}
.coaching .contents .service__content .booking__step.mb20{
	margin-bottom: 20px;
}
.coaching .contents .service__content .booking__step.pt0{
	padding-top: 0;
}
.coaching .contents .service__content .booking__step.bp0 {
	border: none;
	padding-bottom: 0;
}
.coaching .contents .service__content .booking__step.wd100 div{
	width: 100%;
}
.coaching .contents .service__content .booking__step.wd100 .indent{
	font-size: 16px;
}
.coaching .contents .service__content .booking__step.wd100 strong{
	margin-bottom: 0;
}
.coaching .contents .service__content .booking__step>div {
	width: 450px;
	margin-left: 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step>div {
		width: 100%;
	}
}

.coaching .contents .service__content .booking__step h5 {
	color: #fff;
	font-size: 25px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step h5 {
		font-size: 6.6666666667vw;
	}
}

.coaching .contents .service__content .booking__step h6 {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step h6 {
		margin-top: 1em;
		font-size: 4.5334vw;
	}
}

.coaching .contents .service__content .booking__step h5>span {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: 300;
	vertical-align: text-top;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step h5>span {
		margin-left: 1.12vw;
		padding: 1.0666666667vw 0;
		font-size: 3.7333333333vw;
	}
}

.coaching .contents .service__content .booking__step div p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.71;
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step div p {
		margin-top: 4.5333333333vw;
		font-size: 4vw;
		line-height: 1.67;
		font-feature-settings: "palt";
	}
}

.coaching .contents .service__content .booking__step div p.num {
	display: flex;
	position: relative;
}


.coaching .contents .service__content .booking__step div p.num2 strong{
	margin-top: 10px;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step div p.num2 {
		margin-bottom: 24px;
	}
}

.coaching .contents .service__content .booking__step div p.num:before {
	content: "";
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: relative;
	margin-top: 4px;
	margin-right: 16px;
	flex-shrink: 0;

}

.coaching .contents .service__content .booking__step div p.num1:before {
	background-image: url(../img/num1.svg);
}

.coaching .contents .service__content .booking__step div p.num2:before {
	background-image: url(../img/num2.svg);
}

.coaching .contents .service__content .booking__step div p.num3:before {
	background-image: url(../img/num3.svg);
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step div p.num0::before {
		content: none;
	}
}

.coaching .contents .service__content .booking__step div p span.indent {
	text-indent: -.6em;
	padding-left: .6em;
	font-size: 14px;
	display: flex;
}

.coaching .contents .service__content .booking__step div p span.indent.fz16 {
	font-size: 16px;
}

.coaching .contents .service__content .booking__step .btnimage {
	width: 180px;
	text-align: left;
	margin: 14px 0 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step .btnimage {
		width: 170px;
	}

	.coaching .contents .service__content .booking__step div p span.indent.fz16 {
		font-size: 15px;
	}
}

.coaching .contents .service__content .booking__step .booking__img {
	width: 380px;
	margin-right: 0;
	text-align: center;
}

.coaching .contents .service__content .booking__step .booking__img.flex {
	display: flex;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step .booking__img.flex {
		flex-wrap: wrap;
	}

	.coaching .contents .service__content .booking__step .booking__img figure:nth-child(1) {
		margin-right: 0;
		margin-bottom: 18px;
	}
}

.coaching .contents .service__content .booking__step .booking__img figure {
	margin: 0;
}

.coaching .contents .service__content .booking__step .booking__img figure:nth-child(1) {
	margin-right: 10px
}

.coaching .contents .service__content .booking__step .booking__img figcaption {
	font-size: 14px;
	color: white;
	text-align: left;
	margin-top: 1em;
}

.coaching .contents .service__content .booking__step .booking__img img {
	width: auto;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step .booking__img {
		margin-top: 4.5333333333vw;
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents .service__content .booking__step .booking__img {
		margin-top: 34px;
		margin-right: auto;
	}
	.coaching .contents .service__content .booking__step figure{
		margin: 0 auto;
	}
}

.coaching .contents .service__content .booking__step .notice {
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__content .booking__step .notice {
		font-size: 3.4666666667vw;
	}
}

.coaching .contents .service__abstract table td.trainer {
	/* padding-left: 16px; */
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__abstract table td.trainer {
		padding: 3.7333333333vw 0 3.7333333333vw 3.2vw;
		width: 85.8666666667vw;
	}
}

.coaching .contents .service__abstract table td.trainer a {
	color: #123e75;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 2;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position:relative;
}

.coaching .contents .service__abstract table td.trainer a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 5px;
  margin-left: 10px;
  background: url("../img/pict_arrow_streetview.svg") center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.2s ease;
}



@media screen and (max-width: 640px) {
	.coaching .contents .service__abstract table td.trainer a {
		/* font-size: 4vw; */
		line-height: 2.13;
	}
}

.coaching .contents .service__abstract table td.trainer a::after {
	content: "";
	background-image: url(../img/pict_arrow_streetview.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 4px;
	margin-left: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 640px) {
	.coaching .contents .service__abstract table td.trainer a::after {
		width: 4.5333333333vw;
		height: 2.4vw;
		margin-left: 1.0666666667vw;
	}
}

.coaching .contents .service__abstract table td.trainer a:hover::after {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.coaching .pc-hide {
	display: none;
}

.coaching .sp-hide {
	display: block;
}
.coaching .contents .service__content .booking__step figure.mgn {
	margin: 18px 0 40px;
}

@media screen and (max-width: 640px) {
	.coaching .pc-hide {
		display: block;
	}

	.coaching .sp-hide {
		display: none;
	}
 ul.fix-menu li a {
    /* line-height: 1; */
    /* font-size: 4vw; */
  }
  ul.fix-menu li a:before {
    margin-right: 5px;
  }
}

figure {
	margin: 0;
}
/* attentionwrap */
.coaching .attentionwrap{
	margin-top: 56px;
}
.coaching .attentionwrap .service__notice {
	margin: 0 auto 140px;
}
.coaching .attentionwrap .service__notice div{
	margin: 0 auto;
}
.coaching #experience{
padding-top: 170px;
margin-top: -170px;
}
@media screen and (max-width: 640px) {
.coaching #experience{
padding-top: 90px;
margin-top: -90px;
}
	.coaching .attentionwrap{
		margin-top: 10.6666666667vw;
	}
	.coaching .attentionwrap .service__notice{
margin-bottom: 13.8666666667vw;
	}

}
/* .experience */
.coaching .experience__wrap {
	background-image: url(../img/personal_experience_bg.png);
	background-repeat: repeat;
	background-size: cover;
	height: 615px;
}

@media screen and (max-width: 640px) {
	.coaching .contents .experience__wrap {
		background: none;
		height: auto;
	}
	.coaching .contents .experience__wrap .ul1,
	.coaching .contents .experience__wrap .ul2,
	.coaching .contents .experience__wrap .time,
	.coaching .contents .experience__wrap .img,
	.coaching .contents .experience h3 {
		display: none;
	}

	.coaching .contents .experience p.text{
		font-size: 4vw;
		font-feature-settings: "palt";
		padding-right: 7.4666666667vw;
		padding-left: 7.4666666667vw;
	}
}
/* bluebtn */
.coaching .btn.blue {
	position: relative;
}

.coaching .btn.blue a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(to right, #5cb8f5, #3071c1);
	color: white;
	border: none;
	justify-content: space-between;
	width: 190px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 640px) {
	.coaching .btn.blue a {
		width: 48vw;
		height: 9.6vw;
		font-size: 3.7333333333vw;
		border-top-left-radius: 4.8vw;
		border-top-right-radius: 4.8vw;
		border-bottom-left-radius: 4.8vw;
		border-bottom-right-radius: 4.8vw;
		padding-right: 7.2vw;
		padding-left: 7.2vw;
	}
}

.coaching .btn.blue a:hover img {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.coaching .btn.blue a img {
	vertical-align: 5px;
	margin-left: 17px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.coaching .btn.blue a img {
		width: 12.8vw;
		margin-left: 2.1333333333vw;
	}
}
@media screen and (min-width: 641px){
	.coaching .tb-hide {
		display: block;
	}

	.coaching .tb-block {
		display: none;
	}
}
@media screen and (max-width: 640px) {
.coaching .tb-hide {
	display: none;
}

.coaching .tb-block {
	display: block;
}

}

#coaching ul.fix-menu {
	/* width: 34px !important; */
}
@media screen and (max-width: 500px){
#coaching ul.fix-menu {
	width: 100% !important;
}
#coaching ul.fix-menu li:not(:last-child){
	border-right: 1px solid #fff;
}
}

/* 0414追加分 */
.coaching .contents.cases>div {
	padding-top: 86px;
	padding-bottom: 105px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases>div {
		padding-top: 10vw;
		padding-bottom: 0vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases>div {
		padding-top: 160px;
		padding-bottom: 0px;
	}
}

.coaching .contents.cases .contents__header {
	top: -121px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .contents__header {
		top: -24vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .contents__header {
		top: -118px;
	}
}

.coaching .contents.cases .contents__header>div {
	height: 242px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .contents__header>div {
		height: 28.8vw;
	}
}


.coaching .contents.cases .contents__header>div p {
	margin-left: 224px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .contents__header>div p {
		margin-left: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .contents__header>div p {
		margin-left: 0;
	}
}

.coaching .contents.cases .contents__header>div p:before {
	top: 15px;
	left: -239px;
	width: 207px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .contents__header>div p:before {
		width: 19.2vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .contents__header>div p:before {
		width: 72px;
	}
}




.coaching .contents.cases .case {
	position: relative;
	max-width: 1080px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case:nth-of-type(n + 1) {
		margin-top: 4vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case:nth-of-type(n + 1) {
		margin-top: 30px;
	}
}


@media screen and (max-width: 640px) {
	.coaching .contents.cases .case.is_current .case__content {
		margin-top: 9.6vw;
		padding-bottom: 8vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case.is_current .case__content {
		margin-top: 36px;
		padding-bottom: 30px;
	}
}

.coaching .contents.cases .case__list {
	margin-top: 58px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__list {
		width: 84%;
		margin-top: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__list {
		max-width: 630px;
		width: 90%;
		margin-top: 0;
	}
}

.coaching .contents.cases .case .c-num {
	position: relative;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case .c-num {
		position: absolute;
		top: 0;
		left: 2vw;
		margin-top: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case .c-num {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
	}
}

.coaching .contents.cases .case .c-num>span>span {
	font-size: 12px;
	top: 8px;
	left: -22px;
	transform: rotate(-44deg);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case .c-num>span>span {
		top: 0.2666666667vw;
		left: -5.3333333333vw;
		font-size: 2.4vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case .c-num>span>span {
		top: 2px;
		left: -22px;
	}
}

.coaching .contents.cases .case__content {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out 0.2s;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__content {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__content {
		flex-wrap: wrap;
	}
}


@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__content:before {
		content: none;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__content:before {
		content: none;
	}
}

.coaching .contents.cases .case__header {
	width: 310px;
	padding-left: 22px;
	margin-right: 0;
	margin-left: 0;

	order: 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header {
		width: 100%;
		padding-left: 0;
		order: 1;
	}

}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header {
		width: 100%;
		padding-left: 0;
		order: 1;
	}
}

.coaching .contents.cases .case__header h3 {
	margin-top: 1em;
	font-size: 24px;
	line-height: 1.5;
	color: #123E75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header h3 {
		display: flex;
		align-items: center;
		width: 75.2380952381%;
		height: 13.8666666667vw;
		margin-right: 0;
		margin-top: 5px;
		font-size: 5.3333333333vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header h3 {
		display: flex;
		align-items: center;
		width: 550px;
		height: 72px;
		margin-top: 0;
		margin-right: 0;
	}
}

.coaching .contents.cases .case__header h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 10px;
	background-color: #123E75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header h3:after {
		content: none;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header h3:after {
		content: none;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header h3>span {
		margin-left: 3.7333333333vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header h3>span {
		margin-left: 28px;
	}
}

.coaching .contents.cases .case__header p {
	margin-top: 28px;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header p {
		margin-top: 6.1333333333vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header p {
		margin-top: 23px;
	}
}

.coaching .contents.cases .case__header p>span:before {
	content: "\a";
	white-space: pre;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__header p>span:before {
		content: none;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__header p>span:before {
		content: none;
	}
}

.coaching .contents.cases .case__detail {
	width: 700px;
	margin-right: 0;
	position: relative;
}

.coaching .contents.cases .case__detail:before{
content: "";
width: 1px;
height: 100%;
display: block;
background: #A0B2C8;
position: absolute;
left: -20px;
}

.coaching .contents.cases .case__detail >div{
	width: 640px;
}
@media screen and (max-width: 1089px) {
.coaching .contents.cases .case__detail:before {
content: none;
}

.coaching .contents.cases .case__detail>div {
	width: 100%;
}
	.coaching .contents.cases .case__detail {
		width: 100%;
		margin-top: 9.6vw;
		order: 2;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail {
		width: 100%;
		margin-top: 18px;
		order: 2;
	}
}

.coaching .contents.cases .case__detail_04>p {
	font-size: 16px;
	    display: table;
	    margin-left: calc(33% - 112px);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04>p {
		font-size: 4.2666666667vw;
		line-height: 1.75;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04>p {
		line-height: 1.75;
	}
}

.coaching .contents.cases .case__detail_04>div {
	display: flex;
	align-items: center;
	margin-top: 22px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04>div {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 8.5333333333vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04>div {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 32px;
	}
}

.coaching .contents.cases .case__detail_04 .problem {
	width: 100px;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .problem {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: 20vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .problem {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: 150px;
	}
}

.coaching .contents.cases .case__detail_04 .problem>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #304a5c;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.47;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .problem>span {
		width: 20vw;
		height: 20vw;
		margin-left: auto;
		margin-right: 2vw;
		border-width: 0.4vw;
		font-size: 3.0666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .problem>span {
		width: 150px;
		height: 150px;
		margin-left: auto;
		margin-right: 15px;
		border-width: 3px;
		font-size: 23px;
	}
}

.coaching .contents.cases .case__detail_04 .problem:after {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	margin-top: 8px;
	background: url("../img/cosulting_feature_figure.svg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .problem:after {
		width: 17.7333333333vw;
		height: 18.1333333333vw;
		margin-top: 0;
		margin-right: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .problem:after {
		width: 133px;
		height: 136px;
		margin: 0 auto 0 0;
	}
}

.coaching .contents.cases .case__detail_04 .solution {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution {
		flex-wrap: wrap;
		flex-direction: column;
		width: 50%;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution {
		flex-wrap: wrap;
		flex-direction: column;
		width: 50%;
	}
}

.coaching .contents.cases .case__detail_04 .solution__header {
	width: 100px;
	margin-left: 0;
	padding-top: 24px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__header {
		width: 100%;
		padding-top: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__header {
		width: 100%;
		padding-top: 0;
	}
}

.coaching .contents.cases .case__detail_04 .solution__header h4 {
	font-size: 18px;
	color: #0095a2;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__header h4 {
		font-size: 3.6vw;
	}
}

.coaching .contents.cases .case__detail_04 .solution__header h4:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 8px auto;
	background-color: #0095a2;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__header h4:after {
		width: 6vw;
		margin-top: 1.6vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__header h4:after {
		width: 45px;
		margin-top: 6px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__header p {
	margin-top: 10px;
	line-height: 1.44;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__header p {
		margin-top: 2.6666666667vw;
		font-size: 3.4666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__header p {
		margin-top: 10px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow {
	position: relative;
	width: 144px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow {
		width: 28vw;
		height: 40.8vw;
		margin-top: 3.2vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__flow {
		width: 210px;
		height: 276px;
		margin-top: 24px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow h5 {
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	font-size: 13px;
	letter-spacing: -0.0769230769em;
	color: #fff;
	transform: translateY(-8px);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow h5 {
		width: 16vw;
		padding: 0.8vw 0;
		font-size: 3.0666666667vw;
		transform: translateY(-1.3333333333vw);
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__flow h5 {
		width: 120px;
		padding: 6px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow p {
	margin-top: -2px;
	font-size: 14px;
	line-height: 1.43;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow p {
		margin-top: 1.0666666667vw;
		font-size: 2.8vw;
		line-height: 1.5;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__flow p {
		margin-top: 4px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow:before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow:before {
		width: 24vw;
		height: 24vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__flow:before {
		width: 180px;
		height: 180px;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow:after {
	content: "";
	position: absolute;
	top: 53px;
	right: -6px;
	display: block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border-bottom: 3px solid #4dacb2;
	border-right: 3px solid #4dacb2;
	transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow:after {
		top: auto;
		bottom: -0.2666666667vw;
		left: 46%;
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		border-bottom-width: 0.5333333333vw;
		border-left: 0.5333333333vw solid #4dacb2;
		border-right: none;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__flow:after {
		top: auto;
		left: 96px;
		bottom: -2px;
		width: 20px;
		height: 20px;
		border-bottom-width: 2px;
		border-left: 2px solid #4dacb2;
		border-right: none;
	}
}

.coaching .contents.cases .case__detail_04 .solution__flow:nth-last-of-type(1):after {
	content: none;
}

.coaching .contents.cases .case__detail_04 .solution__list {
	width: 558px;
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__list {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-left: auto;
		margin-top: 5.3333333333vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution__list {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-left: auto;
		margin-top: 20px;
	}
}


@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_01 {
		padding-top: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_01 {
		padding-top: 0;
	}
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow h5 {
	background-color: #0099a5;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_01 {
		margin-top: 2.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_01 {
		margin-top: 10px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_01:before {
	background-image: url("../img/cosulting_feature_01.svg");
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_02:before {
	background-image: url("../img/cosulting_feature_02.svg");
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03:before {
	background-image: url("../img/cosulting_feature_03.svg");
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03 h5 {
	width: 110px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03 h5 {
		width: 26.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03 h5 {
		width: 200px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03 p {
	font-weight: bold;
	color: #0095a2;
}

.coaching .contents.cases .case__detail_04 .solution_02 {
	margin-top: 28px;
	padding-top: 30px;
	border-top: 1px dotted #b3b3b3;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		border-left: 1px dotted #b3b3b3;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_02 {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		border-left: 1px dotted #b3b3b3;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__header h4:after {
	background-color: #123e75;
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__header h4 {
	color: #123e75;
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow h5 {
	background-color: #123e75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01 {
		margin-top: 2.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01 {
		margin-top: 10px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01:before {
	background-image: url("../img/cosulting_feature_04.svg");
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01 p {
	margin-top: 6px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01 p {
		margin-top: 2.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_01 p {
		margin-top: 10px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02:before {
	background-image: url("../img/cosulting_feature_05.svg");
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02 h5 {
	width: 86px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02 h5 {
		width: 22.9333333333vw;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02 p {
	margin-top: 6px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02 p {
		margin-top: 2.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_02 p {
		margin-top: 10px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03:before {
	background-image: url("../img/cosulting_feature_06.svg");
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03 h5 {
	width: 93px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03 h5 {
		width: 26.6666666667vw;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03 h5 {
		width: 200px;
	}
}

.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03 p {
	font-weight: bold;
	color: #123e75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__header {
		font-size: 4vw;
	}

	.coaching .contents.cases .case__detail_04 .solution__header p {
		font-size: 3.7333333333vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution__flow {
		width: 100%;
		height: 44vw;
	}

	.coaching .contents.cases .case__detail_04 .solution__flow p {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_01 .solution__flow_03 p {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_04 .solution_02 .solution__flow_03 p {
		font-size: 3.2vw;
	}
}
.coaching .contents.cases .case__detail_01 .service__abstract {
margin-top: 0;
padding-bottom: 15px;
max-width: 100%;
}
.coaching .contents.cases .case__detail_01 .service__abstract>div{
	width: 100%;
}
.coaching .contents.cases .case__detail_01 .service__abstract table{
	margin-top: 0;
	margin-bottom: 15px;
}
.coaching .contents.cases .case__detail_01 .service__abstract table tr.service__abstract_02,
.coaching .contents.cases .case__detail_01 .service__abstract table tr.service__abstract_03 {
padding-top: 16px;
}
.coaching .contents.cases .case__detail_01 .service__abstract table th{
	border-top: 0;
	border-bottom: 2px solid #13345E;
	padding: 10px 0 16px 0;
	font-size: 16px;
	width: 170px;
	    font-feature-settings: "palt";
}

.coaching .contents.cases .case__detail_01 .service__abstract table td{
	border-top: 0;
	border-bottom: 1px dotted #999999;
	padding: 10px 0 16px 32px;
	width: auto;
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_01 .service__abstract table th{
    width: 29.8666666667vw;
    padding: 3.7333333333vw 0 3.4vw .6vw;
    font-size: 4.2666666667vw;
    font-feature-settings: "palt";
    line-height: 1.5;
	}
.coaching .contents.cases .case__detail_01 .service__abstract table td{
padding: 3.7333333333vw 0 3.7333333333vw 3.2vw;
border-top-width: 0.2666666667vw;
font-size: 4.2666666667vw;
font-feature-settings: "palt";
}
}
.coaching .contents.cases .case__detail_01 .notice{
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_01 .notice {
		font-size:4.2666666667vw;
	}

	.coaching .contents.cases .case__detail_01 .notice .indent {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-indent: -0.5em;
		padding-left: 1em;
		line-height: 1.5;
	}

	.coaching .contents.cases .case__detail_01 .notice br {
		display: none;
	}
}


.coaching .contents.cases .case__detail_01 .solution_02{
    background-image: url(../img/bg3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 28px 32px 32px 40px;
	margin-top: 16px;
}
.coaching .contents.cases .case__detail_01 .solution_02 h4{
	font-size: 18px;
	font-weight: bold;
	color: #0099A5;
	margin-bottom: .5em;
}
.coaching .contents.cases .case__detail_01 .solution_02 p{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.625;
}
.coaching .contents.cases .case__detail_01 .solution_02 ul{
	margin-top: 0;
}
.coaching .contents.cases .case__detail_01 .solution_02 ul li{
	line-height: 1.625;
	display: flex;
	align-items: baseline;
}
.coaching .contents.cases .case__detail_01 .solution_02 ul li:nth-child(1) {
	margin-bottom: 12px;
}
.coaching .contents.cases .case__detail_01 .solution_02 ul li:before{
	background-image: url(../img/case_arw_2.svg);
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	background-size: 100%;
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_01 .service__abstract{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_01 .solution_02 {
		padding-top: 5.3333333333vw;
		padding-right: 4vw;
		padding-bottom: 4.8vw;
		padding-left: 4vw;
		background-repeat: repeat;
	}

	.coaching .contents.cases .case__detail_01 .solution_02 h4 {
		font-size: 4.2666666667vw;
		margin-bottom: 2.6666666667vw;
	}

	.coaching .contents.cases .case__detail_01 .solution_02 p {
		font-size: 4.2666666667vw;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.5;
		margin-bottom: 1em;
	}

	.coaching .contents.cases .case__detail_01 .solution_02 ul li {
		font-size: 4.2666666667vw;
	}
}
/* detail_02 */
.coaching .contents.cases #case_01_contents .sheet {
	color: #123e75;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #fecb3b;
	text-align: center;
	padding: 5px 10px;
	display: table;
	margin: 20px auto 0 0;
}
.coaching .contents.cases #case_01_contents .sheet.pc-hide {
	display: none;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases #case_02_contents .sheet.pc-hide {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_01_contents .sheet.pc-hide {
		display: table;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_01_contents .sheet.sp-hide {
		display: none;
	}

	.coaching .contents.cases #case_01_contents .sheet.pc-hide {
		font-size: 3.7333333333vw;
		margin: -8px 0 0 95px;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents h3:not(.process__ttl) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 29%;
	}

	.coaching .contents.cases #case_02_contents h3:not(.process__ttl) span {
		margin-left: 0;
		margin-top:10px;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process li::before {
	content: none;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) {
	margin-right: 46px;
	width: 270px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 7.4666666667vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) .process__ttl {
	background-color: #87999b;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) .process__list .process__list--item:before {
	background-color: #87999b;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) .client__lead {
	background-color: #87999b;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(1) .client__item:before {
	background-image: url(../img/case_arw_3.svg);
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) {
	width: 320px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) {
		width: 100%;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) .process__ttl {
	background: -webkit-gradient(linear, left top, right top, from(#235191), to(#123e75));
	background: -webkit-linear-gradient(left, #235191 0%, #123e75 100%);
	background: linear-gradient(90deg, #235191 0%, #123e75 100%);
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) .process__list .process__list--item:before {
	background-color: #fecb3b;
	color: #13345e;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) .client__lead {
	background-color: #123e75;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) .client__item:before {
	background-image: url(../img/case_arw_2.svg);
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__item:nth-child(2) .client__item:last-child {
	margin-bottom: 0;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__ttl {
	font-size: 18px;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	border-radius: 17px;
	margin-bottom: 20px;
	line-height: 1;
	color: white;
	padding: 8px 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__ttl {
		font-size: 4.2666666667vw;
		border-top-left-radius: 4.2666666667vw;
		border-top-right-radius: 4.2666666667vw;
		border-bottom-left-radius: 4.2666666667vw;
		border-bottom-right-radius: 4.2666666667vw;
		margin-left: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 2.1333333333vw;
		padding-bottom: 2.1333333333vw;
		height: auto;
	}
}

@media screen and (max-width: 1089px) and (min-width: 641px){
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__ttl {
		margin-left: 0;
		height: auto;
		justify-content: center;
	}
}
.coaching .contents.cases #case_02_contents .case__detail_02 .process__list {
	counter-reset: number 0;
	position: relative;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__list::before {
	content: "" !important;
	position: absolute;
	width: 1px;
	height: 252px;
	display: block;
	border-left: dotted #666 1px;
	top: 0;
	left: 15px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__list::before {
		height: 80%;
		left: 4vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__list::after {
	content: "";
	position: relative;
	display: block;
	background-size: 100%;
	background-image: url(../img/detail_02_btm_arw.svg);
	width: 24px;
	height: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__list::after {
		width: 6.4vw;
		height: 3.2vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 1em;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item.long {
	margin-bottom: 2.4em;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item {
		font-size: 4.2666666667vw;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item:before {
	counter-increment: number 1;
	content: "0" counter(number) !important;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	border-radius: 50%;
	color: white;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
    font-family: circe-slab-a, serif;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item:before {
		width: 8vw;
		height: 8vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process__list--item strong {
	background: none;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client {
	background-image: url(../img/client_bg_2.png);
	background-repeat: repeat;
	background-size: 100%;
	padding-bottom: 25px;
	margin-top: 14px;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__lead {
	color: white;
	font-weight: bold;
  font-size: 18px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1;
	padding: 10px 0;
	text-align: center;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__para {
	margin-top: 1em;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__para.red {
	color: #c1272d;
	font-size: 16px;
	text-align: left;
	margin: 0 auto 12px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: table;
	width: auto;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__para.red {
		width: auto;
		font-size: 4.2666666667vw;
	}
  .coaching .contents.cases #case_02_contents .case__detail_02 .process .client__lead {
    font-size: 4.2666666667vw; 
  }
  .coaching .contents.cases #case_02_contents .case__detail_02 .process .client__para {
    font-size: 4.2666666667vw;
  }
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__list {
	margin-top: 16px;
	padding-right: 25px;
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__list {
		margin-top: 5.3333333333vw;
	}
  .coaching .contents.cases #case_02_contents .case__detail_02 .process .client__item {
    font-size: 4vw;
  }
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 16px;
	line-height: 1.313;
	margin-bottom: 12px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.coaching .contents.cases #case_02_contents .case__detail_02 .process .client__item:before {
	content: "";
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	background-size: cover;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork {
	border: solid 1px #123e75;
	padding: 22px;
	margin-top: 32px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork {
		padding-top: 4.8vw;
		padding-right: 2.6666666667vw;
		padding-bottom: 3.2vw;
		padding-left: 2.6666666667vw;
	}
  .coaching .contents.cases #case_02_contents .case__detail_02 .process .client__item {
    font-size: 4.2666666667vw;
  }
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead {
	font-size: 18px;
	font-weight: bold;
	color: #123e75;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: table;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead {
		font-size: 3.7333333333vw;
		margin-bottom: 5.0666666667vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead:before {
	content: "";
	height: 1px;
	width: 354px;
	background-color: #123e75;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead:before {
		width: 70.9333333333vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead span {
	background-color: white;
	padding: 0 10px;
	display: table;
	position: relative;
	z-index: 2;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__lead span {
		padding-right: 1.8666666667vw;
		padding-left: 1.8666666667vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__wrap.pc-hide {
	display: none;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__wrap.pc-hide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__wrap.sp-hide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__wrap.sp-hide {
		display: none;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list {
	width: calc(100 / 3);
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list {
		width: calc(100 / 2);
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list li {
	font-size: 15px;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list li {
		font-size: 3.2vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list li:not(:last-child) {
	margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list li:not(:last-child) {
		margin-bottom: 1.8666666667vw;
	}
}

.coaching .contents.cases #case_02_contents .case__detail_02 .nlpwork__list li:before {
	background-image: url(../img/case_arw_2.svg);
	width: 10px;
	height: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
/* /.detail_02 */
.coaching .contents.cases .case__detail_03 {
	margin-left: auto;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 {
		width: 100%;
		margin-left: auto;
		margin-top: 8vw;
		order: 2;
	}
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.cases .case__detail_03 {
		width: 100%;
		margin-left: auto;
		margin-top: 15px;
		order: 2;
	}
}

.coaching .contents.cases .case__detail_03 .solution>div {
	position: relative;
	padding-left: 120px;
	padding-top: 24px;
	padding-right: 28px;
	padding-bottom: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
	width: 640px;
	margin-left: auto;

}

.coaching .contents.cases .case__detail_03 .solution>div.solution_01{
	background-image: url("../img/bg1.png");
	border-radius: 20px;
}

.coaching .contents.cases .case__detail_03 .solution>div.solution_02 {
	background-image: url("../img/bg2.png");
	border-radius: 20px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div {
		padding-left: 0;
	}
}

.coaching .contents.cases .case__detail_03 .solution>div:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 24px;
	display: block;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div:before {
		top: 0;
		left: 0;
		width: 17.3333333333vw;
		height: 17.3333333333vw;
	}
}

.coaching .contents.cases .case__detail_03 .solution>div h4 {
	font-size: 18px;
	color: #13345E;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div h4 {
		display: flex;
		align-items: center;
		width: 100%;
		height: 17.3333333333vw;
		font-size: 4.8vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div h4>span {
		margin-left: 20.5333333333vw;
	}
}

.coaching .contents.cases .case__detail_03 .solution>div ul {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div ul {
		margin-top: 3.4666666667vw;
	}
}

.coaching .contents.cases .case__detail_03 .solution>div ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div ul li {
		padding-left: 5.3333333333vw;
		font-size: 4vw;
		line-height: 1.5;
		font-feature-settings: "palt";
		display: flex;

	}
}

.coaching .contents.cases .case__detail_03 .solution>div ul li+li {
	margin-top: 10px;
}

.coaching .contents.cases .case__detail_03 .solution>div ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/case_arw_1.svg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div ul li:before {
		position: relative;
		top: 1.6vw;
		width: 3.7333333333vw;
		height: 3.7333333333vw;
	}
}

.coaching .contents.cases .case__detail_03 .solution_01:before {
	background-image: url("../img/pict_online.svg");
}

.coaching .contents.cases .case__detail_03 .solution_02 {
	margin-top: 18px;
}


.coaching .contents.cases .case__detail_03 .solution>div.solution_02 ul li:before {
background-image: url("../img/case_arw_2.svg");
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution_02 {
		margin-top: 12.6666666667vw;
	}
}

.coaching .contents.cases .case__detail_03 .solution_02:before {
	background-image: url("../img/pict_real.svg");
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .case__detail_03 .solution>div {
		width: 100%;
		padding-top: 6.4vw;
		padding-right: 4.8vw;
		padding-bottom: 5.3333333333vw;
		padding-left: 4.8vw;
	}

	.coaching .contents.cases .case__detail_03 .solution>div:before {
		width: 16vw;
		height: 16vw;
	}

	.coaching .contents.cases .case__detail_03 .solution>div h4 {
		height: auto;
		font-size: 4.8vw;
	}

	.coaching .contents.cases .case__detail_03 .solution>div ul {
		margin-top: 8vw;
	}

	.coaching .contents.cases .case__detail_03 .solution>div ul li {
		padding-left: 1.0666666667vw;
	}
	.coaching .contents.cases .case__detail_03 .solution>div ul li:before{
		flex-shrink: 0;
	}
	.coaching .contents.cases .case__detail_03 .solution>div.solution_01,
	.coaching .contents.cases .case__detail_03 .solution>div.solution_02 {
		background-image: url(../img/bg2_sp.png);
		background-repeat: repeat;
	}
}
@media screen and (max-width: 640px) {
	.coaching .contents.cases .c-num>span {
		font-size: 19.2vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.cases .p-btn__txt>span:nth-of-type(2) {
		font-size: 4.2666666667vw;
	}
}

/* features */
@media screen and (max-width: 1130px) and (min-width: 1090px) {
.coaching .contents.features>div {
	padding-top: 120px;
}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features>div {
		padding-top: 0;
		background-color: white;
	}
}

.coaching .contents.features .contents__menu__txt:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: auto;
	bottom: 24px;
}

.coaching .contents.features .contents__menu__txt>span:nth-of-type(2) {
	margin-left: 30px;
}

.coaching .contents.features .feature {
	margin-left: 98px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature {
		margin-left: auto;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature {
		margin-left: auto;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature .c-num {
		left: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature .p-btn__txt:before {
		position: relative;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: -2.6666666667vw;
		left: -1.3333333333vw;
	}
}

.coaching .contents.features .feature__content:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__content:after {
		content: none;
	}
}

.coaching .contents.features .feature__list {
	max-width: 1080px;
	width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature__list {
		max-width: 630px;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__list {
		padding-top: 33.3333333333vw;
		width: 84%;
		margin-top: 0;
		max-width: none;
	}
}

.coaching .contents.features .feature__wrap {
	width: 116px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__wrap .c-num>span {
		font-size: 19.2vw;
	}

	.coaching .contents.features .feature__wrap .c-num>span>span {
		top: -3px;
		left: -12px;
		background: white;
	}
}

.coaching .contents.features .feature__cont {
	position: relative;
	border-left: solid 1px #718bac;
	padding-left: 36px;
	margin: 0;
	height: 490px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature__cont {
		width: 100%;
		padding-left: 0;
		height: auto;
		border: none;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__cont {
		height: 100%;
		padding-left: 0;
		border: none;
	}
}

.coaching .contents.features .feature__cont h3 {
	font-size: 26px;
	font-weight: bold;
	color: #13345e;
	line-height: 1.417;
	margin-bottom: 22px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature__cont h3 {
		margin-left: 110px;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__cont h3 {
		font-size: 5.3333333333vw;
		margin-bottom: 5.8666666667vw;
		margin-left: 24.9333333333vw;
	}
}

.coaching .contents.features .feature__bluebg {
	color: white;
	font-family: "Noto Serif JP", serif;
	background: -webkit-gradient(linear, left top, right top, from(#0082b2), to(#002f65));
	background: -webkit-linear-gradient(left, #0082b2 0%, #002f65 100%);
	background: linear-gradient(90deg, #0082b2 0%, #002f65 100%);
	line-height: 1;
	font-size: 16px;
	padding: 8px 16px 10px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	display: table;
}
.coaching .contents.features .feature__para{
	font-size: 16px;
	line-height:1.75;
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__bluebg {
		font-size: 4.2666666667vw;
		padding-top: 2.4vw;
		padding-right: 0vw;
		padding-bottom: 2.4vw;
		padding-left: 4vw;
		margin-bottom: 5.8666666667vw;
		display: block;
		text-align: left;
	}
}

.coaching .contents.features .feature__info {
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1;
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__info {
		font-size: 4vw;
	}
}

.coaching .contents.features .feature__para {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	max-width: 470px;
	width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature__para {
		width: 66%;
		max-width: 416px;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.coaching .contents.features .feature__para {
		font-size: 4.2666666667vw;
		max-width: 100%;
	}
}

.coaching .contents.features .feature_01 .feature__content::after {
	background-image: url(../img/img_features_1.png);
	max-width: 372px;
	width: 46%;
	max-height: 456px;
	height: 100%;
	right: -30px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature_01 .feature__content::after {
		width: 44%;
		max-height: 316px;
		height: 100%;
		right: -90px;
	}
}

.coaching .contents.features .feature_02 .feature__para {
	max-width: 420px;
}

.coaching .contents.features .feature_02 .feature__content::after {
	background-image: url(../img/img_features_2.png);
	max-width: 403px;
	width: 48%;
	max-height: 490px;
	height: 100%;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature_02 .feature__content::after {
		right: -14px;
	}
}

.coaching .contents.features .feature_03 .feature__para {
	max-width: 420px;
}

.coaching .contents.features .feature_03 .feature__content::after {
	background-image: url(../img/img_features_3.png);
	max-width: 655px;
	width: 65%;
	max-height: 395px;
	height: 100%;
	right: -109px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature_03 .feature__content::after {
		width: 80%;
		max-height: 350px;
		height: 100%;
		right: -145px;
	}
}

.coaching .contents.features .feature_04 .feature__para {
	max-width: 470px;
}

.coaching .contents.features .feature_04 .feature__content::after {
	background-image: url(../img/img_features_4.png);
	max-width: 380px;
	width: 42%;
	max-height: 490px;
	height: 100%;
	right: -54px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature_04 .feature__content::after {
		right: -74px;
	}
}

.coaching .contents.features .feature_05 .feature__para {
	max-width: 420px;
}

.coaching .contents.features .feature_05 .feature__content::after {
	background-image: url(../img/img_features_5.png);
	max-width: 342px;
	width: 36%;
	max-height: 490px;
	height: 100%;
	right: -33px;
}

.coaching .contents.features .feature_06 .feature__para {
	max-width: 420px;
}

.coaching .contents.features .feature_06 .feature__content::after {
	background-image: url(../img/img_features_6.png);
	max-width: 364px;
	width: 40%;
	max-height: 478px;
	height: 100%;
	right: -36px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
	.coaching .contents.features .feature_06 .feature__content::after {
		right: -66px;
	}
}
