@charset "utf-8";

/* CSS Document */


/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
  margin: 0;
  font-size: 100%;
}

#main.index h3, #main.category h2, #main.page h2 {
  background-size: 20px auto;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 2em 0 1.5rem;
  line-height: 1.4;
  padding: 0 0 .7rem;
  border-bottom: 1px solid;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  box-sizing: border-box;
}


/*--------------------------------------
 Base
---------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast:none) {
  body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  /*body, p, li, dt, dd, th, td, span, a { font-family: 'Noto Sans JP', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
     h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'Noto Sans JP', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }*/
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

#main {
  padding: 1rem 0 0;
}

#main p {
  margin: 0 0 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9em;
}

.marker {
  font-weight: bold;
  font-size: 2rem;
  color: #de5149;
}

.bold {
  font-weight: bold;
}

.section {
  padding: 6rem 0 1rem;
  position: relative;
}

.section_inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.section.oncolor {
  padding: 1rem 4%;
  margin-right: 4%;
}

.section.oncolor2 {
  padding: 1rem 4%;
  margin-left: 4%;
}

.section.oncolor::before {content: "";width: calc(100% + 60px);height: 100%;border-radius: 0 40px 40px 0;position: absolute;top: 0;right: 0;z-index: -1;border-radius: 0 20px 20px 0;background-color: #fbe7d8;}

@media screen and (max-width: 480px) {
  .pc, .pc_br {
    display: none;
  }
  .sp, .sp_br {
    display: block;
  }
  .section {
    padding: 1rem 1.5rem 0;
  }
  .section:nth-of-type(1) {
    margin: 4rem 4% -1rem 0;
  }
}


/*--------------------------------------
 Header
---------------------------------------*/
header .headTopArea .rightTxt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}

header .headNoteArea {
  padding: 0 0 30px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
}

header .headNoteArea .hd_img {
  width: 250px;
  display: inline-block;
  text-align: right;
}

/*--------------------------------------
 配色
---------------------------------------*/

.bg-baseColor {
  background-color: #f6f2eb;
}

.bg-subColor {
  background-color: #fff;
}


/*--------------------------------------
 Footer
---------------------------------------*/

#fixed-banner {
  position: fixed;
  width: 204px;
  bottom: 20px;
  right: 0;
  z-index: 10;
}

#fixed-banner:hover {
  opacity: 0.7;
}


/*--------------------------------------
　Footer
---------------------------------------*/

#fixed-banner {
  position: fixed;
  width: 204px;
  bottom: 20px;
  right: 0;
  z-index: 10;
}

#fixed-banner:hover {
  opacity: 0.7;
}

footer {
  margin: 0;
  padding: 4%;
  background: #314a2c;
}

footer a:hover {
  text-decoration: underline;
  opacity: 1;
}

footer .areaInner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 40px 50px;
}

footer .areaInner .logo {
  width: 140px;
  margin: 0 auto 35px;
}

footer .areaInner .logo a:hover {
  opacity: 0.7;
}

footer .areaInner .footBox {
  margin: 0 0 40px 0;
}

footer .areaInner .footBox:after {
  content: "";
  display: block;
  clear: both;
}

footer .areaInner .footBox .sttl {
  background: url(../de-lp03/de-lp_img/foot_line.png) repeat-x bottom left;
  padding: 0 0 13px 0;
  margin: 0 0 15px 0;
}

footer .areaInner .footBox .sttl a {
  background: url("../de-lp03/de-lp_img/arrow_rough_black.png") center left 5px no-repeat;
  background-size: 15px auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 0 3px 26px;
  display: block;
}

footer .areaInner .footBox .accChild li {
  display: inline-block;
  margin: 0 50px 0 0;
}

footer .areaInner .footBox .accChild .sp {
  display: none;
}

footer .areaInner .footBox .accChild li a {
  background: url(../de-lp03/de-lp_img/arrow_black.png) no-repeat left center;
  background-size: 5px auto;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 0 10px;
  display: inline-block;
  line-height: 1.4;
}

footer .areaInner .footBox .accChild .subCat li a {
  background: none;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList {
  display: inline-block;
}

footer .areaInner .footBox .accChild .subList li {
  margin: 0 0 10px 0;
}

footer .areaInner .footBox .accChild .subList li::after {
  content: "　/　";
  letter-spacing: 0;
  color: #000;
}

footer .areaInner .footBox .accChild .subList li:last-child:after {
  content: none;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
  content: "　/　";
  letter-spacing: 0;
  color: #000;
}

footer .areaInner .noticeArea {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  margin: 0 0 2rem;
}

footer .areaInner .noticeArea p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
}

