img {
  height: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.red {
  color: #e33d12 !important;
}

.sp {
  display: none !important;
}

.abs {
  position: absolute;
}

.wave {
  padding-bottom: 5px;
  background: url(/dcms_media/other/wave.svg) repeat-x bottom left / auto 6.75px;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

.yellow {
  color: #fde600 !important;
}

.yellow-bg {
  background-color: #fde600;
  padding: 2.5px;
}

.mb15 {
  margin-bottom: 15px !important;
}

h2 {
  font-weight: 700 !important;
}

/* header */
header {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.header-inner {
  max-width: 1300px;
  padding: 10px 15px;
  margin: 0 auto;
  align-items: center;
}

.header-left {
  max-width: 400px;
  width: 100%;
}

.header-left p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
}

.header-right {
  justify-content: initial;
}

.header-right .header-tel {
  align-items: center;
  justify-content: initial;
  margin-right: 20px;
}

.header-right .header-tel .header-tel-img {
  width: 50px;
  margin-right: 10px;
}

.header-right .header-tel .header-tel-txt p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.header-right .header-tel .header-tel-txt p.num {
  font-size: 46px;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.header-right .header-tel .header-tel-txt p.small {
  font-size: 14px;
}

.header-right .header-mail {
  width: 275px;
}

/* cv */
.cv-title {
  background-color: #008765;
  position: relative;
  text-align: center;
}

.cv-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12.5px;
  border: 12.5px solid transparent;
  border-top: 22.5px solid #008765;
}

.cv-title p {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  padding: 7.5px 15px 15px;
}

.cv-title p span.num {
  font-size: 36px;
}

.cv-txt {
  padding: 7.5px 0 2.5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 40%);
  background-color: #e5f3f0;
}

.cv-txt-logo {
  width: 140px;
}

.cv-txt-tel {
  align-items: center;
  justify-content: initial;
}

.cv-txt-tel .cv-txt-tel-img {
  width: 50px;
  margin-right: 10px;
}

.cv-txt-tel .cv-txt-tel-txt p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.cv-txt-tel .cv-txt-tel-txt p.num {
  font-size: 46px;
  letter-spacing: 3px;
  padding-bottom: 5px;
}

.cv-txt-tel .cv-txt-tel-txt p.small {
  font-size: 14px;
}

.cv-mail {
  width: 360px;
}

.cv .inner {
  align-items: center;
  max-width: 1000px;
}

.js-alert-favorite {
  max-width: 470px;
  margin: 30px auto 0px;
  color: #000;
  border-bottom: 1px solid #333;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 0 0 7.5px;
  line-height: 1;
  display: block;
  pointer-events: none;
}

/* footer */
.copy {
  background-color: #333;
  text-align: center;
}

.copy p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 15px 0;
}

/* mv */
.mv-top {
  background-color: #153c7c;
  text-align: center;
  padding: 15px 0;
}

.mv-top p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.mv img {
  width: 100%;
}
.mv-inner {
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
}

.mv-right {
  width: 35%;
}

/* content */
.wrapper {
  overflow: hidden;
}

.c01 {
  padding: 100px 0;
}

.mv-bottom-box {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  box-shadow: 0px 1.7px 4.4px 0px rgba(4, 0, 0, 0.4);
  border-radius: 10px;
}

.c0101 {
  width: 240px;
  top: 60px;
  right: -140px;
}

.c0102 {
  width: 170px;
  left: -140px;
  bottom: -40px;
}

.mv-bottom-box-title {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -30px;
  background-color: #153c7c;
  text-align: center;
  position: relative;
}

.mv-bottom-box-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12.5px;
  border: 12.5px solid transparent;
  border-top: 22.5px solid #153c7c;
}

.mv-bottom-box-title h2 {
  padding: 12.5px 0 15px;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}

.mv-bottom-box-list {
  padding: 10px 40px 40px;
}

.mv-bottom-box-list ul {
  margin-left: 20px;
}

.mv-bottom-box-list ul li {
  font-size: 20px;
  margin-bottom: 7.5px;
  font-weight: 700;
  padding-left: 1.3em;
  text-indent: -1em;
}

.mv-bottom-box-list ul li span {
  color: #e33d12;
}

.mv-bottom-box-list ul li span.kakko {
  color: #333;
  padding: 0 3px;
  font-size: 22px;
}

.c02 {
  padding: 100px 0 40px;
}

.c02-title {
  margin-bottom: 40px;
  text-align: center;
}

.c02-title h2 {
  font-size: 32px;
  font-weight: 700;
}

.c02-list-box {
  border: 1px solid #333333;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.c02-list-box ul {
  padding: 30px 50px;
  margin: 0 auto;
}

