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


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

a:hover {
  opacity: 0.5;
}

#content .area-bnr {
  text-align: center;
  padding: 80px 0;
}



/* CONTENT
================================================== */

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

/*
section:nth-child(odd) {
  background-color: #f6f6f6;
}
  */

#content {
  padding: 0;
}

#mainImage {
  width: 100%;
  height: 250px;
  margin: 0;
  background-color: #7bc6cb;
}

#mainImage h2 {
  height: 250px;
  text-indent: -9999px;
}

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


/* ABOUT
================================================== */

/* #mainIMage */
#about #mainImage {}

#about #mainImage h2 {
  background: url(../../images/about/mainImage.png) center top no-repeat;
}

/* #sec01 */
#about #sec01,
#about #sec03,
#about #sec04 {
  background-color: #f6f6f6;
}

#about #sec01 .cont_wrapper {
  padding: 0;
}

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

#about #sec01 .cont_inner dl {
  width: calc(calc(100% - 4em) / 2);
  margin: 0;
  padding: 50px;
  float: left;
  border-radius: 5px;
  background: url(../../images/about/bg_about_01_01.png) 0 0 no-repeat #fff;
}

#about #sec01 .cont_inner dl dt {
  height: 21px;
  margin: 0 0 20px;
  padding: 0;
  text-indent: -9999px;
}

#about #sec01 .cont_inner dl:nth-child(1) dt {
  background: url(../../images/about/img_about_01_01.png) center 0 no-repeat;
}

#about #sec01 .cont_inner dl:nth-child(2) dt {
  background: url(../../images/about/img_about_01_02.png) center 0 no-repeat;
}

/* #sec02 */


#about #sec02 .cont_wrapper {
  padding: 0;
}

#about #sec02 .cont_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#about #sec02 .cont_inner dl {
  width: calc(calc(100% - 4em) / 3);
}

#about #sec02 .cont_inner dl:not(:first-child) {
  margin-left: 46px;
}

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

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

/* #sec03 */


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

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

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

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

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

#about #sec03 .cont_inner .area-bnr {
  width: 100%;
}

/* #sec04 */


#about #sec04 .cont_wrapper {
  padding: 25px 0;
}

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

#about #sec04 .module {
  width: calc(calc(100% - 4em) / 2);
  box-sizing: border-box;
  background: #fff;
  padding: 2em;
  border-radius: 10px;
}

#about #sec04 .module h4 {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #41939b;
  letter-spacing: 0.3em;
}

#about #sec04 .module h4 span.small {
  font-size: 1.8rem;
  padding: 5px 0 0;
  vertical-align: baseline;
}

#about #sec04 .module ul {
  background: url(../images/dotted01.gif) 0 0 repeat-x;
  margin: 0;
}

#about #sec04 .module ul li {
  padding: 15px 0;
  background: url(../images/dotted01.gif) 0 bottom repeat-x;
}

#about #sec04 .module ul li.description,
#about #sec04 .module ul li.btn {
  background: none;
}

#about #sec04 .module ul li.description {
  padding: 25px 0;
}

#about #sec04 .module ul li span {
  display: block;
  padding: 0 0 0 30px;
  background: url(../images/arrow02.png) 10px 50% no-repeat;
  background-size: 8px 11px;
}

#about #sec04 .module ul li.btn a {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

#entry {
  background-color: #fff !important;
}





/* GREETING
================================================== */

/* #mainIMage */
#greeting #sec01 {
  background-color: #fff !important;
}

#greeting #mainImage {}

#greeting #mainImage h2 {
  background: url(../../images/greeting/mainImage.png) center top no-repeat;
}

/* #sec01 */
#greeting #sec01 {}

#greeting #sec01 .cont_wrapper {
  padding: 0;
}

#greeting #sec01 .cont_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#greeting #sec01 .bg_content {
  order: 2;
  width: 393px;
  height: 840px;
  margin: 0;
  background: url(../../images/greeting/bg_content.png) right top no-repeat;
}

#greeting #sec01 .cont_inner .comment {
  padding: 50px 0 0;
  order: 1;
}

#greeting #sec01 .cont_inner .comment p {
  font-size: 2.0rem;
  margin: 0 0 30px;
  line-height: 2;
}




/* ACCESS
================================================== */

/* #mainIMage */
#access #mainImage {}

#access #mainImage h2 {
  background: url(../../images/access/mainImage.png) center top no-repeat;
}

/* #sec01 */
#access #sec01 {
  background-color: #fff !important;
}

#access #sec01 .cont_wrapper {
  padding: 0;
}

#access #sec01 adress {
  display: block;
  margin: 0 0 45px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

#access #sec01 #map {
  margin: 0 0 55px;
}

#access #sec01 .mapArea {
  margin: 0 0 90px;
  text-align: center;
}

#access #sec01 .mapArea img {
  width: 1200px;
  height: 890px;
  vertical-align: top;
}

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

#access #sec01 .cont_inner .direction {
  margin: 0 auto 55px;
  padding: 20px 0;
  border-top: 3px solid #efebe5;
  border-bottom: 3px solid #efebe5;
}

#access #sec01 .cont_inner .direction .der_inner {
  background: url(../images/dotted02.gif) center top repeat-y;
}

#access #sec01 .cont_inner .direction .der_inner ul {
  display: table;
  width: 100%;
}

#access #sec01 .cont_inner .direction .der_inner li {
  display: table-cell;
  padding: 20px 0;
  font-size: 1.8rem;
  text-align: center;
}

#access #sec01 .cont_inner .direction .der_inner li h4 {
  font-size: 24px;
  color: #41939b;
  padding: 0 0 15px;
}

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


/* INFORMATION
================================================== */
#info #mainImage h2 {
  background: url(../../images/information/mainImage.png) center top no-repeat;
}

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

#info .tab {
  overflow: hidden;
}

#info .tab li {
  color: #fff;
  font-weight: bold;
  background: #78c5ca;
  padding: 5px 25px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

#info .tab li.select {
  background: #fff;
  border-top: 1px solid #78c5ca;
  border-left: 1px solid #78c5ca;
  border-right: 1px solid #78c5ca;
  color: #78c5ca;
}

#info .content li {
  padding: 20px 0;
  margin-top: -1px;
  border-top: 1px solid #78c5ca;
}

#info .hide {
  display: none;
}

#info .content li dl {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

#info .content li dl:last-child {
  border-bottom: none;
}

#info .content li dl dt {
  padding: 10px 0;
  color: #41939b;
  font-weight: bold;
}

#info #entry {
  background-color: #f8f6f3;
}


/* RECRUIT
================================================== */

/* #mainIMage */
#recruit #mainImage {}

#recruit #mainImage h2 {
  background: url(../../images/recruit/mainImage.png) center top no-repeat;
}

#recruit h3 {
  margin: 0;
}

/* #sec01 */

#recruit #sec03 {
  margin: 0 0 90px;
}

#recruit #sec01,
#recruit #sec02,
#recruit #sec03 {}

#recruit #sec01 .cont_wrapper,
#recruit #sec02 .cont_wrapper,
#recruit #sec03 .cont_wrapper {
  padding: 0;
}

#recruit #sec01 .cont_inner,
#recruit #sec02 .cont_inner,
#recruit #sec03 .cont_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0;
}

#recruit #sec01 .cont_inner .table_wrap,
#recruit #sec02 .cont_inner .table_wrap,
#recruit #sec03 .cont_inner .table_wrap {
  margin: 0 0 55px;
  padding-top: 1px;
  background: url(../images/dotted01.gif) center top repeat-x #fff;
}

#recruit #sec01 .cont_inner table,
#recruit #sec02 .cont_inner table,
#recruit #sec03 .cont_inner table {
  width: 100%;
}

#recruit #sec01 .cont_inner table th,
#recruit #sec02 .cont_inner table th,
#recruit #sec03 .cont_inner table th {
  width: 200px;
  padding: 15px;
  background: url(../images/dotted01.gif) center bottom repeat-x #f6f6f6;
  vertical-align: top;
  border-right: 1px solid #dedede;
}

#recruit #sec01 .cont_inner table td,
#recruit #sec02 .cont_inner table td,
#recruit #sec03 .cont_inner table td {
  padding: 15px;
  background: url(../images/dotted01.gif) center bottom repeat-x;
  vertical-align: top;
}

#recruit #sec01 .btn,
#recruit #sec02 .btn,
#recruit #sec03 .btn {
  margin-bottom: 0;
}

#recruit #sec01 .btn a,
#recruit #sec02 .btn a,
#recruit #sec03 .btn a {
  width: 454px;
}


/* CONTACT
================================================== */

/* #mainIMage */

#contact section {
  padding: 55px 0 40px;
}

#contact h3 {
  margin: 0;
}

#contact #mainImage {}

#contact #mainImage h2 {
  background: url(../../images/contact/mainImage.png) center top no-repeat;
}

/* #sec01 */
#contact #sec01 {}

#contact #sec01 .cont_wrapper {}

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

#contact #sec01 h3 {
  background: url(../../images/contact/ttl_contact_01.png) center top no-repeat;
}

#contact #sec01 .cont_inner h4 {
  height: 71px;
  margin: 0 0 30px;
  background: url(../../images/img_index_03_01.png) center top no-repeat;
  text-indent: -9999px;
}

#contact #sec01 .cont_inner table {
  width: 100%;
  margin: 0 0 30px;
  border: 5px solid #fff;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #78c5ca;
  border-collapse: separate;
  border-spacing: 2px;
}

#contact #sec01 .cont_inner table th,
#contact #sec01 .cont_inner table td {
  padding: 15px 0;
}

#contact #sec01 .cont_inner table thead th {
  background-color: #78c5ca;
  color: #fff;
  text-align: center;
}

#contact #sec01 .cont_inner table tbody th {
  background-color: #ebf6f7;
  color: #41939b;
  text-align: center;
  width: 150px;
}

#contact #sec01 .cont_inner table tbody td {
  background-color: #fff;
  text-align: center;
  color: #41939b;
}

#contact #sec01 .cont_inner .remark {}

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

/* #sec02 */
#contact #sec02 {}

#contact #sec02 .cont_wrapper {
  padding: 0;
}

#contact #sec02 .cont_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px;
}

#contact #sec02 .cont_inner .tel {
  display: block;
  width: 450px;
  height: 50px;
  margin: 0 auto 30px;
  background: url(../../images/contact/img_contact_02_01.png) center top no-repeat;
  text-indent: -9999px;
}

#contact #sec02 .cont_inner .remark {
  text-align: center;
}

/* #sec03 */
#contact #sec03 {}

#contact #sec03 .cont_wrapper {
  padding: 0;
}

#contact #sec03 .cont_inner {
  width: 1200px;
  margin: 40px auto 60px;
  border-radius: 10px;
  box-sizing: border-box;
}

#contact #sec03 .cont_inner .lead {
  margin: 0 0 20px;
  text-align: center;
}

#contact #sec03 .cont_inner .lead a {
  color: #f04262;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  text-decoration: none;
}

#contact #sec03 .cont_inner dl {}

#contact #sec03 .cont_inner dl dt {
  margin: 0 0 10px;
  font-weight: bold;
}

#contact #sec03 .cont_inner dl dt span.example {
  font-size: 1.4rem;
  font-weight: normal;
}

#contact #sec03 .cont_inner dl dd {
  margin: 0 0 15px;
}

#contact #sec03 .cont_inner dl dd input,
#contact #sec03 .cont_inner dl dd textarea {
  margin: 0 0 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#contact #sec03 .cont_inner dl dd textarea {
  height: 200px;
}

#contact #sec03 .cont_inner dl dd .errMessage {
  color: #f04262;
}

#contact #sec03 .cont_inner .ent {
  text-align: center;
}

#contact #sec03 .cont_inner .ent .submit {
  padding: 10px 20px;
}

#contact #sec03 .cont_inner .table_wrap {
  margin: 0 0 55px;
  padding-top: 1px;
  background: url(../images/dotted01.gif) center top repeat-x #fff;
}

#contact #sec03 .cont_inner table {
  width: 100%;
}

#contact #sec03 .cont_inner table th {
  width: 150px;
  padding: 15px;
  background: url(../images/dotted01.gif) center bottom repeat-x #f1ece4;
  vertical-align: top;
}

#contact #sec03 .cont_inner table td {
  padding: 15px;
  background: url(../images/dotted01.gif) center bottom repeat-x;
  vertical-align: top;
}



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

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

  #content {
    margin: 0 auto;
  }

  #mainImage {
    margin: 73px 0 0;
    height: 100px;
  }

  #mainImage h2 {
    height: 100px;
    text-align: center;
    text-indent: 0;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }

  section {
    padding: 40px 0;
  }

  section#entry {
    background-color: #fff !important;
  }

  section h3 {
    margin: 0;
    text-align: center;
    text-indent: 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #69b1b8;
  }

  section h3:after {
    content: none;
  }

  #about #sec02 .cont_inner dl dt {
    padding: 10px 10px 10px 0 !important;
  }

  #about #sec02 .cont_inner dl dd {
    padding: 10px 0 10px 0 !important;
  }


  /* ABOUT
================================================== */

  /* #sec01 */

  #about #mainImage h2 {
    background: none;
  }

  #about section#sec01 {
    padding: 0;
  }

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

  #about #sec01 .cont_inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  #about #sec01 .cont_inner dl {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px;
    float: none;
    height: auto;
    box-sizing: border-box;
    background-size: 40px 41px;
  }

  #about #sec01 .cont_inner dl:nth-child(even) {
    margin: 0;
  }

  #about #sec01 .cont_inner dl dt {
    height: auto;
    margin: 0 0 10px;
    background: none;
    text-indent: 0;
    font-weight: bold;
    font-size: 1.6rem;
    color: #41939b;
    text-align: center;
  }

  #about #sec01 .cont_inner dl:nth-child(1) dt {
    background: none;
  }

  #about #sec01 .cont_inner dl:nth-child(2) dt {
    background: none;
  }

  /* #sec02 */

  #about #sec02 .cont_wrapper {
    padding: 20px 0;
  }

  #about #sec02 .cont_inner {
    width: 100%;
  }

  #about #sec02 h3 {
    background: none;
  }

  #about #sec02 h3::after {
    content: none;
  }

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

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

  #about #sec02 .cont_inner dl dt {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
  }

  #about #sec02 .cont_inner dl dd {
    width: 50%;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
  }

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

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

  /* #sec03 */

  #about #sec03 .cont_wrapper {
    width: 100%;
  }

  #about #sec03 .cont_inner {
    margin: 0 15px;
    padding: 20px 0 0;
    flex-direction: column;
    gap: 0;
  }

  #about #sec03 h3 {
    background: none;
  }

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

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

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

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

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

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

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

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

  #about #sec03 .area-bnr img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  #content .area-bnr {
    padding: 40px 5%;
  }

  #content .area-bnr img {
    width: 100%;
    height: auto;
  }

  /* sec04 */

  #about #sec04 .cont_inner {
    width: 100%;
    margin: 0 auto;
    gap: 1em;
  }

  #about #sec04 h3 {
    background: none;
  }

  #about #sec04 .module {
    width: 100%;
    padding: 1em;
    float: none;
    box-sizing: border-box;
  }

  #about #sec04 .module h4 {
    margin: 0 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  #about #sec04 .module h4 span.small {
    font-size: 1.6rem;
    padding: 0;
  }

  #about #sec04 .module ul {
    margin: 0 0 20px;
  }

  #about #sec04 .module:nth-child(even) {
    margin: 0;
  }

  #about #sec04 .module ul li {
    padding: 10px 0;
  }

  #about #sec04 .module ul li.btn {}

  #about #sec04 .module ul li.btn a {
    width: 100%;
  }

  #about #sec04 .module ul li.btn a img {
    width: 100%;
    height: auto;
  }


  /* GREETING
================================================== */

  /* #sec01 */

  #greeting #mainImage h2 {
    background: none;
  }

  #greeting section#sec01 {
    padding: 0;
  }

  #greeting #sec01 .cont_wrapper {
    padding: 0;
  }

  #greeting #sec01 .cont_inner {
    width: 100%;
    padding: 30px 15px 0;
    box-sizing: border-box;
    flex-direction: column;
  }

  #greeting #sec01 .bg_content {
    width: 100%;
    height: 200px;
    margin: 0 0 20px;
    background: url(../../images/greeting/bg_content.png) center top no-repeat;
    background-size: 95px 200px;
  }

  #greeting #sec01 .cont_inner .comment {
    padding: 0;
  }

  #greeting #sec01 .cont_inner .comment p {
    font-size: 1.5rem;
    margin: 0 0 15px;
    line-height: 1.5;
  }


  /* ACCESS
================================================== */

  /* #sec01 */

  #access #mainImage h2 {
    background: none;
  }

  #access section#sec01 {
    padding: 0;
  }

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

  #access #sec01 .cont_inner {
    width: 100%;
    padding: 30px 15px 0;
    box-sizing: border-box;
  }

  #access #sec01 h3 {
    background: none;
  }

  #access #sec01 adress {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }

  #access #sec01 #map {
    margin: 0;
  }

  #access #sec01 .cont_inner .direction {
    margin: 0 0 30px;
    padding: 0;
  }

  #access #sec01 .cont_inner .direction .der_inner {
    background: none;
  }

  #access #sec01 .cont_inner .direction .der_inner ul {
    display: block;
  }

  #access #sec01 .cont_inner .direction .der_inner li {
    display: block;
    font-size: 1.5rem;
  }

  #access #sec01 .cont_inner .direction .der_inner li h4 {
    height: auto;
    padding: 0;
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #69b1b8;
  }

  #access #sec01 .cont_inner .direction .der_inner li:first-child {
    background: url(../images/dotted03.gif) center bottom repeat-x;
  }

  #access #sec01 .cont_inner .direction .der_inner li:first-child h4 {
    background: none;
  }

  #access #sec01 .cont_inner .direction .der_inner li:last-child h4 {
    background: none;
  }

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

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

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

  /* INFORMATION
================================================== */
  #info #mainImage h2 {
    background: none;
  }

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

  #info .tab {
    overflow: hidden;
  }

  #info .tab li {
    color: #fff;
    font-weight: bold;
    background: #78c5ca;
    padding: 5px 25px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
  }

  #info .tab li.select {
    color: #41939b;
  }

  #info .content li {
    padding: 10px 0 20px;
    margin-top: -1px;
    border-top: 1px solid #78c5ca;
  }

  #info .hide {
    display: none;
  }

  #info .content li dl {
    padding: 10px 0 20px;
    border-bottom: 1px dotted #ccc;
  }

  #info .content li dl:last-child {
    border-bottom: none;
  }

  #info .content li dl dt {
    padding: 10px 0;
    color: #41939b;
    font-weight: bold;
  }

  #info #entry {
    background-color: #fff;
  }


  /* RECRUIT
================================================== */

  /* #sec01 */

  #recruit h3 {
    margin-bottom: 1em;
  }

  #recruit #sec03 {
    margin: 0 0 30px;
  }

  #recruit #mainImage h2 {
    background: none;
  }

  #recruit #sec01,
  #recruit #sec02,
  #recruit #sec03 {
    padding: 0;
  }

  #recruit #sec01 .cont_wrapper,
  #recruit #sec02 .cont_wrapper,
  #recruit #sec03 .cont_wrapper {
    padding: 20px 0 0;
  }

  #recruit #sec01 .cont_inner,
  #recruit #sec02 .cont_inner,
  #recruit #sec03 .cont_inner {
    width: 100%;
    padding: 0 15px 20px;
    box-sizing: border-box;
  }

  #recruit #sec01 .cont_inner .table_wrap,
  #recruit #sec02 .cont_inner .table_wrap,
  #recruit #sec03 .cont_inner .table_wrap {
    margin: 0 0 20px;
  }

  #recruit #sec01 h3 {
    background: none;
  }

  #recruit #sec02 h3 {
    background: none;
  }

  #recruit #sec03 h3 {
    background: none;
  }

  #recruit #sec01 .cont_inner table th,
  #recruit #sec02 .cont_inner table th,
  #recruit #sec03 .cont_inner table th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: #69b1b8;
    font-weight: bold;
    background-color: #f6f6f6;
    border-right: none;
  }

  #recruit #sec01 .cont_inner table td,
  #recruit #sec02 .cont_inner table td,
  #recruit #sec03 .cont_inner table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #recruit #sec01 .btn a,
  #recruit #sec02 .btn a,
  #recruit #sec03 .btn a {
    width: 100%;
  }

  #recruit #sec01 .btn a img,
  #recruit #sec02 .btn a img,
  #recruit #sec03 .btn a img {
    width: 100%;
    height: auto;
  }


  /* CONTACT
	================================================== */

  /* #mainIMage */

  #contact section {
    padding: 20px 0;
  }

  #contact #mainImage {}

  #contact #mainImage h2 {
    background: none;
  }

  /* #sec01 */
  #contact #sec01 {}

  #contact #sec01 .cont_wrapper {}

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

  #contact #sec01 h3 {
    background: none;
  }

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

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

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

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

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

  #contact #sec01 .cont_inner h4 {
    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;
  }

  #contact #sec01 .cont_inner h4 span.border {
    border-bottom: 2px dotted #fe6665;
  }

  /* #sec02 */
  #contact #sec02 {}

  #contact #sec02 .cont_wrapper {
    padding: 0 15px;
  }

  #contact #sec02 .cont_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  #contact #sec02 h3 {
    background: none;
  }

  #contact #sec02 .cont_inner .tel {
    width: 100%;
    height: 30px;
    margin: 0 auto 15px;
    background-size: contain;
  }

  #contact #sec02 .cont_inner .tel a {
    display: block;
    width: 100%;
    height: 30px;
  }

  #contact #sec02 .cont_inner .remark {
    text-align: center;
  }

  #contact #sec02 .cont_inner .remark {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
  }


  /* #sec03 */
  #contact #sec03 {}

  #contact #sec03 .cont_inner .lead {
    text-align: left;
  }

  #contact #sec03 .cont_wrapper {
    padding: 0 15px;
  }

  #contact #sec03 .cont_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  #contact #sec03 h3 {
    background: none;
  }

}


/* MEDIA QUERIES
================================================== */
@media screen and (max-width: 768px) {
  #about #sec01 .cont_inner {
    flex-direction: column;
    gap: 10px;
  }

  #about #sec01 .cont_inner dl {
    width: 100%;
    margin: 0;
  }

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

@media screen and (min-width: 769px) {
  a.tlp {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