footer .areaInner .botPrg {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

footer .botArea {
  padding: 8px 0px 0;
  line-height: 1.1;
}

footer .botArea .botInner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
}

footer .botArea .botInner .smap {
  float: right;
}

footer .botArea .botInner .smap a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  text-decoration: underline;
}

footer .botArea .botInner .smap a:hover {
  text-decoration: none;
}

footer p.copy {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

footer p.copy a {
  color: #fff;
}

@media screen and (max-width: 480px) {
  footer .areaInner, footer .botArea .botInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}


/* ================== */


/*  ここから*/


/* ================== */

#visArea {
  position: relative;
  z-index: 1;
  margin: 0 0 -7rem;
}

#visArea .mainArea {
  max-width: 100%;
  height: 640px;
  background: url(../de-lp03/de-lp_img/mv_pic_sp.png) no-repeat left top 36px;
  background-size: auto 70%;
  position: relative;
  width: 1000px;
  margin: auto;
}

#visArea .mainArea .mainBtnBox {
  position: absolute;
  top: 30px;
  right: 4vw;
  width: 400px;
}

#visArea .mainArea .mainBtnBox h2 {
  font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 1.5rem;
}

#visArea .mainArea .mainBtnBox p{
  font-size: 1.1em;
  margin: 0 0 1rem;
  line-height: 1.7;
}

#visArea .btn-internal a {
  font-weight: bold;
  font-size: 19px;
  display: block;
  background: #2a691f;
  padding: 12px;
  border-radius: 7px;
  box-shadow: 4px 4px 0 #111;
  color: #fff;
  line-height: 1.4;
  position: relative;
  margin: 2rem 0 0;
}

#visArea .btn-internal a:after {
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  #visArea {
    position: relative;
    z-index: 1;
  }
  #visArea .mainArea {
    background: url(../de-lp03/de-lp_img/mv_pic_sp.png) no-repeat left top;
    background-size: 95% auto;
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 40% 4% 3%;
  }
  #visArea .mainArea .mainBtnBox {
    position: static;
    width: 91%;
    margin: 47vw auto 5rem;
  }
  #visArea .btn-internal a {
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    font-size: 1.8rem;
    margin: 1rem 0 0;
  }
}

#main .enTtl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  display: table;
  margin: 40px auto 5px;
  position: relative;
  line-height: 1.6;
  text-align: center;
}

#main .enTtl:before {
  content: "";
  background-size: 100%;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#main .enTtl:after {
  content: "";
  background-size: 100%;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#contents .addParts .partTtl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 6rem;
  text-align: center;
  background: none;
  padding: 0;
}

@media screen and (max-width: 599px) {
  #main .enTtl {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
    display: table;
    margin: 9px auto 0;
    position: relative;
    line-height: 1.6;
    text-align: center;
  }
  #main .enTtl:before {
    content: "";
    background: #111;
    width: 57px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -65px;
    top: 50%;
  }
  #main .enTtl:after {
    content: "";
    background: #111;
    width: 57px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -65px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #contents .addParts .partTtl {
    font-size: 19px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1rem 0 1rem;
    text-align: center;
    background: none;
    padding: 0;
  }
  #main p {
    font-size: 1.6rem;
    line-height: 1.9em;
  }
}


/* 8 */

#main .float-wrap {
  margin: 6rem 0;
  box-sizing: border-box;
}

#main .float-wrap .fl {
  width: 350px;
  padding: 0 30px 10px 0;
  text-align: center;
}

#main .float-wrap .flame, #main .flex-wrap .flame {
  position: relative;
}

#main .float-wrap img {
  width: 100%;
}

#contents .caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
}

#main .float-wrap .catch {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 599px) {
  #main .float-wrap {
    margin: 20px 0 0;
    padding: 0;
  }
  #main .float-wrap .fl {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
    float: none;
  }
  #main .float-wrap .flame, #main .flex-wrap .flame {
    position: relative;
  }
  #main .float-wrap img, #main .flex-wrap img {
    margin: 0 auto;
	  width: 100%;
    display: block;
  }
  #main .float-wrap p {
    margin: 0;
  }
  .caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
  }
  #main .float-wrap .fl {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
    float: none;
  }
  #main .float-wrap .catch {
    font-size: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.9;
    margin: 0 0 10px;
  }
}


/* 2 */

#contents .rank_wrap {
  margin: 0;
}

#contents .rank_wrap .check {
  margin: 0 auto 20px;
  padding: 0 0 0 90px;
  display: block;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3rem;
}

