@charset "UTF-8";
.header_nav_title.recruitment::after {
  width: 100%;
}

.crm--header {
  background-color: #fff;
}

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

/* mv
====================================== */
.kv {
  position: relative;
  margin-top: 100px;
}
.kv_wrap {
  width: calc(100% - 60px);
  max-width: 1600px;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
.kv_title {
  font-family: "EB Garamond", serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.kv_text {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .kv {
    margin-top: 73px;
  }
  .kv_wrap {
    width: calc(100% - 40px);
    top: 40%;
  }
  .kv_title {
    font-family: "EB Garamond", serif;
    font-size: 22px;
  }
  .kv_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* contents_area
=========================== */
.contents_area {
  position: relative;
  padding-block: 100px;
  border-top: 1px solid #49c0d0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-block: 50px;
  }
}

/* contents01
============================= */
.contents01 {
  background-color: #eaf5f7;
}
.contents01 .inner {
  max-width: 1400px;
}
.main_title {
  max-width: 460px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text .section_text {
  text-align: center;
}
.contents01_wrap {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  margin-bottom: 120px;
}
.contents01_wrap.mt {
  margin-top: 140px;
}
.contents01_wrap_img {
  width: 65%;
  max-width: 900px;
}
.contents01_wrap_body {
  width: 36%;
  max-width: 500px;
  display: flex;
  align-items: center;
  background: #127b99;
  background: linear-gradient(90deg, #127b99 0%, #49c0d0 100%);
  color: #fff;
}
.contents01_wrap_meta {
  margin-left: 20%;
}
.contents01_name {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contents01_name .kana {
  display: block;
  font-size: 16px;
}
.contents01_name .name_cap {
  font-size: 18px;
  margin-left: 4px;
}
.contents01_position {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .contents01 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .main_title {
    width: 80%;
    margin-bottom: 30px;
  }
  .main_text .section_text {
    line-height: 2;
  }
  .contents01_wrap {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contents01_wrap_img {
    width: 100%;
  }
  .contents01_wrap_body {
    width: 100%;
    max-width: 100%;
    padding-block: 30px;
    justify-content: center;
  }
  .contents01_wrap_meta {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .contents01_name {
    font-size: 24px;
  }
  .contents01_name .kana {
    font-size: 12px;
  }
  .contents01_name .name_cap {
    display: block;
    font-size: 12px;
    margin-left: 0px;
  }
  .contents01_position {
    margin-top: 0px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}

/* contents02
============================= */
.contents02 .inner {
  max-width: 1200px;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #196e7a;
  margin-bottom: 60px;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #196e7a;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.schedule_wrap {
  position: relative;
}
.schedule_wrap::after {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3px;
  height: calc(100% - 360px);
  background-color: #196e7a;
}
.schedule_item {
  position: relative;
  width: 50%;
}
.icon_schedule {
  position: absolute;
  width: 122px;
  top: -20px;
  z-index: 10;
}
.icon_schedule.left {
  left: -20px;
}
.icon_schedule.right {
  right: -20px;
}
.schedule_item.right {
  margin-left: auto;
}
.schedule_item00 {
  height: 102px;
}
.schedule_item00.left::after {
  content: none;
}
.schedule_item01 {
  margin-top: 60px;
}
.schedule_item02 {
  margin-top: -360px;
}
.schedule_item03 {
  margin-top: -100px;
}
.schedule_item04 {
  margin-top: -300px;
}
.schedule_item05 {
  margin-top: -150px;
}
.schedule_item06 {
  margin-top: -240px;
}
.schedule_item::before {
  content: attr(data-num);
  white-space: pre-line;
  position: absolute;
  top: 20px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  width: clamp(7rem, -0.41rem + 7.229vw, 10rem);
  height: clamp(7rem, -0.41rem + 7.229vw, 10rem);
  border: 1px solid #196e7a;
  background-color: #196e7a;
  border-radius: 100%;
  display: grid;
  place-items: center;
  text-align: center;      
  line-height: 1.2;         
  z-index: 2;
}

.schedule_item.left::before {
  top: 50px;
  right: -52px;
  right: calc(clamp(3.5rem, -0.699rem + 4.096vw, 5.2rem) * -1);
}
.schedule_item.right::before {
  top: 120px;
  left: -52px;
  left: calc(clamp(3.5rem, -0.699rem + 4.096vw, 5.2rem) * -1);
}
.schedule_item::after {
  content: "";
  position: absolute;
  width: calc(100% - 500px);
  height: 2px;
  background-color: #196e7a;
  z-index: 1;
}
.schedule_item.left::after {
  top: 100px;
  right: 0;
}
.schedule_item.right::after {
  top: 170px;
  left: 0;
}

.schedule_item_box {
  position: relative;
  max-width: 500px;
  border: 1px solid #196e7a;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 2;
}
.right .schedule_item_box {
  margin-left: auto;
}
.schedule_item_body {
  background-color: #fff;
  padding: 20px 20px;
}
.schedule_item_title {
  font-size: 24px;
  letter-spacing: normal;
  color: #196e7a;
}
.schedule_item_text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 1140px) {
  .schedule_wrap {
    max-width: 640px;
    margin-inline: auto;
  }
  .schedule_wrap::after {
    top: 150px;
    left: auto;
    right: 40px;
    transform: none;
    height: calc(100% - 500px);
  }
  .schedule_item {
    position: relative;
    width: 100%;
  }
  .schedule_item.right {
    margin-left: 0;
  }
  .icon_schedule.right {
  right: auto;
  left: -20px;
}
.schedule_item00 {
  height: 0px;
}
.schedule_item.schedule_item00.left::before {
    top: 0px;
}
.schedule_item01 {
  margin-top: 30px;
}
  .schedule_item02,
  .schedule_item03,
  .schedule_item04,
  .schedule_item05,
  .schedule_item06 {
    margin-top: 60px;
  }
  .schedule_item::before {
    font-size: 24px;
    width: 80px;
    height: 80px;
  }
  .schedule_item.left::before {
    top: 120px;
    right: 0;
  }
  .schedule_item.right::before {
    top: 120px;
    left: auto;
    right: 0;
  }
  .schedule_item::after {
    width: calc(100% - 240px);
  }
  .schedule_item.left::after {
    top: 160px;
    right: 0;
  }
  .schedule_item.right::after {
    top: 160px;
    left: auto;
    right: 0;
  }
  .schedule_item_box {
    width: calc(100% - 140px);
  }
  .right .schedule_item_box {
    margin-left: 0;
  }
  .schedule_item_body {
    background-color: #fff;
    padding: 20px 20px;
  }
  .schedule_item_title {
    font-size: 24px;
    letter-spacing: normal;
    color: #196e7a;
  }
  .schedule_item_text {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  .head-border {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .head-border:before {
    margin-right: 16px;
  }
  .head-border:after {
    margin-left: 16px;
  }
  .schedule_wrap::after {
    top: 50px;
    left: auto;
    right: 31px;
    transform: none;
    height: calc(100% - 312px);
  }
  .schedule_item02,
  .schedule_item03,
  .schedule_item04,
  .schedule_item05,
  .schedule_item06 {
    margin-top: 40px;
  }
  .schedule_item::before {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
  .schedule_item.left::before {
    top: 80px;
    right: 0;
  }
  .schedule_item.right::before {
    top: 80px;
    left: auto;
    right: 0;
  }
  .schedule_item::after {
    width: calc(100% - 240px);
  }
  .schedule_item.left::after {
    top: 110px;
    right: 0;
  }
  .schedule_item.right::after {
    top: 110px;
    left: auto;
    right: 0;
  }
  .schedule_item_box {
    width: calc(100% - 70px);
  }
  .right .schedule_item_box {
    margin-left: 0;
  }
  .schedule_item_body {
    padding: 14px 10px;
  }
  .schedule_item_title {
    font-size: 16px;
  }
  .schedule_item_text {
    margin-top: 10px;
    font-size: 12px;
  }
  .icon_schedule {
    width: 90px;
  }
}


/* contents03
============================= */
.contents03 {
  background: #127b99;
  background: linear-gradient(
    90deg,
    rgba(18, 123, 153, 1) 0%,
    rgba(73, 192, 208, 1) 100%
  );
}
.contents03 .head-border {
  color: #fff;
}
.contents03 .head-border span {
  font-size: 24px;
}
.contents03 .head-border:before,
.contents03 .head-border:after {
  background-color: #fff;
}
.contents03_wrap {
  display: flex;
  align-items: center;
  column-gap: 90px;
}
.contents03_img {
  width: 100%;
  max-width: 800px;
}
.contents03_body {
  width: 100%;
  max-width: 600px;
}
.contents03_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.contents03_text {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #fff;
}
.contents03_wrap2 {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 54px;
}
.contents03_item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  color: #fff;
}
.contents03_item_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.contents03_item_title span {
  font-family: "EB Garamond", serif;
  font-size: 48px;
  margin-left: 10px;
}
.contents03_item_text {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .contents03_wrap {
    flex-direction: column;
    row-gap: 24px;
  }
  .contents03_title {
    text-align: center;
    font-size: 24px;
  }
  .contents03_text {
    text-align: center;
    margin-top: 18px;
    font-size: 13px;
    line-height: 2;
  }
  .contents03_wrap2 {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
  .contents03_item {
    padding: 12px 20px;
  }
  .contents03_item_title {
    text-align: left;
    font-size: 20px;
  }
  .contents03_item_title span {
    font-size: 34px;
    margin-left: 6px;
  }
  .contents03_item_text {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
