@charset "utf-8";
/* CSS Document */

/* ===========================
	Reset Css
=========================== */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.5;
}
body table {
  margin: auto;
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
textarea,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  border: none;
  list-style: none;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}
img {
  border: none;
  vertical-align: top;
}
a:link {
  color: #2e93d5;
  transition: all 0.3s;
}
a:visited {
  color: #2e93d5;
  text-decoration: none;
}
a:hover {
  color: #004d91;
  text-decoration: none;
}
a:active {
  color: #004d91;
  text-decoration: none;
}

/* ===========================
	layout
=========================== */
#wrap {
  position: relative;
  font-size: 18px;
}
.contents_wrap {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1640px;
}
.l_contents {
  margin: 0;
  padding: 0;
  max-width: none;
}


/* ===========================
	header
=========================== */
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
#header .logo {
  margin: 36px 0 14px 30px;
}
.btn01 {
  position: absolute;
  top: 25px;
  right: 32px;
}
.btn01 ul {
  overflow: hidden;
}
.btn01 li {
  float: left;
  text-align: center;
}
.btn01 li.login {
  border: 1px solid #ea0437;
  background: #ea0437;
}
.btn01 li a {
  display: block;
  padding: 11px 0;
  width: 260px;
  color: #fff;
  text-decoration: none;
}
.btn01 li.login a:hover {
  background: #fff;
  color: #ea0437;
}

/* ===========================
	mainImage
=========================== */
#mainImage {
  position: relative;
  width: 100%;
  height: 100vh;
}
#mainImage::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
#mainImage h1 {
  position: absolute;
  bottom: 10%;
  left: 30px;
  z-index: 2;
  width: 100%;
  height: auto;
  color: #ea0437;
  text-align: left;
  font-weight: bold;
  font-size: 48px;
}
#mainImage .main_visual {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: calc(1080 / 1920 * 100vw);
  width: calc(1920 / 1080 * 100vh);
  height: 100%;
  transform: translate(-50%, -50%);
}
#mainImage .main_visual video {
  width: 100%;
  height: 100%;
}

/* ===========================
	main
=========================== */
#main {
  text-align: center;
}
.main_lead {
  margin-bottom: 120px;
}
.fw_bold {
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 36px;
}
.fw_bold > span {
  font-weight: bold;
  font-size: 28px;
}
.headline_01 {
  margin-bottom: 44px;
}
.headline_03 {
  margin-bottom: 48px;
}
.headline_01 h2,
.headline_03 h2 {
  margin-bottom: 22px;
  text-align: center;
}
.headline_02 h3 {
  margin-bottom: 48px;
  text-align: center;
}
.headline_04 h3 {
  margin-bottom: 20px;
  text-align: center;
}
.headline_01 p,
.headline_03 p {
  color: #989898;
  font-size: 18px;
}
#main p.text {
  margin-bottom: 31px;
  line-height: 2;
}
.box {
  margin-bottom: 161px;
  padding: 49px 0 45px;
  background: #f4f5f6;
}
.headline_02 {
  margin-bottom: 27px;
  font-size: 38px;
}
.col3 {
  overflow: hidden;
}
.col3 .col {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.col3 .col:last-child {
  margin-right: 0;
}
.col3 .col .colInner {
  position: relative;
}
.col3 .col img {
  max-width: 100%;
  height: auto;
}
.col3 .col .label {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12%;
  width: 100%;
  color: #fff;
  font-size: 100%;
}
.col3 .col .label p {
  padding-bottom: 6px;
  font-size: 222.22%;
}
.col2 {
  overflow: hidden;
  margin-bottom: 152px;
}
.col2 .col {
  float: left;
  margin-right: 6%;
  width: 47%;
}
.col2 .col:last-child {
  margin-right: 0;
}
.col2 .col img {
  max-width: 100%;
  height: auto;
}
.col2 .col .contents {
  position: relative;
  margin: -35px 3% 10px;
  padding: 43px 0 31px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.28);
}
.headline_04 p {
  padding-bottom: 3%;
  font-size: 20px;
}
.col2 .col .contents p.date {
  font-weight: bold;
  font-size: 150%;
}
.col2 .col .contents p.date span.small {
  font-weight: normal;
  font-size: 20px;
}
.btn00 {
  padding: 75px 0;
  background: #f4f5f6;
}
.btn00Inner {
  margin: 0 auto;
  max-width: 1120px;
}
.btn00 ul {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.btn00 li {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}
.btn00 li.login {
  border: 1px solid #ea0437;
  background: #ea0437;
}
.btn00 li a {
  position: relative;
  display: block;
  padding: 26px 0;
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}
.btn00 li a:after {
  position: absolute;
  top: 40%;
  right: 3%;
  width: 54px;
  height: 12px;
  background: url(/img/jobs/internship/2024/bg_jobs_internship_2024_001.png) no-repeat 100% 100%;
  content: "";
}
.btn00 li.login a:hover {
  background: #fff;
  color: #ea0437;
}
.index_2023 #main .numbers_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.index_2023 #main .numbers_list .numbers_list_item {
  margin: 0 15px 10px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0.5px #ccc;
}
.index_2023 #main .numbers_list .numbers_list_item .numbers_title_01 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 25px 0 10px;
}
.index_2023 #main .numbers_list .numbers_list_item img {
  width: 100%;
}
.index_2023 #main .numbers_txt {
  max-width: 720px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 60px;
  font-weight: bold;
}

