@charset "UTF-8";
.request_form .content-inner {
  max-width: 820px;
}
.request_form .section_request_form1 {
  padding-top: 60px;
  overflow: hidden;
}
.request_form .index_h1 {
  height: 230px;
}
.request_form .bg_h1 {
  min-width: 1400px;
  min-height: 230px;
}
.request_form .flow {
  margin-bottom: 55px;
}
.request_form .flow:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.request_form .flow li {
  width: 26.585365853658537%;
  float: left;
  padding: 12px 0;
  border: 1px solid #f81;
  position: relative;
}
.request_form .flow li.active {
  background-color: #f81;
  color: #fff;
  font-weight: bold;
}
.request_form .flow li:first-child,
.request_form .flow li:nth-child(2) {
  margin-right: 9.682926829268293%;
}
.request_form .flow li:first-child:after,
.request_form .flow li:nth-child(2):after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #f16841;
  display: block;
  position: absolute;
  right: -22.477064220183486%;
  top: 12px;
}
.request_form h2 {
  color: #f81;
}

.request_form .btn_entry-header {
  display: none;
}
.request_form .footer-entry {
  display: none;
}

.request_form .btn_entry {
  margin-bottom: 40px;
  background-color: transparent;
}
.request_form .attention {
	margin-bottom:90px;
	border:1px solid #ccc;
	padding:20px;
}
.request_form .btn_entry li {
  width: 266px;
  display: inline-block;
  margin: 0 20px;
}
.request_form .btn_entry li a {
  background-color: #f81;
  padding: 18px 0 14px 0;
  color: #fff;
  text-decoration: none;
  display: block;
}
.request_form .btn_entry li a span {
  display: block;
  line-height: 1.2;
}
.request_form .btn_entry li a:after {
  width: 39px;
  height: 44px;
  content: "";
  background: url("https://www.sakura.ad.jp/recruit/graduates/request_form/images/icon_download.png") no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.request_form .btn_entry .title {
  margin-bottom: 10px;
  font-size: 138%;
  font-weight: bold;
}
.request_form .btn_entry .description {
  margin-bottom: 10px;
}
.request_form .form_entry {
  margin: 0 auto;
  max-width: 820px;
}
.request_form .form_entry>ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.request_form .form_entry>ul>li {
  margin-bottom: 52px;
  text-align: left;
}
.request_form .form_entry .input_title {
  margin-bottom: 10px;
  color: #f81;
  font-weight: bold;
  line-height: 1;
}
.request_form .form_entry .input_title span {
  margin-left: 10px;
  padding: 2px 11px 2px 9px;
  color: #fff;
  background-color: #f81;
  font-size: 75%;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}
.request_form .form_entry input[type="text"] {
  width: 41.46341463414634%;
  padding: 13px;
  border: none;
  border-radius: 3px;
  color: #000;
  background-color: #eee;
  font-size: 100%;
}
.request_form .form_entry input[type="text"].first {
  margin-right: 2.439024390243902%;
}
.request_form .form_entry .birthday .input_area li,
.request_form .form_entry .mf .input_area li,
.request_form .form_entry .tel .input_area li {
  float: left;
}
.request_form .form_entry .birthday ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.request_form .form_entry .birthday li {
  margin-right: 3.902439024390244%;
}
.request_form .form_entry .birthday li:last-child {
  margin-right: 0;
}
.request_form .form_entry .birthday select {
  margin-right: 10px;
  width: 10em;
  padding: 8.235294117647058% 8.235294117647058%;
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://www.sakura.ad.jp/recruit/graduates/request_form/images/icon_arrow.png") 89% 50% no-repeat;
  cursor: pointer;
}
.request_form .form_entry .birthday select:after {
  content: "";
  width: 20px;
  height: 20px;
}
.request_form .form_entry .birthday select::-ms-expand {
  display: none;
}
.request_form .form_entry .mf ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.request_form .form_entry .mf li {
  margin: 0 42px 0 0;
}
.request_form .form_entry input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}
.request_form .form_entry input[type=radio]+label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  .request_form .form_entry input[type=radio] {
    display: none;
    margin: 0;
  }
  .request_form .form_entry input[type=radio]+label {
    padding: 0 0 0 40px;
  }
  .request_form .form_entry input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 19px;
  }
  .request_form .form_entry input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #999;
    border-radius: 9px;
  }
}
.request_form .form_entry .mail input[type="text"] {
  width: 60.97560975609756%;
}
.request_form .form_entry .tel input[type="text"] {
  width: 11em;
}
.request_form .field_personal_info {
  margin: 0 -100% 0 -100%;
  background-color: #eee;
}
.request_form .field_personal_info .field_personal_info-inner {
  margin: 0 auto 62px;
  padding: 56px 0;
  max-width: 820px;
}
.request_form .field_personal_info .field_personal_info-inner dl {
  margin-bottom: 30px;
}
.request_form .field_personal_info .field_personal_info-inner dt {
  margin-bottom: 30px;
  color: #f81;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
}
.request_form .field_personal_info .field_personal_info-inner dd {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  line-height: 2.1875;
}
.request_form .field_personal_info .field_personal_info-inner p {
  height: 37px;
  margin-bottom: 0;
  font-weight: bold;
}
.request_form .field_personal_info input[type=checkbox] {
  display: none;
}
.request_form .field_personal_info label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 48px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.request_form .field_personal_info label:after {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 35px;
  height: 35px;
  border: 1px solid #bbb;
  border-radius: 8px;
  content: '';
  background-color: #fff;
}
.request_form .field_personal_info label:before {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 15px;
  border-right: 7px solid #f81;
  border-bottom: 7px solid #f81;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.request_form .field_personal_info input[type=checkbox]:checked + label:before {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.request_form .btn_submit {
  margin: 0 auto;
  width: 468px;
  position: relative;
}
.request_form .btn_submit input[type=submit],
.request_form .btn_submit a {
  padding: 30px 0;
  width: 100%;
  color: #fff;
  background-color: #f81;
  font-size: 150%;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
}
.request_form .btn_submit:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 37px;
  right: 30px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.request_form .btn_submit.arrow_r:after {
  left: 32px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.request_form .btn_return {
  margin-top: 50px;
  width: 307px;
}
.request_form .btn_return a {
  padding: 20px 0;
  background-color: #aaa;
}
.request_form .btn_return:after {
  top: 25px;
  left: 30px;
  -webkit-transform: rotate(-134deg);
  -ms-transform: rotate(-134deg);
  transform: rotate(-134deg);
}
.request_form .file_select {
  width: 118px;
  display: inline-block;
  position: relative;
  padding: 8px;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}
.request_form .file_select:before {
  width: 20px;
  height: 11px;
  content: "";
  background: url("https://www.sakura.ad.jp/recruit/graduates/request_form/images/icon_arrow.png") left 50% no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 24px;
  top: 14px;
}
.request_form .file_select input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 30px;
  cursor: pointer;
}
.request_form .file_name {
  display: inline-block;
  margin-left: 10px;
}
.bg_object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.bg_object img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.bg_object img.img_object1 {
  -webkit-transform: translate(-151%, -175%) rotate(-56deg) scale(1);
  -ms-transform: translate(-151%, -175%) rotate(-56deg) scale(1);
  transform: translate(-151%, -175%) rotate(-56deg) scale(1);
}
.bg_object img.img_object2 {
  -webkit-transform: translate(43%, -28%) rotate(-61deg) scale(1);
  -ms-transform: translate(43%, -28%) rotate(-61deg) scale(1);
  transform: translate(43%, -28%) rotate(-61deg) scale(1);
}
.bg_object img.img_object3 {
  -webkit-transform: translate(-151%, -99%) rotate(-56deg) scale(1);
  -ms-transform: translate(-151%, -99%) rotate(-56deg) scale(1);
  transform: translate(-151%, -99%) rotate(-56deg) scale(1);
}
.bg_object img.img_object4 {
  -webkit-transform: translate(53%, -23%) rotate(-61deg) scale(1);
  -ms-transform: translate(53%, -23%) rotate(-61deg) scale(1);
  transform: translate(53%, -23%) rotate(-61deg) scale(1);
}
.bg_object img.img_object5 {
  -webkit-transform: translate(-148%, 7%) rotate(-65deg) scale(1);
  -ms-transform: translate(-148%, 7%) rotate(-65deg) scale(1);
  transform: translate(-148%, 7%) rotate(-65deg) scale(1);
}
.bg_object img.img_object6 {
  -webkit-transform: translate(55%, -90%) rotate(-61deg) scale(1);
  -ms-transform: translate(55%, -90%) rotate(-61deg) scale(1);
  transform: translate(55%, -90%) rotate(-61deg) scale(1);
}
/*================
 CONFIRM COMPLETE
=================*/
.section_request_confirm .content-inner .confirm-title {
  font-size: 150%;
  font-weight: bold;
}
.section_request_confirm table {
  margin: 0 auto 50px;
  width: 580px;
}
.section_request_confirm td {
  padding: 40px 0 13px;
  border-bottom: 1px solid #aaa;
}
.section_request_confirm td:first-child {
  width: 220px;
  font-weight: bold;
  color: #f81;
}
.complete_txt {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2.1875;
}
/*
  @SP
*/
@media only screen and (max-width: 768px) {
  .request_form .index_h1 {
    height: 108px;
  }
  .request_form .index_h1 img {
    min-width: 450px;
    min-height: 127px;
    height: auto;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    top: 50%;
  }
  .request_form .section_request_form1 {
    padding-top: 8.982035928143713%;
  }
  .request_form .flow li {
    width: 29.041916167664674%;
    padding: 6px 0;
    font-size: 75%;
  }
  .request_form .flow li:first-child,
  .request_form .flow li:nth-child(2) {
    margin-right: 5.089820359281437%;
  }
  .request_form .flow li:first-child:after,
  .request_form .flow li:nth-child(2):after {
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
    border-left: 6.5px solid #f16841;
    right: -12.5%;
    top: 10px;
  }
  .request_form .btn_entry {
    margin-bottom: 50px;
  }
  .request_form .btn_entry li {
    width: 100%;
    max-width: 334px;
    display: block;
    margin: 0 auto;
  }
  .request_form .btn_entry li:first-child {
    margin: 0 auto 20px;
  }
  .request_form .btn_entry li a {
    padding: 4.491017964071856% 0;
    position: relative;
  }
  .request_form .btn_entry li a:after {
    width: 23px;
    height: 25px;
    position: absolute;
    right: 5.6%;
    top: 35%;
  }
  .request_form .btn_entry li .title {
    font-size: 115%;
  }
  .request_form .btn_entry li .description {
    margin-bottom: 0;
    font-size: 93%;
    line-height: 1.3;
  }
  .request_form .form_entry .input_title span {
    padding: 2px 11px 2px 9px;
  }
  .request_form .form_entry input[type="text"] {
    width: 39.82035928143712%;
    font-size: 93%;
  }
  .request_form .form_entry>ul>li {
    margin-bottom: 30px;
  }
  .request_form .form_entry .birthday select {
    margin-right: 3px;
    padding: 10px;
    width: 72px;
    font-size: 93%;
    background-size: 12.5px 6.5px;
  }
  .request_form .form_entry .birthday label {
    font-size: 82%;
  }
  .request_form .form_entry .birthday li {
    margin-right: 6px;
  }
  .request_form .form_entry .tel li {
    margin-right: 25px;
  }
  .request_form .form_entry .tel li:after {
    position: absolute;
    top: 6px;
    right: -16px;
  }
  .request_form .form_entry .tel input[type="text"] {
    margin-right: 0;
    padding: 10px 15px;
  }
  .request_form .form_entry .file_name {
    font-size: 82%;
  }
  .request_form .form_entry .field_personal_info .field_personal_info-inner {
    max-width: 32%;
    padding-top: 35px;
    padding: 3.72%;
    width: 86.97916666666666%;
  }
  .request_form .form_entry .field_personal_info .field_personal_info-inner dt {
    margin-bottom: 5.729166666666666%;
    font-size: 125%;
  }
  .request_form .form_entry .field_personal_info .field_personal_info-inner dd {
    font-size: 82%;
    line-height: 1.384615384615385;
  }
  .request_form .form_entry .field_personal_info .field_personal_info-inner dd span {
    display: block;
  }
  .request_form .form_entry .field_personal_info label {
    margin: 0 22px;
    padding: 0 0 0 44px;
    height: 37px;
    vertical-align: middle;
    display: table-cell;
    font-size: 82%;
  }
  .request_form .form_entry .field_personal_info label:before {
    top: 12px;
  }
  .request_form .form_entry .field_personal_info label:after {
    top: 10px;
  }
  .request_form .form_entry .btn_submit {
    width: 100%;
  }
  .request_form .form_entry .btn_submit input[type=submit],
  .request_form .form_entry .btn_submit a {
    font-size: 125%;
  }
  .request_form .form_entry input[type=radio] {
    margin-right: 6px;
  }
  .request_form .form_entry input[type=radio]+label {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
  }
  .request_form .form_entry input[type=radio]+label {
    padding: 0 0 0 30px;
    line-height: 20px;
  }
  .request_form .form_entry input[type=radio]+label:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #999;
    border-radius: 19px;
  }
  .request_form .form_entry input[type=radio]:checked+label:after {
    left: 4px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 9px;
  }
  .request_form .file_select:before {
    top: 16px;
    width: 11.5px;
    height: 7.5px;
    background-size: contain;
  }
  .request_form .complete_txt {
    text-align: center;
  }
  .request_form .btn_submit {
    width: 100%;
  }
  .request_form .btn_submit a {
    padding: 24px 0;
    font-size: 125%;
  }
  .request_form .arrow_r:after {
    top: 28px;
  }
  .request_form .btn_return {
    margin-top: 40px;
    width: 75.74850299401199%;
  }
  .request_form .file_select {
    width: 112px;
  }
  .bg_object img.img_object1 {
    display: none;
  }
  .bg_object img.img_object2 {
    -webkit-transform: translate(-12%, -25%) rotate(-61deg) scale(0.5);
    -ms-transform: translate(-12%, -25%) rotate(-61deg) scale(0.5);
    transform: translate(-12%, -25%) rotate(-61deg) scale(0.5);
  }
  .bg_object img.img_object3 {
    -webkit-transform: translate(-151%, -99%) rotate(-56deg) scale(1);
    -ms-transform: translate(-151%, -99%) rotate(-56deg) scale(1);
    transform: translate(-151%, -99%) rotate(-56deg) scale(1);
  }
  .bg_object img.img_object4 {
    -webkit-transform: translate(53%, -23%) rotate(-61deg) scale(1);
    -ms-transform: translate(53%, -23%) rotate(-61deg) scale(1);
    transform: translate(53%, -23%) rotate(-61deg) scale(1);
  }
  .bg_object img.img_object5 {
    -webkit-transform: translate(-148%, 7%) rotate(-65deg) scale(1);
    -ms-transform: translate(-148%, 7%) rotate(-65deg) scale(1);
    transform: translate(-148%, 7%) rotate(-65deg) scale(1);
  }
  .bg_object img.img_object6 {
    -webkit-transform: translate(55%, -90%) rotate(-61deg) scale(1);
    -ms-transform: translate(55%, -90%) rotate(-61deg) scale(1);
    transform: translate(55%, -90%) rotate(-61deg) scale(1);
  }
  .section_request_confirm table {
    margin: 0 auto 10.479041916167663%;
    width: 100%;
  }
  .section_request_confirm td {
    font-size: 88%;
  }
  .section_request_confirm td:first-child {
    width: 38.92215568862276%;
  }
}
.error_text {
  margin-bottom: 10px;
  color: #f00;
  font-size: 75%;
  margin-left: 1.5em;
  list-style: disc;
}