/* 全体リセットや標準的なスタイル調整 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #333;
  line-height: 1.6;
  position: relative;
}

section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inner {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 15px;
}

p, li, th, td {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

h3 {
  font-size: 18px;
}

a img:hover {
  opacity: 0.6;
}

@media screen and (min-width: 640px) {

.inner {
  width: 1200px;
  margin: 0 auto;
}

p, li, th, td {
  font-size: 18px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

h3 {
  font-size: 22px;
}

}

.nsj-r {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nsj-m {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.nsj-b {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.pp-r {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.pp-m {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.pp-sb {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.pp-b {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}


/* ヘッダー */

header {
  width: 100%;
  height: 60px;
  background-color: rgb(255 255 255 / 80%);
  position: fixed;
  top: 0;
  z-index: 9999;
}

.header-inner {
  width: auto;
  padding: 10px;
  position: relative;
}

.header-logo {
  width: 160px;
  line-height: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-nav {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
}

.header-nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-nav li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.header-nav li a:hover {
  opacity: 0.6;
}

.header-nav li .btn-apply {
  display: inline-block;
  background-color: #ff910b;
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}

.header-nav li .btn-apply:hover {
  background-color: #ffc107;
}

@media screen and (min-width: 640px) {

header {
  height: 80px;
}

.header-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.header-logo {
  width: 220px;
}

.header-nav {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 0;
}

.header-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.header-nav li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.header-nav li .btn-apply {
  display: inline-block;
  color: #fff;
  padding: 14px 30px;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}

}


.footer {
  padding: 40px 10px 20px;
  background-color: #01b0f1;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  text-align: center;
}

.footer-nav a {
  font-size: 14px;
  color: #fff;
}

.footer-nav a:hover {
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 640px) {

.footer {
  padding: 40px 10px 20px;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  text-align: center;
}

.footer-nav a {
  font-size: 14px;
  color: #fff;
}

.footer-nav a:hover {
  text-decoration: none;
}

}

.cont-ttl {
  width: auto;
  margin: 20px 0;
}

.cont-ttl img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 640px) {

.cont-ttl{
  width: 1200px;
  margin: 0 0 30px;
}

.cont-ttl img {
  border-radius: 20px;
}

}


/* メインビジュアル */

#mv {
  background-color: #f5f5f5;
  margin-top: 60px;
}

#mv img {
  width: 100%;
}

@media screen and (min-width: 640px) {

#mv {
  margin-top: 80px;
}

#mv img {
  max-width: 1366px;
  margin: 0 auto;
}

}


/* サブヘッドライン */

#cont01 {
  padding: 30px 0;
  background-color: #f5f5f5;
}

#cont01 h2 {
  display: block;
  width: 300px;
  margin: 0 auto 30px;
}

#cont01 h2 img {
  width: 100%;
}

#cont01 .image {
  display: block;
  width: 260px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

#cont01 .image img {
  width: 100%;
}

#cont01 .text {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 640px) {

#cont01 {
  padding: 60px 0;
}

#cont01 h2 {
  width: fit-content;
  margin: 0 auto 60px;
}

#cont01 h2 img {
  width: auto;
}

#cont01 .image {
  float: left;
  width: 400px;
}

#cont01 .text {
  float: right;
  width: 760px;
}

}


/* 教習指導員の１日 */

#cont02 {
  padding: 0;
  background-color: #01b0f1;
}

#cont02 .schedule {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #e8f4f9;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 0 0 20px;
}

#cont02 .schedule h3 {
  color: #01b0f1;
}

#cont02 .schedule li {
  clear: both;
  height: auto;
  overflow: hidden;
  margin:0 0 10px;
}

#cont02 .schedule li:first-child {
  margin:0 0 20px;
  text-indent: 3em;
}

#cont02 .am {
  list-style-type: none;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px;
  padding-left: 50px;
  position: relative;
}

#cont02 .pm {
  list-style-type: none;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px;
  padding-left: 50px;
  position: relative;
}

#cont02 .time {
  display: inline-block;
  width: 60px;
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #01b0f1;
  text-align: center;
}

#cont02 .task {
  float: right;
  display: table-cell;
  width: 70%;
}

