:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
.header_recruit {
  margin-left: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  align-self: center;
}
@media screen and (max-width: 1023px) {
  .header_recruit {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header_recruit {
    font-size: 10px;
  }
}
.header_recruit a {
  display: table;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: var(--color-red);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header_recruit a {
    padding: 5px 7px;
  }
}
#main section h3.icon {
  margin: 0;
  background: no-repeat top;
  text-align: center;
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding-left: 0.09em;
}
@media screen and (max-width: 767px) {
  #main section h3.icon {
    font-size: 20px;
  }
}
#main section.top_kv {
  background: url(../media/images/recruit/top/kv-bg.png) no-repeat center / cover;
  padding: 247px 0 237px;
}
@media screen and (max-width: 767px) {
  #main section.top_kv {
    padding: 30px 20px;
  }
}
#main section.top_kv .inner {
  max-width: 1164px;
}
#main section.top_kv .j {
  font-size: 60px;
  line-height: 1.1666666667;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #main section.top_kv .j {
    font-size: 20px;
  }
}
#main section.top_kv .e {
  margin-top: 14px;
  padding: 0 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.top_kv .e {
    margin-top: 5px;
    font-size: 14px;
  }
}
#main section.top_lead {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #main section.top_lead {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#main section.top_lead .inner {
  max-width: 566px;
}
#main section.top_lead p {
  margin: 0;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main section.top_lead p {
    font-size: 14px;
  }
}
#main section.top_video {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #main section.top_video {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#main section.top_video h3.icon {
  background-image: url(../media/images/recruit/top/video-icon.svg);
  padding-top: 28px;
}
#main section.top_video p.lead {
  margin: 63px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.top_video p.lead {
    margin-top: 30px;
    font-size: 15px;
  }
}
#main ul.videos {
  margin: 67px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #main ul.videos {
    margin-top: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
#main ul.videos li {
  flex: 1 1 50%;
}
#main ul.videos li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
}
#main ul.videos li a[href^="https://www.youtube.com/"], #main ul.videos li a[href^="https://youtu.be/"] {
  position: relative;
}
#main ul.videos li a[href^="https://www.youtube.com/"]::after, #main ul.videos li a[href^="https://youtu.be/"]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../media/images/common/icon_play.svg) no-repeat center / 80px;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main ul.videos li a[href^="https://www.youtube.com/"]::after, #main ul.videos li a[href^="https://youtu.be/"]::after {
    background-size: 46px;
  }
}
#main ul.videos li .balloon {
  margin: 0 37.5px;
  background-color: #333;
  border-radius: 10px;
  padding: 14px 10px 16px calc(10px + 0.05em);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main ul.videos li .balloon {
    margin: 0;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#main ul.videos li .balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12%;
  width: 11px;
  height: 10px;
  background: url(../media/images/recruit/top/video-balloon.png) no-repeat center;
}
#main ul.videos li .thumb {
  margin-top: 20px;
}
#main ul.videos li .thumb img, #main ul.videos li .thumb iframe {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 1.6493055556;
  background-color: #d9d9d9;
  border: none;
}
#main ul.videos li .prof {
  margin-top: 11px;
}
#main ul.videos li .prof p.post {
  margin: 0;
  font-size: 18px;
  line-height: 1.9444444444;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main ul.videos li .prof p.post {
    font-size: 16px;
    line-height: 1.5625;
  }
}
#main ul.videos li .prof p.name {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main ul.videos li .prof p.name {
    font-size: 14px;
  }
}
#main section.top_message1 {
  margin-top: 80px;
  background-color: #148fdc;
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  #main section.top_message1 {
    margin-top: 30px;
    padding: 30px 20px 40px;
  }
}
#main section.top_message1 .inner {
  max-width: 1366px;
}
#main section.top_message1 h3.icon {
  background-image: url(../media/images/recruit/top/message1-icon.svg);
  padding-top: 33px;
  color: #fff;
}
#main section.top_message1 p.lead {
  margin: 63px 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.top_message1 p.lead {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5625;
  }
}
#main section.top_message1 .videos li .thumb {
  margin-top: 0;
}
#main section.top_message1 ul.voice {
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #main section.top_message1 ul.voice {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#main section.top_message1 ul.voice li img {
  width: 100%;
  vertical-align: top;
}
#main section.top_message2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 {
    margin-top: 30px;
  }
}
#main section.top_message2 .inner {
  max-width: 1366px;
}
#main section.top_message2 h3.icon {
  background-image: url(../media/images/recruit/top/message2-icon.svg);
  padding-top: 33px;
}
#main section.top_message2 ul.message {
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message {
    margin-top: 30px;
  }
}
#main section.top_message2 ul.message li {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (min-width: 768px), print {
  #main section.top_message2 ul.message li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li {
    height: auto;
    flex-direction: column;
  }
}
#main section.top_message2 ul.message li .pic {
  flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .pic {
    flex-basis: auto;
  }
}
#main section.top_message2 ul.message li .pic img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .pic img {
    height: auto;
  }
}
#main section.top_message2 ul.message li .text {
  flex: 1 1 50%;
  background: linear-gradient(90deg, #5bbfdf 0%, #148fdc 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text {
    flex-basis: auto;
    gap: 0;
    padding: 10px 20px 20px;
  }
}
#main section.top_message2 ul.message li .text h4 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text h4 {
    font-size: 20px;
  }
}
#main section.top_message2 ul.message li .text p.name {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text p.name {
    font-size: 17px;
  }
}
#main section.top_message2 ul.message li .text .more_button {
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text .more_button {
    padding-top: 10px;
  }
}
#main section.top_message2 ul.message li .text .more_button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-button-border);
  --bg-color: #fff;
  --text-color: var(--color-text);
  --hover-bg-color: var(--color-button-border);
  --hover-text-color: var(--color-text);
  --arrow-image: url(../media/images/templete/arrow-gray.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
  --border-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text .more_button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.top_message2 ul.message li .text .more_button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.top_message2 ul.message li .text .more_button a:hover {
    background-position: right 15px center;
  }
}
#main section.top_question {
  background: url(../media/images/model_house/bg_dots.png) repeat top / 1488px;
  padding: 72px 0 78.02px;
}
@media screen and (max-width: 767px) {
  #main section.top_question {
    padding: 30px 20px;
  }
}
#main section.top_question .inner {
  max-width: 1006px;
}
#main section.top_question h3.icon {
  background-image: url(../media/images/recruit/top/question-icon.svg);
  padding-top: 45px;
}
#main section.top_question .lr {
  margin-top: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}