.c02-list-box ul li {
  padding-left: 40px;
  background: url(/dcms_media/other/list_img.svg) left 0px top 3px no-repeat;
  background-size: 30px auto;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.c02-txt {
  text-align: center;
}

.c02-txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.reason6 {
  padding: 60px 0;
}

.reason6-title {
  max-width: 800px;
  margin: 0 auto 30px;
  width: 100%;
}

.reason-box {
  box-shadow: 2px 2px 5px rgba(4, 0, 0, 0.4);
  margin-bottom: 50px;
  border-radius: 10px;
}

.reason-box-inner {
  padding: 20px 30px 30px;
  position: relative;
}

.reason-box-num {
  position: absolute;
  background-color: #e33d12;
  left: 30px;
  top: 0px;
  width: 100px;
  text-align: center;
  padding: 5px 0 10px;
}

.reason-box-num::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid #e33d12;
  border-right: 50px solid #e33d12;
  border-bottom: 17.5px solid transparent;
}

.reason-box-num p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.reason-box-num p span {
  font-size: 48px;
}

.reason-box-title {
  margin-left: 120px;
  margin-bottom: 40px;
}

.reason-box-title h3 {
  background-color: #fde600;
  font-size: 20px;
  font-weight: 700;
  padding: 2.5px 25px 3px 5px;
  display: inline-block;
}

.reason-box-flex {
  flex-direction: row-reverse;
}

.reason-box-right {
  width: 65%;
}

.reason-box-right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.reason-box-left {
  width: 32.5%;
}

.reason4 {
  padding: 100px 0px 80px;
}

.reason4-box-title {
  background-color: #e33d12;
  text-align: center;
  padding: 15px 0;
}

.reason4-box-title h2 {
  color: #fff;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.reason4-box-title h2 small {
  font-size: 32px;
}

.reason4-box-title h2 span.big {
  font-size: 56px;
}

.reason4-box-title h2 span.top-dot {
  padding-top: 7.5px;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.075em 0.3em;
  background-image: -webkit-radial-gradient(0.15em 0.15em at center center, #fff, #fff 100%, transparent, transparent);
  background-image: radial-gradient(0.15em 0.15em at center center, #fff, #fff 100%, transparent, transparent);
}

.reason4-box-txt {
  border: 1px solid #333;
  padding: 30px 0;
}

.reason4-box-txt p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.reason4-box-list {
  margin-top: 30px;
}

.reason4-box-list ul {
  flex-wrap: wrap;
  padding: 0px 30px;
}

.reason4-box-list li {
  width: 50%;
}

.reason4-box-list li:nth-child(1),
.reason4-box-list li:nth-child(3) {
  padding-right: 30px;
  border-right: 1px dashed #333;
}

.reason4-box-list li:nth-child(1),
.reason4-box-list li:nth-child(2) {
  margin-bottom: 15px;
}

.reason4-box-list li:nth-child(3),
.reason4-box-list li:nth-child(4) {
  border-top: 1px dashed #333;
  padding-top: 15px;
}

.reason4-box-list li:nth-child(2),
.reason4-box-list li:nth-child(4) {
  padding-left: 30px;
}

.reason4-box-list-txt p {
  font-size: 16px;
  text-align: left;
}

.reason4-box-list-title {
  justify-content: initial;
  align-items: center;
  margin-bottom: 15px;
}

.reason4-box-list-num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #153c7c;
  text-align: center;
  margin-right: 10px;
  display: block;
}

.reason4-box-list-num p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100px;
  line-height: 1;
  padding-top: 20px;
}

.reason4-box-list-num p span {
  font-size: 42px;
  font-weight: 700;
  display: block;
}

.reason4-box-list-title-txt h3 {
  font-size: 20px;
  display: inline-block;
  background-color: #fde600;
  padding: 2.5px;
  font-weight: 700;
}

.reason4-box-list-img {
  margin-bottom: 15px;
}
.staff {
  padding: 100px 0 60px;
}

.interview-title {
  margin-bottom: 40px;
  text-align: center;
}

.interview-title h2 {
  font-size: 36px;
  font-weight: 700;
}

.interview-title p {
  font-size: 20px;
  font-weight: 700;
  padding-top: 25px;
  line-height: 1.5;
}

.staff-list ul {
  flex-wrap: wrap;
}

.staff-list ul li {
  width: 48%;
  margin-bottom: 30px;
}

.staff-list ul li a {
  transition: all 0.8s;
}

.staff-list ul li .staff-img {
  margin-bottom: 15px;
  position: relative;
}

.staff-list ul li .staff-txt h3,
.staff-list ul li .staff-txt p {
  font-size: 16px;
}