#cont02 ul img {
  width: 40px;
  position: absolute;
}

#cont02 ul img.t0835 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1350 {
  left: 0;
  top: 195px;
}

#cont02 ul img.t1750 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t1950 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t0830 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1200 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t1300 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1730 {
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 640px) {

#cont02 {
  padding: 60px;
  background-color: #01b0f1;
}

#cont02 .schedule {
  width: 900px;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto;
}

#cont02 .schedule li:first-child {
  margin:0 0 20px;
  text-indent: 3em;
}

#cont02 .am {
  float: left;
  width: 48%;
  margin: 0 0 30px;
  padding-left: 60px;
}

#cont02 .pm {
  float: right;
  width: 48%;
  margin: 0 0 30px;
  padding-left: 60px;
}

#cont02 .time {
  font-size: 16px;
}

#cont02 .task {
  width: 275px;
}

#cont02 ul img {
  width: 50px;
  position: absolute;
}

#cont02 ul img.t0835 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1350 {
  left: 0;
  top: 215px;
}

#cont02 ul img.t1750 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t1950 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t0830 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1200 {
  left: 0;
  bottom: 0;
}

#cont02 ul img.t1300 {
  left: 0;
  top: 45px;
}

#cont02 ul img.t1730 {
  left: 0;
  bottom: 0;
}

}


/* 職場インタビュー */

#cont03 {
  padding: 0;
  background-color: #f5f5f5;
}

#cont03 .int-wrap {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 20px;
}

#cont03 .int-top {
  width: auto;
  height: auto;
  overflow: hidden;
}

#cont03 .int-top img {
  width: 100%;
  border-radius: 10px;
}

#cont03 .int-qa {
  list-style-type: none;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}

#cont03 .int-qa h3 {
  display: flex;
  margin: 0 0 15px;
}

#cont03 .int-qa li {
  margin: 0 0 30px;
}

#cont03 .q {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  color: #01b0f1;
}

#cont03 p {
  padding-left: 30px;
}

#cont03 .image-right {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 640px) {

#cont03 {
  padding: 60px;
}

#cont03 .int-wrap {
  width: 1200px;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto 40px;
}

#cont03 .int-top {
  width: 1100px;
  margin: 0 auto 30px;
}

#cont03 .int-top img {
  border-radius: 20px;
}

#cont03 .int-qa {
  padding: 0 60px;
  margin: 0;
}

#cont03 .int-qa li {
  margin: 0 0 60px;
}

#cont03 .q {
  font-size: 28px;
}

#cont03 p {
  padding-left: 45px;
}

#cont03 .image-right {
  float: right;
  width: 300px;
  margin: 0 0 15px 15px;
}

}


/* 資格審査について */

#cont04 {
  padding: 0;
  background-color: #01b0f1;
}

#cont04 h2 img {
  display: block;
  width: 260px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 15px;
}

#cont04 h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #2cb3a4;
  text-align: center;
}

#cont04 .career-wrap {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

#cont04 .career-top {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0;
}

#cont04 .career-top img {
  width: 100%;
  border-radius: 20px;
}

#cont04 .career-cont {
  list-style-type: none;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}

#cont04 .career-cont p {
  margin: 0;
}

#cont04 .career-cont li {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 0 10px;
}

#cont04 .career-cont h3 {
  display: inline-block;
  width: 150px;
  margin: 0;
}

#cont04 .icn {
  display: inline-block;
  width: 150px;
  padding: 2px 8px;
  background-color: #2cb3a4;
  border-radius: 4px;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#cont04 .career-cont li ul {
  list-style-type: disc;
  width: auto;
  height: auto;
  overflow: hidden;
  padding-left: 30px;
  margin: 5px 0;
}

#cont04 .career-cont li ul li {
  overflow: initial;
  margin: 0 0 5px;
}

@media screen and (min-width: 640px) {

#cont04 {
  padding: 30px;
}

#cont04 h2 img {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
}

#cont04 h3 {
  margin: 0 0 40px;
  font-size: 24px;
}

#cont04 .career-wrap {
  width: 900px;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto;
}

