@charset "UTF-8";
/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li, em {
  word-wrap: break-word;
  word-break: normal;
}

ul, li {
  margin: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

section, article, nav, aside, details, figcaption, figure, footer, header, hgroup, menu, main {
  display: block;
}

input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 400;
  opacity: 0.8;
}

.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

.hid {
  margin-left: -0.5em;
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

a.link_text {
  text-decoration: underline;
}

/*box-sizing*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17 {
  font-size: 1.08rem;
}
.f17 * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17 {
    font-size: 3.8vw;
  }
  .f17 * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 3% !important;
    padding-right: calc(5% + 40px) !important;
  }
}
.wrap.w1400 {
  width: 1400px;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.w1100 {
  width: 1100px;
}
@media screen and (max-width: 1500px) {
  .wrap.w1100 {
    max-width: 92%;
    width: 1100px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1260px) {
  .wrap.w1100 {
    max-width: 100%;
    width: 100%;
    padding-left: 3% !important;
    padding-right: calc(5% + 40px) !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap.w1100 {
    max-width: 90%;
    width: 92%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 90%;
    width: 92%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

* {
  letter-spacing: 0.05em;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  color: #333;
}

body,
select,
textarea,
input {
  letter-spacing: 0.04em;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.eng {
  font-family: "Outfit";
}

.mincho {
  font-family: "Shippori Mincho";
  font-weight: 500;
}

.red_text {
  color: #ed570d;
}

.blue_text {
  color: #009865;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

.list_indent li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.3em;
  line-height: 1.6em;
}

.list_dot > li {
  list-style: none;
  position: relative;
  padding: 0 0 5px 20px;
}
.list_dot > li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #52998b;
}
.list_dot > li ul {
  margin-left: 20px;
  padding: 2px 0;
}
.list_dot > li ul li {
  font-size: 0.9em;
  list-style-type: disc;
  padding-bottom: 2px;
}

.list_dot_l {
  border-top: 1px solid #9bb0c7;
}
.list_dot_l li {
  list-style: none;
  padding: 0.5em 0 0.5em 1.6em;
  position: relative;
  border-bottom: 1px solid #9bb0c7;
}
.list_dot_l li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0.8em;
  border: 5px solid #52998b;
}
.list_dot_l.half {
  display: flex;
  flex-wrap: wrap;
}
.list_dot_l.half li {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .list_dot_l.half li {
    width: 100%;
  }
}

.list_num {
  margin-left: 20px;
}
.list_num li {
  list-style: decimal;
  padding: 8px 0;
  line-height: 1.7em;
  border-bottom: 1px solid #999;
  color: #009865;
  font-weight: 600;
}
.list_num li * {
  font-weight: 500;
  color: #333;
}
.list_num.text li {
  color: #333;
  border: 0;
  font-weight: 400;
  padding: 0;
}
.list_num.text li + li {
  margin-top: 8px;
}

.list_ten li {
  position: relative;
  padding-left: 20px;
}
.list_ten li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 10px;
  position: absolute;
  left: 3px;
  top: 0.6em;
}
.list_ten li + li {
  margin-top: 8px;
}
.list_ten + p {
  margin-top: 10px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  height: 89px;
}
@media (max-width: 1240px) {
  header {
    height: 65px;
  }
}
header:hover {
  background: rgba(255, 255, 255, 0.85);
}
header.active {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(4px);
  height: 65px;
}
header.active .inner .menu .menu_inner > ul > li.parent::after {
  bottom: 10px;
}
header.active .inner .menu .menu_inner > ul > li.parent .child {
  top: 64px;
}
@media (max-width: 1240px) {
  header.active .inner .menu .menu_inner > ul > li.parent .child {
    top: 0;
  }
}
header.active .inner .menu .menu_inner > ul > li.parent:hover::after {
  bottom: 5px;
}
header .inner {
  display: flex;
  gap: 40px;
  height: 100%;
}
@media (max-width: 1400px) {
  header .inner {
    gap: 25px;
  }
}
header .inner .logo {
  padding: 15px 0 15px 40px;
  display: flex;
  align-items: center;
  transition: 0.25s;
}
@media (max-width: 1400px) {
  header .inner .logo {
    padding-left: 30px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  header .inner .logo {
    padding-left: 10px;
    width: 60%;
  }
}
header .inner .menu {
  margin-left: auto;
  transition: 0.25s;
}
@media (max-width: 1240px) {
  header .inner .menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(191, 203, 215, 0.68);
    height: 100vh;
    pointer-events: none;
    transition: 0.25s;
    opacity: 0;
  }
  header .inner .menu.open {
    opacity: 1;
    pointer-events: all;
  }
}
header .inner .menu .menu_inner {
  display: flex;
  gap: 40px;
  height: 100%;
}
@media (max-width: 1400px) {
  header .inner .menu .menu_inner {
    gap: 25px;
  }
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner {
    display: block;
    position: fixed;
    right: 15px;
    background: #fff;
    width: 550px;
    padding: 30px;
    top: 15px;
    bottom: 15px;
    z-index: 100;
    height: calc(100vh - 30px);
    overflow: hidden;
    gap: 0;
    transition: 0.25s;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  header .inner .menu .menu_inner {
    width: auto;
    left: 15px;
  }
}
header .inner .menu .menu_inner .menu_title {
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #23a568;
  padding-bottom: 5px;
  display: none;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner .menu_title {
    display: inline-block;
  }
}
header .inner .menu .menu_inner ul, header .inner .menu .menu_inner li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner ul, header .inner .menu .menu_inner li {
    height: auto;
  }
}
header .inner .menu .menu_inner > ul {
  display: flex;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul {
    display: block;
    margin-bottom: 10px;
  }
}
header .inner .menu .menu_inner > ul > li > a,
header .inner .menu .menu_inner > ul > li > span {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  padding: 0 1em;
  transition: 0.3s;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  header .inner .menu .menu_inner > ul > li > a,
  header .inner .menu .menu_inner > ul > li > span {
    padding: 0 0.8em;
  }
}
@media (max-width: 1300px) {
  header .inner .menu .menu_inner > ul > li > a,
  header .inner .menu .menu_inner > ul > li > span {
    font-size: 14.5px;
  }
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li > a,
  header .inner .menu .menu_inner > ul > li > span {
    padding: 2.3vh 40px 2.3vh 15px;
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li + li {
    border-top: 1px solid #90b1a9;
  }
}
header .inner .menu .menu_inner > ul > li:hover a {
  color: #009865;
}
header .inner .menu .menu_inner > ul > li.parent {
  position: relative;
  cursor: default;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent span {
    cursor: pointer;
  }
}
header .inner .menu .menu_inner > ul > li.parent::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 0;
  background: rgb(61, 91, 94);
  z-index: 5;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent::before {
    display: none;
  }
}
header .inner .menu .menu_inner > ul > li.parent::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  background: url(../image/icon_arrow.svg) no-repeat;
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent::after {
    width: 27px;
    height: 27px;
    left: auto;
    right: 10px;
    top: 2.3vh;
    bottom: auto;
    background: url(../image/icon_plus.svg) no-repeat #e7f0ed center;
    background-size: 50%;
    border-radius: 50%;
    transform: translateX(0);
    transition: 0.25s;
  }
}
@media (max-width: 600px) {
  header .inner .menu .menu_inner > ul > li.parent::after {
    right: 5px;
  }
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent.is-open {
    margin-bottom: 2vh;
  }
  header .inner .menu .menu_inner > ul > li.parent.is-open::after {
    background: url(../image/icon_arrow.svg) no-repeat #e7f0ed center !important;
    background-size: 50% !important;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child {
  position: fixed;
  left: 0;
  right: 0;
  top: 88px;
  background: linear-gradient(0deg, rgba(56, 71, 75, 0.95) 0%, rgb(61, 91, 94) 100%);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  backdrop-filter: blur(5px);
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child {
    max-height: 0;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(200, 215, 211, 0.93) 0%, rgb(185, 205, 201) 100%);
    pointer-events: none;
  }
  header .inner .menu .menu_inner > ul > li.parent .child.is-open {
    opacity: 1;
    pointer-events: all;
  }
  header .inner .menu .menu_inner > ul > li.parent .child.is-open .wrap {
    opacity: 1;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .wrap {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .wrap {
    padding: 10px !important;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner {
    flex-direction: column;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_title {
  width: 21%;
  text-align: right;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_title {
    display: none;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_title * {
  color: #fff;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_title .main_title {
  font-size: 34px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_title .eng_text {
  display: block;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding-right: 2px;
  line-height: 1.4em;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu {
  width: 75%;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu {
    width: 100%;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 13px;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media (max-width: 600px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  border-radius: 10px;
  transition: 0.25s;
  box-shadow: 1px 1px 1px rgba(25, 20, 92, 0.3);
  min-height: 6.5em;
  position: relative;
  justify-content: center;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box {
    border-radius: 5px;
    min-height: auto;
    min-height: 3em;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box {
    gap: 2px;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box * {
  transition: 0.25s;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > strong {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 0 35px;
  width: 68%;
  color: #333;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > strong {
    width: 100%;
    padding: 0 5px 0 35px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > strong {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > strong::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: 15px;
  top: 55%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow.svg) no-repeat;
  transition: 0.25s;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > strong .full {
  width: 100%;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > span.eng {
  padding: 0 15px 0 35px;
  width: 68%;
  font-size: 16px;
  color: #23a568;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > span.eng {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > span.eng {
    font-size: 3.6vw;
    display: none;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > figure {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  transform: translateX(1px);
  width: 32%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > figure {
    display: none;
  }
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box:hover {
  box-shadow: 0 0 7px rgba(25, 20, 92, 0.5);
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box:hover > strong {
  color: #23a568;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box:hover > strong::before {
  left: 18px;
}
header .inner .menu .menu_inner > ul > li.parent .child .inner .child_menu .child_inner .menu_box:hover > figure img {
  opacity: 1;
}
header .inner .menu .menu_inner > ul > li.parent:hover::before {
  opacity: 1;
}
header .inner .menu .menu_inner > ul > li.parent:hover::after {
  bottom: 10px;
  background: url(../image/icon_arrow_w.svg) no-repeat;
  pointer-events: none;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent:hover::after {
    bottom: auto;
    background: url(../image/icon_plus.svg) no-repeat #e1e5f7 center;
    background-size: 50%;
  }
}
header .inner .menu .menu_inner > ul > li.parent:hover > a,
header .inner .menu .menu_inner > ul > li.parent:hover > span {
  color: #fff;
}
@media (max-width: 1240px) {
  header .inner .menu .menu_inner > ul > li.parent:hover > a,
  header .inner .menu .menu_inner > ul > li.parent:hover > span {
    color: #23a568;
  }
}
header .inner .menu .menu_inner > ul > li.parent:hover .child {
  opacity: 1;
  pointer-events: all;
}
header .inner .contact_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 27px 0 35px;
  background: rgba(0, 152, 101, 0.85);
  height: 100%;
  transition: 0.25s;
}
@media (max-width: 1400px) {
  header .inner .contact_link a {
    padding: 0 25px 0 28px;
  }
}
@media (max-width: 1240px) {
  header .inner .contact_link a {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
}
header .inner .contact_link a span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 15px;
}
header .inner .contact_link a span::after {
  transition: 0.25s;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(../image/arrow_mini_w.svg) no-repeat center;
}
header .inner .contact_link a:hover {
  background: rgba(0, 194, 129, 0.95);
  filter: brightness(1.05);
}
header .inner .contact_link a:hover span::after {
  right: -5px;
}
header .inner .menu_btn {
  position: absolute;
  width: 60px;
  height: 36px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #23a568;
  border-radius: 13px;
  cursor: pointer;
  transition: 0.25s;
  z-index: 800;
  display: none;
}
@media (max-width: 1240px) {
  header .inner .menu_btn {
    display: block;
  }
}
header .inner .menu_btn:hover {
  filter: brightness(1.15);
}
header .inner .menu_btn span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
header .inner .menu_btn span::before, header .inner .menu_btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
header .inner .menu_btn span::before {
  top: -5px;
}
header .inner .menu_btn span::after {
  bottom: -5px;
}
header .inner .menu_btn.open {
  margin-top: 10px;
  margin-right: 5px;
}
header .inner .menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
}
header .inner .menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.fv {
  height: 100vh;
  width: 100%;
}
.fv .image_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.fv .image_wrap .fv_swiper,
.fv .image_wrap .swiper-wrapper,
.fv .image_wrap .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .image_wrap .fv_swiper img.bg_image,
.fv .image_wrap .swiper-wrapper img.bg_image,
.fv .image_wrap .swiper-slide img.bg_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45% 35%;
     object-position: 45% 35%;
}
@media (max-width: 767px) {
  .fv .image_wrap .fv_swiper img.bg_image.sp_r,
  .fv .image_wrap .swiper-wrapper img.bg_image.sp_r,
  .fv .image_wrap .swiper-slide img.bg_image.sp_r {
    -o-object-position: 38% 30%;
       object-position: 38% 30%;
  }
}
.fv .image_wrap .fv_swiper img.bg_image.s01,
.fv .image_wrap .swiper-wrapper img.bg_image.s01,
.fv .image_wrap .swiper-slide img.bg_image.s01 {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media (max-width: 767px) {
  .fv .image_wrap .fv_swiper img.bg_image.s01,
  .fv .image_wrap .swiper-wrapper img.bg_image.s01,
  .fv .image_wrap .swiper-slide img.bg_image.s01 {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
.fv .image_wrap .swiper-slide {
  position: relative;
}
.fv .image_wrap .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .image_wrap .swiper-slide a:hover img {
  opacity: 1;
}
.fv .image_wrap .swiper-pagination {
  position: absolute;
  z-index: 5;
  right: 110px;
  bottom: 40px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .fv .image_wrap .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
}
.fv .image_wrap .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(35, 146, 109, 0.8078431373);
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
  margin: 0 7px;
}
.fv .image_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #009865;
}
.fv .catch01,
.fv .catch02,
.fv .catch03 {
  position: absolute;
  z-index: 200;
  left: 6%;
  right: 6%;
}
.fv .catch01 {
  top: 20vh;
  max-width: 38%;
}
@media (max-width: 900px) {
  .fv .catch01 {
    top: 14%;
    max-width: 80%;
    left: 5%;
  }
}
.fv .catch01 .badge {
  padding-top: 35px;
  display: block;
}
@media (max-width: 767px) {
  .fv .catch01 .badge {
    padding-top: 20px;
    max-width: 45%;
  }
}
.fv .catch02 {
  bottom: 35px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .fv .catch02 {
    bottom: 8%;
  }
}
.fv .catch03 {
  bottom: 35px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .fv .catch03 {
    bottom: 30px;
    width: 88%;
    max-width: none;
    text-align: center;
  }
}
.fv .page_name {
  display: block;
  background: #009865;
  padding: 10px 20px 12px;
  color: #009865;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  font-size: 17px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 40, 87, 0.2);
  color: #fff;
}
@media (max-width: 767px) {
  .fv .page_name {
    width: 100%;
    font-size: 4.2vw;
  }
}
.fv .damy {
  position: absolute;
  right: calc(6% + 30px);
  bottom: 25px;
  z-index: 200;
}
@media (max-width: 767px) {
  .fv .damy {
    right: 5%;
  }
}
.fv .mouse-stalker {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  background: #009865;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s linear;
  will-change: transform;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 23px 17px 25px;
  width: 130px;
  height: 130px;
  gap: 8px;
  box-shadow: 0 0 10px rgba(0, 40, 87, 0.2);
}
.fv .mouse-stalker span.arr {
  width: 20px;
  display: block;
  line-height: 1;
}
.fv .mouse-stalker span.arr img {
  line-height: 1;
}
.fv .mouse-stalker span.eng {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.2em;
}
.fv.is-stalker-visible .mouse-stalker {
  opacity: 0.9;
}
.fv.is-stalker-visible:hover .mouse-stalker {
  animation: blinking 0.7s ease-in-out infinite alternate;
}
@keyframes blinking {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.3);
  }
}

.side_bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
@media (max-height: 716px) {
  .side_bnr {
    top: 88px;
  }
}
@media (max-width: 1000px) {
  .side_bnr {
    display: none;
  }
}
.side_bnr .box {
  border: 1px solid #c7c7c3;
}
.side_bnr .box + .box {
  border-top: 0;
}
.side_bnr .box a {
  display: flex;
  flex-direction: column;
  padding: 11px 0 15px 10px;
  background: #fff;
  gap: 12px;
}
.side_bnr .box a .text_wrap {
  display: flex;
  justify-content: center;
  padding-right: 3px;
  min-height: 5.3em;
}
@media (max-height: 716px) {
  .side_bnr .box a .text_wrap {
    min-height: auto;
  }
}
.side_bnr .box a .text_wrap p {
  writing-mode: vertical-rl;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  transition: 0.25s;
}
.side_bnr .box a img {
  transition: 0.25s;
}
.side_bnr .box a:hover img {
  opacity: 0.85;
}
.side_bnr .box a:hover p {
  color: #23a568;
}

.contents_wrap {
  background: #fff;
  position: relative;
  z-index: 50;
}

.home_fv_bottom_text {
  padding: 185px 9%;
}
@media (max-width: 767px) {
  .home_fv_bottom_text {
    padding: 60px 5%;
  }
}

.bg01 {
  background: url(../image/02_bg.png);
}

.tsuyomi_wrap {
  position: relative;
  padding: 190px 0;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap {
    padding: 100px 0;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap {
    padding: 70px 0;
    border-radius: 30px;
  }
}
.tsuyomi_wrap .maru1,
.tsuyomi_wrap .maru2 {
  position: absolute;
}
.tsuyomi_wrap .maru1 {
  right: 4%;
  top: 0;
  transform: translateY(-45%);
  max-width: 40%;
  z-index: 10;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .maru1 {
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .maru1 {
    right: 3%;
    transform: translateY(-20%);
  }
}
.tsuyomi_wrap .maru2 {
  left: 5%;
  bottom: 0;
  max-width: 15%;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  .tsuyomi_wrap .maru2 {
    max-width: 20%;
    z-index: 15;
    left: 6%;
    transform: translateY(12%);
  }
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .wrap {
    padding-left: 4% !important;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap {
    padding-left: 0 !important;
  }
}
.tsuyomi_wrap .wrap .inner {
  padding-right: 40%;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .wrap .inner {
    padding-right: 0;
  }
}
.tsuyomi_wrap .wrap .title_wrap {
  margin-bottom: 85px;
  padding-left: 30px;
  border-left: 5px solid #009865;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .wrap .title_wrap img {
    width: 400px;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .title_wrap {
    margin-bottom: 50px;
    padding-left: 15px;
    border-left: 4px solid #009865;
  }
}
.tsuyomi_wrap .wrap .tsuyomi_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
  row-gap: 25px;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .tsuyomi_list {
    margin-bottom: 25px;
  }
}
.tsuyomi_wrap .wrap .tsuyomi_list .box {
  width: 31.66%;
  border-radius: 50px;
  background: linear-gradient(340deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 92%);
  padding: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20.5px;
  height: 7em;
}
@media (max-width: 1350px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box {
    width: 31.66%;
  }
}
@media (max-width: 900px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box {
    font-size: 4vw;
    padding: 30px 15px 20px;
    border-radius: 20px;
  }
}
.tsuyomi_wrap .wrap .tsuyomi_list .box span {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 32px;
  line-height: 1;
  color: #a2bdb2;
  font-weight: 300;
  font-style: italic;
  transform: translateY(-40%);
}
.tsuyomi_wrap .wrap .tsuyomi_list .box p {
  color: #009865;
  font-weight: 500;
  text-align: center;
}
.tsuyomi_wrap .wrap .tsuyomi_list .box.wide {
  width: 40%;
}
@media (max-width: 1350px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box.wide {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box.wide {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .tsuyomi_list .box.wide.wide_sp {
    width: 60%;
  }
}
.tsuyomi_wrap .wrap .blue_arr a {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .wrap .blue_arr a {
    margin: 0 auto 70px;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .wrap .blue_arr a {
    margin: 0 auto 50px;
  }
}
.tsuyomi_wrap .wrap .blue_arr a::after {
  background: #eef3f1 url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
}
.tsuyomi_wrap .tsuyomi_image {
  position: absolute;
  right: 0;
  bottom: 10%;
  height: 63%;
  width: 37%;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  box-shadow: 5px 5px 0 #dde5e0, -5px -5px 0 #ffffff;
}
@media (max-width: 1200px) {
  .tsuyomi_wrap .tsuyomi_image {
    position: relative;
    margin: 0 auto;
    width: 55%;
    height: auto;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .tsuyomi_wrap .tsuyomi_image {
    width: 90%;
    border-radius: 40px 0 0 40px;
    margin: 0 0 0 auto;
  }
}
.tsuyomi_wrap .tsuyomi_image .inner {
  width: 100%;
  height: 100%;
}
.tsuyomi_wrap .tsuyomi_image video, .tsuyomi_wrap .tsuyomi_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.home_service {
  padding: 160px 0 130px 0;
  background: url(../image/service_bg.png) no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 767px) {
  .home_service {
    padding: 70px 0 80px 0;
  }
}
.home_service .wrap .outer {
  position: relative;
}
.home_service .wrap .outer > .title_wrap {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .home_service .wrap .outer > .title_wrap {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
  }
  .home_service .wrap .outer > .title_wrap img {
    max-width: 60%;
  }
}

.service_boxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 80px;
}
@media (max-width: 767px) {
  .service_boxlist {
    row-gap: 40px;
  }
}
.service_boxlist .box {
  width: 38.3%;
}
@media (max-width: 767px) {
  .service_boxlist .box {
    width: 90%;
    margin: 0 auto;
  }
}
.service_boxlist .box:nth-child(1) {
  margin-left: auto;
}
.service_boxlist .box a {
  display: flex;
  flex-direction: column;
  position: relative;
}
.service_boxlist .box a .image_wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
@media (max-width: 767px) {
  .service_boxlist .box a .image_wrap {
    padding-top: 70%;
  }
}
.service_boxlist .box a .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.25s;
}
.service_boxlist .box a .image_wrap h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 7% 20px 7%;
  width: 100%;
  z-index: 10;
  font-size: 25px;
  font-weight: 500;
  background: linear-gradient(0deg, rgb(0, 152, 106) 50%, rgba(0, 72, 152, 0) 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .service_boxlist .box a .image_wrap h4 {
    font-size: 5.8vw;
  }
}
.service_boxlist .box a p {
  padding: 15px 25% 0 7%;
  font-weight: 600;
  line-height: 1.7em;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .service_boxlist .box a p {
    font-size: 3.7vw;
    padding-left: 3.5%;
    padding-top: 0;
    margin-top: 15px;
  }
}
.service_boxlist .box a p span.icon {
  position: absolute;
  width: 17.3%;
  right: 5%;
  z-index: 20;
  top: 0;
  transition: 0.25s;
}
.service_boxlist .box a p span.icon::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #dde7e3 url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
  transition: 0.25s;
  transform: translateY(-27%);
}
@media (max-width: 767px) {
  .service_boxlist .box a p span.icon::after {
    transform: translateY(10%);
  }
}
.service_boxlist .box a:hover img {
  opacity: 1;
}
.service_boxlist .box a:hover .image_wrap img {
  transform: scale(1.05);
}
.service_boxlist .box a:hover p span.icon {
  right: 2%;
}
.service_boxlist .box a:hover p span.icon::after {
  background: #fff url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
  box-shadow: 0 0 10px rgba(9, 131, 94, 0.2);
}

.home_topics {
  background: #daefe5;
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .home_topics {
    padding: 50px 0 80px;
  }
}
.home_topics .title_wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home_topics .title_wrap {
    gap: 0;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
  }
  .home_topics .title_wrap * {
    line-height: 1;
  }
}
.home_topics .title_wrap * {
  color: #009865;
}
.home_topics .title_wrap span.eng {
  font-size: 53px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .home_topics .title_wrap span.eng {
    font-size: 8vw;
  }
}
.home_topics .title_wrap h3 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home_topics .title_wrap h3 {
    font-size: 5.8vw;
    padding-left: 15px;
    margin-left: 15px;
    font-weight: 400;
    border-left: 1px solid #2a6eb9;
  }
}
.home_topics .btn_wrap {
  padding-top: 10px;
}
.home_topics .btn_wrap a {
  margin-left: auto;
}
@media (max-width: 767px) {
  .home_topics .btn_wrap a {
    margin-right: auto;
  }
}

.topics_wrap > .box {
  display: flex;
  position: relative;
  margin-bottom: 23px;
}
.topics_wrap > .box .time_outer {
  width: 17%;
  padding-top: calc(2.9% + 2px);
}
@media (max-width: 1270px) {
  .topics_wrap > .box .time_outer {
    padding-top: calc(2.9% + 5px);
  }
}
@media (max-width: 1000px) {
  .topics_wrap > .box .time_outer {
    display: none;
  }
}
.topics_wrap > .box .time_outer time {
  color: #258565;
  font-size: 20px;
  font-weight: 300;
}
.topics_wrap > .box .inner {
  width: 83%;
}
@media (max-width: 1000px) {
  .topics_wrap > .box .inner {
    width: 100%;
  }
}
.topics_wrap > .box .inner > a {
  display: flex;
  align-items: center;
  padding: 30px 55px 30px 30px;
  background: #fff;
  border-radius: 20px;
  border-left: 5px solid #009865;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .topics_wrap > .box .inner > a {
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 20px 55px 20px 20px;
  }
}
.topics_wrap > .box .inner > a::after {
  transition: 0.3s;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 53%;
  transform: translateY(-50%);
  background: url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 90%;
  z-index: 5;
}
.topics_wrap > .box .inner > a::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 25%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(214, 235, 243, 0) 0%, #daefe5 100%);
  right: 0;
  transition: 0.8s;
  opacity: 0;
}
.topics_wrap > .box .inner > a:hover {
  border-left: 5px solid #23a568;
}
.topics_wrap > .box .inner > a:hover::after {
  right: 5px;
}
.topics_wrap > .box .inner > a:hover::before {
  opacity: 1;
}
.topics_wrap > .box .inner > a:hover img {
  opacity: 1;
}
.topics_wrap > .box .inner > a:hover .img_wrap img {
  transform: scale(1.05);
}
.topics_wrap > .box .inner > a:hover .text_wrap h4 {
  color: #23a568;
}
.topics_wrap > .box .inner > a .img_wrap {
  width: 32%;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .topics_wrap > .box .inner > a .img_wrap {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 13px;
  }
}
.topics_wrap > .box .inner > a .img_wrap::before {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 13%;
  background: #7caf9e;
}
@media (max-width: 1270px) {
  .topics_wrap > .box .inner > a .img_wrap::before {
    width: 33%;
  }
}
@media (max-width: 1000px) {
  .topics_wrap > .box .inner > a .img_wrap::before {
    display: none;
  }
}
.topics_wrap > .box .inner > a .img_wrap .img_inner {
  position: relative;
  padding-top: 55%;
  border-radius: 10px;
  overflow: hidden;
}
.topics_wrap > .box .inner > a .img_wrap .img_inner img {
  transition: 0.25s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics_wrap > .box .inner > a .text_wrap {
  width: 68%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .topics_wrap > .box .inner > a .text_wrap {
    width: 100%;
  }
}
.topics_wrap > .box .inner > a .text_wrap time.time_inner {
  color: #009865;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  display: none;
}
@media (max-width: 1000px) {
  .topics_wrap > .box .inner > a .text_wrap time.time_inner {
    display: block;
  }
}
.topics_wrap > .box .inner > a .text_wrap h4 {
  font-weight: 500;
  color: #009865;
  transition: 0.25s;
}
.topics_wrap > .box .inner > a .text_wrap h4 + p {
  padding-top: 13px;
}
.topics_wrap > .box .inner > a .text_wrap p {
  line-height: 1.9em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.btn_wrap {
  text-align: center;
}
.btn_wrap a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 5px 50px 5px;
  height: 68px;
  border-radius: 100px;
  background: #009865;
  transition: 0.25s;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.btn_wrap a.center {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn_wrap a {
    height: 58px;
  }
}
.btn_wrap a:hover {
  background: #23a568;
}
.btn_wrap .arrow_wrap {
  position: relative;
}
.btn_wrap .arrow_wrap.center {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn_wrap .arrow_wrap {
    height: 58px;
  }
}
.btn_wrap .arrow_wrap input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 50px 5px;
  height: 68px;
  border-radius: 100px;
  background: #009865;
  transition: 0.25s;
  color: #fff;
  font-weight: 500;
}
.btn_wrap .arrow_wrap input:hover {
  background: #23a568;
}
.btn_wrap.blue_arr a {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .btn_wrap.blue_arr a {
    padding-right: 80px;
  }
}
.btn_wrap.blue_arr a::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #e9f5fa url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
  right: 9px;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .btn_wrap.blue_arr a::after {
    height: 40px;
    width: 40px;
  }
}
.btn_wrap.blue_arr a:hover::after {
  background: #fff url(../image/arrow_mini_b.svg) no-repeat 70% center;
  background-size: 13px 13px;
}
.btn_wrap.blue_arr .arrow_wrap::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #e9f5fa url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
@media (max-width: 767px) {
  .btn_wrap.blue_arr .arrow_wrap::after {
    height: 40px;
    width: 40px;
  }
}
.btn_wrap.blue_arr .arrow_wrap:hover::after {
  background: #fff url(../image/arrow_mini_b.svg) no-repeat 70% center;
  background-size: 13px 13px;
}
.btn_wrap.blue_arr .arrow_wrap input {
  padding-right: 100px;
}
.btn_wrap.w_arr a {
  background: #fff;
  border: 4px solid #d5dfe5;
  color: #009865;
  padding-right: 80px;
}
.btn_wrap.w_arr a::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #23a568 url(../image/arrow_mini_w.svg) no-repeat center;
  background-size: 13px 13px;
  right: 9px;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .btn_wrap.w_arr a::after {
    height: 40px;
    width: 40px;
  }
}
.btn_wrap.w_arr a:hover {
  background: #23a568;
  border-color: #23a568;
  color: #fff;
}
.btn_wrap.w_arr a:hover::after {
  background: #fff url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
}

.groups {
  background: url(../image/group_bg.png) no-repeat;
  background-size: cover;
  padding: 160px 0;
}
@media (max-width: 1000px) {
  .groups {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .groups {
    padding: 50px 0;
  }
}
.groups * {
  text-align: center;
}
.groups .title_wrap {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .groups .title_wrap {
    padding-bottom: 20px;
  }
}
.groups .title_wrap .eng {
  font-size: 53px;
  color: #fff;
  font-weight: 200;
  padding-bottom: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .groups .title_wrap .eng {
    font-size: 8vw;
    padding-bottom: 7px;
  }
}
.groups .title_wrap h3 {
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .groups .title_wrap h3 {
    font-size: 6vw;
  }
}
.groups .group_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5%;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .groups .group_list {
    row-gap: 15px;
  }
}
.groups .group_list + .group_list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .groups .group_list + .group_list {
    margin-top: 40px;
  }
}
.groups .group_list .box {
  width: 31.66%;
}
@media (max-width: 1000px) {
  .groups .group_list .box {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .groups .group_list .box {
    width: 90%;
    backdrop-filter: blur(3px);
  }
}
.groups .group_list .box.box_l {
  width: 50%;
}
@media (max-width: 1000px) {
  .groups .group_list .box.box_l {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .groups .group_list .box.box_l {
    width: 100%;
  }
}
.groups .group_list .box.box_l a > strong {
  font-size: 19px;
}
@media (max-width: 767px) {
  .groups .group_list .box.box_l a > strong {
    font-size: 4vw;
  }
}
.groups .group_list .box * {
  color: #fff;
}
.groups .group_list .box a,
.groups .group_list .box .link_none {
  border: 1px solid #fff;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .groups .group_list .box a,
  .groups .group_list .box .link_none {
    border-radius: 5px;
  }
}
.groups .group_list .box .link_none {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.groups .group_list .box a {
  display: block;
  height: 100%;
  position: relative;
  padding: 30px 20px 75px;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .groups .group_list .box a {
    padding: 20px 15px 70px;
  }
}
.groups .group_list .box a > strong {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6em;
  padding-bottom: 10px;
}
.groups .group_list .box a > p {
  font-size: 15px;
  line-height: 1.8em;
}
@media (max-width: 1000px) {
  .groups .group_list .box a > p {
    text-align: left;
  }
}
.groups .group_list .box a > span.btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 12px 0.5em 14px;
}
@media (max-width: 767px) {
  .groups .group_list .box a > span.btn {
    background: rgba(255, 255, 255, 0.15);
  }
}
.groups .group_list .box a > span.btn::after {
  transition: 0.25s;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 53%;
  transform: translateY(-50%);
  background: url(../image/arrow_mini_w.svg) no-repeat center;
}
.groups .group_list .box a:hover {
  background: rgba(255, 255, 255, 0.15);
}

footer {
  display: flex;
  flex-wrap: wrap;
  padding: 85px 115px 120px 40px;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  background: #fff;
}
@media (max-width: 1400px) {
  footer {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 50px 5% 95px;
  }
}
@media (max-width: 1400px) {
  footer .info_wrap {
    order: 2;
    padding-top: 25px;
    width: 100%;
    text-align: right;
  }
}
footer .info_wrap .footer_logo {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer .info_wrap .footer_logo {
    text-align: center;
  }
  footer .info_wrap .footer_logo img {
    max-width: 70%;
  }
}
footer .info_wrap .copy {
  font-weight: 600;
  color: #888a8d;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  footer .info_wrap .copy {
    letter-spacing: 0;
    text-align: center;
  }
}
footer .foot_menu {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1400px) {
  footer .foot_menu {
    align-items: start;
  }
}
footer .foot_menu nav.main_menu {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  footer .foot_menu nav.main_menu {
    margin-bottom: 35px;
    gap: 45px;
  }
}
@media (max-width: 1160px) {
  footer .foot_menu nav.main_menu {
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 20px;
  }
  footer .foot_menu nav.main_menu .box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  footer .foot_menu nav.main_menu {
    row-gap: 30px;
  }
  footer .foot_menu nav.main_menu .box {
    width: 100%;
    position: relative;
  }
  footer .foot_menu nav.main_menu .box::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 1px;
    background: #ccc;
  }
}
footer .foot_menu nav.main_menu h4 {
  margin-bottom: 13px;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  footer .foot_menu nav.main_menu h4 {
    font-size: 4.3vw;
    margin-bottom: 13px;
    margin-top: 5px;
  }
}
footer .foot_menu nav.main_menu h4::before {
  content: "";
  width: 3px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 5px;
  background: #009865;
  border-radius: 5px;
}
footer .foot_menu nav.main_menu ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
}
footer .foot_menu nav.main_menu ul li::before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #23a568;
}
footer .foot_menu nav.main_menu ul li a {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  footer .foot_menu nav.main_menu ul li a {
    font-size: 3.7vw;
  }
}
footer .foot_menu nav.main_menu ul li a:hover {
  color: #23a568;
}
footer .foot_sub {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  footer .foot_sub {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
footer .foot_sub .foot_iso {
  display: flex;
  gap: 15px;
  align-items: start;
}
@media (max-width: 767px) {
  footer .foot_sub .foot_iso {
    justify-content: center;
  }
}
footer .foot_sub .foot_iso .box {
  text-align: center;
}
footer .foot_sub .foot_iso .box span {
  display: block;
  padding: 5px 0 0 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  color: #0b3a70;
}
footer nav.sub_menu ul {
  display: flex;
}
@media (max-width: 767px) {
  footer nav.sub_menu ul {
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
}
footer nav.sub_menu ul li {
  position: relative;
}
@media (max-width: 767px) {
  footer nav.sub_menu ul li {
    text-align: center;
  }
}
footer nav.sub_menu ul li a {
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 0 11px;
}
@media (max-width: 767px) {
  footer nav.sub_menu ul li a {
    padding: 6px 11px;
  }
}
footer nav.sub_menu ul li a:hover {
  color: #23a568;
}
footer nav.sub_menu ul li + li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.8em;
  left: -1px;
  top: 60%;
  transform: translateY(-50%);
  background: #bbb;
}
footer nav.sub_menu ul li:nth-child(1) a {
  padding-left: 0;
}
footer nav.sub_menu ul li:last-child a {
  padding-right: 0;
}

.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
}

.logo_fadein div {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.contents_outer {
  background: #eef1f3;
  padding: 250px 0 150px;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .contents_outer {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .contents_outer {
    padding: 100px 0 70px;
  }
}
.contents_outer.top {
  padding-top: 89px;
}
@media (max-width: 767px) {
  .contents_outer.top {
    padding-top: 70px;
  }
}
.contents_outer.mid {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .contents_outer.mid {
    padding-top: 70px;
  }
}
.contents_outer.fv_mid {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .contents_outer.fv_mid {
    padding-top: 100px;
  }
}
.contents_outer.bottom_pd0 {
  padding-bottom: 0;
}

.contents_title_wrap {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .contents_title_wrap {
    margin-bottom: 30px;
  }
}
.contents_title_wrap .category_title {
  font-size: 25px;
  display: block;
  font-weight: 600;
  padding-bottom: 5px;
}
.contents_title_wrap h1.contents_title {
  line-height: 1.4em;
  margin: 0 auto 10px;
  font-size: 45px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #333;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .contents_title_wrap h1.contents_title {
    font-size: 7vw;
  }
}
.contents_title_wrap h1.contents_title.text_page {
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contents_title_wrap h1.contents_title.text_page {
    font-size: 5.5vw;
  }
}
.contents_title_wrap .sub_title {
  font-size: 26px;
  color: #abb9b5;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contents_title_wrap .sub_title {
    font-size: 4vw;
  }
}

.page_menu {
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 5px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .page_menu {
    flex-wrap: wrap;
    border-radius: 20px;
    justify-content: center;
    gap: 2%;
    row-gap: 7px;
    background: none;
    padding: 0;
  }
}
.page_menu.menu_slim {
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .page_menu.menu_slim {
    border-radius: 20px;
  }
}
.page_menu.menu_slim > a {
  min-width: auto;
  padding: 13px 20px 16px;
}
@media (max-width: 767px) {
  .page_menu.sp_3c {
    width: 100%;
  }
  .page_menu.sp_3c > a {
    min-width: 31%;
  }
}
.page_menu > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 13px 25px 16px;
  min-width: 10em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  background: #f8f9fa;
  border-radius: 100px;
  position: relative;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .page_menu > a {
    min-width: auto;
    padding: 12px 10px 17px;
    min-width: 49%;
    border-radius: 10px;
    letter-spacing: 0;
  }
}
.page_menu > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/icon_arrow.svg) no-repeat;
  opacity: 0.8;
  transition: 0.25s;
}
.page_menu > a:hover, .page_menu > a.active {
  background: #23a568;
  color: #fff;
}
.page_menu > a:hover::before, .page_menu > a.active::before {
  background: url(../image/icon_arrow_w.svg) no-repeat;
}

.contents_section {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .contents_section {
    padding-top: 70px;
  }
}
.contents_section + .contents_section {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .contents_section + .contents_section {
    margin-top: 80px;
  }
}
.contents_section .section_catch {
  font-size: 46px;
  font-weight: 400;
  padding: 15px 0 0 0;
  margin-bottom: 50px;
  line-height: 2.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .contents_section .section_catch {
    font-size: 5.4vw;
    padding: 8px 0 0 0;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}

.section_title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto 80px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 40px;
  }
}
.section_title::before, .section_title::after {
  content: "";
  width: 100vw;
  position: absolute;
  background: #82a796;
  height: 1px;
}
.section_title::before {
  right: calc(100% + 20px);
}
.section_title::after {
  left: calc(100% + 20px);
}
.section_title.mini {
  margin-bottom: 40px;
}
.section_title .title_wrap {
  font-size: 28px;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .section_title .title_wrap {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
}
.section_title .title_wrap.mini {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section_title .title_wrap.mini {
    font-size: 5vw;
    letter-spacing: 0;
  }
}
.section_title .eng {
  color: #23a568;
  font-weight: 400;
  display: block;
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
  line-height: 1em;
}
@media (max-width: 767px) {
  .section_title .eng {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.section_title .eng::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #82a796;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%) translateX(-50%) rotate(15deg);
}
@media (max-width: 767px) {
  .section_title .eng::before {
    height: 25px;
  }
}
.section_title.points {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section_title.points {
    margin-bottom: 30px;
  }
}
.section_title.points .title_wrap {
  letter-spacing: 0.15em;
  color: #23a568;
  font-size: 26px;
}
@media (max-width: 767px) {
  .section_title.points .title_wrap {
    font-size: 5vw;
    text-align: center;
  }
}
.section_title.points .title_wrap .sub {
  font-size: 0.8em;
}

.section_info {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section_info {
    padding-bottom: 30px;
  }
}
.section_info.pb_s {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .section_info.pb_s {
    padding-bottom: 10px;
  }
}
.section_info p {
  line-height: 2.4em;
}
@media (max-width: 767px) {
  .section_info p {
    line-height: 2em;
    text-align: left;
  }
}
.section_info p + p {
  margin-top: 0.8em;
}
.section_info .title_imagetext {
  width: 750px;
  margin: 0 auto 35px;
  max-width: 100%;
  padding-top: 13px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .section_info .title_imagetext {
    padding-top: 8px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .line_table {
    display: block;
  }
  .line_table tbody,
  .line_table tr, .line_table th, .line_table td {
    display: block;
  }
}
.line_table table th, .line_table table td {
  padding: 30px 0;
  border-bottom: 1px solid #a2b4bf;
  align-items: center;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .line_table table th {
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 500;
    padding-top: 23px;
    font-size: 1.1em;
    color: #23a568;
  }
}
@media (max-width: 767px) {
  .line_table table td {
    padding-top: 5px;
    padding-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .box_table {
    display: block;
  }
  .box_table tbody,
  .box_table tr, .box_table th, .box_table td {
    display: block;
  }
}
.box_table table thead th {
  text-align: center;
  background: #e0e4eb;
}
@media (max-width: 767px) {
  .box_table table thead th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .box_table table thead th:last-child {
    border-bottom: 1;
    padding-bottom: 10px;
  }
  .box_table table thead th + th {
    border-top: 0;
    padding-top: 0;
  }
}
.box_table table th, .box_table table td {
  padding: 10px 20px;
  border: 1px solid #a2b4bf;
  align-items: center;
  line-height: 1.8em;
}
.box_table table .nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .box_table table tbody th {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .box_table table tbody td {
    border-top: 0;
  }
}

.officer_wrap dl {
  display: flex;
}
.officer_wrap dl dt {
  width: 10em;
}

.about_image {
  height: 85vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about_image {
    height: 55vh;
  }
}
.about_image img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location_wrap {
  background: #fff;
  padding: 20px 60px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .location_wrap {
    padding: 0 7%;
    border-radius: 10px;
  }
}
.location_wrap .company_base_box {
  display: flex;
  gap: 5%;
  padding: 3em 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box {
    padding: 2em 0;
    flex-wrap: wrap;
  }
}
.location_wrap .company_base_box + .company_base_box {
  border-top: 1px solid #bfc0c0;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box + .company_base_box {
    border: 0;
  }
}
.location_wrap .company_base_box .company_base_body {
  width: 55%;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box .company_base_body {
    width: 100%;
  }
}
.location_wrap .company_base_box .company_base_body .company_base_title {
  color: #fff;
  background: #23a568;
  font-weight: bold;
  padding: 5px 15px 7px;
  margin-bottom: 1.2em;
  letter-spacing: 0.1em;
  display: inline-block;
  border-radius: 7px;
  min-width: 10em;
  text-align: center;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box .company_base_body .company_base_title {
    margin-bottom: 0.7em;
    padding: 3px 17px 5px;
    font-size: 4.3vw;
    width: 100%;
  }
}
.location_wrap .company_base_box .company_base_body .company_base_text {
  list-style: none;
}
.location_wrap .company_base_box .company_base_body .company_base_text li + li {
  padding-top: 0.5em;
}
.location_wrap .company_base_box .company_base_body iframe {
  width: 85%;
  min-height: 180px;
  border: 0;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box .company_base_body iframe {
    width: 100%;
  }
}
.location_wrap .company_base_box .compnay_base_map {
  width: 40%;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box .compnay_base_map {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
}
.location_wrap .company_base_box .compnay_base_map iframe {
  width: 100%;
  min-height: 180px;
  border: 0;
  border-radius: 5px;
}
.location_wrap .company_base_box .compnay_base_map img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .location_wrap .company_base_box .compnay_base_map img {
    max-width: 70%;
  }
}

.perf_wrap {
  position: relative;
  z-index: 10;
}
.perf_wrap + .perf_wrap {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .perf_wrap + .perf_wrap {
    margin-top: 70px;
  }
}
.perf_wrap.right_pd {
  padding-right: 45%;
}
@media (max-width: 850px) {
  .perf_wrap.right_pd {
    padding-right: 0;
  }
}
.perf_wrap h3 {
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
.perf_wrap h3::before {
  content: "";
  width: 5px;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: #23a568;
  border-radius: 5px;
}
.perf_wrap table {
  margin-bottom: 20px;
}
.perf_wrap table thead tr {
  border-bottom: 1px solid #a1b6af;
}
.perf_wrap table thead th,
.perf_wrap table thead td {
  padding: 0 0 10px 10px;
  vertical-align: middle;
}
.perf_wrap table thead th span {
  display: block;
  padding: 10px;
  background: #93ada4;
  border-radius: 5px;
  color: #fff;
}
.perf_wrap table tbody tr {
  border-bottom: 1px solid #a2b4bf;
}
.perf_wrap table tbody tr th, .perf_wrap table tbody tr td {
  vertical-align: middle;
}
.perf_wrap table tbody tr td {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .perf_wrap table tbody tr td {
    font-size: 3.9vw;
  }
}
.perf_wrap table tbody tr th {
  padding: 10px 0;
}
.perf_wrap table tbody tr th span {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.perf_wrap table tbody tr.pefr_total th, .perf_wrap table tbody tr.pefr_total td {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  color: #23a568;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .perf_wrap table tbody tr.pefr_total th, .perf_wrap table tbody tr.pefr_total td {
    font-size: 3.9vw;
  }
}
.perf_wrap table tbody tr.pefr_total td {
  font-size: 24px;
}
@media (max-width: 767px) {
  .perf_wrap table tbody tr.pefr_total td {
    font-size: 4.4vw;
  }
}
.perf_wrap .image_wrap {
  position: absolute;
  width: 50vw;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}

.about_chart {
  background: #fff;
  border-radius: 10px;
  padding: 40px 60px 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .about_chart {
    padding: 25px 7% 30px;
  }
}
.about_chart > h4 {
  color: #fff;
  background: #23a568;
  font-weight: bold;
  padding: 5px 15px 7px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
  min-width: 10em;
  text-align: center;
}
@media (max-width: 767px) {
  .about_chart > h4 {
    margin-bottom: 1em;
    padding: 3px 17px 5px;
    font-size: 4.3vw;
    width: 100%;
  }
}
.about_chart > img.chart_img {
  width: 810px;
  max-width: 100%;
}
.about_chart + .about_chart {
  margin-top: 25px;
}
.about_chart .chart_info {
  display: flex;
  gap: 4%;
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .about_chart .chart_info {
    flex-direction: column;
    gap: 20px;
  }
}
.about_chart .chart_info .box {
  width: 48%;
  text-align: left;
}
@media (max-width: 767px) {
  .about_chart .chart_info .box {
    width: 100%;
  }
}
.about_chart .chart_info .box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 5px 10px;
  background: #eef1f3;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about_chart .chart_info .box h4 {
    font-size: 4.3vw;
  }
}
.about_chart .chart_info .box > strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about_chart .chart_info .box > strong {
    font-size: 4vw;
  }
}
.about_chart .chart_info .box p {
  margin-bottom: 10px;
  line-height: 1.7em;
}

.perf_outer {
  position: relative;
}
.perf_outer .pref_image {
  position: absolute;
  left: 37%;
  top: 200px;
  z-index: 2;
  width: 80%;
}
@media (max-width: 850px) {
  .perf_outer .pref_image {
    position: relative;
    transform: translateY(0);
    left: 0;
    top: 0;
    padding: 20px 0 0;
    width: 100%;
  }
}
.perf_outer .pref_image + .perf_wrap {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .perf_outer .pref_image + .perf_wrap {
    margin-top: 70px;
  }
}

.overseas_wrap {
  display: flex;
  gap: 15px;
}
.overseas_wrap .box {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 20px;
}
.overseas_wrap .box .title_wrap {
  white-space: nowrap;
}
.overseas_wrap .box .text_wrap {
  margin-left: auto;
}
.overseas_wrap .box .text_wrap dl {
  display: flex;
  gap: 20px;
}
.overseas_wrap .box .text_wrap dl dt {
  white-space: nowrap;
}
.overseas_wrap .box .text_wrap dl dd {
  flex-grow: 1;
  text-align: right;
}

.case_list_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 55px;
       column-gap: 55px;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .case_list_wrap {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 30px;
  }
}
.case_list_wrap .case_list_box .item_link {
  position: relative;
  transition: 0.2s;
  display: block;
  pointer-events: none;
}
.case_list_wrap .case_list_box figure {
  margin-bottom: 10px;
  text-align: center;
}
.case_list_wrap .case_list_box figure img {
  border: 1px solid #fff;
  width: 100%;
}
.case_list_wrap .case_list_box .item_name {
  padding-bottom: 10px;
}
.case_list_wrap .case_list_box .item_name strong {
  line-height: 1.5em;
  font-weight: 600;
  display: block;
}
.case_list_wrap .case_list_box p.item_list_text {
  line-height: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.point5_fv {
  display: flex;
  align-items: center;
  margin-top: -50px;
}
@media (max-width: 1000px) {
  .point5_fv {
    flex-wrap: wrap;
  }
}
.point5_fv.fv2 {
  align-items: normal;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 {
    padding-top: 30px;
  }
}
.point5_fv.fv2 > .text_wrap {
  width: 48%;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 15;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .text_wrap {
    width: 100%;
    padding: 0 4%;
  }
}
.point5_fv.fv2 > .text_wrap .page_name {
  position: relative;
}
.point5_fv.fv2 > .text_wrap .page_name .kazari {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(45%) translateY(-45%);
  max-width: 40%;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .text_wrap .page_name .kazari {
    transform: translateX(0) translateY(-45%);
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .point5_fv.fv2 > .text_wrap .page_name .kazari {
    transform: translateX(0) translateY(-90%);
    max-width: 33%;
    right: 3%;
  }
}
.point5_fv.fv2 > .image_wrap {
  width: 52%;
  position: relative;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .image_wrap {
    width: 100%;
    padding: 30px 4% 6% 4%;
    text-align: left;
  }
}
.point5_fv.fv2 > .image_wrap img {
  position: absolute;
  transition: 0.25s;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .image_wrap img {
    position: relative;
  }
}
.point5_fv.fv2 > .image_wrap .image01 {
  left: 5%;
  top: 0;
  max-width: 70%;
  z-index: 10;
  transform: translateY(-5%);
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .image_wrap .image01 {
    transform: translateY(0);
    left: 0;
    max-width: 60%;
  }
}
.point5_fv.fv2 > .image_wrap .image02 {
  right: 7%;
  top: 50%;
  max-width: 50%;
}
@media (max-width: 1000px) {
  .point5_fv.fv2 > .image_wrap .image02 {
    position: absolute;
    bottom: 0;
    right: 5%;
    max-width: 50%;
  }
}
.point5_fv.fv4 {
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .point5_fv.fv4 {
    flex-wrap: wrap;
  }
  .point5_fv.fv4 > .text_wrap {
    width: 100%;
    padding: 0 4% 40px 4%;
  }
  .point5_fv.fv4 > .image_wrap {
    width: 100%;
    padding-left: 15%;
    text-align: right;
  }
  .point5_fv.fv4 > .image_wrap .main_image {
    border-radius: 20px 0 0 20px;
  }
}
.point5_fv.fv4 > .image_wrap .sub_maru {
  position: absolute;
  right: 98%;
  bottom: 0;
  width: 45%;
  transform: translateY(20%);
}
@media (max-width: 1100px) {
  .point5_fv.fv4 > .image_wrap .sub_maru {
    left: 5%;
    right: auto;
    text-align: left;
    transform: translateY(40%);
  }
}
.point5_fv.fv4 > .image_wrap .sub_maru img {
  max-width: 75%;
}
.point5_fv.fv1, .point5_fv.fv5 {
  align-items: normal;
  padding-top: 60px;
}
.point5_fv.fv1 > .text_wrap, .point5_fv.fv5 > .text_wrap {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
  z-index: 15;
}
.point5_fv.fv1 > .text_right, .point5_fv.fv5 > .text_right {
  padding: 100px 8% 0 0;
}
@media (max-width: 1420px) {
  .point5_fv.fv1 > .text_right .pc_only, .point5_fv.fv5 > .text_right .pc_only {
    display: none;
  }
}
.point5_fv.fv5 {
  margin-bottom: 130px;
}
@media (max-width: 1000px) {
  .point5_fv.fv5 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .point5_fv.fv5 {
    margin-bottom: 50px;
  }
}
.point5_fv.fv5 > .text_wrap {
  width: 48%;
}
@media (max-width: 1000px) {
  .point5_fv.fv5 > .text_wrap {
    width: 100%;
    padding: 0 4% 0;
  }
}
.point5_fv.fv5 > .text_wrap .kazari {
  position: absolute;
  bottom: 0;
  right: 7%;
  max-width: 60%;
  transform: translateY(10%);
}
@media (max-width: 1000px) {
  .point5_fv.fv5 > .text_wrap .kazari {
    max-width: 40%;
    bottom: auto;
    top: 0;
    transform: translateY(-40%);
  }
}
.point5_fv.fv5 > .text_right {
  width: 52%;
}
@media (max-width: 1000px) {
  .point5_fv.fv5 > .text_right {
    width: 100%;
    padding: 0 4%;
  }
}
.point5_fv.fv1 {
  padding-bottom: 60px;
}
@media (max-width: 1000px) {
  .point5_fv.fv1 {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
.point5_fv.fv1 > .text_wrap {
  width: auto;
}
@media (max-width: 1000px) {
  .point5_fv.fv1 > .text_wrap {
    width: 100%;
    padding: 0 4% 50px;
  }
}
.point5_fv.fv1 > .text_wrap .kazari {
  position: absolute;
  bottom: 0;
  right: 20%;
  max-width: 60%;
  transform: translateY(10%);
}
@media (max-width: 1000px) {
  .point5_fv.fv1 > .text_wrap .kazari {
    right: 5%;
    bottom: 0;
    max-width: 35%;
    transform: translateY(0);
  }
}
.point5_fv.fv1 > .text_right {
  width: 55%;
}
@media (max-width: 1000px) {
  .point5_fv.fv1 > .text_right {
    width: 100%;
    padding: 15px 4% 0 4%;
  }
}
@media (max-width: 1100px) {
  .point5_fv.fv3 {
    flex-wrap: wrap;
  }
  .point5_fv.fv3 > .text_wrap {
    width: 100%;
    padding: 0 4% 40px 4%;
  }
  .point5_fv.fv3 > .image_wrap {
    width: 100%;
    padding-left: 15%;
    text-align: right;
  }
  .point5_fv.fv3 > .image_wrap .main_image {
    border-radius: 20px 0 0 20px;
  }
  .point5_fv.fv3 > .image_wrap .sub_maru {
    left: 5%;
    right: auto;
    text-align: left;
  }
}
.point5_fv > .text_wrap {
  width: 38%;
  padding: 0 3% 6% 7%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1500px) {
  .point5_fv > .text_wrap {
    width: 47%;
    padding-right: 5%;
  }
}
.point5_fv > .text_wrap .page_name {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .point5_fv > .text_wrap .page_name {
    margin-bottom: 25px;
  }
}
.point5_fv > .text_wrap .page_name > * {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #23a568;
}
@media (max-width: 767px) {
  .point5_fv > .text_wrap .page_name > * {
    font-size: 4.3vw;
  }
}
.point5_fv > .text_wrap .page_name h1 {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .point5_fv > .text_wrap .page_name h1 {
    margin-left: 12px;
    padding-left: 12px;
  }
}
.point5_fv > .text_wrap .page_name h1::before {
  content: "";
  width: 1px;
  height: 0.9em;
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%) translateX(-50%) rotate(15deg);
  background: #23a568;
}
.point5_fv > .text_wrap .page_catch {
  margin-bottom: 35px;
}
.point5_fv > .text_wrap .page_catch h2 img {
  width: 550px;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .point5_fv > .text_wrap .page_catch h2 img {
    max-width: 85%;
  }
}
.point5_fv > .image_wrap {
  width: 62%;
  text-align: right;
  position: relative;
}
@media (max-width: 1500px) {
  .point5_fv > .image_wrap {
    width: 53%;
  }
}
.point5_fv > .image_wrap .main_image {
  border-radius: 40px 0 0 40px;
}
.point5_fv > .image_wrap .sub_maru {
  position: absolute;
  right: 95%;
  bottom: 0;
  width: 55%;
  transform: translateY(50%);
}
.point5_fv > .image_wrap .sub_maru img {
  max-width: 75%;
}
.point5_fv .page_info {
  font-size: 18px;
  line-height: 2.4em;
  letter-spacing: 0.1em;
  color: #212736;
}
@media (max-width: 1500px) {
  .point5_fv .page_info {
    font-size: 17px;
    line-height: 2.2em;
  }
}
@media (max-width: 767px) {
  .point5_fv .page_info {
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
}

.point5_full {
  padding: 230px 0 130px;
}
@media (max-width: 767px) {
  .point5_full {
    padding: 100px 0 60px;
  }
}
.point5_full .title_wrap {
  text-align: center;
  padding: 0 4% 50px;
}
@media (max-width: 767px) {
  .point5_full .title_wrap {
    padding-bottom: 25px;
  }
}
.point5_full .title_wrap .eng {
  color: #7597c2;
  font-size: 26px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.1em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .point5_full .title_wrap .eng {
    font-size: 5vw;
  }
}
.point5_full .title_wrap h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #212736;
}
@media (max-width: 767px) {
  .point5_full .title_wrap h3 {
    font-size: 5.6vw;
    letter-spacing: 0.07em;
  }
}
.point5_full .text_wrap {
  text-align: center;
  padding: 40px 4% 0;
}
@media (max-width: 767px) {
  .point5_full .text_wrap {
    padding-top: 25px;
  }
}
.point5_full .text_wrap p {
  font-size: 18px;
  line-height: 2.4em;
  color: #212736;
}
@media (max-width: 767px) {
  .point5_full .text_wrap p {
    font-size: 4vw;
    line-height: 2em;
    text-align: left;
  }
}
.point5_full .text_wrap p span {
  color: #23a568;
  font-weight: 500;
}

.image_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.image_slide .swiper-wrapper .swiper-slide {
  position: relative;
}
.image_slide .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
}
.image_slide .swiper-wrapper .swiper-slide span.sup {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: #23a568;
  color: #fff;
  padding: 5px 8px 7px 8px;
  line-height: 1em;
  border-radius: 8px;
  z-index: 5;
  font-size: 15px;
}

.point5_box_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 45px;
  gap: 5.3%;
}
@media (max-width: 800px) {
  .point5_box_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}
.point5_box_wrap * {
  color: #212736;
}
.point5_box_wrap .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.point5_box_wrap .box .title_wrap {
  background: #23a568;
  position: relative;
  margin-left: 3%;
  color: #fff;
  width: 140px;
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(45%);
}
@media (max-width: 767px) {
  .point5_box_wrap .box .title_wrap {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transform: translateY(0);
    margin: 0 0 15px 0;
    display: block;
    padding: 10px;
  }
}
.point5_box_wrap .box .title_wrap h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .title_wrap h3 {
    font-size: 4.8vw;
  }
}
.point5_box_wrap .box .title_wrap span {
  font-size: 26px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .title_wrap span {
    font-size: 4.8vw;
    display: inline;
  }
}
.point5_box_wrap .box .title_wrap * {
  color: #fff;
}
.point5_box_wrap .box > p {
  padding: 25px 10px;
  line-height: 1.9em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .point5_box_wrap .box > p {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .point5_box_wrap .box .image_wrap {
    text-align: center;
  }
}
.point5_box_wrap .box .image_wrap img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .image_wrap img {
    border-radius: 10px;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .point5_box_wrap .box .sub_image {
    text-align: center;
  }
  .point5_box_wrap .box .sub_image img {
    width: 80%;
  }
}
.point5_box_wrap .box .box_info {
  margin: 0 10px;
  border-top: 1px solid #c5d1df;
  padding: 20px 10px;
  display: flex;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .box_info {
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
  }
}
.point5_box_wrap .box .box_info .box_title {
  width: 28%;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .box_info .box_title {
    width: 100%;
  }
}
.point5_box_wrap .box .box_info .box_title span {
  display: block;
  background: #c5d1df;
  padding: 8px 15px 9px;
  border-radius: 5px;
  font-weight: 500;
  color: #212736;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .box_info .box_title span {
    padding: 6px 15px 7px;
    font-size: 3.8vw;
  }
}
.point5_box_wrap .box .box_info .box_text {
  width: 72%;
  padding-left: 25px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .point5_box_wrap .box .box_info .box_text {
    width: 100%;
    padding-left: 0.5em;
  }
  .point5_box_wrap .box .box_info .box_text li {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}

.point5_lr {
  display: flex;
  gap: 4%;
  padding: 70px 0;
  align-items: center;
}
@media (max-width: 1000px) {
  .point5_lr {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .point5_lr {
    padding: 40px 0;
  }
}
.point5_lr + .point5_lr {
  border-top: 1px solid #9bb0c7;
}
.point5_lr .text_wrap {
  width: 40%;
}
@media (max-width: 1000px) {
  .point5_lr .text_wrap {
    width: 100%;
  }
}
.point5_lr .text_wrap .title_wrap {
  color: #009865;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .point5_lr .text_wrap .title_wrap {
    margin-bottom: 15px;
  }
}
.point5_lr .text_wrap .title_wrap::before {
  content: "";
  width: 5px;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: #009865;
  border-radius: 5px;
}
.point5_lr .text_wrap h4.f20 {
  padding-bottom: 15px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .point5_lr .text_wrap h4.f20 {
    padding-bottom: 10px;
  }
}
.point5_lr .text_wrap > p.f17 {
  line-height: 2.1em;
}
.point5_lr .text_wrap .box {
  padding: 25px 0 0 0;
}
.point5_lr .text_wrap .box h4 {
  border: 3px double #9caaa3;
  border-left: 0;
  border-right: 0;
  padding: 5px 0 7px 3px;
  margin-bottom: 15px;
}
.point5_lr .text_wrap .box .list_dot {
  margin-bottom: 10px;
}
.point5_lr .text_wrap .box p {
  line-height: 1.6em;
}
.point5_lr .image_wrap {
  width: 56%;
}
@media (max-width: 1000px) {
  .point5_lr .image_wrap {
    width: 100%;
  }
}
.point5_lr .image_wrap .image_c2 {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1000px) {
  .point5_lr .image_wrap .image_c2 img {
    margin: 0 auto;
  }
}
.point5_lr .image_wrap .image_sub {
  padding: 8px;
}
.point5_lr .image_wrap .image_sub p {
  line-height: 1.6em;
}
.point5_lr .image_wrap .image_sub_frame {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #9bb0c7;
}
.point5_lr .image_wrap .image_sub_frame h4 {
  color: #23a568;
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.point5_lr .image_wrap .image_sub_frame .box {
  padding: 0 8px;
}
.point5_lr .image_wrap .image_sub_frame .box p {
  line-height: 1.7em;
  letter-spacing: 0;
}
.point5_lr .image_wrap .image_sub_frame .box p + p {
  margin-top: 10px;
}

.point5_full_lr {
  display: flex;
  gap: 7%;
  align-items: center;
  margin: 100px 0;
}
@media (max-width: 1100px) {
  .point5_full_lr {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .point5_full_lr {
    margin: 60px 0 0;
  }
}
.point5_full_lr .image_wrap {
  width: 577px;
  max-width: 35%;
  position: relative;
  z-index: 15;
}
.point5_full_lr .image_wrap .inner {
  position: relative;
  padding-top: 130%;
}
@media (max-width: 1100px) {
  .point5_full_lr .image_wrap .inner {
    padding-top: 50%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .point5_full_lr .image_wrap .inner {
    padding-top: 55%;
  }
}
.point5_full_lr .image_wrap .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1100px) {
  .point5_full_lr .image_wrap .inner img {
    border-radius: 50px;
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
  }
}
@media (max-width: 767px) {
  .point5_full_lr .image_wrap .inner img {
    border-radius: 10px;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .point5_full_lr .image_wrap {
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 30px 5%;
  }
}
.point5_full_lr .text_wrap {
  flex-grow: 1;
}
@media (max-width: 1100px) {
  .point5_full_lr .text_wrap {
    width: 100%;
    order: 1;
  }
}
.point5_full_lr .text_wrap .num_box {
  padding-right: 13%;
}

.num_box {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .num_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .num_box {
    padding: 25px 5%;
  }
}
@media (max-width: 767px) {
  .num_box {
    padding: 25px 5% !important;
  }
}
.num_box + .num_box::before {
  content: "";
  width: 300%;
  height: 1px;
  background: #a6b9d2;
  position: absolute;
  left: -100%;
  top: 0;
}
.num_box .num_title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .num_box .num_title {
    gap: 4%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .num_box .num_title span {
    width: 12%;
  }
}
.num_box .num_title h3 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .num_box .num_title h3 {
    font-size: 5.1vw;
    width: 84%;
  }
}
.num_box p {
  font-weight: 500;
  line-height: 2em;
}
@media (max-width: 1100px) {
  .num_box p {
    line-height: 1.8em;
  }
}

.point5_05_contents {
  padding: 140px 0 0 0;
}
@media (max-width: 767px) {
  .point5_05_contents {
    padding-top: 80px;
  }
}
.point5_05_contents .zu_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .point5_05_contents .zu_wrap {
    padding-bottom: 60px;
  }
}
.point5_05_contents .zu_wrap.pb0 {
  padding-bottom: 0;
}
.point5_05_contents .zu_wrap.pb_s {
  padding-bottom: 80px;
}
.point5_05_contents .zu_wrap figure {
  margin: 0 0 15px 0;
}
.point5_05_contents .zu_wrap .zu_sublist {
  padding-top: 20px;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .point5_05_contents .zu_wrap .zu_sublist {
    padding-top: 15px;
    gap: 10px 15px;
  }
}
.point5_05_contents .zu_wrap .zu_sublist span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #23a568;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .point5_05_contents .zu_wrap .zu_sublist span {
    font-size: 4vw;
    padding-left: 18px;
  }
}
.point5_05_contents .zu_wrap .zu_sublist span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #fff;
  border: 4px solid #23a568;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .point5_05_contents .zu_wrap .zu_sublist span::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}

.point_bg_image_wrap {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .point_bg_image_wrap {
    margin-bottom: 50px;
  }
}
.point_bg_image_wrap > .image_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 65%;
  transform: translateY(-3%);
}
@media (max-width: 1040px) {
  .point_bg_image_wrap > .image_wrap {
    position: relative;
    transform: translateY(0);
    margin-left: auto;
    max-width: 100%;
    text-align: right;
  }
}
.point_bg_image_wrap .wrap {
  position: relative;
  z-index: 10;
}
.point_bg_image_wrap .wrap .text_wrap {
  padding-right: 45%;
}
@media (max-width: 1040px) {
  .point_bg_image_wrap .wrap .text_wrap {
    padding: 0;
  }
}
.point_bg_image_wrap .wrap .text_wrap p {
  line-height: 2.3em;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .point_bg_image_wrap .wrap .text_wrap p {
    margin-right: -8em;
  }
}
@media (max-width: 1040px) {
  .point_bg_image_wrap .wrap .text_wrap p {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.point_bg_image_wrap .wrap .text_wrap .point_list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .point_bg_image_wrap .wrap .text_wrap .point_list {
    margin-bottom: 20px;
  }
}
.point_bg_image_wrap .wrap .text_wrap .point_list ul {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .point_bg_image_wrap .wrap .text_wrap .point_list ul {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.point_bg_image_wrap .wrap .text_wrap .point_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(350deg, rgb(216, 229, 238) 29%, rgba(216, 229, 238, 0) 100%);
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #153f6e;
  border-bottom: 1px solid #819bc7;
  text-shadow: 1px 1px 0 #fff;
}
@media (max-width: 767px) {
  .point_bg_image_wrap .wrap .text_wrap .point_list ul li {
    padding: 8px;
    font-size: 4vw;
  }
}

.point5_framelist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 30px 0;
  position: relative;
}
@media (max-width: 1000px) {
  .point5_framelist {
    margin-top: 0;
  }
}
.point5_framelist > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  font-size: 19px;
  min-height: 5.7em;
  border-top: 1px solid #23a568;
  font-weight: 600;
  color: #23a568;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .point5_framelist > div {
    font-size: 4.1vw;
    min-height: 4em;
  }
}
.point5_framelist > div span {
  display: inline-block;
  font-weight: 600;
}
.point5_framelist .div2,
.point5_framelist .div3,
.point5_framelist .div11,
.point5_framelist .div12,
.point5_framelist .div13,
.point5_framelist .div14 {
  border-bottom: 1px solid #23a568;
}
.point5_framelist .div6 {
  grid-column-start: 4;
}
.point5_framelist .div7 {
  grid-row-start: 3;
}
.point5_framelist .div8 {
  grid-column-start: 4;
  grid-row-start: 3;
}
.point5_framelist .div9 {
  grid-row-start: 4;
}
.point5_framelist .div10 {
  grid-column-start: 4;
  grid-row-start: 4;
}
.point5_framelist .div11,
.point5_framelist .div12,
.point5_framelist .div13,
.point5_framelist .div14 {
  grid-row-start: 5;
}
@media (max-width: 1000px) {
  .point5_framelist {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
  }
  .point5_framelist > * {
    width: 32%;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    border-top: 1px solid #23a568 !important;
    border-bottom: none !important;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  .point5_framelist > * {
    width: 49%;
  }
}
@media (max-width: 1000px) {
  .point5_framelist .div13,
  .point5_framelist .div14 {
    border-bottom: 1px solid #23a568 !important;
  }
}
.point5_framelist .image_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 30%;
  background: none;
  border: none;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .point5_framelist .image_wrap {
    position: relative;
    border: 0 !important;
    transform: translateY(0);
    padding: 0 10% 30px;
  }
}

.step_wrap {
  border-radius: 10px;
  box-shadow: 0 0 5px #b0b6c7;
  margin: 20px 0 20px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.7fr;
}
@media (max-width: 1100px) {
  .step_wrap {
    display: flex;
    flex-direction: column;
  }
}
.step_wrap.c4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px) {
  .step_wrap.c4 {
    display: flex;
    flex-direction: column;
  }
}
.step_wrap.mb_l {
  margin-bottom: 90px;
}
.step_wrap .step_box {
  position: relative;
  padding: 20px;
}
@media (max-width: 1100px) {
  .step_wrap .step_box {
    display: flex;
    flex-wrap: wrap;
  }
}
.step_wrap .step_box.flex {
  display: flex;
  flex-direction: column;
}
.step_wrap .step_box .step_num_icon {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #23a568;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23a568;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .step_wrap .step_box .step_num_icon {
    left: 10px;
    top: 10px;
    transform: translateX(0);
  }
}
.step_wrap .step_box .step_num {
  display: block;
  font-weight: 600;
  color: #fff;
  background: #23a568;
  border-radius: 100px;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 0.08em;
}
@media (max-width: 1100px) {
  .step_wrap .step_box .step_num {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .step_wrap .step_box .step_num {
    padding: 5px;
    font-size: 4.2vw;
  }
}
.step_wrap .step_box .step_num.f18 {
  font-size: 18px;
}
.step_wrap .step_box .step_num.round_s {
  border-radius: 5px;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .step_wrap .step_box .step_num.round_s {
    margin-bottom: 15px;
  }
}
.step_wrap .step_box .step_num span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .step_wrap .step_box .step_num span {
    font-size: 4vw;
  }
}
.step_wrap .step_box .step_num span.f16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .step_wrap .step_box .step_num span.f16 {
    font-size: 3.8vw;
  }
}
.step_wrap .step_box .image_wrap {
  padding-bottom: 13px;
}
@media (max-width: 1100px) {
  .step_wrap .step_box .image_wrap {
    padding: 0 20px 0 0;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .step_wrap .step_box .image_wrap {
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.step_wrap .step_box .image_wrap img {
  border-radius: 5px;
}
.step_wrap .step_box .images {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
@media (max-width: 1100px) {
  .step_wrap .step_box .images {
    flex-direction: row;
    justify-content: center;
  }
}
.step_wrap .step_box .images .round {
  border-radius: 5px;
}
.step_wrap .step_box .list_dot {
  font-weight: 500;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .step_wrap .step_box .list_dot {
    font-size: 3.8vw;
  }
}
.step_wrap .step_box:not(:nth-child(1)) {
  border-left: 2px solid #23a568;
}
@media (max-width: 1100px) {
  .step_wrap .step_box:not(:nth-child(1)) {
    border: 0;
    border-top: 2px solid #23a568;
  }
}
.step_wrap .step_box:not(:nth-child(1))::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #23a568;
}
@media (max-width: 1100px) {
  .step_wrap .step_box:not(:nth-child(1))::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: none;
    border-top: 12px solid #326789;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    margin-top: 0;
  }
}
.step_wrap .step_box.orange_box {
  border-left: 0;
  background: #fef6f0;
}
@media (max-width: 767px) {
  .step_wrap .step_box.orange_box {
    border-top: 0;
  }
}
.step_wrap .step_box.orange_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 100%;
  z-index: 10;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: none;
  border-right: 10px solid #ef6725;
}
@media (max-width: 767px) {
  .step_wrap .step_box.orange_box::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: none;
    border-bottom: 12px solid #ef6725;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
.step_wrap .step_box.orange_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #ef6725;
  pointer-events: none;
}
.step_wrap .step_box.orange_box .list_dot > li::before {
  border: 3px solid #ef6725;
}
.step_wrap .step_box.orange_box .step_num {
  background: #ef6725;
}
.step_wrap .step_box:last-child {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .step_wrap .step_box:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.step_wrap .step_end {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  background: #fff4eb;
}

.torikumi_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .torikumi_wrap {
    padding-bottom: 20px;
  }
}
.torikumi_wrap > p {
  line-height: 1.8em;
  padding-bottom: 30px;
  font-weight: 500;
}

.midashi_l {
  text-align: center;
  color: #23a568;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.midashi_l span {
  position: relative;
  padding: 0 20px 3px;
  display: inline-block;
}
.midashi_l span::before, .midashi_l span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  border: 3px solid #23a568;
}
.midashi_l span::before {
  left: 0;
  border-right: 0;
}
.midashi_l span::after {
  right: 0;
  border-left: 0;
}

.midashi_m {
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .midashi_m {
    margin-bottom: 15px;
  }
}
.midashi_m::before {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 4px;
  background: #23a568;
  border-radius: 5px;
}

.midashi_num {
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 12px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  display: flex;
  gap: 10px;
  background: #d6dfe5;
  padding: 10px;
  border-radius: 100px;
  align-items: center;
}
.midashi_num .num {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #23a568;
  border-radius: 50%;
}

.nweb_title {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid #a7b3ba;
  padding: 0 0 25px 0;
  margin-bottom: 50px;
}
@media (max-width: 1040px) {
  .nweb_title {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .nweb_title {
    gap: 10px;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .nweb_title .n_logo {
    max-width: 55%;
    padding-top: 20px;
    text-align: center;
  }
}
.nweb_title .n_text p {
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .nweb_title .n_text p {
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    padding-bottom: 5px;
  }
}
.nweb_title .n_btn {
  margin-left: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}
@media (max-width: 1040px) {
  .nweb_title .n_btn {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .nweb_title .n_btn {
    gap: 5px;
  }
}
.nweb_title .n_btn a {
  background: #23a568;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px 10px 15px;
  border-radius: 10px;
  transition: 0.25s;
}
.nweb_title .n_btn a:hover {
  filter: brightness(1.05);
}
@media (max-width: 767px) {
  .nweb_title .n_btn a {
    padding: 8px 10px 8px 10px;
  }
  .nweb_title .n_btn a .text {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}

.nweb_info {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .nweb_info {
    padding-bottom: 20px;
    text-align: left;
    line-height: 1.8em;
    font-weight: 500;
  }
}
.nweb_info a {
  color: #23a568;
}

.nweb_fv {
  text-align: center;
  padding-bottom: 20px;
}
.nweb_fv img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .nweb_fv img {
    border-radius: 10px;
  }
}

.nweb_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .nweb_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.nweb_list .box {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 25px 20px 25px 40px;
}
@media (max-width: 767px) {
  .nweb_list .box {
    padding: 20px 10px 20px 23px;
  }
}
.nweb_list .box .image_wrap {
  width: 20%;
}
.nweb_list .box .text_wrap {
  width: 80%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .nweb_list .box .text_wrap {
    padding-left: 13px;
  }
}
.nweb_list .box .text_wrap strong {
  display: block;
  padding-bottom: 5px;
  color: #009865;
}
.nweb_list .box .text_wrap p {
  line-height: 1.7em;
}

.nlife_fv {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nlife_fv {
    padding-top: 15px;
  }
}
.nlife_fv .fv_catch {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 13px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .nlife_fv .fv_catch {
    letter-spacing: 0;
  }
}
.nlife_fv .fv_catch::before {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 5px;
  background: #009865;
  border-radius: 5px;
}
.nlife_fv .title_wrap {
  position: relative;
  padding: 43px 0;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .nlife_fv .title_wrap {
    padding: 35px 0 30px 0;
  }
}
.nlife_fv .title_wrap::before {
  content: "";
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgb(35, 165, 122) 45%, rgb(32, 157, 134) 100%);
}
.nlife_fv .title_wrap > * {
  position: relative;
  z-index: 10;
}
.nlife_fv .title_wrap .inner {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .nlife_fv .title_wrap .inner {
    display: block;
  }
}
.nlife_fv .title_wrap .inner h1 {
  background: #fff;
  border-radius: 5px;
  padding: 6px 13px 9px;
  font-size: 18px;
  text-align: center;
  color: #009865;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 767px) {
  .nlife_fv .title_wrap .inner h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    font-size: 4.5vw;
    text-align: left;
    padding: 4px 10px 5px;
    line-height: 1.3em;
    transform: translateY(-50%);
  }
  .nlife_fv .title_wrap .inner h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .nlife_fv .title_wrap .inner h2 {
    text-align: center;
    padding-top: 25px;
  }
  .nlife_fv .title_wrap .inner h2 img {
    max-width: 60%;
  }
}
.nlife_fv .image_wrap {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 20;
  max-width: 30%;
}
@media (max-width: 1100px) {
  .nlife_fv .image_wrap {
    right: 0;
  }
}
@media (max-width: 840px) {
  .nlife_fv .image_wrap {
    position: relative;
    right: auto;
    width: 50%;
    max-width: 50%;
    margin: -10px auto 0;
    text-align: center;
    position: relative;
    z-index: 10;
  }
}
.nlife_fv .image_wrap img {
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0, 40, 87, 0.2);
  transform: translateY(-5px);
}
@media (max-width: 840px) {
  .nlife_fv .image_wrap img {
    border: 5px solid #fff;
    box-shadow: 0 0 7px rgba(0, 40, 87, 0.2);
  }
}
.nlife_fv .fv_info {
  position: relative;
  padding: 30px 38% 30px 0;
}
@media (max-width: 960px) {
  .nlife_fv .fv_info {
    padding-right: 35%;
  }
}
@media (max-width: 840px) {
  .nlife_fv .fv_info {
    padding: 15px 0 30px 0;
  }
}
.nlife_fv .fv_info::before {
  content: "";
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255) 100%);
}
@media (max-width: 840px) {
  .nlife_fv .fv_info::before {
    display: none;
  }
}
.nlife_fv .fv_info > * {
  position: relative;
  z-index: 5;
}
.nlife_fv .fv_info .point_list {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .nlife_fv .fv_info .point_list {
    flex-wrap: wrap;
    gap: 10px 3%;
  }
}
.nlife_fv .fv_info .point_list .box {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1562b9;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .nlife_fv .fv_info .point_list .box {
    width: 48.5%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
  }
}
.nlife_fv .fv_info .point_list .box span {
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.nlife_fv .fv_info p {
  line-height: 2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .nlife_fv .fv_info p {
    line-height: 1.7em;
  }
}

.nlife_app {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .nlife_app {
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .nlife_app .box {
    width: 100%;
  }
}
.nlife_app .box + .box {
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #9babb5;
}
@media (max-width: 960px) {
  .nlife_app .box + .box {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-left: 0;
    border-top: 1px solid #9babb5;
  }
}
@media (max-width: 767px) {
  .nlife_app .box + .box {
    border-top: 0;
    margin: 0;
  }
}
.nlife_app .box.box_min {
  width: 33%;
}
@media (max-width: 960px) {
  .nlife_app .box.box_min {
    width: 100%;
  }
}
.nlife_app .box .box_title {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 23px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .nlife_app .box .box_title.pc_only {
    display: none;
  }
}
.nlife_app .box .box_title::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #009865;
}
.nlife_app .box .inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nlife_app .box .inner .image_wrap {
  width: 35%;
}
@media (max-width: 960px) {
  .nlife_app .box .inner .image_wrap {
    width: auto;
  }
}
@media (max-width: 767px) {
  .nlife_app .box .inner .image_wrap {
    width: 30%;
  }
}
.nlife_app .box .inner .image_wrap img {
  border-radius: 10px;
  border: 2px solid #cbd4da;
}
.nlife_app .box .inner .text_wrap {
  width: 65%;
}
@media (max-width: 767px) {
  .nlife_app .box .inner .text_wrap {
    width: 70%;
  }
}
.nlife_app .box .inner .text_wrap p {
  font-weight: 500;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .nlife_app .box .inner .text_wrap p {
    font-size: 3.8vw;
  }
}
.nlife_app .box .or_inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .nlife_app .box .or_inner {
    gap: 4%;
  }
}
.nlife_app .box .or_inner .qr {
  width: 120px;
}
@media (max-width: 767px) {
  .nlife_app .box .or_inner .app_icon {
    width: 48%;
    text-align: center;
  }
  .nlife_app .box .or_inner .app_icon img {
    width: 100%;
  }
}
.nlife_app .box .or_inner .app_icon + .qr {
  margin-left: 15px;
}

.nlife_bnrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
  gap: 15px;
}
@media (max-width: 767px) {
  .nlife_bnrs {
    display: flex;
    flex-direction: column;
  }
}
.nlife_bnrs .box {
  text-align: center;
}
@media (max-width: 767px) {
  .nlife_bnrs .box {
    width: 100%;
  }
}

.nc_midashi {
  max-width: 97%;
  margin: 0 auto;
}
.nc_midashi h3 {
  margin-bottom: 10px;
  padding: 0 0 5px 10px;
  border-left: 3px solid #23a568;
  border-bottom: 1px solid #23a568;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nc_midashi h3 {
    font-size: 4vw;
  }
}
.nc_midashi p {
  font-size: 15px;
  padding: 5px 0 5px 1em;
}
@media (max-width: 767px) {
  .nc_midashi p {
    font-size: 3.7vw;
  }
}

.n_contents {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .n_contents {
    padding: 35px 0;
  }
}
.n_contents .n_inner {
  background: #fff;
  padding: 50px 50px;
  border-radius: 10px;
  border-top: 4px solid #23a568;
}
@media (max-width: 767px) {
  .n_contents .n_inner {
    padding: 15px;
  }
}
.n_contents .nc_title {
  display: flex;
  margin-bottom: 45px;
  overflow: hidden;
  background: #f3f4f5;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .n_contents .nc_title {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.n_contents .nc_title .text_wrap {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px 4.5%;
  min-height: 230px;
}
@media (max-width: 767px) {
  .n_contents .nc_title .text_wrap {
    order: 2;
    width: 100%;
    min-height: auto;
  }
}
.n_contents .nc_title .text_wrap h2 {
  font-size: 26px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .n_contents .nc_title .text_wrap h2 {
    font-size: 5vw;
    padding-left: 15px;
  }
}
.n_contents .nc_title .text_wrap h2::before {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 5px;
  background: #23a568;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .n_contents .nc_title .text_wrap h2::before {
    top: 6px;
    bottom: 3px;
  }
}
.n_contents .nc_title .image_wrap {
  width: 50%;
}
@media (max-width: 767px) {
  .n_contents .nc_title .image_wrap {
    order: 1;
    width: 100%;
  }
}
.n_contents .nc_title .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n_contents .nc_wide {
  max-width: 94%;
  margin: 0 auto;
}
.n_contents .text_bnr {
  display: flex;
  align-items: center;
  gap: 5%;
  max-width: 94%;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .n_contents .text_bnr {
    flex-direction: column;
    gap: 15px;
  }
}
.n_contents .text_bnr.tate {
  flex-direction: column;
  gap: 5px;
}
.n_contents .text_bnr .n_info_text {
  line-height: 2em;
  flex-grow: 1;
}
.n_contents .text_bnr .bnr {
  min-width: 30%;
  max-width: 30%;
}
@media (max-width: 767px) {
  .n_contents .text_bnr .bnr {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .n_contents .text_bnr .bnr img {
    max-width: 80%;
  }
}
.n_contents .nc_boxlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  padding-top: 15px;
  max-width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .n_contents .nc_boxlist {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 80%;
  }
}
.n_contents .nc_boxlist .box {
  position: relative;
  padding-top: 68%;
}
.n_contents .nc_boxlist .box.tall {
  padding-top: 80%;
}
.n_contents .nc_boxlist .box h3 {
  position: absolute;
  left: 0;
  top: 0;
  background: #23a568;
  color: #fff;
  padding: 4px 10px 6px;
  font-size: 15px;
  border-radius: 8px 0 8px 0;
  z-index: 5;
}
.n_contents .nc_boxlist .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 1px #666;
}
.n_contents .nc_boxlist_l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  padding-top: 15px;
  max-width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .n_contents .nc_boxlist_l {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.n_contents .nc_boxlist_l .box {
  background: #fbe3d6;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .n_contents .nc_boxlist_l .box {
    padding: 13px 20px 20px 20px;
    border-radius: 10px;
  }
}
.n_contents .nc_boxlist_l .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .n_contents .nc_boxlist_l .box h3 {
    font-size: 4vw;
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
.n_contents .nc_boxlist_l .box h3 span {
  font-weight: 600;
}
.n_contents .nc_boxlist_l .box h3 .title {
  font-size: 24px;
  letter-spacing: 0;
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .n_contents .nc_boxlist_l .box h3 .title {
    font-size: 5vw;
  }
}
.n_contents .nc_boxlist_l .box .list_dot_l {
  border: 0;
}
.n_contents .nc_boxlist_l .box .list_dot_l li {
  border: 0;
  padding-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .n_contents .nc_boxlist_l .box .list_dot_l li {
    font-size: 3.8vw;
  }
}
.n_contents .nc_health {
  max-width: 94%;
  margin: 25px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 1250px) {
  .n_contents .nc_health {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 2%;
  }
}
.n_contents .nc_health .box {
  background: #fbe3d6;
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .n_contents .nc_health .box {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .n_contents .nc_health .box {
    width: 49%;
  }
  .n_contents .nc_health .box.wide {
    width: 98%;
  }
}
.n_contents .nc_health .box p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
}
@media (max-width: 800px) {
  .n_contents .nc_health .box p {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
.n_contents .nc_health .box p span.line {
  background: linear-gradient(transparent 65%, #ffe500 65%);
}
.n_contents .nc_contact {
  padding: 30px 35px;
  border-radius: 5px;
  background: #f3f4f5;
}
@media (max-width: 767px) {
  .n_contents .nc_contact {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
}
.n_contents .nc_contact.m_x {
  margin-top: 20px;
  margin-bottom: 20px;
}
.n_contents .nc_contact .btn_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .n_contents .nc_contact .btn_inner {
    gap: 10px;
  }
}
.n_contents .nc_contact .btn_inner a {
  display: flex;
  gap: 10px;
  padding: 10px 18px 10px 15px;
  border: 1px solid #67796f;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
  transition: 0.25s;
  max-width: 45%;
}
@media (max-width: 767px) {
  .n_contents .nc_contact .btn_inner a {
    max-width: none;
    width: 100%;
    font-size: 4vw;
  }
}
.n_contents .nc_contact .btn_inner a:hover {
  background: #009865;
  border-color: #009865;
  color: #fff;
}
@media (max-width: 767px) {
  .n_contents .nc_contact .btn_inner a .icon {
    width: 15%;
  }
}
.n_contents .nc_contact .btn_inner a .text .sub {
  font-size: 13px;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .n_contents .nc_contact .btn_inner a .text .sub {
    font-size: 3.3vw;
  }
}
.n_contents .nc_contact .btn_inner .text_wrap {
  max-width: 50%;
}
@media (max-width: 767px) {
  .n_contents .nc_contact .btn_inner .text_wrap {
    max-width: 100%;
    width: 100%;
  }
  .n_contents .nc_contact .btn_inner .text_wrap .list_dot_l {
    border-top: 0;
  }
  .n_contents .nc_contact .btn_inner .text_wrap .list_dot_l li {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.modal_outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  background: rgba(62, 70, 80, 0.8);
  backdrop-filter: blur(2px);
  padding: 120px 0 50px 0;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal_outer {
    padding-top: 85px;
  }
}
.modal_outer * {
  pointer-events: none;
}
.modal_outer.open {
  opacity: 1;
  pointer-events: all;
}
.modal_outer.open * {
  pointer-events: all;
}
.modal_outer .nlife_app {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.modal_outer > .inner {
  width: 1100px;
  margin: 0 auto;
  max-width: 94%;
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .modal_outer > .inner {
    padding: 25px;
  }
}
.modal_outer > .inner .close {
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(30%) translateY(-30%);
  transition: 0.25s;
  border: 2px solid #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal_outer > .inner .close {
    width: 35px;
    height: 35px;
    transform: translateX(20%) translateY(-20%);
  }
}
.modal_outer > .inner .close::before, .modal_outer > .inner .close::after {
  content: "";
  width: 40%;
  height: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .modal_outer > .inner .close::before, .modal_outer > .inner .close::after {
    width: 60%;
  }
}
.modal_outer > .inner .close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.modal_outer > .inner .close:hover {
  filter: brightness(1.2);
}
.modal_outer .chirashi_midashi {
  color: #009865;
  font-size: 22px;
  margin-bottom: 45px;
  padding: 0 0 2px 8px;
  border-left: 4px solid #009865;
  line-height: 1.1em;
  position: relative;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_midashi {
    font-size: 5vw;
  }
}
.modal_outer .chirashi_midashi::before {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -15px;
  height: 1px;
  background: #23a568;
}
.modal_outer .chirashi_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_inner {
    flex-direction: column;
  }
}
.modal_outer .chirashi_inner .box {
  display: flex;
  gap: 3%;
  align-items: center;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_inner .box {
    flex-direction: column;
    gap: 10px;
  }
}
.modal_outer .chirashi_inner .box .image_wrap {
  background: #edeff1;
  padding: 25px;
  display: block;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_inner .box .image_wrap {
    width: 100%;
    height: 250px;
  }
}
.modal_outer .chirashi_inner .box .image_wrap img {
  max-height: 100%;
}
.modal_outer .chirashi_inner .box .image_wrap:hover img {
  opacity: 0.85;
}
.modal_outer .chirashi_inner .box .image_wrap::after {
  content: "PDFを見る";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #009865;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 0 5px 0;
}
.modal_outer .chirashi_inner .box .text_wrap {
  width: 57%;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_inner .box .text_wrap {
    width: 100%;
  }
}
.modal_outer .chirashi_inner .box .text_wrap table {
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .modal_outer .chirashi_inner .box .text_wrap table {
    display: block;
  }
  .modal_outer .chirashi_inner .box .text_wrap table tbody, .modal_outer .chirashi_inner .box .text_wrap table tr, .modal_outer .chirashi_inner .box .text_wrap table th, .modal_outer .chirashi_inner .box .text_wrap table td {
    display: block;
    width: 100%;
  }
}
.modal_outer .chirashi_inner .box .text_wrap table th, .modal_outer .chirashi_inner .box .text_wrap table td {
  padding: 12px 0;
  border-bottom: 1px solid #9faec3;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .modal_outer .chirashi_inner .box .text_wrap table th, .modal_outer .chirashi_inner .box .text_wrap table td {
    font-size: 3.8vw;
  }
}
.modal_outer .chirashi_inner .box .text_wrap table th {
  font-weight: 600;
  color: #009865;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .modal_outer .chirashi_inner .box .text_wrap table th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.modal_outer .chirashi_inner .box .text_wrap table td {
  padding-left: 8px;
}
@media (max-width: 1000px) {
  .modal_outer .chirashi_inner .box .text_wrap table td {
    padding-top: 5px;
    padding-left: 0;
  }
}
.modal_outer .chirashi_inner .box .text_wrap p {
  line-height: 1.8em;
  letter-spacing: 0;
}
.modal_outer .system_midashi {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal_outer .system_midashi {
    margin-bottom: 15px;
  }
}
.modal_outer .system_midashi > span {
  background: #23a568;
  width: 100px;
  border-radius: 20px 3px 20px 3px;
}
@media (max-width: 767px) {
  .modal_outer .system_midashi > span {
    width: 25%;
  }
}
.modal_outer .system_midashi > h4 {
  font-size: 20px;
  border-top: 4px double #23a568;
  border-bottom: 4px double #23a568;
  flex-grow: 1;
  padding: 7px 0 8px 8px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #009865;
}
@media (max-width: 767px) {
  .modal_outer .system_midashi > h4 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .modal_outer .system_inner table {
    display: block;
  }
  .modal_outer .system_inner table tbody,
  .modal_outer .system_inner table tr,
  .modal_outer .system_inner table th,
  .modal_outer .system_inner table td {
    display: block;
    width: 100%;
  }
}
.modal_outer .system_inner table tbody tr {
  border-bottom: 1px solid #ccc;
}
.modal_outer .system_inner table tbody tr th, .modal_outer .system_inner table tbody tr td {
  padding: 20px 10px;
  vertical-align: middle;
}
.modal_outer .system_inner table tbody tr th {
  width: 18px;
  font-weight: 600;
  white-space: nowrap;
  width: 30%;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .modal_outer .system_inner table tbody tr th {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 4.3vw;
  }
}
.modal_outer .system_inner table tbody tr th span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  height: 100%;
  padding: 17px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.65em;
}
.modal_outer .system_inner table tbody tr td {
  line-height: 1.8em;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .modal_outer .system_inner table tbody tr td {
    width: 100%;
    padding: 0 0 15px;
    font-size: 3.8vw;
  }
}

.pm_fv {
  margin-bottom: 200px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .pm_fv {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pm_fv {
    padding-top: 30px;
    margin-bottom: 100px;
  }
}
.pm_fv .image_wrap {
  width: 62%;
  height: 600px;
  overflow: hidden;
  text-align: right;
}
@media (max-width: 1500px) {
  .pm_fv .image_wrap {
    width: 53%;
  }
}
@media (max-width: 1300px) {
  .pm_fv .image_wrap {
    height: auto;
  }
}
@media (max-width: 1100px) {
  .pm_fv .image_wrap {
    width: 100%;
    padding-left: 15%;
  }
}
.pm_fv .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1280px) {
  .pm_fv .image_wrap img {
    -o-object-position: 100% 85%;
       object-position: 100% 85%;
  }
}
@media (max-width: 767px) {
  .pm_fv .image_wrap img {
    border-radius: 20px 0 0 20px;
  }
}
.pm_fv .text_wrap {
  width: 38%;
  padding: 0 3% 0 7%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1500px) {
  .pm_fv .text_wrap {
    width: 47%;
  }
}
@media (max-width: 1100px) {
  .pm_fv .text_wrap {
    width: 100%;
    padding: 0 4% 40px 4%;
  }
}
.pm_fv .text_wrap .page_category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px 7px;
  border-radius: 100px;
  transform: translateX(-0.5em);
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 20px;
  background: #23a568;
  color: #fff;
}
@media (max-width: 1640px) {
  .pm_fv .text_wrap .page_category {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pm_fv .text_wrap .page_category {
    font-size: 4vw;
    transform: translateX(-0.2em);
  }
}
.pm_fv .text_wrap h1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #212736;
}
@media (max-width: 1280px) {
  .pm_fv .text_wrap h1 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .pm_fv .text_wrap h1 {
    font-size: 4.2vw;
  }
}
.pm_fv .text_wrap h2 {
  max-width: 100%;
  margin: 30px 0;
}
@media (max-width: 1280px) {
  .pm_fv .text_wrap h2 {
    margin: 25px 0;
    max-width: 90%;
  }
}
@media (max-width: 1100px) {
  .pm_fv .text_wrap h2 {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .pm_fv .text_wrap h2 {
    margin: 15px 0 35px;
  }
}
.pm_fv .text_wrap p {
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 0.08em;
  color: #212736;
}
@media (max-width: 1400px) {
  .pm_fv .text_wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pm_fv .text_wrap p {
    font-size: 3.7vw;
  }
}

.pm_first_text {
  padding: 0 5%;
  text-align: center;
  margin-bottom: 220px;
}
.pm_first_text .inner {
  position: relative;
  padding: 35px 0;
}
.pm_first_text .inner::before, .pm_first_text .inner::after {
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  left: 50%;
  background: #23a568;
}
.pm_first_text .inner::before {
  bottom: 100%;
}
.pm_first_text .inner::after {
  top: 100%;
}
.pm_first_text .eng {
  display: block;
  color: #23a568;
  font-size: 45px;
  margin-bottom: 12px;
}
.pm_first_text strong {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  color: #444;
}

@media (max-width: 1000px) {
  .pm_outer {
    max-width: 86%;
  }
}

.pm_concept {
  margin: 0 auto 200px;
  padding: 80px 0;
  background: #59758d;
}
@media (max-width: 767px) {
  .pm_concept {
    margin: 0 auto 70px;
    padding: 40px 0;
  }
}
.pm_concept .inner {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 10px;
  align-items: center;
  gap: 6%;
}
@media (max-width: 1000px) {
  .pm_concept .inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.pm_concept .inner .image_wrap {
  width: 47%;
  text-align: center;
}
.pm_concept .inner .image_wrap img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #486075;
}
@media (max-width: 1000px) {
  .pm_concept .inner .image_wrap {
    width: 100%;
  }
}
.pm_concept .inner .text_wrap {
  width: 47%;
}
@media (max-width: 1000px) {
  .pm_concept .inner .text_wrap {
    width: 100%;
  }
}
.pm_concept .inner .text_wrap * {
  color: #fff;
}
.pm_concept .inner .text_wrap h3 {
  max-width: 82%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .pm_concept .inner .text_wrap h3 {
    width: 500px;
  }
}
.pm_concept .inner .text_wrap p {
  margin-top: 55px;
  font-size: 18px;
  line-height: 2.1em;
}
@media (max-width: 1300px) {
  .pm_concept .inner .text_wrap p {
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .pm_concept .inner .text_wrap p {
    font-size: 3.8vw;
  }
}

.pm_01_wrap {
  display: flex;
  align-items: center;
  gap: 6%;
}
@media (max-width: 1000px) {
  .pm_01_wrap {
    flex-direction: column;
    gap: 25px;
  }
}
.pm_01_wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .pm_01_wrap.reverse {
    flex-direction: column;
    gap: 25px;
  }
}
.pm_01_wrap.reverse .text_wrap h3::before {
  left: 0;
  right: auto;
}
.pm_01_wrap.center {
  flex-direction: column;
  gap: 30px;
}
.pm_01_wrap.center .text_wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .pm_01_wrap.center .text_wrap {
    text-align: left;
  }
}
.pm_01_wrap.center .text_wrap h3::before {
  content: "";
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 250%;
}
@media (max-width: 767px) {
  .pm_01_wrap.center .text_wrap h3::before {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}
.pm_01_wrap.center .image_wrap {
  width: 100%;
}
.pm_01_wrap + .pm_01_wrap {
  margin-top: 150px;
}
@media (max-width: 1000px) {
  .pm_01_wrap + .pm_01_wrap {
    margin-top: 80px;
  }
}
.pm_01_wrap .text_wrap {
  width: 47%;
  position: relative;
}
@media (max-width: 1000px) {
  .pm_01_wrap .text_wrap {
    width: 100%;
  }
}
.pm_01_wrap .text_wrap h3 {
  padding: 0 0 20px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.65em;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 1100px) {
  .pm_01_wrap .text_wrap h3 {
    padding: 0 0 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .pm_01_wrap .text_wrap h3 {
    font-size: 5.8vw;
  }
}
.pm_01_wrap .text_wrap h3::before {
  content: "";
  width: 200%;
  bottom: 0;
  right: 0;
  height: 2px;
  position: absolute;
  background: #23a568;
}
@media (max-width: 767px) {
  .pm_01_wrap .text_wrap h3::before {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    width: 250%;
  }
}
.pm_01_wrap .text_wrap h3.sub_page {
  font-size: 27px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .pm_01_wrap .text_wrap h3.sub_page {
    font-size: 5vw;
    letter-spacing: 0.04em;
  }
}
.pm_01_wrap .text_wrap p {
  line-height: 2.2em;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 1100px) {
  .pm_01_wrap .text_wrap p {
    line-height: 2em;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .pm_01_wrap .text_wrap p {
    line-height: 1.8em;
    font-size: 3.8vw;
  }
}
.pm_01_wrap .text_wrap p + * {
  margin-top: 30px;
}
.pm_01_wrap .image_wrap {
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .pm_01_wrap .image_wrap {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.pm_wide_image {
  margin: 250px 0 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .pm_wide_image {
    margin-top: 150px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .pm_wide_image {
    margin-top: 100px;
  }
}
.pm_wide_image .image_wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1240px) {
  .pm_wide_image .image_wrap {
    right: -5%;
  }
}
@media (max-width: 1080px) {
  .pm_wide_image .image_wrap {
    position: relative;
    right: 0;
  }
}
.pm_wide_image .image_wrap::before {
  content: "";
  width: 100px;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: 5;
}
@media (max-width: 1080px) {
  .pm_wide_image .image_wrap::before {
    display: none;
  }
}
.pm_wide_image .image_wrap img {
  width: 100%;
  height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-10%);
}
@media (max-width: 1080px) {
  .pm_wide_image .image_wrap img {
    transform: translateY(0);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pm_wide_image .wrap {
  position: relative;
  z-index: 10;
  padding: 130px 0 200px;
}
@media (max-width: 1240px) {
  .pm_wide_image .wrap {
    padding: 100px 0 130px;
  }
}
@media (max-width: 1080px) {
  .pm_wide_image .wrap {
    padding: 0 !important;
    max-width: 100%;
  }
}
.pm_wide_image .wrap .text_wrap {
  width: 550px;
  padding: 50px 55px;
  background: linear-gradient(116deg, rgb(89, 117, 141) 60%, rgba(89, 117, 141, 0.87) 100%);
  border-radius: 10px;
  box-shadow: 0 0 2px #486075;
}
@media (max-width: 1240px) {
  .pm_wide_image .wrap .text_wrap {
    width: 520px;
    padding: 40px 50px;
  }
}
@media (max-width: 1080px) {
  .pm_wide_image .wrap .text_wrap {
    width: 100%;
    padding: 40px 10% 40px 7%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .pm_wide_image .wrap .text_wrap {
    padding: 30px 7%;
  }
}
.pm_wide_image .wrap .text_wrap * {
  color: #fff;
}
.pm_wide_image .wrap .text_wrap > h3 {
  font-size: 31px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .pm_wide_image .wrap .text_wrap > h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pm_wide_image .wrap .text_wrap > h3 {
    font-size: 5.8vw;
    text-align: center;
  }
}
.pm_wide_image .wrap .text_wrap > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pm_wide_image .wrap .text_wrap > strong {
    font-size: 4.1vw;
  }
}
.pm_wide_image .wrap .text_wrap > P {
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .pm_wide_image .wrap .text_wrap > P {
    font-size: 3.8vw;
    letter-spacing: 0.02em;
  }
}

.pm_fv_text {
  display: flex;
  margin-bottom: 150px;
}
.pm_fv_text.mb_s {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .pm_fv_text.mb_s {
    margin-bottom: 70px;
  }
}
.pm_fv_text.a_center {
  align-items: center;
}
@media (max-width: 1000px) {
  .pm_fv_text {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pm_fv_text {
    margin-bottom: 70px;
  }
}
.pm_fv_text.half .title_wrap {
  width: 50%;
  padding-right: 4%;
}
@media (max-width: 1000px) {
  .pm_fv_text.half .title_wrap {
    width: 100%;
    padding: 0 0 30px;
  }
}
.pm_fv_text.half .image_wrap {
  width: 50%;
}
@media (max-width: 1000px) {
  .pm_fv_text.half .image_wrap {
    width: 100%;
  }
}
.pm_fv_text .title_wrap {
  width: 48%;
  padding-right: 4%;
}
@media (max-width: 1000px) {
  .pm_fv_text .title_wrap {
    width: 100%;
    padding: 0 0 30px;
  }
}
.pm_fv_text .title_wrap .inner {
  display: flex;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 33px;
  flex-wrap: wrap;
  padding-right: 23px;
  border-radius: 100px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0 5px rgba(0, 40, 87, 0.1);
  transition: 0.25s;
}
@media (max-width: 1279px) {
  .pm_fv_text .title_wrap .inner {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .pm_fv_text .title_wrap .inner {
    gap: 10px;
    margin-bottom: 19px;
  }
}
.pm_fv_text .title_wrap .inner .page_category {
  background: #23a568;
  color: #fff;
  padding: 6px 15px 8px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .pm_fv_text .title_wrap .inner .page_category {
    font-size: 4vw;
    padding: 4px 10px 6px;
  }
}
.pm_fv_text .title_wrap h1 {
  font-size: 18.5px;
  color: #23a568;
  font-weight: 600;
  padding-left: 15px;
  padding-bottom: 2px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pm_fv_text .title_wrap h1 {
    font-size: 4.2vw;
    padding-left: 0;
  }
}
.pm_fv_text .title_wrap h1 .sub {
  font-size: 0.8em;
  letter-spacing: 0;
}
.pm_fv_text .title_wrap h2 {
  max-width: 100%;
  width: 530px;
}
@media (max-width: 767px) {
  .pm_fv_text .title_wrap h2 {
    max-width: 90%;
  }
}
.pm_fv_text .title_wrap p {
  padding-top: 35px;
  line-height: 2.1em;
}
.pm_fv_text .title_wrap p.ls_s {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .pm_fv_text .title_wrap p {
    padding-top: 20px;
  }
}
.pm_fv_text .text_wrap {
  width: 52%;
  padding-left: 5%;
  padding-top: 50px;
  border-left: 1px solid #23a568;
}
@media (max-width: 1000px) {
  .pm_fv_text .text_wrap {
    width: 100%;
    padding: 30px 0 0 0;
    border-left: 0;
    border-top: 1px solid #23a568;
  }
}
.pm_fv_text .text_wrap .catch_sub {
  color: #212736;
  line-height: 2em;
  display: block;
  padding-bottom: 15px;
}
.pm_fv_text .text_wrap p {
  line-height: 2.1em;
}
.pm_fv_text .image_wrap {
  width: 52%;
  text-align: center;
  position: relative;
}
.pm_fv_text .image_wrap .img_round {
  border-radius: 20px;
  border: 5px solid #fff;
}
.pm_fv_text .image_wrap.size_s {
  width: 48%;
}
@media (max-width: 1000px) {
  .pm_fv_text .image_wrap.size_s {
    width: 100%;
  }
}
.pm_fv_text .image_wrap .img_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transform: translateY(15%);
}
@media (max-width: 1000px) {
  .pm_fv_text .image_wrap .img_bottom {
    max-width: 55%;
  }
}
@media (max-width: 1000px) {
  .pm_fv_text .image_wrap {
    width: 100%;
  }
  .pm_fv_text .image_wrap img {
    max-width: 80%;
  }
}
.pm_fv_text .image_wrap .image_wide {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -70px;
  border-radius: 50px 0 0 50px;
  width: 170%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .pm_fv_text .image_wrap .image_wide {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0;
  }
}
.pm_fv_text .image_wrap .image_wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .pm_fv_text .image_wrap .image_wide img {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .pm_fv_text .image_wrap .image_wide img {
    max-width: 90%;
  }
}

.pm_flow_outer {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .pm_flow_outer {
    margin-bottom: 70px;
  }
}
.pm_flow_outer + .pm_flow_outer {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .pm_flow_outer + .pm_flow_outer {
    margin-top: 70px;
  }
}
.pm_flow_outer.reverse .text_wrap {
  padding-right: 0;
  padding-left: 45%;
}
@media (max-width: 1200px) {
  .pm_flow_outer.reverse .text_wrap {
    padding: 0;
  }
}
.pm_flow_outer.reverse .image_wrap {
  right: auto;
  left: 0;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1500px) {
  .pm_flow_outer.reverse .image_wrap {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .pm_flow_outer.reverse .image_wrap {
    width: 100%;
    border-radius: 0;
  }
}
.pm_flow_outer.reverse .image_wrap img {
  -o-object-position: 45% 50%;
     object-position: 45% 50%;
}
.pm_flow_outer .text_wrap {
  padding-right: 45%;
}
@media (max-width: 1200px) {
  .pm_flow_outer .text_wrap {
    padding: 0;
  }
}
.pm_flow_outer .image_wrap {
  position: absolute;
  right: 0;
  width: 40%;
  top: 5%;
  bottom: 5%;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
.pm_flow_outer .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
@media (max-width: 1200px) {
  .pm_flow_outer .image_wrap {
    position: relative;
    width: 100%;
    top: auto;
    bottom: auto;
    border-radius: 0;
    margin: 0 auto 100px;
    padding-top: 65%;
  }
  .pm_flow_outer .image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .pm_flow_outer .image_wrap {
    margin-bottom: 70px;
  }
}

.pm_step_wrap .box {
  padding: 40px 0 22px 30px;
  margin-bottom: 35px;
  border: 2px solid #23a568;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .pm_step_wrap .box {
    padding: 35px 0 15px 20px;
    border-radius: 0 0 0 15px;
  }
}
.pm_step_wrap .box::before, .pm_step_wrap .box::after {
  content: "";
  position: absolute;
}
.pm_step_wrap .box::before {
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #eef1f3;
  z-index: 2;
}
.pm_step_wrap .box::after {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #23a568;
  z-index: 1;
}
.pm_step_wrap .box .step_box {
  position: absolute;
  left: -2px;
  top: -6px;
  background: #23a568;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px 6px 6px 0;
  letter-spacing: 0.1em;
}
.pm_step_wrap .box h3 {
  font-size: 22px;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .pm_step_wrap .box h3 {
    font-size: 4.2vw;
  }
}
.pm_step_wrap .box .btn {
  padding: 10px 0 0 0;
}
.pm_step_wrap .box .btn a {
  display: inline-block;
  background: #fff;
  border-radius: 7px;
  padding: 5px 12px 7px 35px;
  border: 1px solid #23a568;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #009865;
  position: relative;
  font-size: 15px;
  box-shadow: 1px 1px 0 #23a568;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .pm_step_wrap .box .btn a {
    font-size: 3.8vw;
  }
}
.pm_step_wrap .box .btn a:hover {
  background: #fff5de;
}
.pm_step_wrap .box .btn a::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon_pdf.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .pm_step_wrap .box .list_dot {
    font-size: 3.9vw;
  }
}

.pm_step_end {
  background: #23a568;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8em;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pm_step_end {
    font-size: 4.2vw;
  }
}

.pm_faq .faq_box {
  padding: 40px 0;
  position: relative;
}
.pm_faq .faq_box:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 300%;
  background: #f6f7f7;
}
.pm_faq .faq_box > * {
  position: relative;
  z-index: 5;
}
.pm_faq .faq_box > * span.eng {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  padding-left: 0.1em;
  font-size: 18px;
  font-weight: 600;
  background: #f6f7f7;
}
.pm_faq .faq_box > .title_wrap {
  margin-bottom: 20px;
  font-size: 20px;
  color: #009865;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .pm_faq .faq_box > .title_wrap {
    font-size: 4.2vw;
  }
}
.pm_faq .faq_box > .title_wrap span.eng {
  border: 3px solid #2663a7;
  color: #2663a7;
}
.pm_faq .faq_box .text_wrap {
  padding-left: 55px;
}
.pm_faq .faq_box .text_wrap span.eng {
  left: 15px;
  border: 3px solid #f38248;
  color: #f38248;
}
.pm_faq .faq_box .text_wrap p {
  font-size: 17px;
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .pm_faq .faq_box .text_wrap p {
    font-size: 3.9vw;
  }
}
.pm_faq .faq_box .text_wrap p a {
  color: #009865;
  text-decoration: underline;
}

.voice_info {
  position: relative;
  margin-top: 100px;
  margin-bottom: 120px;
  background: #fff;
  border-radius: 10px;
  padding: 0 45px 45px 45px;
  border: 3px solid #23a568;
}
@media (max-width: 767px) {
  .voice_info {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0 25px 30px 25px;
  }
}
.voice_info .voice_catch {
  margin: 0 auto 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 20px 10px 50px;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  background: #23a568;
  font-weight: 600;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice_info .voice_catch {
    font-size: 4.3vw;
    padding: 7px 20px 8px 50px;
    margin-bottom: 0;
  }
}
.voice_info .voice_catch .eng {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #fff;
  color: #23a568;
  font-size: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice_info .voice_catch .eng {
    font-size: 4.6vw;
  }
}
.voice_info .inner {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (max-width: 1140px) {
  .voice_info .inner {
    flex-direction: column;
    gap: 30px 0;
  }
}
.voice_info .inner .text_wrap {
  width: 48%;
}
@media (max-width: 1140px) {
  .voice_info .inner .text_wrap {
    width: 100%;
  }
}
.voice_info .inner .text_wrap h3 {
  font-size: 28px;
  font-weight: 600;
  color: #009865;
  margin-bottom: 15px;
  line-height: 1.55em;
}
@media (max-width: 767px) {
  .voice_info .inner .text_wrap h3 {
    font-size: 5vw;
  }
}
.voice_info .inner .text_wrap p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice_info .inner .text_wrap p {
    font-size: 3.8vw;
    line-height: 1.8em;
  }
}
.voice_info .inner .image_wrap .sub {
  font-weight: 500;
  padding-top: 10px;
  text-align: right;
}
.voice_info .image_list {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .voice_info .image_list {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 4%;
  }
  .voice_info .image_list .box {
    width: 48%;
  }
}
.voice_info .image_list .box img {
  border-radius: 5px;
}

.voice_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .voice_wrap {
    row-gap: 35px;
  }
}
.voice_wrap .voice_box {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30% 50px 50px;
  position: relative;
}
@media (max-width: 900px) {
  .voice_wrap .voice_box {
    padding: 30px 30% 30px 30px;
  }
}
@media (max-width: 767px) {
  .voice_wrap .voice_box {
    padding: 30px;
  }
}
.voice_wrap .voice_box .image_wrap {
  position: absolute;
  right: 5%;
  top: 50%;
  text-align: center;
  width: 22%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice_wrap .voice_box .image_wrap {
    top: 0;
    right: 8%;
    transform: translateY(-20%);
  }
}
.voice_wrap .voice_box .image_wrap img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.voice_wrap .voice_box .voice_area {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 7px;
  background: #23a568;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  min-width: 7em;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 767px) {
  .voice_wrap .voice_box .voice_area {
    font-size: 4vw;
  }
}
.voice_wrap .voice_box h3 {
  color: #009865;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .voice_wrap .voice_box h3 {
    font-size: 5vw;
  }
}
.voice_wrap .voice_box p {
  font-size: 17px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .voice_wrap .voice_box p {
    font-size: 4vw;
    line-height: 1.8em;
  }
}

.contact_fv {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact_fv {
    padding: 40px 0 30px 0;
  }
}
.contact_fv h1.mincho {
  font-size: 36px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .contact_fv h1.mincho {
    font-size: 6vw;
  }
}
.contact_fv h1.center {
  font-size: 34px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .contact_fv h1.center {
    font-size: 6vw;
  }
}

.page_tab {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .page_tab {
    flex-direction: column;
    gap: 0;
  }
}
.page_tab .box {
  width: 49%;
  padding: 30px 40px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #23a568;
}
@media screen and (max-width: 920px) {
  .page_tab .box {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page_tab .box {
    width: 100%;
    border-radius: 0;
    padding: 18px 25px;
  }
  .page_tab .box + .box {
    border: 0;
    padding-top: 0;
  }
}
.page_tab .box > h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 0 2px 8px;
  border-left: 3px solid #23a568;
  line-height: 1.3em;
}
@media screen and (max-width: 920px) {
  .page_tab .box > h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_tab .box > h3 {
    font-size: 4.1vw;
  }
}

.btn_link {
  display: flex;
  align-items: center;
  background: #23a568;
  min-height: 80px;
  position: relative;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px 12px;
  justify-content: center;
  transition: 0.25s;
}
@media screen and (max-width: 920px) {
  .btn_link {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .btn_link {
    font-size: 4.2vw;
    height: auto;
    padding: 15px 0;
  }
}
.btn_link:hover {
  background: #009865;
  color: #fff;
}
.btn_link span {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
}
.btn_link span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn_link span.call::before {
  background: url(../image/icon_call.svg) no-repeat center;
}
.btn_link span.mail::before {
  background: url(../image/icon_mail.svg) no-repeat center;
}
.btn_link span.arr::before {
  background: #fff url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 35%;
  border-radius: 100%;
  transform: translateY(-50%) translateX(-5%);
}
.btn_link .eng {
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

#form {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #form {
    padding-top: 50px;
    margin-bottom: 20px;
  }
}

.form_wrap {
  background: #fff;
  padding: 10px 40px 25px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.form_wrap > p {
  padding: 1em 0;
}
.form_wrap.entry_form {
  border-top: 3px solid #23a568;
}
@media screen and (max-width: 767px) {
  .form_wrap {
    padding: 0 20px 25px;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.form_midashi {
  display: inline-block;
  padding: 5px 12px 7px;
  background: #23a568;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-top: 20px;
  margin-left: -0.65em;
}
@media screen and (max-width: 767px) {
  .form_midashi {
    margin: 15px 0 0;
    padding: 5px 5px 7px;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    text-align: center;
    background: #72879d;
    font-size: 4.3vw;
    letter-spacing: 0;
  }
}

.form_table {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .form_table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form_table * {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .form_table tbody {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .form_table tbody tr {
    display: block;
    width: 100%;
  }
}
.form_table tbody tr:last-child th, .form_table tbody tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.form_table tbody th, .form_table tbody td {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .form_table tbody th, .form_table tbody td {
    display: block;
  }
}
.form_table tbody th {
  width: 30%;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .form_table tbody th {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_table tbody th {
    padding-left: 0;
    font-size: 4vw;
  }
}
.form_table tbody th.required {
  padding-left: 3em;
}
.form_table tbody th span.icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
  background: #f16a0f;
  font-size: 12px;
  padding: 3px 5px 5px;
  color: #fff;
  border-radius: 2px;
  line-height: 1.1em;
}
.form_table tbody th .sub {
  display: block;
  font-size: 14px;
  padding: 3px 0 0 0;
}
.form_table tbody td {
  width: 70%;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .form_table tbody td {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_table tbody td {
    padding-top: 15px;
    padding-right: 0;
  }
}
.form_table tbody td input,
.form_table tbody td select,
.form_table tbody td textarea {
  border: 1px solid #999;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
  min-width: 80%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .form_table tbody td input,
  .form_table tbody td select,
  .form_table tbody td textarea {
    width: 100%;
    padding: 10px 5px;
    letter-spacing: 0;
    font-size: 3.8vw;
  }
}
.form_table tbody td input.short,
.form_table tbody td select.short,
.form_table tbody td textarea.short {
  width: 8em;
  max-width: 8em;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .form_table tbody td input.short,
  .form_table tbody td select.short,
  .form_table tbody td textarea.short {
    width: 30vw;
  }
}
.form_table tbody td input.half,
.form_table tbody td select.half,
.form_table tbody td textarea.half {
  width: 50%;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .form_table tbody td input.half,
  .form_table tbody td select.half,
  .form_table tbody td textarea.half {
    width: 60vw;
  }
}
.form_table tbody td input[type=radio], .form_table tbody td input[type=checkbox],
.form_table tbody td select[type=radio],
.form_table tbody td select[type=checkbox],
.form_table tbody td textarea[type=radio],
.form_table tbody td textarea[type=checkbox] {
  min-width: auto;
  width: auto;
}
.form_table tbody td input:hover,
.form_table tbody td select:hover,
.form_table tbody td textarea:hover {
  background: #f6f6f6;
}
.form_table tbody td .label_list .wpcf7-form-control {
  display: flex;
}
.form_table tbody td .label_list .wpcf7-form-control .wpcf7-list-item {
  width: 8em;
  min-width: 8em;
}
.form_table tbody td label {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #999;
}
.form_table tbody td label:hover {
  background: #f6f6f6;
}
.form_table tbody td select {
  cursor: pointer;
}
.form_table tbody td textarea {
  height: 200px;
}
.form_table tbody td .wpcf7-list-item {
  width: 100%;
}
.form_table tbody .box + .box {
  margin-top: 10px;
}
.form_table tbody label {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_table tbody label.column {
    flex-wrap: nowrap;
  }
}
.form_table tbody .column {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column {
    flex-wrap: wrap;
    gap: 6px;
  }
  .form_table tbody .column .sp100 {
    width: 100%;
  }
}
.form_table tbody .column span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column span {
    white-space: wrap;
    letter-spacing: 0;
  }
}
.form_table tbody .column.label_wide {
  flex-wrap: wrap;
}
.form_table tbody .column.label_wide label {
  width: 45%;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column.label_wide label {
    width: 100%;
  }
}
.form_table tbody .column.label_wide label:hover {
  background: #f6f6f6;
}
.form_table tbody .column.label_wide .wpcf7-form-control-wrap {
  width: 100%;
}
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-checkbox,
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-radio {
  flex-wrap: wrap;
}
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
  .form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.form_table tbody .column.label_wide .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  width: 100%;
}
.form_table tbody .column.label_full {
  flex-wrap: wrap;
}
.form_table tbody .column.label_full label {
  width: 90%;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column.label_full label {
    width: 100%;
  }
}
.form_table tbody .column.label_full label:hover {
  background: #f6f6f6;
}
.form_table tbody .column.label_full .wpcf7-form-control-wrap {
  white-space: wrap;
}
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-checkbox,
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  white-space: wrap;
}
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
  .form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.form_table tbody .column.label_full .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  width: 100%;
}
.form_table tbody dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form_table tbody dl {
    flex-direction: column;
  }
}
.form_table tbody dl + dl {
  margin-top: 10px;
}
.form_table tbody dl dt {
  width: 5.5em;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .form_table tbody dl dt {
    width: 100%;
  }
}
.form_table tbody dl dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .form_table tbody dl dd {
    width: 100%;
  }
}
.form_table tbody dl dd input {
  width: 100%;
}

.form_sub_text {
  padding: 10px 0 0 0;
}
.form_sub_text ul {
  margin-left: 1.3em;
}
.form_sub_text li {
  list-style: disc;
  padding-bottom: 5px;
}

.form_privacy {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
}
.form_privacy h4 {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 2px 8px;
  border-left: 3px solid #2361a5;
  line-height: 1.3em;
}
.form_privacy p {
  padding-bottom: 8px;
  line-height: 1.7em;
  letter-spacing: 0;
}
.form_privacy p + h4 {
  margin-top: 10px;
}

.form_privacy_check {
  padding: 25px 0;
}
.form_privacy_check label {
  display: flex;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px 15px;
  gap: 10px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.form_privacy_check label:hover {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .form_privacy_check label span {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}
.form_privacy_check .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 0 auto;
}

.form_btn {
  text-align: center;
  padding-bottom: 30px;
}
.form_btn .btn {
  min-width: 50%;
  justify-content: center;
  margin: 0 auto;
  padding: 15px !important;
}
@media screen and (max-width: 767px) {
  .form_btn .btn {
    width: 100%;
  }
}
.form_btn .arrow_wrap {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form_btn .arrow_wrap {
    width: 100%;
  }
}

.form_complete {
  border-top: 1px solid #b3bbc9;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form_complete {
    padding: 25px 0 0 0;
  }
}
.form_complete p {
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_complete p {
    text-align: left;
  }
}

.back_btn {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .back_btn {
    padding: 25px 0 0 0;
  }
}
.back_btn a {
  display: inline-block;
  background: #d1ddf0;
  border: 4px solid #d1ddf0;
  padding: 15px 35px 15px 50px;
  border-radius: 100px;
  position: relative;
  transition: 0.25s;
  color: #009865;
  font-weight: 500;
}
.back_btn a::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url(../image/arrow_mini_b.svg) no-repeat;
}
.back_btn a:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #d1ddf0;
}

.self_arr {
  text-align: center;
  margin-bottom: 35px;
}
.self_arr img {
  max-width: 60%;
  width: 260px;
}

.self_q {
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .self_q {
    margin: 0 0 30px 0;
  }
}
.self_q .title_wrap {
  background: #fff;
  padding: 13px 25px 14px;
  border-radius: 14px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  border-left: 5px solid #23a568;
  border-right: 5px solid #23a568;
  color: #009865;
  letter-spacing: 0.03em;
  text-align: center;
  box-shadow: 0 0 4px #d2e4ef;
}
@media screen and (max-width: 767px) {
  .self_q .title_wrap {
    font-size: 5.2vw;
    letter-spacing: 0;
    padding: 9px 15px 10px;
    margin-bottom: 10px;
  }
}
.self_q .list_check {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .self_q .list_check {
    padding: 0;
  }
}
.self_q .image_wrap {
  position: absolute;
  right: 8%;
  bottom: 0;
  max-width: 27%;
  transform: translateY(10%);
}
.self_q .image_wrap.size_l {
  right: 4%;
  max-width: 30%;
}
@media screen and (max-width: 1080px) {
  .self_q .image_wrap.size_l {
    position: relative;
    max-width: 50%;
    transform: translateY(8px);
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .self_q .image_wrap {
    position: relative;
    transform: translateY(-8px);
    max-width: 40%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

.self_a {
  margin: 0 0 70px 0;
  position: relative;
  background: #fff;
  border-left: 5px solid #23a568;
  border-right: 5px solid #23a568;
  box-shadow: 0 0 5px #d2e4ef;
  border-radius: 14px;
  padding: 25px 30px 40px;
}
@media screen and (max-width: 767px) {
  .self_a {
    padding: 20px 5% 40px;
    margin: 0 -5% 40px;
    border: 0;
    border-radius: 10px;
  }
}
.self_a .title_wrap {
  font-size: 24px;
  font-weight: 600;
  color: #009865;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 12px 0 14px;
  border-bottom: 4px double #2c5d94;
  border-top: 4px double #2c5d94;
}
@media screen and (max-width: 767px) {
  .self_a .title_wrap {
    font-size: 4.7vw;
    padding: 10px 0 12px;
  }
}
.self_a .title_wrap .sub {
  font-size: 0.8em;
}
.self_a .title_sub_wrap {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
}
.self_a .title_sub_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 3px;
  width: 5px;
  border-radius: 10px;
  background: #23a568;
}
.self_a table {
  max-width: 98%;
  margin: 0 0 35px auto;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .self_a table {
    max-width: 100%;
  }
}
.self_a table th, .self_a table td {
  padding: 10px 20px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .self_a table th, .self_a table td {
    padding: 5px;
  }
}
.self_a table th.l_line, .self_a table td.l_line {
  border-left: 1px solid #a7b9c5;
  background: #eef2f5;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .self_a table th.l_line, .self_a table td.l_line {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1070px) {
  .self_a table th.sub_color, .self_a table td.sub_color {
    background: #fff5ea;
  }
}
.self_a table th {
  font-weight: 500;
  font-size: 20px;
  width: 45%;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .self_a table th {
    padding: 5px;
    font-size: 3.8vw;
  }
}
.self_a table td {
  width: 55%;
}
.self_a table thead th span {
  display: block;
  text-align: center;
  background: #002857;
  padding: 10px;
  color: #fff;
  border-radius: 7px;
  position: relative;
}
.self_a table thead th span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #002857 transparent transparent;
  translate: -50% 100%;
  transform: skew(-30deg);
  transform-origin: top;
  z-index: 10;
}
.self_a table tbody th {
  padding-left: 30px;
  border-top: 1px dotted #a7b9c5;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .self_a table tbody th {
    padding-left: 10px;
    padding-right: 1em;
  }
}
.self_a table tbody th::before {
  content: "";
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #23a568;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .self_a table tbody th::before {
    width: 4px;
    height: auto;
    top: 7px;
    bottom: 7px;
    border-radius: 2px;
    border: 0;
    background: #23a568;
    transform: translateY(0);
  }
}
.self_a table tbody th::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/arr_right_g.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .self_a table tbody th::after {
    width: 20px;
    height: 20px;
    transform: translateY(-50%) translateX(5px);
  }
}
.self_a table tbody td {
  border-top: 1px solid #d1d1d1;
}
.self_a .sub_text {
  line-height: 1.9em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .self_a .sub_text {
    padding: 0;
  }
}
.self_a .link_outer {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 1070px) {
  .self_a .link_outer {
    padding: 0;
    right: 0;
    left: 0;
    position: relative;
    gap: 10px;
    background: none;
  }
}
.self_a .link_outer.top {
  border-radius: 7px 7px 0 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .self_a .link_outer.top {
    border-radius: 5px;
  }
}
.self_a .link_outer.bottom {
  border-radius: 0 0 7px 7px;
  bottom: 10px;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .self_a .link_outer.bottom {
    border-radius: 5px;
  }
}
.self_a .link_box a {
  display: block;
  background: #fff;
  padding: 10px 50px 11px 25px;
  border-radius: 100px;
  border: 3px solid #e5cdb4;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: 0.25s;
}
@media screen and (max-width: 1070px) {
  .self_a .link_box a {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .self_a .link_box a {
    font-size: 3.9vw;
    padding: 10px 20px 11px 10px;
    border-radius: 10px;
    letter-spacing: 0;
  }
}
.self_a .link_box a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  background: #ec781a url(../image/arrow_mini_w.svg) no-repeat center;
  background-size: 35%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .self_a .link_box a::after {
    width: 20px;
    height: 20px;
    right: -10px;
  }
}
.self_a .link_box a.btn_orange {
  background: #ec781a;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 4em;
}
@media screen and (max-width: 1070px) {
  .self_a .link_box a.btn_orange {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.self_a .link_box a.btn_orange strong {
  white-space: nowrap;
}
.self_a .link_box a.btn_orange::after {
  background: #fff url(../image/arrow_mini_o.svg) no-repeat center;
  background-size: 35%;
}
@media screen and (max-width: 767px) {
  .self_a .link_box a.btn_orange::after {
    border: 1px solid #f09144;
  }
}
.self_a .link_box a.btn_orange:hover {
  background: #ff8018;
  border-color: #ff9239;
}
.self_a .link_box a.btn_new {
  padding-left: 63px;
}
@media screen and (max-width: 767px) {
  .self_a .link_box a.btn_new {
    padding: 35px 20px 11px 10px;
  }
}
.self_a .link_box a.btn_new::before {
  content: "NEW";
  font-family: "Outfit";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  font-size: 13px;
  color: #ec781a;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .self_a .link_box a.btn_new::before {
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 5px 10px;
    top: 7px;
    transform: translateY(0);
  }
}
.self_a .link_box a:hover {
  background: #ec781a;
  color: #fff;
  border-color: #fff;
}
.self_a .link_box a:hover::after {
  right: 3px;
}
.self_a .link_box a > span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .self_a .link_box a > span {
    font-size: 3vw;
  }
}

.list_check li {
  position: relative;
  padding: 12px 10px 13px 35px;
  border-bottom: 1px solid #a5b6c2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .list_check li {
    font-size: 4vw;
    padding: 12px 0 13px 30px;
  }
}
.list_check li span {
  font-weight: 600;
}
.list_check li::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 19px;
  background: url(../image/icon_check.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .list_check li::before {
    width: 22px;
    height: 22px;
    top: 13px;
  }
}
.list_check.green li::before {
  background: url(../image/icon_check_g.svg) no-repeat center;
}
.list_check.green li span.marker {
  background: linear-gradient(transparent 65%, #e5eeb0 65%);
}

span.marker {
  background: linear-gradient(transparent 65%, #ffe2ac 65%);
}

.bg_recruit_round {
  background: url(../image/bg_check.png) center top #fff;
  border-radius: 300px 300px 0 0;
  padding: 150px 0 50px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .bg_recruit_round {
    border-radius: 200px 200px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .bg_recruit_round {
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bg_recruit_round {
    border-radius: 50px 50px 0 0;
    background-size: 25%;
    padding: 75px 0 50px;
  }
}
.bg_recruit_round.round0 {
  border-radius: 0;
}
.bg_recruit_round.info_page {
  padding: 100px 0 100px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .bg_recruit_round.info_page {
    padding: 60px 0 50px;
    margin-top: 100px;
  }
}
.bg_recruit_round.info_page .recruit_midashi {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bg_recruit_round.info_page .recruit_midashi {
    padding-bottom: 30px;
  }
}
.bg_recruit_round.info_page .recruit_midashi h3.eng {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .bg_recruit_round.info_page .recruit_midashi h3.eng {
    font-size: 6vw;
  }
}

.index_fv .title_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .index_fv .title_wrap {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .index_fv .title_wrap {
    margin-bottom: 40px;
  }
}
.index_fv .title_wrap h1 {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 600;
  color: #009865;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .index_fv .title_wrap h1 {
    font-size: 6.3vw;
    text-align: center;
    width: 100%;
    white-space: wrap;
    padding-top: 10px;
  }
}
.index_fv .title_wrap .line {
  height: 1px;
  background: #23a568;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .index_fv .title_wrap .line {
    display: none;
  }
}
.index_fv .title_wrap p {
  width: 35%;
  line-height: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .index_fv .title_wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index_fv .title_wrap p {
    font-size: 3.8vw;
  }
}
.index_fv .index_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 50px;
}
@media screen and (max-width: 1100px) {
  .index_fv .index_menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}
.index_fv .index_menu > .box {
  display: grid;
  grid-template-columns: subgrid;
}
.index_fv .index_menu > .box a {
  background: #fff;
  padding: 30px 30px 55px 35px;
  border-radius: 10px;
  display: block;
  position: relative;
  border-left: 4px solid #23a568;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .index_fv .index_menu > .box a {
    padding: 20px 20px 30px 30px;
  }
}
.index_fv .index_menu > .box a * {
  transition: 0.25s;
}
.index_fv .index_menu > .box a h2 {
  color: #009865;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .index_fv .index_menu > .box a h2 {
    font-size: 5vw;
    padding-bottom: 10px;
    padding-right: 10%;
  }
}
.index_fv .index_menu > .box a p {
  font-size: 17px;
  line-height: 1.9em;
  padding-right: 50%;
}
@media screen and (max-width: 767px) {
  .index_fv .index_menu > .box a p {
    padding-right: 0;
    font-size: 4vw;
    line-height: 1.8em;
  }
}
.index_fv .index_menu > .box a span.icon {
  position: absolute;
  width: 10%;
  right: -2%;
  z-index: 20;
  top: 0;
  transition: 0.25s;
}
@media screen and (max-width: 1100px) {
  .index_fv .index_menu > .box a span.icon {
    width: 8%;
    right: -1%;
  }
}
@media screen and (max-width: 767px) {
  .index_fv .index_menu > .box a span.icon {
    width: 15%;
  }
}
.index_fv .index_menu > .box a span.icon::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #d6e7ee url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
  transition: 0.25s;
  transform: translateY(-20%);
}
@media (max-width: 767px) {
  .index_fv .index_menu > .box a span.icon::after {
    transform: translateY(10%);
    box-shadow: 0 0 7px rgba(0, 72, 152, 0.2);
  }
}
.index_fv .index_menu > .box a .image_wrap {
  width: 43%;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 30px 0 10px 0;
}
@media screen and (max-width: 1100px) {
  .index_fv .index_menu > .box a .image_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .index_fv .index_menu > .box a .image_wrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
}
.index_fv .index_menu > .box a .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_fv .index_menu > .box a:hover {
  background: #23a568;
  border-color: #009865;
}
.index_fv .index_menu > .box a:hover * {
  color: #fff;
}
.index_fv .index_menu > .box a:hover span.icon {
  right: -4%;
}
@media screen and (max-width: 1100px) {
  .index_fv .index_menu > .box a:hover span.icon {
    right: -2%;
  }
}
.index_fv .index_menu > .box a:hover span.icon::after {
  background: #ffffff url(../image/arrow_mini_b.svg) no-repeat center;
  background-size: 13px 13px;
}
.index_fv .index_menu > .box a:hover .image_wrap img {
  opacity: 1;
  transform: scale(1.07);
}

.n-smart {
  position: relative;
  margin-top: 100px;
  margin-bottom: 55px;
  background: #fff;
  border-radius: 10px;
  padding: 0 45px 45px 45px;
  border: 3px solid #23a568;
}
@media (max-width: 767px) {
  .n-smart {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .n-smart {
    margin-bottom: 25px;
  }
}
.n-smart .title_wrap {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 25px 10px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  background: #23a568;
  font-weight: 600;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .n-smart .title_wrap {
    font-size: 4.3vw;
    padding: 7px 15px 8px;
    margin-bottom: 0;
  }
}
.n-smart .title_wrap .sub {
  font-size: 0.8em;
}
.n-smart .title_sub_wrap {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  padding-left: 13px;
  position: relative;
  letter-spacing: 0.04em;
  color: #009865;
}
@media (max-width: 767px) {
  .n-smart .title_sub_wrap {
    font-size: 4.6vw;
  }
}
.n-smart .title_sub_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 3px;
  width: 5px;
  border-radius: 10px;
  background: #23a568;
}

.n-smart_info {
  display: flex;
  gap: 10px;
}
@media (max-width: 1130px) {
  .n-smart_info {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.n-smart_info .n-smart_base,
.n-smart_info .n-smart_option {
  background: #eef1f3;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1130px) {
  .n-smart_info .n-smart_base,
  .n-smart_info .n-smart_option {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_base,
  .n-smart_info .n-smart_option {
    padding: 15px;
  }
}
.n-smart_info .n-smart_base .inner,
.n-smart_info .n-smart_option .inner {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_base .inner,
  .n-smart_info .n-smart_option .inner {
    margin-bottom: 10px;
  }
}
.n-smart_info .n-smart_base .inner > span,
.n-smart_info .n-smart_option .inner > span {
  padding: 30px 30px 28px 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 200px;
  font-weight: 600;
}
@media (max-width: 1230px) {
  .n-smart_info .n-smart_base .inner > span,
  .n-smart_info .n-smart_option .inner > span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1130px) {
  .n-smart_info .n-smart_base .inner > span,
  .n-smart_info .n-smart_option .inner > span {
    padding: 13px 20px 13px 20px;
  }
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_base .inner > span,
  .n-smart_info .n-smart_option .inner > span {
    font-size: 4.2vw;
    padding: 10px 15px;
  }
  .n-smart_info .n-smart_base .inner > span br,
  .n-smart_info .n-smart_option .inner > span br {
    display: none;
  }
}
.n-smart_info .n-smart_base .inner {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_base .inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.n-smart_info .n-smart_base .inner > span {
  border: 3px solid #c2a791;
  background: #fff;
  color: #c55d0f;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_base .inner > span {
    border-width: 2px;
  }
}
.n-smart_info .n-smart_option .inner > span {
  border: 3px solid #c46517;
  background: #ec781a;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_option .inner > span {
    border-width: 2px;
  }
}
.n-smart_info .n-smart_option > .sub {
  font-weight: 500;
  font-size: 15px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_option > .sub {
    font-size: 3.6vw;
  }
}
.n-smart_info .n-smart_plus {
  padding: 50px 0;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #777;
}
@media (max-width: 1130px) {
  .n-smart_info .n-smart_plus {
    padding: 0;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_plus {
    font-size: 10vw;
  }
}
.n-smart_info .n-smart_menu {
  text-align: center;
}
.n-smart_info .n-smart_menu p.text {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_menu p.text {
    font-size: 4vw;
  }
}
.n-smart_info .n-smart_menu p.text span {
  font-size: 15px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_menu p.text span {
    font-size: 3.6vw;
  }
}
.n-smart_info .n-smart_menu p.sub {
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .n-smart_info .n-smart_menu p.sub {
    font-size: 3.6vw;
  }
}

.n-smart_list {
  display: flex;
  padding: 20px 0 0 0;
  align-items: center;
}
@media (max-width: 1030px) {
  .n-smart_list {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .n-smart_list {
    padding: 10px 0 0 0;
  }
}
.n-smart_list .image_wrap {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 1030px) {
  .n-smart_list .image_wrap {
    width: 300px;
    max-width: 60%;
    padding: 0;
  }
}
.n-smart_list .list_wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 1%;
}
@media (max-width: 1030px) {
  .n-smart_list .list_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-smart_list .list_wrap {
    gap: 5px;
  }
}
.n-smart_list .list_wrap > span {
  display: block;
  background: #f6f6f6;
  padding: 8px 14px 10px 42px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16.5px;
  position: relative;
}
@media (max-width: 767px) {
  .n-smart_list .list_wrap > span {
    font-size: 3.7vw;
    letter-spacing: 0;
    padding: 8px 10px 10px 30px;
  }
}
.n-smart_list .list_wrap > span::before {
  content: "";
  width: 23px;
  height: 23px;
  left: 10px;
  position: absolute;
  top: 10px;
  background: url(../image/icon_check_sq.svg) no-repeat center;
}
@media (max-width: 767px) {
  .n-smart_list .list_wrap > span::before {
    width: 18px;
    height: 18px;
    left: 6px;
  }
}
.n-smart_list .list_wrap > span span.sub {
  font-size: 0.85em;
  letter-spacing: 0;
}

.n-smart_end {
  text-align: center;
}
.n-smart_end p {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 20px;
}

.text_contents_wrap.bg_w {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 767px) {
  .text_contents_wrap.bg_w {
    padding: 20px;
  }
}
.text_contents_wrap .title_l {
  display: block;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
  color: #009865;
  padding-bottom: 15px;
  border-bottom: 3px double #23a568;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .text_contents_wrap .title_l {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
.text_contents_wrap .title_m {
  display: block;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 17px;
  position: relative;
  padding-left: 11px;
}
@media (max-width: 767px) {
  .text_contents_wrap .title_m {
    font-size: 4.6vw;
  }
}
.text_contents_wrap .title_m::before {
  content: "";
  width: 5px;
  height: 1em;
  background: #009865;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.text_contents_wrap * + .title_m {
  margin-top: 30px;
}
.text_contents_wrap .title_s {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #009865;
  padding-bottom: 5px;
}
.text_contents_wrap p {
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 15px;
}
.text_contents_wrap .box_table {
  margin-bottom: 30px;
}
.text_contents_wrap .box_table * {
  font-weight: 500;
}
.text_contents_wrap .box_table tbody th, .text_contents_wrap .box_table tbody td {
  vertical-align: middle;
}
.text_contents_wrap .box_table tbody th strong {
  display: block;
  font-size: 18px;
  color: #23a568;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .text_contents_wrap .box_table tbody th strong {
    font-size: 4.2vw;
  }
}
.text_contents_wrap .box_table tbody th p {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .text_contents_wrap .box_table tbody th p {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .text_contents_wrap .box_table tbody td {
    padding-top: 0;
    font-size: 4vw;
  }
}
.text_contents_wrap .box_table p {
  margin-bottom: 0;
}
.text_contents_wrap .text_lr {
  display: flex;
  align-items: center;
}
.text_contents_wrap .text_lr * {
  font-weight: 500;
}
.text_contents_wrap .text_lr dt {
  padding-right: 15px;
}
.text_contents_wrap .text_lr dd {
  padding-left: 15px;
  border-left: 1px solid #23a568;
}
.text_contents_wrap .btn_wrap {
  text-align: center;
  padding: 20px 0;
}
.text_contents_wrap .btn_wrap a {
  margin: 0 auto;
}

.bg_waku {
  background: #f6f6f6;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
}
.bg_waku p {
  margin-bottom: 0;
}

.contact_info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .contact_info_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.contact_info_wrap .contact_box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(20, 42, 102, 0.15);
  border: 3px solid #23a568;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 1100px) {
  .contact_info_wrap .contact_box {
    position: relative;
    padding: 40px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .contact_info_wrap .contact_box {
    padding: 25px 25px 30px 25px;
  }
}
.contact_info_wrap .contact_box .title_wrap {
  text-align: center;
}
@media (max-width: 900px) {
  .contact_info_wrap .contact_box .title_wrap {
    position: relative;
    z-index: 10;
  }
}
.contact_info_wrap .contact_box .title_wrap h2 {
  display: flex;
  align-items: center;
  height: 3.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  color: #009865;
}
@media (max-width: 1100px) {
  .contact_info_wrap .contact_box .title_wrap h2 {
    font-size: 22px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contact_info_wrap .contact_box .title_wrap h2 {
    font-size: 4.8vw;
    padding: 6px 20px 8px;
    margin-bottom: 15px;
  }
}
.contact_info_wrap .contact_box .title_wrap h2::before, .contact_info_wrap .contact_box .title_wrap h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  border: 4px solid #23a568;
}
.contact_info_wrap .contact_box .title_wrap h2::before {
  left: 0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.contact_info_wrap .contact_box .title_wrap h2::after {
  right: 0;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.contact_info_wrap .contact_box .image_wrap {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .contact_info_wrap .contact_box .image_wrap {
    padding-bottom: 15px;
  }
}
.contact_info_wrap .contact_box .image_wrap img {
  border-radius: 10px;
}
.contact_info_wrap .contact_box > p {
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.contact_info_wrap .contact_box .btns {
  padding: 30px 15px 0;
}
@media (max-width: 1100px) {
  .contact_info_wrap .contact_box .btns {
    padding: 30px 0 0;
  }
}
.contact_info_wrap .contact_box .btns .btn_link + .btn_link {
  margin-top: 10px;
}
.contact_info_wrap .contact_box .btns .btn_link {
  border-radius: 100px;
}
@media (max-width: 1100px) {
  .contact_info_wrap .contact_box .btns .btn_link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact_info_wrap .contact_box .btns .btn_link {
    font-size: 4.5vw;
    min-height: auto;
  }
}

.kakko_title {
  text-align: center;
  margin-bottom: 40px;
}
.kakko_title h1 {
  display: inline-block;
  padding: 9px 25px 10px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .kakko_title h1 {
    font-size: 4.8vw;
    padding: 6px 20px 8px;
  }
}
.kakko_title h1::before, .kakko_title h1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  border: 3px solid #23a568;
}
.kakko_title h1::before {
  left: 0;
  border-right: 0;
}
.kakko_title h1::after {
  right: 0;
  border-left: 0;
}
.kakko_title h1.kakko_w::before, .kakko_title h1.kakko_w::after {
  border-color: #fff;
}
.kakko_title p {
  padding-top: 30px;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}

.text_page_outer {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 767px) {
  .text_page_outer {
    padding: 20px;
    border-radius: 10px;
  }
}
.text_page_outer .inner_wrap + .inner_wrap {
  margin-top: 50px;
}
.text_page_outer .inner_wrap * + .text_page_title {
  margin-top: 50px;
}
.text_page_outer .inner_wrap .text_page_title {
  font-size: 19px;
  padding: 10px 15px 10px 26px;
  border-radius: 5px;
  background: #f3f4f5;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .text_page_outer .inner_wrap .text_page_title {
    font-size: 4.5vw;
  }
}
.text_page_outer .inner_wrap .text_page_title::before {
  content: "";
  width: 5px;
  border-radius: 10px;
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 10px;
  background: #23a568;
}
.text_page_outer .inner_wrap * + .text_page_title_sub {
  margin-top: 25px;
}
.text_page_outer .inner_wrap h3.text_page_title_sub {
  font-size: 18px;
  margin-bottom: 10px;
  color: #23a568;
}
.text_page_outer .inner_wrap h4.text_page_title_sub {
  font-size: 17px;
  margin-bottom: 10px;
}
.text_page_outer .inner_wrap p {
  line-height: 1.8em;
}
.text_page_outer .inner_wrap p + p,
.text_page_outer .inner_wrap p + ul,
.text_page_outer .inner_wrap ul + p {
  margin-top: 20px;
}
.text_page_outer .inner_wrap .text_page_bg {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
  margin: 15px 0;
}
.text_page_outer .inner_wrap .text_page_bg p + p {
  margin-top: 10px;
}
.text_page_outer .iso_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .text_page_outer .iso_box {
    flex-direction: column;
    gap: 10px;
  }
}
.text_page_outer .iso_box .image_wrap {
  width: 30%;
  text-align: center;
}
@media (max-width: 767px) {
  .text_page_outer .iso_box .image_wrap {
    width: 100%;
  }
}
.text_page_outer .iso_box .image_wrap span {
  font-size: 13px;
  display: block;
  padding: 5px 0 0 0;
}
.text_page_outer .iso_box .text_wrap {
  width: 70%;
}
@media (max-width: 767px) {
  .text_page_outer .iso_box .text_wrap {
    width: 100%;
  }
}
.text_page_outer .iso_box .text_wrap h3 {
  padding-bottom: 10px;
}

@media screen and (max-width: 1500px) {
  .wrap.no_side {
    max-width: 100%;
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1260px) {
  .wrap.no_side {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap.no_side {
    max-width: 90%;
    width: 92%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.nweb_info {
  line-height: 1.8em;
}

.contact_box .title_wrap + .btns {
  padding-top: 10px;
}
.contact_box .title_wrap h2.mini {
  height: 2.5em;
  width: 100%;
  justify-content: center;
  background: #eef1f3;
}
.contact_box .title_wrap h2.mini::before, .contact_box .title_wrap h2.mini::after {
  border-width: 3px;
}
.contact_box .btns p {
  padding-top: 10px;
}
.contact_box .btns + p {
  padding-top: 20px;
}
.contact_box .btns .btn_link.mini {
  width: -moz-fit-content;
  width: fit-content;
  min-height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact_box .btns .btn_link.mini {
    min-width: 80%;
  }
}

.recruit_fv {
  position: relative;
  background: #222;
  margin-bottom: 130px;
}
.recruit_fv.mb0 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recruit_fv {
    margin-bottom: 10vh;
  }
}
.recruit_fv .image_wrap {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recruit_fv .image_wrap .box {
  position: relative;
  height: 80vh;
}
@media (max-width: 1600px) {
  .recruit_fv .image_wrap .box {
    height: auto;
    padding-top: 140%;
  }
}
.recruit_fv .image_wrap .box img {
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .recruit_fv .image_wrap .box img {
    opacity: 1;
  }
}
.recruit_fv .text_wrap {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .recruit_fv .text_wrap {
    position: relative;
    background: #009865;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .recruit_fv .text_wrap {
    padding: 35px 5%;
  }
}
.recruit_fv .text_wrap * {
  color: #fff;
}
.recruit_fv .text_wrap .inner {
  width: 100%;
}
.recruit_fv .text_wrap h2 {
  font-size: 48px;
  line-height: 1.3em;
  text-shadow: 1px 1px 0px rgba(62, 70, 80, 0.8), 0px 0px 10px rgba(62, 70, 80, 0.8), 0px 0px 10px rgba(62, 70, 80, 0.8), 1px 1px 0px rgba(62, 70, 80, 0.8), 0px 0px 10px rgba(62, 70, 80, 0.8), 0px 0px 10px rgba(62, 70, 80, 0.8);
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .recruit_fv .text_wrap h2 {
    text-shadow: none;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .recruit_fv .text_wrap h2 {
    font-size: 6.5vw;
    line-height: 1.45em;
  }
}
.recruit_fv .text_wrap h2 span {
  margin-right: -0.7em;
  display: inline-block;
}

.recruit_fv .page_name,
.recruit_fv_text .page_name,
.recruit_fv_info .page_name {
  display: flex;
  align-items: center;
  gap: 5px 0;
  margin: 0 auto 13px;
  flex-wrap: wrap;
  padding-right: 23px;
  border-radius: 100px;
  background: #23a568;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.25s;
  padding: 5px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .recruit_fv .page_name,
  .recruit_fv_text .page_name,
  .recruit_fv_info .page_name {
    padding: 3px;
  }
}
.recruit_fv .page_name strong,
.recruit_fv_text .page_name strong,
.recruit_fv_info .page_name strong {
  background: #f4f5f5;
  padding: 7px 20px 10px 22px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 1.3em;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .recruit_fv .page_name strong,
  .recruit_fv_text .page_name strong,
  .recruit_fv_info .page_name strong {
    font-size: 4.6vw;
    padding: 5px 20px 7px 22px;
    letter-spacing: 0.1em;
  }
}
.recruit_fv .page_name h1,
.recruit_fv_text .page_name h1,
.recruit_fv_info .page_name h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .recruit_fv .page_name h1,
  .recruit_fv_text .page_name h1,
  .recruit_fv_info .page_name h1 {
    font-size: 4.6vw;
    letter-spacing: 0.1em;
  }
}

.recruit_fv_bgimage {
  position: relative;
}
@media (max-width: 767px) {
  .recruit_fv_bgimage {
    margin-bottom: 20px;
  }
}
.recruit_fv_bgimage .image_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
}
@media (max-width: 767px) {
  .recruit_fv_bgimage .image_wrap {
    height: 100%;
    padding-top: 115%;
  }
}
.recruit_fv_bgimage .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 38%;
     object-position: 50% 38%;
}
@media (max-width: 767px) {
  .recruit_fv_bgimage .image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}
.recruit_fv_bgimage .image_wrap::before {
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  position: absolute;
  bottom: -1px;
  z-index: 5;
  background: linear-gradient(180deg, rgba(238, 241, 243, 0) 0%, rgb(238, 241, 243) 95%);
}
@media (max-width: 767px) {
  .recruit_fv_bgimage .image_wrap::before {
    height: 20px;
  }
}
.recruit_fv_bgimage .recruit_fv_text h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.recruit_fv_bgimage .recruit_fv_text .section_info {
  padding: 50px 0 0 0;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.recruit_fv_bgimage .recruit_fv_text .section_info p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.z100 {
  z-index: 100;
  position: relative;
}

.recruit_fv_text {
  padding: 180px 5%;
  position: relative;
}
@media (max-width: 767px) {
  .recruit_fv_text {
    padding: 70px 5%;
  }
}
.recruit_fv_text h2 {
  text-align: center;
  text-shadow: none;
  line-height: 1.5em;
  font-size: 40px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .recruit_fv_text h2 {
    font-size: 6.5vw;
    font-weight: 600;
  }
}

.recruit_midashi {
  padding: 0 10px 60px;
  text-align: center;
}
@media (max-width: 1100px) {
  .recruit_midashi {
    padding: 0 10px 50px;
  }
}
@media (max-width: 767px) {
  .recruit_midashi {
    padding: 0 10px 30px;
  }
}
.recruit_midashi h3 {
  font-size: 35px;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  padding: 7px 30px 10px 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .recruit_midashi h3 {
    letter-spacing: 0.1em;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruit_midashi h3 {
    font-size: 5.7vw;
    padding: 5px 15px 8px 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
.recruit_midashi h3::before, .recruit_midashi h3::after {
  content: "";
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 2px solid #23a568;
}
@media (max-width: 767px) {
  .recruit_midashi h3::before, .recruit_midashi h3::after {
    width: 15px;
  }
}
.recruit_midashi h3::before {
  left: 0;
  border-right: 0;
}
.recruit_midashi h3::after {
  right: 0;
  border-left: 0;
}
.recruit_midashi h3.eng {
  color: #23a568;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .recruit_midashi h3.eng {
    font-size: 5.7vw;
  }
}
.recruit_midashi p {
  padding-top: 40px;
  text-align: center;
  line-height: 2.1em;
}
@media (max-width: 767px) {
  .recruit_midashi p {
    padding-top: 25px;
    text-align: left;
    line-height: 1.9em;
  }
}

.rec_full_wrap {
  position: relative;
  padding: 40px 0;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .rec_full_wrap {
    padding: 0;
    margin-bottom: 70px;
  }
}
.rec_full_wrap .wrap.w1300 {
  width: 1300px;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .rec_full_wrap .wrap.w1300 {
    width: 1300px;
    max-width: 92%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.rec_full_wrap .wrap.fit {
  width: -moz-fit-content;
  width: fit-content;
}
.rec_full_wrap .recruit_info_q {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #23a568;
  color: #fff;
  padding: 7px 15px 9px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .rec_full_wrap .recruit_info_q {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.rec_full_wrap .recruit_info_q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #23a568 transparent transparent;
  translate: -50% 100%;
  transform: skew(40deg);
  transform-origin: top;
}
.rec_full_wrap .text_wrap {
  padding-right: 51%;
}
@media (max-width: 1100px) {
  .rec_full_wrap .text_wrap {
    padding-right: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap {
    padding-bottom: 50px;
  }
}
.rec_full_wrap .text_wrap.wide {
  padding-right: 45%;
}
@media (max-width: 1100px) {
  .rec_full_wrap .text_wrap.wide {
    padding-right: 0;
  }
}
.rec_full_wrap .text_wrap.full {
  padding-right: 0;
}
.rec_full_wrap .text_wrap h4 {
  font-size: 30px;
  line-height: 1.55em;
  margin-bottom: 20px;
}
.rec_full_wrap .text_wrap h4.q {
  font-size: 25px;
  position: relative;
  padding-left: 1.55em;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap h4.q {
    text-align: left;
    font-size: 4.8vw;
  }
}
.rec_full_wrap .text_wrap h4.q::before {
  content: "Q.";
  font-family: "Outfit";
  color: #23a568;
  font-weight: 600;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap h4 {
    font-size: 4.7vw;
    margin-bottom: 15px;
    font-weight: 600;
    color: #009865;
    text-align: center;
  }
}
.rec_full_wrap .text_wrap p {
  line-height: 2.2em;
}
@media (max-width: 1300px) {
  .rec_full_wrap .text_wrap p {
    line-height: 2em;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p {
    line-height: 1.8em;
  }
}
.rec_full_wrap .text_wrap p.a {
  line-height: 2.1em;
  padding-left: 2.2em;
}
@media (max-width: 1300px) {
  .rec_full_wrap .text_wrap p.a {
    line-height: 2em;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p.a {
    line-height: 1.8em;
    padding-left: 2em;
  }
}
.rec_full_wrap .text_wrap p.icon {
  padding-top: 8px;
  padding-left: 100px;
  position: relative;
  line-height: 2em;
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p.icon {
    padding-left: 90px;
  }
}
.rec_full_wrap .text_wrap p.icon + .icon {
  margin-top: 25px;
}
.rec_full_wrap .text_wrap p.icon .icon_wrap {
  position: absolute;
  width: 75px;
  left: 0;
  top: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #23a568;
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p.icon .icon_wrap {
    width: 65px;
  }
}
.rec_full_wrap .text_wrap p.icon .icon_wrap img {
  border-radius: 50%;
}
.rec_full_wrap .text_wrap p.icon .icon_wrap .icon_name {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p.icon .icon_wrap .icon_name {
    font-size: 3.7vw;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap .text_wrap p {
    line-height: 1.8em;
    font-size: 3.8vw;
  }
}
.rec_full_wrap .text_wrap p + h4 {
  margin-top: 35px;
}
.rec_full_wrap .image_wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 43%;
  margin-left: auto;
  background: #888;
  max-height: 700px;
}
@media (max-width: 1400px) {
  .rec_full_wrap .image_wrap {
    max-height: 600px;
  }
}
@media (max-width: 1100px) {
  .rec_full_wrap .image_wrap {
    position: relative;
    width: 100%;
    padding-top: 55%;
  }
}
.rec_full_wrap .image_wrap.round {
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rec_full_wrap .image_wrap.round {
    border-radius: 30px;
  }
}
.rec_full_wrap .image_wrap.slim {
  width: 28%;
  right: 8%;
  border-radius: 50px;
  max-height: 650px;
}
@media (max-width: 1400px) {
  .rec_full_wrap .image_wrap.slim {
    max-height: 600px;
  }
}
@media (max-width: 1100px) {
  .rec_full_wrap .image_wrap.slim {
    width: 50%;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap .image_wrap.slim {
    border-radius: 30px;
    max-height: none;
    padding: 0;
  }
  .rec_full_wrap .image_wrap.slim img {
    position: relative;
  }
}
.rec_full_wrap .image_wrap span.sub {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px 7px;
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
  z-index: 10;
}
.rec_full_wrap .image_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
.rec_full_wrap .image_wrap img.r {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
.rec_full_wrap .image_wrap img.c {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.rec_full_wrap.reverse .text_wrap {
  padding: 0 0 0 51%;
}
@media (max-width: 1100px) {
  .rec_full_wrap.reverse .text_wrap {
    padding: 0;
    padding-bottom: 80px;
  }
}
.rec_full_wrap.reverse .text_wrap.wide {
  padding: 0 0 0 45%;
}
@media (max-width: 1100px) {
  .rec_full_wrap.reverse .text_wrap.wide {
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.rec_full_wrap.reverse .image_wrap {
  margin-left: 0;
  right: auto;
  left: 0;
}
.rec_full_wrap.reverse .image_wrap.round {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rec_full_wrap.reverse .image_wrap.round {
    border-radius: 30px;
  }
}
.rec_full_wrap.reverse .image_wrap.slim {
  width: 28%;
  right: auto;
  left: 8%;
  border-radius: 50px;
  max-height: 650px;
}
@media (max-width: 1100px) {
  .rec_full_wrap.reverse .image_wrap.slim {
    width: 50%;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .rec_full_wrap.reverse .image_wrap.slim {
    border-radius: 30px;
    max-height: auto;
  }
}

.rec_image_wrap .wrap.w1100 {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .rec_image_wrap .wrap.w1100 {
    width: 1100px;
    max-width: 92%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.rec_image_wrap .image_wrap {
  height: 600px;
  background: #888;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .rec_image_wrap .image_wrap {
    height: auto;
    padding-top: 55%;
  }
}
@media (max-width: 767px) {
  .rec_image_wrap .image_wrap {
    margin-bottom: 30px;
  }
}
.rec_image_wrap .image_wrap img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .rec_image_wrap .image_wrap img {
    position: absolute;
  }
}
.rec_image_wrap .image_wrap img.mid {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.rec_image_wrap .text_wrap h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rec_image_wrap .text_wrap h4 {
    font-size: 5.2vw;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.rec_image_wrap .text_wrap p {
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .rec_image_wrap .text_wrap p {
    line-height: 1.8em;
  }
}

.recruit_btn {
  text-align: center;
  padding: 120px 0 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 15px;
}
@media screen and (max-width: 767px) {
  .recruit_btn {
    gap: 10px 15px;
    padding: 70px 0 100px 0;
  }
  .recruit_btn.btn_wrap.w_arr {
    width: 100%;
  }
  .recruit_btn.btn_wrap.w_arr a {
    width: 100%;
    justify-content: center;
    padding: 5px 50px 5px;
  }
}

.entry_link {
  background: #23a568;
  padding: 20px;
}
.entry_link > a {
  display: block;
  text-align: center;
  padding: 135px 0;
  transition: 0.25s;
  border: 4px double #23a568;
}
@media screen and (max-width: 767px) {
  .entry_link > a {
    padding: 70px 0;
  }
}
.entry_link > a span {
  color: #fff;
  display: block;
}
.entry_link > a span.eng {
  font-size: 50px;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .entry_link > a span.eng {
    font-size: 8vw;
  }
}
.entry_link > a span.text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .entry_link > a span.text {
    font-size: 4.2vw;
  }
}
.entry_link > a:hover {
  border: 4px double rgba(255, 255, 255, 0.5);
}
.entry_link > a:hover span.eng {
  letter-spacing: 0.25em;
  padding-left: 0.25em;
}

.rec_schedule {
  width: 900px;
  max-width: 92%;
  margin: 0 auto;
}
.rec_schedule .recruit_info_q {
  margin: 0 auto 40px;
  text-align: center;
  min-width: 50%;
  padding: 10px 15px 11px;
}
@media screen and (max-width: 767px) {
  .rec_schedule .recruit_info_q {
    margin-bottom: 20px;
  }
}
.rec_schedule .schedule_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .rec_schedule .schedule_wrap {
    gap: 20px;
  }
}
.rec_schedule .schedule_wrap::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 12.5%;
  width: 2px;
  background: #6f9ab7;
}
.rec_schedule .schedule_wrap .box {
  display: flex;
  position: relative;
  z-index: 10;
}
.rec_schedule .schedule_wrap .box .time {
  width: 25%;
  text-align: center;
}
.rec_schedule .schedule_wrap .box .time span {
  display: flex;
  width: 100%;
  height: 70px;
  background: #fff;
  color: #009865;
  border: 2px solid #6fb7a7;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .rec_schedule .schedule_wrap .box .time span {
    font-size: 4.5vw;
    height: 3.5em;
  }
}
.rec_schedule .schedule_wrap .box .text_wrap {
  width: 75%;
  padding: 20px 0 0 30px;
}
.rec_schedule .schedule_wrap .box .text_wrap .box_title {
  font-weight: 600;
  color: #009865;
  line-height: 1.55em;
  padding-bottom: 5px;
}

.interview_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 110px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .interview_list {
    gap: 90px 50px;
  }
}
@media screen and (max-width: 767px) {
  .interview_list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}
.interview_list.info_page .box a .image_wrap .inner {
  padding-top: 100%;
}
.interview_list .box a {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  height: 100%;
}
.interview_list .box a:hover .image_wrap {
  box-shadow: 0 0 8px #13ffa5;
}
.interview_list .box a:hover .image_wrap img {
  transform: scale(1.03);
  opacity: 1;
}
.interview_list .box a:hover .image_wrap::after {
  right: 0;
  background: url(../image/arr_right.svg) no-repeat center #1dc08f;
  background-size: 40%;
}
.interview_list .box a .image_wrap {
  background: linear-gradient(134deg, rgb(70, 175, 118) 0%, rgb(10, 185, 147) 100%);
  position: relative;
  border-radius: 1000px;
  z-index: 10;
  padding: 13px;
  transition: 0.25s;
}
@media screen and (max-width: 1200px) {
  .interview_list .box a .image_wrap {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .interview_list .box a .image_wrap {
    width: 60%;
    padding: 8px;
  }
}
.interview_list .box a .image_wrap .inner {
  border-radius: 1000px;
  overflow: hidden;
  position: relative;
  padding-top: 127%;
}
@media screen and (max-width: 767px) {
  .interview_list .box a .image_wrap .inner {
    padding-top: 100%;
  }
}
.interview_list .box a .image_wrap .inner > img {
  transition: 0.25s;
  border-radius: 1000px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.interview_list .box a .image_wrap::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../image/arr_right.svg) no-repeat center #44b493;
  background-size: 40%;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 30;
  border-radius: 50%;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .interview_list .box a .image_wrap::after {
    width: 50px;
    height: 50px;
  }
}
.interview_list .box a .text_wrap {
  background: #eef1f3;
  border-radius: 20px;
  padding: 25px;
  margin-top: -12px;
  flex-grow: 1;
}
.interview_list .box a .text_wrap .staff_name {
  margin-bottom: 12px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #c6cdd1;
}
.interview_list .box a .text_wrap .staff_name span {
  display: block;
  font-weight: 500;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .interview_list .box a .text_wrap .staff_name span {
    font-size: 4vw;
  }
}
.interview_list .box a .text_wrap .staff_name strong {
  font-size: 21px;
  font-weight: 600;
  display: block;
  padding: 5px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .interview_list .box a .text_wrap .staff_name strong {
    font-size: 4.4vw;
  }
}
.interview_list .box a .text_wrap p {
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .interview_list .box a .text_wrap p {
    font-size: 4vw;
  }
}

.recruit_fv_info {
  padding: 100px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_fv_info {
    padding: 50px 0 0;
  }
}
.recruit_fv_info .recruit_fv_title {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .recruit_fv_info .recruit_fv_title {
    margin-bottom: 20px;
  }
}
.recruit_fv_info .recruit_fv_title h1.eng {
  padding: 7px 30px 10px 33px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.recruit_fv_info .recruit_fv_title h1.eng::before, .recruit_fv_info .recruit_fv_title h1.eng::after {
  content: "";
  width: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 2px solid #23a568;
}
@media (max-width: 767px) {
  .recruit_fv_info .recruit_fv_title h1.eng::before, .recruit_fv_info .recruit_fv_title h1.eng::after {
    width: 15px;
  }
}
.recruit_fv_info .recruit_fv_title h1.eng::before {
  left: 0;
  border-right: 0;
}
.recruit_fv_info .recruit_fv_title h1.eng::after {
  right: 0;
  border-left: 0;
}
.recruit_fv_info .recruit_fv_title h1.eng.eng {
  color: #23a568;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .recruit_fv_info .recruit_fv_title h1.eng.eng {
    font-size: 5.7vw;
    padding: 5px 15px 8px 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
.recruit_fv_info .outer {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  background: #23a57a;
  overflow: hidden;
  box-shadow: 0 0 5px #b0bfcc;
  align-items: center;
}
@media (max-width: 1000px) {
  .recruit_fv_info .outer {
    flex-direction: column;
  }
}
.recruit_fv_info .outer .image_wrap {
  width: 35%;
  position: relative;
  margin-left: 10%;
  text-align: right;
}
@media (max-width: 1400px) {
  .recruit_fv_info .outer .image_wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .image_wrap {
    width: 60%;
  }
}
.recruit_fv_info .outer .image_wrap img {
  width: 100%;
  height: 100%;
  max-height: 630px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.recruit_fv_info .outer .text_wrap {
  width: 55%;
  padding: 40px 5% 40px 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1400px) {
  .recruit_fv_info .outer .text_wrap {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .recruit_fv_info .outer .text_wrap {
    width: 100%;
    padding: 40px 5%;
  }
}
.recruit_fv_info .outer .text_wrap * {
  color: #fff;
}
.recruit_fv_info .outer .text_wrap .inner {
  width: 100%;
}
.recruit_fv_info .outer .text_wrap .inner > h2 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b3d5cb;
  line-height: 1.65em;
  text-shadow: 1px 1px 2px rgba(35, 50, 63, 0.5);
}
@media (max-width: 1300px) {
  .recruit_fv_info .outer .text_wrap .inner > h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .inner > h2 {
    font-size: 6vw;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.recruit_fv_info .outer .text_wrap .inner span.sub {
  display: block;
  padding-bottom: 10px;
  margin-top: -5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .inner span.sub {
    font-size: 3.8vw;
  }
}
.recruit_fv_info .outer .text_wrap .inner > p {
  line-height: 2.2em;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .inner > p {
    line-height: 2em;
    font-size: 4vw;
    padding-bottom: 20px;
  }
}
.recruit_fv_info .outer .text_wrap .staff_info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_info {
    gap: 10px;
  }
}
.recruit_fv_info .outer .text_wrap .staff_info .job {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 12px 5px;
  border-radius: 5px;
  color: #445b6e;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_info .job {
    font-size: 4vw;
  }
}
.recruit_fv_info .outer .text_wrap .staff_info .year {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_info .year {
    font-size: 3.8vw;
  }
}
.recruit_fv_info .outer .text_wrap .staff_name > span {
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_name > span {
    font-size: 4.2vw;
  }
}
.recruit_fv_info .outer .text_wrap .staff_name strong {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_name strong {
    font-size: 6vw;
  }
}
.recruit_fv_info .outer .text_wrap .staff_name strong span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .recruit_fv_info .outer .text_wrap .staff_name strong span {
    font-size: 5vw;
  }
}

.job_wrap {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .job_wrap {
    padding: 25px 0;
  }
}
.job_wrap + .job_wrap {
  margin-top: 30px;
}
.job_wrap .inner {
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .job_wrap .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.job_wrap .inner .image_wrap {
  width: 50%;
}
@media (max-width: 1000px) {
  .job_wrap .inner .image_wrap {
    width: 100%;
    text-align: center;
    padding: 0 10%;
  }
}
.job_wrap .inner .image_wrap img {
  border-radius: 30px;
}
.job_wrap .inner .text_wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .job_wrap .inner .text_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.job_wrap p {
  line-height: 2em;
}
.job_wrap p + p {
  margin-top: 15px;
}
.job_wrap .list_num p {
  line-height: 1.6em;
}

.system_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 40px;
  margin-bottom: 180px;
}
@media (max-width: 1100px) {
  .system_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .system_wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }
}
.system_wrap .box {
  background: #fff;
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(36, 78, 126, 0.15);
  border: 5px solid #fafcfd;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}
.system_wrap .box:hover {
  border-color: #d7ece4;
}
.system_wrap .box:hover h3::after {
  background: url(../image/icon_plus.svg) no-repeat center #cceedd;
  background-size: 50%;
}
.system_wrap .box h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #23a568;
  border-bottom: 1px solid #d7dfe5;
  position: relative;
  padding-left: 31px;
}
@media (max-width: 767px) {
  .system_wrap .box h3 {
    font-size: 4.5vw;
  }
}
.system_wrap .box h3::before {
  content: "";
  width: 3em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #3abf9e;
}
.system_wrap .box h3::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../image/icon_plus.svg) no-repeat center #f3f3f3;
  background-size: 50%;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .system_wrap .box h3::after {
    top: 1px;
  }
}
.system_wrap .box p {
  line-height: 1.8em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .system_wrap .box p {
    font-size: 3.8vw;
  }
}
.system_wrap .box .image {
  padding-bottom: 15px;
  margin: 0 -10px;
}
.system_wrap .box .image img {
  border-radius: 10px;
}
.system_wrap .box .image_wrap {
  width: 85px;
  background: #23a568;
  border-radius: 20px 5px;
  position: absolute;
  right: 10px;
  top: -20px;
  box-shadow: 0 0 2px #23a568;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .system_wrap .box .image_wrap {
    width: 75px;
    top: -15px;
  }
}

.staff_data {
  margin-bottom: 180px;
  display: flex;
  gap: 5%;
}
@media (max-width: 1100px) {
  .staff_data {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .staff_data {
    margin-bottom: 100px;
  }
}
.staff_data .title_wrap {
  width: 25%;
}
@media (max-width: 1100px) {
  .staff_data .title_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .staff_data .title_wrap {
    text-align: center;
  }
}
.staff_data .title_wrap h4 {
  font-size: 35px;
  font-weight: 500;
  color: #009865;
}
@media (max-width: 767px) {
  .staff_data .title_wrap h4 {
    font-size: 6vw;
  }
}
.staff_data .title_wrap span.eng {
  letter-spacing: 0.1em;
}
.staff_data .data_wrap {
  width: 75%;
}
@media (max-width: 1100px) {
  .staff_data .data_wrap {
    width: 100%;
  }
}

.staff_data_list {
  display: grid;
  gap: 30px 25px;
  width: 100%;
}
.staff_data_list + .staff_data_list {
  margin-top: 25px;
}
.staff_data_list.c3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .staff_data_list.c3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .staff_data_list.c3 .box .image_wrap {
    padding: 10px 20%;
  }
}
@media (max-width: 767px) {
  .staff_data_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff_data_list .box h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .staff_data_list .box h5 {
    font-size: 4vw;
  }
}
.staff_data_list .box h5::before {
  content: "";
  width: 5px;
  top: 5px;
  left: 0;
  position: absolute;
  background: #23a568;
  height: 1.1em;
  border-radius: 10px;
}
.staff_data_list .box .image_wrap {
  text-align: center;
  padding: 15px 30px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1360px) {
  .staff_data_list .box .image_wrap {
    padding: 15px;
  }
}
.staff_data_list .box .image_wrap.c3 {
  display: grid;
  padding: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1360px) {
  .staff_data_list .box .image_wrap.c3 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap.c3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff_data_list .box .image_wrap.c3 .inner {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap.c3 .inner {
    padding: 5px 20%;
  }
}
.staff_data_list .box .image_wrap.c3 .inner + .inner {
  border-left: 1px solid #aaa;
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap.c3 .inner + .inner {
    border-left: 0;
    border-top: 1px solid #aaa;
  }
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap .table_outer {
    overflow: auto;
    max-width: 100%;
  }
}
.staff_data_list .box .image_wrap table {
  width: 100%;
  margin: 15px 0;
}
.staff_data_list .box .image_wrap table * {
  color: #009865;
  font-weight: 600;
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap table {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap table.f17 {
    font-size: 3vw;
  }
}
.staff_data_list .box .image_wrap table th,
.staff_data_list .box .image_wrap table td {
  padding: 15px 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .staff_data_list .box .image_wrap table th,
  .staff_data_list .box .image_wrap table td {
    padding: 5px;
    white-space: nowrap;
  }
}
.staff_data_list .box .image_wrap table thead tr {
  background: #eef1f3;
}
.staff_data_list .box .image_wrap table thead tr th {
  text-align: center;
  position: relative;
}
.staff_data_list .box .image_wrap table thead tr th + th::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #aaa;
}
.staff_data_list .box .image_wrap table tbody tr {
  border-top: 1px solid #aaa;
}
.staff_data_list .box .image_wrap table tbody tr th {
  font-weight: 500;
  text-align: left;
}
.staff_data_list .box .image_wrap table tbody tr td {
  text-align: right;
  position: relative;
}
.staff_data_list .box .image_wrap table tbody tr td::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #bbb;
}

.check_wrap {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px 60px;
  margin-bottom: 50px;
  box-shadow: 0 0 5px #d3dfe7;
}
@media (max-width: 900px) {
  .check_wrap {
    padding: 25px 5% 40px;
  }
}
.check_wrap form {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .check_wrap form {
    grid-template-columns: repeat(1, 1fr);
  }
}

.check_box input[type=checkbox] {
  display: none;
}
.check_box input[type=checkbox]:checked + label {
  background: #ffd8b8;
}
.check_box input[type=checkbox]:checked + label::before {
  opacity: 1;
}
.check_box label {
  cursor: pointer;
  padding: 15px 0 16px 43px;
  position: relative;
  display: block;
  transition: 0.25s;
  border-radius: 5px;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .check_box label {
    padding: 13px 0 14px 43px;
  }
}
.check_box label:hover {
  background: #f2f4f7;
}
.check_box label span {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .check_box label span {
    font-size: 4.1vw;
  }
}
.check_box label::after, .check_box label::before {
  content: "";
  position: absolute;
}
.check_box label::after {
  left: 5px;
  top: 19px;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  border: 3px solid #c3c7cd;
  border-radius: 0.2em;
  z-index: 100;
  background: #fff;
}
.check_box label::before {
  left: 16px;
  top: 15px;
  width: 10px;
  height: 20px;
  margin-left: 5px;
  border-right: 4px solid #23a568;
  border-bottom: 4px solid #23a568;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 150;
  transform: 0.25s;
}

.check_end {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 767px) {
  .check_end {
    flex-direction: column;
  }
  .check_end .box {
    padding: 0 8%;
  }
}

/* 投稿一覧（お知らせ）*/
.archive_outer .title_wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .archive_outer .title_wrap {
    gap: 0;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
  }
  .archive_outer .title_wrap * {
    line-height: 1;
  }
}
.archive_outer .title_wrap * {
  color: #009865;
}
.archive_outer .title_wrap span.eng {
  font-size: 53px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .archive_outer .title_wrap span.eng {
    font-size: 8vw;
  }
}
.archive_outer .title_wrap h3 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .archive_outer .title_wrap h3 {
    font-size: 5.8vw;
    padding-left: 15px;
    margin-left: 15px;
    font-weight: 400;
    border-left: 1px solid #2a6eb9;
  }
}

