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

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title {
  position: relative;
  color: #fff;
}

.page_title_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.page_title_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.page_title_img:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page_title_txt span {
  display: block;
}

.page_title_en {
  letter-spacing: 0.055em;
}

.sec {
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .sec_first {
    margin-top: -4rem;
    padding-top: 15rem;
  }
  .sec_first .en_bg_title {
    top: -1.4em;
  }
  .en_bg_title {
    left: -0.2em;
  }
  .page_title_jp {
    font-size: 1.4rem;
  }
  .page_title_en {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_first {
    margin-top: -4.6rem;
    padding-top: 30rem;
  }
  .sec_first .en_bg_title {
    right: 0;
    top: -1.8em;
    white-space: nowrap;
  }
  .page_title_jp {
    font-size: 1.8rem;
  }
  .page_title_en {
    font-size: 5.2rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#message .container {
  position: relative;
}

.message_txt p {
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.message_txt p:last-child {
  margin-bottom: 0;
}

.message_txt .text-right {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

.message_txt .text-right span {
  margin-right: 1em;
  font-size: 1.4rem;
}

.message_lead_txt {
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 4rem;
}

#outline .sec_tit {
  position: relative;
  z-index: 2;
}

#officer {
  padding-top: 0;
}

.message_img dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}

.message_img dl dt {
  width: 3.5em;
  margin-right: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.message_img dl dd {
  width: calc(100% - 5em);
}

@media only screen and (max-width: 767px) {
  #message .message_lead_txt {
    font-size: 1.8rem;
  }
  .message_img img {
    width: 21.5rem;
    margin: 3rem auto 0;
    display: block;
  }
  .outline_content dt,
  .outline_content dd {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  .outline_content dt {
    padding-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
  }
  .outline_content dd {
    border-bottom: 1px solid #d2d1d0;
    position: relative;
    padding-bottom: 3rem;
  }
  .outline_content dd:after {
    content: "";
    width: 10rem;
    height: 1px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    background: #b9b9b7;
  }
  #outline {
    padding: 9rem 0;
  }
  #outline .en_bg_title {
    top: -4rem;
  }
  .message_img dl {
    font-size: 1.2rem;
  }
  .message_img dl dt,
  .message_img dl dd {
    margin-bottom: 0.7em;
  }
}
@media print, screen and (min-width: 768px) {
  #outline .en_bg_title {
    left: 0;
    top: -0.3em;
    white-space: nowrap;
  }
  #message .sec_tit {
    margin-bottom: 9rem;
  }
  #message .message_lead_txt {
    font-size: 3rem;
  }
  .message_content {
    width: 64rem;
  }
  .message_img {
    width: 47rem;
  }
  #outline .sec_tit {
    padding-left: 7rem;
    margin-bottom: 10rem;
  }
  .outline_content {
    padding-right: 5rem;
  }
  .outline_content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 81.8rem;
  }
  .outline_content dt,
  .outline_content dd {
    padding: 2.5rem 0;
  }
  .outline_content dt {
    width: 17.6rem;
    border-bottom: 1px solid #222;
  }
  .outline_content dd {
    width: calc(100% - 17.6rem);
    border-bottom: 1px solid #b4b4cc;
  }
  .message_img dl dt,
  .message_img dl dd {
    margin-bottom: 0.2em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   SERVICES

--------------------------------------------------------------------------------------------- */
#service_content .sec_tit,
.service_content_list {
  position: relative;
  z-index: 2;
}

.service_top_txt {
  line-height: 2em;
}

.service_image {
  max-width: 77rem;
  margin: 0 auto;
}

.service_assignment {
  max-width: 56rem;
  margin: 0 auto;
  border: 1px solid #969696;
  position: relative;
}

.service_assignment:after {
  content: "";
  width: 1px;
  height: 4rem;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service_assignment h3 {
  text-align: center;
  margin-bottom: 1em;
}

.service_assignment li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.3em;
}

.service_assignment li:last-child {
  margin-bottom: 0;
}

.service_assignment li:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/check.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_bottom_txt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.service_content_box {
  background: #fff;
}

.service_content_txt {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
}

.service_content_num {
  background: rgba(185, 135, 110, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: 700;
}

.service_content_bottom_txt {
  text-align: center;
  font-weight: 700;
  line-height: 2.4em;
  letter-spacing: 0.075em;
}

.service_content_bottom_txt span {
  color: #b9876e;
}

.service_feature_content li {
  position: relative;
}

.service_feature_content li:last-child {
  margin-bottom: 0;
}

.service_feature_content li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #b9876e;
  font-weight: 700;
}

.service_feature_content li h3 {
  letter-spacing: 0.075em;
  margin-bottom: 0.8em;
}

.service_feature_content li p {
  line-height: 2em;
}

#service_flow .en_bg_title {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #service_content {
    padding-top: 9rem;
  }
  #service_content .en_bg_title {
    top: -4rem;
  }
  #service_flow .en_bg_title {
    left: auto;
    right: -2rem;
    top: -2rem;
  }
  .service_top_txt {
    margin-bottom: 4rem;
    font-size: 1.63rem;
  }
  .service_image {
    margin-bottom: 6rem;
  }
  .service_assignment {
    margin-bottom: 4.8rem;
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.63rem;
  }
  .service_assignment:after {
    bottom: -5.5rem;
  }
  .service_assignment li {
    margin-bottom: 1.5rem;
  }
  .service_bottom_txt {
    margin-top: 7.5rem;
    font-size: 1.8rem;
  }
  .service_content_list {
    margin-bottom: 4rem;
  }
  .service_content_box {
    width: 32%;
    margin-right: 2%;
    padding: 1rem;
    margin-bottom: 2%;
  }
  .service_content_box:nth-child(3n) {
    margin-right: 0;
  }
  .service_content_img {
    max-width: 5.2rem;
    margin: 2rem auto 1.5rem;
  }
  .service_content_txt {
    font-size: 1.2rem;
  }
  .service_content_num {
    width: 2.6rem;
    height: 2.6rem;
  }
  .service_content_bottom_txt {
    font-size: 1.8rem;
    margin-bottom: 7rem;
  }
  .service_content_bottom_txt span {
    display: inline-block;
  }
  .service_feature_content li {
    margin-bottom: 3rem;
  }
  .service_feature_content li span {
    font-size: 2rem;
  }
  .service_feature_content li h3 {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #service_content .en_bg_title {
    left: -9rem;
    top: -0.5em;
    white-space: nowrap;
  }
  #service_flow .en_bg_title {
    right: -11rem;
    top: -0.5em;
    white-space: nowrap;
  }
  .service_top_txt {
    margin-bottom: 6rem;
    text-align: center;
  }
  .service_image {
    margin-bottom: 7rem;
  }
  .service_assignment {
    margin-bottom: 4.8rem;
    padding: 2rem 4.5rem;
  }
  .service_assignment h3 {
    font-size: 2rem;
  }
  .service_assignment:after {
    bottom: -9rem;
  }
  .service_bottom_txt {
    margin-top: 13.5rem;
    font-size: 2.4rem;
  }
  .service_content_list {
    margin-bottom: 7rem;
  }
  .service_content_box {
    width: 19rem;
    padding: 2.5rem;
  }
  .service_content_img {
    max-width: 8.4rem;
    margin: 3.4rem auto;
  }
  .service_content_txt {
    font-size: 1.9rem;
  }
  .service_content_num {
    width: 3.8rem;
    height: 3.8rem;
  }
  .service_content_bottom_txt {
    font-size: 2rem;
    margin-bottom: 7rem;
  }
  .service_content_bottom_txt span {
    font-size: 2.4rem;
  }
  #service_feature .sec_tit {
    width: 24rem;
  }
  #service_feature .service_feature_content {
    width: calc(100% - 24rem);
  }
  .service_feature_content li {
    margin-bottom: 4.5rem;
    padding-left: 4rem;
  }
  .service_feature_content li span {
    font-size: 1.8rem;
  }
  .service_feature_content li h3 {
    font-size: 2.2rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   お問い合わせ

--------------------------------------------------------------------------------------------- */
.contact_lead_text {
  text-align: center;
  line-height: 2em;
}

input, textarea {
  border-radius: 0;
  line-height: 1em;
  outline: none;
  line-height: 1.8em;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=number] {
  padding: 0;
  border: none;
  margin: 0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
}

textarea {
  height: 20em;
  width: 100%;
  display: block;
  resize: vertical;
  padding: 0;
  border-radius: 0.5rem;
  padding: 1rem;
}

.send_btn {
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.4rem;
  width: 23.4rem;
  height: 5rem;
  border: none;
  font-weight: 700;
  font-size: inherit;
}

.form_dl dt {
  font-weight: 700;
  position: relative;
}

.form_doui {
  border: 1px solid #d9515d;
  border-radius: 0.4rem;
  color: #d9515d;
  max-width: 63rem;
  margin: 0 auto;
}

.form_doui p {
  line-height: 2em;
}

.form_doui .form_doui_title {
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

.form_dl dt .required {
  background: #d9515d;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0.2em 0.5em;
}

.thanks #contact p {
  line-height: 2.2em;
  margin-bottom: 3rem;
}

.thanks_contact {
  border-radius: 0.4rem;
  border: 1px solid #b4b4b4;
  max-width: 60rem;
  margin: 5rem auto 0;
}

.thanks #contact .thanks_contact p {
  margin-bottom: 1rem;
  line-height: 1.6em;
}

