html {
  scroll-behavior: smooth;
}

body {
  font-family: '游ゴシック', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
}

a:hover {
  opacity: .7;
}

.container {
  font-size: 1.6rem;

  max-width: 1980px;
  margin: 0 auto;
}

.main_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 40px;
}

.main_inner.successionIntro_container .successionIntro_content {
  text-align: left;
}

.contentToSucceed_Wrapper {
  position: relative;
  position: relative;

  display: inline-block;
  justify-content: center;

  width: 60%;

  border: 2px solid #58bba2;
  border-radius: 40px;
}

.contentToSucceed_Wrapper h2.contentToSucceed_title {
  position: absolute;
  top: -45px;
  left: 50%;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headerContainer {
  margin-bottom: 24px;
}

.text-center {
  text-align: center;
}

.present_img {
  width: 95%;
}

h2.contentToSucceed_title {
  position: absolute;
  top: -45px;
  left: 25%;

  display: inline-block;

  width: 280px;
  padding: 8px 16px;

  color: #fff;
  background: #74c6d0;
}

h2.contentToSucceed_title:after,
h2.pointing_title:after {
  display: none;
}

.contentToSucceed_Container {
  margin-top: 24px;
  padding: 24px;
}

.contentToSucceed {
  display: inline-block;

  width: 42%;
  margin: 8px;

  vertical-align: top;

  border-radius: 10px;
  background: #74c6d0;
}

.contentToSucceed p {
  font-size: 2rem;

  margin: auto;

  text-align: center;

  color: #fff;
}

.contentToInherit_Wrapper {
  width: 35%;

  vertical-align: top;
}

.contentToInherit_Wrapper h2 {
  left: 5%;
}

.contentToInherit_Wrapper .contentToSucceed {
  display: flex;

  width: 80%;
  margin: 8px auto;
}

.contentToInherit_Wrapper .contentToSucceed_Container .contentToSucceed:first-child {
  margin-bottom: 16px;
}

.successionIntro_container p.successionIntro_content {
  color: #000;
}

/* SP only END */
.header-content .main_inner {
  max-width: 1400px;
  padding: 40px 40px 0 40px;
}

@media screen and (max-width: 768px) {
  .header-content .main_inner {
    padding: 40px 0 20px 0;
  }
}

/* SP only END */

.main_inner.contact {
  font-size: 1.5rem;

  padding: 40px;
}

@media screen and (max-width: 768px) {
  .main_inner.contact {
    padding: 40px 0;
  }
}

/* SP only END */
label p {
  margin-bottom: 4px !important;
}


.sp {
  display: none;
}

.ipad-pro {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc.ipadpro {
    display: none;
  }

  .ipad-pro {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}

.header-content {
  z-index: 2;

  background-image: url('../images/header.png');
  background-position: center;
  background-size: cover;
}

.page-title,
.fukidashi-area {
  z-index: 1;
}

.page-title img {
  width: 50%;
}

.fukidashi-area.pc {
  display: flex;
  justify-content: space-between;

  padding: 20px 0;

  text-align: right;
}

.fukidashi-area.pc .fukidashi-left img:nth-child(1),
.fukidashi-area.pc .fukidashi-left img:nth-child(2) {
  width: 60%;
}

.fukidashi-area.pc .fukidashi-left img:nth-child(1) {
  margin-right: 20%;
}

.fukidashi-area.pc .fukidashi-left img:nth-child(2) {
  margin-right: -9%;
}

.fukidashi-area.pc .fukidashi-left img:nth-child(3) {
  width: 110%;
  margin-bottom: 0;
}

.fukidashi-area.pc .fukidashi-right {
  margin-top: 40px;
}

.fukidashi-area.pc .fukidashi-right img:nth-child(2) {
  margin-right: 10%;
}

.fukidashi-area.pc .fukidashi-right img:nth-child(3) {
  margin-bottom: 0;
}


.fukidashi-area.pc img {
  width: 80%;
  margin-bottom: 20px;
}

.sub-title {
  background-color: #58bba2;
}

.sub-title .main_inner {
  position: relative;

  padding: 24px;
}

.sub-title.Know-how .main_inner {
  margin: 0 auto;
  padding: 40px 0;

  text-align: center;
}

.sub-title img {
  position: absolute;
  bottom: 0;
  left: 24px;

  width: 237px;
}

.sub-title p,
.sub-title h1 {
  font-size: 2.4rem;

  text-align: center;
  letter-spacing: 2.88px;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .sub-title p {
    font-size: 2.0rem;
  }
}

/* SP only END */

.sub-title p.fontLarge {
  font-size: 3.0rem;
}

.sub-title .button-area,
.organization-body .button-area,
.contact .button-area,
.area_wrapper .button-area {
  display: block;

  min-height: 80px;

  text-align: center;
}

.sub-title .button-area {
  margin-top: 24px;
}


.sub-title .button,
.organization-body .button,
.contact .button,
.area_wrapper .button {
  font-size: 2.0rem;

  position: relative;

  display: block;

  width: 230px;
  min-height: 70px;
  margin: 16px auto 0 auto;
  padding: 16px 40px;

  text-align: center;
  text-decoration: none;

  opacity: 1;
  color: #58bba2;
  border-bottom: solid 8px #c0e0c0;
  border-radius: 8px;
  background: #f4f8f4;
}

.sub-title .button:hover,
.organization-body .button:hover,
.area_wrapper .button:hover {
  min-height: 60px;
  padding: 22px 40px 16px 40px;

  opacity: .7;
  border-bottom: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  /*影を小さく*/
}

.sub-title .button-area {
  min-height: 70px;
}

.sub-title .button {
  width: 215px;
  min-height: 0;
}

.sub-title .button:hover {
  padding: 19px 40px 16px 40px;
}

.left_line {
  padding-left: 10px;

  border-left: 10px solid #58bba2;
}

.infoListOfSucceed_container {
  font-size: 2.9rem;

  display: flex;

  margin-top: 100px;
  margin-bottom: 160px;
}

.infoListOfSucceed_left,
.infoListOfSucceed_right {
  font-size: 2.9rem;

  width: 50%;

  color: white;
}

.infoListOfSucceed_left {
  background-image: url('../images/infoListOfSucceedBgLeftImage.png');
}

.infoListOfSucceed_right {
  background-image: url('../images/infoListOfSucceedBgRightImage.png');
}

.infoListOfSucceed_title {
  line-height: 2.5;

  display: inline-block;

  padding: 0;

  color: #fff;
}

.infoListOfSucceed_left .infoListOfSucceed_title {
  padding-right: 48px;

  text-align: right;
}

.infoListOfSucceed_right .infoListOfSucceed_title {
  padding-left: 48px;

  text-align: left;
}

.infoListOfSucceed {
  margin: 64px 0;
}

.infoListOfSucceed li {
  width: 70%;
  margin: 40px 5% 40px auto;
  padding: 16px;

  background: #74c6d0;
}

.button-area.point {
  margin: 0 auto;
}


.infoListOfSucceed_heading_content {
  position: relative;
  top: -88px;

  display: flex;
  justify-content: center;
}

.heading_content {
  position: absolute;
  top: -88px;
}

.infoListOfSucceed_title {
  height: 72px;
  margin-top: 88px;
}

.infoListOfSucceed_heading img {
  height: 160px;
}

@media screen and (max-width: 959px) {
  .infoListOfSucceed_heading_content {
    top: -68px;
  }

  .infoListOfSucceed_left img {
    height: 140px;
  }

  .infoListOfSucceed_left .infoListOfSucceed_title {
    font-size: 2.5rem;

    margin-top: 72px;
    padding-right: 18px;
  }
}

.infoListOfSucceed_left img {
  left: 10%;
}

.infoListOfSucceed_right img {
  right: 10%;
}

.infoListOfSucceed_left .button-area.point a {
  margin: 40px 5% 40px auto;

  border-bottom: solid 8px #56abb5;
  background: #74c6d0;
}

.infoListOfSucceed_right .button-area.point a {
  margin: 40px auto 40px 5%;

  border-bottom: solid 8px #b58256;
  background: #d09b74;
}

.button-area.point a {
  font-size: 3.0rem;
  line-height: 1.5;

  position: relative;

  display: table;

  width: 80%;
  min-height: 120px;
  padding: 16px 24px;

  text-decoration: none;

  opacity: 1;
  color: #fff;
  border-radius: 12px;
}

.button-area.point p {
  margin-left: 16px;
}

.button-area.point a.life {
  line-height: 39px;
}

.button-area.point a:hover {
  padding: 22px 28px 19px 28px;
}

.button-area.point a.bottom {
  margin-bottom: 0;
}

.content h2 {
  font-size: 3.0rem;
  line-height: 50px;

  margin-bottom: 64px;

  letter-spacing: .2rem;
}

.content {
  max-width: 1600px;
  margin: auto;
  padding-bottom: 80px;
}

.content:last-child {
  padding-bottom: 0;
}

.content.know-how {
  padding-top: 0;
}

.required_item {
  font-size: 14px;

  margin-left: 5px;

  color: #d65555;
}

.bg-green {
  background-color: #f4f8f4;
}

.movie_inner {
  display: flex;
  justify-content: center;
}

.movie_inner moviegallary_container {
  display: flex;
  justify-content: space-evenly;
}

.movie_inner .video-content-box span {
  font-size: 2.0rem;

  margin-bottom: 20px;
}

.movie_inner .video-content-box {
  margin-right: 20px;
}

.movie_inner .video-content-box:last-of-type {
  margin-right: 0;
}

.jstream_area {
  position: relative;

  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.site-content .clinic_succession ul li:before {
  content: none;
}

.jstream_area.lineup_img {
  height: auto;
}

.content.seminar {
  padding-bottom: 120px;
}

.content.seminar h2 a {
  border-bottom: 1px solid #172c3e;
}

.item_wrapper.content-detail.g_plusDetails {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .semi_wrapper .content.seminar h2 {
    line-height: 2.5rem;
  }

  .content.seminar h2 a {
    font-size: 1.4rem;
  }
}

/* SP only END */
.content.seminar h2 a i {
  margin: 0 0 0 8px;
}

@media screen and (min-width: 769px) {
  .content.seminar h2 a i {
    font-size: 2.0rem;

    margin: 0 0 0 8px;
  }
}

/* PC only END */

.list-content {
  font-size: 1.4rem;

  display: flex;
  align-items: center;

  margin: 0 16px;
  padding: 20px 0;

  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .list-content {
    display: block;

    margin: 0;
  }
}

/* SP only END */
.list-content .date {
  min-width: 130px;
}

.content.seminar .list-content:last-of-type {
  border-bottom: 1px solid #ddd;
}

.item_wrapper {
  width: 550px;
}

.seminar-title {
  font-size: 1.8rem;
  line-height: 2.5rem;

  display: block;

  margin: 0 0 0 12px;
}

@media screen and (max-width: 768px) {
  .seminar-title {
    margin: 12px 0 0 0;
  }
}

/* SP only END */

.seminar-about {
  display: flex;
  align-items: center;
}

.seminar-about .content-detail {
  overflow: hidden;

  text-overflow: ellipsis;
}

.seminar-about .content-detail p {
  font-size: 2.4rem;
  font-weight: bold;
}

.seminar-about .content-detail .content-line:after {
  display: block;
  clear: both;

  content: '';
}

.seminar-about .content-detail .content-line {
  margin: 8px 0;
}

.seminar-about .content-detail .content-line:last-child {
  margin-bottom: 0;
}

.seminar-about .content-detail .content-line .title {
  float: left;

  min-width: 105px;
  padding: 8px;

  text-align: center;

  color: #fff;
  background-color: #58bba2;
}

.seminar-about .content-detail .content-line .about {
  line-height: 32px;

  float: left;

  margin-left: 16px;
}

.organization {
  background-image: url('../images/point_bg.png');
}

@media screen and (max-width: 768px) {
  .button-area.point a {
    font-size: 2.0rem;

    float: inherit;

    width: 100%;
    min-height: 120px;
    margin: 0 0 20px 0;
  }

  .button-area.point a.bottom {
    margin-bottom: 20px;
  }

  .button-area.point a.life {
    line-height: 78px;

    margin-bottom: 0;
  }
}

/* SP only END */
@media screen and (min-width: 769px) {
  .button-area.point a button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    margin: auto;
  }
}

/* PC only END */
.button-area:after {
  display: block;
  clear: both;

  content: '';
}

.button-area.point {
  margin-bottom: 0;
}

.button-area.point .button:hover {
  opacity: .8;
}

.button-area p {
  padding-left: 16px;
}

.button-area i,
.button-area p {
  display: table-cell;

  vertical-align: middle;
}

.button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.pointing_title {
  display: inline-block;

  margin-bottom: 0;
  margin-left: 240px;
}

.organization_detail,
.contact {
  background-color: #f4f8f4;
}

.organization_detail .main_inner {
  padding: 0 40px;
}

@media screen and (min-width: 769px) {
  .organization_detail {
    padding: 40px 0;
  }
}

/* PC only END */


.organization-header {
  font-size: 2.4rem;

  padding: 24px 20px;

  color: #fff;
  background-color: #58bba2;
}

@media screen and (max-width: 768px) {
  .organization-header {
    font-size: 2.0rem;

    padding: 20px;
  }
}

/* SP only END */

.organization-body {
  font-size: 1.6rem;

  padding: 20px;

  background-color: #fff;
}

.organization-wrapper {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .organization-wrapper {
    display: block;
  }
}

/* SP only END */

.organization-body .button,
.area_wrapper .button {
  font-size: 1.6rem;

  width: 215px;
  min-height: 60px;

  color: #fff;
  border-bottom: solid 8px #56abb5;
  border-radius: 8px;
  background: #74c6d0;
}

.organization-body .img_wrapper {
  width: 200px;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .organization-body .img_wrapper {
    width: 200px;
    min-width: 200px;
    margin: 0 auto 20px auto;
  }
}

/* SP only END */
.organization-body .img_wrapper img {
  width: 100%;
}

.contact button {
  font-size: 1.6rem;

  width: 215px;
  min-height: 60px;

  color: #fff;
  border-bottom: solid 8px #56abb5;
  border-radius: 8px;
  background: #74c6d0;
}

a.button {
  line-height: 2;

  display: inline-block;

  width: 100%;
  height: 100%;

  text-align: center;
}

.organization-text {
  margin: 0 0 24px 20px;
}

.organization-text p {
  line-height: 2.8rem;

  margin-bottom: 20px;

  letter-spacing: 1px;
}

.organization-text p:last-child {
  margin-bottom: 0;
}

.presentToUser_container {
  text-align: center;

  background: #f00;
}

.presentToUser_container p {
  font-size: 3rem;

  margin: 0;

  text-align: center;

  color: #fff;
}

.presentToUser_container img {
  width: 95%;
}

.movieList_wrapper {
  position: relative;

  padding: 80px 40px 120px;

  background-color: #f4f8f4;
}

.movieList_wrapper small {
  position: absolute;
  top: 0;
  right: 0;
}

.movieList {
  display: flex;
  justify-content: space-between;
}

.movieList .lineup h2::after {
  display: none;
}

.movieList .lineup {
  line-height: 3.5;

  width: 20%;
  margin-top: 20px;

  background: #fff;
}

.movieList .lineup .lineupContent {
  padding: 0 8px;
}

.movieList .lineup h2 {
  font-size: 2.5rem;
  line-height: 2;

  margin: 0;
  padding: 0;

  text-align: center;

  color: #fff;
  background: #3cb5c4;
}

.movieList .lineup li {
  line-height: 1.8;

  margin-bottom: 0;
  padding: 8px;

  border-bottom: 1px solid #000;
}

.movieList .lineup p:last-child {
  border: none;
}

.movieInner_wrapper {
  width: 70%;
}

.movieList_btn {
  font-size: 3.0rem;

  display: table;

  width: calc(70% - 24px);
  height: 48px;
  margin: 0 auto;

  text-align: center;
  text-decoration: none;

  opacity: 1;
  color: #fff;
  border-bottom: solid 8px #56abb5;
  border-radius: 12px;
  background: #74c6d0;
}

.movieList_btn a {
  color: #fff;
}

.area_wrapper {
  text-align: center;
}

.area_wrapper_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.area_wrapper .content-detail {
  margin-top: 32px;
  margin-left: 32px;
}

.area_wrapper p {
  font-size: 1.6rem;
  font-weight: initial;
  line-height: 2;

  padding-top: 28px;
}

@media screen and (max-width: 768px) {
  .area_wrapper p {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

/* SP only END */

.contact_detail {
  display: flex;
}

.contact_detail:last-child {
  margin-bottom: 0;
}

.contact-header {
  font-size: 2.0rem;

  min-width: 250px;
  padding: 20px 24px;

  color: #fff;
  border-bottom: solid 1px;
  background-color: #58bba2;
}

.contact-header .need {
  font-size: 1.4rem;

  float: right;

  min-width: 30px;
  margin-left: 8px;
  padding: 4px 8px;

  color: #172c3e;
  border-radius: 25px;
  background-color: #fff;
}

.contact-body {
  width: 100%;
  padding: 20px;

  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .contact-body {
    border-bottom: solid 1px #e0e0e0;
  }
}

/* PC only END */

.contact-body .yoko {
  display: flex;
}

.contact-body .yoko .name,
.contact-body .yoko .telephone {
  width: 100%;
  margin-bottom: 24px;
}

.contact-body .yoko .name {
  margin-right: 24px;
}

.contact input {
  font-size: 2.0rem;

  width: 100%;
  padding: 8px;

  border: 1px solid #ccc;
}

input[type=checkbox] {
  display: none;
}

.checkbox01 {
  position: relative;

  display: inline-block;

  box-sizing: border-box;
  width: auto;
  padding: 5px 30px;

  cursor: pointer;
}

.checkbox01::before {
  position: absolute;
  top: 50%;
  left: 5px;

  display: block;

  width: 16px;
  height: 16px;
  margin-top: -8px;

  content: '';

  border: 1px solid #58bba2;
  border-radius: 4px;
  background: #fff;
}

.checkbox01::after {
  position: absolute;
  top: 55%;
  left: 11px;

  display: block;

  width: 5px;
  height: 9px;
  margin-top: -7px;

  content: '';
  transform: rotate(45deg);

  opacity: 0;
  border-right: 3px solid #58bba2;
  border-bottom: 3px solid #58bba2;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

p.contact-text {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  p.contact-text {
    font-size: 1.4rem;

    margin-top: 12px;
  }
}

/* SP only END */

.contact-text p {
  margin: 24px 0;
}

.textarea {
  font-size: 2.0rem;

  width: 100%;
  margin-bottom: 45px;
  padding: 16px;

  border: 1px solid #ccc;
}

@media screen and (max-width: 1140px) {
  .sub-title.ipad-pro .main_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;

    padding: 0 0 0 20px;
  }

  .sub-title.ipad-pro .main_inner div {
    padding: 20px 0;
  }

  .sub-title.ipad-pro .main_inner p {
    position: relative;
    z-index: 99;

    text-align: left;
  }

  .sub-title.ipad-pro .main_inner img {
    position: relative;

    width: 30%;
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sub-title.ipad-pro .main_inner {
    justify-content: inherit;
  }

  .page-title img {
    width: 100%;
  }

  .fukidashi-area.pc {
    padding: 0;
  }

  .fukidashi-area.sp {
    display: block;

    padding: 0;

    text-align: center;
  }

  .fukidashi-area img {
    width: 90%;
    margin-bottom: 5%;
  }

  .fukidashi-area.sp .fukidashi-right {
    margin-bottom: -7%;

    text-align: right;
  }

  .fukidashi-area.sp .fukidashi-right img:nth-child(1) {
    margin-right: 10%;
  }

  .fukidashi-area.sp .fukidashi-right img:nth-child(3) {
    margin-bottom: 0;
  }


  .fukidashi-area.sp .fukidashi-right img:last-of-type {
    width: 50%;
  }

  .fukidashi-area.sp .fukidashi-left img:nth-child(1) {
    width: 50%;
    margin-right: 0;
  }

  .fukidashi-area.sp .fukidashi-left img:nth-child(2) {
    width: 55%;
  }

  .fukidashi-area.sp .fukidashi-left img:nth-child(3) {
    width: 60%;
    margin-bottom: 0;
  }

  .fukidash-area.sp .fukidashi-left {
    text-align: right;
  }

  .movie_inner {
    display: block;
  }


  .movie_inner .video-content-box span {
    font-size: 2.0rem;

    margin-bottom: 20px;
  }

  .movie_inner .video-content-box {
    width: 100%;
    margin-right: 0;
  }

  @media screen and (max-width: 768px) {
    .movie_inner .video-content-box {
      margin: 40px 0;
    }

    .movie_inner .video-content-box:last-of-type {
      margin-bottom: 0;
    }
  }/* SP only END */
  .movie_inner .video-content-box:last-of-type {
    margin-right: 0;
  }

  .jstream_area {
    position: relative;

    width: 100%;
    height: 300px;
    margin: 20px 0;
  }

  .movie_inner span {
    font-weight: bold;
  }

  .seminar-about,
  .area_wrapper,
  .contact_detail,
  .contact-body .yoko {
    display: block;
  }

  .seminar-about .content-detail,
  .area_wrapper .content-detail {
    margin: 20px 0 0 0;
  }

  .organization .main_inner {
    padding-bottom: 40px;
  }


  .content.seminar {
    padding-bottom: 40px;
  }

  .button-area.point button {
    width: 100%;
  }

  .sub-title.ipad-pro .main_inner img {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: auto;

    width: 40% !important;
  }
}

@media screen and (max-width: 520px) {
  .sub-title.ipad-pro .main_inner p {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 703px) {
  .min-sp {
    display: none !important;
  }
}

/* SP only END */

.box_item {
  float: left;

  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .box_item {
    float: inherit;

    width: 100%;
    margin: 0 0 8px 0;
  }
}

/* SP only END */

.contact-body .parts::before,
.contact-body .parts::after {
  display: block;
  clear: both;

  content: '';
}

.movieGallary_title .main_inner p {
  margin: 0;
}

.movieGallary_container {
  padding: 20px;
}

.movie_title {
  font-size: 2rem;
}

.message_wrapper {
  display: flex;
  align-items: center;

  height: 500px;

  background-image: url('../images/messageBg.png');
  background-size: cover;
}

.messageContent_container .pointing_title {
  font-size: 2rem;

  max-width: 500px;
  margin: 0 0 48px;
}

.messageContent_container {
  text-align: center;
}

.messageContent {
  font-size: 3rem;
  line-height: 2.5;

  display: inline-block;

  width: 70%;
  margin: auto;
  padding: 40px;

  color: white;
  background: #3cb5c4;
}

@media screen and (max-width: 768px) {
  .messageContent {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sub-title.Know-how {
    margin-bottom: 40px;
  }
}

/* SP only END */
.main_inner.semi_wrapper {
  padding-top: 0;
}

textarea {
  width: 100%;
  padding: 8px !important;

  border: 1px solid #ccc !important;
}

.button-area input[type='submit'] {
  font-size: 1.6rem;

  width: 215px;
  min-height: 60px;

  color: #fff;
  border-bottom: solid 8px #56abb5;
  border-radius: 8px;
  background: #74c6d0;
}

.button-area input[type='submit']:hover {
  opacity: .7;
  border-bottom: none;
  /*ボタンを押したとき*/
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  /*影を小さく*/
}

footer {
  padding: 40px 0;

  text-align: center;

  background: #3c3c3c;
}

footer small {
  color: #fff;
}

.key_illust_area_pc {
  max-width: 1400px;
  margin-top: 40px;
}

.key_illust_area_pc img,
.key_illust_area_sp img {
  width: 100%;
}

p.contactTitle {
  margin: 0;
}

p.anotherService_title {
  line-height: 1.8;

  margin-top: 40px;
  padding: 24px;
}

.contact .button-area {
  margin-top: 24px;
}

.anotherService_Content {
  margin-bottom: 48px;
}

.anotherSite_btn span {
  font-size: 1.6rem;
  line-height: 4;

  display: inline-block;

  width: 180px;
  min-height: 60px;
  padding: 0;

  text-align: center;

  color: #fff;
  border-bottom: solid 8px #56abb5;
  border-radius: 8px;
  background: #74c6d0;
}

.succession_border {
  border: solid 1px;
}

.succession.succession_bc_red {
  border-color: red;
}

.succession_bc_gray {
  border-color: #808080;
}

.succession_bg_lite_gray {
  background-color: gray;
}

.succession_bg_dark_green {
  background-color: #44676b;
}

.succession_bg_orange {
  background-color: orange;
}

.succession_bg_light_blue {
  background-color: #74c6d0;
}

.succession_c_white {
  color: #fff !important;
}

.entry_btn {
  display: inline-block;

  width: calc(80% - 24px);
  margin: 12px 0;
  padding: 20px 32px;

  cursor: pointer;
  transition: all .3s ease 0s;
  text-align: center;

  border-radius: 15px;
}

.clinic_succession .sub-title {
  font-size: 4rem;

  margin-bottom: 24px;
  padding: 20px 24px;
}

.clinic_succession .button-area {
  margin: 12px 0;
}

.clinic_succession .video_image_wrapper {
  line-height: 0;

  width: 80%;
  margin: 0 auto;
}

.video_image_wrapper iframe {
  position: initial !important;

  width: 100%;
  height: 100%;

  aspect-ratio: 16/9;
}

.successionForm_wrapper {
  padding: 0;

  background: #fff;
}

.inputLabel,
.inputLabel + textarea {
  font-size: 1.5rem;
}

/*　レスポンシブ　*/

@media screen and (max-width: 768px) {
  section {
    padding: 0;
  }

  .header {
    margin-bottom: 48px;
  }

  .sub-title .main_innter {
    width: 92%;
    padding: 40px 0;
  }

  .contentToSucceed_Wrapper h2.contentToSucceed_title {
    top: -35px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .content.qa {
    box-sizing: border-box;
    padding: 0 16px;
  }

  .contentToSucceed_Container {
    box-sizing: border-box;
  }

  .content h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;

    left: 7%;

    margin-bottom: 40px;
  }

  .movieGallary_container {
    padding: 20px 0;
  }

  .main_inner.successionIntro_container {
    margin-bottom: 50px;
  }

  .container.useful_info {
    padding: 40px 16px;
  }

  .contentToSucceed_Wrapper {
    width: 100%;
    margin-bottom: 48px;
  }

  .contentToSucceed_Container {
    display: flex;
    align-items: center;
    flex-direction: column;

    margin-top: 0;
  }

  .contentToSucceed {
    width: 90%;
  }

  .content {
    padding-bottom: 0;
  }

  .organization_detail .main_inner {
    padding: 16px;
  }

  .organization-text {
    margin: 0;
  }

  .presentToUser_container p {
    font-size: 1.5rem;
  }

  .movieList {
    flex-direction: column;
  }

  .movieList .lineup {
    width: 100%;
  }

  .movieList_wrapper {
    padding: 40px 16px;
  }

  .movieInner_wrapper {
    width: 100%;
    margin: 0;
  }

  .movie_inner .video-content-box {
    margin: 0;
  }

  .movie_inner {
    display: flex;
  }

  .movie_inner.movieGallary_container {
    display: block;
  }

  .movie_inner .video-content-box {
    margin-right: 10px;
  }

  .movie_inner .video-content-box:last-of-type {
    margin-right: 0;
  }

  .jstream_area {
    width: 100%;
  }

  .movieList_btn {
    width: 90%;
    padding: 8px;
  }

  .movieList_btn a {
    line-height: 2;
  }

  .area_wrapper_inner {
    padding: 0 16px;
  }

  .area_wrapper_inner {
    display: block;
  }

  .messageContent_container .pointing_title {
    margin-bottom: 120px;
    margin-left: 0;
  }

  .anotherSite_btn span {
    min-height: 0;
  }

  .contact-body {
    padding: 10px 0;
  }

  .contact-header .need {
    min-width: 0;
  }

  .inputLabel,
  .inputLabel + textarea {
    font-size: 2rem;
  }

  .button-area input[type='submit'] {
    text-align: center;
  }

  p.anotherService_title {
    margin-top: 20px;
  }

  .area_wrapper .item_wrapper {
    width: 100%;
  }

  .anotherService_Content .area_wrapper .content-detail {
    margin: 20px 0;
  }

  .clinic_succession.sub-title {
    padding-bottom: 10px;
  }
}
