@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;}
@media screen and (max-width: 1200px) {
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
  box-sizing: border-box;
}
p {
  font-family: "Noto Sans JP", serif;
}

body {
  color: #202020;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

/* header */
.p-headerTitle {
  align-items: center;
  justify-content: left;
  display: flex;
  padding: 21px;
}

.p-headerTitle__img {
  margin-left: 45px;
}

.p-headerTitle__txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .p-headerTitle {
    padding: 10px;
  }
  
  .p-headerTitle__img {
    margin-left: 22px;
  }

  .p-headerTitle__img img{
    width: 30px;
  }
  
  .p-headerTitle__txt {
    font-size: 20px;
  }
}

/* メインビジュアル */
.p-mainVisual {

}

.p-mainVisualTopBlock {
padding: 97px 6vw 45px ;
background-image: url(../img/mainVisual_02.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.p-mainVisualTopBlock__title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 10px #c0c0c0;
  text-align: left;
}

.p-mainVisualTopBlock__title span {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.p-mainVisualTopBlock__titleRevolution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.p-mainVisualUnderBlock {
  background-image: url(../img/mainVisual_01.jpg);
  padding: 110px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-mainVisualUnderBlockWrap {
  background-color: #fff;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px;
}

.p-mainVisualUnderBlock_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  color: #76a11b;
}

.p-mainVisualUnderBlock_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #303030;
  margin-top: 65px;
}

.p-mainVisualTopBlock__titleRevolutionTxt {
  width: 170px;
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  text-shadow: 0 0 0px #c0c0c0;
}

.p-mainVisualTopBlock__titleRevolutionTxt + .p-mainVisualTopBlock__titleRevolutionTxt {
  margin-left: 10px;
}

.p-mainVisualTopBlock__titleRevolutionTxt p {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.3;
  color: #8dc11f;
  text-align: center;
}

.p-mainVisualTopBlock__underBlock {
  text-align: left;
  margin-top: 58px;
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
}

.p-mainVisualTopBlock__underBlockManagement {
  width: 53%;
}

.p-mainVisualTopBlock__underBlockManagementBubble {
  box-sizing: border-box;
  border-radius: 50px;
  width: 167px;
  display: flex;
  align-items: center;
  width: 100%;
}

.p-mainVisualTopBlock__underBlockManagementBubble p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative;
  padding: 28px 25px;
  box-sizing: border-box;
  background-color: #c40c28;
  color: #ffffff;
  border-radius: 50px;
}

.p-mainVisualTopBlock__underBlockManagementBubble p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  left: 91px;
  top: 79px;
  border-left: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 9px solid  #c40c28;
  border-bottom: 9px solid transparent;
}

.p-mainVisualTopBlock__underBlockManagementBubble p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(320deg);
  left: 96px;
  top: 79px;
  border-left: 9px solid  #cde49d;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.p-mainVisualTopBlock__underBlockManagementTxtArea {
  align-items: center;
  justify-content: left;
  display: flex;
}

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

.p-mainVisualTopBlock__underBlockManagementTxtAreaMonthly p{
  writing-mode: vertical-rl;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1;
}

.p-mainVisualTopBlock__underBlockManagementTxtAreaprice {
 margin-top: 25px;
}

.p-mainVisualTopBlock__underBlockManagementTxtAreaprice p{
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2;
  font-family: "M PLUS 2", sans-serif;
}

.p-mainVisualTopBlock__underBlockManagementTxtAreaprice p > span{
  font-size: clamp(45px, 7vw, 90px);
  font-weight: 700;
  line-height: 0;
  letter-spacing: 2;
  color: #c40d24;
  margin: 5px 10px 0 0;
}
.p-mainVisualTopBlock__underBlockManagementTxtAreaprice p > span > span{
  font-size: 50%;
}

.p-mainVisualTopBlock__underBlockManagementTxtUnderArea {

}

.p-mainVisualTopBlock__underBlockManagementTxtUnderArea p{
  font-size: clamp(25px, 2.4vw, 50px);
  font-weight: 600;
  line-height: 1;
}

.p-mainVisualTopBlock__underBlockManagementTxtUnderArea span{
  font-size: clamp(30px, 3.5vw, 60px);
  font-weight: 700;
  line-height: 1.6;
}

.p-mainVisualTopBlock__underBlockContactBalloon {
  background-image: url(../img/mainVisual_03.png);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  padding: 51px;
  max-width: 576px;
}

.p-mainVisualTopBlock__underBlockContactBalloon p{
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}

.p-mainVisualTopBlock__underBlockContactBalloonRedTxt {
  font-size: clamp(30px, 2.2vw, 60px);
  font-weight: 600;
  line-height: 1.2;
  font-family: "M PLUS 2", sans-serif;
  color: #c40c28;
}