.btn02 {
  padding: 98px 0;
  background: #f4f5f6;
}

.btn02Inner{
  margin: 0 auto;
  max-width: 1120px;
}
.btn02 ul {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  margin-bottom: 49px;
}
.btn02 li {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}
.btn02 li.login {
  border: 1px solid #ea0437;
  background: #ea0437;
}
.btn02 li a {
  position: relative;
  display: block;
  padding: 26px 0;
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}
.btn02 li a:after {
  position: absolute;
  top: 40%;
  right: 3%;
  width: 54px;
  height: 12px;
  background: url(/img/jobs/internship/2024/bg_jobs_internship_2024_001.png) no-repeat 100% 100%;
  content: "";
text-decoration: none;
}
.btn02 li.login a:hover {
  background: #fff;
  color: #ea0437;
text-decoration: none;
}
.contact {
  padding: 56px 40px;
}
.contact .office {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
}
.contact a:link {
  text-decoration: underline;
}
.pagetop a {
  display: block;
  padding: 18px 0;
  background: #000;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

ul.prt_notes_list {
  display: inline-block;
  padding-left: 1.4em;
  color: #666;
  text-indent: -1.4em;
  font-size: 15px;
}
ul.prt_notes_list > li:before {
  margin-right: 0.4em;
  content: "\00203b";
}
.pr_box {
  box-sizing: border-box;
  margin: 35px auto;
  padding: 3px;
  max-width: 860px;
  border: 4px solid #816d1f;
}
.pr_box .pr_box_inner {
  box-sizing: border-box;
  padding: 60px 30px;
  max-width: 846px;
  border: 1px solid #816d1f;
}
.pr_box .pr_box_inner .ttl {
  margin-bottom: 35px;
  color: #816d1f;
  font-weight: bold;
  font-size: 38px;
}
.event_box_area {
  margin: 0 auto 40px;
  max-width: 860px;
}
.event_box_area > dl {
  display: table;
}
.event_box_area > dl dt {
  display: table-cell;
  box-sizing: border-box;
  width: 160px;
  border-top: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.event_box_area > dl:first-child dt {
  border-top: 1px solid #557795;
}
.event_box_area > dl dt span {
  display: block;
  font-size: 68px;
}
.event_box_area > dl.event_box1 dt {
  background: #557795;
}
.event_box_area > dl.event_box2 dt {
  background: #2a557c;
}
.event_box_area > dl.event_box3 dt {
  background: #14334f;
}
.event_box_area > dl dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 50px 40px;
  width: 700px;
  border-top: 1px solid #58687a;
  vertical-align: middle;
}
.event_box_area > dl:last-child dd {
  border-bottom: 1px solid #58687a;
}
.event_box_area > dl dd .ttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
}
.event_box_area > dl dd .desc {
  margin-bottom: 20px;
  line-height: 2;
}
.event_box_area > dl dd.arrow01 {
  position: relative;
}
.event_box_area > dl dd.arrow01:after {
  position: absolute;
  bottom: -21px;
  left: 33%;
  z-index: 1;
  width: 71px;
  height: 22px;
  background: url(/img/jobs/internship/bg_jobs_internship_002.gif) no-repeat;
  background-size: 100%;
  content: "";
}
.arrow02 img {
  width: 71px;
}