#main section.top_question .lr .pic {
  flex: 0 1 auto;
  padding-left: 69px;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr .pic {
    padding-left: 0;
    text-align: center;
  }
}
#main section.top_question .lr .pic img {
  max-width: 100%;
  vertical-align: top;
}
#main section.top_question .lr .text {
  flex: 0 1 470px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr .text {
    flex-basis: auto;
    padding-top: 0;
  }
}
#main section.top_question .lr .text p {
  margin: 0;
  padding: 0 5px;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr .text p {
    padding: 0;
    font-size: 15px;
  }
}
#main section.top_question .lr .text .more_button {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr .text .more_button {
    margin-top: 20px;
  }
}
#main section.top_question .lr .text .more_button a {
  display: block;
  width: 365px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #148fdc;
  background-image: url(../media/images/templete/arrow-white.svg), linear-gradient(90deg, #5bbfdf 0%, #148fdc 100%);
  background-repeat: no-repeat;
  background-position: right 26px center, center;
  background-size: auto, 100% 100%;
  padding: 15px 0 15px 0.1em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #main section.top_question .lr .text .more_button a {
    width: 220px;
    padding: 11px 0 8.62px;
    background-size: 12px, 100% 100%;
    background-position: right 16px center;
    font-size: 13px;
  }
}
#main section.top_culture {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  #main section.top_culture {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#main section.top_culture a {
  display: block;
  margin: 0 auto;
  width: 500px;
  border-radius: 10px;
  background-color: #fa1414;
  padding: 31.25px 0 31.25px 0.06em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #main section.top_culture a {
    width: 270px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#main section.top_buttons {
  margin: 80px 0 84px;
}
@media screen and (max-width: 767px) {
  #main section.top_buttons {
    margin: 30px 0;
    padding: 0 20px;
  }
}
#main section.top_buttons h3.icon {
  background-image: url(../media/images/recruit/top/buttons-icon.svg);
  padding-top: 35px;
}
#main section.top_buttons ul.buttons {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  #main section.top_buttons ul.buttons {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
#main section.top_buttons ul.buttons li {
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  #main section.top_buttons ul.buttons li {
    flex-basis: auto;
  }
}
#main section.top_buttons ul.buttons li a {
  display: block;
  margin: 0 auto;
  width: 500px;
  border-radius: 10px;
  background-color: #fa1414;
  padding: 31.25px 0 31.25px 0.06em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  width: 320px;
}
@media screen and (max-width: 767px) {
  #main section.top_buttons ul.buttons li a {
    width: 270px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#main .section_recruit_entry {
  padding: 30px 20px 60px;
}
#main .section_recruit_entry h3.icon {
  background-image: url(../media/images/recruit/top/entry-icon.svg);
  background-size: 30px;
  padding-top: 35px;
}
#main .section_recruit_entry .recruit_entry {
  margin: 50px 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  #main .section_recruit_entry .recruit_entry {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