#contents .rank_wrap .check:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../de-lp03/de-lp_img/rank_recommend01.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 70px;
  height: 76px;
  box-sizing: border-box;
  padding: 24px 0 0 0;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  color: #FFF;
}

#contents .rank_wrap .c02::before {
  background: url(../de-lp03/de-lp_img/rank_recommend02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#contents .rank_wrap .c03::before {
  background: url(../de-lp03/de-lp_img/rank_recommend03.png) 0 0 no-repeat;
   background-size: 100% auto;
}

@media screen and (max-width: 599px) {
  #contents .rank_wrap .check {
    display: block;
    position: relative;
    margin: 20px 0 0;
    padding: 8px 0 8px 50px;
    outline-offset: -4px;
    font-size: 15px;
    font-size: 1.9rem;
    font-weight: bold;
  }
  #contents .rank_wrap .check:before {
    content: "";
    width: 42px;
    height: 46px;
    padding: 27px 0 0;
  }
}


/* 7 */
#contents .addParts02 .boxPart .catch:before {
  content: "Q";
  display: inline-block;
  font-size: 35px;
  position: absolute;
  top: -25px;
  left: 0;
}

#contents .addParts02 .boxPart .personBox {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}

#contents .addParts02 .boxPart .personR, #contents .addParts02 .boxPart .personL {
  margin: 0 0 6rem;
}

#contents .addParts02 .boxPart .personR .person {
  padding-left: 3rem;
  -webkit-box-ordinal-group: 3;
  order: 2;
width:20%;/*20210225追加*/
}

#contents .addParts02 .boxPart .fuki {
  background: #f6edeb;
  border-radius: 20px;
  padding: 40px 40px 30px;
  position: relative;
  -webkit-box-ordinal-group: 2;
  order: 1;
width: 80%;/*20210225追加　もとmax-width: 750px;*/	

}

#contents .addParts02 .boxPart .personR .fuki:before {
  right: -7px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
  vertical-align: middle;
  background: #f6edeb;
}
.addParts02 {
  padding: 2rem 0 0;
}
#contents .addParts02 .boxPart .catch {
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2.3rem;
  position: relative;
  padding-left: 40px;
  line-height: 1.9;
}

#contents .addParts02 .boxPart .fuki .catch:before {
  content: "A";
  top: -19px;
}

#contents .addParts02 .boxPart .fuki .catch {
  color: #d65437;
}

#contents .addParts02 .boxPart .fuki .caption {
  text-align: right;
  margin: 25px 0 0 !important;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents .addParts02 .boxPart p{
  margin: 0 0 5rem;
}

#contents .addParts02 .fuki p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

#contents .addParts02 .boxPart .personL .person {
  padding-right: 3rem;
  -webkit-box-ordinal-group: 1;
  order: 0;
width:20%;/*20210225追加*/	
}

#contents .addParts02 .boxPart .personL .fuki {
  float: right;
}

#contents .addParts02 .boxPart .personL .fuki:before {
  left: -7px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  content: "";
  vertical-align: middle;
  background: #f6edeb;
}

@media screen and (max-width: 599px) {
  #contents .addParts02 .boxPart .personR, #contents .addParts02 .boxPart .personL {
    margin: 75px 0 45px;
    position: relative;
  }
  #contents .addParts02 .boxPart .catch {
    font-size: 1.7rem;
    line-height: 1.6
  }
  #contents .addParts02 .boxPart .person, #contents .addParts02 .boxPart .personR .person, #contents .addParts02 .boxPart .personL .person {
    width: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    float: none;
    padding: 0;
  }
  #contents .addParts02 .boxPart .fuki {
    background: #f6edeb;
    border-radius: 20px;
    padding: 6rem 2rem 2rem;
    width: 100%;
    position: relative;
  }
  #contents .addParts02 .boxPart .fuki .caption {
    text-align: right;
    margin: 10px 0 0 !important;
  }
  #contents .addParts02 .boxPart .personR .fuki::before, #contents .addParts02 .boxPart .personL .fuki::before {
    content: none;
  }
  #contents .addParts02 .boxPart .personL .person {
    padding-right: 0;
  }
}


/* cv-2 */
  #contents .cvParts01 {
    width: 100%;
    margin: 3rem 0;
    position: relative;
    padding: 2rem 0 2rem;
  }
  #contents .cvParts01::before {
    content: "";
    width: calc(1000% - -15px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    background-color: #fbe7d8;
  }
  #contents .cvParts01 .catch {
    padding: 1.5rem .5rem 2rem;
  }
  #contents .cvParts01 .catch:before {
    left: 0;
  }
  #contents .cvParts01 .catch:after {
    margin-left: 0;
    right: 0;
  }
  #contents .cvParts01 .btn-cv a {
    padding: 2rem;
    padding: 2rem 3rem 2rem 1rem;
    font-size: 1.8rem;
  }
  #contents .btn-cv a span {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.7rem;
    margin: 0 -2rem 2rem;
  }
