/*
仮トップページ index2.php
------------------------------*/

@charset "utf-8";

/*
共通
タイトル
---------------*/
body {
  overflow-x: hidden;
  padding: 0 0 0 0;
  margin: 0 100px 0 0;
  width: 100%;
}

p {
  font-weight: 500;
}

/*
共通
---------------*/
.page_inner_Wrap {
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
}

.page_inner_space {
  padding-top: 130px;
}

.pageBlock {
  //padding-top: 0;
}

@media screen and (max-width: 991px) {
  .page_inner_Wrap {
    width: 94%;
  }

  /* .pageBlock{
    padding-top: 80px;
  } */
  .page_inner_space {
    padding-top: 90px;
  }
}


/*
コンテンツ
------------------------------------------------------------*/
/*
メインビジュアル 全体
------------------------------*/
.mainVidualWrap {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 100px);
  height: auto;
}

.mainSliderItem {
  min-height: calc(100vh - 100px);
}

.mainSliderItem .mainImgWrap {
  overflow: auto;
  /* height: calc(100vh - 100px); */
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .mainSliderItem .mainImgWrap {
    overflow: auto;
    height: 100vh;
  }
}

.mainVidualWrap .mainvidualText * {
  color: #fff;
}

.mainVidualWrap .mainvidualText img {
  background: transparent;
}

.mainVidualWrap .mainvidualText {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10%;
  height: 477px;
}
@media screen and (max-width: 1260px) {
	.mainVidualWrap .mainvidualText {
	  position: absolute;
	  width: 80%;
	  left: 10%;
	  bottom: 4%;
	  height: 477px;
	}
}
/*
.mainVidualWrap .mainImgWrap.slide03 .mainvidualText {
  bottom: 0;
  top: 20%;
}
*/

.mainvidualText .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mainvidualText .inner_left {
  width: 50%;
}

.mainvidualText .inner_right {
  width: 50%;
}

/*
.mainVidualWrap .mainImgWrap.slide03 .mainvidualText {
  bottom: 20%;
}
*/

.mainvidualText .inner_right.text_box {
  width: 50%;
  color: #000;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.mainvidualText .inner_right.text_box .title01 {
  font-size: 50px;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.mainvidualText .inner_right.text_box .title02 {
  font-size: 30px;
  color: #000;
  display: flex;
  justify-content: center;
}

.mainvidualText .inner_right.text_box .text_normal {
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.mainvidualText .inner_right.text_box .text-small {
  font-size: 14px;
  color: #000;
}

.mainvidualText .inner_right.text_box .imgItem {
  width: 60%;
  height: auto;
}

.mainvidualText .inner_right .imgItem {
  width: 313px;
  height: auto;
}

.mainvidualText .inner_right .imgItem {
  display: inline;
  width: 287px;
  height: 54px;
}

.mainVidualWrap .mainvidualText .main_clinicTtl {
  position: relative;
  padding-left: 1.5em;
  /* font-size: 26px; */
  font-size: min(3.354vw, 26px);
  margin-bottom: 10px;
}

.main_clinich{
  position: relative;
 
  /* font-size: 26px; */
  font-size: min(3.554vw, 26px);
  margin-bottom: 20px;
}

.mainVidualWrap .mainvidualText .main_clinicTtl:before {
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  width: 1em;
  height: 1px;
  background: #fff;
}

.mainVidualWrap .mainvidualText .main_cath {
  /* font-size: 50px; */
  font-size: min(2.604vw, 50px);
  line-height: 1.3;
  margin-bottom: 20px;
}

.mainVidualWrap .mainvidualText .main_lead {
  font-size: 16px;
  line-height: 1.7;
}

.main_clinic_button{
  margin-top: 20px;
    border: 1px solid white;
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    /* margin: 0 auto; */
    text-align: center;
}

@media screen and (max-width: 991px) {
  .mainvidualText .flex {
    flex-direction: column;
  }

  .mainvidualText .inner_left {
    width: 100%;
  }

  .mainvidualText .inner_right {
    width: 100%;
  }

  .mainvidualText .inner_right.text_box {
    width: 100%;
    text-align: left;
  }

  .mainvidualText .inner_right.img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: 100%;
  }

  .mainVidualWrap .mainvidualText {
    bottom: 0;
    top: 30%;
  }

  .mainVidualWrap .mainImgWrap.slide03 .mainvidualText {
    bottom: 0;
    top: 15%;
  }

  .mainvidualText .inner_right.text_box .title01 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .mainvidualText .inner_right.text_box .title02 {
    font-size: 18px;
  }

  .mainvidualText .inner_right.text_box .text_normal {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mainVidualWrap .mainvidualText {
    bottom: 50%;
  }

  .mainVidualWrap .mainvidualText .main_clinicTtl .main_clinich{
    font-size: 5vw;
  }

  .mainVidualWrap .mainvidualText .main_cath {
    font-size: 6.21vw;
  }

  .mainVidualWrap .mainvidualText .main_lead {
    font-size: 14px;
  }

  .mainVidualWrap .mainImgWrap.slide03 .mainvidualText {
    /* bottom: 20%; */
    /*top: 5vh;*/
  }

  .mainvidualText .inner_right.text_box .text_normal br {
    display: none;
  }
}

/* @media screen and (max-width: 640px) {
  .mainVidualWrap .mainvidualText .main_cath {
    font-size: 30px;
  }
} */




/*
メインビジュアル アニメーション
------------------------------*/
.mainSliderItem {
  height: calc(100vh - 100px);
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}

.mainImgWrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mainSliderItem .slick-track {
  height: calc(100vh - 100px);
}

@keyframes mainzoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: mainzoomUp 10s linear 0s normal both;
}



/*
メインビジュアル 全体
------------------------------*/
.mainVidualWrap .mainImgWrap .pc_img {
  display: block;
}

.mainVidualWrap .mainImgWrap .sp_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .mainVidualWrap .mainImgWrap .pc_img {
    display: none;
  }

  .mainVidualWrap .mainImgWrap .sp_img {
    display: block;
  }
}


/*
予約注釈
------------------------------*/
.cautionWrap {
  padding-top: 30px;
  padding-bottom: 100px;
}

.cautionWrap .cautionInnerWrap {
  max-width: 780px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--color-red1);
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .cautionWrap .cautionInnerWrap {
    padding: 20px;
  }
}


/*
動画スライダー
------------------------------*/
.movieSliderWrap {
  margin-top: 60px;
}

.movieSliderWrap .ttleType03 .ttleItem {
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}

.movieSliderWrap .ttleType03 .ttleItem:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--color-main);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.movieSliderWrap .ttleType03 .ttleItem:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  right: 0;
  background-color: var(--color-main);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.link350Contents {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.link350Contents a {
  background-color: #525766;
  /*display: block;*/
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 3s;
}

.link350Contents a:hover {
  opacity: .5;
}

.link350Contents a img {
  min-width: 320px;
  width: 80%;
}

.link350Contents a .icon {
  border-radius: 100px;
  border: 1px solid #fff;
  position: relative;
  width: 40px;
  height: 40px;
}

.link350Contents a .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/*　　スライダー　　*/
.movie_sliderListWrap li {
  margin: 10px 10px;
  width: 240px;
}

.movie_sliderListWrap li img {
  display: block;
  margin-bottom: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-top: 10px;
}

.movie_sliderListWrap li p {
  text-align: center;
  width: 100%;
}

.movie_sliderListWrap li p span.txt {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  display: inline-block;
  color: #525766;
}

.movie_sliderListWrap li p span.txt:before {
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: var(--color-main);
}

.movie_sliderListWrap .slick-prev,
.movie_sliderListWrap .slick-next {
  display: none;
}

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

  .link350Contents a img {
    min-width: auto;
  }

  .link350Contents a .icon {
    width: 30px;
    height: 30px;
  }

  .link350Contents a .icon:after {
    left: 9px;
  }

  .movie_sliderListWrap li p span.txt {
    font-size: 10px;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    text-align: left;
  }

  .movie_sliderListWrap li p span.txt:before {
    position: inherit;
    margin-right: 3px;
    top: 5px;
    width: 5px;
    height: 5px;
  }
}



/*
Choice Wrap
------------------------------*/
.movieSampleWrap {
  background-color: #d6e1eb;
  padding-bottom: 150px;
  position: relative;
}

/*.movieSampleWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    border-top: 60px solid #fff;
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}*/

.movieSampleWrap .ttl_logo {
  width: 90px;
  max-width: inherit;
  margin-bottom: 0;
}

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

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

.pointflexcard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  border: 3px solid #428bca;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 16%);
}

.pointflexcard img {
  max-width: inherit;
  width: 70px;
  margin-bottom: 15px;
}

.pointflexcard .textWrap {
  font-weight: bold;
  font-size: 16px;
}

.movieSampleWrap .flexItem01 .pointflexcard {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.movieSampleWrap .flexItem02 .pointflexcard {
  width: calc(33% - 10px);
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .movieSampleWrap {
    padding-bottom: 100px;
  }

  /*
  .movieSampleWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 40px;
      border-top: 40px solid #fff;
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }
*/

  .movieSampleWrap .flexItem01 {
    display: block;
  }

  /*.movieSampleWrap .flexItem02{
    display: block;
  }*/
  .movieSampleWrap .flexItem01 .pointflexcard {
    width: 100%;
    margin-bottom: 20px;
  }

  .movieSampleWrap .flexItem02 .pointflexcard {
    width: calc(33% - 10px);
  }

  .pointflexcard .flexItem01 .textWrap {
    font-size: 16px !important;
  }

  .pointflexcard .textWrap {
    font-size: 12px;
  }

  .pointflexcard {
    padding: 15px 0;
  }

  .pointflexcard img {
    max-width: 70px;
    width: 60%;
  }

  .sp_hidden {
    display: none;
  }
}



/*
youtube動画エリア
------------------------------*/
.movieSampleFlex {
  display: flex;
  justify-content: space-between;
}

.movieSampleFlex_item {
  width: calc(50% - 10px);
}

.movieSampleFlex_item .youtube {
  position: relative;
  width: 100%;
}

.movieSampleFlex_item .youtube iframe {
  width: 100% !important;
}

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

  .movieSampleFlex_item {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}



/*
Common Issues
------------------------------*/
.issueWrap {
  padding-bottom: 150px;
  position: relative;
}

/*
.issueWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    border-top: 60px solid var(--color-main);
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}
*/

.issueWrap .stageRowBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /*margin-bottom: 220px;*/
}

.issueWrap .stageRowBox .stageCol:nth-child(3n + 1) {
  margin-left: 0;
}

.issueWrap .stageRowBox_news {
  margin-bottom: 0px;
}

.issueWrap .stageCol {
  width: 32%;
  margin-left: 2%;
  /*margin-bottom: 60px;*/
}

.issueWrap .stageColBox {
  border: 3px solid #3a4652;
  position: relative;
  text-align: center;
}

.issueWrap .stageCol_point {
  border: 0 solid transparent;
  /* box-shadow: 0 0 8px gray; */
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  padding-top: 0;
  min-height: 550px;
}

.issueWrap .stageColBox img {
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
}

.issueWrap .stageColBox .pointImg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  max-width: inherit;
  width: 60px;
  z-index: 999;
}

.issueWrap .stageCol_point h2 {
  color: #000;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  min-height: 2em;
}

.issueWrap .point_image_block {
  margin-bottom: 30px;
}

.issueWrap .stageCol_icon {
  margin-bottom: 30px;
}

.issueWrap .stageCol_text {
  font-size: 16px;
  line-height: 2;
  width: 70%;
  text-align: left;
  width: 100%;
  position: inherit;
  top: auto;
  left: auto;
  transform: inherit;
}

.issueWrap .stageCol_text.line3txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.issueWrap .stageCol_date {
  color: #AAAAAA;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  letter-spacing: .5px;
  text-align: left;
  margin-top: 15px;
}

.issueWrap .colBtnBox {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12%;
}

.issueWrap .colBtnBox img {
  display: inline-block;
  max-width: 273px;
  width: 80%;
}

.issueWrap .point_image_block {
  margin-bottom: 30px;
}

/* リスト */
.issueWrap .checkList {
  min-height: 150px;
}

.issueWrap .checkList li {
  list-style: none;
  margin-bottom: 20px;
  min-height: 1em;
  text-align: left;
  font-size: 16px;
  padding-left: 36px;
  position: relative;
}

.issueWrap .checkList li:last-child {
  margin-bottom: 0;
}

