@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap");
/* reset
*********************************************************/
* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none !important;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@media screen and (max-width: 500px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}
figure {
  margin: 0;
}

/* common
*********************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  p {
    font-size: 1.5rem;
  }
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-danger {
  color: #a94442;
}

.wp-pagenavi {
  margin-top: 45px;
  padding: 20px 0;
  font-size: 1.6rem;
  overflow: hidden;
}

.wp-pagenavi.var01 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 33px;
  line-height: 33px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
}

.wp-pagenavi a {
  border: none;
  background: none;
  color: #333;
}

.wp-pagenavi span.pages {
  padding: 0 10px;
}

.wp-pagenavi span.current {
  border-color: #1F266E;
  background: #1F266E;
  color: #fff;
}

.bg-danger {
  padding: 5px;
  background-color: #f2dede;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[href^=tel]:hover {
  opacity: 1;
}

.wp-pagenavi a img {
  width: 10px;
  height: auto;
}

@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
.lazy {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.flickWrap {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    white-space: nowrap;
    overflow: auto;
  }
  .flickWrap::before {
    display: block;
    margin-bottom: 12px;
    color: #f55;
    font-size: 1.4rem;
    content: "*If the table is cut off, please scroll horizontally to view it.";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
/* Header
*********************************************************/
a.menu-trigger {
  display: none;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 33px;
  height: 33px;
  background: #1F266E;
  z-index: 600;
  border-radius: 999px;
}

@media screen and (max-width: 1000px) {
  a.menu-trigger {
    display: inline-block;
  }
  a.menu-trigger:hover {
    opacity: 1;
  }
  a.menu-trigger span {
    position: absolute;
    left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  a.menu-trigger span:nth-of-type(1) {
    top: 11px;
  }
  a.menu-trigger span:nth-of-type(2) {
    top: 48%;
  }
  a.menu-trigger span:nth-of-type(3) {
    bottom: 11px;
  }
  a.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-315deg);
    transform: translateY(5px) rotate(-315deg);
  }
  a.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  a.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(315deg);
    transform: translateY(-5px) rotate(315deg);
  }
}
/* GlobalNavi
*********************************************************/
.main__menu a {
  color: #333;
  font-size: 1.7rem;
  text-decoration: none;
}