#contents .cvParts01 {
  width: 700px;
  display: block;
  text-align: center;
  margin: 0 auto 100px;
}

#contents .cvParts01 .catch {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: block;
  margin: 0;
  background: url(../de-lp03/de-lp_img/img_cv_txt.png) no-repeat top;
  background-size: contain;
}

#contents .cvParts01 .catch span {
  font-size: 22px;
  background: none;
  color: #9e770e;
}

#contents p.btn-cv {
  position: relative;
  padding: 0 4%;
  margin: 2em 0 1.5rem;
}

#contents .cvParts01 .btn-cv a {
  padding-left: 118px;
  padding-right: 65px;
  margin-top: -14px;
  letter-spacing: 1px;
}

#contents .btn-cv a, #contents .cvParts04 .btn-mail a, #main .btn-web a, #contents .table03 th .tLinkBtn a {
  font-weight: bold;
  font-size: 26px;
  display: block;
  background: #2a691f;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 4px 4px 0 #111;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

#contents .btn-cv a span {
  background: none;
  font-size: 16px;
  color: #fff;
}

#contents .cvParts01 .btn-cv a:after, #contents .cvParts02 .btn-cv a:after, #contents .cvParts03 .btn-cv a:after, #contents .addParts01 .comBoxWrap .box .comBox .btn-web a:after, #contents .cvParts04 .btn-net a:after, #contents .table03 th .tLinkBtn a:after, #third_term_election_short .btn-net a:after {
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#contents .cvParts01 .btn-cv.is-right a {
  padding-left: 85px;
  padding-right: 133px;
}

#contents .cvParts01 .btn-cv.is-right a:before {
  right: 13px;
  left: auto;
}

#contents .cvParts01 .btn-cv.is-center a {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}

#contents .cvParts01 .btn-cv.is-center .btn-cv_bottom {
  font-size: 26px;
  font-size: 2.6rem;
}

#contents .cvParts01 .btn-cv.is-center .btn-cv_inner {
  padding: 2rem 0;
  padding-left: 118px;
  padding-right: 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  min-height: 113px;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  #contents .cvParts01 {
    width: 100%;
    margin: 3rem 0;
    position: relative;
    padding: 2rem 0 2rem;
  }
  #contents .cvParts01::before {
    content: "";
    width: calc(100% - -15px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    background-color: #fbe7d8;
  }
  #contents .cvParts01 .catch {
    padding: 1.5rem .5rem 2rem;
    line-height: 1.4;
    margin: 0 1rem 1rem;
    min-height: 80px;
  }
  #contents .cvParts01 .catch:before {
    left: 0;
  }
  #contents .cvParts01 .catch:after {
    margin-left: 0;
    right: 0;
  }
  #contents p.btn-cv {
    position: relative;
  padding: 0 4%;
  margin: 2em 0 1.5rem;
  }
  #contents .cvParts01 .btn-cv a {
    padding: 2rem;
    padding: 2rem 3rem 2rem 1rem;
    font-size: 1.8rem;
  }
  #contents .btn-cv a span {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.7rem;
    margin: 0 -2rem 2rem;
  }
  .pc_br {
    display: none;
  }
  #contents .cvParts01 .btn-cv a:after {
    width: 10px;
    height: 10px;
    right: 8px;
  }
  #contents .cvParts01 .btn-cv.is-right a, #contents .cvParts01 .btn-cv.is-center .btn-cv_inner {
    padding: 2rem 5rem 2rem 2rem;
  }
  #contents .cvParts01 .btn-cv.is-right a:before {
    right: -16px;
    left: auto;
  }
  #contents .btn-cv a span {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.4rem;
    margin: 0 -2rem .5rem;
  }
  #contents .cvParts01 .btn-cv a:after {
    width: 10px;
    height: 10px;
    right: 13px;
  }
  #contents .cvParts01 .btn-cv.is-center .btn-cv_inner {
    margin: 0;
    padding-left: 3rem;
    padding-right: 2rem;
    min-height: 42vw;
    height: 100%;
    line-height: 1.4;
  }
  #contents .cvParts01 .btn-cv.is-center .btn-cv_top {
    margin-bottom: 2rem;
  }
  #contents .cvParts01 .btn-cv.is-center span {
    margin: 0;
  }
  #contents .cvParts01 .btn-cv.is-center .btn-cv_bottom {
    font-size: 2.2rem;
  }
}