.president {
  padding: 0 0 100px;
}

.president-content {
  max-width: 630px;
  margin: 0 auto;
  display: block;
  transition: all 0.8s;
}

.president-content .president-img {
  margin-bottom: 15px;
  position: relative;
}

.president-content .president-txt h3,
.president-content .president-txt p {
  font-size: 18px;
}

.spend {
  padding-bottom: 100px;
}

.spend-box {
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #333;
}

.spend-box table th {
  width: 20%;
  background-color: #d0d8e5;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.spend-box table td {
  padding: 10px 15px 10px 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.spend-box table tr:nth-child(1) th,
.spend-box table tr:nth-child(1) td {
  padding-top: 25px;
}

.spend-box table tr:nth-child(10) th,
.spend-box table tr:nth-child(10) td {
  padding-bottom: 25px;
}

.spend-box .abs {
  width: 240px;
  top: -45px;
  right: 20px;
}

.spend-txt {
  text-align: center;
}

.spend-txt p {
  font-size: 18px;
  line-height: 1.7;
}

.step {
  padding: 100px 0;
}

.step-title {
  margin-bottom: 40px;
  text-align: center;
}

.step-title h2 {
  font-size: 32px;
}

.step-title h2 span {
  font-size: 48px;
}

.step-box {
  box-shadow: 2px 2px 5px rgba(4, 0, 0, 0.4);
  border-radius: 10px;
  padding: 60px 0 20px;
}

.step-box-txt {
  margin-bottom: 40px;
  text-align: center;
}

.step-box-txt p {
  font-size: 18px;
  line-height: 1.7;
}

.flow-step-flex {
  flex-direction: row-reverse;
  padding: 30px;
  align-items: center;
}

.flow-step-flex-txt {
  width: 65%;
}

.flow-step-flex-txt p {
  font-size: 18px;
  line-height: 1.7;
}

.flow-step-flex-img {
  width: 32.5%;
}

.job_place {
  padding-bottom: 100px;
}

.job_place-txt {
  text-align: center;
  margin-bottom: 30px;
}

.job_place-txt h3 {
  font-size: 20px;
  padding-bottom: 15px;
}

.job_place-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.job_place-box {
  margin: 0 auto 50px;
  max-width: 900px;
}

.job_place-box table {
  border: 1px solid #333;
  width: 100%;
}

.job_place-box table th {
  width: 20%;
  background-color: #d0d8e5;
  padding: 10px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.job_place-box table td {
  padding: 20px 30px;
}

.job_place-box table td ul li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

.job_place-box table td ul li::after {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #153c7c;
}

.job_place-map h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
}

.job_place-map img {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.overview {
  padding-bottom: 100px;
}

.overview-imgs {
  margin-bottom: 40px;
}

.overview-img {
  width: 48%;
}

.overview-txt {
  text-align: center;
  margin-bottom: 40px;
}

.overview-txt p {
  font-size: 18px;
  line-height: 1.7;
}

.table-flex table {
  width: 50%;
}

.table-flex table th {
  width: 20%;
  background-color: #d6d6d6;
  border: 1px solid #c8c8c8;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.table-flex table td {
  border: 1px solid #c8c8c8;
  padding: 20px;
  font-size: 18px;
}

.table-flex table td a {
  display: block;
}

.requirements {
  padding-bottom: 100px;
}

.bg-title {
  margin-bottom: 60px;
  background-color: #153c7c;
  text-align: center;
}

.bg-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  padding: 40px 0;
  line-height: 1;
}

.req-content {
  margin-bottom: 50px;
}

.req-content .interview-title {
  margin-bottom: 15px;
}

.req-content .interview-title h3 {
  font-size: 32px;
  font-weight: 700;
}

.req-table table {
  width: 100%;
}

.req-table table th {
  width: 120px;
  background-color: #d0d8e5;
  border: 1px solid #c8c8c8;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-top: none;
}

.req-table table td {
  border: 1px solid #c8c8c8;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  border-top: none;
}

.requirements .table-flex table th {
  width: 120px;
  background-color: #d0d8e5;
  border: 1px solid #c8c8c8;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.requirements .table-flex table td {
  border: 1px solid #c8c8c8;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 1.5;
  height: 120px;
  vertical-align: middle;
  border-left: none;
}

.table-flex table:nth-child(2) th {
  border-left: none;
}

.requirements .req-table table td ul.flex {
  flex-wrap: wrap;
  margin-left: 20px;
  justify-content: initial;
}

.requirements .req-table table td ul.flex li {
  width: 33%;
  list-style: disc;
}

.requirements .table-flex table td ul li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
}

.requirements .table-flex table td ul li::after {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #153c7c;
}