.p-mainVisualTopBlock__underBlockContactBalloonSmallTxt {
  font-size: clamp(16px, 1.8vw, 36px);
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-mainVisualTopBlock {
    padding: 48px 4vw 240px ;
    background-image: url(../img/mainVisual_02_sp_01.jpg);
    }
    
    .p-mainVisualTopBlock__title {
      font-size: 60px;
      text-align: center;
    }
    
    .p-mainVisualTopBlock__title span {
      font-size: 45px;
    }
    
    .p-mainVisualTopBlock__titleRevolution {
      margin-top: 19px;
      justify-content: center;
    }
    
    .p-mainVisualUnderBlock {
      padding: 40px 20px;
    }
    
    .p-mainVisualUnderBlockWrap {
      padding: 30px 10px;
    }
    
    .p-mainVisualUnderBlock_title {
      font-size: 17px;
    }
    
    .p-mainVisualUnderBlock_txt {
      font-size: 14px;
      margin-top: 10px;
    }
    
    .p-mainVisualTopBlock__titleRevolutionTxt {
      width: 85px;
      height: 85px;
    }
    
    .p-mainVisualTopBlock__titleRevolutionTxt + .p-mainVisualTopBlock__titleRevolutionTxt {
      margin-left: 10px;
    }
    
    .p-mainVisualTopBlock__titleRevolutionTxt p {
      font-size: 60px;
      font-weight: 700;
      line-height: 1.3;
      color: #8dc11f;
      text-align: center;
    }

    .p-mainVisualTopBlock__underBlock {
      margin-top: 29px;
    }

    .p-mainVisualTopBlock__underBlockManagement {
     width: 60%;
    }
    
    .p-mainVisualTopBlock__underBlockManagementBubble {
      display: flex;
      justify-content: left;
      align-items: center;
      width: 100%;
    }
    
    .p-mainVisualTopBlock__underBlockManagementBubble p {
      font-size: 16px;
      padding: 14px 12px;
    }
    
    .p-mainVisualTopBlock__underBlockManagementBubble p::before {
      left: 45px;
      top: 35px;
      border-left: 9px solid transparent;
      border-top: 9px solid transparent;
      border-right: 9px solid  #c40c28;
      border-bottom: 9px solid transparent;
    }
    
    .p-mainVisualTopBlock__underBlockManagementBubble p::after {
      left: 49px;
      top: 35px;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtArea {
      align-items: center;
      justify-content: left;
      display: flex;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtArea{
      margin-top: 10px;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtAreaMonthly p{
      writing-mode: vertical-rl;
      font-size: clamp(20px, 3vw, 40px);
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 1;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtAreaprice {
     margin-top: 25px;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtAreaprice p{
      font-size: clamp(20px, 2vw, 40px);
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 2;
      font-family: "M PLUS 2", sans-serif;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtAreaprice p > span{
      font-size: clamp(45px, 7vw, 90px);
      font-weight: 700;
      line-height: 0;
      letter-spacing: 2;
      color: #c40d24;
      margin: 5px 10px 0 0;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtUnderArea p{
      font-size: clamp(20px, 2vw, 50px);
      font-weight: 600;
      line-height: 1;
    }
    
    .p-mainVisualTopBlock__underBlockManagementTxtUnderArea span{
      font-size: clamp(27px, 3vw, 60px);
      font-weight: 700;
      line-height: 1.6;
    }
    
    .p-mainVisualTopBlock__underBlockContactBalloon {
      padding: 25px;
      max-width: 288px;
      margin: 20px auto 0;
    }
    
    .p-mainVisualTopBlock__underBlockContactBalloon p{
      /* font-size: clamp(20px, 2vw, 40px); */
    }
    
    .p-mainVisualTopBlock__underBlockContactBalloonRedTxt {
      /* font-size: clamp(30px, 2.2vw, 60px); */
    }
    
    .p-mainVisualTopBlock__underBlockContactBalloonSmallTxt {
      /* font-size: clamp(16px, 1.8vw, 36px); */
    }
}

@media screen and (max-width: 600px) {
  .p-mainVisualTopBlock {
    padding: 48px 4vw 180px ;
    background-image: url(../img/mainVisual_02_sp_02.jpg);
    }

  .p-mainVisualTopBlock__underBlock {
    margin-top: 29px;
    display: block;
  }

  .p-mainVisualTopBlock__underBlockManagementBubble {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .p-mainVisualTopBlock__underBlockManagement {
    width: 100%;
  }

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

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


/* 評価の学校 */
.p-program {
  padding: 120px 0;
  box-sizing: border-box;
}

.p-programTitle h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 6px;
  font-family: "M PLUS 2", sans-serif;
}

.p-programTitle span {
  color: #c40c28;
}

.p-programTxt {
  margin-top: 70px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.p-programBooksItem {
  margin-top: 50px;
}

.p-programBooksItem__txt {
  padding: 47px 120px;
  box-sizing: border-box;
  background-color: #8dc11f;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  border-radius: 50px 50px 0 0;
}

.p-programBooksItem__img {
  padding: 40px 27px;
  box-sizing: border-box;
  background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-program {
    padding: 50px 0;
  }
  
  .p-programTitle h2 {
    font-size: 17px;
    letter-spacing: 3px;
  }
  
  .p-programTxt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  
  .p-programBooksItem {
    margin-top: 30px;
  }
  
  .p-programBooksItem__txt {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
  }
  
  .p-programBooksItem__img {
    padding: 20px 15px;
    box-sizing: border-box;
  }
}

/* 人事の学校の特徴 */
.p-features {
  background-image: url(../img/background_01.png);
  padding: 120px 0;
}
.p-p-commonHead {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 4px;
}

.p-featuresTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 82px;
}

.p-featuresTitle__number p {
  background-color: #8dc11f;
  width: 89px;
  height: 91px;
  font-size: 60px;
  font-weight: 600;
  font-family: "M PLUS 2", sans-serif;
  line-height: 1.4;
  color: #fff;
  border-radius: 10px;
}

.p-featuresTitle__txt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: left;
  margin: 0 0 0 30px;
  width: calc(100% - 119px);
}

.p-featuresTitle__txt span {
  color: #c40c28;
}

.p-featuresTxtBlock {
margin-top: 65px;
}

.p-featuresTxtBlockItem {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  text-align: left;
}

.p-featuresTxtBlockItem li {
  list-style: disc;
  margin-left: 20px;
}

.p-featuresImgBlock {
  margin-top: 86px;
}

.p-featuresTxtBlock {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
}

.p-featuresPoint {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
}

.p-featuresPoint__left p {
  font-size: 36px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 5px;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  background-color: #c40c28;
  padding: 0px 26px;
  box-sizing: border-box;
}

.p-featuresPoint__right p {
  font-size: 36px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 5px;
  font-family: "M PLUS 2", sans-serif;
  color: #c40c28;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p-features {
    background-image: url(../img/background_01.png);
    padding: 50px 0;
  }
  .p-p-commonHead {
    font-size: 25px;
  }
  
  .p-featuresTitle {
    margin-top: 30px;
  }
  
  .p-featuresTitle__number p {
    width: 39px;
    height: 41px;
    font-size: 27px;
  }
  
  .p-featuresTitle__txt {
    font-size: 16px;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 0 0 15px;
  }
  
  .p-featuresTxtBlock {
  margin-top: 25px;
  }
  
  .p-featuresTxtBlockItem {
    font-size: 14px;
  }
  
  .p-featuresImgBlock {
    margin-top: 20px;
  }
  
  .p-featuresTxtBlock {
    font-size: 14px;
  }
  
  .p-featuresPoint {
    margin-top: 32px;
  }
  
  .p-featuresPoint__left p {
    font-size: 20px;
  }
  
  .p-featuresPoint__right p {
    font-size: 20px;
  }
}

/* カリキュラム */
.p-featuresCurriculum {
  background-image: url(../img/background_curriculum.jpg);
  border: 1px solid #525252;
  margin-top: 30px;
}

.p-featuresCurriculumBlock {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: flex-start;
  margin: auto;
  padding: 0 30px 40px;
  box-sizing: border-box;
  margin-top: 40px;
}

.p-featuresCurriculumTitleWrap {
  position: relative;
}

.p-featuresCurriculumTitle p{
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}

.p-featuresCurriculumTitlebackground {
  background-color: #bbda79;
  height: 90px;
  mix-blend-mode: multiply;
}

.p-featuresCurriculum__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}

.p-featuresCurriculumItemTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 32px;
  text-align: left;
}

.p-featuresCurriculumItem {
padding: 0px 10px 39px 0px;
}

.p-featuresCurriculumItem__list {
margin-top: 40px;
}

.p-featuresCurriculumItem__list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.p-featuresCurriculumItem + .p-featuresCurriculumItem {
border-top: solid 1px #b4b4b4;
}

.p-featuresCurriculumItem.p-featuresCurriculumItem--bottomBorder {
  border-bottom: solid 1px #b4b4b4;
}

.p-featuresCurriculum__leftArea {
  width: 50%;
}

.p-featuresCurriculum__rightArea {
width: 50%;
}

.p-featuresCurriculum__leftArea + .p-featuresCurriculum__rightArea {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-featuresCurriculum {
    margin-top: 40px;
  }
  
  .p-featuresCurriculumBlock {
    display: block;
    padding: 0 20px 20px ;
    margin-top: 20px;
  }

  .p-featuresCurriculumTitle p{
    font-size: 20px;
    color: #fff;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
  }

  .p-featuresCurriculumTitlebackground {
    height: 45px;
  }
  
  .p-featuresCurriculum__txt {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 20px;
  }
  
  .p-featuresCurriculumItemTitle {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .p-featuresCurriculumItem {
  padding: 0px 0px 29px 0px;
  }
  
  .p-featuresCurriculumItem__list {
  margin-top: 20px;
  }
  
  .p-featuresCurriculumItem__list li {
    font-size: 14px;
  }

  .p-featuresCurriculum__leftArea {
    width: 100%;
  }

  .p-featuresCurriculum__rightArea {
    width: 100%;
  }
  
  .p-featuresCurriculum__leftArea + .p-featuresCurriculum__rightArea {
    margin-left: 0px;
  }
}

/* ご利用者 */
.p-users {
padding: 120px 0;
}

.p-usersTitle {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  font-family: "M PLUS 2", sans-serif;
}

.p-usersItemBlock {
margin-top: 93px;
}

.p-usersCompanyImg {
  margin-top: 60px;
}

.p-usersCompanyImg__pc {
  display: block;
}

.p-usersCompanyImg__sp {
  display: none;
}

.p-usersItemBlockItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-usersItemBlockItem + .p-usersItemBlockItem {
  margin-top: 60px;
}

.p-usersItemBlockItem__img {
  max-width: 50%;
}

.p-usersItemBlockItem__txtArea {
  width: 100%;
  padding-left: 36px;
  box-sizing: border-box;
}

.p-usersItemBlockItem__txtAreaTitle {
  
}

.p-usersItemBlockItem__txtAreaTitle h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
  color: #8dc11f;
}

.p-usersItemBlockItem__txtAreaTxt {
  margin-top: 28px;
}

.p-usersItemBlockItem__txtAreaTxt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-users {
    padding: 50px 0;
    }
    
    .p-usersTitle {
      font-size: 25px;
      letter-spacing: 3px;
    }
    
    .p-usersItemBlock {
    margin-top: 50px;
    }
    
    .p-usersCompanyImg {
      margin-top: 30px;
    }

    .p-usersCompanyImg__pc {
      display: none;
    }
    
    .p-usersCompanyImg__sp {
      display: block;
      margin: 0 auto;
    }
    
    .p-usersItemBlockItem {
      display: block;
      max-width: 521px;
      margin: 0 auto;
    }
    .p-usersItemBlockItem + .p-usersItemBlockItem {
      margin-top: 60px;
    }
    
    .p-usersItemBlockItem__img {
      max-width: 100%;
    }
    
    .p-usersItemBlockItem__txtArea {
      width: 100%;
      padding-left: 0px;
    }
    
    .p-usersItemBlockItem__txtAreaTitle h4 {
      font-size: 18px;
      margin-top: 20px;
    }
    
    .p-usersItemBlockItem__txtAreaTxt {
      margin-top: 14px;
    }
    
    .p-usersItemBlockItem__txtAreaTxt p {
      font-size: 14px;
    }
}

/* 集大成 */
.p-culmination {
  padding: 120px 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.p-culminationTitle {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 4px;
  font-family: "M PLUS 2", sans-serif;
}

.p-culminationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 68px;
}

.p-culminationItem__txtArea {
  width: 60%;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
}

.p-culminationItem__txtArea p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.p-culminationItem__txtArea span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #c40c28;
}

.p-culminationItem__txtArea p + p {
  margin-top: 50px;
}

.p-culminationItem__txtAreaName {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-culmination {
    padding: 50px 0;
  }
  
  .p-culminationTitle {
    font-size: 25px;
    letter-spacing: 3px;
  }
  
  .p-culminationItem {
    display: block;
    margin-top: 25px;
  }
  
  .p-culminationItem__txtArea {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  
  .p-culminationItem__txtArea p {
    font-size: 14px;
  }
  
  .p-culminationItem__txtArea span {
    font-size: 14px;
  }
  
  .p-culminationItem__txtArea p + p {
    margin-top: 25px;
  }
  
  .p-culminationItem__txtAreaName {
    font-size: 14px;
    margin-top: 25px;
  }
}

/* シンプルな料金体系 */
.p-price {
  padding: 120px 0;
  box-sizing: border-box;
}

.p-priceaaTitle {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 48px;
}

.p-priceContentsBlock {
 background-color: #eff5e4;
 padding: 68px 0;
 box-sizing: border-box;
 margin: 60px auto 0;
}

.p-priceContentsBlock__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

.p-priceContentsBlock__pricMonthly {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 15px;
}

.p-priceContentsBlock__pricTxt span {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  color: #c40c28;
  font-family: "M PLUS 2", sans-serif;
}

.p-priceContentsBlock__pricTxt p {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
}

.p-priceContentsBlock__txt {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "M PLUS 2", sans-serif;
}

.p-priceContentsBlock__attention {
  text-align: left;
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-price {
    padding: 50px 0;
  }
  
  .p-priceaaTitle {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  
  .p-priceContentsBlock {
   padding: 15px 10px 30px;
   margin: 30px auto 0;
  }
  
  .p-priceContentsBlock__pricMonthly {
    font-size: 20px;
    margin-top: 10px;
  }
  
  .p-priceContentsBlock__pricTxt span {
    font-size: 45px;
    letter-spacing: 3px;
  }
  
  .p-priceContentsBlock__pricTxt p {
    font-size: 17px;
    letter-spacing: 3px;
  }
  
  .p-priceContentsBlock__txt {
    font-size: 17px;
  }
  
  .p-priceContentsBlock__attention {
    margin: 10px 0 0;
    font-size: 14px;
  }
}

/* 流れ */
.p-flow {
  background-color: #f8f8f8;
  padding: 120px 0;
  box-sizing: border-box;
}

.p-flowTitle {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  font-family: "M PLUS 2", sans-serif;
}

.p-flowContentsBlock {
  margin-top: 60px;
}

.p-flowContentsBlockItem {

}

.p-flowContentsBlockItem + .p-flowContentsBlockItem{
  margin-top: 60px;
}

.p-flowContentsBlockItem__Title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: left;
  display: flex;
  background-color: #ef494d;
  border-radius: 50px;
}

.p-flowContentsBlockItem__TitleNumber p{
  font-size: 50px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  margin-left: 37px;
  font-family: "M PLUS 2", sans-serif;
}

.p-flowContentsBlockItem__TitleImg {
  width: 68px;
  margin-left: 37px;
}

.p-flowContentsBlockItem__TitleTxt p{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 37px;
  font-family: "M PLUS 2", sans-serif;
}

.p-flowContentsBlockItem__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 27px;
  text-align: left;
}

.p-flowContentsBlockItem--contact {
  background-color: #dfedc2;
}

.p-flowContentsBlockItem--estimate {
  background-color: #c2d49d;
}

.p-flowContentsBlockItem--account {
  background-color: #a8ca63;
}

.p-flowContentsBlockItem--utilization {
  background-color: #a8ca63;
}

.p-flowContentsBlockItem--support {
  background-color: #70a10d;
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding: 50px 0;
  }
  
  .p-flowTitle {
    font-size: 25px;
    letter-spacing: 3px;
  }
  
  .p-flowContentsBlock {
    margin-top: 30px;
  }

  .p-flowContentsBlockItem + .p-flowContentsBlockItem{
    margin-top: 30px;
  }
  
  .p-flowContentsBlockItem__TitleNumber p{
    font-size: 25px;
    margin-left: 20px;
  }
  
  .p-flowContentsBlockItem__TitleImg {
    width: 25px;
    margin-left: 20px;
  }
  
  .p-flowContentsBlockItem__TitleTxt p{
    font-size: 15px;
    margin: 0 15px;
    text-align: left;
  }
  
  .p-flowContentsBlockItem__txt {
    font-size: 14px;
    margin-top: 15px;
  }
  
  .p-flowContentsBlockItem--contact {
    background-color: #dfedc2;
  }
  
  .p-flowContentsBlockItem--estimate {
    background-color: #c2d49d;
  }
  
  .p-flowContentsBlockItem--account {
    background-color: #a8ca63;
  }
  
  .p-flowContentsBlockItem--utilization {
    background-color: #a8ca63;
  }
  
  .p-flowContentsBlockItem--support {
    background-color: #70a10d;
  }
}
/* フォーム */
.p-form {
  padding: 120px 0;
  box-sizing: border-box;
}

.p-formBlock {
  max-width: 1065px;
  margin: 0 auto;
  display: block;
  padding: 60px 40px 66px;
  box-sizing: border-box;
}

.p-formTitle {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 5px;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 48px;
}

.p-formContentsBlockItem {
  align-items: center;
  justify-content: left;
  display: flex;
  border-top: #f2f2f2 solid 1px;
  padding: 23px 0;
}

.p-formContentsBlockItemMatterBlock {
  align-items: center;
  justify-content: left;
  display: flex;
}

.p-formContentsBlockItemrequirementsBottonBlock {
  align-items: center;
  justify-content: left;
  display: flex;
}

.p-formContentsBlockItem.p-formContentsBlockItem--bottomBorder {
  border-bottom: #f2f2f2 solid 1px;
}

.p-formContentsBlockItem__matter {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  min-width: 178px;
  text-align: left;
}

.p-formContentsBlockItem__Required {
  background-color: #8dc11f;
  border-radius: 50px;
  padding: 6px 5px 7px;
  min-width: 60px;
  margin-right: 50px;
}

.p-formContentsBlockItem__Required p{
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.p-formContentsBlockItem__requirementsBotton {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #444444;
}

.p-formContentsBlockItem__requirementsBotton + .p-formContentsBlockItem__requirementsBotton {
  margin-left: 45px;
}

.p-formContentsBlockItem__requirementsBotton label > input[type="checkbox"] {
  margin: 0 8px 2px 0;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #f2f2f2;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-formContentsBlockItem__requirementsBotton label > input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.p-formContentsBlockItem__requirementTxt label {
  width: 100%;
  display: block;
}
.p-formContentsBlockItem__requirementTxt input[type=text]{
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  border: 0px solid;
  background-color: #f2f2f2;
  padding: 5px 10px;
  outline: none;
  display: block;
  border-radius: 0;
}

.p-formContentsBlockItem__requirementTxt ::placeholder{
 color: #b8b8b8;
}

.p-formContentsBlockItem__requirementTxt p{
 margin: 10px 0 0 0;
 font-size: 15px;
 font-weight: 600;
 line-height: 1.6;
 text-align: left;
}

.p-formContentsBlockItem__requirementTxt--post  input[type=text] {
  margin-left: 13px;
  width: 150px;
}
.p-formContentsBlockItem__txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5px;
}
.p-formContentsBlockItem__txt a {
  text-decoration: underline;
}

.p-formIndividualBotton {
 border: #70a10d 2px solid;
 border-radius: 100px;
 padding: 40px 10px;
 box-sizing: border-box;
 margin-top: 57px;
 max-width: 698px;
}

.p-formIndividualBotton p{
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.75;
}

.p-formIndividualBotton span{
color: #8dc11f;
}

.p-form__button {
  max-width: 405px;
  margin: 26px auto 0;
}

.p-form__button button[type="submit"]{
  border: solid 0px ;
  border-radius: 10px;
  background-color: #ef494d;
  padding: 30px 42px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-appearance:none;
  cursor: pointer;
}

.p-form__buttonAeeow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 29px;
  height: 29px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  left: 98px;
}