#cont04 .career-top {
  width: auto;
  margin: 0 auto 30px;
}

#cont04 .career-cont {
  padding: 0 60px;
  margin: 0;
}

#cont04 .career-cont li {
  margin: 0;
}

#cont04 .career-cont h3 {
  display: inline-block;
  width: 150px;
  margin-right: 15px;
}

#cont04 .icn {
  float: left;
  font-size: 20px;
}

#cont04 .career-cont li ul {
  float: right;
  width: 550px;
  margin: 5px 0 30px;
}

#cont04 .career-cont p {
  margin: 0 0 1.5em;
}

}


/* 選考プロセス */

#cont05 {
  padding: 20px 0;
  background-color: #f5f5f5;
}

#cont05 .process-wrap {
  width: auto;
  padding: 0;
  margin: 0 auto;
}

#cont05 .step-box {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 10px;
}

#cont05 .step-image {
  width: auto;
  height: auto;
  border-radius: 10px;
  margin: 0 0 20px;
}

#cont05 .step-image img {
  display: block;
  width: 240px;
  margin: 0 auto;
}

#cont05 .step-text {
  width: auto;
  height: auto;
  overflow: hidden;
}

#cont05 .arrow {
  text-align: center;
  font-size: 24px;
  color: #01b0f1;
  margin-bottom: 10px;
}

#cont05 h3 .sub {
  display: block;
  font-size: 14px;
  color: #01b0f1;
}

@media screen and (min-width: 640px) {

#cont05 {
  padding: 30px;
  background-color: #f5f5f5;
}

#cont05 .process-wrap {
  width: 900px;
  padding: 30px;
  margin: 0 auto;
}

#cont05 .step-box {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
}

#cont05 .step-image {
  width: 280px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
  padding-top: 0;
}

#cont05 .step-image img {
  width: 100%;
}

#cont05 .step-text {
  width: 700px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

#cont05 .arrow {
  text-align: center;
  font-size: 24px;
  color: #01b0f1;
  margin-bottom: 10px;
}

#cont05 h3 .sub {
  font-size: 14px;
}

}


/* 募集要項 */

#cont06 {
  padding: 20px 0;
  background-color: #fff;
}

#cont06 .job-headline-wrap {
  width: 300px;
  margin: 0 auto;
}

#cont06 .job-headline-wrap img {
  display: block;
  width: 100%;
  margin: 20px auto;
}

#cont06 .job-wrap {
  width: auto;
  padding: 0;
  margin: 0 auto;
}

#cont06 .job-table {
  width: 100%;
  border-collapse: collapse; 
}

#cont06 .job-table th,
#cont06 .job-table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-bottom: 2px solid #eee;
}

#cont06 .job-table th {
  width: 30%;
  font-weight: bold;
}

@media screen and (min-width: 640px) {

#cont06 {
  padding: 60px;
  background-color: #fff;
}

#cont06 .job-headline-wrap {
  width: 900px;
  padding: 30px 0;
  margin: 0 auto;
}

#cont06 .job-headline-wrap img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#cont06 .job-wrap {
  width: 900px;
  padding: 30px;
  margin: 0 auto;
}

#cont06 .job-table {
  width: 100%;
  border-collapse: collapse; 
}

#cont06 .job-table th,
#cont06 .job-table td {
  padding: 20px;
  vertical-align: top;
  text-align: left;
  border-bottom: 2px solid #eee;
}

#cont06 .job-table th {
  width: 30%;
  font-weight: bold;
}

}


/* 代表者あいさつ */

#cont07 {
  padding: 20px 0;
  background-color: #f5f5f5;
}

#cont07 .message-wrap {
  width: auto;
  padding: 0;
  margin: 0 auto;
}

#cont07 .message-wrap h3 {
  margin: 0 0 30px;
}

#cont07 .message-image {
  display: block;
  width: 260px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

#cont07 .message-image img {
  width: 100%;
}

#cont07 .message-text {
  width: auto;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 640px) {

#cont07 {
  padding: 30px;
  background-color: #f5f5f5;
}

#cont07 .message-wrap {
  width: 900px;
  padding: 30px;
  margin: 0 auto;
}

#cont07 .message-wrap h3 {
  text-align: center;
}

#cont07 .message-image {
  float: left;
  width: 280px;
  height: auto;
  overflow: hidden;
}

#cont07 .message-image img {
  width: 100%;
}

#cont07 .message-text {
  float: right;
  width: 520px;
  height: auto;
  overflow: hidden;
}

}


/* よくある質問 */

#cont08 {
  padding: 20px 0;
  background-color: #01b0f1;
}

#cont08 .faq-wrap {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 20px;
}

#cont08 .faq-item {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#cont08 .faq-item h4 {
  font-size: 18px;
}

#cont08 .faq-item p {
  margin: 0;
}

#cont08 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
}

#cont08 .faq-question:hover {
  background-color: #f9f9f9;
}

#cont08 .faq-toggle-symbol {
  font-size: 30px;
  width: 30px;
  text-align: center;
  color: #01b0f1;
}

#cont08 .faq-answer {
  height: 0;
  padding: 0 20px;
  opacity: 0;
}

#cont08 .faq-answer ul {
  padding: 20px 0 0 40px;
}

#cont08 .faq-item.open .faq-answer {
  padding: 8px 10px;
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 640px) {

#cont08 .faq-wrap {
  width: 900px;
  padding: 15px;
  border-radius: 20px;
  margin: 0 auto 20px;
}

#cont08 .faq-item {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#cont08 .faq-item h4 {
  font-size: 20px;
}

#cont08 .faq-item p {
  margin: 0;
}

#cont08 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

#cont08 .faq-question:hover {
  background-color: #f9f9f9;
}

#cont08 .faq-toggle-symbol {
  font-size: 30px;
  width: 30px;
  text-align: center;
  color: #01b0f1;
}

#cont08 .faq-answer {
  height: 0;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

#cont08 .faq-item.open .faq-answer {
  padding: 10px 20px;
  height: auto;
  opacity: 1;
}

}


/* 応募フォーム */

#cont09 {
  padding: 20px 0 80px;
  background-color: #f5f5f5;
}

#cont09 .form-wrap {
  width: auto;
  padding: 0;
  margin: 0 auto;
}

#cont09 .form-group {
  margin-bottom: 20px;
}

#cont09 .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

#cont09 input[type="text"],
#cont09 input[type="email"],
#cont09 input[type="tel"],
#cont09 textarea,
#cont09 select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#cont09 input[type="text"]:focus,
#cont09 input[type="email"]:focus,
#cont09 input[type="tel"]:focus,
#cont09 textarea:focus {
  border-color: #01b0f1;
}

#cont09 textarea {
  resize: vertical;
}

#cont09 .form-submit {
  text-align: center;
  margin-top: 10px;
}

#cont09 .submit-button {
  width: 300px;
  height: 60px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/icn_link_w.svg) right 15px center no-repeat;
  background-size: 30px;
  background-color: #ff910b;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

#cont09 .submit-button:hover {
  background-color: #ffc107;
}

#cont09 .optional {
  display: inline-block;
  width: auto;
  padding: 2px 8px;
  background-color: #2cb3a4;
  border-radius: 4px;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#cont09 .birth-wrap {
  width: 330px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#cont09 .birth-wrap .small {
  width: fit-content;
}

#cont09 .birth-wrap .small select {
  display: inline-block;
  width: 70px;
  text-align: center;
}

#cont09 .cap {
  font-size: 14px;
}

@media screen and (min-width: 640px) {

#cont09 {
  padding: 30px 30px 120px;
  background-color: #f5f5f5;
}

#cont09 .form-wrap {
  width: 700px;
  padding: 30px;
  margin: 0 auto;
}

#cont09 .form-group {
  margin-bottom: 20px;
}

#cont09 .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

#cont09 input[type="text"],
#cont09 input[type="email"],
#cont09 input[type="tel"],
#cont09 textarea,
#cont09 select {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#cont09 input[type="text"]:focus,
#cont09 input[type="email"]:focus,
#cont09 input[type="tel"]:focus,
#cont09 textarea:focus {
  border-color: #01b0f1;
}

#cont09 textarea {
  resize: vertical;
}

