@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clear{ clear:both;}

.c-flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.c-header {
  background: #000;
}
.c-headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  max-height: 100px;
  margin: 0 auto;
  max-width: 100%;
}
.c-headerWrap__logo {
  margin-left: 25px;
  width: 204px;
  line-height: 1;
}
.c-headerWrap__title {
  color: #fda30f;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 65px;
  font-style: normal;
  line-height: 1;
  text-align: left;
  /*width: 444px;*/
  width: 370px;
}
.c-headerTitle__sub {
  color: #898989;
  font-size: 24px;
  /* line-height: 1.24; */
}
.c-headerTitle__japTxt {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 11px;
  /* line-height: 2.72; */
}
.c-headerTitle__brSpOnly {
  display: none;
}
.c-headerWrap__mailLink a {
  background: #2c54c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  width: 150px;
}
.c-headerMailLinkAnc {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}
.c-headerWrap__menuBtn {
  display: none;
}
/* グロナビ */
.c-gNavi {
  background: #eee;
  height: 50px;
  max-height: 100%;
}
.c-gNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.c-gNaviList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 14.28%;
  width: -webkit-calc(100%/5);
  width: calc(100%/5);
  font-size: 12px;
  height: 100%;
  border-left: 1px solid #000;
}
.c-gNaviList__item.current ,
.c-gNaviList__item:hover {
  background: #dcdcdc;
}
.c-gNaviList__item:last-child {
  border-right: 1px solid #000;
}
.c-gNaviList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 1em;

  position: relative;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.c-gNaviList__item a::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: -3px;
  bottom: 0;
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 1200px) {
  /* グロナビ */
  .c-gNaviList__item:first-child {
    border-left: none;
  }
  .c-gNaviList__item:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 835px) {
  .c-headerWrap {
    height: 100px;
    max-height: 100px;
  }
  .c-headerWrap__logo {
    margin-left: 15px;
    width: 180px;
  }
  .c-headerWrap__title {
    font-size: 60px;
    margin-left: 20px;
  }
  .c-headerTitle__sub {
    color: #898989;
    font-size: 20px;
  }
  .c-headerTitle__japTxt {
    font-size: 10px;
  }
  .c-headerWrap__mailLink a {
    width: 100px;
  }
  .c-headerMailLinkAnc {
    font-size: 12px;
  }
  /* グロナビ */
  .c-gNaviList__item a::before {
    left: 8px;
  }
}