.p-form__buttonAeeow::before {
  content: '';
  color: #ef494d;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 10px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-formContentsBlockItem__postBlock {
  align-items: center;
  justify-content: left;
  display: flex;
}

.p-formContentsBlockItem__post {
  margin-right: 0px;
}

.p-form__attention {
  margin-top: 44px;
 }

 .p-form__attention p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #444444;
 }

.p-formPlan__planList {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
}
.p-formPlan__planListItem {
  margin-left: 30px;
}
.p-formPlan__planList .p-formPlan__planListItem:first-child {
  margin-left: 0;
}
.p-formPlan__planListTxt {
  font-size: 16px;
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-formPlan__planListBtn {
  
}
.p-formPlan__planListBtn--yearly a {
  background-color: #ef494d;
  display: block;
  font-size: 22px;
  padding: 14px 10px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  border-radius: 10px;
}
.p-formPlan__planListMonthlyHead {
  border-top: 2px solid #b9b9b9;
  padding-top: 20px;
  margin-top: 20px;
}

.p-formPlan__planListBtn--monthly a {
  background-color: #8a8a8a;
  display: block;
  font-size: 20px;
  padding: 14px 15px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-form {
    padding: 50px 0;
  }
  
  .p-formBlock {
    max-width: 100%;
    padding: 30px 15px 33px;
  }
  
  .p-formTitle {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  
  .p-formIndividualBotton {
    margin: 0 auto 12px;
  }
  .p-formIndividualBotton__rink {
    margin-right: 15px;
  }
  
  .p-formContentsBlockItem {
    display: block;
    padding: 20px 0 ;
  }
  
  .p-formContentsBlockItemrequirementsBottonBlock {
   margin-top: 20px;
  }
  
  .p-formContentsBlockItem__matter {
    font-size: 14px;
    min-width: 30%;
  }
  
  .p-formContentsBlockItem__Required {
    padding: 3px 2px 4px;
    width: 30px;
  }
  
  .p-formContentsBlockItem__Required p {
    font-size: 12px;
  }
  
  .p-formContentsBlockItem__requirementsBotton {
    font-size: 14px;
  }

  .p-formContentsBlockItem__requirementsBotton + .p-formContentsBlockItem__requirementsBotton {
    margin-left: 10px;
  }
  
  .p-formContentsBlockItem__requirementTxt input[type=text]{
    height: 35px;
    margin: 20px 0 0;
  }
  
  .p-formContentsBlockItem__requirementTxt--post  input[type=text] {
    margin-left: 13px;
    width: 150px;
  }
  .p-formContentsBlockItem__txt {
    font-size: 14px;
  }
  .p-formIndividualBotton {
   padding: 20px 5px;
   margin-top: 28px;
   max-width: 349px;
  }
  
  .p-formIndividualBotton p{
    font-size: 14px;
    line-height: 1.6;
  }
  
  .p-form__button {
    max-width: 202px;
    margin: 13px auto 0;
  }
  
  .p-form__button button[type="submit"] {
    background-color: #ef494d;
    padding: 15px 21px;
    font-size: 14px;
  }
  
  .p-form__buttonAeeow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 14px;
    height: 14px;
    left: 49px;
  }
  
  .p-form__buttonAeeow::before {
    border-width: 3px 5px;
  }

  .p-form__attention {
    margin-top: 22px;
   }
  
   .p-form__attention p {
    font-size: 14px;
   }
   .p-formPlan__planListItem {
      margin-left: 10px;
    }
  .p-formPlan__planListBtn--yearly a {
    font-size: 16px;
  }
  .p-formPlan__planListBtn--monthly a {
    font-size: 14px;
  }
}
@media screen and (max-width: 678px) {
  .p-formPlan__planList {
    display: block;
  }
  .p-formPlan__planListItem {
    margin-left: 0;
    margin-bottom: 60px;
  }
  .p-formPlan__planListTitle img {
    width: 100%;
  }
  .p-formPlan__planListMonthlyHead img {
    width: 80%;
  }
  .p-formPlan__planListMonthlyHead {
    border-top: none;
    padding-top: 0;
    margin-top: 40px;
  }
  .p-formPlan__planListTxt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-formPlan__planListBtn--yearly a {
    max-width: 250px;
    margin: 20px auto 0;
  }
  .p-formPlan__planListBtn--monthly a {
    max-width: 250px;
    margin: 20px auto 0;
  }
}
/* お悩み */
.p-worries {

}

.p-worriesTitleBlock {
  background-image: url(../img/worries_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-worriesTitle {
padding: 70px 0;
}

.p-worriesTitle h2{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 6px;
  font-family: "M PLUS 2", sans-serif;
}

.p-worriesTitle span{
  color: #c40d24;
}

.p-worriesContents {
  background-color: #ecfdff;
  padding: 64px 0 114px;
}

.p-worriesContentsItem {
  background-color: #fff;
  padding: 21px;
  margin-right: 10px;
  box-shadow: 0 2px #c48990;
  border-radius: 10px;
  align-items: center;
  justify-content: left;
  display: inline-flex;
 }

.p-worriesContentsItemBlock {
  margin: 0 auto;
  text-align: left;
}

.p-worriesContentsItem + .p-worriesContentsItem {
  margin-top: 40px;
}

.p-worriesContentsItem__txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-left: 13px;
}

.p-worriesSubTxt {
 margin-top: 70px;
 text-align: left;
 margin-left: 9vw;
}

.p-worriesSubTxt p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 6px;
 }

 .p-worriesSubTxt span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  color: #c40c28;
  letter-spacing: 8px;
  background-image: radial-gradient(circle at center, #c40c28 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.2em 0.3em;
  padding-top: .4em;
 }

 .p-worriesContents {
  position: relative;
 }

 .p-worriesHumanimg {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: auto;
  padding-top: 100%;
 }

 .p-worriesHumanimg::before{
  content: "";
  display: block;
  padding-top: 100%;
 }


 .p-worriesHumanimg img {
  width: 19vw;
  max-width: 576px;
  height: 100%;
 }

 .p-worriEsvaluationBlock {
  background-image: url(../img/worries_05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: left;
  display: flex;
 }

 .p-worriEsvaluationBlockWrap {
  padding: 166px 40px 116px 0;
  width: 50%;
 }

 .p-worriEsvaluationBlock__Humanimg {
  width: 25%;
 }

 .p-worriEsvaluationBlock__titleTop {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  color: #c40c28;
 }

 .p-worriEsvaluationBlock__titleTop span{
  border-bottom: 6px solid #c40c28;
 }

 .p-worriEsvaluationBlock__titleUnder {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-top: 30px;
 }

 .p-worriEsvaluationBlock__itemBlock {
  margin: 71px auto 0;
  max-width: 750px;
 }

 .p-worriEsvaluationBlock__itemBlockList {
margin: 0 auto;
 }

 .p-worriEsvaluationBlock__itemBlockList li {
  list-style: disc;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
 }

 .p-worriEsvaluationBlock__itemBlockList li + li{
  margin-top: 33px;
 }

 @media screen and (max-width: 768px) {
  .p-worriesTitleBlock {
    background-image: url(../img/worries_01.png);
  }
  
  .p-worriesTitle {
  padding: 20px 0px;
  }
  
  .p-worriesTitle h2{
    font-size: 18px;
    letter-spacing: 1px;
  }
  
  .p-worriesContents {
    padding: 32px 0 60px;
  }
  
  .p-worriesContentsItemBlock {
    margin: 0 auto;
  }
  
  .p-worriesContentsItem {
   padding: 15px;
   margin-right: 0px;
  }
  
  .p-worriesContentsItem + .p-worriesContentsItem {
    margin-top: 20px;
  }
  
  .p-worriesContentsItem__txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 13px;
  }
  
  .p-worriesSubTxt {
   margin-top: 35px;
   text-align: center;
   margin-left: 0px;
  }
  
  .p-worriesSubTxt p {
    font-size: 18px;
    letter-spacing: 4px;
   }
  
   .p-worriesSubTxt span {
    font-size: 20px;
    letter-spacing: 7.3px;
    background-size: 1.4em 0.5em;
   }
  
   .p-worriesContents {
    position: relative;
   }
  
   .p-worriesHumanimg {
    display: none !important;
   }
  
   .p-worriesHumanimg img {
    width: 19vw;
    max-width: 576px;
    height: 100%;
   }
  
   .p-worriEsvaluationBlock {
    background-image: url(../img/worries_05_sp.jpg);
    width: 100%;
   }
  
   .p-worriEsvaluationBlockWrap {
    padding: 80px 20px 150px;
    width: 100%;
   }
  
   .p-worriEsvaluationBlock__Humanimg {
    width: 0%;
   }
  
   .p-worriEsvaluationBlock__titleTop {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 4px;
    color: #c40c28;
   }
  
   .p-worriEsvaluationBlock__titleTop span{
    border-bottom: 3px solid #c40c28;
   }
  
   .p-worriEsvaluationBlock__titleUnder {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0px;
   }
  
   .p-worriEsvaluationBlock__itemBlock {
    margin: 35px auto 0;
    padding: 0 0px 0 20px;
    max-width: 330px;
   }
  
   .p-worriEsvaluationBlock__itemBlockList {
    margin: 0 auto;
   }
  
   .p-worriEsvaluationBlock__itemBlockList li {
    font-size: 14px;
   }
  
   .p-worriEsvaluationBlock__itemBlockList li + li{
    margin-top: 15px;
   }
 }

 /* footer */
 .p-footerBlock {
  background-color: #484848;
  padding: 44px 0;
 }

 .p-footerBlock p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
 }

 @media screen and (max-width: 768px) {
  .p-footerBlock {
    padding: 22px 0 82px
   }
  
   .p-footerBlock p {
    font-size: 12px;
   }
 }