#main .section_recruit_entry .recruit_entry li {
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  #main .section_recruit_entry .recruit_entry li {
    flex-basis: auto;
  }
}
#main .section_recruit_entry .recruit_entry li a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-button-border);
  --bg-color: #fff;
  --text-color: var(--color-text);
  --hover-bg-color: var(--color-button-border);
  --hover-text-color: var(--color-text);
  --arrow-image: url(../media/images/templete/arrow-gray.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
}
@media screen and (max-width: 767px) {
  #main .section_recruit_entry .recruit_entry li a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main .section_recruit_entry .recruit_entry li a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main .section_recruit_entry .recruit_entry li a:hover {
    background-position: right 15px center;
  }
}
#main section.message_kv {
  max-width: 1366px;
  min-height: 400px;
  margin: 0 auto;
  background: url(../media/images/recruit/new_message/kv-bg.jpg) no-repeat center / cover;
  padding: 106px 30px 43px;
}
@media screen and (max-width: 767px) {
  #main section.message_kv {
    min-height: auto;
    padding: 20px;
  }
}
#main section.message_kv.message_kv_low_height {
  min-height: 350px;
  padding: 128px 30px 43px;
}
@media screen and (max-width: 767px) {
  #main section.message_kv.message_kv_low_height {
    min-height: auto;
    padding: 20px;
  }
}
#main section.message_kv .inner {
  max-width: 1002px;
}
#main section.message_kv h2 {
  margin: 0;
}
#main section.message_kv h2 span.j {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 11px 6px 9px 10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #main section.message_kv h2 span.j {
    padding: 5px;
    font-size: 20px;
  }
}
#main section.message_kv h2 span.e {
  display: block;
  margin-top: 5px;
  width: fit-content;
  background-color: #fff;
  padding: 11px 7px 9px 14px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #main section.message_kv h2 span.e {
    padding: 5px;
    font-size: 14px;
  }
}
#main section.message_kv .name {
  margin-top: 86px;
  padding-left: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.message_kv .name {
    margin-top: 50px;
    font-size: 15px;
  }
}
#main section.message_lead {
  padding: 67.5px 0;
}
@media screen and (max-width: 767px) {
  #main section.message_lead {
    padding: 30px 20px;
  }
}
#main section.message_lead p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: 900;
  letter-spacing: 0.09em;
  padding-left: 0.09em;
}
@media screen and (max-width: 767px) {
  #main section.message_lead p {
    font-size: 18px;
  }
}
#main section.message_main .subsection {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection {
    padding-bottom: 0;
  }
}
#main section.message_main .subsection .inner {
  max-width: 1366px;
  position: relative;
}
#main section.message_main .subsection h4 {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0;
  width: 400px;
  min-height: 300px;
  background-color: #06180a;
  padding: 30px 30px 15px;
  color: #fff;
  font-size: 25px;
  line-height: 1.76;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection h4 {
    position: relative;
    width: 220px;
    min-height: auto;
    padding: 15px;
    font-size: 15px;
  }
}
#main section.message_main .subsection h4 span.num {
  display: block;
  color: #00ffc1;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection h4 span.num {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