@media screen and (max-width: 690px) {
  .c-headerWrap {
    height: 60px;
    max-height: 60px;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .c-headerWrap__logo {
    margin-left: 52px;
    padding-right: 3px;
    width: 75px;
  }
  .c-headerWrap__title {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    padding: 0 5px;
  }
  .c-headerTitle__sub {
    color: #898989;
    font-size: 14px;
  }
  .c-headerTitle__japTxt {
    font-size: 10px;
    text-align: left;
  }
  .c-headerWrap__titleLogo {
    margin-left: 2px;
    margin-top: 4px;
    text-align: left;
  }
  .c-headerWrap__titleLogo img {
    width: 158px;
  }
  .c-headerWrap__mailLink {
    display: none;
  }
  .c-headerMailLinkAnc {
    font-size: 12px;
  }
  .c-headerWrap__menuBtn {
    width: 50px;
    height: 50px;
    /* background: #FFF; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    display: block;
  }
  .c-headerWrap__menuBtn.is-open {
    /* background: #ccc; */
  }
  .c-headerWrapMenuBtnInner {
    position: absolute;
    width: 24px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-headerWrapMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-radius: 4px;
  }
  .c-headerWrapMenuBtnInner,.c-headerWrapMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  /* グロナビ */
  .c-gNavi {
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 60%;
    background: #212121;
    height: 100%;
    transition: transform 0.5s ease-out;
  }
  .c-gNavi.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .c-gNaviList {
    padding: 20px 0 0 0;
    -webkit-flex-direction: column;
    -ms-flex-direction : column;
    flex-direction : column;
  }
  .c-gNaviList__item {
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    height: auto;
    font-size: 14px;
    font-weight: bold;
  }
  .c-gNaviList__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
    padding: 0 0 0 20px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }
  .c-gNaviList__item a::before {
    position: absolute;
    top: -2px;
    right: 15px;
    left: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 374px) {
  .c-headerWrap__logo {
    width: 60px;
    padding-right: 0;
  }
  .c-headerWrap__title {
    font-size: 26px;
    text-align: left;
    padding-left: 15px;
    width: 75%;
  }
  .c-headerTitle__sub {
    font-size: 12px;
  }
  .c-headerTitle__japTxt {
    line-height: 1.4;
  }
  .c-headerTitle__brSpOnly {
    display: block;
  }
  .c-headerWrap__mailLink {
    display: none;
  }
  .c-headerMailLinkAnc {
    font-size: 12px;
  }
}

.c-mainBanner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-mainBanner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/cover.png");
  z-index: 8;
}
.c-mainBannerTitle {
  font-size: 65px;
  color: #000;
  position: relative;
  z-index: 10;
}
.c-mainBannerTitle__txt01 {
  font-size: 24px;
  line-height: 1.25;
  color: #FFF;
  display: block;
  margin: 25px 0;
}
.c-mainBannerTitle__txt02 {
  font-size: 48px;
  line-height: 1.25;
  color: #f39800;
  display: block;
  font-weight: 700;
  margin: 13px 0;
}
@media screen and (max-width: 690px) {
  .c-mainBanner {
    height: 250px;
  }
  .c-mainBannerTitle__txt01 {
    font-size: 18px;
    line-height: 1.25;
    margin: 18px 0;
  }
  .c-mainBannerTitle__txt02 {
    font-size: 24px;
    line-height: 1.25;
    margin: 8px 0;
  }
}
/* 汎用スタイル */
.c-hasBg {
  background: url(../images/bg01.jpg);
}
.c-secHeading {
  color: #f39800;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin: 0 auto;
}
.c-secHeading__sub {
  font-family: noto-sans-cjk-jp, sans-serif;
  margin: 19px auto 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.c-secHeadingSubTxt {
  margin: 19px auto 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 690px) {
  .c-secHeading {
    font-size: 36px;
    line-height: 1;
    margin: 0 auto;
  }
  .c-secHeading__sub {
    margin-top: 10px;
    font-size: 12px;
  }
  .c-secHeadingSubTxt {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* FLEXBOX関連 汎用パーツ */
.c-generalPurposeSbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-generalPurposeSbs.c-generalPurposeSbs--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-generalPurposeSbs.c-generalPurposeSbs--jcSB {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.c-generalPurposeSbs.c-generalPurposeSbs--jcC {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.c-generalPurposeSbs.c-generalPurposeSbs--jcFS {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 690px) {
  .c-generalPurposeSbs.c-generalPurposeSbs--pcOnly {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* コンバージョンセクション */
.c-cv {
  background: url(../images/bg_cv.jpg) no-repeat;
  background-position: right 0 top 0;
  height: 480px;
  padding: 60px 0 54px;
  box-sizing: border-box;
}
.c-cvHeading {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
.c-cvHeading__sub {
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-cvHeading__bigNum {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 200px;
  line-height: .8;
  padding: 0 20px 30px;
}
.c-cvHeading__smallTxt {
  font-size: 14px;
  padding-top: 7px;
}
.c-cvCaution {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.c-cvLink {
  margin-top: 48px;
}
.c-cvLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: 250px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .c-cv {
    background: url(../images/bg_cv.jpg) no-repeat;
    background-position: right 0 top 0;
    height: 380px;
    padding-top: 40px;
  }
  .c-cvHeading {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .c-cvHeading__sub {
    font-size: 18px;
  }
  .c-cvHeading__bigNum {
    font-size: 160px;
    padding: 0 20px 25px;
  }
  .c-cvHeading__bigNum img {
    width: 45px;
  }
  .c-cvHeading__smallTxt {
    font-size: 12px;
    padding-top: 7px;
  }
  .c-cvCaution {
    font-size: 12px;
    padding: 0 1em;
  }
  .c-cvLink {
    margin-top: 40px;
  }
  .c-cvLinkAnc {
    font-size: 16px;
    width: 250px;
    height: 50px;
  }
}

/* SP最下層リンクボタン */
.c-bottomFlowLink {
  display: none;
}
@media screen and (max-width: 690px) {
  .c-bottomFlowLink {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 46px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .c-bottomFlowMailLinkBtn {
    box-sizing: border-box;
    background: #2c54c6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 36px;
    width: 96%;
    margin: auto;
  }
  .c-bottomFlowMailLinkAnc {
    color: #fff !important;
    width: 100%;
  }
}

/* footer */
.c-footer {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-footerCopyRights {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .5px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .c-footer {
    height: 50px;
    padding-bottom: 46px;
  }
  .c-footerCopyRights {
    font-size: 13px;
    letter-spacing: .5px;
    margin: 0 auto;
    text-align: center;
  }
}

/* background */
.c-background {
  position: fixed;
  left: -100%;
  z-index: 11000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  transition: opacity 1.5s, background-color 1s;
}
.c-background.is-show {
  left: 0;
  opacity: 1;
  background-color:rgba(0, 0, 0, 0.9)
}

/* INTRO */
.p-intro {
  padding: 81px 0 85px;
}
.p-introItems {
  
}
.p-introItem {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  max-width: 900px;
  box-sizing: border-box;
  border: #cab89a 2px solid;
  background: #f4ebe4;
}
.p-introItem + .p-introItem {
  margin-top: 36px;
}
.p-introItem:nth-child(2n) {
  margin-left: auto;
}
.p-introItem__photo {
  background: #FFF;
  width: 148px;
  min-height: 116px;
  overflow: hidden;
  position: relative;
}
.p-introItem__photo:before {
  position: absolute;
  top: 41px;
  right: 0;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 16px solid transparent;
  border-right: 30px solid #f4ebe4;/**/
  z-index: 20;
}
.p-introItem__photo figure {
  position: relative;
}
.p-introItem__photo figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-introItem__txtWrap {
  width: calc(100% - 148px);
  text-align: left;
  padding: 15px 17px 15px 25px;
  -webkit-align-align-self: center;
  -ms-align-align-self: center;
  align-self: center;
}
.p-introItem__txtTitle {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 5px;
}
.p-introItem__txt {
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 690px) {
  .p-intro {
    padding: 50px 0 50px;
  }
  .p-introItem + .p-introItem {
    margin-top: 20px;
  }
  .p-introItem__photo {
    width: 120px;
    min-height: 116px;
  }
  .p-introItem__photo:before {
    top: 23px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-right: 22px solid #f4ebe4;
  }
  .p-introItem__txtWrap {
    width: calc(100% - 120px);
    padding: 15px 10px 15px 20px;
  }
}
/* Intro */
.p-introCatchWrap {
  padding: 70px 0 78px;
}
.p-introCatch {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.p-introCatchBox {
  box-sizing: border-box;
  background: #FFF;
  width: 100%;
/*
  height: 240px;
*/
  padding: 28px 20px 28px;
  margin: 76px auto 44px;
  position: relative;
  border: #f2b42a 10px solid;
}
.p-introCatchBoxIcon {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-introCatchBoxHeading {
  box-sizing: border-box;
  color: #fff;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
/*
  font-size: 90px;
  font-style: normal;
  line-height: 1;
*/
  text-align: center;
/*
  width: 370px;
*/
  margin: 0 auto 0px;
}
.p-introCatchBoxHeading__japTxt {
  color: #000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-top: 27px;
}
.p-introCatchBoxHeading__sub {
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  text-align: right;
}
.p-introCatchBtnLinkAnc {
  color: #fff !important;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  box-sizing: border-box;
  width: 300px;
  height: 50px;
}
.p-introCatchTxt {
  font-size: 18px;
  line-height: 2;
}
.p-introCatchTxtLinkAnc {
  color: #2c54c6 !important;
  border-bottom: 1px solid #2c54c6;
  margin-right: .5em;
  line-height: 1;
  display: inline-block;
}
.p-introCatchTxtLinkAnc:hover {
  border-bottom: none;
}
.p-introCatchTxtLinkAnc::after {
  content: url(../images/icon_blue_arrow_down.png);
}
.p-introCatchCopy {
  font-size: 12px;
  line-height: 2;
/*
  margin-top: 60px;
*/
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  .p-introCatchWrap {
    padding: 40px 0 60px;
  }
  .p-introCatch {
    font-size: 20px;
  }
  .p-introCatchBox {
    padding: 17px 20px 30px;
    margin: 50px auto 30px;
    width: 100%;
/*
    height: 185px;
*/
    border: #f2b42a 5px solid;
  }
  .p-introCatchBoxIcon {
    width: 44px;
    top: -36px;
  }
  .p-introCatchBoxHeading {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 0px;
  }
  .p-introCatchBoxHeadingLogo {
    max-width: 260px;
    margin: 0 auto;
  }
  .p-introCatchBoxHeading__japTxt {
    font-size: 11px;
    margin-top: 16px;
  }
  .p-introCatchBoxHeading__sub {
    font-size: 20px;
  }
  .p-introCatchTxt {
    font-size: 16px;
  }
  .p-introCatchCopy {
    font-size: 12px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 374px) {
  .p-introCatchBox {
    height: 160px;
  }
  .p-introCatchBoxHeading {
    font-size: 61px;
    width: 260px;
    margin: 0 auto 35px;
  }
  .p-introCatchBoxHeading__japTxt {
    font-size: 10px;
  }
  .p-introCatchBoxHeading__sub {
    font-size: 18px;
  }
  .p-introCatchBtnLinkAnc {
    width: 250px;
  }
}
/* INTRO Point */
.p-introPoint {
  padding: 69px 0 60px;
}
.p-introPointItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 60px;
  max-width: 1112px;
}
.p-introPointItems__item {
  background: #fff;
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  padding: 20px 10px;
}
.p-introPointItems__item {
  margin-right: 24px;
}
.p-introPointItems__item:nth-child(4n) {
  margin-right: 0;
}
.p-introPointItemIcon {
  font-size: 53px;
  margin: 10px auto;
}
.p-introPointItemsTxt {
  font-size: 14px;
  line-height: 2.1;
}
.p-introPointTxt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.p-introPointTxtBr {
  display: none;
}
.p-intro__img {
  margin: 45px 0 0 0;
}
@media screen and (max-width: 1132px) {
  .p-introPointItems {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 544px;
  }
  .p-introPointItems__item {
    margin-bottom: 30px;
  }
  .p-introPointItems__item:last-child,
  .p-introPointItems__item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .p-introPointItems__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 940px) {
  .p-introPointTxtBr {
    display: block;
  }
}
@media screen and (max-width: 690px) {
  .p-introPoint {
    padding: 40px 0 50px;
  }
  .p-introPointItems {
    margin: 0 auto 40px;
  }
  .p-introPointItems__item {
    padding: 20px 15px;
  }
  .p-introPointItemIcon {
    font-size: 45px;
    margin: 0px auto 10px;
  }
  .p-introPointItemsTxt {
    font-size: 12px;
    text-align: left;
  }
  .p-introPointTxt {
    font-size: 16px;
  }
  .p-intro__img {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 564px) {
  .p-introPointItems {
    max-width: 100%;
  }
  .p-introPointItems__item {
    width: 46%;
    height: 220px;
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 349px) {
  .p-introPointItems__item {
    height: 240px;
  }
  .p-introPointTxt {
    font-size: 14px;
  }
}

/* メリット */
.p-merit {
  padding: 63px 0 83px;
}
.p-meritItems {
  width: 100%;
  margin: 42px auto 0;
}
.p-meritItems__item + .p-meritItems__item {
  margin-top: 42px;
}
.p-meritItems__item.p-meritItems__item--second {
  background: #fbefdb;
  padding-bottom: 40px;
}
.p-meritItemTableWrap {
  width: 100%;
  box-sizing: border-box;
}
.p-meritItemTable {
  border-collapse: collapse;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  width: 1101px;
  font-size: 13px;
  font-weight: 400;
  margin: 30px auto 0;
}
.p-meritItemTable tr {
  height: 31px;
}
.p-meritItemTable th,
.p-meritItemTable td {
  border: 1px solid #b5b5b5;
  padding: 0 15px;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-meritItemTableTopHeader {
  background: #f39800;
  color: #fff;
  text-align: center;
}
.p-meritItemTableSideHeader {
  background: #e5e5e5;
  text-align: left;
  width: 201px;
}
.p-meritItemTable td {
  background: #fff;
  text-align: left;
}
.p-meritItemTableCellHasOnColor td {
  background: #fae9e9;
}
.p-meritItemTable tr td:nth-last-child(4) {
  width: 401px;
}
.p-meritItemTable tr td:last-child,
.p-meritItemTable tr td:nth-last-child(2),
.p-meritItemTable tr td:nth-last-child(3) {
  text-align: center;
}
.p-meritItemTable tr td:nth-last-child(2),
.p-meritItemTable tr td:nth-last-child(3) {
  width: 151px;
}
.p-meritItemTable tr td:last-child {
  width: 201px;
}
.p-merit__img02 {
  margin-top: 50px;
}
.p-merit__img03 {
  margin-top: 60px;
}
@media screen and (max-width: 1121px) {
  .p-meritItemTableWrap {
    padding: 0;
    width: calc(100% - 40px);
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
  }
}
.p-meritItemTableBottomTxt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 690px) {
  .p-merit {
    padding: 40px 0 60px;
  }
  .p-meritItems {
    width: 100%;
    margin: 35px auto 0;
  }
  .p-meritItems__item + .p-meritItems__item {
    margin-top: 30px;
  }
  .p-meritItemTable {
    font-size: 12px;
    width: 780px;
  }
  .p-meritItemTableSideHeader {
    width: 130px;
  }
  .p-meritItemTable tr td:nth-last-child(4) {
    width: 251px;
  }
  .p-meritItemTable tr td:nth-last-child(2),
  .p-meritItemTable tr td:nth-last-child(3) {
    width: 121px;
  }
  .p-meritItemTable tr td:last-child {
    width: 121px;
  }
  .p-merit__img02 {
    margin-top: 25px;
  }
  .p-merit__img03 {
    margin-top: 30px;
  }
}

/* 主な機能 */
.p-function {
  padding: 51px 0 53px;
}
.p-functionItems {
  margin: 51px auto 0;
  width: 100%;
}
.p-functionItems__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2.5;
  background: #fff;
  width: 350px;
  height: 50px;
  margin: 0 11.5px 25px;
  border-radius: 10px;
  font-weight: 500;
}
.p-functionItems__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .p-function {
    padding: 40px 0 60px;
  }
  .p-functionItems {
    max-width: 100%;
    margin-top: 35px;
  }
  .p-functionItems__item {
    margin-bottom: 15px;
    height: 40px;
    font-size: 13px;
  }
}

/* ご利用のイメージ */
.p-useCase {
  padding: 65px 0 95px;
}
.p-useCaseTxt {
  margin: 50px auto 34px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 690px) {
  .p-useCase {
    padding: 40px 0 60px;
  }
  .p-useCaseTxt {
    margin: 35px auto 20px;
    font-size: 16px;
  }
}

/* 運用サイクルの流れ */
.p-cycleFlow {
  padding: 54px 0 57px;
}
.p-cycleFlowItems {
  margin: 53px auto 0;
}
.p-cycleFlowItems__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  width: 900px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.p-cycleFlowItems__item + .p-cycleFlowItems__item {
  margin-top: 17px;
}
.p-cycleFlowItemIcon {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: .95;
  background: #f39800;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 10px;
}
.p-cycleFlow__img {
  max-width: 1010px;
  margin: 53px auto 0 auto;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .p-cycleFlowItems__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .p-cycleFlow {
    padding: 40px 0 50px;
  }
  .p-cycleFlowItems {
    margin-top: 35px;
  }
  .p-cycleFlowItems__item {
    background: #fff;
    border-radius: 30px;
    height: 66px;
    font-size: 14px;
    padding-left: 3em;
  }
  .p-cycleFlowItems__item + .p-cycleFlowItems__item {
    margin-top: 17px;
  }
  .p-cycleFlowItemIcon {
    font-size: 44px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    left: 10px;
  }
  .p-cycleFlow__img {
    margin-top: 35px;
  }
}
@media screen and (max-width: 349px) {
  .p-cycleFlowItems__item {
    font-size: 12px;
  }
}

/* 操作イメージ */
.p-operatingProcedure {
  padding: 76px 0 96px;
}
.p-operatingProcedureMovie {
  display: flex;
  align-items: end;
  margin: 50px 40px 50px;
}
.p-operatingProcedureFigure {
  margin: 53px auto 0;
}
@media screen and (max-width: 690px) {
  .p-operatingProcedure {
    padding: 40px 0 60px;
  }
  .p-operatingProcedureMovie {
    display: block;
    margin-top: 35px;
  }
  .p-operatingProcedureFigure {
    margin-top: 35px;
  }
}

/* 動作要件 */
.p-operatingRequirements {
  padding: 54px 0 68px;
}
.p-operatingRequirementsBox {
  background: #fff;
/*
  width: 900px;
*/
  max-width: 558px;
  margin: 53px auto 0;
  padding: 33px 31px 27px;
  box-sizing: border-box;
}
.p-operatingRequirementsBoxTable {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 29px;
  max-width: 100%;
}
.p-operatingRequirementsBoxTable th {
  padding-right: 1em;
  width: 154px;
  white-space: nowrap;
}
.p-operatingRequirementsBoxTable tr:first-child th,
.p-operatingRequirementsBoxTable tr:first-child td {
  padding-bottom: 11px;
}
.p-operatingRequirementsBoxTable td {
  border-left: 2px solid #000;
  padding-left: 1em;
}
.p-operatingRequirementsBoxTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
.p-operatingRequirementsBox__spBr {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-operatingRequirementsBox {
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .p-operatingRequirements {
    padding: 40px 0 50px;
  }
  .p-operatingRequirementsBox {
    margin-top: 35px;
    padding: 25px 20px;
  }
  .p-operatingRequirementsBoxTable,
  .p-operatingRequirementsBoxTxt {
    font-size: 13px;
  }
  .p-operatingRequirementsBoxTable th {
    width: 91px;
  }
}

/* ご提供価格 */
.p-price {
  padding: 74px 0 56px;
}
.p-priceBox {
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  padding: 56px 0 59px;
  margin: 37px auto 0;
}
.p-priceBoxObj {
  background: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #f39800;
  width: 840px;
  margin: 0 auto;
  padding: 10px 70px;
  border-radius: 5px;
  position: relative;
  text-align: left;
}
.p-priceBoxIcon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 18px auto auto;
}
.p-priceBoxTable {
  font-size: 13px;
  line-height: 1.7;
  border-spacing:0;
	empty-cells:show;
  border-collapse: separate;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-right: none;
  border-bottom: none;
  margin: 104px auto 0;
  box-sizing: border-box;
  max-width: 100%;
}
.p-priceBoxTable__pcNarrowBr {
  display: none;
}
.p-priceBoxTable tr {
  height: 30px;
}
.p-priceBoxTable th,
.p-priceBoxTable td {
  border-top: none;
  border-left: none;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  box-sizing: border-box;
  width: 280px;
  vertical-align: middle;
}
.p-priceBoxTable th {
  padding: 0 10px;
  background: #f39800;
  color: #fff;
  font-weight: 500;
}
.p-priceBoxTable td {
  background: #fff;
  text-align: right;
  position: relative;
  padding-right: 10px;
  font-weight: 400;
}
.p-priceBoxTablePlanCode {
  position: absolute;
  display: inline-block;
  left: 15px;
  margin: auto;
}
.p-priceBox__txt {
  text-align: left;
  max-width: 840px;
  box-sizing: content-box;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  margin: 55px auto 0 auto;
}
.p-pricesupplement {
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-priceBox {
    width: 100%;
    padding: 56px 30px 59px;
    margin: 37px auto 0;
  }
  .p-priceBoxObj {
    max-width: 608px;
    width: 100%;
  }
  .p-priceBoxTable tr {
    height: 30px;
    width: 100%;
  }
  .p-priceBoxTable th,
  .p-priceBoxTable td {
    width: 33%;
    width: calc(100% / 3);
  }
  .p-priceBoxTable th {
    padding: 5px 10px;
  }
  .p-priceBoxTable__pcNarrowBr {
    display: block;
  }
}
@media screen and (max-width: 690px) {
  .p-price {
    padding: 40px 0 50px;
  }
  .p-priceBox {
    width: 100%;
    padding: 30px 10px;
    margin-top: 37px;
  }
  .p-priceBoxObj {
    max-width: 552px;
    width: 100%;
    font-size: 14px;
  }
  .p-priceBoxIcon {
    margin: 16px auto auto;
    width: 45px;
  }
  .p-priceBoxTable {
    font-size: 12px;
    margin-top: 76px;
  }
  .p-priceBoxTable__pcNarrowBr {
    display: none;
  }
  .p-priceBoxTable tr {
    height: 30px;
  }
  .p-priceBoxTable th,
  .p-priceBoxTable td {
    width: auto;
  }
  .p-priceBoxTable th {
    margin: 5px 10px;
    background: #f39800;
    color: #fff;
    font-weight: 500;
  }
  .p-priceBoxTable td {
    background: #fff;
    text-align: right;
    position: relative;
    padding: 0 10px;
    font-weight: 400;
  }
  .p-priceBoxTable tr td:first-child {
    width: 45%;
    text-align: left;
    padding: 2.2em 10px 5px;
  }
  .p-priceBoxTable tr td:nth-last-child(2) {
    width: 28%;
  }
  .p-priceBoxTable tr td:last-child {
    width: auto;
  }
  .p-priceBoxTablePlanCode {
    left: 10px;
    top: 5px;
    margin: auto;
  }
  .p-priceBox__txt {
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    margin: 28px auto 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .p-priceBoxObj {
    font-size: 13px;
  }
}

/* About Us */
.p-aboutUs {
  padding: 64px 0 84px;
}
.p-aboutUsHeading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.p-aboutUsTxt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  margin: 45px auto 56px;
  text-align: left;
}
.p-aboutUsSubHeading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 21px;
  margin: 0 auto 25px;
}
/* 会社概要 */
.p-aboutUsOverview {
  margin: 0 auto 50px;
}
.p-aboutUsOverview__item {
  width: 50%;
}
.p-aboutUsOverview__item + .p-aboutUsOverview__item {
  margin-left: 10px;
}
.p-aboutUsOverviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.14;
}
.p-aboutUsOverviewList__term {
  width: 70px;
  text-align: left;
}
.p-aboutUsOverviewList__description {
  text-align: left;
  width: calc(100% - 70px);
}
.p-aboutUsOverviewDescriptionList {
  list-style-type: decimal;
  padding-left: 1em;
}
.p-aboutUsOverviewDescriptionList__item {
  padding-left: 1em;
}
.p-aboutUsOverviewListLinkAnc {
  color: #2c54c6 !important;
  display: inline-block;
  text-decoration: underline !important;
  line-height: 1;
  vertical-align: text-top;
}
.p-aboutUsOverviewListLinkAnc:hover {
  text-decoration: none !important;
}
.p-aboutUsOverviewListLinkAnc::after {
  content: url(../images/icon_link.png);
  padding-left: 5px;
}
/* 実績 */
.p-aboutUsPerformanceLinks {
  max-width: 1122px;
  margin: 0 auto;
}
.p-aboutUsPerformanceLinks__item {
  margin-right: 36px;
}
.p-aboutUsPerformanceLinks__item:nth-child(3n) {
  margin-right: 0;
}
.p-aboutUsPerformanceLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 350px;
  height: 100px;
}
.p-aboutUsPerformanceLinkAnc__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 0.5;
  font-weight: 600;
  background: #eee;
  height: 100px;
  width: 86%;
  border-radius: 10px 0px 0px 10px;
  box-sizing: border-box;
  padding: 15px 0 15px 20px;
  width: 100%;
}
.p-aboutUsPerformanceLinkAncSubTxt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  width: 100%;
}
.p-aboutUsPerformanceLinkAnc__iconArea {
  background: #313131;
  height: 100px;
  width: 14%;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;

  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.p-aboutUsPerformanceLinkAnc__iconArea::before,
.p-aboutUsPerformanceLinkAnc__iconArea::after  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-aboutUsPerformanceLinkAnc__iconArea::before {
  width: 20px;
  height: 2px;
  background: #fff;
}
.p-aboutUsPerformanceLinkAnc__iconArea::after {
  left: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1142px) {
  /* 実績 */
  .p-aboutUsPerformanceLinks {
    max-width: 736px;
  }
  .p-aboutUsPerformanceLinks__item {
    margin-bottom: 36px;
  }
  .p-aboutUsPerformanceLinks__item:nth-child(3n) {
    margin-right: 36px;
  }
  .p-aboutUsPerformanceLinks__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-aboutUsPerformanceLinks__item:nth-last-child(2),
  .p-aboutUsPerformanceLinks__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 756px) {
  /* 実績 */
  .p-aboutUsPerformanceLinks {
    max-width: 350px;
  }
  .p-aboutUsPerformanceLinks__item {
    margin-right: 0;
  }
  .p-aboutUsPerformanceLinks__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-aboutUsPerformanceLinks__item:nth-last-child(2) {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 690px) {
  .p-aboutUs {
    padding: 40px 0 60px;
  }
  .p-aboutUsHeading {
    font-size: 16px;
  }
  .p-aboutUsTxt {
    font-size: 13px;
    margin: 35px auto 40px;
  }
  .p-aboutUsSubHeading {
    font-size: 16px;
    padding-bottom: 15px;
    margin: 0 auto 20px;
  }
  /* 会社概要 */
  .p-aboutUsOverview {
    margin: 0 auto 50px;
    width: 100%;
  }
  .p-aboutUsOverview__item {
    width: 100%;
  }
  .p-aboutUsOverview__item + .p-aboutUsOverview__item {
    margin-left: 0px;
    /* margin-top: 2px; */
  }
  .p-aboutUsOverviewList__term {
    width: 23%;
  }
  .p-aboutUsOverviewList__description {
    width: 77%;
  }
  .p-aboutUsOverviewDescriptionList {
    list-style-type: decimal;
    padding-left: 1em;
  }
  .p-aboutUsOverviewDescriptionList__item {
    padding-left: .5em;
  }
  /* 実績 */
  .p-aboutUsPerformanceLinks {
    max-width: 300px;
  }
  .p-aboutUsPerformanceLinks__item {
    margin-bottom: 25px;
  }
  .p-aboutUsPerformanceLinks__item:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .p-aboutUsPerformanceLinkAnc {
    width: 300px;
    height: 80px;
  }
  .p-aboutUsPerformanceLinkAnc__txtArea {
    font-size: 14px;
    line-height: 0.4;
    height: 80px;
    width: 86%;
    padding: 15px 0 15px 20px;
  }
  .p-aboutUsPerformanceLinkAncSubTxt {
    font-size: 11px;
  }
  .p-aboutUsPerformanceLinkAnc__iconArea {
    background: #313131;
    height: 80px;
    width: 14%;
    border-radius: 0px 10px 10px 0px;
    box-sizing: border-box;
  
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .p-aboutUsPerformanceLinkAnc__iconArea::before,
  .p-aboutUsPerformanceLinkAnc__iconArea::after  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .p-aboutUsPerformanceLinkAnc__iconArea::before {
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .p-aboutUsPerformanceLinkAnc__iconArea::after {
    left: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* form関連 */
.l-inner2 {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 10px;
}

.p-formPage .c-cv {
  height: auto;
}
.p-formPage .p-price {
  padding-top: 45px;
}
.p-form {
  padding-bottom: 90px;
}
.p-formInner {
  padding: 34px 62px 62px 62px;
  background: #eeeeee;
}
.p-formTxt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-formSupTxt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 26px;
}
.p-formTable {
  border-top: #d2d2d2 1px solid;
  border-left: #d2d2d2 1px solid;
  background: #FFF;
  box-sizing: border-box;
  width: 100%;
}
.p-formTable th ,
.p-formTable td {
  border-right: #d2d2d2 1px solid;
  border-bottom: #d2d2d2 1px solid;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}
.p-formTable th {
  width: 229px;
  padding: 12px 18px 12px 17px;
}
.p-formTable th span {
  display: block;
}
.p-formTable th span.is-must {
  padding-right: 34px;
  position: relative;
}
.p-formTable th span.is-must:before {
  content: 'MUST';
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 34px;
  height: 16px;
  color: #FFF;
  background: #eb6877;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.p-formTable td {
  padding: 12px;
}
.p-formTable td input[type=text] ,
.p-formTable td input[type=email] {
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
}
.p-formTable td textarea {
  height: 170px;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 10px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 1.5;
}
.p-formTable__radio {
  font-size: 15px;
  line-height: 1.4;
}
.p-formTable__radioItem {
}
.p-formTable__radioItem + .p-formTable__radioItem {
  margin-top: 10px;
}
.p-formTable__radioItem:first-child {
  margin-top: 8px;
}
.p-formTable__radioItem:last-child {
  margin-bottom: 8px;
}
.p-formTable__radio label {
  cursor: pointer;
}
.p-formTable__radio label input[type=radio] {
  display: none;
}
.p-formTable__radio label span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 23px;
}
.p-formTable__radio label span:before ,
.p-formTable__radio label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-formTable__radio label span:before {
  width: 13px;
  height: 13px;
  border: #e3e3e3 1px solid;
  background: rgb(245,245,245);
  background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 100%);
  background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
  background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
  top: 4px;
}
.p-formTable__radio label span:after {
  width: 7px;
  height: 7px;
  left: 3px;
  top: 7px;
  background: #818181;
  opacity: 0;
}
.p-formTable__radio label input[type=radio]:checked + span:after {
  opacity: 1;
}

.p-formPrivacy {
  max-width: 850px;
  margin: 55px auto 0 auto;
}
.p-formPrivacyFrame {
  box-sizing: border-box;
  background: #FFF;
  height: 250px;
  overflow-y: scroll;
  border: #d2d2d2 1px solid;
}
.p-formPrivacyInner {
  padding: 25px;
  text-align: left;
}
.p-formPrivacy__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}
.p-formPrivacy__txt {
  font-size: 12px;
  line-height: 2;
  word-break: break-all;
}
.p-formPrivacy__txt + .p-formPrivacy__txt {
  margin-top: 20px;
}

.p-formSubmit {
  margin-top: 47px;
}
.p-formSubmit input {
  background: #000;
  width: 300px;
  height: 50px;
  color: #FFF;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (max-width: 690px) {
  .l-inner2 {
    padding: 0 10px;
  }

  .p-formPage .c-cv {
  }
  .p-formPage .p-price {
    padding-top: 40px;
  }
  .p-form {
    padding-bottom: 50px;
  }
  .p-formInner {
    padding: 27px 15px 62px 15px;
  }
  .p-formTxt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .p-formSupTxt {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 26px;
  }
  .p-formTable ,
  .p-formTable tbody ,
  .p-formTable tr ,
  .p-formTable th ,
  .p-formTable td {
    display: block;
    box-sizing: border-box;
  }
  .p-formTable {
    border-top: #d2d2d2 1px solid;
    border-left: #d2d2d2 1px solid;
    width: 100%;
  }
  .p-formTable th ,
  .p-formTable td {
    border-right: #d2d2d2 1px solid;
    border-bottom: #d2d2d2 1px solid;
    font-size: 15px;
    line-height: 1.4;
  }
  .p-formTable th {
    width: 100%;
    padding: 12px 18px 12px 17px;
    border-bottom: none;
  }
  .p-formTable th span {
    display: inline-block;
  }
  .p-formTable th span.is-must {
    padding-right: 44px;
    position: relative;
  }
  .p-formTable th span.is-must:before {
    content: 'MUST';
    width: 34px;
    height: 16px;
    font-size: 9px;
    line-height: 1;
  }
  .p-formTable td {
    padding: 0 12px 12px 12px;
    width: 100%;
  }
  .p-formTable td input[type=text] ,
  .p-formTable td input[type=email] {
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
  }
  .p-formTable td textarea {
    height: 170px;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-formTable__radio {
    font-size: 15px;
    line-height: 1.4;
  }
  .p-formTable__radioItem {
  }
  .p-formTable__radioItem + .p-formTable__radioItem {
    margin-top: 10px;
  }
  .p-formTable__radioItem:first-child {
    margin-top: 3px;
  }
  .p-formTable__radioItem:last-child {
    margin-bottom: 3px;
  }
  .p-formTable__radio label {
  }
  .p-formTable__radio label span {
    padding: 0 0 0 23px;
  }
  .p-formTable__radio label span:before {
    width: 13px;
    height: 13px;
    top: 4px;
  }
  .p-formTable__radio label span:after {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 7px;
  }

  .p-formPrivacy {
    margin: 30px auto 0 auto;
  }
  .p-formPrivacyFrame {
    height: 250px;
  }
  .p-formPrivacyInner {
    padding: 15px;
  }
  .p-formPrivacy__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .p-formPrivacy__txt {
    font-size: 12px;
    line-height: 2;
  }
  .p-formPrivacy__txt + .p-formPrivacy__txt {
    margin-top: 20px;
  }

  .p-formSubmit {
    margin-top: 35px;
  }
  .p-formSubmit input {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.p-formThanks ,
.p-formConf {
  padding-top: 45px;
}
.p-formThanks .l-inner2 ,
.p-formConf .l-inner2 {
  margin-top: 37px;
}
.p-formThanks .p-formInner {
  padding-top: 60px;
}
.p-formThanksTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  
  
}

.p-contactAgree {
  margin: 40px 0 0 0;
}
.p-contactAgreeInner {
  text-align: center;
}
.p-contactAgreeBtn {
  
}
label.p-contactAgreeBtn {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  font-size: 15px;
}
label.p-contactAgreeBtn input {
  display: none;
}
label.p-contactAgreeBtn span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
}
label.p-contactAgreeBtn span:before ,
label.p-contactAgreeBtn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
label.p-contactAgreeBtn span:before {
  width: 16px;
  height: 16px;
  border: #bfbfbf 1px solid;
  border-radius: 3px;
  top: 3px;
  background: #FFF;
}
label.p-contactAgreeBtn span:after {
  width: 5px;
  height: 8px;
  border-right: #999999 3px solid;
  border-bottom: #999999 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
  opacity: 0;
}
label.p-contactAgreeBtn input[type=checkbox]:checked + span:after {
  opacity: 1;
}



.p-mainVis {
  background: #fee49b;
  padding: 0 20px;
}
.p-mainVisInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
/*
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
*/
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: calc(100vh - 150px);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-mainVisFrame {
  max-width: 890px;
/*
  max-width: 865px;
*/
  width: 75%;
  z-index: 10;
}
.p-mainVisLogo {
  text-align: left;
}
.p-mainVis__copy {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #ac7702;
  margin-top: 23px;
}
.p-mainVis__award{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.p-mainVis__img_medal{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 27px;
  animation-name:rotation-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.p-mainVis__microsoft {
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: crimson;
  text-decoration: underline solid crimson 2px;
}
.p-mainVisLink {
  max-width: 788px;
  width: 100%;
  margin: 20px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-mainVisLink__item {
  width: 36.22%;
}
.p-mainVisLinkBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.p-mainVisLinkBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: -moz-linear-gradient(top, rgba(165,200,250,0) 0%, rgba(165,200,250,1) 100%);
  background: -webkit-linear-gradient(top, rgba(165,200,250,0) 0%,rgba(165,200,250,1) 100%);
  background: linear-gradient(to bottom, rgba(165,200,250,0) 0%,rgba(165,200,250,1) 100%);
  z-index: 1;
}
.p-mainVisLinkBtn:after {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 2;
}
.p-mainVisLinkBtnInner {
  width: 100%;
  padding: 26px 0 44px;
  box-sizing: border-box;
}
.p-mainVisLinkBtn__txt1 ,
.p-mainVisLinkBtn__txt2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  color: #1162d6;
}
.p-mainVisLinkBtn__txt1 {
  font-size: 24px;
  line-height: 1;
}
.p-mainVisLinkBtn__txt2 {
  font-size: 36px;
  line-height: 1;
  margin-top: 1px;
}
.p-mainVisLinkBtn__txt3 {
  font-size: 14px;
  line-height: 1;
  background: #000;
  color: #FFF;
  font-weight: bold;
  max-width: 140px;
  margin: 13px auto 0;
  padding: 11px 0 11px;
}
.p-mainVisLink__item.transfer > img:first-child {
  margin-top: 21px;
}
.p-mainVisLink__item.transfer > .vertical {
  display:none
}
.p-mainVisLink__item.transfer > div > .p-mainVisLinkBtn__txt1 {
  color: crimson;
}
.p-mainVisLink__item.transfer > div > a > .p-mainVisLinkBtn__txt3 {
  margin: 5px auto 0;
  width: 140px;
}
.p-mainVisLink__item.is-green .p-mainVisLinkBtn:before {
  background: -moz-linear-gradient(top, rgba(180,251,212,0) 0%, rgba(180,251,212,1) 100%);
  background: -webkit-linear-gradient(top, rgba(180,251,212,0) 0%,rgba(180,251,212,1) 100%);
  background: linear-gradient(to bottom, rgba(180,251,212,0) 0%,rgba(180,251,212,1) 100%);
}
.p-mainVisLink__item.is-green .p-mainVisLinkBtn__txt1 ,
.p-mainVisLink__item.is-green .p-mainVisLinkBtn__txt2 {
  color: #009944;
}
.p-mainVis__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -46%);
  transform: translate(0, -46%);
  right: 0;
  margin: auto;
  z-index: -1;
  width: 34%;
  max-width: 397px;
}

@keyframes rotation-animation {
  0% {
      transform: rotateY(0);
  }
  10% {
      transform: rotateY(10deg);
  }
  90% {
      transform: rotateY(350deg);
  }
  100% {
      transform: rotateY(360deg);
  }
  
}

@media screen and (max-width: 690px) {
  .p-mainVis {
    padding: 0 20px;
  }
  .p-mainVisInner {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  /*
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  */
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: calc(100vh - 96px);
  }
  .p-mainVisFrame {
    max-width: 890px;
  /*
    max-width: 865px;
  */
    width: 100%;
    z-index: 10;
  }
  .p-mainVisLogo {
    text-align: center;
  }
  .p-mainVis__copy {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 25px;
  }
  .p-mainVisLink {
    max-width: 788px;
    width: 100%;
    margin: 25px auto 0;
    display : block;
  }
  .p-mainVis__microsoft {
    font-size: 14px;
  }
  .p-mainVisLink__item {
    width: 100%;
  }
  .p-mainVisLink__item + .p-mainVisLink__item {
    margin-top: 15px;
  }
  .p-mainVisLinkBtn {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #FFF;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .p-mainVisLinkBtn:before {
    height: 26px;
  }
  .p-mainVisLinkBtn:after {
    bottom: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  .p-mainVisLinkBtnInner {
    width: 100%;
    padding: 16px 0 30px;
  }
  .p-mainVisLinkBtn__txt1 {
    font-size: 20px;
    line-height: 1;
  }
  .p-mainVisLinkBtn__txt2 {
    font-size: 26px;
    line-height: 1;
    margin-top: 1px;
  }
  .p-mainVisLinkBtn__txt3 {
    font-size: 12px;
    line-height: 1;
    max-width: 140px;
    margin: 13px auto 0;
    padding: 7px 0 7px;
  }
  .p-mainVisLink__item.transfer {
    display:flex;
    justify-content:center;
  }
  .p-mainVisLink__item.transfer > .rotation {
    display: none;
  }
  .p-mainVisLink__item.transfer > .vertical {
    display: block;
  }
  .transfer__sub {
    margin: 0 10px;
  }
  .p-mainVis__img {
    position: static;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
    margin: auto;
    z-index: -1;
    width: 34%;
    max-width: 397px;
    display: none;
  }
}
.p-mainVisLower {
  background: #FFF;
  position: relative;
  padding: 0 20px;
}
.p-mainVisLower:before {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-bottom: 25px solid #FFF;
}
.p-mainVisLower__txt {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 130px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 690px) {
  .p-mainVisLower {
    padding: 0 20px;
  }
  .p-mainVisLower:before {
    top: -38px;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    border-bottom: 25px solid #FFF;
  }
  .p-mainVisLower__txt {
    height: 100px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
}


.p-documentLink {
  max-width: 788px;
  width: 100%;
  margin: 45px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-documentLink__item {
  width: 48.22%;
}
.p-documentLinkBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.p-documentLinkBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: -moz-linear-gradient(top, rgba(165,200,250,0) 0%, rgba(165,200,250,1) 100%);
  background: -webkit-linear-gradient(top, rgba(165,200,250,0) 0%,rgba(165,200,250,1) 100%);
  background: linear-gradient(to bottom, rgba(165,200,250,0) 0%,rgba(165,200,250,1) 100%);
  z-index: 1;
}
.p-documentLinkBtnInner {
  width: 100%;
  padding: 26px 0 29px;
  box-sizing: border-box;
}
.p-documentLinkBtn__txt1 ,
.p-documentLinkBtn__txt2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  color: #1162d6;
}
.p-documentLinkBtn__txt1 {
  font-size: 24px;
  line-height: 1;
}
.p-documentLinkBtn__txt2 {
  font-size: 36px;
  line-height: 1;
  margin-top: 1px;
}
.p-documentLinkBtn__txt3 {
  font-size: 14px;
  line-height: 1;
  background: #000;
  color: #FFF;
  font-weight: bold;
  max-width: 140px;
  margin: 13px auto 0;
  padding: 11px 0 11px;
}
.p-documentLink__item.is-green .p-documentLinkBtn:before {
  background: -moz-linear-gradient(top, rgba(180,251,212,0) 0%, rgba(180,251,212,1) 100%);
  background: -webkit-linear-gradient(top, rgba(180,251,212,0) 0%,rgba(180,251,212,1) 100%);
  background: linear-gradient(to bottom, rgba(180,251,212,0) 0%,rgba(180,251,212,1) 100%);
}
.p-documentLink__item.is-green .p-documentLinkBtn__txt1 ,
.p-documentLink__item.is-green .p-documentLinkBtn__txt2 {
  color: #009944;
}

@media screen and (max-width: 690px) {
  .p-documentLink {
    margin: 25px auto 0;
    display : block;
  }
  .p-documentLink__item {
    width: 100%;
  }
  .p-documentLink__item + .p-documentLink__item {
    margin-top: 15px;
  }
  .p-documentLinkBtn {
    border-radius: 5px;
  }
  .p-documentLinkBtn:before {
    height: 26px;
  }
  .p-documentLinkBtnInner {
    padding: 20px 0 26px;
  }
  .p-documentLinkBtn__txt1 ,
  .p-documentLinkBtn__txt2 {
  }
  .p-documentLinkBtn__txt1 {
    font-size: 20px;
    line-height: 1;
  }
  .p-documentLinkBtn__txt2 {
    font-size: 28px;
    line-height: 1;
    margin-top: 1px;
  }
  .p-documentLinkBtn__txt3 {
    font-size: 12px;
    line-height: 1;
    max-width: 140px;
    margin: 13px auto 0;
    padding: 7px 0 7px;
  }
  .p-documentLink__item.is-green .p-documentLinkBtn:before {
  }
  .p-documentLink__item.is-green .p-documentLinkBtn__txt1 ,
  .p-documentLink__item.is-green .p-documentLinkBtn__txt2 {
  }
}


.p-formTable__radio2 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
}
.p-formTable__radio2Item {
  margin-right: 33px;
}
.p-formTable__radio2Item label {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  font-size: 15px;
}
.p-formTable__radio2Item label input {
  display: none;
}
.p-formTable__radio2Item label span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-align: left;
  cursor: pointer;
}
.p-formTable__radio2Item label span:before ,
.p-formTable__radio2Item label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-formTable__radio2Item label span:before {
  width: 14px;
  height: 14px;
  border: #252525 1px solid;
  border-radius: 3px;
  top: 3px;
  background: #FFF;
}
.p-formTable__radio2Item label span:after {
  width: 5px;
  height: 8px;
  border-right: #252525 2px solid;
  border-bottom: #252525 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  left: 4px;
  opacity: 0;
}
.p-formTable__radio2Item label input:checked + span:after {
  opacity: 1;
}



/*Utility*/
.u-mb-l { margin: 0 auto 150px;}
.u-mb-m { margin: 0 auto 100px;}
.u-mb-s { margin: 0 auto 50px;}
@media screen and (max-width: 690px) {
  .u-mb-l { margin: 0 auto 80px;}
  .u-mb-m { margin: 0 auto 50px;}
  .u-mb-s { margin: 0 auto 30px;}
}
.u-blockC { margin-left: auto; margin-right: auto;}
.u-w-10 { width: 10%;}
.u-w-20 { width: 20%;}
.u-w-30 { width: 30%;}
.u-w-40 { width: 40%;}
.u-w-50 { width: 50%;}
.u-w-60 { width: 60%;}
.u-w-70 { width: 70%;}
.u-w-80 { width: 80%;}
.u-w-90 { width: 90%;}
.u-w-100 { width: 100%;}
@media screen and (max-width: 690px) {
  .u-w-sp10 { width: 10%;}
  .u-w-sp20 { width: 20%;}
  .u-w-sp30 { width: 30%;}
  .u-w-sp40 { width: 40%;}
  .u-w-sp50 { width: 50%;}
  .u-w-sp60 { width: 60%;}
  .u-w-sp70 { width: 70%;}
  .u-w-sp80 { width: 80%;}
  .u-w-sp90 { width: 90%;}
  .u-w-sp100 { width: 100%;}
}
.u-ta-c { text-align: center !important;}
.u-ta-l { text-align: left !important;}
.u-ta-r { text-align: right !important;}
.u-fw-b { font-weight: bold !important;}
.u-fw-n { font-weight: normal !important;}

.u-fNotoSuns {
  font-family: noto-sans-cjk-jp, sans-serif;
}
.u-fAcumin {
  font-family: acumin-pro-extra-condensed, sans-serif;
}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 690px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 691px) {.u-spOnly { display: none !important;}}

.c-ribbon__new {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #F39800;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.c-ribbon__new:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #F39800;
  border-radius: 5px 0 0 5px;
}
.c-ribbon__new:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #a66801;
  border-radius: 5px 0 0 5px;
}
.p-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 51px auto 60px;
  max-width: 1112px;
}
@media screen and (max-width: 690px) {
  .p-cardList {
    display: block;
    margin: 51px auto 0;
  }
}
.p-cardList > li {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  width: calc( 100% / 3 - 16.7px);
  background-color: #fff;
}
@media screen and (max-width: 690px) {
  .p-cardList > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-cardList > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 690px) {
  .p-cardList > li + li {
    margin-left: 0px;
  }
}
.p-cardList img {
  width: 100%;
  height: auto;
  max-height: 232px;
}
.p-cardList__body {
  padding: 25px 20px 15px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.p-cardList__movie {
  font-weight: bold;
  font-size: 18px;
  width: 570px;
}
@media screen and (max-width: 690px) {
  .p-cardList__movie {
    margin-top: 20px;
    width: auto;
  }
}
.p-cardList__title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.p-cardList__txt {
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
}
.p-tagList {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 10px;
}
.p-tagList > li {
  display: inline-block;
  border-radius: 2px;
  margin: 0 4px 4px 0;
  border: solid 1px #F39800;
  background-color: #F39800;
  padding: 2px 6px;
  font-size: 10px;
}