.flow {
  padding-bottom: 80px;
}

.flow-list {
  margin-bottom: 40px;
}

.flow-txt {
  text-align: center;
}

.flow-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.contact-title {
  margin-bottom: 20px;
}

.contact-title h2 {
  font-size: 32px;
  color: #153c7c;
  padding-bottom: 20px;
}

.contact {
  padding-bottom: 100px;
}

.form-section table {
  width: 100%;
  border: 1px solid #c8c8c8;
  table-layout: fixed;
}

.form-section table th {
  width: 25%;
  background-color: #f9d8d0;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.form-section table th .must {
  padding: 0px 7.5px 2px;
  background-color: #e33d12;
  margin-left: 7.5px;
  font-size: 16px;
  color: #fff;
}

.form-section table th .option {
  padding: 0px 7.5px 2px;
  background-color: #707070;
  margin-left: 7.5px;
  font-size: 16px;
  color: #fff;
}

.form-section table td {
  border-bottom: 1px solid #c8c8c8;
  padding: 20px 30px;
}

.form-section .input-wrap {
  display: flex;
  align-items: center;
}

.form-section .input-wrap .item {
  margin-right: 15px;
}

.form-section input {
  border: 1px solid #333;
  background-color: #ebebeb;
  height: 50px;
  padding: 5px 10px;
}

_::-webkit-full-page-media,
_:future,
:root .form-section input[type="text"] {
  max-width: 200px;
}

.form-section input[type="tel"] {
  width: 170px;
}

.form-section .long input {
  width: 80%;
}

.form-section textarea {
  border: 1px solid #333;
  background-color: #ebebeb;
  width: 100%;
  padding: 10px;
}

.form-section .ex2 {
  padding-top: 10px;
}

.form-section .td-flex {
  display: flex;
}

.form-section .td-check-flex {
  flex-wrap: wrap;
}

.form-section .td-flex.td-check-flex .item {
  margin-right: 40px;
}

.form-section .check-flex {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}

.form-section .td-flex .item {
  margin-right: 20px;
}

.form-section .td-flex .item input {
  height: auto;
  margin-bottom: 3px;
}

.form-section .td-flex .item.other input[type="text"] {
  margin-left: 20px;
}

.form-section .btn-wrap {
  margin-top: 80px;
}

.form-section .btn-wrap input {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #e33d12;
  border-radius: 15px;
  height: 120px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border: none;
  box-shadow: 0px 10px 0px #c43600;
}

.error-box {
  margin-bottom: 40px;
}

.error-box p {
  color: #e33d12;
  line-height: 1.4;
}

.form-section .td-flex.gender .item {
  width: auto;
}

.form-section .td-flex .item input[type="radio"],
.form-section .td-flex .item input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-section .td-flex .item input[type="radio"]:checked + label::after,
.form-section .td-flex .item input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form-section .td-flex .item label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.form-section .td-flex .item label.label-magazine {
  padding-left: 0px;
}

.form-section .td-flex .item label::before,
.form-section .td-flex .item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.form-section .td-flex .item label::before {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.form-section .td-flex .item label::after {
  background-color: #333;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}

.form-section .td-flex .item label.label-check::before,
.form-section .td-flex .item label.label-check::after {
  content: "";
  display: block;
  border-radius: initial;
  position: absolute;
  transform: initial;
  top: initial;
}

.form-section .td-flex .item label.label-magazine::before,
.form-section .td-flex .item label.label-magazine::after {
  display: none;
}

.form-section .td-flex .item label.label-check::before {
  border: 1px solid #333;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.form-section .td-flex .item label.label-check::after {
  background-color: initial;
  border-radius: initial;
  opacity: 0;
  width: 10px;
  height: 5px;
  left: 10px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  top: 8px;
}

#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  border: 4px solid #333;
  border-radius: 50%;
  transition: all 0.8s;
  opacity: 0;
  background-color: #fff;
}

#page_top.active {
  opacity: 1;
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.8s;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #333;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  text-align: center;
  transition: all 0.8s;
}

#page_top a::after {
  content: "TOP";
  font-size: 16px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  text-align: center;
  color: #333;
  transition: all 0.8s;
}

#page_top:hover {
  background-color: #333;
}

#page_top:hover a::before,
#page_top:hover a::after {
  color: #fff;
}

.youtube-btn {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100px;
  height: 60px;
  border: 1px solid #f00;
  background-color: #f00;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.8s;
}

.staff-list ul li a:hover .youtube-btn,
.president-content:hover .youtube-btn {
  opacity: 1;
}