#main section.message_main .subsection p {
  position: relative;
  z-index: 0;
  width: calc(100% - 366px);
  margin: 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 2.1111111111;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 91px 182px 70px;
}
@media screen and (max-width: 1365px) {
  #main section.message_main .subsection p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection p {
    top: -30px;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 40px 20px 20px;
  }
}
#main section.message_main .subsection:nth-child(odd) {
  background: linear-gradient(90deg, #5bbfdf 0%, #148fdc 100%);
}
@media screen and (min-width: 768px), print {
  #main section.message_main .subsection:nth-child(odd) h4 {
    right: 782px;
  }
}
@media screen and (max-width: 1365px) {
  #main section.message_main .subsection:nth-child(odd) h4 {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection:nth-child(odd) h4 {
    margin-right: auto;
  }
}
#main section.message_main .subsection:nth-child(odd) p {
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  #main section.message_main .subsection:nth-child(odd) p {
    padding-left: 278px;
  }
}
@media screen and (max-width: 1365px) {
  #main section.message_main .subsection:nth-child(odd) p {
    padding-left: 80px;
  }
}
#main section.message_main .subsection:nth-child(even) {
  background: linear-gradient(90deg, #1d64b4 0%, #5ac8c8 100%);
}
@media screen and (min-width: 768px), print {
  #main section.message_main .subsection:nth-child(even) h4 {
    left: 782px;
  }
}
@media screen and (max-width: 1365px) {
  #main section.message_main .subsection:nth-child(even) h4 {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  #main section.message_main .subsection:nth-child(even) h4 {
    margin-left: auto;
  }
}
#main section.message_main .subsection:nth-child(even) p {
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  #main section.message_main .subsection:nth-child(even) p {
    padding-right: 278px;
  }
}
@media screen and (max-width: 1365px) {
  #main section.message_main .subsection:nth-child(even) p {
    padding-right: 80px;
  }
}
#main section.message_gallery {
  margin: 78px 0 59px;
  padding: 0 31px;
}
@media screen and (max-width: 767px) {
  #main section.message_gallery {
    margin: 30px 0;
    padding: 0 20px;
  }
}
#main section.message_gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 31px;
}
@media screen and (max-width: 767px) {
  #main section.message_gallery ul {
    flex-direction: column;
    gap: 20px;
  }
}
#main section.message_gallery ul li {
  flex: 0 1 auto;
}
#main section.message_gallery ul li img {
  width: 100%;
  vertical-align: top;
}
#main .button_grd {
  margin: auto 0 0;
}
@media screen and (max-width: 767px) {
  #main .button_grd {
    margin-top: 20px;
  }
}
#main .button_grd a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  background: url(../media/images/templete/arrow-white.svg), linear-gradient(90deg, #5bbfdf 0%, #148fdc 100%);
  background-position: right 30px center, left top;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #main .button_grd a {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #main .button_grd a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px, 100%;
  }
}
#main .message_list {
  margin: 0 auto;
  padding: 80px 30px;
  max-width: 1366px;
  background: linear-gradient(0deg, #5bbfdf 0%, #148fdc 100%);
}
@media screen and (max-width: 767px) {
  #main .message_list {
    padding: 30px 20px 40px;
  }
}
#main .message_list .message_list_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 50px 5%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_wrap {
    gap: 30px 3%;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_wrap {
    display: block;
  }
}
#main .message_list .message_list_item {
  flex: 0 0 47.5%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_item {
    flex: 0 0 48%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_item + .message_list_item {
    margin-top: 25px;
  }
}
#main .message_list .message_list_title {
  margin: 0;
  padding: 36px 0;
  background-color: #000;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_title {
    padding: 28px 0;
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_title {
    padding: 22px 0;
    font-size: 24px;
  }
}
#main .message_list .message_list_contents {
  padding: 70px 20px 50px;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_contents {
    padding: 40px 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_contents {
    padding: 20px 10px;
  }
}
#main .message_list .message_list_contents p {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_contents p {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_contents p {
    font-size: 20px;
    line-height: 2;
  }
}
#main .message_list .message_list_contents p .sub {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_contents p .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_contents p .sub {
    font-size: 16px;
  }
}
#main .message_list .message_list_contents .button_grd {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  #main .message_list .message_list_contents .button_grd {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .message_list .message_list_contents .button_grd {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=./recruit.css.map */