/* ==================================================
	color settings
================================================== */
#content_area > section {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #content_area > section {
    margin-bottom: 18.662vw;
  }
}

#content_area > section:first-child {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #content_area > section:first-child {
    margin-top: 13.33vw;
  }
}

#content_area.page_message > section:first-child, #content_area.page_interview > section:first-child, #content_area.page_crosstalk > section:first-child {
  margin-top: 0;
}

#content_area.page_works > section:nth-child(even) {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #content_area.page_works > section:nth-child(even) {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.page_ttl {
  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;
  height: 220px;
  background: #edf9ff;
}

@media screen and (max-width: 767px) {
  .page_ttl {
    height: 42.656vw;
  }
}

.page_ttl h1 {
  position: relative;
  z-index: 0;
  font-size: 3.8rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_ttl h1 {
    font-size: 7.998vw;
  }
}

.page_ttl h1::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  bottom: 0;
  left: -5px;
  z-index: -1;
  background: #ffdf5e;
}

.head_wrap {
  position: relative;
}

.head_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.head_wrap .site_wrap {
  padding-top: 500px;
}

@media screen and (max-width: 767px) {
  .head_wrap .site_wrap {
    padding-top: 58.652vw;
  }
}

.head_wrap .txt_box {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
}

@media screen and (min-width: 768px) {
  .head_wrap .txt_box {
    width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .head_wrap .txt_box {
    border-radius: 3.999vw;
    padding: 7.998vw;
  }
}

.head_wrap .txt_box .sub {
  color: #ebc058;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .head_wrap .txt_box .sub {
    font-size: 4.2656vw;
  }
}

.head_wrap .txt_box h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .head_wrap .txt_box h2 {
    margin-bottom: 5.332vw;
    margin-top: 1.333vw;
  }
}

.head_wrap .txt_box .name {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .head_wrap .txt_box .name {
    font-size: 4.2656vw;
  }
}

.under_common_wrap {
  margin-bottom: 100px;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .under_common_wrap {
    margin-bottom: 15.996vw;
    margin-top: 26.66vw;
  }
}

.under_common_wrap .interview {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .interview {
    padding-bottom: 18.662vw;
  }
}

.under_common_wrap .interview::after {
  content: "";
  width: 100%;
  height: 300px;
  background: #edf9ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.under_common_wrap .interview h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .interview .site_wrap {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .under_common_wrap .interview ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .under_common_wrap .interview ul li {
    width: 380px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
            box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
    padding-bottom: 35px;
  }
  .under_common_wrap .interview ul img {
    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .under_common_wrap .interview ul li {
    background: #fff;
    margin-left: 2.666vw;
    margin-right: 2.666vw;
    margin-bottom: 2.666vw;
    border-radius: 3.999vw;
    padding-bottom: 5.332vw;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
            box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
  }
  .under_common_wrap .interview ul img {
    border-top-left-radius: 3.999vw;
    border-top-right-radius: 3.999vw;
  }
}

.under_common_wrap .interview ul span {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  padding: 35px 0 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .interview ul span {
    padding-top: 5.332vw;
    padding-bottom: 3.999vw;
  }
}

.under_common_wrap .interview ul .btn_style01 {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .interview ul .btn_style01 {
    width: 47.988vw;
  }
}

.under_common_wrap .crosstalk {
  position: relative;
}

.under_common_wrap .crosstalk::before {
  content: "";
  background: url(../common_img/crosstalk_img_pc-2.jpg) center top no-repeat;
  background-size: cover;
  height: 480px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .crosstalk::before {
    background: url(../common_img/crosstalk_img_sp-2.jpg) center top no-repeat;
    background-size: cover;
    height: 66.65vw;
  }
}

.under_common_wrap .crosstalk::after {
  content: "";
  width: 100%;
  height: 240px;
  background: #edf9ff;
  position: absolute;
  top: 480px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .crosstalk::after {
    top: 66.65vw;
    height: 74.648vw;
  }
}

.under_common_wrap .crosstalk h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .crosstalk h3 {
    margin-bottom: 5.332vw;
  }
}

.under_common_wrap .crosstalk .site_wrap {
  padding-top: 280px;
}

@media screen and (max-width: 767px) {
  .under_common_wrap .crosstalk .site_wrap {
    padding-top: 47.988vw;
  }
}

