/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {}

a:hover {
  opacity: 0.5;
}


/* CONTNT
================================================== */

section {
  padding: 80px 0;
  border-top: 1px solid #dedede;
}

section h2 {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #69b1b8;
}

section h2 span {
  font-size: 36px;
  font-weight: 500;
}

.banner {
  padding: 80px 0;
}

.banner #top_recruit:not(:first-child) {
  margin-top: 2em;
}

/* slider */
#wide {
  height: 482px;
}

.sp-slide a.sp-selectable {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.sp-slide {
  background-color: #000;
}

.sp-slide .sp-image-container {
  opacity: .75;
}

.sp-slide.sp-selected .sp-image-container {
  opacity: 1;
}

.sp-slide a.sp-selectable:hover {
  opacity: 0.8;
}

/* top_recruit */
#top_recruit.sp {
  display: none;
}

#top_recruit {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#top_recruit a {
  display: block;
  width: 960px;
  height: 135px;
}

#top_recruit a img {
  display: block;
  width: 960px;
  height: 135px;
}


/* #sec01 */


#sec01 .cont_wrapper {
  padding: 0 0;
}

#sec01 .cont_inner {
  width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4em;
}

#sec01 .cont_inner dl {
  width: calc(calc(100% - 8em) / 3);
}


#sec01 .cont_inner dl dt {
  margin: 0 0 10px;
}

#sec01 .cont_inner dl dt img {
  width: 100%;
  height: auto;
}

#sec01 .btn a {
  width: 454px;
}

/* #sec02 */

#sec02 {
  background-color: #f6f6f6;
}

#sec02 .cont_wrapper {
  width: 1200px;
  margin: 0 auto;
}

#sec02 .cont_inner {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3em;
}

#sec02 .cont_inner ul {
  width: calc(calc(100% - 3em) / 2);
}

#sec02 .cont_inner ul li {
  margin: 0 0 10px;
  padding: 5px 0 5px 40px;
  background: url(../images/icon_01.png) 0 4px no-repeat;
  color: #41939b;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#sec02 .cont_inner .remark {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
  border-top: 1px solid #e7dfd2;
}


/* #sec03 */

#sec03 {
  background-color: #f6f6f6;
}

#sec03 .cont_wrapper {
  padding: 0;
}

#sec03 .cont_inner {
  width: 1200px;
  margin: 0 auto;
}

#sec03 .cont_inner h3 {
  margin: 0 0 40px;
  text-align: center;
  color: #69b1b8;
  font-size: 24px;
}

#sec03 .cont_inner table {
  width: 100%;
  margin: 0 0 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #dedede;
  background-color: #fff;
}

#sec03 .cont_inner table th,
#sec03 .cont_inner table td {
  padding: 15px 0;
  border: 1px solid #dedede;
}

#sec03 .cont_inner table thead th {
  text-align: center;
}

#sec03 .cont_inner table thead th.head {
  width: 20%;
  border: 1px solid #dedede;
}

#sec03 .cont_inner table tbody th {
  text-align: center;
  width: 150px;
  border: 1px solid #dedede;
}

#sec03 .cont_inner table tbody td {
  background-color: #fff;
  text-align: center;
  border: 1px solid #dedede;
}

#sec03 .cont_inner .remark {}

#sec03 .cont_inner .remark li {
  text-align: center;
}

#entry {}

#entry .cont_wrapper {
  padding: 0;
}

#entry .cont_inner {
  padding: 0;
  /*	background-color: #f6f6f6;*/
}


/* #sec04 */

#sec04 {
  background-color: #f6f6f6;
}

#sec04 .cont_wrapper {
  padding: 0;
}

#sec04 .cont_inner {
  width: 1200px;
  margin: 0 auto;
}

#sec04 .cont_inner ul {
  border-top: 1px solid #e7dfd2;
  margin: 0 0 80px;
  max-height: 500px;
  overflow-y: scroll;
  background-color: #fff;
}

#sec04 .cont_inner ul li {
  border-bottom: 1px solid #e7dfd2;
}

#sec04 .cont_inner ul li dl {
  display: table;
}

#sec04 .cont_inner ul li dl dt,
#sec04 .cont_inner ul li dl dd {
  display: table-cell;
  padding: 2em 1em;
}

#sec04 .cont_inner ul li dl dt {
  display: table-cell;
  padding: 15px;
  color: #41939b;
  font-weight: bold;
}

#sec04 .cont_inner ul li dd {
  /*
	font-size: 1.5rem;
*/
}

#sec04 .cont_inner ul li dd h3 {
  /*
	font-weight: bold;
	color: #41939b;
*/
}

#sec04 .cont_inner ul li dd a.atten {
  color: #f04262;
}

#sec04 .cont_inner .btn a {
  width: 454px !important;
  height: 48px !important;
  margin: 40px auto 0 !important;
}