/* 投稿詳細（お知らせ）*/
.single_outer {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 767px) {
  .single_outer {
    padding: 20px;
    border-radius: 10px;
  }
}
.single_outer .title_wrap {
  font-size: 28px;
  padding: 15px 15px 16px 26px;
  border-radius: 5px;
  background: #f3f4f5;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .single_outer .title_wrap {
    font-size: 5.6vw;
    padding: 15px 15px 16px 24px;
  }
}
.single_outer .title_wrap::before {
  content: "";
  width: 5px;
  border-radius: 10px;
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 10px;
  background: #23a568;
}
@media (max-width: 767px) {
  .single_outer .title_wrap::before {
    left: 10px;
  }
}
.single_outer .title_wrap + * {
  margin-top: 0;
}
.single_outer p, .single_outer ol, .single_outer ul, .single_outer img, .single_outer table, .single_outer strong {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single_outer p, .single_outer ol, .single_outer ul, .single_outer img, .single_outer table, .single_outer strong {
    margin-top: 15px;
  }
}
.single_outer p {
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .single_outer p {
    font-size: 3.8vw;
  }
}
.single_outer p strong {
  display: inline-block;
  font-weight: 700;
  color: #009865;
  font-size: 1em;
}
@media (max-width: 767px) {
  .single_outer p strong {
    font-size: 3.8vw;
  }
}
.single_outer ol, .single_outer ul {
  line-height: 1.5;
  font-weight: 500;
}
.single_outer ol li, .single_outer ul li {
  font-size: 18px;
}
@media (max-width: 767px) {
  .single_outer ol li, .single_outer ul li {
    font-size: 4.2vw;
  }
}
.single_outer ul li {
  color: #23a568;
  padding-left: 1em;
  position: relative;
}
.single_outer ul li::before {
  position: absolute;
  color: #23a568;
  content: "・";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.single_outer ol li {
  list-style-position: inside;
  color: #23a568;
  position: relative;
  list-style-type: decimal;
}
.single_outer ol li::marker {
  width: 1em;
}
.single_outer ol.alph_u li {
  list-style-type: upper-alpha;
}
.single_outer ol.alph_l li {
  list-style-type: lower-alpha;
}
.single_outer ol.roman li {
  list-style-type: upper-roman;
}
.single_outer img {
  display: block;
  max-width: 100%;
}
.single_outer table th, .single_outer table td {
  padding: 10px;
  font-size: 17px;
  border: solid 1px #777;
}
@media (max-width: 767px) {
  .single_outer table th, .single_outer table td {
    font-size: 3.8vw;
  }
}
.single_outer table thead th {
  font-weight: 700;
  background-color: #d6ebf4;
}
.single_outer h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 0.5rem;
  margin-top: 25px;
  background: #f3f4f5;
  border-bottom: solid 3px #009865;
}
@media (max-width: 767px) {
  .single_outer h2 {
    font-size: 5.4vw;
  }
}
.single_outer h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-top: 25px;
  border-bottom: 6px double #23a568;
}
@media (max-width: 767px) {
  .single_outer h3 {
    font-size: 5.2vw;
  }
}
.single_outer h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 0.5rem 0;
  background-image: linear-gradient(90deg, #23a568 0 20%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .single_outer h4 {
    font-size: 5vw;
  }
}
.single_outer h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5rem 0;
  background: linear-gradient(transparent 95%, #23a568 95%);
  margin-top: 25px;
}
@media (max-width: 767px) {
  .single_outer h5 {
    font-size: 4.8vw;
  }
}
.single_outer h6 {
  font-size: 18px;
  color: #23a568;
  font-weight: bold;
  padding: 0.5rem;
  background: #f3f4f5;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .single_outer h6 {
    font-size: 4.5vw;
  }
}

/** CF7 **/
.wpcf7-list-item:first-child {
  margin: 0;
}

form.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

/* thanks */
.thanks_p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .thanks_p {
    text-align: left;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */