/* --------------------------------------------------------------------------------------
   LPページの場合ヘッダーやタイトルを非表示にする
--------------------------------------------------------------------------------------- */

body {
  padding-top: 0!important;
}

header,
.gnavi-sp,
.panel-btn,
.key,
.key-ttl,
.breadcrumb-area {
  display: none!important;
}

.wrap {
position: relative;
    max-width: 1000px;
    margin: 0 auto;
}



/* --------------------------------------------------------------------------------------
   個人向けLP
--------------------------------------------------------------------------------------- */

html { margin-top: 0 !important; }

body {
  font-family: 'Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-feature-settings: 'palt';
  font-size: 20px;
}

object { pointer-events: none; }

p {
  letter-spacing: 1px;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------------------
   ヘッダー
--------------------------------------------------------------------------------------- */

.wrap { max-width: 1100px; }

.key-v {
  background: #da93a7 url(../img/lp_personal/key_image.svg) no-repeat center bottom;
  height: 750px;
}

.key-v .logo {
  left: 0;
  position: absolute;
  top: 17px;
  width: 76px;
  z-index: 10;
}

.key-v .logo a { display: block; }

.key-v .logo object {
  height: auto;
  width: 100%;
}

.key-v h1 {
  font-size: 20px;
  font-weight: 100;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  top: 35px;
  width: 100%;
}

.key-v h1 span { color: #fff; }

.key-v dl {
  margin-bottom: 44px;
  padding-top: 141px;
  text-align: center;
}

.key-v dd { margin-top: 18px; }

/* --------------------------------------------------------------------------------------
   共有部分
--------------------------------------------------------------------------------------- */

.banner { text-align: center; }

.banner a {
  background-color: #ffa700;
  border: 2px solid #ffa700;
  border-radius: 10px;
  box-shadow: 6px 5px 0 rgba(93,92,92,.55);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 26px 87px;
}

.banner a:hover { text-decoration: none; }

.big a {
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 783px;
}

.font-blue { color: #1c6d92; }

.head {
  color: #1c6d92;
  font-size: 45px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.head span {
  display: inline-block;
  margin: 0 24px;
  vertical-align: middle;
}

.head::before,
.head::after {
  background: url(../img/lp_personal/icon_ttl.svg) no-repeat;
  content: '';
  display: inline-block;
  height: 60px;
  margin-top: -5px;
  vertical-align: top;
  width: 54px;
}

.head::after { transform: scale(-1, 1); }

.head-ttl {
  margin-top: 105px;
  text-align: center;
}

.apply .explain p span,
.worry .column p span,
.v-inner section p span { border-bottom: 8px solid #e59aac; }

.sp-v { display: none; }

#pagetop a { background-color: #e46379; }

.device_click #pagetop a:hover { background-color: #de8f9c; }

/* --------------------------------------------------------------------------------------
   フッター
--------------------------------------------------------------------------------------- */

#footer { margin-top: 0; }

/* --------------------------------------------------------------------------------------
   コンテンツ部分
--------------------------------------------------------------------------------------- */

.about-sas h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top: 100px;
  text-align: center;
}

.about-sas h3 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}

.about-inner {
  margin-top: 45px;
  padding: 40px 0;
  position: relative;
}

.about-inner::before {
  background: linear-gradient(to bottom,  #fff 0%,#4885a4 15%,#4885a4 85%,#fff 100%,#c9c9c9 100%);
  content: '';
  display: block;
  height: 100%;
  left: 49.8%;
  position: absolute;
  top: 0;
  width: 4px;
}

.about-inner li {
  margin-top: 40px;
  overflow: hidden;
}

.about-inner l:first-child { margin-top: 0; }

.about-inner li:nth-child(odd) div { float: right; }
.about-inner li:nth-child(even) div { float: left; }

.about-inner li section { width: 486px; }

.about-inner li section h4 {
  font-size: 40px;
  letter-spacing: 4px;
}

.about-inner li section h4 strong {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  margin-right: 20px;
  vertical-align: middle;
}

.about-inner li section h4 span {
  display: inline-block;
  vertical-align: middle;
}

.about-inner li:nth-child(odd) section {
  float: left;
  margin-top: 27px;
}

.about-inner li:nth-child(even) section {
  float: right;
  margin-top: 82px;
}

.worries {
  background: linear-gradient(to bottom, #fff 0%,#c1d7e1 84%,#c1d7e1 100%);
  margin-top: 80px;
  padding-bottom: 70px;
}

.worries h2 { margin-bottom: 40px; }

.worries section {
  float: left;
  margin-left: 20px;
  text-align: center;
  width: 353px;
}

.worries section:first-child { margin-left: 0; }

.worries section h3 {
  height: 169px;
  position: relative;
}

.worries section h3 span {
  color: #fff;
  font-size: 29px;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  top: 39px;
  width: 100%;
  z-index: 1;
}

.worries section h3::after {
  background: url(../img/lp_personal/balloon.svg) no-repeat;
  content: '';
  display: inline-block;
  height: 169px;
  left: 0;
  position: absolute;
  top: 0;
  width: 353px;
  z-index: 0;
}

.worries section:nth-child(2n) h3::after { transform: scale(-1, 1); }

.worries section div { margin-top: 8px; }

.worries section ul {
  display: inline-block;
  margin: 30px auto 0;
  text-align: left;
}

.worries section li {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 10px;
  padding-left: 36px;
  position: relative;
}

.worries section li:first-child { margin-top: 0; }

.worries section li::before {
  background: url(../img/lp_personal/icon_check.svg) no-repeat;
  content: '';
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 24px;
}

.diagnosis {
  background-image: linear-gradient(
    -45deg,
    #fdedef 25%,
    #fce1e4 25%, #fce1e4 50%,
    #fdedef 50%, #fdedef 75%,
    #fce1e4 75%, #fce1e4
  );
  background-size: 9px 9px;
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}

.diagnosis::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 70px;
  position: absolute;
  right: -45px;
  transform: skewX(-53deg);
  width: 50%;
}

.diagnosis::before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 70px;
  left: -45px;
  position: absolute;
  transform: skewX(53deg);
  width: 50%;
}

.diagnosis h2 {
  background-color: #eb6877;
  color: #fff;
  font-size: 36px;
  letter-spacing: 3px;
  padding: 29px 0;
  text-align: center;
}

.diagnosis .form {
  background-color: #fff;
  border: 5px solid #bfbfbf;
  box-sizing: border-box;
  margin: 45px auto 0;
  padding: 40px 45px;
  width: 810px;
}

.diagnosis .form li {
  border-top: 2px dotted #959595;
  cursor: pointer;
  padding: 7px 20px;
  position: relative;
}

.diagnosis .form li::before {
  color: #ec6877;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  width: 65px;
}

.diagnosis .form li:nth-child(1)::before { content: '1.'; }
.diagnosis .form li:nth-child(2)::before { content: '2.'; }
.diagnosis .form li:nth-child(3)::before { content: '3.'; }
.diagnosis .form li:nth-child(4)::before { content: '4.'; }
.diagnosis .form li:nth-child(5)::before { content: '5.'; }
.diagnosis .form li:nth-child(6)::before { content: '6.'; }
.diagnosis .form li:nth-child(7)::before { content: '7.'; }
.diagnosis .form li:nth-child(8)::before { content: '8.'; }
.diagnosis .form li:nth-child(9)::before { content: '9.'; }
.diagnosis .form li:nth-child(10)::before { content: '10.'; }

.diagnosis .form li::after {
  background-color: #fff;
  border: 1px solid #000;
  content: '';
  display: inline-block;
  height: 43px;
  position: absolute;
  right: 11px;
  top: 8px;
  width: 43px;
}

.diagnosis .form .check::after { background: url(../img/lp_personal/check_active.svg) no-repeat center center; }

.diagnosis .form li span {
  display: inline-block;
  vertical-align: middle;
}

.diagnosis .pink { margin-top: 30px; }

.diagnosis .pink a {
  background-color: #ec6877;
  border-color: #ec6877;
  cursor: pointer;
  display: block;
}

.diagnosis .result {
  display: none;
  margin-top: 35px;
}

.diagnosis .result::before {
  border-color: #ec6877 transparent transparent transparent;
  border-style: solid;
  border-width: 132px 132.5px 0 132.5px;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.diagnosis .result .wrap {
  background-color: #fff;
  border: 5px solid #ec6877;
  box-sizing: border-box;
  display: none;
  margin-top: 30px;
  padding: 40px 33px;
  transition: all .3s ease;
}

.animate-opacity { opacity: 1; }

.diagnosis .result h3 {
  border-bottom: 2px dotted #959595;
  font-size: 45px;
  letter-spacing: 3px;
  padding-bottom: 30px;
  text-align: center;
}

.diagnosis .result .column {
  display: none;
  margin-top: 35px;
}

.diagnosis .result .column div {
  float: right;
  margin-right: 35px;
}

.diagnosis .result .column section {
  float: left;
  margin-left: 40px;
  margin-top: 40px;
  width: 566px;
}

.diagnosis .result .column section h4 {
  color: #ec6877;
  font-size: 45px;
  letter-spacing: 1px;
}

.diagnosis .result .column section h4::before {
  background: #fff url(../img/lp_personal/check_active.svg) no-repeat center center;
  border: 1px solid #000;
  content: '';
  display: inline-block;
  height: 43px;
  margin-right: 25px;
  vertical-align: middle;
  width: 43px;
}

.diagnosis .result .column section h4 span {
  display: inline-block;
  opacity: .9;
  vertical-align: middle;
}

.diagnosis .result .column section p {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 35px;
}

.apply {
  margin-top: 65px;
  overflow: hidden;
  position: relative;
}

.apply::before {
  background-color: #e8f6fd;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -51px;
  transform: skewX(-61deg);
  width: 100%;
  z-index: -1;
}

.apply h2 { text-align: center; }

.apply .banner { margin-top: 130px; }

.apply .txt {
  margin-top: 100px;
  text-align: center;
}

.apply .txt p {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 50px;
}

.apply .txt p:first-child { margin-top: 0; }

.apply .logo {
  margin: 80px auto 0;
  width: 287px;
}

.apply h3 { margin-top: 100px; }

.apply .explain {
  margin-top: -29px;
  overflow: hidden;
  text-align: center;
}

.apply .explain::after {
  background: url(../img/lp_personal/apply_photo_02.png) no-repeat;
  content: '';
  display: block;
  float: right;
  height: 210px;
  margin-top: 50px;
  width: 354px;
}

.apply .explain p {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-top: 35px;
}

.apply .explain p:first-child { margin-top: 0; }

.flow { margin-top: 50px; }

.flow ol { margin-top: 35px; }

.flow li {
  border: 2px solid #eaf1f4;
  box-sizing: border-box;
  float: left;
  margin-top: 35px;
  padding: 40px 30px;
  width: 530px;
}

.flow li:nth-child(even) { float: right; }

.flow li h3 {
  background-color: #ce8ca1;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 52px;
  letter-spacing: 2px;
  line-height: 52px;
  margin-left: -50px;
  padding: 0 30px;
  position: relative;
}

.flow li h3::before {
  border-color: transparent #a7607e transparent transparent;
  border-style: solid;
  border-width: 0 19px 19px 0;
  bottom: -19px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.flow li h3::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 26px 10px 26px 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.flow li h4 {
  border-bottom: 8px solid #dcdcdc;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  white-space: nowrap;
}

.flow li h4 span {
  font-size: 16px;
  letter-spacing: normal;
}

.flow li div {
  margin-top: 22px;
  text-align: center;
}

.flow li p { margin-top: 5px; }

.judgment { margin-top: 70px; }

.j-inner {
  background-color: #e8f6fd;
  padding: 75px 0;
}

.judgment .table {
  display: table;
  margin: 0 auto;
  width: 915px;
}

.judgment .table h3 {
  display: table-cell;
  font-size: 30px;
  position: relative;
  vertical-align: middle;
  width: 101px;
}

.judgment .table h3 span:nth-child(1) {
  color: #267196;
  left: 21px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 57px;
}

.judgment .table h3 span:nth-child(2) {
  font-size: 24px;
  font-weight: normal;
  left: 30px;
  letter-spacing: 4px;
  margin-top: -20px;
  position: relative;
  text-align: left;
  text-orientation: upright;
  white-space: nowrap;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.judgment .table h3 span:nth-child(2) b { font-weight: normal; }

.judgment .table h3 span:nth-child(3) {
  bottom: 47px;
  color: #fff;
  left: 21px;
  position: absolute;
  text-align: center;
  width: 57px;
  z-index: 1;
}

.judgment .table h3::before {
  background: linear-gradient(to bottom, #fff 18%,#216e94 100%);
  content: '';
  display: block;
  height: calc(100% - 90px);
  left: 21px;
  position: absolute;
  top: 0;
  width: 57px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .judgment .table h3::before { height: 610px; }
  *::-ms-backdrop, .judgment .re h3::before { height: 140px; }
}


.judgment .table h3::after {
  border-color: #216e94 transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50px 0 50px;
  bottom: 20px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.judgment .table section {
  border-collapse: separate;
  border-spacing: 20px 10px;
  display: table;
  width: 100%;
}
.judgment .table div {
  display: table-cell;
  position: relative;
  right: -20px;
  top: -10px;
  width: 970px;
}

.judgment .table h4 {
  background-color: #fff;
  color: #267196;
  display: table-cell;
  font-size: 34px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 61px;
}

.judgment .table p {
  background-color: #fff;
  display: table-cell;
  font-size: 24px;
  height: 100px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 20px 30px;
  vertical-align: middle;
}

.judgment .table section:nth-child(1) h4 { background-color: transparent; }

.judgment .table section:nth-child(1) h4 span {
  background-color: #fff;
  display: block;
  height: 61px;
  left: 0;
  line-height: 61px;
  position: absolute;
  text-align: center;
  width: 61px;
}

.judgment .table section:nth-child(1) h4 span:nth-child(1) { top: 0; }
.judgment .table section:nth-child(1) h4 span:nth-child(2) { bottom: 0; }

.judgment .table section:nth-child(3) h4,
.judgment .table section:nth-child(3) p {
  background-color: #4884a4;
  color: #fff;
}

.judgment .table section:nth-child(4) h4,
.judgment .table section:nth-child(4) p {
  background-color: #267196;
  color: #fff;
}

.judgment .re h3 span:nth-child(1) {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  left: 12px;
  letter-spacing: 4px;
  margin-top: -20px;
  position: relative;
  text-align: left;
  text-orientation: upright;
  white-space: nowrap;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.judgment .re h3::after { display: none; }

.judgment .re h3::before {
  background: #e5e5e5;
  height: calc(100% - 20px);
}

.judgment .re section:nth-child(1) h4,
.judgment .re section:nth-child(1) p {
  background-color: #e5e5e5;
  color: #000;
}

.judgment .banner { margin-top: 50px; }

.worry .headbox {
  background: url(../img/lp_personal/worry_key.svg) no-repeat right bottom;
  height: 551px;
}

.worry .headbox h2 {
  letter-spacing: 7px;
  padding-top: 145px;
}

.worry .headbox h2 span {
  display: block;
  font-size: 45px;
}

.worry .headbox h2 strong {
  color: #ec6877;
  display: block;
  font-size: 62px;
  line-height: 1.4;
}

.worry .w-inner {
  background-color: #faf3ee;
  padding: 40px 0 10px;
}

.worry .column section {
  background-color: #fff;
  float: left;
  position: relative;
  width: 535px;
}

.worry .column section:nth-child(even) { float: right; }

.worry .column h3 {
  background-color: #faf3ee;
  display: table-cell;
  font-size: 28px;
  height: 110px;
  letter-spacing: 2px;
  line-height: 1.3;
  padding-bottom: 20px;
  padding-left: 30px;
  vertical-align: bottom;
  width: 100vw;
}

.worry .column .image { position: absolute; }

.worry .column .photo01 { right: 35px; top: 15px; }
.worry .column .photo02 { right: 35px; top: 15px; }
.worry .column .photo03 { right: 40px; top: 28px; }
.worry .column .photo04 { right: 9px; top: 28px; }

.worry .column .detail { padding: 30px 35px; }

.worry .column li {
  color: #1e6c92;
  font-size: 17px;
  letter-spacing: 2px;
  list-style-type: disc;
  margin-left: 1em;
  margin-top: 3px;
}

.worry .column li:first-child { margin-top: 0; }

.worry .column p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 22px;
}

.worry h4 {
  color: #e08e00;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 65px;
  text-align: center;
}

.worry .banner { margin: 65px auto; }

.voice .headbox {
  background: url(../img/lp_personal/voice_image.png) no-repeat 99% bottom;
  height: 715px;
}

.voice .headbox h2 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝',serif;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1.3;
  margin-left: 60px;
  padding-top: 200px;
}

.voice .headbox h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝',serif;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1.3;
  margin-left: 60px;
}

.voice .headbox h3 strong {
  color: #ec6877;
  font-size: 200px;
  letter-spacing: -5px;
}

.voice .headbox h3 .num {
  color: #ec6877;
  font-weight: bold;
}

.voice h4 {
  background-color: #eb6877;
  color: #fff;
  font-size: 45px;
  letter-spacing: 4px;
  padding: 25px 0;
  position: relative;
  text-align: center;
}

.voice h4::before {
  border-color: transparent transparent #eb6877 transparent;
  border-style: solid;
  border-width: 0 68px 57px 68px;
  content: '';
  display: block;
  height: 0;
  left: calc(50% - 68px);
  margin: 0 auto;
  position: absolute;
  top: -57px;
  width: 0;
}

.v-inner {
  background-color: #fdf0f1;
  padding-bottom: 130px;
  padding-top: 200px;
  position: relative;
}

.v-inner::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 136px 0 0 calc(50vw - 9px);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.v-inner::after {
  border-color: transparent transparent #fff transparent;;
  border-style: solid;
  border-width: 0 0 136px calc(50vw - 9px);
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.v-inner section {
  background-color: #fff;
  float: left;
  width: 535px;
}

.v-inner section:nth-child(even) { float: right; }

.v-inner section div {
  margin-bottom: -155px;
  position: relative;
  text-align: center;
  top: -155px;
}

.v-inner section h5 {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 14px;
  text-align: center;
}

.v-inner section p {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 22px;
}

.voice .banner {
  margin-bottom: 65px;
  margin-top: 50px;
}

.q_a { padding-bottom: 90px; }

.q_a h2 {
  background-color: #e5e5e5;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 50px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.q_a dl {
  float: left;
  margin-bottom: 50px;
  width: 535px;
}

.q_a dl:nth-child(even) { float: right; }

.q_a dt {
  border-bottom: 8px solid #dcdcdc;
  color: #267196;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 14px 70px;
  position: relative;
}

.q_a dt::before {
  content: 'Q';
  font-size: 35px;
  left: 30px;
  position: absolute;
  top: -8px;
}

.q_a dd {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
}

.q_a dd::before {
  content: 'A';
  font-size: 35px;
  font-weight: bold;
  left: 30px;
  position: absolute;
  top: -8px;
}

.q_a dd span { color: #ec6877; }

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 980px) {
  .banner a:hover {
    background-color: #fff;
    color: #ffa700;
    opacity: 1;
  }

  .pink a:hover { color: #ec6877; }
}

/* --------------------------------------------------------------------------------------
   タブレット
--------------------------------------------------------------------------------------- */

@media(max-width:1099px) {

  #main { overflow-x: hidden; }

  .sp-v { display: block; }

  .head-ttl object,
  .apply h2 object {
    height: auto;
    width: 100%;
  }

  .wrap {
    max-width: inherit;
    padding: 0;
  }

  .big a {
    padding: 3% 16%;
    width: auto;
  }

  .key-v {
    background-size: 137% auto;
    height: auto;
    padding-bottom: 8%;
  }

  .key-v .logo { left: 30px; }

  .key-v h1 {
    left: 125px;
    text-align: left;
    top: 28px;
    width: auto;
  }

  .key-v h1 span { display: block; }

  .key-v dl {
    margin-bottom: 3%;
    padding-top: 15%;
  }

  .key-v dd { margin-top: 0; }

  .head-ttl { margin: 11% 4% 0; }

  .about-sas h2 { margin-top: 5%; }

  .about-inner {
    margin-top: 0;
    padding-top: 0;
  }

  .about-inner::before { display: none; }

  .about-inner li {
    position: relative;
    text-align: center;
  }

  .about-inner li section h4 {
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .about-inner li:nth-child(odd) div,
  .about-inner li:nth-child(even) div {
    float: none;
    margin-top: 90px;
    overflow: hidden;
  }

  .about-inner li:nth-child(odd) div img { margin: -8% auto; }
  .about-inner li:nth-child(even) div img { margin: -2% auto -13%; }

  .about-inner li:nth-child(odd) section,
  .about-inner li:nth-child(even) section {
    float: none;
    margin: 3% auto 0;
    text-align: left;
    width: 486px;
  }

  .head::before,
  .head::after {
    margin-top: 0;
    vertical-align: middle;
  }

  .worries section {
    float: none;
    margin: 0 5% !important;
    overflow: hidden;
    position: relative;
    width: auto;
  }

  .worries section h3 { width: 353px; }

  .worries section:nth-child(odd) h3 { margin-left: 14%; }
  .worries section:nth-child(even) h3 { margin-left: 36%; }

  .worries section div { margin-top: -7%; }

  .worries section:nth-child(odd) div { float: left; }
  .worries section:nth-child(even) div { float: right; }

  .worries section ul { margin-top: 0; }

  .diagnosis .form {
    margin: 7% 4% 0;
    padding: 5% 4%;
    width: auto;
  }

  .diagnosis .result .wrap { margin: 3% 4% 0; }

  .diagnosis .result .column { position: relative; }

  .diagnosis .result .column section h4 {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .diagnosis .result .column div {
    float: none;
    margin-right: 0;
    margin-top: 15%;
    text-align: center;
  }

  .diagnosis .result .column section p { margin-top: 0; }

  .apply { margin-top: 4%; }

  .apply::before {
    top: -8%;
    transform: skewX(-51deg);
  }

  .apply h2 { margin: 0 10%; }

  .apply .image {
    margin-bottom: 8%;
    margin-right: 11%;
  }

  .apply .banner { margin-top: 6%; }

  .apply .explain { margin: 0 6%; }

  .apply .explain p br { display: none; }

  .flow li {
    float: none;
    height: auto !important;
    margin-left: 6%;
    margin-right: 6%;
    width: auto;
  }

  .flow li:first-child { margin-top: 0; }

  .flow li:nth-child(even) { float: none; }

  .judgment .table {
    margin: 0 4%;
    width: auto;
  }

  .judgment .table div { width: 89%; }

  .worry .headbox {
    background-size: 73% auto;
    height: 389px;
  }

  .worry .headbox h2 {
    margin-left: 6%;
    padding-top: 11%;
  }

  .worry .headbox h2 span { font-size: 29px; }
  .worry .headbox h2 strong { font-size: 41px; }

  .worry .column section {
    height: auto !important;
    margin: 0 6%;
    width: auto;
  }

  .worry h4 {
    line-height: 1.5;
    margin-top: 6%;
  }

  .voice .headbox {
    background-size: 20% auto;
    height: auto;
    padding-bottom: 9%;
  }

  .voice .headbox h2 {
    font-size: 35px;
    padding-top: 5%;
  }

  .voice .headbox h3 {
    margin-left: 11%;
    margin-top: -4%;
  }

  .voice .headbox .txt {
    display: block;
    margin-left: 19%;
    margin-top: -5%;
  }

  .v-inner section {
    float: none;
    height: auto !important;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 27%;
    width: auto;
  }

  .v-inner section:first-child { margin-top: 0; }

  .v-inner section:nth-child(even) { float: none; }

  .v-inner section p { padding: 6%; }

  .q_a dl {
    float: none;
    height: auto !important;
    margin: 0 5% 6%;
    width: auto;
  }

  .q_a dl:nth-child(even) { float: none; }

  .q_a dt,
  .q_a dd { padding-left: 8%; }

  .q_a dt::before,
  .q_a dd::before { left: 11px; }
}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 766px) {

  .pc-v,
  .flow li p br,
  .q_a dd br { display: none; }

  img,
  object {
    height: auto;
    width: 100%;
  }

  input { vertical-align: middle; }

  .head {
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 6%;
  }

  .head::before,
  .head::after {
    background-size: 100% auto;
    height: auto;
    padding-bottom: 12%;
    width: 9%;
  }

  .head span { margin: 0 3%; white-space: nowrap; }

  .key-v .logo {
    left: 4%;
    top: 2%;
    width: 10%;
  }

  .key-v h1 {
    font-size: 12px;
    font-weight: normal;
    left: 17%;
    top: 2.5%;
  }

  .key-v dl { margin-bottom: 0; }

  .key-v dt { margin: 0 32%; }

  .key-v dd { margin: 0 21%; }

  .banner a {
    font-size: 16px;
    padding: 4% 5%;
    white-space: nowrap;
  }

  .big a {
    font-size: 25px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .about-sas h2 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .about-sas h3 { font-size: 16px; }

  .about-inner li section h4 { font-size: 27px; }

  .about-inner li section h4 strong {
    font-size: 36px;
    margin-right: 8px;
  }

  .about-inner li:nth-child(odd) div,
  .about-inner li:nth-child(even) div { margin: 15% 6% 0; }

  .about-inner li:nth-child(odd) section,
  .about-inner li:nth-child(even) section {
    float: none;
    width: auto;
  }

  .about-inner li p {
    font-size: 16px;
    margin: 3% 6% 0;
  }

  .worries {
    margin-top: 0;
    padding-bottom: 11%;
  }

  .worries section:nth-child(odd) { margin-right: 0 !important; }
  .worries section:nth-child(even) { margin-left: 2% !important; }

  .worries section h3::after {
    background-size: 100% auto;
    height: 78px;
    width: 157px;
  }

  .worries section div {
    margin-top: 18%;
    width: 48%;
  }

  .worries section h3 {
    height: auto;
    width: auto;
  }

  .worries section:nth-child(odd) h3 {
    margin-left: 18%;
    top: 11px;
  }

  .worries section:nth-child(even) h3 {
    left: 34%;
    margin-left: 0;
    top: 9px;
    width: 86%;
  }

  .worries section h3 span {
    font-size: 13px;
    left: 0;
    letter-spacing: 1px;
    top: 19px;
    width: 157px;
  }

  .worries section:nth-child(odd) ul {
    float: right;
    margin-top: 23%;
    width: 47%;
  }

  .worries section:nth-child(even) ul {
    float: left;
    margin-left: 2%;
    margin-top: 23%;
    width: 49%;
  }

  .worries section li {
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 11%;
  }

  .worries section li::before {
    background-size: 100% auto;
    height: auto;
    padding-bottom: 6%;
    width: 6%;
  }

  .diagnosis { padding-bottom: 28%; }

  .diagnosis .form li::after,
  .diagnosis .result .column section h4::before {
    height: 20px;
    right: 0;
    top: 4px;
    width: 20px;
  }

  .diagnosis .form .check::after,
  .diagnosis .result .column section h4::before { background-size: 100% auto; }

  .diagnosis h2 {
    font-size: 26px;
    padding: 5% 0;
  }

  .diagnosis .form li {
    font-size: 12px;
    padding: 2% 11% 2% 13%;
  }

  .diagnosis .form li::before {
    font-size: 17px;
    left: 3%;
    position: absolute;
    top: 11%;
    width: auto;
  }

  .diagnosis .result .wrap { padding: 4% 6%; }

  .diagnosis .result h3 {
    font-size: 26px;
    padding-bottom: 4%;
  }

  .diagnosis .result .column {
    margin-top: 4%;
    overflow: hidden;
  }

  .diagnosis .result .column div {
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 19%;
  }

  .diagnosis .result .column section {
    float: none;
    margin-left: 0;
    margin-top: 3%;
    width: auto;
  }

  .diagnosis .result .column section h4 { font-size: 25px; }

  .diagnosis .result .column section h4::before { margin-right: 3%; }

  .diagnosis .result .column section p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .apply h2 { margin: 0 3%; }

  .apply .txt { margin-top: 9%; }

  .apply .txt p,
  .apply .explain p {
    font-size: 16px;
    margin-top: 5%;
  }

  .apply .logo {
    margin: 7% 35% 0;
    width: auto;
  }

  .apply h3 {
    margin-bottom: 1%;
    margin-top: 5%;
  }

  .apply .explain::after {
    background-size: 100% auto;
    height: auto;
    margin-top: 2%;
    padding-bottom: 18%;
    width: 29%;
  }

  .flow { margin-top: 3%; }

  .flow li { padding: 6% 8% 8%; }

  .flow li h4 {
    font-size: 20px;
    line-height: 1.3;
    white-space: inherit;
  }

  .flow li:nth-child(2) div object,
  .flow li:nth-child(4) div object { width: auto; }

  .flow li p {
    font-size: 16px;
    margin-top: 2%;
  }

  .judgment { margin-top: 8%; }

  .j-inner { padding: 6% 0; }

  .judgment .table {
    margin-left: 0;
    margin-right: 5%;
    width: 95%;
  }

  .judgment .table h3 {
    font-size: 20px;
    width: auto;
  }

  .judgment .table h3::before {
    height: calc(100% - 59px);
    left: 11px;
    width: 39px;
  }

  .judgment .table h3::after {
    border-width: 50px 30px 0 30px;
    bottom: 9px;
  }

  .judgment .table h3 span:nth-child(1) {
    left: 20px;
    width: auto;
  }

  .judgment .table h3 span:nth-child(2) {
    font-size: 20px;
    left: 15px;
    letter-spacing: 2px;
  }

  .judgment .table h3 span:nth-child(3) {
    bottom: 25px;
    left: 20px;
    width: auto;
  }

  .judgment .table div { top: -4px; }

  .judgment .table h4 {
    font-size: 20px;
    width: 40px;
  }

  .judgment .table section {
    border-spacing: 10px 5px;
  }

  .judgment .table section:nth-child(1) h4 span {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .judgment .table p {
    font-size: 14px;
    height: 74px;
    letter-spacing: 1px;
    padding: 3% 4%;
  }

  .judgment .re h3 span:nth-child(1) {
    font-size: 20px;
    left: 14px;
  }

  .judgment .re h3::before { height: calc(100% - 8px); }

  .judgment .table h3 span:nth-child(2) .sp-v { display: inline-block; }

  .judgment .banner { margin-top: 7%; }

  .worry .headbox {
    background-position: 28vw bottom;
    height: auto;
    padding-bottom: 20%;
  }

  .worry .headbox h2 span {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .worry .headbox h2 strong {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .worry .w-inner { padding-top: 0; }

  .worry .column .detail { padding: 7%; }

  .worry .column ul { height: auto !important; }

  .worry .column .photo01 {
    right: 3%;
    top: 3%;
    width: 37%;
  }

  .worry .column .photo02 {
    right: 3%;
    top: 6%;
    width: 37%;
  }

  .worry .column .photo03 {
    right: 3%;
    top: -1%;
    width: 24%;
  }

  .worry .column .photo04 {
    right: 3%;
    top: 3%;
    width: 40%;
  }

  .worry .column li {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .worry .column p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 4%;
  }

  .worry .column h3 {
    font-size: 18px;
    height: 84px;
    line-height: 1.4;
    margin-left: -4%;
    padding-bottom: 3%;
    padding-left: 6%;
  }

  .worry h4 { font-size: 23px; }

  .worry .banner { margin: 7% auto; }

  .voice .headbox { padding-bottom: 15%; }

  .voice .headbox h2 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-left: 5%;
    padding-top: 6%;
  }

  .voice .headbox h3 {
    margin-left: 5%;
    margin-top: -2%;
  }

  .voice .headbox h3 strong {
    font-size: 92px;
    letter-spacing: -4px;
  }

  .voice .headbox h3 .num {
    font-size: 39px;
    letter-spacing: 2px;
    margin-left: 7px;
  }

  .voice .headbox .txt {
    font-size: 23px;
    margin-left: 21%;
    margin-top: -2%;
  }

  .voice h4 {
    font-size: 23px;
    letter-spacing: 2px;
    padding: 4% 0;
  }

  .voice h4::before {
    border-width: 0 40px 25px 40px;
    left: calc(50% - 40px);
    top: -25px;
  }

  .v-inner {
    padding-bottom: 23%;
    padding-top: 32%;
  }

  .v-inner::before { border-width: 70px 0 0 50vw; }
  .v-inner::after { border-width: 0 0 70px 50vw; }

  .v-inner section { margin-top: 38%;}

  .v-inner section div {
    margin: 0 21% -86px;
    top: -86px;
  }

  .v-inner section h5 { font-size: 24px; }

  .v-inner section p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .voice .banner {
    margin-bottom: 9%;
    margin-top: 7%;
  }

  .q_a { padding-bottom: 10%; }

  .q_a h2 {
    font-size: 27px;
    margin-bottom: 5%;
    padding: 4% 0;
  }

  .q_a dt::before {
    font-size: 23px;
    top: 3px;
  }

  .q_a dd::before {
    font-size: 23px;
    top: -2px;
  }

  .q_a dt {
    align-items: center;
    display: flex;
  }

  .q_a dt,
  .q_a dd {
    font-size: 16px;
    line-height: 1.5;
    min-height: 39px;
    padding-bottom: 2%;
    padding-left: 13%;
  }

}