.under_common_wrap .crosstalk .box_style {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .under_common_wrap .crosstalk .box_style {
    width: 900px;
    margin: 0 auto;
  }
}

.under_common_wrap .crosstalk .btn_style01 {
  margin-right: auto;
  margin-left: auto;
}

.page_about .area {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_about .area {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.page_works h2 {
  text-align: center;
}

.page_requirement .dl_table_style li {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 5px;
}

.page_requirement .faq_wrap dd {
  margin-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page_requirement .faq_wrap dd {
    margin-bottom: 7.998vw;
  }
}

.page_requirement .faq_wrap dd:last-child {
  margin-bottom: 0;
}

.page_requirement .banner {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_requirement .banner {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.page_requirement .banner .column02 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page_requirement .banner h2 {
  text-align: center;
}

.page_requirement .banner h2 img {
  vertical-align: middle;
  display: inline-block;
  padding-right: 15px;
  height: 36px;
}

.page_requirement .banner p {
  text-align: center;
}

.page_requirement .banner .btn a {
  border: 1px solid #e7e7e7;
  margin: 0 auto;
  padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 90px;
}

@media screen and (min-width: 768px) {
  .page_requirement .banner .btn a {
    width: 350px;
  }
}

.page_requirement .banner .btn img {
  width: 300px;
  margin: 0 auto;
}

.page_message .head_wrap::before {
  background: url(../message/images/head_img.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .page_message .head_wrap::before {
    height: 79.98vw;
    background-size: cover;
  }
}

.page_message .content p {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_message .content p {
    margin-bottom: 7.998vw;
  }
}

.page_message .photo {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_message .photo {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .page_interview .head_wrap .txt_box {
    width: 960px;
  }
}

.page_interview.interview01 .head_wrap::before {
  background: url(../interview01/images/head_img.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .page_interview.interview01 .head_wrap::before {
    height: 79.98vw;
    background-size: cover;
  }
}

.page_interview.interview02 .head_wrap::before {
  background: url(../interview02/images/head_img.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .page_interview.interview02 .head_wrap::before {
    height: 79.98vw;
    background-size: cover;
  }
}

.page_interview.interview03 .head_wrap::before {
  background: url(../interview03/images/head_img-2.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .page_interview.interview03 .head_wrap::before {
    height: 79.98vw;
    background-size: cover;
  }
}

.page_interview .txt p {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_interview .txt p {
    margin-bottom: 7.998vw;
  }
}

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

.page_interview .schedule {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_interview .schedule {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .page_interview .holiday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .page_interview .holiday .txt {
    width: 660px;
  }
}

@media screen and (min-width: 768px) {
  .page_interview .holiday img {
    margin-left: 60px;
    border-radius: 20px;
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .page_interview .holiday img {
    border-radius: 3.999vw;
    margin-top: 10.664vw;
  }
}

.page_crosstalk .head_wrap {
  background: url(../crosstalk/images/head_img_pc-3.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
  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;
}

@media screen and (max-width: 767px) {
  .page_crosstalk .head_wrap {
    background: url(../crosstalk/images/head_img_sp-3.jpg) center top no-repeat;
    height: 106.64vw;
    background-size: cover;
  }
}

.page_crosstalk .head_wrap h2 {
  width: 610px;
}

@media screen and (max-width: 767px) {
  .page_crosstalk .head_wrap h2 {
    width: 83.7124vw;
  }
}

.page_crosstalk h3 span {
  color: #ebc058;
  font-size: 1.4rem;
  margin-bottom: 50px;
  display: block;
}

@media screen and (max-width: 767px) {
  .page_crosstalk h3 span {
    margin-bottom: 7.998vw;
    font-size: 3.4658vw;
  }
}

.page_crosstalk .ques_wrap:nth-child(odd) {
  background: #edf9ff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_crosstalk .ques_wrap:nth-child(odd) {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .page_crosstalk .ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_crosstalk .ques {
    margin-bottom: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .page_crosstalk .ques.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page_crosstalk .ques:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page_crosstalk .ques > div:first-child {
    margin-bottom: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .page_crosstalk .ques .img_box {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .page_crosstalk .ques .txt {
    width: 46%;
    margin-top: 30px;
  }
}

.page_crosstalk .ques .txt p {
  margin-bottom: 40px;
}

.page_crosstalk .ques .txt p:last-child {
  margin-bottom: 0;
}

.page_crosstalk .txt02 p {
  margin-bottom: 40px;
}

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