.thanks_contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thanks_contact dl dt {
  white-space: nowrap;
  margin-right: 0.5em;
}

.thanks #contact .en_bg_title {
  line-height: 1;
}

.select-wrap .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.select-wrap .wpcf7-form-control-wrap:before {
  content: "";
  z-index: 10;
  position: absolute;
  right: 1.5rem;
  top: 2.4rem;
  height: 1em;
  line-height: 1em;
  pointer-events: none;
  font-weight: bold;
  width: 1rem;
  height: 0.6rem;
  background: url(../img/arrow_bottom.svg) no-repeat center/100%;
}

.select-wrap .wpcf7-form-control-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1.8em;
}

.select-wrap select option {
  background-color: #fff;
  color: #222;
}

.wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

input[type=checkbox] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b4b4b5;
  border-radius: 0.2rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 3px solid #d9515d;
  border-right: 3px solid #d9515d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}

@media only screen and (max-width: 767px) {
  #contact h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .contact_lead_text {
    font-size: 1.63rem;
    margin-bottom: 6rem;
    text-align: left;
  }
  .form_dl {
    margin: 0 auto;
  }
  .form_dl dt,
  .form_dl dd {
    font-size: 1.63rem;
  }
  .form_dl dt {
    margin-bottom: 0.5rem;
  }
  .form_dl dd {
    margin-bottom: 2rem;
  }
  .send_btn {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
  }
  .form_doui {
    padding: 2rem 1rem;
    font-size: 1.2rem;
    margin-bottom: 6rem;
    margin-top: 4rem;
  }
  .form_doui .form_doui_title {
    font-size: 1.6rem;
  }
  .form_doui_txt {
    margin-bottom: 2.5rem;
  }
  .form_dl dt .required {
    margin-right: 1rem;
  }
  .thanks_contact {
    padding: 1.5rem 2rem;
  }
  textarea {
    height: 12em;
  }
  .contact .sec_first .en_bg_title {
    top: -11rem;
  }
  .contact .sec_first {
    padding-bottom: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_lead_text {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  .form_dl {
    max-width: 62rem;
    margin: 0 auto 4rem;
  }
  .form_dl dt,
  .form_dl dd {
    padding-left: 6rem;
  }
  .form_dl dt {
    margin-bottom: 1rem;
  }
  .form_dl dd {
    margin-bottom: 1.5rem;
  }
  .form_doui {
    padding: 2rem 2.5rem;
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .form_doui .form_doui_title {
    font-size: 1.6rem;
  }
  .form_doui_txt {
    margin-bottom: 5rem;
  }
  .form_dl dt .required {
    position: absolute;
    left: 0;
  }
  .thanks_contact {
    padding: 2.5rem;
  }
  .thanks #contact p {
    text-align: center;
  }
  .thanks #contact .thanks_contact p {
    text-align: left;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CASES

--------------------------------------------------------------------------------------------- */
#cases h2 {
  text-align: center;
}

.case_box:last-child {
  margin-bottom: 0;
}

.case_box h3,
.case_box h4 {
  color: #b6846e;
}

.case_box h3 span {
  margin-right: 1.5rem;
}

.case_box h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.case_box h4:first-of-type {
  margin-top: 0;
}

.case_box__inner {
  /*border-radius: 1.8rem;*/
  position: relative;
}

.case_box p {
  line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
  #cases h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .case_box__inner {
    background: url(../img/dashed_sp.svg) no-repeat center/100% 100%;
  }
  .case_box {
    margin-bottom: 4rem;
  }
  .case_box h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .case_box h3 span {
    display: block;
  }
  .case_box__inner {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #cases {
    padding-bottom: 6rem;
  }
  .case_box__inner {
    background: url(../img/dashed.svg) no-repeat center/100% 100%;
  }
  #cases h2 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .case_box {
    margin-bottom: 6rem;
  }
  .case_box h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .case_box__inner {
    padding: 3.5rem;
    font-size: 1.4rem;
  }
}
.training {
  margin: 7rem 0 0;
  padding: 7rem 7rem 0;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .training {
    padding: 0;
  }
}
.training h3 {
  font-size: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .training h3 {
    font-size: 2rem;
  }
}
.training ul {
  margin: 4rem auto;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .training ul {
    width: 100%;
  }
}
.training ul li {
  margin-top: 2rem;
}
.training ul li:first-child {
  margin-top: 0;
}
.training ul li h4 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .training ul li h4 {
    font-size: 1.5rem;
  }
}
.training p {
  margin-top: 2rem;
  text-align: center;
}
.training p strong {
  color: #d9515d;
  margin: 0 0.5rem;
  font-size: 3rem;
}/*# sourceMappingURL=page.css.map */