/* 共通buttonデザイン*/
 .c-inquiry__button {
  background-color: #ef494d;
  padding: 30px 42px;
  box-sizing: border-box;
  max-width: 405px;
  border-radius: 10px;
  margin: 80px auto 0;
}

.c-inquiry__button.c-inquiry__button--main {
  background-color: #ef494d;
  padding: 30px 42px;
  box-sizing: border-box;
  max-width: 405px;
  border-radius: 10px;
  margin: 17px auto 0;
}

.c-inquiry__button p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
}
.c-inquiry__button a::after {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

.c-inquiry__buttonArrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 29px;
  height: 29px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  left: 48px;
}

.c-inquiry__buttonArrow.c-inquiry__buttonArrow--main {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 50px;
  height: 50px;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  left: 1.5vw;
}

.c-inquiry__buttonArrow::before {
  content: '';
  color: #ef494d;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 10px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-inquiry__buttonArrow.c-inquiry__buttonArrow--main::before {
  content: '';
  color: #ef494d;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 14px 20px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-inquiry__button {
    background-color: #ef494d;
    padding: 15px 21px;
    box-sizing: border-box;
    max-width: 250px;
    margin: 40px auto 0;
  }

  .c-inquiry__button.c-inquiry__button--main {
    background-color: #ef494d;
    padding: 15px 21px;
    box-sizing: border-box;
    max-width: 250px;
    border-radius: 10px;
    margin: 20px auto 0;
  }
  
  .c-inquiry__button p {
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
  }
  .c-inquiry__button a::after {
    font-size: clamp(16px, 1vw, 20px);
  }
  
  .c-inquiry__buttonArrow {
    width: 14px;
    height: 14px;
    left: 28px;
  }
  
  .c-inquiry__buttonArrow.c-inquiry__buttonArrow--main {
    width: 12px;
    height: 12px;
    left: 5vw;
  }
  
  .c-inquiry__buttonArrow::before {
    border-width: 4px 6px;
  }
  
  .c-inquiry__buttonArrow.c-inquiry__buttonArrow--main::before {
    border-width: 5px 6px;
  }
}