#cont09 .form-submit {
  text-align: center;
  margin-top: 10px;
}

#cont09 .submit-button {
  width: 600px;
  height: 80px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/icn_link_w.svg) right 30px center no-repeat;
  background-size: 40px;
  background-color: #ff910b;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

#cont09 .submit-button:hover {
  background-color: #ffc107;
}

#cont09 .optional {
  display: inline-block;
  width: auto;
  padding: 2px 8px;
  background-color: #2cb3a4;
  border-radius: 4px;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#cont09 .birth-wrap {
  width: fit-content;
  display: flex;
  justify-content: space-between;
}

#cont09 .birth-wrap .small {
  width: 150px;
}

#cont09 .birth-wrap .small select {
  display: inline-block;
  width: 100px;
  text-align: center;
}

}


.apply-wrap {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
}

.apply-btn {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/icn_link_w.svg) right 15px center no-repeat;
  background-size: 30px;
  background-color: #ff910b;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
}

.apply-btn:hover {
    background-color: #ffc107;
}

@media screen and (min-width: 640px) {

.apply-wrap {
  margin: 60px 0;
}

.apply-btn {
  width: 600px;
  height: 80px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/icn_link_w.svg) right 30px center no-repeat;
  background-size: 40px;
  background-color: #ff910b;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
}

}


 /* readmore */
 
  .readmore {
    position: relative;
    box-sizing: border-box;
  }

  .readmore-content {
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 200px;
  }

  .readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 160px;
    background: linear-gradient(180deg,
        rgb(255, 255, 255, 0) 0%,
        rgb(255, 255, 255, 1) 70%);
    z-index: 2;
  }
  
  .readmore-content.blue-grad::before {
    background: linear-gradient(180deg,
        rgb(232, 244, 249, 0) 0%,
        rgb(232, 244, 249, 1) 70%);
    z-index: 2;
  }

  .readmore-label {
    display: table;
    width: 200px;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #01b0f1;
    border-radius: 100px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
  }

  .readmore-label:hover {
    background-color: #96d4eb;
    transition: 0.8s;
  }

  .readmore-label:before {
    content: '続きを読む';
  }

  .readmore-check {
    display: none;
  }

  /*チェック時にボタンを非表示*/
  .readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
  }

  .readmore-check:checked~.readmore-label:before {
    content: '閉じる';
  }

  /*チェック時に高さを自動に戻す*/
  .readmore-check:checked~.readmore-content {
    height: auto;
  }

  /*チェック時グラデーション等を削除*/
  .readmore-check:checked~.readmore-content::before {
    display: none;
  }

  .swiper {
    overflow: inherit;
  }

  .swiper-slide {
    padding-top: 0;
  }

@media screen and (min-width: 640px) {

  .readmore-label {
    display: table;
    width: 300px;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 14px 30px;
    background-color: #01b0f1;
    border-radius: 100px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
  }

}


.fluffy {
  animation: fluffy 4s ease infinite;
  margin-top: 10px;
}

@keyframes fluffy {
  0% { transform:translateY(0) }
  25% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  75% { transform:translateY(-10px) }
  100% { transform:translateY(0) }
}


#job,
#form {
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (min-width: 640px) {

#job,
#form {
  padding-top: 80px;
  margin-top: -80px;
}

}


#sticky {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
  background-color: rgb(255 255 255 / 80%);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: 0 auto;
}

#sticky ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
  align-items: center;
}

#sticky li a {
  display: block;
  padding: 8px 16px 8px 30px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/icn_link_b.png) left 5px center no-repeat;
  background-size: 20px;
  background-color: #cdedf8;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

@media screen and (min-width: 640px) {

#sticky {
  display: none !important;
}

}


#pagetop {
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 99;
}

#pagetop img {
  width: 100%;
}

@media screen and (min-width: 640px) {

#pagetop {
  width: 84px;
  right: 30px;
  bottom: 20px;
}

}


div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 4px solid #ff0000 !important;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: 4px solid #398f14 !important;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 4px solid #ff0000 !important;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-spam-blocked {
  border: 4px solid #ffa500 !important;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 4px solid #f7e700 !important;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