/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 768px) {

  #content {
    margin: 0 auto;
    padding: 0;
  }

  #sec01 .cont_inner {
    flex-direction: column;
    gap: 0;
  }

  section {
    padding: 30px 0;
  }

  section h2 {
    margin: 0 0 20px;
  }

  #sec01 h2,
  #sec02 h2,
  #sec03 h2,
  #sec04 h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    text-indent: 0;
    font-weight: bold;
    color: #69b1b8;
    padding: 0 5%;
    box-sizing: border-box;
  }



  /* slider */
  #wide {
    padding: 70px 0 0;
    height: auto !important;
  }

  /* top_recruit */
  #top_recruit.pc {
    display: none;
  }

  #top_recruit.sp {
    display: block;
    margin-bottom: 1rem;
  }

  #top_recruit {
    width: 100%;
    margin: 10px auto -10px;
  }

  #top_recruit a {
    display: block;
    width: 100%;
    height: auto;
  }

  #top_recruit a img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* #sec01 */

  #sec01 h2 {
    background: none;
  }

  #sec01 .cont_wrapper {
    padding: 20px 0;
  }

  #sec01 .cont_inner {
    width: 100%;
    margin: 0 auto 20px;
  }

  #sec01 .cont_inner dl {
    width: 100%;
    float: none;
    display: table;
  }

  #sec01 .cont_inner dl dt,
  #sec01 .cont_inner dl dd {
    display: table-cell;
    vertical-align: top;
  }

  #sec01 .cont_inner dl dt {
    width: 50%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
  }

  #sec01 .cont_inner dl dd {
    width: 50%;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    vertical-align: middle;
  }

  #sec01 .cont_inner dl dt img {
    width: 100%;
    height: auto;
  }

  #sec01 .cont_inner dl:not(:first-child) {
    margin-left: 0;
  }

  #sec01 .btn {
    margin: 0 15px;
  }

  #sec01 .btn a {
    width: 100%;
  }

  #sec01 .btn a img {
    width: 100%;
    height: auto;
  }

  /* #sec02 */

  #sec02 h2 {
    background: none;
  }

  #sec02 .cont_wrapper {
    width: 100%;
  }

  #sec02 .cont_inner {
    margin: 0;
    padding: 20px 15px 0;
  }

  #sec02 .cont_inner ul {
    width: 100%;
    float: none;
  }

  #sec02 .cont_inner ul:last-child {
    padding: 0 0 15px;
  }

  #sec02 .cont_inner ul li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background-size: 16px 16px;
    letter-spacing: 0;
    font-weight: normal;
  }

  #sec02 .cont_inner ul li:not(:first-child) {
    padding: 10px 0 0 20px;
    border-top: 1px solid #e7dfd2;
    background-position: 0 14px;
  }

  #sec02 .cont_inner ul:nth-child(2) li:first-child {
    padding: 10px 0 0 20px;
    border-top: 1px solid #e7dfd2;
    background-position: 0 14px;
  }

  #sec02 .cont_inner ul:nth-child(2) li:first-child {
    padding: 10px 0 0 20px;
    border-top: 1px solid #e7dfd2;
    background-position: 0 14px;
  }

  #sec02 .cont_inner ul li img {
    width: 90%;
    height: auto;
    padding: 2px 0 0;
  }

  #sec02 .cont_inner .remark {
    border-top: 1px solid #e7dfd2;
    margin: 0 0 20px;
    padding: 10px 0 0;
    text-align: left;
  }

  /* #sec03 */

  #sec03 h2 {
    background: none;
  }

  #sec03 .cont_wrapper {
    padding: 20px 0;
  }

  #sec03 .cont_inner {
    width: 100%;
  }

  #sec03 .cont_inner h3 {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0 15px;
    box-sizing: border-box;
    background: none;
    text-indent: 0;
    text-align: center;
    color: #41939b;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #sec03 .cont_inner h3 span.border {
    border-bottom: 2px dotted #fe6665;
  }

  #sec03 .cont_inner table {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }

  #sec03 .cont_inner table th,
  #sec03 .cont_inner table td {
    padding: 5px 0;
  }

  #sec03 .cont_inner table tbody th {
    width: 120px;
  }

  #sec03 .cont_inner .remark {
    padding: 0 15px;
    font-size: 1.2rem;
  }

  #sec03 .cont_inner .remark li {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  /* entry */
  #entry .cont_wrapper {
    padding: 0 15px;
  }

  #entry .cont_inner {
    padding: 30px 0;
    /*	background-color: #f6f6f6;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
  }


  /* #sec04 */

  #sec04 h2 {
    background: none;
  }

  #sec04 .cont_wrapper {
    padding: 20px 0;
  }

  #sec04 .cont_inner {
    width: 100%;
  }

  #sec04 .cont_inner ul li dl {
    display: block;
  }

  #sec04 .cont_inner ul li dl dt {
    display: block;
    padding: 15px 15px 0;
  }

  #sec04 .cont_inner ul li dl dd {
    display: block;
    padding: 0 15px 15px;
  }

  /*
	#sec04 .cont_inner ul {
		margin: 0 0 20px;
	}
*/
  #sec04 .cont_inner ul {
    margin: 0 0 20px;
  }

  #sec04 .btn {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .btn a {
    width: 100%;
  }

  #sec04 .btn a img {
    width: 100%;
    height: auto;
  }

  #sec04 .cont_inner .btn a {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 0 !important;
  }

}








/* MEDIA QUERIES
================================================== */
@media screen and (max-width: 768px) {
  .banner {
    padding: 0;
  }



}

@media screen and (min-width: 769px) {


  #sec04 a.tlp {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