.issueWrap .checkList li:before {
  content: '';
  background: url(../img/top/check_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  left: 0;
}

/* テキストエリア */
.solveWrap {
  background-color: #525766;
  padding: 30px;
  border-radius: 20px;

  min-height: 620px;
}

.solveWrap .ttl {
  color: #525766;
  background: #fff;
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.solveWrap .text {
  text-align: left;
}

.solveWrap .impact {
  color: var(--color-main);
  font-weight: bold;
  font-size: 1em;
}

@media screen and (max-width: 1366px) {
  .issueWrap .checkList {
    min-height: 200px;
  }

  .solveWrap {
    padding: 30px 20px;
  }

}

@media screen and (max-width: 768px) {
  .issueWrap {
    padding-bottom: 40px;
  }

  /*.issueWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      
      width: 40px;
      border-top: 40px solid var(--color-main);
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }*/
  .issueWrap .stageRowBox {
    margin-bottom: 0;
  }

  .issueWrap .stageRowBox {
    display: flex;
    display: block;
  }

  .issueWrap .stageCol {
    width: 100%;
  }

  .issueWrap .stageCol {
    margin-left: 0;
  }

  .issueWrap .stageCol_point h2 {
    min-height: auto;
    font-size: 20px;
  }

  .issueWrap .checkList li {
    font-size: 15px;
  }

  .solveWrap {
    padding: 30px 20px;
    min-height: auto;
    margin-bottom: 80px;
  }

  .issueWrap .checkList {
    min-height: auto;
    margin-bottom: 30px;
  }

  .issueWrap .stageCol_point {
    min-height: auto;
    padding-bottom: 40px;
  }

  .issueWrap .stageCol_point:last-child {
    padding-bottom: 0;
  }
}

/*
ABOUT
------------------------------*/
.aboutWrap .flexWrap01 {
  display: flex;
  justify-content: space-between;

}

.aboutWrap .flexWrap01 .flex_imgWrap,
.aboutWrap .flexWrap01 .flex_textWrap {
  width: calc(50% - 20px);
}

/*.aboutWrap .flex_textWrap .ttl_jp_l{
  padding-bottom: 10px;
  color: #fff;
}

.aboutWrap .flex_textWrap .ttl_en{
  font-weight: bold;
  color: #fff;
}

.aboutWrap .page_ttlType01 .ttl_jp{
    color: #fff;
}
*/
.about_img_sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .aboutWrap .flex_textWrap .ttl_jp_l {
    font-size: 50px;
  }

  .aboutWrap .flexWrap01 {
    display: block;
  }

  .aboutWrap .flexWrap01 .flex_imgWrap,
  .aboutWrap .flexWrap01 .flex_textWrap {
    width: 100%;
    ;
  }

  .aboutWrap .flexWrap01 .flex_imgWrap {
    /*display: none;*/
  }

  .about_img_sp {
    display: block;
    margin-top: 60px;
  }
}



/*
ABOUT 背景エリア
----------------------*/
.aboutWrap.bgImage {
  padding-top: 120px;
  padding-bottom: 120px;
}

.aboutWrap.bgImage {
  //background: url(../img/top/bg_about_img.jpg) no-repeat;
  background-size: cover;
  background-position: center left;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .aboutWrap.bgImage {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .aboutWrap.bgImage {
    background: url(../img/top/bg_about_img_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width:640px) {
  .aboutWrap {
    padding-top: 250px;
  }

  .aboutWrap .flex_textWrap p {
    margin-bottom: 20px;
    /* text-shadow: 0 0 7px rgb(77 63 38 / 64%); */
  }

  .aboutWrap .flex_textWrap h2 {
    margin-bottom: 20px;
    /* text-shadow: 0 0 7px rgb(77 63 38 / 64%); */
  }
}



/*
treatment
------------------------------*/
.flexWrap03 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
}

.flexWrap03 .col {
  width: calc(33.33% - 20px);
}

.flexWrap03 .imgWrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.flexWrap03 .flex_text_ttl {
  color: var(--color-main);
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: .1px;
  font-size: 20px;
}

.flexWrap03 .flex_text_ttl span {
  color: var(--color-main);
  letter-spacing: .1px;
  font-size: .8em;
  font-weight: bold;
}

.flexWrap03 .flex_list_link .imgWrap img {
  transition: .3s;
}

.flexWrap03 .flex_list_link:hover .imgWrap img {
  transform: scale(1.1);
}

@media screen and (max-width:768px) {
  .flexWrap03 .flex_text_ttl {
    text-align: left;
  }

  .flexWrap03 .col {
    width: calc(50% - 15px);
  }
}



/*
Advantage
------------------------------*/
.advantageListwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /*    margin-bottom: 220px;*/
}

.advantageListwrap .stageCol:nth-child(3n + 1) {
  margin-left: 0;
}

.advantageListwrap .advantageListwrap_news {
  margin-bottom: 0px;
}

.advantageListwrap .stageCol {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: .3s;
}



.advantageListwrap .stageColBox {
  border: 3px solid #31D570;
  position: relative;
  /*text-align: center;*/
}

.advantageListwrap .stageCol_point {
  border: 0 solid transparent;
  /* box-shadow: 0 0 8px gray; */
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 0;
  height: 100%;
  background: #fff;
}

.advantageListwrap .pointImg {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.advantageListwrap .stageCol_point h2 {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  color: var(--color-main);
  padding: 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.advantageListwrap .point_image_block {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.advantageListwrap .stageCol_icon {
  margin-bottom: 30px;
}

.advantageListwrap .stageCol_text {
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  text-align: left;
  width: 100%;
  position: inherit;
  top: auto;
  left: auto;
  transform: inherit;
  padding: 0 0;
  margin-bottom: 10px;
}

.stageCol_text.line3txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.advantageListwrap .stageCol .number {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-main);
}

.advantageListwrap .stageColBox img {
  display: block;
  border-radius: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.advantageListwrap .colBtnBox {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12%;
}

.advantageListwrap .colBtnBox img {
  display: inline-block;
  max-width: 273px;
  width: 80%;
}

.advantageListwrap .stageColBox .moreLink {
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.advantageListwrap .stageColBox .moreLink:after {
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.advantageListwrap .stageColBox a:hover .point_image_block img {
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
  .advantageListwrap .stageCol_point {
    min-height: 400px;
  }

  .advantageListwrap .stageCol_point h2 {
    font-size: 18px;
    /* height: 160px; */
  }
}

@media screen and (max-width: 991px) {
  .advantageListwrap .stageCol_point {
    min-height: 300px;
  }

  .advantageListwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

@media screen and (max-width: 768px) {
  .advantageListwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantageListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
  }

  /*    .advantageListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
  .advantageListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 2%;
  }
}

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

  .advantageListwrap .stageCol {
    margin-bottom: 40px;
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .advantageListwrap .stageCol:nth-child(3n + 1) {
    margin-right: auto;
    margin-left: auto;
  }

  .advantageListwrap .point_image_block {
    /*margin-bottom: 0;*/
    height: 250px;
  }

  .advantageListwrap .stageCol_point {
    padding-bottom: 0;
    min-height: 542px;
    min-height: auto;
  }

  .advantageListwrap .stageCol_point h2 {
    font-size: 18px;
  }

  .advantageListwrap .stageCol_text {
    width: 95%;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 10px;
  }
}





/*
resultWrap
------------------------------*/
.resultWrap {
  background: url(../img/top/resultWrap_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 130px;
}

/*
.resultWrap .page_ttlType02{
    background: url(../img/top/resultWrap_ttl_bg.svg) no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    padding-top: 120px;
    padding-bottom: 20px;
}
*/
.resultFlexWrap {
  display: flex;
  justify-content: center;
}

.resultFlexWrap .flexitem {}

.page_ttlTate {
  writing-mode: vertical-rl;
  /* width: 100px; */
  font-size: 40px;
  font-weight: bold;
  /* vertical-align: middle; */
  /* text-align: center; */
  display: table;
  margin-right: 100px;
  margin-left: 100px;
  line-height: 1.5;
}

.resultFlexWrap .textWrap_ttl {
  background: var(--color-black1);
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  width: 140px;
  text-align: center;
  letter-spacing: .2px;
  font-weight: bold;
  padding: 5px 7px;
}

.numberInfoBlock {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.numberInfoBlock .numberLeft {
  /*text-align: center;*/
}

.numberInfoItem {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 44px;
}

.numberInfoItem .cateName {
  /*border: 1px solid #fff;*/
  background: var(--color-black1);
  color: #fff;
  padding: 6px 22px;
  min-width: 80px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 100px;
}

.numberInfoItem .number {
  font-size: 100px;
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.numberInfoItem .icon {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0;
}

.resultWrap .sp_hide {
  display: block;
}

.resultWrap .pc_hide {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page_ttlTate {
    margin-right: 50px;
    margin-left: 50px;
  }

  .numberInfoItem .cateName {
    padding: 3px 10px;
  }

  .numberInfoItem .number {
    font-size: 6.5rem;
  }

  .numberInfoItem .icon {
    font-size: 2em;
  }

  .numberInfoItem {
    margin-right: 20px;
  }

}

@media screen and (max-width: 768px) {
  .resultWrap .sp_hide {
    display: none;
  }

  .resultWrap .pc_hide {
    display: block;
  }

  .resultWrap {
    background: url(../img/top/resultWrap_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-bottom: 130px;
  }

  .resultFlexWrap {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .resultWrap .page_ttlType02 {
    background-size: 100% auto;
    background-position: top;
    padding-bottom: 0;
    /*padding-top: 90px;*/
    line-height: 1.5;
  }

  .resultFlexWrap .textWrap_ttl {
    font-size: 14px;
    width: 120px;
    padding: 3px 5px;
  }

  .resultFlexWrap .textWrap {
    font-weight: normal;
  }

  .numberInfoBlock {
    /*display: block;*/
  }

  .numberInfoItem .cateName {
    font-size: 14px;
  }

  .numberInfoItem {
    margin-bottom: 40px;
    /*margin-right: 0;*/

    justify-content: flex-start;
  }

  .numberInfoItem .number {
    font-size: 80px;
  }
}

@media screen and (max-width: 640px) {
  .numberInfoItem .number {
    font-size: 43px;
  }

  .numberInfoItem .cateName {
    font-size: 10px;
    padding: 4px 7px;
  }

  .numberInfoItem .icon {
    font-size: 12px;
  }

  .numberInfoItem {
    margin-bottom: 0;
  }

  .resultWrap .number_caution {
    font-size: 10px !important;
  }
}


/*
サービスの特徴
------------------------------*/
.featureWrap {}

.flexConditionsWrap {
  display: flex;
  justify-content: space-around;
  max-width: 1380px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flexConditionsWrap .flexcard {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 16px;
  width: calc(33% - 40px);
  margin-bottom: 40px;
}

.flexConditionsWrap .flexcard .number {
  background: #525766;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexConditionsWrap .flexcard .imgWrap {
  margin-bottom: 20px;
  max-width: 130px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.flexConditionsWrap .flexcard .card_ttl {
  margin-bottom: 20px;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: .2px;
}

.flexConditionsWrap .flexcard .txt {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

.flexConditionsWrap .flexcard .card_ttl span {
  font-size: 18px;
  line-height: 1.7;
  display: block;
}

.flexConditionsWrap .flexcard .card_ttl .ttl_small {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .flexConditionsWrap .flexcard {
    width: calc(33% - 10px);
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 991px) {
  .flexConditionsWrap {
    flex-wrap: wrap;
  }

  .flexConditionsWrap .flexcard {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .flexConditionsWrap {
    flex-wrap: wrap;
  }

  .flexConditionsWrap .flexcard {
    width: 80%;
    margin-bottom: 20px;
    max-width: 350px;
  }
}




/*
導入までの流れ
------------------------------*/
.flowInnerBlock {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  /* margin-bottom: 60px; */
}

.flowInnerBlock .flowTitle .innerItem {
  background-color: #002755;
  color: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

.flowInnerBlock .flowTitle .innerItem:after {
  content: '';
  border-top: 22px solid #002755;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  width: 20px;
  margin: 0 auto;
}


.flowInnerBlock .flowItem {
  border: 2px solid #002755;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.flow_triangleIcon {
  margin: 20px auto 3px;
  width: 15px;
  border-top: 22px solid #002755;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.flowInnerBlock .flowItem .step {
  color: #fff;
  background-color: #002755;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.flowInnerBlock .flowItem .ttl {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flowInnerBlock .flowItem .txt {
    text-align: left;
  }
}


/*
料金表
------------------------------*/
.plan_imgWrap {
  width: 100%;
}

.plan_imgWrap img {
  max-width: 1020px;
  width: 100%;
  min-width: 800px;
}

.plan_table {
  min-width: 800px;
  background-color: #fff;
}

.plan_table td {
  background-color: #fff;
}


/*
お役立ちコラム
------------------------------*/
.caseWrap {
  padding-bottom: 150px;
}

.caseListwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /*    margin-bottom: 220px;*/
}

.caseListwrap .stageCol:nth-child(3n + 1) {
  margin-left: 0;
}

.caseListwrap .caseListwrap_news {
  margin-bottom: 0px;
}

.caseListwrap .stageCol {
  width: 32%;
  margin-left: 2%;
  /*margin-bottom: 60px;*/
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.caseListwrap .stageCol:hover {
  box-shadow: none;
}

.caseListwrap .stageColBox {
  border: 3px solid #31D570;
  position: relative;
  /*text-align: center;*/
}

.caseListwrap .stageCol_point {
  border: 0 solid transparent;
  /* box-shadow: 0 0 8px gray; */
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 0;
  height: 100%;
  background: #fff;
}

.caseListwrap .pointImg {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.caseListwrap .stageCol_point h2 {
  margin-bottom: 18px;
  font-weight: normal;
  text-align: left;
  color: var(--color-black1);
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.caseListwrap .point_image_block {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.caseListwrap .stageCol_icon {
  margin-bottom: 30px;
}

.caseListwrap .stageCol_text {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  width: 100%;
  position: inherit;
  top: auto;
  left: auto;
  transform: inherit;
  padding: 0 20px;
  margin-bottom: 10px;
}

.stageCol_text.line3txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.caseListwrap .stageCol .voice {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  /* margin-right: 10px; */
  /* margin-left: 0; */
  background: var(--color-main);
  padding: 3px 10px;
  border-radius: 30px;
  text-align: left;
  color: #fff;
  margin: 0 20px 10px 20px;
}

.caseListwrap .stageCol .name {
  padding: 0 20px 10px 20px;
  font-size: 15px;
}

.caseListwrap .stageCol_date {
  color: #AAAAAA;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  letter-spacing: .5px;
  text-align: left;
  margin-top: 15px;
}

.caseListwrap .stageColBox img {
  display: block;
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.caseListwrap .colBtnBox {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12%;
}

.caseListwrap .colBtnBox img {
  display: inline-block;
  max-width: 273px;
  width: 80%;
}

.caseListwrap .stageColBox .moreLink {
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.caseListwrap .stageColBox .moreLink:after {
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.caseListwrap .stageColBox a:hover .point_image_block img {
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
  .caseListwrap .stageCol_point {
    min-height: 400px;
  }

  .caseListwrap .stageCol_point h2 {
    font-size: 16px;
    /* height: 160px; */
  }
}

@media screen and (max-width: 991px) {
  .caseListwrap .stageCol_point {
    min-height: 300px;
  }

  .caseListwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

@media screen and (max-width: 768px) {
  .caseWrap {
    padding-bottom: 80px;
  }

  .caseListwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .caseListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
  }

  /*    .caseListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
  .caseListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 500px) {
  .caseListwrap {
    display: block;
  }

  .caseListwrap .stageCol {
    margin-bottom: 40px;
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .caseListwrap .stageCol:nth-child(3n + 1) {
    margin-right: auto;
    margin-left: auto;
  }

  .caseListwrap .point_image_block {
    /*margin-bottom: 0;*/
  }

  .caseListwrap .stageColBox .moreLink {
    padding-bottom: 10px;
  }

  .caseListwrap .stageCol_point {
    padding-bottom: 0;
    min-height: 542px;
    min-height: auto;
  }

  .caseListwrap .stageCol_point h2 {
    font-size: 16px;
  }

  .caseListwrap .stageCol_text {
    width: 95%;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 10px;
  }
}




/* 
アコーディオン FAQ
---------------------------------------------------------- */
.voiceBox {
  overflow: hidden;
}


.acMenu {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  /*border: 1px solid var(--color-yellow);*/
  /* box-shadow: 0 0 8px gray; */
  border-radius: 10px;
  position: relative;
  background-color: #F7F8FA;
}

.acMenu dt {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.acMenu dd {
  width: 100%;
  display: none;
  float: left;
  position: relative;
}

.stageBox_faq {
  padding-top: 25px;
  padding-bottom: 200px;
}

.faq_tit {
  margin-bottom: 30px;
}

.faq_tit span {
  font-size: 30px;
  font-weight: bold;
}

.rotate180deg {
  transform: rotate(180deg);
}

.faqTxt {
  font-size: 16px;
  color: var(--color-black1);
  font-weight: 500;
  padding: 22px 40px 22px 24px;
  width: calc(100% - 154px);
}

.faqTxt2 {
  font-size: 16px;
  color: #272727;
  font-weight: 500;
  padding: 0px 70px 30px 84px;
  width: auto;
  line-height: 1.7;
  font-weight: 500;
}

.faqQ {
  /* width: 54px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #104730;
  font-size: 32px;
  padding-left: 34px;
  color: var(--color-main);
  font-weight: 500;
}

.faqTxt:after {
  content: "";
  /* font-family: FontAwesome; */
  color: #272727;
  /* font-size: 30px; */
  transition: 0.3s;
  position: absolute;
  right: 30px;
  background: url(../img/common/icon_faq_open.svg) no-repeat center;
  width: 30px;
  height: 30px;
  top: 15px;
  background-size: 50%;
}

.active .faqTxt:after {
  transition: 0.3s;
  background: url(../img/common/icon_faq_close.svg) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 50%;
}

.faqA {
  width: 54px;
  position: absolute;
  font-size: 30px;
  color: #104730;
  font-weight: bold;
  text-align: center;
  line-height: 107px;
}

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

  .acMenu dt {
    flex-wrap: wrap;
  }

  .stageBox_faq {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .faqQ {
    padding-left: 20px;
  }

  .faqA {
    position: inherit;
    line-height: 57px;
  }

  .faqTxt2 {
    padding: 0px 20px 40px 20px;
    font-size: 15px;
  }

  .faqTxt {
    position: relative;
    width: calc(100% - 80px);
    font-size: 15px;
  }

  .faqTxt:after {
    right: 10px;
    top: calc(50% - 15px);
  }
}



/*
お役立ちコラム
------------------------------*/
.columnMainWrap {
  padding-bottom: 150px;
}

.columwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /*    margin-bottom: 220px;*/
}

.columwrap .stageCol:nth-child(3n + 1) {
  margin-left: 0;
}

.columwrap .columwrap_news {
  margin-bottom: 0px;
}

.columwrap .stageCol {
  width: 32%;
  margin-left: 2%;
  /*margin-bottom: 60px;*/
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.columwrap .stageCol:hover {
  box-shadow: none;
}

.columwrap .stageColBox {
  border: 3px solid #31D570;
  position: relative;
  /*text-align: center;*/
}

.columwrap .stageCol_point {
  border: 0 solid transparent;
  /* box-shadow: 0 0 8px gray; */
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 0;
  height: 100%;
  background: #fff;
}

.columwrap .pointImg {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.columwrap .stageCol_point h2 {
  margin-bottom: 18px;
  font-weight: normal;
  text-align: left;
  color: var(--color-black1);
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
}

.columwrap .point_image_block {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.columwrap .stageCol_icon {
  margin-bottom: 30px;
}

.columwrap .stageCol_text {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  width: 100%;
  position: inherit;
  top: auto;
  left: auto;
  transform: inherit;
  padding: 0 20px;
  margin-bottom: 10px;
}

.stageCol_text.line3txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.columwrap .stageCol .cate {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  /* margin-right: 10px; */
  /* margin-left: 0; */
  background: var(--color-main);
  padding: 2px 5px;
  border-radius: 3px;
  text-align: left;
  margin: 0 20px 10px 20px;
}

.columwrap .stageCol .cate.color_dounyu {
  background-color: #FFD1DE;
}

.columwrap .stageCol .cate.color_recommend {
  background-color: #B1C3FF;
}

.columwrap .stageCol .cate.color_comment {
  background-color: #AFEDDF;
}

.columwrap .stageCol_date {
  color: #AAAAAA;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  letter-spacing: .5px;
  text-align: left;
  margin-top: 15px;
}

.columwrap .stageColBox img {
  display: block;
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.columwrap .colBtnBox {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12%;
}

.columwrap .colBtnBox img {
  display: inline-block;
  max-width: 273px;
  width: 80%;
}

.columwrap .stageColBox .moreLink {
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.columwrap .stageColBox .moreLink:after {
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.columwrap .stageColBox a:hover .point_image_block img {
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
  .columwrap .stageCol_point {
    min-height: 400px;
  }

  .columwrap .stageCol_point h2 {
    font-size: 16px;
    /* height: 160px; */
  }
}

@media screen and (max-width: 991px) {
  .columwrap .stageCol_point {
    min-height: 300px;
  }

  .columwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

@media screen and (max-width: 768px) {
  .columwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .columwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
  }

  /*    .columwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
  .columwrap .stageCol:nth-child(3n + 1) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 500px) {
  .columwrap {
    display: block;
  }

  .columwrap .stageCol {
    margin-bottom: 40px;
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .columwrap .stageCol:nth-child(3n + 1) {
    margin-right: auto;
    margin-left: auto;
  }

  .columwrap .point_image_block {
    /* margin-bottom: 0;*/
  }

  .columwrap .stageCol_point {
    padding-bottom: 0;
    min-height: 542px;
    min-height: auto;
  }

  .columwrap .stageColBox .moreLink {
    padding-bottom: 10px;
  }

  .columwrap .stageCol_point h2 {
    font-size: 16px;
  }

  .columwrap .stageCol_text {
    width: 95%;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/*
仮トップページ index2.php
------------------------------*/
/* .page_inner_Wrap .page_ttlType01 {
  display: inline-block;
  width: 313px;
  height: auto;
  margin: 0 auto;
}

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

.page_inner_Wrap .page_ttlType01 {
  padding-bottom: 100px;
}

.page_inner_Wrap .page_ttlType01 .kari_logo {
  width: 100%;
}

.page_inner_Wrap .page_ttlType01 .kari {
  font-size: 22px;
}

.page_inner_Wrap .ttl_jp {
  font-size: 50px;
}
*/


/* .page_inner_Wrap .page_ttlType01 {
  display: inline-block;
  width: 313px;
  height: auto;
  margin: 0 auto;
}

.page_inner_Wrap .topContainer {
  text-align: center;
} */

.page_inner_Wrap .page_ttlType01 {
  margin-bottom: 80px;
}

.page_inner_Wrap .page_ttlType01 .kari_logo {
  width: 100%;
}

.page_inner_Wrap .page_ttlType01 .kari {
  font-size: 22px;
}

.page_inner_Wrap .ttl_jp {
  display: block;
  font-size: 50px;
  text-align: center;
}

.page_inner_Wrap .text {
  font-size: 22px;
}

*/ .official_site .official_site_text {
  font-size: 22px;
  margin-bottom: 30px;
}

.official_site {
  font-size: 50px;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 100px;
}

.official_site img {
  display: inline-block;
  width: 313px;
  height: auto;
  border: 1px solid #262626;
}

h2 span {
  white-space: nowrap;
  display: block;
}

.cautionWrap_txt {
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2 span {
    white-space: inherit;
    display: inline-block;
  }

  .cautionWrap_txt {
    text-align: left;
  }

  /* 余白 */
  /* .cautionWrap {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .page_inner_space {
    padding-top: 90px;
  }
  .page_inner_Wrap .page_ttlType01 {
    margin-bottom: 100px;
  }
  .official_site {
    margin-top: 100px;
    margin-bottom: 100px;
  } */

  .cautionWrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page_inner_space {
    padding-top: 50px;
  }

  .page_inner_Wrap .page_ttlType01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .page_inner_Wrap .ttl_jp {
    font-size: 40px;
  }

  .flowInnerBlock .flowTitle .innerItem {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .page_inner_Wrap .ttl_jp {
    font-size: 30px;
  }
}

table caption,
th,
td {
  padding: 10px;
  text-align: center;
  color: #002755 !important;
  font-size: 16px;
}

.tableWrap thead {
  border-top: 1px solid #002755;
  border-bottom: 1px solid #002755;
}

table tr,
table tr:last-child {
  border-bottom: 1px solid #002755;
}

table {
  background-color: #fff;
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.tableWrap_area {
  overflow-x: scroll;
}