@media screen and (min-width: 829px) {
  .main__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main__menu li + li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .main__menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    overflow: hidden;
    opacity: 0;
  }
  .main__menu .container {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0;
    overflow: auto;
  }
  .main__menu ul {
    display: block;
    position: absolute;
    right: -100vw;
    top: 50px;
    border: none;
    width: 100vw;
    padding-left: 0;
    padding-bottom: 200px;
    z-index: 110;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main__menu li,
  .main__menu li:first-of-type {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    border: none;
    border-bottom: 1px dotted #fff;
  }
  .main__menu li a,
  .main__menu li:first-of-type a {
    border: none;
  }
  .main__menu li a small,
  .main__menu li:first-of-type a small {
    display: none;
  }
  .main__menu li + li {
    margin-left: 0;
  }
  .main__menu li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
    color: #fff;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main__menu.active {
    display: block;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow-y: scroll;
  }
  .main__menu.active ul {
    right: 0;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1000px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
/* Breadcrumbs
*********************************************************/
.bread {
  margin-bottom: 35px;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.bread a {
  font-size: inherit;
}

@media screen and (max-width: 1000px) {
  .bread {
    height: auto;
    margin-bottom: 20px;
  }
}
/* Content
*********************************************************/
/* sidebar
*********************************************************/
/* Footer
*********************************************************/
.footer__copy {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}

.footer-nav li {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav a {
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .footer__copy {
    padding-bottom: 80px;
  }
  .footer-nav {
    margin: 0 -30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer-nav ul {
    display: block;
    margin: 0;
  }
  .footer-nav li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-nav li:nth-child(odd) {
    border-right: solid 1px #ccc;
  }
  .footer-nav li:nth-child(odd):last-child {
    border-right: none;
    width: 100%;
  }
  .footer-nav a {
    display: block;
    padding: 5px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    text-align: center;
  }
}
/* WP default
*********************************************************/
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  display: block;
  margin: auto;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.rtt {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}

.rtt img {
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 1000px) {
  .rtt {
    display: block;
  }
}
.over--left {
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

.over--right {
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .over--left, .over--right {
    margin: 0;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1230px;
  }
}
.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 52px;
  gap: 16px 24px;
}
.btn__area {
  padding-top: 50px;
  border-top: 1px solid #999;
}
.btn__front {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  width: 240px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1f266e;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 54px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
.btn__back {
  display: block;
  width: 380px;
  line-height: 52px;
  color: #1f266e;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #1f266e;
  border-radius: 54px;
}
.btn__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 32px;
}
.btn__ico, .btn__image {
  display: block;
  width: 100%;
  max-width: 26px;
  height: 100%;
  max-height: 26px;
}
@media screen and (max-width: 1000px) {
  .btn__ico, .btn__image {
    max-width: 20px;
    max-height: 20px;
  }
}


.only__pc, .only__mobile, .only__sp, .only__pc2 {
  display: none;
}

@media screen and (min-width: 1001px) {
  .only__pc {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .only__pc2 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .only__mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .only__sp {
    display: block;
  }
  .sp__left {
    text-align: left;
  }
}
.image_limit {
  display: block;
  max-width: 960px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table tbody,
table tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 828px) {
  table th,
  table td {
    display: block;
    width: 100%;
    border: none;
  }
}
/* pagenation */
.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  background: #d2d2d2;
  color: #333;
  text-decoration: none;
}

.pagination a:hover {
  background: #dc1d1e;
  color: #fff;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #dc1d1e;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .pagination {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .pagination span,
  .pagination a,
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*************************************************

CONTENTS

****************************************************/
/* Contact
*********************************************************/
.sect__contact .catch01 {
  margin-bottom: 44px;
  padding: 25px 25px 24px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1F266E), to(#24b9d7));
  background: -webkit-linear-gradient(left, #1F266E, #24b9d7);
  background: linear-gradient(to right, #1F266E, #24b9d7);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sect__contact .catch01 span {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
}
.sect__contact .catch01 span small {
  font-size: 2.7rem;
}

.sect__contact .catch01 span + span {
  margin-left: 30px;
}

.sect__contact h2 {
  font-size: 2rem;
}

.sect__contact .mw_wp_form_confirm .check-agree {
  display: none;
}

.sect__contact .text01 + .text01 {
  margin-top: 20px;
}

@media screen and (min-width: 829px) and (max-width: 1200px) {
  .sect__contact table table,
  .sect__contact table table tbody,
  .sect__contact table table tr,
  .sect__contact table table th,
  .sect__contact table table td {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 828px) {
  .sect__contact .catch01 span {
    font-size: 2rem;
    display: block;
  }
  .sect__contact .catch01 span small {
    font-size: 1.8rem;
  }
  .sect__contact .catch01 span + span {
    margin: 0;
    padding-left: 0;
  }
  .sect__contact .catch01 br {
    display: none;
  }
  .sect__contact h2 {
    font-size: 2rem;
  }
  .sect__contact .mw_wp_form_confirm .wrap-form {
    padding: 10px 10px 40px;
  }
  .sect__contact .check-agree {
    text-align: left;
  }
  .sect__contact .check-agree .agree-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .sect__contact .mwform-radio-field {
    display: block;
  }
}
.mw_wp_form {
  padding: 80px 80px 0;
}

.mw_wp_form_complete {
  padding: 0;
}

.mw_wp_form li {
  display: inline-block;
}

.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  border: none;
  background: none;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
}

@media screen and (min-width: 1001px) {
  .mw_wp_form td.add_td {
    padding-top: 25px;
  }
  .confirm .mw_wp_form td.add_td {
    padding: 15px;
  }
}
.mw_wp_form th {
  position: relative;
  width: 250px;
  padding-top: 29px;
  padding-bottom: 0;
  color: #333;
  vertical-align: top;
}

.mw_wp_form th span {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 25px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.mw_wp_form th span.required {
  background: #c50000;
}

.mw_wp_form th span.any {
  background: #999;
}

.mw_wp_form label {
  font-weight: 500;
}

.mw_wp_form table {
  width: 100%;
  border: none;
  margin: 0;
}

.mw_wp_form table table th,
.mw_wp_form table table td {
  border: none;
  background: none;
}

.mw_wp_form table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form table table td {
  padding: 15px 0;
}

.mw_wp_form table table tr:first-child th,
.mw_wp_form table table tr:first-child td {
  padding-top: 0;
}

.mw_wp_form table table tr:last-child th,
.mw_wp_form table table tr:last-child td {
  padding-bottom: 0;
}

.mw_wp_form.mw_wp_form_confirm table th {
  padding: 15px;
}

.mw_wp_form.mw_wp_form_confirm table th span.required, .mw_wp_form.mw_wp_form_confirm table th span.any {
  top: 12px;
}

.mw_wp_form.mw_wp_form_confirm table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form .check-agree {
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

.mw_wp_form .check-agree a {
  text-decoration: underline;
}

.mw_wp_form .check-agree .agree-wrap {
  margin: 20px 0 40px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=number],
.mw_wp_form input[type=tel] {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  background: #fff;
}

.mw_wp_form input[type=text].var01,
.mw_wp_form input[type=email].var01, .mw_wp_form input[type=tel].var01 {
  max-width: 10em;
}

.mw_wp_form input[type=text].var02, .mw_wp_form input[type=number], .mw_wp_form input[type=text].var03, .mw_wp_form input[type=email].var02, .mw_wp_form input[type=email].var03, .mw_wp_form input[type=tel].var02, .mw_wp_form input[type=tel].var03 {
  max-width: 10em;
}

.mw_wp_form input[type=checkbox] {
  display: inline-block;
  margin-right: 0.5em;
}

.mw_wp_form input[type=checkbox] + label {
  display: inline-block;
  margin-bottom: 5px;
}

.mw_wp_form input[type=radio] {
  display: none;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 45px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 33px;
  height: 33px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form input,
.mw_wp_form input[type=button],
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=submit],
.mw_wp_form input[type=image],
.mw_wp_form textarea,
.mw_wp_form select {
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.mw_wp_form select {
  max-width: 20em;
  height: 48px;
  margin-right: 5px;
  padding: 0 45px 0 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}

.mw_wp_form select::-ms-expand {
  display: none;
}

.mw_wp_form textarea {
  max-width: 790px;
  width: 100%;
  height: 10em;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form .bg-danger {
  margin-top: 5px;
  padding: 10px;
}

.mw_wp_form .btnWrap01 {
  padding: 25px 0 0;
  overflow: hidden;
}

.mw_wp_form .btnWrap01 p {
  font-size: 1.4rem;
}

.mw_wp_form .check-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.mw_wp_form .check-flex > * {
  margin: 10px;
}

.mw_wp_form input[type=submit],
.mw_wp_form .btnWrap01 a,
.mw_wp_form .fm-modoru {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  line-height: 55px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #1F266E;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
}

.mw_wp_form input[type=submit]:hover,
.mw_wp_form .btnWrap01 a:hover,
.mw_wp_form .fm-modoru:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mw_wp_form .fm-modoru {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form a.btn01 {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form .wrap03 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.mw_wp_form .wrap03 p {
  padding: 15px;
  background: #ededed;
  font-size: 0.9rem;
}

.mw_wp_form .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}

.mw_wp_form .mwform-checkbox-field .mwform-checkbox-field-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 828px) {
  .mw_wp_form {
    padding: 10px;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table th {
    padding: 15px 15px 15px 60px;
    vertical-align: middle;
  }
  .mw_wp_form table th span.required, .mw_wp_form table th span.any {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 0;
    padding: 3px 10px;
  }
  .mw_wp_form table td {
    padding: 15px 0;
  }
  .mw_wp_form table td.var03 + br + input.var01 {
    margin-top: 20px;
  }
  .mw_wp_form input[type=file] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text].var01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .mw_wp_form.var02 {
    max-width: 6em;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .mw_wp_form .btnWrap01 {
    text-align: center;
  }
  .mw_wp_form input[type=submit],
  .mw_wp_form .btnWrap01 a,
  .mw_wp_form .fm-modoru {
    width: 100%;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .mw_wp_form.mw_wp_form_confirm table th {
    padding: 0 15px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 26px;
  }
  .mw_wp_form input[type=text].var02, .mw_wp_form input[type=text].var03, .mw_wp_form input[type=email].var02, .mw_wp_form input[type=email].var03, .mw_wp_form input[type=tel].var02, .mw_wp_form input[type=tel].var03 {
    max-width: 5em;
  }
}
.page__policy dt,
.page__policy dd {
  font-size: 1.6rem;
  margin-bottom: 45px;
}

.page__policy dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.page__policy li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.page__policy li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.page__news .section01 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ddd;
}

.page__news .section01 .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__news .section01 .news__img {
  -webkit-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}

.page__news .section01 .news__txt {
  -webkit-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
}

.page__news .section01 .news__txt--only {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.page__news .section01 .news__date {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.page__news .section01 .news__title {
  margin-bottom: 15px;
  color: #004499;
  font-size: 2.2rem;
}

.page__news .section01 .news__title a {
  color: inherit;
  text-decoration: none;
}

.page__news .section01:last-of-type, .page__news .section01.var01 {
  margin-bottom: 0;
  border: none;
}

.page__news .section01 .inner01 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.page__news .section01 .wp-pagenavi a,
.page__news .section01 .wp-pagenavi span {
  padding: 0;
}

.page__news .section01 .wp-pagenavi span.pages {
  padding: 0 10px !important;
}

.page__news .section01.news-single .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__news .section01.news-single .wp-pagenavi a,
.page__news .section01.news-single .wp-pagenavi span {
  line-height: 1.6;
}

.page__news .section01.news-single .wp-pagenavi div {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.page__news .section01.news-single .wp-pagenavi__next {
  text-align: right;
}

.page__not .title-404 {
  font-size: 18rem;
  line-height: 1.1;
  margin-bottom: 50px;
  color: #ddd;
}

.page__not .title-404 small {
  font-size: 6rem;
  display: block;
}

.page__not .catch {
  font-size: 3rem;
  display: block;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page__not .not__menu {
  margin-top: 40px;
}

.page__not .not__menu a {
  font-size: 1.6rem;
  text-align: center;
}

.page__not .not__menu li {
  padding: 0 20px;
}

.page__not .not__menu li + li {
  border-left: 1px solid #707070;
}

.page__not .not__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 828px) {
  .page__news.news-single .wp-pagenavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page__news.news-single .wp-pagenavi div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page__news.news-single .wp-pagenavi__next {
    text-align: center;
  }
  .page__not .title-404 {
    font-size: 11rem;
    margin-bottom: 30px;
  }
  .page__not .title-404 small {
    font-size: 3.5rem;
  }
  .page__not .catch {
    font-size: 2rem;
  }
  .page__not .not__menu {
    margin-top: 20px;
  }
  .page__not .not__menu a {
    font-size: 1.5rem;
    text-align: center;
  }
  .page__not .not__menu li {
    padding: 10px 0;
  }
  .page__not .not__menu li + li {
    border-top: 1px solid #707070;
    border-left: none;
  }
  .page__not .not__menu ul {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page__news .section01 .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__news .section01 .news__img {
    margin-bottom: 20px;
  }
  .page__not .catch,
  .page__not p {
    text-align: left;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    left: 0;
    right: auto;
  }
} 
.foam_wrap_txt {
  max-width: 1010px;
  margin: auto;
}

body, html {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.list__dotted {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  padding-left: 1.5em;
}
.list__dotted::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
.list__transition {
  margin-top: 60px;
}
.list__navi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 120px;
  padding-top: 30px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 1000px) {
  .list__navi .wp-pagenavi {
    margin-top: 60px;
  }
}
.list__navi .pages {
  display: none;
}
.list__navi a.previouspostslink,
.list__navi a.nextpostslink,
.list__navi .current,
.list__navi .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
}
.list__navi .current {
  color: #fff;
  background: #1f266e;
}
.list__navi .previouspostslink a img,
.list__navi .nextpostslink a img {
  display: block;
}
.list__detail {
  margin-top: 120px;
  border-top: 1px solid #999;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list__detail > * {
  display: block;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}
.list__detail a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.list__prev {
  text-align: left;
}
.list__back {
  text-align: center;
}
.list__next {
  text-align: right;
}

.example__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 828px) {
  .example__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
  }
}
@media screen and (max-width: 450px) {
  .example__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
  }
}

/*************************************************

CONTENTS

****************************************************/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----会社情報
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*------------------------------------------------
company----SP
------------------------------------------------*/
/*================================================
company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----代表挨拶
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.message__section + .message__section {
  margin-top: 100px;
}

.message__section--top {
  max-width: 960px;
  margin: auto;
}

.message__img--top {
  margin-bottom: 48px;
}

.message__name_area {
  position: relative;
}

.message__name_headline {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  line-height: 1;
  color: #f0f5fb;
  position: absolute;
  bottom: 0;
  z-index: -1;
  font-size: 10rem;
}
@media screen and (min-width: 1201px) {
  .message__name_headline {
    left: -120px;
    font-size: 14rem;
  }
}

.message__name {
  display: block;
  padding-top: 90px;
  max-width: 355px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.message__philosophy {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  font-size: 3.6rem;
  color: #333;
  margin-bottom: 10px;
}
.message__philosophy.message__philosophy--big {
  font-size: 5.8rem;
  margin-bottom: 0;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.message__philosophy__mini {
  display: inline-block;
  padding-left: 230px;
}

.message__number {
  margin-top: 32px;
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 20px;
}

/*------------------------------------------------
message----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .message__section + .message__section {
    margin-top: 64px;
  }
  .message__img--top {
    margin-bottom: 36px;
  }
  .message__name_headline {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__name_headline {
    font-size: 3.5rem;
    bottom: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .message__name {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__name {
    padding-top: 80px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .message__philosophy {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__philosophy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .message__philosophy.message__philosophy--big {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__philosophy.message__philosophy--big {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .message__philosophy__mini {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__philosophy__mini {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .message__number {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .message__number {
    margin-top: 24px;
    font-size: 1.5rem;
    padding-left: 18px;
  }
}
/*================================================
message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
outline_section----会社概要
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.outline_section + .outline_section {
  margin-top: 140px;
}

/*------------------------------------------------
outline_section----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .outline_section + .outline_section {
    margin-top: 60px;
  }
}
/*================================================
outline_section----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.access__section + .access__section {
  margin-top: 80px;
}

.access__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access__map {
  -webkit-flex-basis: 55.83%;
      -ms-flex-preferred-size: 55.83%;
          flex-basis: 55.83%;
}

.access__address {
  -webkit-flex-basis: 38.5%;
      -ms-flex-preferred-size: 38.5%;
          flex-basis: 38.5%;
}
.access__address h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1f266e;
  margin-bottom: 16px;
}

.access__info {
  padding: 36px 52px 42px;
  background-color: #F0F5FB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.access__info h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1f266e;
}

/*------------------------------------------------
access----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .access__section + .access__section {
    margin-top: 60px;
  }
  .access__columns {
    display: block;
  }
  .access__address {
    margin-top: 20px;
  }
  .access__address h3 {
    margin-bottom: 10px;
  }
  .access__info {
    padding: 32px 16px;
    display: block;
  }
  .access__info h3 {
    margin-bottom: 24px;
  }
}
/*================================================
access----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
csr----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.csr__section + .csr__section {
  margin-top: 100px;
}

.csr__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.csr__columns.csr__columns--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.csr__column_img {
  -webkit-flex-basis: 40.91%;
      -ms-flex-preferred-size: 40.91%;
          flex-basis: 40.91%;
}

.csr__content {
  -webkit-flex-basis: 53.25%;
      -ms-flex-preferred-size: 53.25%;
          flex-basis: 53.25%;
}

.csr__inner_columns {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.csr__section .page__btn {
  margin-top: 30px;
}

@media screen and (min-width: 500px) {
  .csr__limit_img {
    max-width: 266px;
    height: auto;
  }
}
/*------------------------------------------------
csr----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .csr__section + .csr__section {
    margin-top: 60px;
  }
  .csr__columns {
    display: block;
  }
  .csr__content {
    margin-top: 24px;
  }
  .csr__inner_columns {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .csr__inner_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .csr__section .page__btn {
    margin-top: 24px;
  }
}
/*================================================
csr----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
anchor----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.wrap-anchorlink {
  margin-bottom: 100px;
  padding: 64px 0;
  background-color: #F0F5FB;
}
.wrap-anchorlink.wrap-anchorlink--mb0 {
  margin-bottom: 0;
}

.anchorlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.anchorlink ul.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchorlink li {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
.anchorlink li.current_page_item a {
  opacity: 1;
  background: #1f266e;
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .anchorlink--has4 li {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.anchorlink a {
  display: block;
  width: 100%;
  line-height: 52px;
  border-radius: 27px;
  background: #fff;
  border: solid 1px #1f266e;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #1f266e;
}
.anchorlink a:hover {
  opacity: 1;
  background: #1f266e;
  color: #fff;
}

/*------------------------------------------------
anchor----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .wrap-anchorlink {
    margin-bottom: 48px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .anchorlink ul {
    margin: -4px;
  }
}
@media screen and (max-width: 1000px) {
  .anchorlink li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .anchorlink li {
    padding: 4px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
/*================================================
anchor----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ordermadesystem----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.border_gradation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-block;
}
.border_gradation::before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(31, 38, 110)), to(rgb(36, 185, 215)));
  background: -webkit-linear-gradient(left, rgb(31, 38, 110) 0%, rgb(36, 185, 215) 100%);
  background: linear-gradient(to right, rgb(31, 38, 110) 0%, rgb(36, 185, 215) 100%);
  height: 22px;
  width: calc(100% + 20px);
  position: absolute;
  opacity: 0.33;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .border_gradation::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .border_gradation.border_gradation--sp_on::before {
    display: block;
  }
}

.ordermadesystem__border_headline {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin-bottom: 86px;
}

.ordermadesystem__headline {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.78;
  text-align: center;
  color: #1f266e;
}

.ordermadesystem__section1 {
  margin-bottom: 96px;
}
.ordermadesystem__section1 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -16px -7px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .ordermadesystem__section1 .columns.columns--sec {
    margin: -14px -7px;
  }
}
.ordermadesystem__section1 .column {
  padding: 16px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
@media screen and (min-width: 1001px) {
  .ordermadesystem__section1 .column.column--sec {
    padding: 14px 7px;
  }
}
.ordermadesystem__section1 .column h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
.ordermadesystem__section1 .headline__img {
  margin: 58px auto 50px;
  max-width: 600px;
  display: block;
}
.ordermadesystem__section1 .bottom__wrap {
  margin-top: 40px;
  padding: 30px 0 32px;
  text-align: center;
  background: #F0F5FB;
}
.ordermadesystem__section1 .bottom__wrap h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  color: #1f266e;
}

.ordermadesystem__section2 {
  padding: 87px 0 97px;
  background-color: #F0F5FB;
}
.ordermadesystem__section2 .ordermadesystem__headline {
  margin-bottom: 46px;
}
.ordermadesystem__section2 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ordermadesystem__section2 .column {
  max-width: 453px;
}

.ordermadesystem__section3 {
  padding: 80px 0 120px;
}
.ordermadesystem__section3 .ordermadesystem__headline {
  margin-bottom: 52px;
}
.ordermadesystem__section3 .fukidashi_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -23px -12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ordermadesystem__section3 .fukidashi_columns .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 12px;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.ordermadesystem__section3 .fukidashi_columns .inner_wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 128px;
  background-color: #F0F5FB;
  border-radius: 10px;
  position: relative;
}
.ordermadesystem__section3 .fukidashi_columns .inner_wrap::before {
  content: "";
  background-image: url(../../../uploads/2023/06/ordermadesystem_fukidashi_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 44px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ordermadesystem__section3 .fukidashi_columns p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.ordermadesystem__section3 .list__columns {
  margin: 56px 0 166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ordermadesystem__section3 .list__columns .column__img {
  max-width: 298px;
}
.ordermadesystem__section3 .list__columns li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.ordermadesystem__section3 .list__columns li::before {
  content: "●";
  font-weight: 500;
  font-size: 16px;
  color: #2cadd5;
}
.ordermadesystem__section3 .bottom__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ordermadesystem__section3 .bottom__columns .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.ordermadesystem__section3 .bottom__columns .column__txt {
  -webkit-flex-basis: 52.5%;
      -ms-flex-preferred-size: 52.5%;
          flex-basis: 52.5%;
}

.ordermadesystem__section4 {
  margin-bottom: 128px;
  overflow: hidden;
}

.answer_wrap {
  margin-bottom: 130px;
  position: relative;
  padding: 116px 0 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F5FB;
  text-align: center;
}
.answer_wrap .pos__img {
  position: absolute;
  top: -97px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 194px;
}
.answer_wrap .ordermadesystem__headline {
  margin-bottom: 26px;
}
.answer_wrap .page__btn {
  margin-top: 44px;
}
.answer_wrap .page__btn a {
  width: 372px;
}

.ordermadesystem__section5 {
  padding: 98px 0;
  background-color: #F0F5FB;
}
.ordermadesystem__section5 .ordermadesystem__headline {
  margin-bottom: 75px;
}
.ordermadesystem__section5 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ordermadesystem__section5 .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.ordermadesystem__section5 .column__txt {
  -webkit-flex-basis: 52.5%;
      -ms-flex-preferred-size: 52.5%;
          flex-basis: 52.5%;
}

.ordermadesystem__section6 {
  margin-top: 115px;
}
.ordermadesystem__section6 .flow_block + .flow_block {
  margin-top: 20px;
}
.ordermadesystem__section6 input[name=acd]:checked + .flow__headline::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.ordermadesystem__section6 .flow__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1F266E;
  gap: 55px;
  position: relative;
  padding: 24px 46px;
  padding-right: 60px;
  color: #fff;
  cursor: pointer;
}
.ordermadesystem__section6 .flow__headline::after {
  content: "";
  background-image: url(../../../uploads/2023/06/ico_flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 26px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ordermadesystem__section6 .flow__headline span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}
.ordermadesystem__section6 .flow__headline span small {
  display: block;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.ordermadesystem__section6 .flow__headline h3 {
  font-weight: 500;
  font-size: 2.4rem;
}
.ordermadesystem__section6 .flow__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.ordermadesystem__section6 input[name=acd]:checked ~ .flow__columns {
  padding-top: 30px;
  height: auto;
  opacity: 1;
}
.ordermadesystem__section6 .flow__img {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
.ordermadesystem__section6 .flow__content {
  -webkit-flex-basis: 62.08%;
      -ms-flex-preferred-size: 62.08%;
          flex-basis: 62.08%;
}
.ordermadesystem__section6 .page__btn {
  margin-top: 30px;
}
.ordermadesystem__section6 input[name=acd] {
  display: none;
}

/*------------------------------------------------
ordermadesystem----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .ordermadesystem__border_headline {
    font-size: 3rem;
    margin-bottom: 48px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__border_headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__headline {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__headline {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section1 {
    margin-bottom: 60px;
  }
  .ordermadesystem__section1 .columns {
    margin: -8px;
  }
  .ordermadesystem__section1 .column {
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section1 .column {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section1 .column h3 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section1 .column h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section1 .headline__img {
    margin: 38px auto 32px;
  }
  .ordermadesystem__section1 .bottom__wrap {
    margin-top: 32px;
    padding: 28px 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section1 .bottom__wrap {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section1 .bottom__wrap h3 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section1 .bottom__wrap h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section2 {
    padding: 48px 0 56px;
  }
  .ordermadesystem__section2 .ordermadesystem__headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section2 .columns {
    display: block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section2 .column {
    max-width: 100%;
  }
  .ordermadesystem__section2 .column + .column {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section3 {
    padding: 60px 0 56px;
  }
  .ordermadesystem__section3 .ordermadesystem__headline {
    margin-bottom: 40px;
  }
  .ordermadesystem__section3 .fukidashi_columns {
    margin: -10px -6px;
  }
  .ordermadesystem__section3 .fukidashi_columns .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 6px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section3 .fukidashi_columns .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section3 .fukidashi_columns .inner_wrap {
    height: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section3 .fukidashi_columns .inner_wrap::before {
    height: 18px;
    width: 38px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section3 .fukidashi_columns p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section3 .list__columns {
    margin: 48px 0 120px;
    display: block;
  }
  .ordermadesystem__section3 .list__columns .column__img {
    max-width: 360px;
    margin: auto;
    margin-bottom: 24px;
  }
  .ordermadesystem__section3 .list__columns li {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section3 .list__columns li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section3 .list__columns li::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section3 .bottom__columns {
    display: block;
  }
  .ordermadesystem__section3 .bottom__columns .column__txt {
    margin-top: 24px;
  }
  .ordermadesystem__section4 {
    margin-bottom: 60px;
  }
  .answer_wrap {
    margin-bottom: 56px;
    padding: 80px 15px 54px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .answer_wrap {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .answer_wrap .pos__img {
    top: -75px;
    max-width: 150px;
  }
  .answer_wrap .page__btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .answer_wrap .page__btn a {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section5 {
    padding: 56px 0;
  }
  .ordermadesystem__section5 .ordermadesystem__headline {
    margin-bottom: 48px;
  }
  .ordermadesystem__section5 .columns {
    display: block;
  }
  .ordermadesystem__section5 .column__txt {
    margin-top: 24px;
  }
  .ordermadesystem__section6 {
    margin-top: 64px;
  }
  .ordermadesystem__section6 .flow__headline {
    gap: 30px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .flow__headline {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section6 .flow__headline::after {
    height: 10px;
    width: 22px;
    right: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .flow__headline::after {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .flow__headline span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .flow__headline span small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .flow__headline h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .ordermadesystem__section6 .flow__columns {
    display: block;
  }
  .ordermadesystem__section6 input[name=acd]:checked ~ .flow__columns {
    padding-top: 24px;
  }
  .ordermadesystem__section6 .flow__content {
    margin-top: 16px;
  }
  .ordermadesystem__section6 .page__btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ordermadesystem__section6 .page__btn a {
    width: 100%;
  }
}
/*================================================
ordermadesystem----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
regenerationtechnology----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.regenerationtechnology__section1 {
  padding: 120px 0 130px;
  background: url(../../../uploads/2023/06/regeneration-technology_back_img-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
}
.regenerationtechnology__section1 h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
.regenerationtechnology__section1 h3 {
  display: block;
  margin: auto;
  margin-top: 80px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 16px 0;
  width: 706px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.regenerationtechnology__section1 .pos__img {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 237px;
}

.regenerationtechnology__section2 {
  margin: 50px 0 90px;
}
.regenerationtechnology__section2 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.regenerationtechnology__section2 .column__img {
  -webkit-flex-basis: 18.41%;
      -ms-flex-preferred-size: 18.41%;
          flex-basis: 18.41%;
}
.regenerationtechnology__section2 .column__img p {
  margin-top: 22px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}
.regenerationtechnology__section2 .column__txt {
  -webkit-flex-basis: 76.91%;
      -ms-flex-preferred-size: 76.91%;
          flex-basis: 76.91%;
}
.regenerationtechnology__section2 .column__txt h3 {
  margin: 28px 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  color: #1f266e;
}
.regenerationtechnology__section2 .banner__wrap {
  margin-top: 90px;
  padding: 32px 0;
  padding-right: 50px;
  background: #F0F5FB;
  position: relative;
}
.regenerationtechnology__section2 .banner__img {
  max-width: 170px;
}
@media screen and (min-width: 1001px) {
  .regenerationtechnology__section2 .banner__img {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .regenerationtechnology__section2 .banner__img {
    left: 0;
  }
}
@media screen and (min-width: 1001px) {
  .regenerationtechnology__section2 .banner__txt {
    max-width: 910px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .regenerationtechnology__section2 .banner__txt {
    max-width: 780px;
  }
}
.regenerationtechnology__section2 .solution_wrap {
  margin-top: 86px;
  text-align: center;
}
.regenerationtechnology__section2 .solution_wrap h2 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.78;
  color: #1f266e;
}
.regenerationtechnology__section2 .solution_wrap figure {
  max-width: 790px;
  margin: 24px auto 40px;
}
.regenerationtechnology__section2 .solution_wrap h3 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.78;
  color: #1f266e;
}

.regenerationtechnology__section3 {
  padding: 86px 0 70px;
  background-color: #F0F5FB;
}
.regenerationtechnology__section3 h2 {
  margin-bottom: 42px;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.78;
  text-align: center;
  color: #1f266e;
}
.regenerationtechnology__section3 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.regenerationtechnology__section3 .column {
  padding: 10px;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.regenerationtechnology__section3 .innner_wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 128px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.regenerationtechnology__section3 .innner_wrap p {
  font-weight: bold;
  line-height: 1.75;
}
.regenerationtechnology__section3 .innner_wrap::before {
  content: "";
  background-image: url(../../../uploads/2023/06/ordermadesystem_fukidashi_ico_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 44px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.regenerationtechnology__section3 .img_wrap {
  max-width: 314px;
  display: block;
  margin: auto;
  margin-bottom: 32px;
}
.regenerationtechnology__section3 .txt_wrap {
  text-align: center;
}
.regenerationtechnology__section3 h3 {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.77;
  text-align: center;
  color: #1f266e;
}

.regenerationtechnology__section4 {
  padding: 100px 0 122px;
}
.regenerationtechnology__section4 h2 {
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.78;
  text-align: center;
  color: #1f266e;
}
.regenerationtechnology__section4 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regenerationtechnology__section4 .column {
  max-width: 250px;
}
.regenerationtechnology__section4 .btn_wrap {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.regenerationtechnology__section4 .btn_wrap a {
  width: 372px;
}

.top_arrow {
  margin-top: 36px;
  text-align: right;
}
.top_arrow a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.top_arrow a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/top__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
}

.regenerationtechnology__section5 .point_wrap + .point_wrap {
  margin-top: 70px;
}
.regenerationtechnology__section5 .point_1 .txt_wrap {
  text-align: center;
}
.regenerationtechnology__section5 .point_1 .img_wrap {
  margin-top: 46px;
}
.regenerationtechnology__section5 .point_2 .flex_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  max-width: 685px;
  margin: auto;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.regenerationtechnology__section5 .point_2 .flex_content span,
.regenerationtechnology__section5 .point_2 .flex_content h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 3rem;
  color: #2cadd5;
  width: 50px;
}
.regenerationtechnology__section5 .point_2 .flex_content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.regenerationtechnology__section5 .point_2 .flex_content + .flex_content {
  margin-top: 36px;
}
.regenerationtechnology__section5 .point_2 .img_wrap {
  max-width: 972px;
  margin: auto;
  margin-top: 68px;
}
.regenerationtechnology__section5 .point_3 .txt_wrap {
  text-align: center;
  margin-bottom: 62px;
}
.regenerationtechnology__section5 .point_3 .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.regenerationtechnology__section5 .point_3 .btn_wrap a {
  width: 372px;
}

/*------------------------------------------------
regenerationtechnology----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section1 {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section1 {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section1 h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section1 h2 {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section1 h3 {
    margin-top: 40px;
    padding: 12px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section1 h3 {
    font-size: 1.8rem;
    width: 100%;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section1 .pos__img {
    right: 30px;
    max-width: 180px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section1 .pos__img {
    right: 15px;
    max-width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section2 {
    margin: 40px 0 60px;
  }
  .regenerationtechnology__section2 .columns {
    display: block;
  }
  .regenerationtechnology__section2 .column__img img {
    margin-left: 0;
    margin-right: auto;
    max-width: 220px;
  }
  .regenerationtechnology__section2 .column__img p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section2 .column__img p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section2 .column__txt {
    margin-top: 24px;
  }
  .regenerationtechnology__section2 .column__txt h3 {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section2 .column__txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section2 .banner__wrap {
    margin-top: 64px;
    padding: 24px 16px;
  }
  .regenerationtechnology__section2 .banner__img {
    margin: auto;
  }
  .regenerationtechnology__section2 .banner__txt {
    margin-top: 24px;
  }
  .regenerationtechnology__section2 .solution_wrap {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section2 .solution_wrap {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section2 .solution_wrap h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section2 .solution_wrap h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section3 {
    padding: 64px 0 64px;
  }
  .regenerationtechnology__section3 h2 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section3 h2 {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section3 .columns {
    margin: -10px -6px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .regenerationtechnology__section3 .column {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section3 .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section3 .innner_wrap {
    height: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section3 .innner_wrap::before {
    height: 18px;
    width: 38px;
  }
  .regenerationtechnology__section3 .img_wrap {
    margin-bottom: 24px;
  }
  .regenerationtechnology__section3 .txt_wrap {
    text-align: left;
  }
  .regenerationtechnology__section3 h3 {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section3 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section4 {
    padding: 56px 0 64px;
  }
  .regenerationtechnology__section4 h2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section4 h2 {
    text-align: left;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section4 .columns {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section4 .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section4 .column {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section4 .column {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section4 .btn_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section4 .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section4 .btn_wrap a {
    width: 372px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section4 .btn_wrap a {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top_arrow {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .top_arrow a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .top_arrow a::before {
    height: 15px;
    width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section5 .point_wrap + .point_wrap {
    margin-top: 64px;
  }
  .regenerationtechnology__section5 .point_1 .txt_wrap {
    text-align: left;
  }
  .regenerationtechnology__section5 .point_1 .img_wrap {
    margin-top: 36px;
  }
  .regenerationtechnology__section5 .point_2 .flex_content {
    display: block;
  }
  .regenerationtechnology__section5 .point_2 .flex_content h3 {
    width: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section5 .point_2 .flex_content h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section5 .point_2 .flex_content h4 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section5 .point_2 .flex_content h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .regenerationtechnology__section5 .point_2 .flex_content + .flex_content {
    margin-top: 24px;
  }
  .regenerationtechnology__section5 .point_2 .img_wrap {
    margin-top: 40px;
  }
  .regenerationtechnology__section5 .point_3 .txt_wrap {
    text-align: left;
    margin-bottom: 48px;
  }
  .regenerationtechnology__section5 .point_3 .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .regenerationtechnology__section5 .point_3 .btn_wrap a {
    width: 100%;
  }
}
/*================================================
regenerationtechnology----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
point_block----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.point_block {
  padding: 60px 72px 92px;
  background-color: #F0F5FB;
}
.point_block .point_number {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.point_block .point_number span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  color: #1f266e;
  display: block;
}
.point_block .point_number strong {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  color: #1f266e;
  display: inline-block;
}
.point_block .point_number::before {
  content: "";
  background-image: url(../../../uploads/2023/06/point_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 120px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: 7px;
}
.point_block .point_headline {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #1f266e;
  margin-bottom: 30px;
}

/*------------------------------------------------
point_block----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .point_block {
    padding: 56px 16px 64px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .point_block .point_number span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .point_block .point_number strong {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .point_block .point_number::before {
    height: 60px;
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .point_block .point_headline {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .point_block .point_headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .point_block .flickWrap img {
    max-width: 650px;
  }
}
/*================================================
point_block----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength__block {
  padding: 86px 0 98px;
}

.strength__block--blue {
  background-color: #F0F5FB;
}
.strength__block--blue .strength__number::before {
  background-image: url(../../../uploads/2023/06/point_ico.png);
}

.strength__number {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.strength__number span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  color: #1f266e;
  display: block;
  margin-bottom: 8px;
}
.strength__number h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  color: #1f266e;
  display: block;
}
.strength__number::before {
  content: "";
  background-image: url(../../../uploads/2023/06/point_ico_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 120px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: 7px;
}

.strength__headline {
  margin-bottom: 72px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.78;
  font-weight: bold;
  color: #1f266e;
}

.strength__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.strength__columns1 .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.strength__columns1 .column__txt {
  -webkit-flex-basis: 53.83%;
      -ms-flex-preferred-size: 53.83%;
          flex-basis: 53.83%;
}

.strength__columns2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 55px;
}
.strength__columns2 .column__img {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
.strength__columns2 .column__txt {
  -webkit-flex-basis: 62.08%;
      -ms-flex-preferred-size: 62.08%;
          flex-basis: 62.08%;
}

.column__txt__img {
  margin-top: 20px;
  max-width: 260px;
}

.strength__section .page__btn {
  text-align: center;
  margin-top: 46px;
}
.strength__section .page__btn a {
  width: 372px;
}
.strength__section .top_arrow {
  margin-top: 55px;
}

.strength__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -17px -20px;
}
.strength__cards .strength__card {
  padding: 17px 20px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.strength__cards .inner__wrap {
  background-color: #fff;
  padding: 32px 40px;
}
@media screen and (min-width: 1001px) {
  .strength__cards .inner__wrap {
    min-height: 510px;
  }
}
.strength__cards h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  color: #1f266e;
  margin-bottom: 19px;
}
.strength__cards .img_wrap {
  margin-top: 30px;
}

/*------------------------------------------------
Strength----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .strength__block {
    padding: 56px 0 64px;
  }
  .strength__number {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__number span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__number h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__number::before {
    height: 60px;
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .strength__headline {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .strength__columns {
    display: block;
  }
  .strength__columns .column__txt {
    margin-top: 24px;
  }
  .strength__columns2 {
    margin-top: 32px;
  }
  .column__txt__img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .column__txt__img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .strength__section .page__btn {
    margin-top: 36px;
  }
  .strength__section .page__btn a {
    width: 372px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__section .page__btn a {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .strength__section .top_arrow {
    margin-top: 40px;
  }
  .strength__cards {
    margin: -15px;
  }
  .strength__cards .strength__card {
    padding: 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .strength__cards .inner__wrap {
    padding: 32px 16px;
  }
  .strength__cards h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength__cards h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .strength__cards .img_wrap {
    margin-top: 20px;
  }
}
/*================================================
Strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobintroduction----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobintroduction__section .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobintroduction__section .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.jobintroduction__section .column__txt {
  -webkit-flex-basis: 52.5%;
      -ms-flex-preferred-size: 52.5%;
          flex-basis: 52.5%;
}
.jobintroduction__section .jobintroduction__headline {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #1f266e;
}
.jobintroduction__section .page__btn {
  margin-top: 35px;
}
.jobintroduction__section + .jobintroduction__section {
  margin-top: 110px;
}

/*------------------------------------------------
jobintroduction----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .jobintroduction__section .columns {
    display: block;
  }
  .jobintroduction__section .column__txt {
    margin-top: 24px;
  }
  .jobintroduction__section .jobintroduction__headline {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .jobintroduction__section .jobintroduction__headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .jobintroduction__section .page__btn {
    margin-top: 24px;
  }
  .jobintroduction__section + .jobintroduction__section {
    margin-top: 64px;
  }
}
/*================================================
jobintroduction----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruitcta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruitcta {
  margin-top: 150px;
  padding: 80px 0 50px;
  background-color: #F0F5FB;
}
.recruitcta .recruitcta__headline {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #1f266e;
}
.recruitcta .recruitcta__btn {
  text-align: center;
}
.recruitcta .recruitcta__btn a {
  width: 495px;
  line-height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#1F266E), to(#24b9d7));
  background: -webkit-linear-gradient(left, #1F266E, #24b9d7);
  background: linear-gradient(to right, #1F266E, #24b9d7);
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruitcta .recruitcta__btn a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/recruitcta__ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-right: 18px;
  vertical-align: sub;
}

/*------------------------------------------------
recruitcta----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .recruitcta {
    margin-top: 72px;
    padding: 64px 0 54px;
  }
  .recruitcta .recruitcta__headline {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruitcta .recruitcta__headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruitcta .recruitcta__btn a {
    font-weight: 500;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruitcta .recruitcta__btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruitcta .recruitcta__btn a::before {
    height: 23px;
    width: 23px;
    margin-right: 10px;
  }
}
/*================================================
recruitcta----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
example----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.example__section1 {
  padding: 148px 0 152px;
  background: url(../../../uploads/2023/06/example_backimg-1-scaled.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.example__section1 .txt_wrap {
  padding: 48px 40px 46px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  max-width: 815px;
  margin: auto;
  position: relative;
  z-index: 0;
}
.example__section1 h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.8;
  color: #333;
}
.example__section1 h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  color: #333;
}

.example__list {
  margin: 44px 0 56px;
}
.example__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px;
}
.example__list li {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}
.example__list a {
  display: block;
  width: 100%;
  border-radius: 32px;
  background: #fff;
  border: solid 1px #1f266e;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #1f266e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  padding: 19px 0px;
}
.example__list a:hover {
  opacity: 1;
  background: #1f266e;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .example__list a {
    font-size: 1.3rem;
  }
}

.example__block {
  padding-top: 40px;
}

.example__block + .example__block {
  margin-top: 40px;
}

.example__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}

.example__card {
  -webkit-flex-basis: 315px;
      -ms-flex-preferred-size: 315px;
          flex-basis: 315px;
}

/*------------------------------------------------
example----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .example__section1 {
    padding: 72px 0 80px;
  }
  .example__section1 .txt_wrap {
    padding: 32px 16px 40px;
    text-align: left;
  }
  .example__section1 h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__section1 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__section1 h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .example__list {
    margin: 36px 0 42px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__list ul {
    margin: -6px -4px;
  }
}
@media screen and (max-width: 1000px) {
  .example__list li {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__list li {
    padding: 6px 4px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .example__block + .example__block {
    margin-top: 8px;
  }
  .example__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .example__card {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}
/*================================================
example----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
example__banner----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.example__banner {
  margin-top: 80px;
  padding: 63px 15px 70px;
  background: -webkit-gradient(linear, left top, right top, from(#1F266E), to(#24b9d7));
  background: -webkit-linear-gradient(left, #1F266E, #24b9d7);
  background: linear-gradient(to right, #1F266E, #24b9d7);
}
.example__banner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.example__banner .btn_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.example__banner a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 54px;
  width: 340px;
  text-align: center;
  color: #1f266e;
  background: #fff;
  border-radius: 32px;
}

/*------------------------------------------------
example__banner----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .example__banner {
    margin-top: 64px;
    padding: 40px 16px 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__banner h2 {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .example__banner .btn_area {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__banner .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .example__banner a {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .example__banner a {
    width: 100%;
  }
}
/*================================================
example__banner----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
100years-project----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.project__message {
  padding: 40px 0 106px;
  background-color: #F6F6F6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.project__bottom_massege {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  font-size: 14rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -5px;
  line-height: 0.7;
  pointer-events: none;
}

.project__headline {
  padding: 105px 0 120px;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  color: #333;
  position: relative;
}
.project__headline h3 {
  font-size: 4.3rem;
}
.project__headline h2 {
  font-size: 6.4rem;
}
.project__headline .project__headline--back_txt {
  font-size: 17.5rem;
  line-height: 0.8;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.project__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project__column__img {
  -webkit-flex-basis: 36.42%;
      -ms-flex-preferred-size: 36.42%;
          flex-basis: 36.42%;
}

.project__column__txt {
  -webkit-flex-basis: 59.28%;
      -ms-flex-preferred-size: 59.28%;
          flex-basis: 59.28%;
}

.project__name {
  margin-top: 62px;
  max-width: 360px;
  margin-left: auto;
}

.project__section1 {
  padding: 90px 0;
  background: #F6F6F6;
  text-align: center;
  position: relative;
  z-index: -1;
}
.project__section1 h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  color: #333;
}
.project__section1 .project__headline--back_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.1;
  font-size: 13rem;
  color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .project__section1 {
    padding: 60px 0;
  }
  .project__section1 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section1 h2 {
    font-size: 1.6rem;
    text-align: left;
  }
  .project__section1 h2 br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .project__section1 .project__headline--back_txt {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section1 .project__headline--back_txt {
    font-size: 4rem;
  }
}

.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project__section2 {
  padding: 88px 0 84px;
}
.project__section2 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project__section2 .columns + .columns {
  margin-top: 126px;
}
.project__section2 .column_img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.project__section2 .column_txt {
  -webkit-flex-basis: 53.83%;
      -ms-flex-preferred-size: 53.83%;
          flex-basis: 53.83%;
}
.project__section2 h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 3.6rem;
  color: #333;
  margin-bottom: 34px;
}
@media screen and (max-width: 1000px) {
  .project__section2 {
    padding: 56px 0;
  }
  .project__section2 .columns {
    display: block;
  }
  .project__section2 .columns + .columns {
    margin-top: 40px;
  }
  .project__section2 .column_txt {
    margin-top: 20px;
  }
  .project__section2 h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section2 h2 {
    font-size: 2.4rem;
  }
}

.project__section3 {
  margin-bottom: 40px;
  overflow: hidden;
}
.project__section3 .img_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.project__section3 .img_columns figure {
  padding: 10px;
  -webkit-flex-basis: 16.66%;
      -ms-flex-preferred-size: 16.66%;
          flex-basis: 16.66%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project__section3 .img_wrap {
  max-width: 570px;
  margin: auto;
  margin-top: 138px;
}
@media screen and (max-width: 1000px) {
  .project__section3 .img_columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px;
  }
  .project__section3 .img_columns figure {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section3 .img_columns figure {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .project__section3 .img_wrap {
    margin-top: 56px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section3 .img_wrap {
    max-width: 340px;
  }
}

.project__section4 {
  margin-bottom: 112px;
}
.project__section4 .banner_area {
  margin-bottom: 40px;
}
.project__section4 .headline_area {
  margin-bottom: 40px;
}
.project__section4 .headline_area span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 5.2rem;
  color: #2cadd5;
}
.project__section4 .headline_area h2 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #999;
}
.project__section4 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.project__section4 .column {
  padding: 15px;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project__section4 .inner_wrap {
  position: relative;
  display: block;
}
.project__section4 .inner_wrap h3 {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(44, 173, 213, 0.8);
  padding: 15px 0;
}
.project__section4 .page__btn {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .project__section4 {
    margin-bottom: 56px;
  }
  .project__section4 .banner_area {
    margin-bottom: 36px;
  }
  .project__section4 .headline_area {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section4 .headline_area h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .project__section4 .columns {
    margin: -10px;
  }
  .project__section4 .column {
    padding: 10px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section4 .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .project__section4 .inner_wrap h3 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section4 .inner_wrap h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .project__section4 .page__btn {
    margin-top: 40px;
  }
}

.project__section5 {
  margin-top: 82px;
  padding: 126px 0 78px;
  background: url(../../../uploads/2023/08/project_img16.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
}
.project__section5 h2 {
  font-weight: 600;
  font-size: 3.6rem;
  color: #fff;
}
.project__section5 h3 {
  display: block;
  margin: 22px 0 72px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
}
.project__section5 .page__btn {
  text-align: center;
  margin-top: 20px;
}
.project__section5 .page__btn a {
  border-radius: 0;
  background: initial;
  border: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .project__section5 {
    margin-top: 56px;
    padding: 56px 20px 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section5 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .project__section5 h3 {
    margin: 20px 0 56px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__section5 h3 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
}

/*------------------------------------------------
100years-project----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .project__message {
    padding: 36px 0 74px;
  }
  .project__bottom_massege {
    font-size: 9rem;
    bottom: -15px;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__bottom_massege {
    font-size: 4rem;
    bottom: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .project__headline {
    padding: 64px 20px 56px;
  }
  .project__headline h3 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__headline h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .project__headline h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__headline h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .project__headline .project__headline--back_txt {
    font-size: 11rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__headline .project__headline--back_txt {
    font-size: 7rem;
  }
  .project__headline .project__headline--back_txt br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .project__columns {
    display: block;
  }
  .project__column__txt {
    margin-top: 24px;
  }
  .project__name {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .project__name {
    max-width: 270px;
  }
}
/*================================================
100years-project----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ayumi----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.ayumi {
  margin-top: 116px;
}

.ayumi__area {
  position: relative;
}

.ayumi__area + .ayumi__area {
  margin-top: 2px;
}

.ayumi__inner {
  padding: 0 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}
.ayumi__inner dt {
  padding: 32px 0;
  font-size: 3.2rem;
  padding-right: 76px;
  margin-right: 58px;
  border-right: 1px solid #9B9792;
}
.ayumi__inner dt small {
  font-size: 2.3rem;
  margin-left: 10px;
}
.ayumi__inner h3 {
  font-size: 2.6rem;
  color: #fff;
}

.ayumi__banner {
  max-width: 960px;
  margin: auto;
  margin-top: 101px;
}

/*------------------------------------------------
ayumi----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .ayumi {
    margin-top: 64px;
  }
  .ayumi__area + .ayumi__area {
    margin-top: 3px;
  }
  .ayumi__area img {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ayumi__area img {
    height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .ayumi__inner {
    padding: 0 36px;
    display: block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ayumi__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ayumi__inner dt {
    padding: 0;
    margin: 0;
    border: none;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #9B9792;
    font-size: 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ayumi__inner dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .ayumi__inner dt small {
    margin-left: 8px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ayumi__inner dt small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .ayumi__inner h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ayumi__inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .ayumi__banner {
    margin-top: 64px;
  }
}
/*================================================
ayumi----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit_flow----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_flow__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_flow__column {
  -webkit-flex-basis: 47.5%;
      -ms-flex-preferred-size: 47.5%;
          flex-basis: 47.5%;
}

.recruit_flow__innner {
  -webkit-flex-basis: 430px;
      -ms-flex-preferred-size: 430px;
          flex-basis: 430px;
}

.recruit_flow__block {
  padding: 24px 35px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F0F5FB;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.recruit_flow__block span {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  width: 53px;
  -webkit-flex-basis: 53px;
      -ms-flex-preferred-size: 53px;
          flex-basis: 53px;
  line-height: 53px;
  height: 53px;
  background-color: #2CADD5;
  border-radius: 999px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
}
.recruit_flow__block h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #1f266e;
  margin-bottom: 4px;
}
.recruit_flow__block .page__btn {
  margin-top: 28px;
}

.recruit_flow__block + .recruit_flow__block {
  margin-top: 56px;
}
.recruit_flow__block + .recruit_flow__block::before {
  content: "";
  background-image: url(../../../uploads/2023/06/flow_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 31px;
  display: inline-block;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*------------------------------------------------
recruit_flow----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .recruit_flow__flex {
    display: block;
  }
  .recruit_flow__column + .recruit_flow__column {
    margin-top: 48px;
  }
  .recruit_flow__innner {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
  .recruit_flow__block {
    padding: 24px 16px 24px;
    display: block;
  }
  .recruit_flow__block span {
    display: block;
    font-size: 1.8rem;
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
  .recruit_flow__block h3 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_flow__block h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_flow__block .page__btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_flow__block .page__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_flow__block + .recruit_flow__block {
    margin-top: 40px;
  }
  .recruit_flow__block + .recruit_flow__block::before {
    height: 12px;
    width: 29px;
    top: -25px;
  }
}
/*================================================
recruit_flow----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
aroundlife__section1----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.aroundlife__section1 {
  padding-bottom: 68px;
}
.aroundlife__section1 h2 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.78;
  text-align: center;
  color: #1f266e;
}
.aroundlife__section1 .txt_wrap {
  text-align: center;
  margin-bottom: 70px;
}
.aroundlife__section1 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
}
.aroundlife__section1 .column {
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.aroundlife__section1 h3 {
  margin-top: 6px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #1f266e;
}
.aroundlife__section1 .wide_img {
  margin-top: 22px;
}

.aroundlife__block {
  padding-top: 40px;
}
.aroundlife__block .lower__headline_border {
  margin-bottom: 20px;
}
.aroundlife__block .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -13px;
}
.aroundlife__block .column {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aroundlife__block .txt_wrap {
  margin-bottom: 20px;
}

.aroundlife__block + .aroundlife__block {
  margin-top: 40px;
}

/*------------------------------------------------
aroundlife__section1----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .aroundlife__section1 {
    padding-bottom: 40px;
  }
  .aroundlife__section1 h2 {
    margin-bottom: 24px;
    font-size: 3rem;
    color: #1f266e;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .aroundlife__section1 h2 {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .aroundlife__section1 .txt_wrap {
    margin-bottom: 40px;
  }
  .aroundlife__section1 .columns {
    margin: -4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .aroundlife__section1 .column {
    padding: 4px;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .aroundlife__section1 .column {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .aroundlife__section1 h3 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .aroundlife__section1 h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .aroundlife__section1 .wide_img {
    margin-top: 20px;
  }
  .aroundlife__block .columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .aroundlife__block .columns {
    margin: -6px;
  }
}
@media screen and (max-width: 1000px) {
  .aroundlife__block .column {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .aroundlife__block .column {
    padding: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .aroundlife__block .txt_wrap {
    margin-bottom: 16px;
  }
  .aroundlife__block + .aroundlife__block {
    margin-top: 0px;
  }
}
/*================================================
aroundlife__section1----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
interview----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .container.container--vis {
    overflow: visible;
  }
}
.interview__anchor_wrap {
  width: 260px;
}

@media screen and (min-width: 1001px) {
  .interview__anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.interview__anchor h2,
.interview__anchor h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 49px;
  text-align: left;
  color: #fff;
  width: 100%;
  background-color: #1F266E;
  margin-bottom: 1px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interview__anchor a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F0F5FB;
  padding: 19px 15px;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left;
  color: #333;
}
.interview__anchor a.in_page {
  background: rgba(44, 173, 213, 0.34);
}
.interview__anchor a::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../../../uploads/2023/06/ico_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 8px;
}
.interview__anchor a:hover {
  opacity: 1;
  background: rgba(44, 173, 213, 0.34);
}
.interview__anchor li + li {
  padding-top: 1px;
}

.interview__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview__content {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.interview__content .text-right {
  font-size: 1.5rem;
}
@media screen and (max-width: 828px) {
  .interview__content .text-right {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .interview__content {
    -webkit-flex-basis: 730px;
        -ms-flex-preferred-size: 730px;
            flex-basis: 730px;
  }
}

.interview__visual {
  position: relative;
}
.interview__visual h2 {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 8.2rem;
  color: #fff;
}
.interview__visual small {
  font-weight: 600;
  font-size: 5.9rem;
  color: #fff;
  margin-right: 16px;
}
.interview__visual h3 {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}

.interview__link {
  margin: 30px 0 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px;
}
.interview__link li {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
}
.interview__link a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/interview__link__ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.interview__band {
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2;
  color: #fff;
}
.interview__band span {
  position: relative;
  display: inline-block;
}
.interview__band span::before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(99, 78, 186)), to(rgb(36, 185, 215)));
  background: -webkit-linear-gradient(left, rgb(99, 78, 186) 0%, rgb(36, 185, 215) 100%);
  background: linear-gradient(to right, rgb(99, 78, 186) 0%, rgb(36, 185, 215) 100%);
  height: 100%;
  width: calc(100% + 20px);
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
.interview__band span + span {
  margin-top: 10px;
}

.interview__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interview__column__img {
  -webkit-flex-basis: 37.33%;
      -ms-flex-preferred-size: 37.33%;
          flex-basis: 37.33%;
  position: relative;
  padding-bottom: 207px;
}
.interview__column__img .back__pos {
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: -1;
}

.interview__column__txt {
  -webkit-flex-basis: 55.55%;
      -ms-flex-preferred-size: 55.55%;
          flex-basis: 55.55%;
}

.interview__txt_wrap + .interview__txt_wrap {
  margin-top: 58px;
}

.interview__txt_wrap h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  color: #1f266e;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview__txt_wrap h3::before {
  content: "";
  font-size: initial;
  background-image: url(../../../uploads/2023/06/interview__headline_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 65px;
  width: 62px;
  display: inline-block;
  line-height: 1;
}

.interview_message {
  margin: 72px 0 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interview_message__img {
  -webkit-flex-basis: 37.3%;
      -ms-flex-preferred-size: 37.3%;
          flex-basis: 37.3%;
}

.interview_message__txt {
  -webkit-flex-basis: 55.5%;
      -ms-flex-preferred-size: 55.5%;
          flex-basis: 55.5%;
}

.interview_message_inner {
  padding: 36px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #707070;
  border-radius: 30px;
}
.interview_message_inner h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #1f266e;
  margin-bottom: 20px;
}

.interview_flow {
  margin: 42px 0 80px;
}
@media screen and (min-width: 1001px) {
  .interview_flow .table_wrap th {
    width: 111px;
  }
  .interview_flow .table_wrap td,
  .interview_flow .table_wrap th {
    padding: 20px 30px;
  }
}

.interview_path svg {
  display: block;
}

.interview_path_annotation {
  margin-top: 34px;
  text-align: right;
}
.interview_path_annotation p {
  font-size: 1.4rem;
}

/*------------------------------------------------
interview----SP
------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .interview__columns + .interview__txt_wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .interview__anchor_wrap {
    width: 100%;
  }
  .interview__anchor h3 {
    line-height: 45px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__anchor h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__anchor a {
    padding: 12px 10px;
  }
  .interview__anchor a::before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__anchor a::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .interview__flex {
    display: block;
  }
  .interview__content {
    margin-top: 40px;
  }
  .interview__visual {
    position: relative;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__visual {
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .interview__visual h2 {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__visual h2 {
    margin-top: 10px;
    position: static;
    color: #333;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__visual small {
    font-size: 5rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__visual small {
    color: #333;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__visual h3 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__visual h3 {
    position: static;
    color: #333;
    font-size: 1.6rem;
  }
  .interview__visual h3 br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .interview__link {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__link li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__link a::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__link a::before {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .interview__band {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__band {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__band span {
    position: relative;
    display: inline-block;
  }
  .interview__band span + span {
    margin-top: 8px;
  }
  .interview__columns {
    display: block;
  }
  .interview__column__img {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__column__img .back__pos {
    max-width: 220px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .interview__column__txt {
    margin-top: 30px;
  }
  .interview__txt_wrap + .interview__txt_wrap {
    margin-top: 30px;
  }
  .interview__txt_wrap h2 {
    margin-bottom: 10px;
    gap: 8px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview__txt_wrap h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview__txt_wrap h2::before {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .interview_message {
    margin: 40px 0 36px;
    display: block;
  }
  .interview_message__img {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
  }
  .interview_message_inner {
    padding: 24px 16px;
  }
  .interview_message_inner h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview_message_inner h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .interview_flow {
    margin: 40px 0 56px;
  }
  .interview_path svg {
    display: block;
  }
  .interview_path_annotation {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .interview_path_annotation {
    text-align: left;
  }
  .interview_path_annotation p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .career_svg img {
    max-width: 750px;
  }
}
/*================================================
interview----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
beginners-guide----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.beginnersguide_section1 .point__wrapper {
  background: #F0F5FB;
  text-align: center;
  position: relative;
  z-index: -1;
  margin-bottom: 112px;
}
.beginnersguide_section1 .inner__contents {
  position: relative;
  padding: 70px 0 46px;
}
.beginnersguide_section1 h2 {
  margin-bottom: 65px;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  color: #333;
  line-height: 1.8;
}
.beginnersguide_section1 .point_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.beginnersguide_section1 .point_column {
  -webkit-flex-basis: 313px;
      -ms-flex-preferred-size: 313px;
          flex-basis: 313px;
}
.beginnersguide_section1 .pos__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 227px;
}
.beginnersguide_section1 h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #1f266e;
}
.beginnersguide_section1 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.beginnersguide_section1 .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.beginnersguide_section1 .column__txt {
  -webkit-flex-basis: 52.5%;
      -ms-flex-preferred-size: 52.5%;
          flex-basis: 52.5%;
}

.beginnersguide_section2 {
  margin: 74px 0 70px;
  overflow: hidden;
}

.beginnersguide_section3 .answer_wrap {
  margin-top: 97px;
}

.beginnersguide_section4 {
  margin: 86px 0 144px;
}
.beginnersguide_section4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.beginnersguide_section4 li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.beginnersguide_section4 li::before {
  content: "●";
  color: #2cadd5;
}
.beginnersguide_section4 h3 {
  margin: 54px 0 56px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #1f266e;
}
.beginnersguide_section4 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
}
.beginnersguide_section4 .column {
  padding: 4px;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.beginnersguide_section5 {
  background: #F0F5FB;
  padding: 85px 0 86px;
}
.beginnersguide_section5 h2 {
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  color: #1f266e;
  line-height: 1;
  margin-bottom: 92px;
}
.beginnersguide_section5 h2::before {
  content: "";
  background-image: url(../../../uploads/2023/06/point_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 130px;
  width: 200px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.beginnersguide_section6 {
  background: #F0F5FB;
}
.beginnersguide_section6 .beginnersguide__block {
  padding: 40px 70px 70px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.beginnersguide_section6 .beginnersguide__section + .beginnersguide__section {
  margin-top: 102px;
}
.beginnersguide_section6 .beginnersguide__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.beginnersguide_section6 .column__img {
  -webkit-flex-basis: 47.16%;
      -ms-flex-preferred-size: 47.16%;
          flex-basis: 47.16%;
}
.beginnersguide_section6 .column__txt {
  -webkit-flex-basis: 47.35%;
      -ms-flex-preferred-size: 47.35%;
          flex-basis: 47.35%;
}
.beginnersguide_section6 .beginnersguide__headline {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #1f266e;
  line-height: 1.78;
}
.beginnersguide_section6 .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -11px;
}
.beginnersguide_section6 .card {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px;
}
.beginnersguide_section6 .card p {
  margin-top: 10px;
}
.beginnersguide_section6 .page__btn {
  text-align: center;
  margin-top: 80px;
}

.beginnersguide__bottom {
  background-color: #F0F5FB;
}
.beginnersguide__bottom .btn_wrap {
  margin-top: 104px;
  padding: 42px 0 30px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
.beginnersguide__bottom .page__btn a {
  width: 372px;
}
.beginnersguide__bottom .bottom_pos {
  position: absolute;
  right: 26px;
  bottom: 0;
  max-width: 180px;
}

/*------------------------------------------------
beginners-guide----SP
------------------------------------------------*/
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .beginnersguide_section1 .pos__img {
    z-index: -1;
  }
  .beginnersguide__bottom .bottom_pos {
    z-index: -1;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section1 .point__wrapper {
    margin-bottom: 56px;
  }
  .beginnersguide_section1 .inner__contents {
    padding: 40px 0 100px;
  }
  .beginnersguide_section1 h2 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section1 h2 {
    font-size: 2.2rem;
    text-align: left;
  }
  .beginnersguide_section1 h2 br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section1 .point_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    margin: -10;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section1 .point_columns {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section1 .point_column {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
    padding: 10px;
  }
  .beginnersguide_section1 .pos__img {
    max-width: 130px;
  }
  .beginnersguide_section1 h3 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section1 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section1 .columns {
    display: block;
  }
  .beginnersguide_section1 .column__txt {
    margin-top: 24px;
  }
  .beginnersguide_section2 {
    margin: 46px 0 40px;
  }
  .beginnersguide_section3 .answer_wrap {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section3 .answer_wrap .page__btn a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section4 {
    margin: 46px 0 56px;
  }
  .beginnersguide_section4 ul {
    display: block;
    height: initial;
  }
  .beginnersguide_section4 li {
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section4 li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section4 h3 {
    margin: 36px 0 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section4 h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section4 .columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .beginnersguide_section4 .column {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
  .beginnersguide_section5 {
    padding: 40px 0 48px;
  }
  .beginnersguide_section5 h2 {
    padding-top: 30px;
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section5 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section5 h2::before {
    height: 90px;
    width: 160px;
  }
  .beginnersguide_section6 .beginnersguide__block {
    padding: 36px 16px 40px;
  }
  .beginnersguide_section6 .beginnersguide__section + .beginnersguide__section {
    margin-top: 62px;
  }
  .beginnersguide_section6 .beginnersguide__columns {
    display: block;
  }
  .beginnersguide_section6 .column__txt {
    margin-top: 24px;
  }
  .beginnersguide_section6 .beginnersguide__headline {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section6 .beginnersguide__headline {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section6 .cards {
    margin: -8;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .beginnersguide_section6 .card {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 8px;
  }
  .beginnersguide_section6 .card p {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section6 .card {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide_section6 .page__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide_section6 .page__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide__bottom .btn_wrap {
    margin-top: 64px;
    padding: 32px 10px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide__bottom .btn_wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide__bottom .page__btn {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide__bottom .page__btn a {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .beginnersguide__bottom .bottom_pos {
    right: 10px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .beginnersguide__bottom .bottom_pos {
    max-width: 90px;
  }
}
/*================================================
beginners-guide----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
welfare----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.welfare__toparea h2 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #1f266e;
}
.welfare__toparea {
  margin-bottom: 52px;
}

.welfare__content .welfare__columns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px -30px;
}
.welfare__content .outer_wrap {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
}
.welfare__content .welfare__columns {
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F0F5FB;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welfare__content .column__img {
  -webkit-flex-basis: 26%;
      -ms-flex-preferred-size: 26%;
          flex-basis: 26%;
}
.welfare__content .column__txt {
  -webkit-flex-basis: 68%;
      -ms-flex-preferred-size: 68%;
          flex-basis: 68%;
}
.welfare__content h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #1f266e;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .welfare__content h3 {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------
welfare----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .welfare__toparea h2 {
    margin-bottom: 28px;
  }
  .welfare__toparea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .welfare__toparea h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .welfare__content .welfare__columns_wrap {
    margin: -10px;
  }
  .welfare__content .outer_wrap {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 10px;
  }
  .welfare__content .welfare__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .welfare__content .welfare__columns {
    display: block;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1000px) {
  .welfare__content .column__txt {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .welfare__content .column__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .welfare__content h3 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .welfare__content h3 {
    font-size: 1.8rem;
  }
}
/*================================================
welfare----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_op__section1 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_op__section1 .column__img {
  -webkit-flex-basis: 58.33%;
      -ms-flex-preferred-size: 58.33%;
          flex-basis: 58.33%;
}
.recruit_op__section1 .column__txt {
  padding-top: 50px;
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}
.recruit_op__section1 h2 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 3.7rem;
  color: #1f266e;
}
.recruit_op__section1 .page__btn {
  margin-top: 70px;
  text-align: center;
}
.recruit_op__section1 .img_wrap {
  max-width: 900px;
  margin: auto;
  margin-top: 120px;
}

.recruit_op__section2 {
  padding: 90px 0 82px;
  position: relative;
}
.recruit_op__section2 .back_pos__img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 435px;
}
.recruit_op__section2 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_op__section2 .column {
  -webkit-flex-basis: 47.8%;
      -ms-flex-preferred-size: 47.8%;
          flex-basis: 47.8%;
}
.recruit_op__section2 a {
  display: block;
  position: relative;
}
.recruit_op__section2 .inner__wrap h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-top: 25px;
  width: 348px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 18px 0 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  color: #1f266e;
}
.recruit_op__section2 .img_wrap {
  margin-top: 66px;
}
.recruit_op__section2 .img_wrap a {
  position: relative;
  background-color: #2CADD5;
  border-radius: 8px;
  padding: 70px 55px;
}
.recruit_op__section2 .img_wrap a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/recruit_back3.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 15px;
  display: inline-block;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_op__section2 .img_wrap h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 16px;
}
.recruit_op__section2 .img_wrap p {
  color: #fff;
}
.recruit_op__section2 .pos__img {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 660px;
}

.recruit_op__section3 .recruit_op__section3_headline span {
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 5.2rem;
  text-align: center;
  color: #1f266e;
}
@media screen and (max-width: 1000px) {
  .recruit_op__section3 .recruit_op__section3_headline span {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.recruit_op__section3 .recruit_op__section3_headline h2 {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  margin: 5px 0 44px;
}
.recruit_op__section3 .recruit_op__section3_headline h4 {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #333;
  margin-bottom: 74px;
}
.recruit_op__section3 .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_op__section3 .column {
  -webkit-flex-basis: 29.16%;
      -ms-flex-preferred-size: 29.16%;
          flex-basis: 29.16%;
}
.recruit_op__section3 .top__recruit--link {
  padding: 30px;
}
.recruit_op__section3 .top__recruit--media {
  margin: auto;
}
.recruit_op__section3 .page__btn {
  text-align: center;
  margin: 50px 0 102px;
}
.recruit_op__section3 .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.recruit_op__section3 .btn_area a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#2CADD5), to(#24B9D7));
  background: -webkit-linear-gradient(left, #2CADD5, #24B9D7);
  background: linear-gradient(to right, #2CADD5, #24B9D7);
  border-radius: 8px;
  width: 570px;
  height: 102px;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}
.recruit_op__section3 .btn_area a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/recruit_back3.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 15px;
  display: inline-block;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_op__section3 .btn_area .pos__img {
  max-width: 60px;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit_op__section4 {
  margin-top: 90px;
}

.recruit_op__section4--headline span {
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 900;
  font-size: 5.2rem;
  text-align: center;
  color: #1f266e;
}
@media screen and (max-width: 1000px) {
  .recruit_op__section4--headline span {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.recruit_op__section4--headline h2 {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  margin: 5px 0 44px;
}

/*------------------------------------------------
recruit----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .recruit_op__section1 .columns {
    display: block;
  }
  .recruit_op__section1 .column__txt {
    padding-top: 24px;
  }
  .recruit_op__section1 h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section1 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section1 .page__btn {
    margin-top: 40px;
  }
  .recruit_op__section1 .img_wrap {
    margin-top: 56px;
  }
  .recruit_op__section2 {
    padding: 56px 0 40px;
  }
  .recruit_op__section2 .back_pos__img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 435px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .back_pos__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section2 .columns {
    display: block;
  }
  .recruit_op__section2 .column + .column {
    margin-top: 24px;
  }
  .recruit_op__section2 .inner__wrap h2 {
    padding-left: 8px;
    padding-top: 16px;
    width: 348px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .inner__wrap h2 {
    font-size: 1.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section2 .img_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .img_wrap {
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section2 .img_wrap a {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .img_wrap a::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section2 .img_wrap h2 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .img_wrap h2 {
    margin-top: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section2 .pos__img {
    right: 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section2 .pos__img {
    position: static;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section3 .recruit_op__section3_headline h3 {
    margin: 4px 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section3 .recruit_op__section3_headline h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section3 .recruit_op__section3_headline h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section3 .recruit_op__section3_headline h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section3 .columns {
    display: block;
  }
  .recruit_op__section3 .column {
    max-width: 350px;
    margin: auto;
  }
  .recruit_op__section3 .column + .column {
    margin-top: 30px;
  }
  .recruit_op__section3 .top__recruit--link {
    padding: 26px 16px;
  }
  .recruit_op__section3 .page__btn {
    text-align: center;
    margin: 40px 0 64px;
  }
  .recruit_op__section3 .btn_area {
    display: block;
  }
  .recruit_op__section3 .btn_area a + a {
    margin-top: 24px;
  }
  .recruit_op__section3 .btn_area a {
    margin: auto;
    width: 570px;
    height: 102px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section3 .btn_area a {
    font-size: 1.8rem;
    width: 100%;
    height: 82px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section3 .btn_area a::before {
    right: 20px;
    height: 20px;
    width: 12px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section3 .btn_area .pos__img {
    left: 20px;
    max-width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_op__section4 {
    margin-top: 56px;
  }
  .recruit_op__section4 h3 {
    margin: 4px 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .recruit_op__section4 h3 {
    font-size: 1.4rem;
  }
}
/*================================================
recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
404----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#not-found .title-404 {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
}

#not-found .catch {
  display: block;
  margin: 20px 0 50px;
  font-size: 2.4rem;
}

#errorNavi {
  margin-top: 60px;
}

#errorNavi a {
  text-decoration: none;
}

#errorNavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -14px;
}

#errorNavi ul li {
  padding: 0 14px;
  font-size: 1.6rem;
}

#errorNavi ul li + li {
  border-left: 1px solid #707070;
}

@media screen and (max-width: 1000px) {
  #errorNavi ul {
    display: block;
  }
  #errorNavi ul li {
    padding: 10px;
    max-width: 250px;
    margin: auto;
  }
  #errorNavi ul li + li {
    border-left: none;
    border-top: 1px solid #707070;
  }
  #errorNavi a {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #not-found .title-404 {
    font-size: 4rem;
  }
  #not-found .catch {
    text-align: left;
    font-size: 2rem;
  }
  #not-found p {
    text-align: left;
  }
}
/*------------------------------------------------
スタンバイ----SP
------------------------------------------------*/
/*================================================
スタンバイ----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
スタンバイ----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*------------------------------------------------
スタンバイ----SP
------------------------------------------------*/
/*================================================
スタンバイ----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
slider----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.parts--slider .contents__case .slick-prev,
.top__recruit--slider .slick-prev {
  z-index: 10;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 37px;
  width: 37px;
}
@media screen and (min-width: 1200px) {
  .parts--slider .contents__case .slick-prev,
  .top__recruit--slider .slick-prev {
    left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .parts--slider .contents__case .slick-prev,
  .top__recruit--slider .slick-prev {
    height: 24px;
    width: 24px;
  }
}
.parts--slider .contents__case .slick-prev::before,
.top__recruit--slider .slick-prev::before {
  content: "";
  background-image: url(../../../uploads/2023/06/slick_arrow_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 37px;
  width: 37px;
  display: inline-block;
  position: absolute;
  opacity: 1;
  left: 50px;
  top: 0;
}
@media screen and (max-width: 500px) {
  .parts--slider .contents__case .slick-prev::before,
  .top__recruit--slider .slick-prev::before {
    height: 24px;
    width: 24px;
  }
}
.parts--slider .contents__case .slick-next,
.top__recruit--slider .slick-next {
  z-index: 10;
  opacity: 1;
  top: 50%;
  height: 37px;
  width: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .parts--slider .contents__case .slick-next,
  .top__recruit--slider .slick-next {
    right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .parts--slider .contents__case .slick-next,
  .top__recruit--slider .slick-next {
    height: 24px;
    width: 24px;
  }
}
.parts--slider .contents__case .slick-next::before,
.top__recruit--slider .slick-next::before {
  content: "";
  background-image: url(../../../uploads/2023/06/slick_arrow_next.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 37px;
  width: 37px;
  display: inline-block;
  position: absolute;
  opacity: 1;
  right: 50px;
  top: 0;
}
@media screen and (max-width: 500px) {
  .parts--slider .contents__case .slick-next::before,
  .top__recruit--slider .slick-next::before {
    height: 24px;
    width: 24px;
  }
}
.parts--slider .contents__case .contents__case--slide,
.top__recruit--slider .contents__case--slide {
  border: solid 3px #F0F5FB;
}
@media screen and (min-width: 1001px) {
  .parts--slider .contents__case .contents__case--column,
  .top__recruit--slider .contents__case--column {
    padding: 25px;
  }
  .parts--slider .contents__case .contents__case--btns,
  .top__recruit--slider .contents__case--btns {
    margin-top: 50px;
  }
}

.top__recruit--slider .slick-prev::before {
  left: 0px;
  top: 0;
}
.top__recruit--slider .slick-next::before {
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .top__recruit--slider .slick-next::before {
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .top__recruit .top__recruit--slider .slick-next {
    right: auto;
    left: 100%;
  }
}
/*------------------------------------------------
slider----SP
------------------------------------------------*/
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .parts--slider .contents__case .contents__case--img {
    max-width: 260px;
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
  }
  .parts--slider .contents__case .contents__case--info {
    max-width: calc(100% - 260px);
    -webkit-flex-basis: calc(100% - 260px);
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px);
  }
}
@media screen and (max-width: 1000px) {
  .parts--slider .contents__case .contents__case--slide {
    padding: 20px;
  }
  .parts--slider .contents__case .contents__case--count {
    display: block;
    margin-bottom: 8px;
  }
  .parts--slider .contents__case .contents__case--headline {
    display: block;
  }
  .parts--slider .contents__case .slick-prev::before {
    left: 30px;
  }
  .parts--slider .contents__case .slick-next::before {
    right: 30px;
  }
}
/*================================================
slider----END
==================================================*/
.top__recruit .container {
  overflow: visible;
}
.top__recruit .top__recruit--slider .slick-prev {
  left: -37px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .top__recruit .top__recruit--slider .slick-prev {
    left: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .top__recruit .top__recruit--slider .slick-next {
    right: 0;
  }
}

.body__contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .body__contents {
    margin-bottom: 72px;
  }
}

/* @media screen and (min-width:1000px) {
    .lower__side__anchor{
        position: sticky;
        top: 0;
    }
} */
@media screen and (min-width: 1600px) {
  .parts--slider .contents__case .slick-prev {
    left: initial;
  }
  .parts--slider .contents__case .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .sp_limit {
    max-width: 75%;
  }
  .top__recruit--slider .slick-next::before {
    right: -15px;
  }
}
.lower__interview--headline {
  display: block;
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .lower__interview--headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .lower__interview--headline {
    font-size: 2rem;
  }
}
.lower__interview--gra {
  display: inline;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#1F266E), to(#24b9d7));
  background: -webkit-linear-gradient(left, #1F266E, #24b9d7);
  background: linear-gradient(to right, #1F266E, #24b9d7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .lower__interview--gra {
    padding: 5px 10px;
    line-height: 2.2;
  }
}

.main__block__interview {
  padding-top: 40px;
}

.interview .wrap-anchorlink {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .main__block__interview {
    padding-top: 30px;
  }
  .interview .wrap-anchorlink {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__products--slider .slick-prev {
    z-index: 10;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 37px;
    width: 37px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lower__products--slider .slick-prev {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__products--slider .slick-prev::before {
    content: "";
    background-image: url(../../../uploads/2023/06/slick_arrow_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    display: inline-block;
    position: absolute;
    opacity: 1;
    left: 7px;
    top: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lower__products--slider .slick-prev::before {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__products--slider .slick-next {
    z-index: 10;
    opacity: 1;
    top: 50%;
    height: 37px;
    width: 37px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lower__products--slider .slick-next {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__products--slider .slick-next::before {
    content: "";
    background-image: url(../../../uploads/2023/06/slick_arrow_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    display: inline-block;
    position: absolute;
    opacity: 1;
    right: 7px;
    top: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lower__products--slider .slick-next::before {
    height: 24px;
    width: 24px;
  }
}
.sect__contact--catch {
  margin-top: 80px;
}

.lower__interview--caption {
  color: #1f266e;
  font-size: 2rem;
  margin-bottom: 21px;
}
.lower__interview--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 828px) {
  .lower__interview--columns {
    display: block;
  }
}
.lower__interview--column {
  max-width: 45%;
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__interview--column + .lower__interview--column {
  max-width: 55%;
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
}
@media screen and (max-width: 828px) {
  .lower__interview--column, .lower__interview--column + .lower__interview--column {
    max-width: 100%;
    width: 100%;
  }
}
.lower__interview--table th,
.lower__interview--table td {
  display: table-cell !important;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 1.6rem;
  width: 14.2857142857%;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .lower__interview--table th,
  .lower__interview--table td {
    min-width: 200px;
  }
}
.lower__interview--table th {
  color: #fff;
  background: #1f266e;
  border-color: #ddd;
}
.lower__interview--table small {
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.lower__interview--cell-b {
  background: #F0F5FB;
}
.lower__interview--cell-y {
  background: rgba(44, 173, 213, 0.34);
}

/* overseas-corporation */
.or-cr__concept {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  margin-bottom: 26px;
}
@media screen and (max-width: 1000px) {
  .or-cr__concept {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .or-cr__concept {
    font-size: 1.8rem;
  }
}
.or-cr__wrap--img {
  margin: 56px auto 84px;
  max-width: 1050px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .or-cr__wrap--img {
    margin: 48px auto 60px;
  }
}
.or-cr__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns {
    display: block;
  }
}
.or-cr__columns .column__img {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.or-cr__columns .column__txt {
  -webkit-flex-basis: 53.83%;
      -ms-flex-preferred-size: 53.83%;
          flex-basis: 53.83%;
}
.or-cr__columns .column__txt .text__wrap {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns .column__txt {
    margin-top: 20px;
  }
}
.or-cr__columns--map {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns--map {
    display: block;
    margin-top: 52px;
  }
}
.or-cr__columns--map .column__map {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.or-cr__columns--map .column__txt {
  -webkit-flex-basis: 30.33%;
      -ms-flex-preferred-size: 30.33%;
          flex-basis: 30.33%;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns--map .column__txt {
    margin-top: 20px;
  }
}
.or-cr__columns1 {
  margin-bottom: 58px;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns1 {
    margin-bottom: 48px;
  }
}
.or-cr__columns2 {
  margin-bottom: 96px;
}
@media screen and (max-width: 1000px) {
  .or-cr__columns2 {
    margin-bottom: 52px;
  }
}

.lower__products--wrapper table img {
  display: block;
  margin: auto;
}

.lower__requirements td a {
  color: #3366ff;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower__headline_border {
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  color: #333;
  padding: 0 0 17px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #1F266E;
}
.lower__headline_border::before {
  position: absolute;
  width: 8px;
  height: 36px;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#24B9D7), to(#1F266E));
  background: -webkit-linear-gradient(top, #24B9D7 0%, #1F266E 100%);
  background: linear-gradient(to bottom, #24B9D7 0%, #1F266E 100%);
}

.page__btn a {
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  background-color: #1F266E;
  border: 1px solid #1F266E;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .page__btn a {
    min-width: 310px;
  }
}
@media screen and (max-width: 1000px) {
  .page__btn a {
    min-width: 280px;
  }
}
.page__btn.page__btn--blank a::before {
  content: "";
  background-image: url(../../../uploads/2023/06/blank_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 16px;
  display: inline-block;
  margin-right: 20px;
}

/*------------------------------------------------
汎用クラス----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .lower__headline_border {
    margin-bottom: 36px;
    padding: 0 0 16px 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lower__headline_border {
    font-size: 2rem;
  }
  .lower__headline_border::before {
    width: 6px;
    height: 30px;
  }
}
/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
anchorlink----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*------------------------------------------------
anchorlink----SP
------------------------------------------------*/
/*================================================
anchorlink----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用余白----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mt_sct {
  margin-top: 64px;
}

.mt_big {
  margin-top: 54px;
}

.mt_medium2 {
  margin-top: 36px;
}

.mt_medium {
  margin-top: 30px;
}

.mt_mini2 {
  margin-top: 20px;
}

.mt_mini {
  margin-top: 16px;
}

/*================================================
汎用余白----SP
==================================================*/
@media screen and (max-width: 1000px) {
  .mt_sct {
    margin-top: 54px;
  }
  .mt_big {
    margin-top: 48px;
  }
  .mt_medium2 {
    margin-top: 28px;
  }
  .mt_medium {
    margin-top: 24px;
  }
  .mt_mini2 {
    margin-top: 16px;
  }
  .mt_mini {
    margin-top: 8px;
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用余白----SP
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table_wrap tr {
  border-top: solid 1px #999;
}
.table_wrap tr:last-of-type {
  border-bottom: solid 1px #999;
}
.table_wrap td,
.table_wrap th {
  padding: 30px 25px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_wrap th {
  background: #F0F5FB;
  width: 165px;
  font-weight: bold;
  color: #1F266E;
}

/*------------------------------------------------
table_wrap----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .table_wrap td,
  .table_wrap th {
    display: block;
    padding: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .table_wrap td,
  .table_wrap th {
    font-size: 1.5rem;
    line-height: 2;
  }
}
/*================================================
table_wrap----END
==================================================*//*# sourceMappingURL=customize.css.map */