/* 追従button */
.p-spCvContact a {
  display: none;
  }

.p-spCvTel a {
  display: none;
}

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

.p-spCv.is-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-spCv {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 10px;
  box-sizing: border-box;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  transition: all 0.3s ease-out;
}

.p-spCvInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-spCvContact {
  background: #ef494d;
  width: 100%;
  margin: 0 auto;
}

.p-spCvContact a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  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;
  height: 40px;
}


/* button追加 */
/* .p-spCvTel {
  background: #fff;
  width: calc(50% - 5px);
  margin: 0 0 0 10px;
}

.p-spCvTel a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #021237;
  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: 40px;
}

.p-spCvTelAncNumWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-spCvTelAncTimes {
  font-size: 11px;
  margin-top: 3px;
} */
}
.p-contactPersonal {
  margin-bottom: 100px;
}
.p-contactPersonalBtn {
  /*display: inline-block;*/
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.p-contactPersonalBtn a {
  display: block;
  border: 1px solid #333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  padding: 24px 30px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
.p-contactPersonalBtn a:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
.p-contactPersonalBtnAnc__inner {
  position: relative;
  padding: 0 2px;
  box-sizing: border-box;
  display: inline-block;
}
.p-contactPersonalBtnAnc__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.5s ease-out;
}
.p-contactPersonalBtn a:hover .p-contactPersonalBtnAnc__inner::before {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-contactPersonal {
    margin-bottom: 70px;
  }
  .p-contactPersonalBtn {
    padding: 0 15px;
  }
  .p-contactPersonalBtn a {
    font-size: 16px;
    padding: 16px 15px;
  }
  .p-contactPersonalBtnAnc__inner {
    padding: 7px 2px 12px;
  }
  .p-contactPersonalBtnAnc__inner::before {
    bottom: 9px;
  }
}



.p-contactFormFrame {
  background: #fff;
  max-width: 1176px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-contactFormContents {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.p-contactFormDetails {
  
}
.p-contactFormDetails__item {
  
}
.p-contactFormDetails__item + .p-contactFormDetails__item {
  margin-top: 30px;
}
.p-contactFormDetails__itemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-contactFormDetailsTitle {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding-right: 30px;
  box-sizing: border-box;
  width: 210px;
}
.p-contactFormDetailsTitle span {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.is-required {
  padding: 0 47px 0 0;
}
.is-required::before {
  content: '必須';
  width: 38px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #c2091f;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  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;
  box-sizing: border-box;
  /*border-radius: 4px;*/
}
.p-contactFormDetailsInputWrap {
  width: calc(100% - 210px);
  text-align: left;
}
.p-contactFormDetailsInput input[type=text],
.p-contactFormDetailsInput input[type=email],
.p-contactFormDetailsInput input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #aaa;
  padding: 8px 10px 6px;
  outline: none;
  font-size: 16px;
  line-height: 1.25;
}
.p-contactFormDetails__item.p-contactFormDetails__item--postcade .p-contactFormDetailsInput input[type=text] {
  width: 160px;
}
.p-contactFormDetailsInputIcon {
  display: inline-block;
    padding: 0 5px 0 0;
}
.p-contactFormDetailsNote {
  width: calc(100% - 210px);
  margin-left: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.p-contactFormDetailsCheck {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.p-contactFormDetailsCheck input {
  display: none;
}
.p-contactFormDetailsCheck span {
  display: inline-block;
  position: relative;
  padding: 5px 0 6px 24px;
  font-size: 16px;
  line-height: 1;
}
.p-contactFormDetailsCheck span::before,
.p-contactFormDetailsCheck span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.p-contactFormDetailsCheck span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-contactFormDetailsCheck span::after {
  width: 8px;
  height: 17px;
  border-right: 2px solid #89bf15;
  border-bottom: 2px solid #89bf15;
  top: 0;
  bottom: 8px;
  left: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.p-contactFormDetailsCheck input:checked + span::after {
  opacity: 1;
}

.p-contactFormBtnCaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin: 60px auto 14px;
}
.p-contactFormBtn {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 0;
}
.p-contactFormBtn button {
  width: 100%;
  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: 60px;
  background: #333;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 10px 40px rgb(0, 0, 0, .2);
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
.p-contactFormBtn button:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contactFormFrame {
  }
  .p-contactFormContents {
    padding: 0 15px;
  }
  .p-contactFormDetails__item + .p-contactFormDetails__item {
    margin-top: 25px;
  }
  .p-contactFormDetails__itemInner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-contactFormDetailsTitle {
    font-size: 14px;
    padding-right: 0;
    width: 100%;
  }
  .p-contactFormDetailsTitle span {
    display: inline-block;
  }
  .is-required {
    padding: 0 42px 0 0;
  }
  .is-required::before {
    width: 32px;
    height: 18px;
    font-size: 11px;
  }
  .p-contactFormDetailsInputWrap {
    width: 100%;
    margin-top: 10px;
  }
  .p-contactFormDetailsInputWrap.p-contactFormDetailsInputWrap--check {
    margin-top: 5px;
  }
  .p-contactFormDetailsInput input[type=text],
  .p-contactFormDetailsInput input[type=email],
  .p-contactFormDetailsInput input[type=tel] {
    height: 36px;
    padding: 6px 10px 4px;
    font-size: 14px;
  }
  .p-contactFormDetailsNote {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .p-contactFormDetailsCheck {
    margin-right: 15px;
  }
  .p-contactFormDetailsCheck span {
    padding: 5px 0 5px 22px;
    font-size: 14px;
  }
  .p-contactFormDetailsCheck span::before {
    width: 14px;
    height: 14px;
  }
  .p-contactFormDetailsCheck span::after {
    width: 6px;
    height: 15px;
    bottom: 7px;
    left: 7px;
  }
  .p-contactFormBtnCaption {
    font-size: 12px;
    margin: 50px auto 010px;
  }
  .p-contactFormBtn {
    max-width: 276px;
    margin: 0 auto 0;
  }
  .p-contactFormBtn button {
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }
}





@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}