/* ===========================
	footer
=========================== */
#footer {
  padding: 52px 0 70px;
  background: #313131;
  color: #fff;
}
#footer .contents_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
#footer .logo {
  flex: 0 0 auto;
  padding-left: 220px;
}
.copy {
  flex: 1 1 auto;
  padding: 7px 0 0 40px;
  font-size: 15px;
}
.privacy {
  flex: 0 0 auto;
  padding-right: 220px;
}
.privacy a {
  color: #fff;
}
.privacy a:hover {
  text-decoration: underline;
}

/* ===========================
2023
=========================== */
.index_2023 #mainImage {
  overflow: hidden;
  margin: 0;
}
.index_2023 .lead_2023 {
  margin: 0;
  padding: 60px 10px;
  background: #000;
  text-align: center;
}
.index_2023 .lead_2023 p {
  width: 614px;
  margin: 0 auto;
}
.index_2023 .lead_2023 p img {
  width: 100%;
}
.index_2023 #main .content01 {
  position: relative;
  margin: 0 auto 206px;
  width: 785px;
}
.index_2023 #main .content01 h3 {
  position: absolute;
  top: 29%;
  left: 31%;
  color: #fff;
  text-align: center;
  letter-spacing: -0.2px;
  font-size: 26px;
  line-height: 1.9;
}
.index_2023 #main .content01 h3 span {
  font-size: 16px;
}
.index_2023 #main .content01 p.sub_lead {
  position: absolute;
  top: 85.5%;
  left: 3.5%;
  padding: 45px 42px;
  width: 643px;
  background: #fff;
  box-shadow: 0px 2px 5px 0.5px #7a7979;
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
}
.index_2023 #main p.other_event {
  margin: 30px auto 70px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8;
}
.index_2023 #main .headline_txt {
  color: #333;
  font-size: 20px;
  border: 1px solid #333;
  display: inline-block;
  margin: 20px auto 0;
  padding: 3px 25px;
}
.index_2023 #main .job_title {
  padding: 120px 0 0;
}
.index_2023 #main .job_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.index_2023 #main .modal_link_txt {
  font-size: 16px;
  text-decoration: underline;
}
.index_2023 #main .modal_txt_list {
  display: inline-block;
}
.index_2023 #main .job_list .job_list_item {
  margin: 0 20px 40px;
}
.index_2023 #main .job_list .job_list_item .txt_wrap {
  position: relative;
  margin: -20px auto 0;
  padding: 20px;
  min-height: 270px;
  max-width: 305px;
  background: #fff;
  box-shadow: 0px 2px 5px 0.5px #ccc;
}
.index_2023 #main .job_list .job_list_item .txt_wrap .job_title_01 {
  margin: 0 auto 10px;
  padding: 7px 25px;
  font-size: 18px;
  background-color: #ea0437;
  color: #fff;
}
.index_2023 #main .job_list .job_list_item .txt_wrap .job_title_02 {
  color: #ea0437;
  font-size: 16px;
  margin: 0 auto 20px;
}
.index_2023 #main .job_list .job_list_item .txt_wrap .job_title_03 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.index_2023 #main .job_list .job_list_item .txt_wrap .job_title_04 {
  font-size: 16px;
  margin: 0 auto 15px;
}
.index_2023 #main .job_list .job_list_item .txt_wrap .job_title_red {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}
.index_2023 #main .notes {
  margin-bottom: 40px;
  font-size: 16px;
}
.index_2023 #main .modal_link,
.index_2023 #main .modal_txt_list li {
  font-size: 16px;
}
.modal_list_item .modal_wrap {
  position: relative;
  margin: 0 auto;
  /*
  padding-bottom: 56.25%;
  */
  max-width: 970px;
  max-height: 545px;
  width: 100%;
  text-align: left;
}
.ss-cardModal-button {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  font-size: 0;
  cursor: pointer;
}
.ss-cardModal-button::before,
.ss-cardModal-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  margin-top: auto;
  margin-top: -12px;
  width: 4px;
  height: 24px;
  background: #333;
  content: "";
  transform: rotate(45deg);
}
.ss-cardModal-button::after {
  transform: rotate(-45deg);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  max-width: 890px;
  width: 100%;
  background: #fff;
  transform: translate(-50%,-50%);
}

