@charset "UTF-8";
/* =================================
 p_top_mv
 ================================= */


 .p_top_mv{
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #F5F8FB;
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.p_top_mv_pic {
  position: absolute;
  top: 0;
  left: 30%;
  width: 998px;
}
.p_top_mv_pic .img1,
.p_top_mv_pic .img2{
  position: absolute;
}
.p_top_mv_pic .img1{
  left: 0;
  top: 0;
}
.p_top_mv_pic .img2{
  left: 30%;
  top: 160px;
}


.p_top_mv_txt_1{
  position: relative;
  padding: 0;
  padding-top: 240px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  z-index: 2;
  color: #095594;
}
.p_top_mv .txtMain{
  font-weight: bold;
  font-size: 8.0rem;
  line-height: 1.2;
}
.p_top_mv .txtSub{
  font-size: 4.2rem;
  color: #879AAA;
  margin-top: 16px;
}

@media screen and (min-width: 2000px) {
  .p_top_mv_pic{
    top: 30%;
    left: 0;
    width: 60%;
  }
  .p_top_mv_pic .img{
    width: 100%;
  }
  .txtMain{
    font-size: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  .p_top_mv_txt_1{
    padding-left: 40px;
  }
  .p_top_mv_pic{
    top: 0;
    left: 26%;
    width: 800px;
  }
}
@media screen and (max-width: 880px) {
  .p_top_mv_pic{
    top: 10%;
    left: 0;
    width: 60%;
  }
  .p_top_mv .txtMain{
    font-size: 6.0rem;
  }
  .p_top_mv .txtSub{
    font-size: 3.2rem;
  }
  .p_top_mv_txt_1{
    padding-top: 180px;
  }
  .p_top_mv_pic .img1{
    left: -20%;
  }
  .p_top_mv_pic .img2{
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p_top_mv_txt_1{
    padding-left: 16px;
  }
  .p_top_mv_pic{
    width: 160%;
  }
  .p_top_mv_pic .img1,
  .p_top_mv_pic .img2{
    width: 100%;
  }
  .p_top_mv_pic .img1{
    left: -8%;
    top: 0
  }
  .p_top_mv_pic .img2{
    left: 18%;
    top: 21vh;
    width: 50%;
  }

  .p_top_mv .txtMain{
    font-size: 4.0rem;
  }
  .p_top_mv .txtSub{
    font-size: 2.0rem;
  }
}

/* ======service======= */
.service{
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  z-index: 2;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.service:before{
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .service{
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .service:before{
    content: none;
  }
}
/* ======service_card======= */
.service_card{
  width: 100%;
  max-width: 1223px;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
}
.service_card_ttl_1{
  font-size: 1.2rem;
  color: #879AAA;
  position: relative;
  letter-spacing: 0.6px;
  padding-left: 12px;
  margin-bottom: 16px;
}
.service_card_ttl_1 .em{
  font-size: 1.8rem;
  padding-left: 4px;
}
.service_card_ttl_1:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 1px;
    background: #879AAA;
}
.service_card_ttl_2{
  font-size: 3.2rem;
  color: #095594;
  margin-bottom: 40px;
}
.service_card_txt{
  font-size: 1.8rem;
}
.service_card_pic{
  width: 45%;
  margin-left: -10%;
  min-height: 306px;
}
.service_card_pic .img{
  width: 100%;
}
.service_card_cont{
  flex: 1;
  padding-left: 56px;
  padding: 40px;
  position: relative;
  background: #fff;
}
.service_card:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service_card{
    margin-bottom: 40px;
  }
  .service_card_pic{
    width: 100%;
    margin-left: -10%;
    min-height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .service_card_cont{
    margin-top: 160px;
    margin-left: 40px;
    padding: 24px;
  }
  .service_card_ttl_1{
    font-size: 1.0rem;
  }
  .service_card_ttl_1 .em{
    font-size: 1.4rem;
  }
  .service_card_ttl_2{
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .service_card_txt{
    font-size: 1.6rem;
  }
}
/* ======aboutus======= */

.aboutus{
  position: relative;
  background: #fff;
  padding: 8% 12%;
}
.aboutus_ttl{
  color: #095594;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.aboutus_ttl_2{
  position: absolute;
  top: 40px;
  left: 0;
  color: #879AAA;
  font-size: 2.0rem;
  font-weight: 500;
  margin-left: -8px;
  padding-left: 24px;
}
.aboutus_ttl_2:before{
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height:2px;
  background: #879AAA;
}
.aboutus_txt{
  width: 600px;
  margin: 0 auto;
  line-height: 2;
}
.aboutus_txt_block{
  margin-top: 56px;
}


@media screen and (max-width: 767px) {
  .aboutus{
    padding: 40px 16px;
    padding-top: 80px;
  }
  .aboutus_txt{
    width: 100%;
  }
  .aboutus_ttl_2{
    font-size:1.2rem;
    margin-left: -4px;
    padding-left: 12px;
    top: 16px;
  }
  .aboutus_ttl_2:before{
    top: 6px;
    left: 0;
    width: 8px;
  }
  .aboutus_ttl{
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .aboutus_txt_block{
    margin-top: 24px;
  }
}

/* =================================
 p_top_comany
================================= */
.p_top_comany{
  display: flex;
  position: relative;
}
.p_top_comany:before{
  width: 416px;
  height: 458px;
  background: url(../../assets/img/p_top/company_bg_1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: -80px;
  left: -24%;
  z-index: -1;
}
.p_top_comany .c_ttl_1{
  width: 28%;
  text-align: left;
}
.p_top_comany .c_tbl_2{
  flex: 1;
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .p_top_comany{
   flex-direction : column;
 }
 .p_top_comany .c_ttl_1{
  width: 100%;
  text-align:center;
  }
  .p_top_comany:before{
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p_top_comany{
   padding-bottom: 100px;
 }
 .p_top_comany:before{
  width: 80%;
  left: 60%;
  top: 40%;
}
.p_top_comany .c_ttl_1{
  margin-bottom: 40px;
}
}
/* ======================================================================
 contanct
====================================================================== */
.bg_contanct{
  background: #fff;
  padding: 8.9% 0;
}
.contanct{
  background: #F5F8FB;
  padding: 7.4%;
}
/* ======================================================================
 #form
====================================================================== */
#form {
  background: transparent;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  #form {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
/* ======================================================================
 p_contact_txt_sub
====================================================================== */
.p_contact_txt_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p_contact_txt_sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ======================================================================
 p_contact_ttl
====================================================================== */
.p_contact_ttl_1 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.p_contact_ttl_1.required:after {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  padding: 4px 4px 2px;
  content: "必須";
  margin-left: 4px;
  background: #095594;
  margin-left: 8px;
}

/* ======================================================================
 p_contact_formList
====================================================================== */
.p_contact_formList {
  margin-bottom: 20px;
}
.p_contact_formList .p_contact_formList_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_contact_formList .p_contact_formList_item {
    margin-bottom: 4px;
  }
}

/* ======================================================================
 p_contact_cardA
====================================================================== */
.p_contact_cardA {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_contact_cardA.l_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p_contact_cardA .p_contact_ttl_1 {
  width: 26%;
}
.p_contact_cardA .p_contact_formItem {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p_contact_cardA .p_contact_formItem .p_contact_formBg {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 2px;
}
.p_contact_cardA .p_contact_formItem .p_contact_textarea {
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
.p_contact_cardA .p_contact_formItem .p_contact_selectBg_wrap {
  width: 100%;
  height: 48px;
  background: #fff;
}
.p_contact_cardA .p_contact_formItem .p_contact_selectBg {
  background: url(../img/p_contact/form-select.svg) 50% no-repeat;
  background-position: center right;
  background-size: 26px, 11px;
}
.p_contact_cardA .p_contact_formItem .input, .p_contact_cardA .p_contact_formItem .select {
  font-size: 16px;
  width: 100%;
  height: 48px;
  padding-left: 12px;
  border-radius: 2px;
}
.p_contact_cardA .p_contact_formItem .textarea {
  background: #fff;
  font-size: 16px;
  height: 270px;
  width: 100%;
  padding-right: 0;
  padding: 4px 12px;
}
.p_contact_cardA ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.2);
}
.p_contact_cardA :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.2);
}
.p_contact_cardA ::-moz-placeholder {
  /* Others */
  color: rgba(0, 0, 0, 0.2);
}
.p_contact_cardA ::-ms-input-placeholder {
  /* Others */
  color: rgba(0, 0, 0, 0.2);
}
.p_contact_cardA ::placeholder {
  /* Others */
  color: rgba(0, 0, 0, 0.2);
}
.p_contact_cardA.check .p_contact_formItem {
  color: #000;
  font-weight: bold;
}
.p_contact_cardA .p_contact_cardA_txt {
  width: 100%;
  padding-left: 26%;
  font-size: 1.2rem;
  font-weight: 700;
}
.p_contact_cardA .p_contact_box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_contact_cardA .p_contact_box_1 .p_contact_box_1_txt {
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .p_contact_cardA {
    padding: 14px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact_cardA .p_contact_ttl_1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .p_contact_cardA .p_contact_ttl_1:after {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 1.0rem;
    margin-left: 8px;
  }
  .p_contact_cardA .p_contact_formItem {
    width: 100%;
    margin-top: 10px;
  }
  .p_contact_cardA .p_contact_formItem .p_contact_formBg {
    height: 57px;
  }
  .p_contact_cardA .p_contact_formItem .p_contact_selectBg_wrap {
    height: 57px;
  }
  .p_contact_cardA .p_contact_formItem .input, .p_contact_cardA .p_contact_formItem .select {
    height: 57px;
  }
  .p_contact_cardA.check .p_contact_formItem {
    font-weight: normal;
  }
  .p_contact_cardA .p_contact_cardA_txt {
    padding-left: 0;
    margin-top: 5px;
  }
}

/* =====================
  p_contact_confirmBg
===================== */
.p_contact_confirmBg {
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

/* =====================
  p_contact_list_area
===================== */
.p_contact_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_contact_list_area .p_contact_checkList_item {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p_contact_list_area .p_contact_checkList_item {
    width: calc(50% - 10px);
  }
}

/* =====================
  checkbox
===================== */
.checkbox .prich {
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
}
.checkbox .checkbox01-input, .checkbox .radio-input {
  display: none;
}
.checkbox .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 0;
  width: 18px;
  height: 18px;
  border:2px solid #879AAA;
  background: #fff;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 6px;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #095594;
  border-right: 2px solid #095594;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::before {
  border:2px solid #095594;
  background: #fff;
}
.checkbox .checkbox01-parts,
.checkbox .radio-input + .prich {
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-top: 0;
}

/* =====================
  p_contact_list_radio
===================== */
.p_contact_list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_contact_list_radio .p_contact_list_radio_item {
  margin-right: 30px;
}

/* =====================
  radio
===================== */
.radio-input {
  display: none;
}

.radio-input + label {
  position: relative;
  padding-left: 36px;
}

.radio-input + label::before {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  background: #fff;
}

.radio-input:checked + label {
  color: #0E224B;
}

.radio-input:checked + label::after {
  position: absolute;
  top: -2px;
  left: 4px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background: #0E224B;
}

@media screen and (max-width: 767px) {
  .radio-input + label {
    position: relative;
    margin-right: 0;
    padding-left: 36px;
  }
}
/* =====================
  agree-box
===================== */
.agree-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 42px auto 40px;
}
@media screen and (max-width: 767px) {
  .agree-box {
    font-size: 1.4rem;
    margin: 24px auto 40px;
  }
}
/* =====================
  p_entry_txt
===================== */

.p_entry_txt_1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_entry_txt_1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

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

   validationEngine

 ======================================= */
.formError {
  z-index: 2;
}

.formError .formErrorContent {
  z-index: 3;
}

.formError .formErrorArrow {
  z-index: 4;
}

.ui-dialog .formError {
  z-index: 2;
}

.ui-dialog .formError .formErrorContent {
  z-index: 3;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 4;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  display: none;
  padding: 20px;
  border: 1px solid #999;
  background: #55ea55;
}

.formError .formErrorContent {
  font-size: 1.3rem;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  color: #fff;
  background: #8e001b;
}

.formError.inline .formErrorContent {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow {
  position: relative;
  width: 15px;
  margin: -2px 0 0 13px;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  top: 2px;
  margin: 0 0 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  display: none;
}

.formError .formErrorArrow div {
  font-size: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background: #8e001b;
}

.formError .formErrorArrowBottom div {
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
  border-left: 2px solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.formError .formErrorContent {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 4px 0;
  color: #FF0022;
  background: transparent;
}


.validateTxt .inline {
  padding-top: 18px;
}
/* ========c_btn_back========== */
.c_btn_back{
  height: 80px;
  border-radius: 4px;
  background: #CCD9E3;
  border: 2px solid #CCD9E3;
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all .2s ease-in-out;
  width: 100%;
  max-width: 160px;
  margin-right: 24px;
  overflow: hidden;
}
.c_btn_back_txt{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.hover .c_btn_back:hover {
  transform: translate(0px , -2px);
  background: #879AAA;
  border: 2px solid #879AAA;
}
.hover .c_btn_back:hover:before {
  left: 60%;
}

@media screen and (max-width: 767px) {
  .c_btn_back{
    height: 56px;
    max-width: 100px;
    margin-right: 8px;
  }
  .c_btn_back_txt{
    font-size: 1.3rem;
  }
}
/* ========c_btn_input========== */
.c_btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_btn_input {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:  'quasimoda','Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 380px;
  background: #095594;
  border: 2px solid #095594;
  border-radius: 4px;
}
.c_btn_input .c_btn_input_txt {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.c_btn_input .input {
  height: 80px;
 width: 100%;
 letter-spacing: 2px;
 padding-top: 8px;
}
.c_btn_input:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  background: #FFF;
  border: 2px solid #095594;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hover .c_btn_input:hover {
  color: #095594;
  transform: translate(0px , -2px);
  -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
}
.hover .c_btn_input:hover:after {
  width: 100%;
  height:100%;
  z-index: 1;
}
.hover .c_btn_input:hover .c_btn_input_txt {
  color: #095594;
}

@media screen and (max-width: 767px) {
  .c_btn_input {
    height: 56px;
    max-width: 100%;
  }
  .c_btn_input .c_btn_input_txt{
    font-size: 1.3rem;
  }
  .c_btn_input .input {
    height: 56px;
  }
}



input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  color: #095594 !important;;
}
input:-webkit-autofill:focus {
  caret-color: #095594 !important;
}

#p_contact{
  padding: 80px 0;
}