.youtube-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .inner {
    max-width: 100%;
    padding: 0 15px;
  }

  .header-left {
    max-width: 320px;
  }

  .header-left p,
  .header-right .header-tel .header-tel-txt p {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-right .header-tel .header-tel-txt p.num {
    font-size: 36px;
  }

  .header-right .header-tel .header-tel-txt p.small {
    font-size: 12px;
  }

  .header-right .header-tel .header-tel-img {
    width: 40px;
  }

  .header-right .header-mail {
    width: 240px;
  }
}

@media screen and (max-width: 1024px) {
  header .pc {
    display: none;
  }

  .header-inner {
    max-width: 500px;
    display: block;
  }

  .header-left {
    max-width: 300px;
    margin: 0 auto;
  }

  .header-left p {
    font-size: 12px;
  }

  .header-right {
    width: 100%;
    justify-content: space-between;
  }

  .header-right .header-tel {
    display: block;
    width: 50%;
    margin-right: 0px;
  }

  .header-right .header-tel .header-tel-img, .header-right .header-tel .header-tel-img img {
    width: auto;
    height: 100%;
    margin: auto;
  }

  .header-right .header-mail {
    width: 50%;
  }

  .cv-mail {
    width: 300px;
  }

  .cv-txt-logo {
    width: 140px;
  }

  .c0101 {
    width: 180px;
    right: -40px;
  }

  .c0102 {
    width: 120px;
    left: -20px;
    bottom: -75px;
  }

  .cv-title p {
    font-size: 24px;
  }

  .cv-txt-tel .cv-txt-tel-txt p.num {
    font-size: 36px;
  }

  .cv-txt-tel .cv-txt-tel-txt p.small {
    font-size: 12px;
  }

  .cv-txt-tel .cv-txt-tel-txt p {
    font-size: 14px;
  }

  .cv-txt-tel .cv-txt-tel-img {
    width: 40px;
  }

  .reason4-box-title h2 small {
    font-size: 24px;
  }

  .reason4-box-title h2 span.big {
    font-size: 48px;
  }

  .reason4-box-title h2 {
    font-size: 36px;
  }

  .reason4-box-list-title-txt h3 {
    font-size: 18px;
  }

  .reason4-box-list-num {
    width: 80px;
    height: 80px;
  }

  .reason4-box-list-num p {
    font-size: 18px;
    width: 80px;
    padding-top: 14px;
  }

  .reason4-box-list-num p span {
    font-size: 36px;
  }

  .form-section table {
    width: 100%;
    border: none;
  }

  .form-section table th,
  .form-section table td {
    border-left: 10px solid #e33d12;
  }

  .form-section table th {
    width: 100%;
    display: block;
    background-color: #fff;
    border-bottom: none;
    padding: 10px 0 10px 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
  }

  .form-section table td {
    border-bottom: none;
    padding: 5px 0px 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }

  .ex {
    display: none;
  }

  .form-section table th .option,
  .form-section table th .must {
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }

  .sp-table {
    display: table !important;
  }

  .pc {
    display: none !important;
  }

  .c01 {
    padding: 80px 15px 180px;
  }

  .c0101 {
    width: 300px;
    height: auto;
    right: initial;
    top: initial;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mv-bottom-box {
    max-width: 400px;
  }

  .mv-bottom-box-title {
    width: 92.5%;
  }

  .mv-bottom-box-title h2 {
    padding: 10px 0 12.5px;
    font-size: 20px;
  }

  .mv-bottom-box-list {
    padding: 0px 15px 20px;
  }

  .mv-bottom-box-list ul li {
    font-size: 18px;
    margin-bottom: 12.5px;
  }

  .cv-title:before {
    border-top: 10px solid #008765;
  }

  .cv-title p {
    font-size: 20px;
    line-height: 1.2;
  }

  .cv-title p span.num {
    font-size: 32px;
    line-height: 0.6;
  }

  .cv .inner {
    max-width: 500px;
  }

  .cv-txt-tel {
    width: 69%;
  }

  .cv-txt-tel .cv-txt-tel-img {
    margin-right: 0px;
  }

  .cv-mail {
    width: 31%;
  }

  .cv-txt-tel .cv-txt-tel-img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .cv-txt-tel .cv-txt-tel-img img {
    width: auto;
    height: 100%;
  }

  .cv-txt {
    padding: 12.5px 0 15px;
  }

  .js-alert-favorite {
    max-width: 300px;
    margin: 0 auto;
    color: #333;
    border-bottom: none;
    font-size: 14px;
    padding: 0 0 5px;
    pointer-events: all;
  }

  .js-alert-favorite span {
    display: block;
    margin-top: 7.5px;
    background: #fff;
    padding: 5px 0 7.5px;
    font-size: 16px;
    border-radius: 5px;
  }

  .c02 {
    padding: 50px 0 30px;
  }

  .c02-title {
    margin-bottom: 25px;
  }

  .c02-title h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }

  .c02-list-box ul {
    padding: 20px 15px;
  }

  .c02-list-box {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .c02-list-box ul li {
    padding-left: 25px;
    background-size: 20px auto;
    font-size: 16px;
  }

  .c02-txt p {
    font-size: 16px;
  }

  .reason6-title {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .reason-box-flex {
    display: block;
  }

  .reason-box {
    margin: 0 auto 20px;
    max-width: 500px;
  }

  .reason-box-inner {
    padding: 70px 15px 15px;
  }

  .reason-box-title {
    margin: 0 auto;
    text-align: center;
  }

  .reason-box-title h3 {
    font-size: 16px;
    padding: 2.5px 5px 5px;
    margin-bottom: 5px;
  }

  .reason-box-num {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .reason-box-num::after {
    border-left: 40px solid #e33d12;
    border-right: 40px solid #e33d12;
    border-bottom: 10px solid transparent;
  }

  .reason-box-num p span {
    font-size: 32px;
  }

  .reason-box-right {
    width: 100%;
  }

  .reason-box-right p {
    font-size: 14px;
  }

  .reason-box-left {
    width: 100%;
  }

  .reason4 {
    padding: 80px 0;
  }

  .reason4-box {
    max-width: 500px;
    margin: 0 auto;
  }

  .reason4-box-title h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .reason4-box-title h2 small {
    font-size: 20px;
    line-height: 1;
  }

  .reason4-box-title h2 span.big {
    font-size: 36px;
    line-height: 1;
  }

  .reason4-box-txt {
    padding: 20px 0 5px;
  }

  .reason4-box-txt p {
    font-size: 14px;
  }

  .reason4-box-list ul {
    padding: 0px 15px;
    display: block;
  }

  .reason4-box-list li:nth-child(1),
  .reason4-box-list li:nth-child(3) {
    padding-right: 0px;
    border-right: none;
  }

  .reason4-box-list li:nth-child(2),
  .reason4-box-list li:nth-child(4) {
    padding-left: 0px;
  }

  .reason4-box-list li {
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 15px;
    border-top: 1px dashed #333;
  }

  .reason4-box-list-num {
    width: 60px;
    height: 60px;
  }

  .reason4-box-list-num p {
    width: 60px;
    font-size: 12px;
    padding-top: 12px;
  }

  .reason4-box-list-num p span {
    font-size: 24px;
  }

  .reason4-box-list-title-txt h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .staff {
    padding: 80px 0 50px;
  }

  .interview-title {
    margin-bottom: 25px;
  }

  .interview-title h2 {
    font-size: 24px;
  }

  .interview-title p {
    font-size: 16px;
  }

  .staff-list,
  .president-content {
    max-width: 400px;
    margin: 0 auto;
  }

  .staff-list ul {
    display: block;
  }

  .staff-list ul li {
    width: 100%;
  }

  .staff-list ul li .staff-img,
  .president-content .president-img {
    margin-bottom: 10px;
  }
  .staff-list ul li .staff-txt h3,
  .staff-list ul li .staff-txt p,
  .president-content .president-txt h3,
  .president-content .president-txt p {
    font-size: 14px;
  }

  .spend {
    padding-bottom: 60px;
  }

  .spend-box {
    margin: 0 auto 200px;
    max-width: 400px;
  }

  .spend-box .abs {
    max-width: 340px;
    width: 100%;
    height: auto;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: initial;
    bottom: -170px;
  }

  .spend-box table tr:nth-child(1) th,
  .spend-box table tr:nth-child(1) td {
    padding-top: 15px;
  }

  .spend-box table tr:nth-child(10) th,
  .spend-box table tr:nth-child(10) td {
    padding-bottom: 15px;
  }

  .spend-box table th {
    width: 22.5%;
    padding: 5px 0;
    font-size: 14px;
  }

  .spend-box table td {
    padding: 7.5px 10px 7.5px 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  .spend-txt p {
    font-size: 14px;
  }

  .step {
    padding: 80px 0;
  }

  .step-title {
    margin-bottom: 20px;
  }

  .step-title h2 {
    font-size: 20px;
  }

  .step-title h2 span {
    font-size: 30px;
  }

  .step-box {
    padding: 20px 0;
    max-width: 500px;
    margin: 0 auto;
  }

  .step-box-txt {
    margin-bottom: 10px;
  }

  .step-box-txt p {
    font-size: 14px;
  }

  .flow-step-flex {
    padding: 10px;
    display: block;
  }

  .flow-step-flex-txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .flow-step-flex-txt p {
    font-size: 14px;
  }

  .flow-step-flex-img {
    width: 100%;
  }

  .job_place-txt h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .job_place-txt p {
    font-size: 16px;
  }

  .job_place-box {
    margin: 0 auto 45px;
    max-width: 500px;
  }

  .job_place-box table th {
    width: 100%;
    padding: 15px;
    display: block;
  }

  .job_place-box table td {
    width: 100%;
    display: block;
  }

  .job_place-map img {
    max-width: 500px;
  }

  .overview-txt p {
    font-size: 14px;
  }

  .table-flex {
    display: block;
  }

  .table-flex table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .table-flex table:nth-child(1) tr:last-child th,
  .table-flex table:nth-child(1) tr:last-child td {
    border-bottom: none;
  }

  .table-flex table th {
    font-size: 16px;
    border-bottom: none;
  }

  .table-flex table td {
    padding: 20px 15px;
    font-size: 16px;
    border-bottom: none !important;
  }

  .table-flex table:nth-child(2) th {
    border-left: 1px solid #c8c8c8;
  }

  .overview {
    padding-bottom: 60px;
  }

  .bg-title {
    margin-bottom: 30px;
  }

  .bg-title h2 {
    font-size: 24px;
    padding: 20px 0;
  }

  .requirements {
    padding-bottom: 60px;
  }

  .req-content .interview-title h3 {
    font-size: 20px;
  }

  .requirements .table-flex table th,
  .req-table table th {
    width: 110px;
    font-size: 16px;
  }

  .requirements .table-flex table td,
  .req-table table td {
    padding: 12.5px 15px;
    font-size: 16px;
    height: auto;
  }

  .requirements .table-flex table .safa-bottom,
  .table-flex table .safa-bottom,
  .req-table table .safa-bottom {
    border-bottom: 1px solid #c8c8c8 !important;
  }

  .requirements .table-flex table td ul li {
    font-size: 16px;
  }

  .req-table table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .requirements .req-table table td ul.flex li {
    width: 100%;
    padding-left: 0px;
  }

  .requirements .req-table table td ul.flex li::after {
    display: none;
  }

  .requirements .req-table table tr:nth-child(1) th,
  .requirements .req-table table tr:nth-child(1) td {
    border-top: 1px solid #c8c8c8;
  }

  .flow-txt p {
    font-size: 14px;
  }

  .contact {
    padding-bottom: 60px;
  }

  .form-section .btn-wrap {
    margin-top: 30px;
  }

  .form-section .btn-wrap input {
    max-width: 300px;
    height: 60px;
    font-size: 20px;
    box-shadow: 0px 6px 0px #c43600;
  }

  .copy p {
    font-size: 12px;
  }

  .form-section .input-wrap {
    display: block;
  }

  .form-section .input-wrap.tel-wrap {
    display: flex;
  }

  .form-section input {
    height: 35px;
    margin-bottom: 5px;
    padding: 2.5px 7.5px;
  }

  .form-section .input-wrap .item {
    margin-right: 0px;
    font-size: 16px;
  }

  .form-section table td {
    padding: 5px 0px 0px 10px;
    width: 98%;
  }

  .form-section table th {
    padding: 5px 0 7.5px 10px;
    width: 98%;
  }

  .form-section .ex2 {
    padding-top: 5px;
    font-size: 14px;
  }

  .form-section textarea {
    margin-bottom: 5px;
  }

  .reason4-box-list {
    margin-top: 15px;
  }

  .form-section table td .item {
    width: 100%;
  }

  .form-section .input-wrap.tel-wrap {
    justify-content: space-between;
  }

  .form-section .input-wrap.tel-wrap .item {
    width: 30%;
  }

  .form-section .input-wrap.tel-wrap .item input {
    width: 100%;
  }

  .form-section .input-wrap.tel-wrap .item:nth-child(2),
  .form-section .input-wrap.tel-wrap .item:nth-child(4) {
    width: 3%;
    text-align: center;
  }

  .form-section .td-flex.td-check-flex .item {
    margin-right: 0px;
  }

  .form-section .td-flex .item input {
    height: 35px;
  }

  .youtube-btn {
    width: 65px;
    height: 45px;
  }

  .youtube-btn::after {
    border-width: 10px 0 10px 17.5px;
  }

  .overview-imgs {
    margin-bottom: 20px;
  }

  .overview-img {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .wave {
    background: url(/dcms_media/other/wave.png) repeat-x bottom left / auto 4.5px;
  }

  .mv-top {
    padding: 10px 5px;
  }

  .mv-top p {
    font-size: 14px;
  }

  .job_place-box table td {
    padding: 20px 10px;
  }

  .job_place-box table td ul li {
    font-size: 16px;
  }

  .job_place-map h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .overview-img {
    margin-bottom: 30px;
  }

  .table-flex table th,
  .requirements .table-flex table th,
  .req-table table th {
    width: 22.5%;
    font-size: 14px;
  }

  .requirements .table-flex table td,
  .req-table table td {
    font-size: 14px;
  }

  .table-flex table td {
    padding: 15px 12.5px;
    font-size: 14px;
  }

  .requirements .table-flex table td ul li {
    font-size: 14px;
  }

  .header-inner {
    padding: 10px;
  }

  .mv-bottom-box-list ul li {
    font-size: 16px;
  }

  .reason4-box-list ul {
    padding: 0px 10px;
  }

  .reason4-box-list-title-txt h3 {
    font-size: 16px;
    white-space: nowrap;
  }

  .reason4-box-list-num {
    margin-right: 7.5px;
  }

  .job_place-txt h3 {
    font-size: 16px;
  }

  .job_place-txt p {
    font-size: 14px;
  }

  .form-section .td-flex.td-check-flex .item label {
    font-size: 14px;
  }

  .form-section .check-flex,
  .form-section .td-flex.td-check-flex .item {
    display: block;
    margin-bottom: 10px;
  }

  .reason6 {
    padding: 40px 0;
  }

  .job_place {
    padding-bottom: 80px;
  }

  .form-section table td {
    width: 96%;
  }

  .form-section input#age,
  .form-section .td-flex .item.other input[type="text"],
  .form-section input#magazine {
    max-width: 200px;
  }

  .form-section .long input {
    width: 100%;
  }

  .c02-txt p {
    font-size: 14px;
    line-height: 1.7;
  }

  .mv-bottom-box-list ul {
    margin-left: 0px;
  }

  .mv-bottom-box-list {
    padding: 0px 10px 15px;
  }

  .mv-bottom-box-title {
    top: -25px;
  }

  .mv-bottom-box-title:before {
    border-top: 15px solid #153c7c;
  }

  #page_top {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 70px;
    border: 3px solid #333;
  }

  #page_top a::before {
    font-size: 18px;
    width: 18px;
    height: 18px;
    top: 5px;
  }

  #page_top a::after {
    font-size: 14px;
    top: 27.5px;
  }

  .error-box p {
    font-size: 14px;
  }

  .mv-bottom-box-list ul li span.kakko {
    padding: 0 2.5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .inner {
    padding: 0 10px;
  }

  .header-inner {
    padding: 10px 5px;
  }

  .c01 {
    padding: 60px 10px 180px;
  }

  .mv-bottom-box-title {
    width: 95%;
  }

  .mv-bottom-box-title h2 {
    font-size: 18px;
  }

  .mv-bottom-box-list ul li,
  .c02-list-box ul li {
    font-size: 14px;
  }

  .cv-title p {
    font-size: 16px;
  }

  .cv .inner {
    padding: 0 5px;
  }

  .c02-title h2 {
    font-size: 20px;
  }

  .c02-txt p {
    font-size: 14px;
  }

  .reason6-title {
    max-width: 260px;
  }

  .reason-box-title h3 {
    font-size: 14px;
    white-space: nowrap;
    padding: 2.5px 2.5px 5px;
  }

  .reason-box-inner {
    padding: 70px 10px 15px;
  }

  .reason4 {
    padding: 60px 0;
  }

  .reason4-box-list-num {
    width: 45px;
    height: 45px;
  }

  .reason4-box-list-num p {
    width: 45px;
    font-size: 10px;
    padding-top: 7.5px;
  }

  .reason4-box-list-num p span {
    font-size: 20px;
  }

  .reason4-box-list-num {
    margin-right: 5px;
  }

  .reason4-box-list-title-txt h3 {
    font-size: 14px;
    white-space: nowrap;
  }

  .interview-title h2 {
    font-size: 20px;
  }

  .staff {
    padding: 60px 0 40px;
  }

  .spend-box .abs {
    bottom: -145px;
  }

  .spend-txt p {
    font-size: 12px;
  }

  .step-title h2 span {
    font-size: 24px;
  }

  .step-box-txt p {
    font-size: 12px;
  }

  .job_place-txt p {
    font-size: 13px;
  }

  .job_place-box table td ul li {
    font-size: 14px;
  }

  .table-flex table th,
  .requirements .table-flex table th,
  .req-table table th {
    width: 25%;
  }

  .requirements {
    padding-bottom: 30px;
  }

  .contact-title p {
    font-size: 14px;
  }

  .mv-top p {
    font-size: 12px;
  }
}