.index_2023 #main .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.index_2023 #main .voice_list .voice_list_item {
  margin: 0 15px 40px;
  max-width: 345px;
}
.index_2023 #main .voice_list .voice_list_item .voice_title_01 {
  margin: 0 auto 10px;
  padding: 7px 25px;
  font-size: 24px;
  background-color: #000;
  color: #fff;
}
.index_2023 #main .voice_list .voice_list_item .voice_comment_list {
  display: block;
}
.index_2023 #main .voice_list .voice_list_item .voice_comment_list .voice_txt {
  position: relative;
  margin: 0 auto 10px;
  padding: 30px;
  width: auto;
  max-width: 345px;
  min-height: 270px;
  box-shadow: 0px 2px 5px 0.5px #ccc;
  background: #fff;
  box-sizing: border-box;
}
.index_2023 #main .voice_list .voice_list_item .voice_comment_list .voice_txt p {
  max-width: 305px;
  margin: 0;
  padding: 70px 0 0;
  text-align: left;
  position: relative;
}
.index_2023 #main .voice_list .voice_list_item .voice_comment_list .voice_txt p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 37px;
  background: url(/img/jobs/internship/2024/jobs_internship_2024_0010.png) no-repeat 100% 100%;
}

/* ===========================
	Media Queries
=========================== */
@media screen and (max-width: 1200px) {
  .contents_wrap {
    padding: 0 20px;
  }
  .btn01 li a {
    padding: 10px 0;
  }
  .col3 .col .label {
    font-size: 10px;
  }
  .headline_04 p {
    font-size: 85%;
  }
  .col2 .col .contents p.date {
    font-size: 106%;
  }
  .col2 .col .contents p.date span.small {
    font-size: 75%;
  }
  #footer .logo {
    padding-left: 0;
  }
  .privacy {
    padding-right: 0;
  }
  .index_2023 #main .job_list .job_list_item .txt_wrap {
    min-height: 0;
  }
}
@media screen and (max-width: 1010px) {
  .modal_list_item {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col2 .col .contents p.date {
    font-size: 90%;
  }
  .btn00 {
    padding: 65px 0;
  }
  .btn00Inner {
    width: 95%;
  }
  .btn02 {
    padding: 65px 0;
  }
  .btn02Inner {
    width: 95%;
  }
  .btn02 .pc_only {
    display: none;
  }
  .contact {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 990px) {
  .modal__content {
    max-width: 80%;
  }
  #mainImage .main_visual {
    position: relative;
    top: 0;
    left: 0;
    min-height: auto;
    width: 100%;
    transform: none;
  }
  #mainImage .main_visual video {
    width: 100%;
    vertical-align: top;
  }
  .index_2023 #mainImage {
    height: auto;
  }
}

@media screen and (max-width: 970px) {
  .col3 .col .label {
    padding-top: 26px;
  }
  .headline_04 p {
    font-size: 20px;
  }
  .col2 .col .contents p.date {
    font-size: 153.77%;
  }
  .col2 .col {
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
  }
  .col2 .col .contents {
    margin: -45px 10% 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: none;
  }
  .tab_only {
    display: block;
  }
  #header .logo {
    margin: 20px;
  }
  #header .logo p img {
    width: 15%;
  }
  #mainImage {
    margin-bottom: 70px;
  }
  #mainImage h1 {
    left: 0;
    text-align: center;
    font-size: 7vw;
  }
  .index_2023 #mainImage h1 .in_block + .in_block {
    margin-left: 0;
  }
  .headline_01 h2 {
    margin: 0 auto 16px;
    width: 39.1%;
  }
  .btn02 .headline_01 h2 {
    width: 33%;
  }
  .headline_03 h2 {
    margin: 0 auto 16px;
    width: 23.84%;
  }
  .headline_01 h2 img,
  .headline_03 h2 img {
    width: 100%;
  }
  .btn01 {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .btn01 li a {
    padding: 5px 0;
    width: 120px;
  }
  #main {
    font-size: 23px;
  }
  .box {
    margin-bottom: 70px;
  }
  .col3 {
    margin-bottom: 20px;
  }
  .col3 .col {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .col3 .col .label {
    padding-top: 50px;
    font-size: 20px;
  }
  .col3 .col .label p {
    padding-bottom: 6px;
    font-size: 44px;
  }
  .col2 {
    margin-bottom: 70px;
  }
  .col2 .col .contents p.date {
    font-size: 102%;
  }
  .headline_04 h3 {
    margin-bottom: 15px;
  }
  .headline_04 p {
    padding-bottom: 2%;
    font-size: 18px;
  }
  .index_2023 #main .content01 {
    margin: 0 0 7%;
    width: 100%;
  }
  .index_2023 #main .content01 .pic img {
    max-width: 100%;
  }
  .index_2023 #main .content01 p.sub_lead {
    position: relative;
    top: 0;
    left: 0;
    margin: -30px auto 0;
    padding: 5% 4% 5%;
    width: 90%;
    font-size: 16px;
  }
  .index_2023 #main .content01 h3 {
    top: 11%;
    left: 9%;
    width: 80%;
    font-size: 18px;
  }
  .index_2023 #main p.other_event {
    margin: 0 auto 50px;
    font-size: 18px;
  }
  .index_2023 #main dl.other_event dt {
    font-size: 18px;
    line-height: 1.87;
  }
  .index_2023 #main dl.other_event dd {
    font-size: 16px;
    line-height: 1.87;
  }
  .btn00 {
    padding: 43px 0 50px;
  }
  .btn00 li a {
    padding: 20px 0;
  }
  .index_2023 #main .numbers_txt {
    font-size: 18px;
    padding: 40px 0 50px;
  }
  .btn02 {
    padding: 43px 0 50px;
  }
  .btn02 li a {
    padding: 20px 0;
  }
  .contact {
    padding: 50px 40px;
  }
  .contact .office {
    padding-bottom: 13px;
    font-size: 30px;
  }
  .privacy.tab_only {
    float: none;
    padding-bottom: 50px;
  }
  .privacy.sp_only a {
    color: #2e93d5;
    text-decoration: underline;
  }
  .pagetop a {
    padding: 27px 0 31px;;
  }
  #footer {
    padding: 90px 0 27px;
  }
  #footer .contents_wrap {
    display: block;
  }
  #footer .logo {
    float: none;
    text-align: center;
  }
  #footer .copy {
    float: none;
    padding: 35px 0 0;
    text-align: center;
    font-size: 18px;
  }
  .modal__content {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  .pc_only,
  .tab_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #header .logo {
    margin: 40px 0 0 40px;
  }
  #header .logo p img {
    width: 26%;
  }
  .btn01 {
    position: absolute;
    top: 36px;
    right: 40px;
  }
  .btn01 li a {
    padding: 9px 0;
    width: 174px;
    font-size: 80%;
  }
  #mainImage h1 {
    z-index: 5;
  }
  #mainImage h1 .in_block {
    display: block;
  }
  #mainImage {
    margin-bottom: 150px;
  }
  #main {
    font-size: 23px;
  }
  .headline_01 {
    margin-bottom: 34px;
  }
  .headline_03 {
    margin-bottom: 45px;
  }
  .headline_01 p,
  .headline_03 p {
    font-size: 18px;
  }
  .headline_02 h3 {
    margin-bottom: 38px;
    font-size: 35px;
  }
  #main p.text {
    margin-bottom: 31px;
    padding-bottom: 8px;
    line-height: 1.87;
  }
  .col3 {
    margin-bottom: 25px;
  }
  .col3 .col .label {
    padding-top: 36px;
  }
  .box {
    margin-bottom: 134px;
    padding: 43px 0 39px;
  }
  .box p.text02 {
    margin-bottom: 0;
    line-height: 1.87;
  }
  .sp_contents_wrap {
    padding: 0;
    width: 100%;
  }
  .col2 {
    margin-bottom: 99px;
  }
  .col2 .col {
    margin-bottom: 58px;
  }
  .col2 .col .contents {
    margin: -37px 5% 13px;
    padding: 40px 0 30px;
  }
  .headline_04 h3 {
    margin-bottom: 19px;
  }
  .headline_04 p {
    padding-bottom: 19px;
  }
  .col2 .col .contents p.date {
    font-size: 120%;
  }
  .col2 .col .contents p br.sp_only {
    display: none;
  }
  .btn00 {
    padding: 71px 0 41px;
  }
  .btn00Inner {
    width: 69.9%;
  }
  .btn00 ul {
    display: block;
    overflow: visible;
    margin-bottom: 40px;
  }
  .btn00 li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .btn00 li a {
    padding: 27px 0;
  }
  .btn02 {
    padding: 71px 0 41px;
  }
  .btn02Inner {
    width: 69.9%;
  }
  .btn02 ul {
    display: block;
    overflow: visible;
    margin-bottom: 40px;
  }
  .btn02 li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .btn02 li a {
    padding: 27px 0;
  }
  .btn02 p {
    line-height: 1.87;
    text-align: left;
  }
  .btn02 .headline_01 p {
    text-align: center;
  }
  .contact {
    padding: 41px 40px;
  }
  .privacy.sp_only {
    padding-bottom: 50px;
  }
  .event_box_area > dl {
    display: block;
    margin-bottom: 85px;
  }
  .event_box_area > dl:last-child {
    margin-bottom: 0px;
  }
  .event_box_area > dl:first-child dt {
    border-top: none;
  }
  .event_box_area > dl dt {
    display: block;
    width: 100%;
    border-top: none;
    line-height: 2;
  }
  .event_box_area > dl dd {
    display: block;
    padding: 8%;
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #58687a;
  }
  .event_box_area > dl:last-child dd {
    border-bottom: 2px solid #58687a;
  }
  .event_box_area > dl dt span {
    display: inline;
    margin-left: 5px;
    font-size: 38px;
  }
  .event_box_area > dl dd.arrow01:after {
    right: 0;
    bottom: -42px;
    left: 0;
    margin: auto;
    width: 142px;
    height: 44px;
  }
  .event_box_area > dl dd .ttl {
    text-align: center;
  }
  .arrow02 img {
    width: 142px;
  }
}
@media screen and (max-width: 640px) {
  #header .logo {
    margin: 15px 0 0 15px;
  }
  .btn01 {
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .btn01 li a {
    padding: 6px 0;
    width: 160px;
    font-size: 14px;
  text-decoration: none;
  }
  #main {
    font-size: 16px;
  }
  #mainImage {
    margin-bottom: 100px;
  }
  .fw_bold {
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 24px;
  }
  .fw_bold > span {
    font-weight: bold;
    font-size: 22px;
  }
  .headline_02 h3 {
    font-size: 26px;
  }
  .box {
    margin-bottom: 100px;
  }
  .col3 .col .label {
    padding-top: 10px;
    font-size: 12px;
  }
  .col3 .col .label p {
    font-size: 27px;
  }
  .col2 {
    margin-bottom: 0;
  }
  .col2 .col .contents {
    padding: 40px 10px 30px;
  }
  .col2 .col .contents p.date {
    font-size: 118%;
  }
  .col2 .col .contents p br.sp_only {
    display: block;
  }
  .btn00 {
    padding: 40px 20px;
  }
  .btn00 ul {
    overflow: visible;
    margin-bottom: 20px;
  }
  .btn00 li {
    float: none;
  }
  .btn00 li a {
    padding: 18px 0;
    font-size: 22px;
  }
  .btn00 li a:after {
    background: url(/img/jobs/internship/2024/bg_jobs_internship_2024_001.png) no-repeat 100% 100%/70% auto;
  }
  .btn02 {
    padding: 71px 20px 41px;
  }
  .btn02 ul {
    overflow: visible;
  }
  .btn02 li {
    float: none;
  }
  .btn02 li a {
    padding: 18px 0;
    font-size: 22px;
  }
  .btn02 li a:after {
    background: url(/img/jobs/internship/2024/bg_jobs_internship_2024_001.png) no-repeat 100% 100%/70% auto;
  }
  .index_2023 .lead_2023 {
    margin: 0;
    padding: 30px 10px;
  }
  .index_2023 .lead_2023 p {
    width: 81.86%;
    max-width: 307px;
  }
  .index_2023 #main dl.other_event {
    margin: 0 0 55px;
  }
  .index_2023 #main .job_title {
    padding: 71px 0 0;
  }
  .index_2023 #main .job_list {
    margin: 0;
  }
  .index_2023 #main .job_list .job_list_item {
    margin: 0 0 40px;
  }
  .index_2023 #main .job_list .job_list_item img {
    max-width: 100%;
  }
  .index_2023 #main .job_list .job_list_item .txt_wrap {
    padding: 15px 20px;
    min-height: 0;
    max-width: 260px;
  }
  .index_2023 #main .modal_txt_list {
    flex-direction: column;
    align-items: center;
  }
  .index_2023 #main .job_list .job_list_item .txt_wrap::before {
    border-width: 91px 20px 0 0;
  }
  .index_2023 #main .job_list .job_list_item .txt_wrap::after {
    border-width: 0 0 91px 20px;
  }
  .index_2023 #main .modal_txt_list .modal_link:first-child {
    margin: 0 0 5px;
  }
  .btn00Inner {
    width: 100%;
  }
  .btn02Inner {
    width: 100%;
  }
  .index_2023 #main .numbers_list {
    margin: 0 -15px;
  }
  .index_2023 #main .numbers_list .numbers_list_item {
    max-width: 260px;
    padding: 0 20px;
  }
  .index_2023 #main .numbers_list .numbers_list_item .numbers_title_01 {
    font-size: 20px;
    padding: 18px 0 7px;
  }
  .index_2023 #main .voice_list {
    margin: 0 0 40px;
  }
  .index_2023 #main .voice_list .voice_list_item {
    margin: 0 0 0;
  }
  .index_2023 #main .job_list .job_list_item .txt_wrap {
    padding: 15px 20px;
    min-height: 0;
    max-width: 260px;
  }
  .index_2023 #main .voice_list .voice_list_item .voice_title_01 {
    padding: 5px 25px;
    text-align: center;
  }
  .index_2023 #main .voice_list .voice_list_item .voice_comment_list .voice_txt {
    padding: 25px;
    min-height: auto;
  }
  .index_2023 #main .voice_list .voice_list_item .voice_comment_list .voice_txt p {
    padding: 60px 0 0;
  }

  .contact {
    padding: 30px 41px;
    font-size: 14px;
  }
  .contact .office {
    font-size: 21px;
  }
  .privacy.sp_only {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .pagetop p img {
    width: auto;
    height: 30px;
  }
  #footer {
    padding: 65px 0 27px;
  }
  #footer .logo img {
    width: 36%;
    height: auto;
  }
  #footer .copy {
    font-size: 14px;
  }
}
