@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
/*変数設定用*/
@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir.otf");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

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

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "Avenir", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 6rem 6rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header {
    padding: 1rem 5.3vw;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .headlogo {
    width: 28.8vw;
    line-height: 1;
  }
}

@media screen and (max-width: 1040px) {
.headnav.vpc {
display: none;
}
}

header .headnav .headnav__List {
  display: flex;
  align-items: center;
}

header .headnav .headnav__List .headnav__Item {
  margin-left: 3rem;
}
header .headnav .headnav__List .headnav__Item a {
  font-size: 1.5rem;
  color: #004864;
  display: flex;
}

header .headnav .headnav__List .headnav__Item.-contact a {
  padding: 0.8rem 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  background-color: #004864;
  color: #fff;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

header .headnav .headnav__List .headnav__Item.-contact a:hover {
  border-color: #004864;
  background-color: transparent;
  color: #004864;
}

header .headnav .headnav__List .headnav__Item.-contact a svg {
  transition: 0.3s;
  fill:#fff;
}

header .headnav .headnav__List .headnav__Item.-contact a:hover svg {
  fill: #004864;
}

header .overwrap {
  position: relative;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.6s;
}

@media screen and (max-width: 1040px) {
  header .overwrap.vsp {
    display: block;
    }
    }

header .overwrap.-active {
  opacity: 1;
  visibility: initial;
  z-index: 1000;
}

header .navToggle {
  position: fixed;
  right: 2rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 10000;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 1040px) {
  header .navToggle.vsp {
    display: block;
    }
}

header .navToggle span {
  display: block;
  position: absolute;
  width: 3rem;
  border-bottom: solid 0.1rem #004864;
  transition: 0.3s ease-in-out;
}
header .navToggle span:nth-child(1) {
  top: 1.3rem;
}
header .navToggle span:nth-child(2) {
  top: 1.8rem;
}
header .navToggle.active {
  right: 7rem;
}
header .navToggle.active:before {
  content: "Close";
  color: #fff;
  font-family: "Cormorant", serif;
  position: absolute;
  right: -5rem;
  top: 0.75rem;
  font-size: 1.9rem;
}
header .navToggle.active span:nth-child(1) {
  top: 18px;
  transform: rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
}
header .navToggle.active.active span:nth-child(2) {
  top: 18px;
  transform: rotate(45deg);
  border-bottom: solid 0.1rem #fff;
}
header nav.globalMenuSp {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  color: #000;
  transform: translateX(86vw);
  transition: all 0.6s;
  width: 85vw;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #004864;
}

@media screen and (max-width: 1040px) {
header nav.globalMenuSp.vsp {
  display: block;
  }
  }

header nav.globalMenuSp ul {
  height: 100%;
  margin-left: auto;
  padding: 0;
  width: 100%;
  padding-top: 10rem;
}
header nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  position: relative;
}
header nav.globalMenuSp ul li .Clickbtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 6.4rem;
  width: 6.4rem;
}
header nav.globalMenuSp ul li .Clickbtn:before {
  position: absolute;
  right: 3.8rem;
  top: calc(50% - 0.9rem);
  /* margin-top: -8px; */
  content: "";
  background: #fff;
  height: 1.8rem;
  width: 0.1rem;
}
header nav.globalMenuSp ul li .Clickbtn:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -1px;
  content: "";
  background: #fff;
  width: 1.8rem;
  height: 0.1rem;
  margin-top: -1px;
}
header nav.globalMenuSp ul li .Clickbtn.op:before {
  display: none;
}
header nav.globalMenuSp ul li.no_icon a:after,
header nav.globalMenuSp ul li.no_icon a:before {
  display: none;
}
header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
header nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 2rem 2rem 2rem 4rem;
  font-size: 1.6rem;
}
header nav.globalMenuSp ul li > ul {
  display: none;
  background: none;
  padding-top: 0;
  padding-bottom: 5rem;
}
header nav.globalMenuSp ul li > ul li a {
  font-size: 1.4rem;
  padding: 1rem 0 1rem 6rem;
}
header nav.globalMenuSp ul li > ul li a:before,
header nav.globalMenuSp ul li > ul li a:after {
  display: none;
}
header nav.globalMenuSp.active {
  transform: translateX(0%);
}
header.-fixed {
  padding: 2.4rem 6rem;
}
@media screen and (max-width: 768px) {
  header.-fixed {
    padding: 1rem 5.3vw;
  }
}
header.phase2 {
  padding: 2.4rem 6rem;
}
@media screen and (max-width: 768px) {
  header.phase2 {
    padding: 1rem 5.3vw;
  }
}

.commonContact {
  background: #f5f7f8;
  padding: 16rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .commonContact {
    padding: 7rem 0 6rem;
  }
}
.commonContact .commonContact__Inner {
  max-width: 104rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .commonContact .commonContact__Inner {
    max-width: initial;
    width: 88%;
    margin: auto;
  }
}
.commonContact .commonContact__Inner .commonContact__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .commonContact .commonContact__Inner .commonContact__Flex {
    display: block;
  }
}
.commonContact .commonContact__Inner .commonContact__Flex .commonContact__Fl {
  max-width: 39rem;
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .commonContact .commonContact__Inner .commonContact__Flex .commonContact__Fl {
    max-width: initial;
    width: 100%;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Fl
  .commonContactt__Ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fl
    .commonContactt__Ttl {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Fl
  .commonContactt__Ttl
  .jp-ttl {
  margin-left: 1.5rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fl
    .commonContactt__Ttl
    .jp-ttl {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Fl
  .commonContactt__Ttl
  .en-ttl:before {
  background-image: url(./../img/img_enttl_line_contact.png);
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fl
    .commonContact__Txt {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.commonContact .commonContact__Inner .commonContact__Flex .commonContact__Fr {
  max-width: 55rem;
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .commonContact .commonContact__Inner .commonContact__Flex .commonContact__Fr {
    max-width: initial;
    width: 100%;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Fr
  .commonContact__Btn {
  background-color: #004864;
  color: #fff;
  padding: 1.5rem;
  display: block;
  text-align: center;
  border: 0.1rem solid #004864;
  border-radius: 0.5rem;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  background-image: url(./../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center right 3.5rem;
  background-size: 2rem;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fr
    .commonContact__Btn {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    background-size: 1.6rem;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Fr
  .commonContact__Btn:hover {
  background-color: #fff;
  color: #004864;
  background-image: url(./../img/icon_mail_hover.svg);
  background-repeat: no-repeat;
  background-position: center right 3.5rem;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fr
    .commonContact__Btn:hover {
    background-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Fr
    .commonContact__Btn.-recruitBtn {
    padding: 1rem 1.5rem;
  }
}
.commonContact .commonContact__Inner .commonContact__Flex .commonContact__Txt {
  font-size: 1.5rem;
  color: #1d1d1d;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Txt {
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Txt
    br {
    display: none;
  }
}
.commonContact
  .commonContact__Inner
  .commonContact__Flex
  .commonContact__Txt
  br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .commonContact
    .commonContact__Inner
    .commonContact__Flex
    .commonContact__Txt
    br.sp {
    display: block !important;
  }
}

footer {
  background: #004864;
  padding: 17.5rem 0 3rem;
}
@media screen and (max-width: 1040px) {
  footer {
    padding: 7.6rem 0 10rem;
  }
}
footer .footer__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex {
    display: block;
    text-align: center;
  }
}
footer .footer__Flex .footer__Logo {
  width: 17.5rem;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .footer__Logo {
    width: 45%;
    margin: auto;
  }
}
footer .footer__Flex .footer__Nav {
  width: calc(100% - 18rem);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .footer__Nav {
    display: none;
  }
}
footer .footer__Flex .footer__Nav .footer__List.-list01 {
  margin-right: 5.5rem;
}
footer .footer__Flex .footer__Nav .footer__List.-list02 {
  margin-right: 8.8rem;
}
footer .footer__Flex .footer__Nav .footer__List.-list03 {
  margin-right: 3rem;
}
footer .footer__Flex .footer__Nav .footer__List.-list04 {
  margin-right: 6.5rem;
}
footer .footer__Flex .footer__Nav .footer__List.-list05 {
  margin-right: 6rem;
}
footer .footer__Flex .footer__Nav .footer__List .footer__Item {
  margin-bottom: 0.7rem;
}
footer .footer__Flex .footer__Nav .footer__List .footer__Item a {
  color: #fff;
  font-size: 1.5rem;
}
footer .footer__Flex .footer__Nav .footer__List .footer__Item.-first {
  margin-bottom: 2.5rem;
}
footer .footer__Flex .footer__Nav .footer__List .footer__Item.-first a {
  font-size: 1.8rem;
}
footer .footer__Flex .footer__Privacy {
  color: #fff;
  font-size: 1.4rem;
}
footer .footer__Flex .-tac {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .-tac {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .-tac a img {
    width: 3rem;
    max-width: none;
  }
}
footer .footer__Flex .footer__Fr {
  text-align: right;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .footer__Fr {
    text-align: center;
  }
}
footer .footer__Flex .footer__Fr .footer__Copyright {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Avenir";
  margin-top: 2rem;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex .footer__Fr .footer__Copyright {
    margin-top: 1rem;
  }
}
footer .footer__Flex.-last {
  margin-top: 9rem;
  align-items: flex-end;
}
@media screen and (max-width: 1040px) {
  footer .footer__Flex.-last {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1366px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 84%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  transform: translateY(30px);
}
.lazy_bottom.on {
  transform: none;
}

/*英字タイトル*/
.en-ttl {
  display: inline-block;
  font-size: 7.1rem;
  background: linear-gradient(
    90deg,
    #004864,
    #004864 calc(100% - 9em),
    #5d8a6e
  );
  background: -webkit-linear-gradient(
    0deg,
    #004864,
    #004864 calc(100% - 9rem),
    #5d8a6e
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant", serif;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .en-ttl {
    font-size: 3.8rem;
  }
}
.en-ttl:before {
  position: absolute;
  bottom: 1.1rem;
  left: -5%;
  width: 110%;
  height: 0.2rem;
  content: "";
  background-size: 110%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .en-ttl:before {
    bottom: 0.5rem;
  }
}

.jp-ttl {
  font-size: 2.4rem;
  color: #004864;
  font-family: "Yu Gothic Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  .jp-ttl {
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
  }
}

@keyframes arrow__Btn {
  0% {
    width: 0;
  }
  100% {
    width: 14rem;
  }
}
.arrow__Btn {
  font-size: 2.2rem;
  color: #004864;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1em;
  padding-right: 16rem;
}
@media screen and (max-width: 768px) {
  .arrow__Btn {
    height: auto;
    padding-right: 6rem;
    overflow: initial;
  }
}
.arrow__Btn:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.55rem);
  width: 0.6rem;
  height: 1.1rem;
  content: "";
  background: url(./../img/img_arrow.svg);
}
@media screen and (max-width: 768px) {
  .arrow__Btn:before {
    top: auto;
    bottom: -1.5rem;
  }
}
.arrow__Btn:after {
  position: absolute;
  left: 19rem;
  top: calc(50% - 0.05rem);
  width: 14rem;
  height: 0.1rem;
  content: "";
  background: #004864;
}
@media screen and (max-width: 768px) {
  .arrow__Btn:after {
    left: 0;
    top: auto;
    bottom: -1rem;
    width: 17rem;
  }
}
.arrow__Btn span {
  display: block;
  font-size: 2.2rem;
  color: #004864;
  transition: 0.2s;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .arrow__Btn span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow__Btn span:nth-of-type(2) {
    display: none;
  }
}
.arrow__Btn:hover span:nth-of-type(1) {
  transform: translateY(-1em);
}
@media screen and (max-width: 768px) {
  .arrow__Btn:hover span:nth-of-type(1) {
    transform: initial;
  }
}
.arrow__Btn:hover span:nth-of-type(2) {
  transform: translateY(-1em);
}
.arrow__Btn:hover:after {
  animation-name: arrow__Btn;
  animation-fill-mode: backwards;
  animation-duration: 0.3s;
  animation-direction: normal;
}

#page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 8rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 14%;
    bottom: 2.6%;
    right: 2.6vw;
  }
}

.breadcrumb {
  margin: 2rem auto 5rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  font-size: 1.2rem;
  color: #484848;
  margin-right: 3rem;
  padding-right: 3rem;
  position: relative;
}
.breadcrumb li:before {
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 0.75em);
  content: "〉";
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li a {
  font-size: 1.2rem;
  color: #484848;
}

.under__Ttl {
  text-align: center;
  margin-bottom: 8.5rem;
  font-size: 3rem;
  color: #004864;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .under__Ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 4.8rem;
  }
}

.pageNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageNav.-business ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .pageNav ul {
    flex-wrap: wrap;
  }
  .pageNav.-business ul {
    flex-direction: column;
    row-gap: 0;
  }
}

.pageNav ul li {
  margin: 0 3.3rem;
}

@media screen and (max-width: 768px) {
  .pageNav ul li {
    width: 40%;
    margin: 0 0 1.5rem;
    /* padding: 0 2rem; */
    text-align: center;
  }
  .pageNav.-business ul li {
    width: fit-content;
  }
}

.pageNav ul li a {
  font-size: 1.5rem;
  color: #1c4761;
  font-weight: 500;
  position: relative;
}

.pageNav ul li a:before {
  position: absolute;
  right: -2.5rem;
  top: calc(50% - 0.4rem);
  width: 1.3rem;
  height: 0.9rem;
  background: url(./../img/icon_under_arrow.svg);
  content: "";
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .pageNav ul li a:before {
    right: -1.5rem;
    width: 1rem;
    height: 0.7rem;
  }
}

.phase2__Mv {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .phase2__Mv {
    margin-top: 6rem;
  }
}
.phase2__Mv .phase2__Mvttl {
  margin: 11rem auto 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .phase2__Mv .phase2__Mvttl {
    margin: 8rem auto 7rem;
  }
}
.phase2__Mv .phase2__Mvttl .phase2__Mvttl-En {
  font-size: 4.5rem;
  color: #004864;
  font-family: "Cormorant", serif;
  font-weight: 600;
  letter-spacing: 0.22rem;
}
@media screen and (max-width: 768px) {
  .phase2__Mv .phase2__Mvttl .phase2__Mvttl-En {
    font-size: 3.5rem;
  }
}
.phase2__Mv .phase2__Mvttl .phase2__Mvttl-Jp {
  display: block;
  font-size: 1.8rem;
  color: #004864;
}

.phase2__Mv .phase2__Mvttl .phase2__Mvttl-Jp--privacy {
  display: block;
  font-size: 2.1rem;
  font-weight: 600;
  text-decoration: underline;
  color: #1D1D1D;
}

@media screen and (max-width: 768px) {
  .phase2__Mv .phase2__Mvttl .phase2__Mvttl-Jp {
    font-size: 1.4rem;
  }
  .phase2__Mv .phase2__Mvttl .phase2__Mvttl-Jp--privacy {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .phase2__Mv.-contact .phase2__Mvttl {
    margin: 8rem auto 2.4rem;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: 2s;
  transition-delay: 4s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
@media screen and (max-width: 768px) {
  #loading {
    height: 100vh;
    height: 100svh;
  }
}
#loading #anime01 {
  fill: #004864;
  transition: 0.6s;
  transform: translateY(20%);
  opacity: 0;
  display: block;
  max-width: 300px;
  margin-bottom: -0.85rem;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #loading #anime01 {
    margin-bottom: -1.25rem;
  }
}
#loading #anime01.on {
  transform: translateY(0);
  opacity: 1;
}
#loading #anime03 {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.8s;
  transform: translateX(-100%);
}
#loading #anime03.on {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  #loading #anime03 {
    width: 100%;
  }
}
#loading .cls-1 {
  fill: #004864;
}
#loading .cls-2 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
#loading.none {
  transition: 0s;
  display: none;
}

.spinner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
}
.spinner .spin_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
}
.spinner svg {
  width: 300px;
  transition: 1s;
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  .spinner svg {
    width: 250px;
  }
}
.spinner svg.fillon {
  opacity: 0;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.frontMv {
  margin-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .frontMv {
    background: none;
    margin-top: 5.6rem;
    height: 100%;
  }
}

.frontMv .frontMv__Wrap {
  margin: auto;
  position: relative;
}

.frontMv .frontMv__Wrap .frontMv__Image {
  width: 100%;
  padding: 0 6rem;
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 13.6rem);
  list-style: none;
}

@media screen and (max-width: 768px) {
  .frontMv .frontMv__Wrap .frontMv__Image {
    height: 100%;
    padding: 0;
    max-height: none;
  }
}
.frontMv .frontMv__Wrap .frontMv__Image:before {
  position: absolute;
  left: 6rem;
  top: 0;
  width: calc(100% - 12rem);
  height: 100%;
  background: #004864;
  opacity: 0.5;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .frontMv .frontMv__Wrap .frontMv__Image:before {
    width: 100%;
    left: 0;
  }
}
.frontMv .frontMv__Wrap .frontMv__Image img {
  width: 100%;
}

.frontMv .frontMv__Wrap .frontMv__Ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 3rem;
  color: #FFF;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 160%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6rem * 2);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .frontMv .frontMv__Wrap .frontMv__Ttl {
    font-family: inherit;
    font-size: 2rem;
    width: 100%;
    line-height: 32px;
    letter-spacing: 0.1em;
    z-index: 10;
  }
}

.frontMv .frontMv__Wrap .frontMv__Ttl span {
  display: block;
  color: #FFF;
  text-align: center;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 175%;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .frontMv .frontMv__Wrap .frontMv__Ttl span {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px; /* 200% */
  }
}

.frontVision {
  background: #f1f4f5;
  padding: 4rem 6rem;
  margin: 0 0 10rem;
}
@media screen and (max-width: 768px) {
  .frontVision {
    padding: 3rem 2%;
  }
}
.frontVision .frontVision__Inner {
  background: #fff;
}
.frontVision .frontVision__Inner .frontVision__Wrap {
  max-width: 115rem;
  margin: auto;
}
.frontVision .frontVision__Inner .frontVision__Flex {
  margin: auto;
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center; */
  padding: 11rem 4% 12rem;
}
@media screen and (max-width: 768px) {
  .frontVision .frontVision__Inner .frontVision__Flex {
    display: block;
    padding: 5rem 5% 7.5rem;
  }
}
/* .frontVision .frontVision__Inner .frontVision__Flex .frontVision__Fl {
  max-width: 41.5rem;
  width: 46%;
} */
/* @media screen and (max-width: 768px) {
  .frontVision .frontVision__Inner .frontVision__Flex .frontVision__Fl {
    max-width: 100%;
    width: 100%;
  }
} */
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fl
  .frontVision__Ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .frontVision
    .frontVision__Inner
    .frontVision__Flex
    .frontVision__Fl
    .frontVision__Ttl {
    margin-bottom: 5rem;
  }
}
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fl
  .frontVision__Ttl
  .jp-ttl {
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .frontVision
    .frontVision__Inner
    .frontVision__Flex
    .frontVision__Fl
    .frontVision__Ttl
    .jp-ttl {
    margin-left: 0;
  }
}
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fl
  .frontVision__Ttl
  .en-ttl:before {
  background-image: url(./../img/img_enttl_line_vision.png);
}
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fl
  .frontVision__Subttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 40px;
  color: #004864;
}
@media screen and (max-width: 768px) {
  .frontVision
    .frontVision__Inner
    .frontVision__Flex
    .frontVision__Fl
    .frontVision__Subttl {
    font-size: 1.7rem;
    line-height: 150%;
  }
}
/* .frontVision .frontVision__Inner .frontVision__Flex .frontVision__Fr {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .frontVision .frontVision__Inner .frontVision__Flex .frontVision__Fr {
    max-width: 100%;
    width: 100%;
  }
} */
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fr
  .frontVision__Txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2em;
  color: #1d1d1d;
  /* margin-bottom: 7rem; */
}
@media screen and (max-width: 768px) {
  .frontVision
    .frontVision__Inner
    .frontVision__Flex
    .frontVision__Fr
    .frontVision__Txt {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}
.frontVision
  .frontVision__Inner
  .frontVision__Flex
  .frontVision__Fr
  .frontVision__Btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .frontVision .arrow__Btn:after {
    width: 18rem;
  }
}

.frontBusiness {
  padding: 14rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness {
    padding: 7rem 0 9.5rem;
  }
}
.frontBusiness .frontBusiness__Ttl {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Ttl {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.frontBusiness .frontBusiness__Ttl .jp-ttl {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Ttl .jp-ttl {
    margin-top: 1rem;
  }
}
.frontBusiness .frontBusiness__Ttl .en-ttl:before {
  background-image: url(./../img/img_enttl_line_business.png);
}
.frontBusiness .frontBusiness__Catch {
  font-size: 2.2rem;
  color: #1d1d1d;
  text-align: center;
  margin: 6rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Catch {
    font-size: 1.5rem;
    text-align: left;
    margin: 5rem auto 2rem;
  }
}
.frontBusiness .frontBusiness__Flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex {
    display: block;
  }
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item {
  width: 48%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex .frontBusiness__Item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item a {
  display: block;
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item a figure {
  padding: 4.5rem;
  background: #f1f4f5;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex .frontBusiness__Item a figure {
    padding: 2.5rem;
    margin-top: 10rem;
  }
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item a figure img {
  transition: 0.3s;
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item
  a
  .frontBusiness__Enttl {
  text-align: center;
  color: #004864;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: -1em;
  position: relative;
  font-family: "Avenir";
  overflow: hidden;
  height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontBusiness
    .frontBusiness__Flex
    .frontBusiness__Item
    a
    .frontBusiness__Enttl {
    margin-top: -1.1em;
    font-size: 1.1rem;
    text-align: left;
    padding-left: 2.3rem;
  }
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item
  a
  .frontBusiness__Enttl
  span {
  display: block;
  transition: 0.2s;
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item a:hover {
  opacity: 1;
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item a:hover img {
  transform: scale(0.95);
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item
  a:hover
  .frontBusiness__Enttl
  span:nth-of-type(1) {
  transform: translateY(-1.2em);
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item
  a:hover
  .frontBusiness__Enttl
  span:nth-of-type(2) {
  transform: translateY(-1.2em);
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item .frontBusiness__Jpttl {
  font-size: 2.4rem;
  text-align: center;
  color: #004864;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness
    .frontBusiness__Flex
    .frontBusiness__Item
    .frontBusiness__Jpttl {
    font-size: 2rem;
    text-align: left;
    padding-left: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item.-Txtonly {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex .frontBusiness__Item.-Txtonly .frontBusiness__Jpttl {
    display: none;
  }
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item.-Txtonly > div {
  max-width: 51rem;
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item.-Txtonly
  .frontBusiness__Jpttl {
  text-align: left;
  margin-bottom: 2.5rem;
}
.frontBusiness
  .frontBusiness__Flex
  .frontBusiness__Item.-Txtonly
  .frontBusiness__Txt {
  font-size: 1.6rem;
  color: #1d1d1d;
  line-height: 2.2em;
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item.-first {
  position: relative;
}
.frontBusiness .frontBusiness__Flex .frontBusiness__Item.-first:before {
  position: absolute;
  right: -3rem;
  top: calc(50% - 6.5em);
  height: 0.1rem;
  width: 6rem;
  background: #004864;
  content: "";
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex .frontBusiness__Item.-first:before {
    display: none;
  }
}
.frontBusiness .frontBusiness__Flex:last-of-type {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Flex:last-of-type {
    margin-bottom: 5rem;
  }
}
.frontBusiness .frontBusiness__Flex.-column3 .frontBusiness__Item {
  width: 32%;
}
.frontBusiness .frontBusiness__Flex.-column3 .frontBusiness__Item a {
  padding: 2.5rem;
}
.frontBusiness .frontBusiness__Btn {
  text-align: right;
}
.frontBusiness .frontBusiness__Ps {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.6rem;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .frontBusiness .frontBusiness__Ps {
    margin-top: 3rem;
    text-align: left;
    font-size: 1.4rem;
    width: 17rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.frontMember {
  background: linear-gradient(
    180deg,
    #f1f4f5 0%,
    #f1f4f5 50%,
    #fff 50%,
    #fff 100%
  );
  padding: 11.6rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .frontMember {
    background: #fff;
    padding: 0 0 8rem;
  }
}
.frontMember .frontMember__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Flex {
    display: block;
  }
}
.frontMember .frontMember__Fl {
  max-width: 38rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fl {
    width: 100%;
  }
}
.frontMember .frontMember__Fl .frontMember__Ttl {
  margin-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fl .frontMember__Ttl {
    margin-bottom: 3.4rem;
  }
}
.frontMember .frontMember__Fl .frontMember__Ttl .jp-ttl {
  margin-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fl .frontMember__Ttl .jp-ttl {
    margin-top: 1rem;
  }
}
.frontMember .frontMember__Fl .frontMember__Ttl .en-ttl:before {
  background-image: url(./../img/img_enttl_line_member.png);
}
.frontMember .frontMember__Fl .frontMember__Txt {
  font-size: 1.6rem;
  color: #1d1d1d;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fl .frontMember__Txt {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.frontMember .frontMember__Fr {
  width: 55%;
  max-width: calc(100% - 40rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fr {
    width: 100%;
    max-width: 100%;
    margin-left: -5%;
  }
}
.frontMember .frontMember__Fr .frontMember__Abso {
  position: absolute;
  left: 0;
  top: 0;
  width: 55vw;
}
@media screen and (max-width: 768px) {
  .frontMember .frontMember__Fr .frontMember__Abso {
    width: 100vw;
    position: static;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slick-list {
  padding: 0 5% 0 0 !important;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .slick-list {
    padding: 0px 36% 0 0 !important;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem {
  margin-right: 2rem;
  cursor: unset;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem {
    margin-right: 1rem;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Thumbnail {
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Thumbnail {
    margin-bottom: 2.3rem;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Thumbnail:before {
  opacity: 0;
  transition: 0.3s;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  z-index: 1;
  background: url(./../img/img_frontmember_hover.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Thumbnail:before {
    display: none;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Thumbnail
  img {
  transition: 0.3s;
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Thumbnail
  .hover_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Thumbnail
    .hover_img {
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
  }
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Thumbnail
    .hover_img.-sphover {
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    opacity: 1;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Thumbnail
  .frontMember__ThumbnailTxt {
  opacity: 0;
  padding: 1.5rem 1rem;
  transition: 0.3s;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Thumbnail
    .frontMember__ThumbnailTxt {
    display: none;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Name {
  font-size: 2.6rem;
  color: #004864;
  font-family: "Cormorant", serif;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Name {
    font-size: 2.2rem;
    text-align: center;
    overflow: initial;
    height: initial;
    margin-bottom: 0;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Name
  span {
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Name
    span:nth-of-type(2) {
    display: none;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Position {
  font-size: 1.6rem;
  color: #004864;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Position {
    font-size: 1.4rem;
    text-align: center;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem
  .frontMember__Sptxt {
  display: none;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem
    .frontMember__Sptxt {
    display: block;
    font-size: 1.4rem;
    color: #878b8d;
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover {
  opacity: 1;
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Thumbnail {
  opacity: 1;
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Thumbnail:before {
  opacity: 1;
  bottom: -2%;
  transform: scale(1.05);
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Thumbnail
  img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem:hover
    .frontMember__Thumbnail
    img {
    transform: scale(1);
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Thumbnail
  .hover_img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem:hover
    .frontMember__Thumbnail
    .hover_img {
    opacity: 0;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Thumbnail
  .frontMember__ThumbnailTxt {
  opacity: 1;
  bottom: 0;
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Name
  span:nth-of-type(1) {
  transform: translateY(-1.4em);
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .frontMember__SlideItem:hover
    .frontMember__Name
    span:nth-of-type(1) {
    transform: initial;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .frontMember__SlideItem:hover
  .frontMember__Name
  span:nth-of-type(2) {
  transform: translateY(-1.4em);
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slick-dots {
  margin: auto;
  height: 0.1rem;
  bottom: -12.5rem;
  max-width: 66rem;
  width: calc(100% - 22rem);
  display: flex;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 1.5rem;
    max-width: initial;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slick-dots
  li {
  width: 25%;
  height: 1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .slick-dots
    li {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 1rem;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slick-dots
  li
  button:before {
  width: 100%;
  height: 1px;
  border-radius: 0%;
  background-color: #dfe6eb;
  opacity: 1;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .slick-dots
    li
    button:before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slick-dots
  li.slick-active
  button:before {
  background-color: #004864;
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -15rem;
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-radius: 50%;
  transition: 0.3s;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 768px) {
  .frontMember
    .frontMember__Fr
    .frontMember__Abso
    .frontMember__Slide
    .slide-arrow {
    display: none !important;
  }
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slide-arrow.next-arrow {
  right: 1.5vw;
  background-image: url(./../img/icon_arrow_next.svg);
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slide-arrow.prev-arrow {
  right: 8rem;
  background-image: url(./../img/icon_arrow_prev.svg);
}
.frontMember
  .frontMember__Fr
  .frontMember__Abso
  .frontMember__Slide
  .slide-arrow:hover {
  border: 0.1rem solid #004864;
}

.frontRecruit {
  margin-top: 17rem;
  padding: 10rem 0;
  background: url("./../img/img_frontrecruit_bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .frontRecruit {
    margin-top: 1rem;
    background: url("./../img/img_frontrecruit_bg_sp.jpg");
    background-size: cover;
    padding: 7.5rem 0 9rem;
  }
}
.frontRecruit .frontRecruit__Ttl {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .frontRecruit .frontRecruit__Ttl {
    text-align: left;
    margin-bottom: 3.5rem;
  }
}
.frontRecruit .frontRecruit__Ttl .jp-ttl {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .frontRecruit .frontRecruit__Ttl .jp-ttl {
    font-size: 1.4rem;
  }
}
.frontRecruit .frontRecruit__Ttl .en-ttl:before {
  background-image: url(./../img/img_enttl_line_business.png);
}
.frontRecruit .frontRecruit__Txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2em;
  color: #1d1d1d;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .frontRecruit .frontRecruit__Txt {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .frontRecruit .frontRecruit__Txt br {
    display: none;
  }
}
.frontRecruit .frontRecruit__Catch {
  font-size: 2.6rem;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .frontRecruit .frontRecruit__Catch {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.frontRecruit .frontRecruit__Btn {
  text-align: right;
}

.frontNews {
  padding: 15rem 0 17rem;
}
@media screen and (max-width: 768px) {
  .frontNews {
    padding: 9.5rem 0 11.2rem;
  }
}
.frontNews .frontNews__Ttl {
  max-width: 88rem;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 768px) {
  .frontNews .frontNews__Ttl {
    margin: 0 auto 5rem;
  }
}
.frontNews .frontNews__Ttl .jp-ttl {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .frontNews .frontNews__Ttl .jp-ttl {
    margin-left: 0;
  }
}
.frontNews .frontNews__Ttl .en-ttl:before {
  background-image: url(./../img/img_enttl_line_news.png);
}
.frontNews .frontNews__List {
  max-width: 76rem;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 768px) {
  .frontNews .frontNews__List {
    margin: 0 auto 5.5rem;
  }
}
.frontNews .frontNews__List .frontNews__Item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .frontNews .frontNews__List .frontNews__Item {
    margin-bottom: 3.5rem;
  }
}
.frontNews .frontNews__List .frontNews__Item:last-child {
  margin-bottom: 0;
}
.frontNews .frontNews__List .frontNews__Item .frontNews__Link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .frontNews .frontNews__List .frontNews__Item .frontNews__Link {
    display: block;
  }
}
.frontNews
  .frontNews__List
  .frontNews__Item
  .frontNews__Link
  .frontNews__Spflex {
  display: flex;
  align-items: center;
}
.frontNews .frontNews__List .frontNews__Item .frontNews__Link .frontNews__Date {
  font-size: 1.6rem;
  font-family: "Avenir";
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .frontNews
    .frontNews__List
    .frontNews__Item
    .frontNews__Link
    .frontNews__Date {
    font-size: 1.5rem;
  }
}
.frontNews
  .frontNews__List
  .frontNews__Item
  .frontNews__Link
  .frontNews__Category {
  font-size: 1.4rem;
  color: #004864;
  border: 0.1rem solid #004864;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  margin: 0 5rem;
  width: 8rem;
  text-align: center;
  font-family: initial;
}

@media screen and (max-width: 768px) {
  .frontNews
    .frontNews__List
    .frontNews__Item
    .frontNews__Link
    .frontNews__Category {
    font-size: 1.3rem;
    margin: 0 1.3rem 0.6rem;
    padding: 0.6rem 0.5rem 0.2rem;
  }
}
.frontNews
  .frontNews__List
  .frontNews__Item
  .frontNews__Link
  .frontNews__Title {
  font-size: 1.6rem;
  color: #004864;
}
@media screen and (max-width: 768px) {
  .frontNews
    .frontNews__List
    .frontNews__Item
    .frontNews__Link
    .frontNews__Title {
    font-size: 1.5rem;
    display: block;
    margin-top: 0.5rem;
  }
}
.frontNews .frontNews__Btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .frontNews .arrow__Btn:after {
    width: 15.5rem;
  }
}

.frontInstagram {
  padding-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .frontInstagram {
    padding-bottom: 9rem;
  }
}
.frontInstagram .frontInstagram__Icon {
  text-align: center;
}
.frontInstagram .frontInstagram__Icon img {
  width: 2.5rem;
}
.frontInstagram .container {
  width: 100%;
}
.frontInstagram .frontInstagram__Ttl {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Cormorant", serif;
  color: #004864;
  margin-top: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__Ttl {
    font-size: 1.9rem;
  }
}
.frontInstagram .frontInstagram__Txt {
  text-align: center;
  font-size: 1.6rem;
  color: #1d1d1d;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__Txt {
    width: 84%;
    text-align: left;
    font-size: 1.5rem;
    margin: 4.4rem auto 2rem;
    line-height: 2em;
  }
}
.frontInstagram .frontInstagram__List {
  margin-bottom: 6rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__List {
    flex-wrap: wrap;
    margin: 0 auto 3rem;
    width: 92%;
    flex-wrap: wrap;
  }
}
.frontInstagram .frontInstagram__List li {
  width: 18.25%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__List li {
    width: 33%;
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__List li:nth-child(3n + 2) {
    margin: 0 0.5% 0.2%;
  }
}
.frontInstagram .frontInstagram__List li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__List li:last-child {
    margin-right: initial;
  }
}
.frontInstagram .frontInstagram__List li a {
  display: block;
  transition: 0.3s;
  transform-origin: top left;
}
.frontInstagram .frontInstagram__List li a:hover {
  transform: scale(1.1);
}
.frontInstagram .frontInstagram__List li a .square-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.frontInstagram .frontInstagram__List li a .square-content img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.frontInstagram .frontInstagram__Follow {
  text-align: center;
}
.frontInstagram .frontInstagram__Follow a {
  display: inline-block;
  padding: 0 2rem;
  color: #004864;
  font-size: 1.6rem;
  font-family: "Avenir";
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontInstagram .frontInstagram__Follow a {
    font-size: 1.4rem;
  }
}
.frontInstagram .frontInstagram__Follow a:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.55rem);
  width: 1.3rem;
  height: 1.1rem;
  content: "";
  background: url(./../img/icon_blank.svg);
}

.aboutMv {
  margin-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .aboutMv {
    background: none;
    margin-top: 5.6rem;
    height: auto;
    margin-bottom: 6rem;
  }
}
.aboutMv .aboutMv__Inner {
  margin: auto;
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .aboutMv .aboutMv__Inner {
    padding: 0;
  }
}

.aboutMv .aboutMv__Inner:before {
  position: absolute;
  top: 0;
  left: 3rem;
  width: calc(100% - 3rem * 2);
  height: 100%;
  background: #004864;
  opacity: 0.5;
  content: "";
}

@media screen and (max-width: 768px) {
  .aboutMv .aboutMv__Inner:before {
    left: 0;
    width: 100%;
  }
}

.aboutMv .aboutMv__Inner img {
  max-height: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.aboutMv .aboutMv__Inner .aboutMv__Ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "Cormorant", serif;
  text-align: center;
  letter-spacing: 0.3rem;
  text-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .aboutMv .aboutMv__Inner .aboutMv__Ttl {
    font-size: 3.5rem;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
  }
}
.aboutMv .aboutMv__Inner .aboutMv__Ttl span {
  display: block;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", sans-serif;
}
.aim {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .aim {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .aim .container {
    width: 100%;
  }
}
.aim .aim__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex {
    display: block;
  }
}
.aim .aim__Flex .aim__Thumbnail {
  width: 54.1%;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex .aim__Thumbnail {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.aim .aim__Flex .aim__Detail {
  width: 41.7%;
  /* padding: 0 5.5rem 0 0; */
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex .aim__Detail {
    width: 84%;
    margin: auto;
    padding: 0;
  }
}
.aim .aim__Flex .aim__Detail .aim__Subttl {
  font-size: 2rem;
  font-weight: 600;
  color: #004864;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex .aim__Detail .aim__Subttl {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.aim .aim__Flex .aim__Detail .aim__Txt {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex .aim__Detail .aim__Txt {
    font-size: 1.5rem;
  }
}

.aim .aim__Flex.-reverse {
  flex-direction: row-reverse;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex.-reverse {
    margin-top: 4.6rem;
  }
}
.aim .aim__Flex.-reverse .aim__Detail {
  padding: 0 0 0 5.5rem;
}
@media screen and (max-width: 768px) {
  .aim .aim__Flex.-reverse .aim__Detail {
    padding: 0;
  }
}

.messege {
  padding-top: 12rem;
  margin: 8rem auto 15rem;
}
@media screen and (max-width: 768px) {
  .messege {
    margin: 0rem auto 5rem;
    padding-top: 8.6rem;
  }
}
@media screen and (max-width: 768px) {
  .messege .under__Ttl {
    margin-bottom: 3.8rem;
  }
}
.messege .messege__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex {
    display: block;
  }
}
.messege .messege__Flex .messege__Fl {
  width: 42.7%;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fl {
    width: 100%;
  }
}
.messege .messege__Flex .messege__Fl .messege__Thumbnail {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fl .messege__Thumbnail {
    width: calc(100% - 5rem);
    margin: 0px auto 2.5rem;
  }
}
.messege .messege__Flex .messege__Fr {
  width: 51.6%;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr {
    width: 100%;
  }
}
.messege .messege__Flex .messege__Fr .messege__Ttl {
  /* font-size: 2.4rem; */
  font-size: 1.8rem;
  color: #265372;
  font-weight: 700;
  /* line-height: 1; */
  padding: 4.5rem 0;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr .messege__Ttl {
    padding: 0rem 0 2.7rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7em;
    margin-bottom: 2.8rem;
  }
}
.messege .messege__Flex .messege__Fr .messege__Ttl:before {
  height: 0.1rem;
  width: calc(100% + 12rem);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #004864;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr .messege__Ttl:before {
    right: calc(50% - 13.3vw);
    width: 26.6vw;
  }
}
.messege .messege__Flex .messege__Fr .messege__Txt {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr .messege__Txt {
    font-size: 1.5rem;
  }
}
.messege .messege__Flex .messege__Fr .messege__Txt .messege__Position {
  display: block;
  text-align: right;
  color: #004864;
  line-height: 1;
  margin: 4rem auto 1rem;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr .messege__Txt .messege__Position {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    margin: 2.4rem auto 0.5rem;
  }
}
.messege .messege__Flex .messege__Fr .messege__Txt .messege__Name {
  display: block;
  line-height: 1;
  text-align: right;
  font-size: 2.7rem;
  font-family: "Cormorant", serif;
  color: #004864;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Fr .messege__Txt .messege__Name {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.messege .messege__Flex .messege__Profilettl {
  font-size: 3rem;
  font-family: "Cormorant", serif;
  color: #004864;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Profilettl {
    font-size: 2.7rem;
    margin-bottom: 2.3rem;
  }
}
.messege .messege__Flex .messege__Profilettl span {
  font-family: "Yu Gothic Medium", sans-serif;
  font-size: 1.2rem;
  margin-left: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Profilettl span {
    font-weight: 600;
    margin-left: 1rem;
  }
}
.messege .messege__Flex .messege__Profiletxt {
  font-size: 1.2rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Profiletxt {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f1f4f5;
    line-height: 1.95em;
  }
}

.thought {
  background: #f1f4f5;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .thought {
    padding: 4.5rem 2.6%;
  }
}
.thought .container {
  background: #fff;
  padding: 7.5rem 0 8.5rem;
}
@media screen and (max-width: 768px) {
  .thought .container {
    width: 100%;
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .thought .under__Ttl {
    margin-bottom: 3.2rem;
  }
}
.thought .thought__Txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .thought .thought__Txt {
    width: 84vw;
    margin: 0 auto 2.7rem;
    text-align: left;
    line-height: 1.9em;
  }
}
.thought .thought__Txt.-last {
  margin-bottom: 0;
}
.thought .thought__Txt .big {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding: 2rem 0;
  display: block;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .thought .thought__Txt .big {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 0;
    line-height: 1.7em;
  }
}
.thought .thought__Txt .big .eng {
  font-family: "Cormorant", serif;
  color: #004864;
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .thought .thought__Txt .big .eng {
    font-size: 3.2rem;
  }
}
.thought .thought__Txt .big .jp {
  font-size: 1.6rem;
  color: #004864;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .thought .thought__Txt .big .jp {
    margin-left: 0.5rem;
    font-size: 1.5rem;
  }
}

.company {
  padding: 12rem 0 19.5rem;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 9.5rem 0 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .company .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company .under__Ttl {
    margin-bottom: 3.6rem;
  }
}
.company .company__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .company .company__Flex {
    display: block;
  }
}
.company .company__Flex .company__Fl {
  width: 43.7%;
}
@media screen and (max-width: 768px) {
  .company .company__Flex .company__Fl {
    width: 80%;
    margin: auto;
  }
}
.company .company__Flex .company__Fl table {
  max-width: 45rem;
  margin-left: auto;
  width: 100%;
}
.company .company__Flex .company__Fl table th {
  width: 15rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 1.8rem;
  vertical-align: top;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .company .company__Flex .company__Fl table th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 1.1rem;
  }
}
.company .company__Flex .company__Fl table td {
  width: calc(100% - 15rem);
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .company .company__Flex .company__Fl table td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    letter-spacing: 0.09em;
    line-height: 1.8em;
  }
}
.company .company__Flex .company__Fl table tr.-last th,
.company .company__Flex .company__Fl table tr.-last td {
  padding-bottom: 0;
}
.company .company__Flex .company__Fr {
  width: calc(53.8% - 7.5rem);
  margin-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .company .company__Flex .company__Fr {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company .company__Flex .company__Fr iframe {
    width: 100%;
  }
}

.businessMv {
  margin-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .businessMv {
    background: none;
    margin-top: 5.6rem;
    height: auto;
    margin-bottom: 5.6rem;
  }
}

.businessMv .businessMv__Inner {
  margin: auto;
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .businessMv .businessMv__Inner {
    padding: 0;
  }
}

.businessMv .businessMv__Inner:before {
  position: absolute;
  top: 0;
  left: 3rem;
  width: calc(100% - 3rem * 2);
  height: 100%;
  background: #004864;
  opacity: 0.5;
  content: "";
}
@media screen and (max-width: 768px) {
  .businessMv .businessMv__Inner:before {
    left: 0;
    width: 100%;
  }
}

.businessMv .businessMv__Inner img {
  max-height: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.businessMv .businessMv__Inner .businessMv__Ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "Cormorant", serif;
  text-align: center;
  letter-spacing: 0.3rem;
  text-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .businessMv .businessMv__Inner .businessMv__Ttl {
    font-size: 3.5rem;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
  }
}
.businessMv .businessMv__Inner .businessMv__Ttl span {
  display: block;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 768px) {
  .strength .container {
    width: 100%;
  }
}
.strength .strength__List {
  margin: auto;
  max-width: 128rem;
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .strength .strength__List {
    display: block;
    max-width: 89.3%;
  }
}
.strength .strength__List .strength__Item {
  width: 31.25%;
  border: 0.1rem solid #92a6b0;
  padding: 8.1rem 5rem 5.6rem;
  position: relative;
  counter-increment: mycounter;
}
@media screen and (max-width: 768px) {
  .strength .strength__List .strength__Item {
    width: 100%;
    padding: 5rem 2.5rem 3rem;
  }
}
.strength .strength__List .strength__Item:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -0.5em;
  content: counter(mycounter, decimal-leading-zero);
  color: #92a6b0;
  font-size: 3rem;
  font-family: "Avenir";
  background: #fff;
  font-weight: 600;
  padding: 0 2.3rem;
}
@media screen and (max-width: 768px) {
  .strength .strength__List .strength__Item:before {
    font-size: 2.2rem;
  }
}
.strength .strength__List .strength__Item .strength__Subttl {
  text-align: center;
  font-size: 2rem;
  color: #004864;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .strength .strength__List .strength__Item .strength__Subttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.strength .strength__List .strength__Item .strength__txt {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .strength .strength__List .strength__Item .strength__txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength__List .strength__Item:nth-child(2) {
    margin: 4.5rem auto;
    padding: 5rem 2.5rem 5.8rem;
  }
}

.service {
  padding-top: 19rem;
  margin-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 11rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .service .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .under__Ttl {
    margin-bottom: 4.2rem;
  }
}
.service .service__Flex {
  padding-top: 14rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service .service__Flex {
    display: block;
    padding-top: 10rem;
  }
}
.service .service__Flex .service__Item {
  width: 49%;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.service .service__Flex .service__Item a {
  display: block;
  position: relative;
}
.service .service__Flex .service__Item a:before {
  position: absolute;
  right: -3rem;
  top: 50%;
  height: 0.1rem;
  width: 6rem;
  background: #004864;
  content: "";
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item a:before {
    /* height: 8rem;
    width: 0.1rem;
    right: auto;
    left: 2.5rem;
    top: auto;
    bottom: -6.5rem; */
    display: none;
  }
}
.service .service__Flex .service__Item a figure {
  padding: 4.5rem;
  background: #f1f4f5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item a figure {
    padding: 2.5rem;
  }
}
.service .service__Flex .service__Item a figure img {
  transition: 0.3s;
}
.service .service__Flex .service__Item a .service__Enttl {
  text-align: center;
  color: #004864;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: -0.5em;
  position: relative;
  font-family: "Avenir";
  overflow: hidden;
  height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item a .service__Enttl {
    font-size: 1.1rem;
    text-align: left;
    padding-left: 2.5rem;
    position: absolute;
    bottom: -0.5em;
  }
}
.service .service__Flex .service__Item a .service__Enttl span {
  display: block;
  transition: 0.2s;
}
.service .service__Flex .service__Item a:hover {
  opacity: 1;
}
.service .service__Flex .service__Item a:hover img {
  transform: scale(0.95);
}
.service
  .service__Flex
  .service__Item
  a:hover
  .service__Enttl
  span:nth-of-type(1) {
  transform: translateY(-1.2em);
}
.service
  .service__Flex
  .service__Item
  a:hover
  .service__Enttl
  span:nth-of-type(2) {
  transform: translateY(-1.2em);
}
.service .service__Flex .service__Item .service__Catettl {
  font-size: 1.4rem;
  color: #004864;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__Catettl {
    font-size: 1.2rem;
    padding-left: 1.5rem;
  }
}
.service .service__Flex .service__Item .service__Jpttl {
  font-size: 2.4rem;
  text-align: center;
  color: #004864;
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__Jpttl {
    font-size: 2rem;
    text-align: left;
  }
}
.service .service__Flex .service__Item .service__Txt {
  font-size: 1.6rem;
  color: #1d1d1d;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__Txt {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
.service .service__Flex .service__Item .service__point {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__point {
    display: block;
  }
}
.service .service__Flex .service__Item .service__point dt {
  font-size: 1.4rem;
  color: #8da7b1;
  font-family: "Avenir";
  font-weight: 600;
  width: 13rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__point dt {
    width: 100%;
    font-size: 1.8rem;
    color: #8da7b1;
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
  }
}
.service .service__Flex .service__Item .service__point dd {
  width: calc(100% - 13rem);
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 0.1rem solid #1d1d1d;
  font-size: 1.4rem;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__point dd {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.service .service__Flex .service__Item .service__point dd ul {
  counter-reset: number 0;
}
.service .service__Flex .service__Item .service__point dd ul li {
  line-height: 2em;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__point dd ul li {
    margin-bottom: 0rem;
    padding-left: 2.5em;
    line-height: 2.1em;
  }
}
.service .service__Flex .service__Item .service__point dd ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Avenir";
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item .service__point dd ul li:before {
    left: 1rem;
  }
}
.service .service__Flex .service__Item.-detail {
  padding: 0 6rem;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .service .service__Flex .service__Item.-detail {
    padding: 0;
    width: calc(100% - 2.5rem * 2);
    margin: 0 auto;
  }
}
.service .service__Flex.-reverse {
  flex-direction: row-reverse;
}
.service .service__Flex.-reverse .service__Item a:before {
  left: -3rem;
  right: auto;
}
@media screen and (max-width: 768px) {
  .service .service__Flex.-reverse .service__Item a:before {
    left: 2.5rem;
  }
}

.recruitMv {
  margin-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .recruitMv {
    background: none;
    margin-top: 5.6rem;
    height: auto;
    margin-bottom: 5.6rem;
  }
}

.recruitMv .recruitMv__Inner {
  margin: auto;
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .recruitMv .recruitMv__Inner {
    padding: 0;
  }
}

.recruitMv .recruitMv__Inner:before {
  position: absolute;
  top: 0;
  left: 3rem;
  width: calc(100% - 3rem * 2);
  height: 100%;
  background: #004864;
  opacity: 0.5;
  content: "";
}
@media screen and (max-width: 768px) {
  .recruitMv .recruitMv__Inner:before {
    left: 0;
    width: 100%;
  }
}

.recruitMv .recruitMv__Inner img {
  max-height: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recruitMv .recruitMv__Inner .recruitMv__Ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "Cormorant", serif;
  text-align: center;
  letter-spacing: 0.3rem;
  text-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .recruitMv .recruitMv__Inner .recruitMv__Ttl {
    font-size: 3.5rem;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
  }
}
.recruitMv .recruitMv__Inner .recruitMv__Ttl span {
  display: block;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", sans-serif;
}
.recruit__Catch {
  margin: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit__Catch {
    margin: 5.6rem 0 7rem;
  }
}
.recruit__Catch .corecruit__Catchinner {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit__Catch .corecruit__Catchinner {
    max-width: 84%;
  }
}
.recruit__Catch .recruit__Catchttl {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2em;
  color: #004864;
  font-weight: 600;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit__Catch .recruit__Catchttl {
    font-size: 1.6rem;
    line-height: 1.72em;
    letter-spacing: 0;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.recruit__Catch .recruit__Catchtxt {
  font-size: 1.6rem;
  line-height: 2.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit__Catch .recruit__Catchtxt {
    font-size: 1.5rem;
    line-height: 2em;
    text-align: left;
  }
}

.recruit__graybox {
  background: #f1f4f5;
  padding: 3.3rem 0;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .recruit__graybox {
    margin-top: 8rem;
    padding: 4.5rem 2.6%;
  }
}
.recruit__graybox .container {
  background: #fff;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit__graybox .container {
    width: 100%;
    padding: 6rem 0;
  }
}
.recruit__graybox .container .recruit__grayboxflex {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  margin: 0px auto 8rem;
}
@media screen and (max-width: 768px) {
  .recruit__graybox .container .recruit__grayboxflex {
    display: block;
    max-width: 89%;
    margin: 0 auto 6.5rem;
  }
}
.recruit__graybox .container .recruit__grayboxflex .under__Ttl {
  width: 33rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit__graybox .container .recruit__grayboxflex .under__Ttl {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.recruit__graybox .container .recruit__grayboxflex .Txt {
  width: calc(100% - 33rem);
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .recruit__graybox .container .recruit__grayboxflex .Txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.recruit__graybox .container .recruit__grayboxflex:last-of-type {
  margin-bottom: 0;
}

.recruitrequirements {
  padding-top: 14.5rem;
}
@media screen and (max-width: 768px) {
  .recruitrequirements {
    padding-top: 7.7rem;
  }
}
.recruitrequirements .under__Ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .under__Ttl {
    margin-bottom: 3.4rem;
  }
}
.recruitrequirements .recruitrequirements__Tabarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  max-width: 60rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .recruitrequirements__Tabarea {
    margin: 0 auto 1.3rem;
  }
}
.recruitrequirements .recruitrequirements__Tabbtn {
  margin: 0 2rem 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(28, 71, 97, 0.5);
  padding-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
  border-bottom: 0.2rem solid transparent;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .recruitrequirements__Tabbtn {
    padding-bottom: 0.7rem;
    margin: 0 1rem 1.2rem;
  }
}
.recruitrequirements .recruitrequirements__Tabbtn.-active {
  border-bottom: 0.2rem solid #1c4761;
  color: #1c4761;
}
.recruitrequirements .recruitrequirements__Panelarea {
  max-width: 72rem;
  margin: auto;
}
.recruitrequirements .requirements__AccodionBtn {
  padding: 1.8rem 1.5rem;
  font-size: 1.5rem;
  color: #004864;
  position: relative;
  border: 0.1rem solid #92a6b0;
  margin-bottom: 2rem;
}
.recruitrequirements .requirements__AccodionBtn:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.1rem);
  height: 0.1rem;
  width: 1.3rem;
  background: #004864;
}
.recruitrequirements .requirements__AccodionBtn:after {
  content: "";
  position: absolute;
  right: 2.1rem;
  top: calc(50% - 0.65rem);
  height: 1.3rem;
  width: 0.1rem;
  background: #004864;
}
.recruitrequirements .requirements__AccodionBtn.-open:after {
  display: none;
}
.recruitrequirements .recruitrequirements__Panel {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .recruitrequirements__Panel {
    width: 93%;
    margin: 0 auto 3.5rem;
  }
}
.recruitrequirements .recruitrequirements__Panel table {
  width: 100%;
}
.recruitrequirements .recruitrequirements__Panel table tr th {
  color: #004864;
  font-size: 2rem;
  font-weight: bold;
  width: 15rem;
  padding: 0 0 3rem 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .recruitrequirements__Panel table tr th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 0 0 0.5rem 0;
  }
}
.recruitrequirements .recruitrequirements__Panel table tr td {
  vertical-align: top;
  border-left: 0.1rem solid #dfe6eb;
  width: calc(100% - 15rem);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 3rem 5rem;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .recruitrequirements .recruitrequirements__Panel table tr td {
    display: block;
    width: 100%;
    border-left: none;
    padding: 0 0 2rem 0;
    font-size: 1.5rem;
  }
}
.recruitrequirements .recruitrequirements__Panel table tr:last-of-type th,
.recruitrequirements .recruitrequirements__Panel table tr:last-of-type td {
  padding-bottom: 0;
}
.recruitrequirements .recruitrequirements__Panel.-active {
  display: block;
}

.recruitoffice {
  position: relative;
  padding-top: 17.6rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .recruitoffice {
    padding-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitoffice .under__Ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitoffice .container {
    width: 100%;
  }
}
.recruitoffice .recruitoffice__Txt {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .recruitoffice .recruitoffice__Txt {
    font-size: 1.5rem;
    padding-bottom: 3.5rem;
  }
}
.recruitoffice .recruitoffice__Wrap {
  max-width: 84.5rem;
  margin: auto;
}
.recruitoffice .recruitoffice__Wrap .recruitoffice__Slider {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .recruitoffice .recruitoffice__Wrap .recruitoffice__Slider {
    margin-bottom: 2rem;
  }
}
.recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail {
    width: 84%;
    flex-wrap: wrap;
    margin: auto;
  }
}
.recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail .slick-track {
  transform: unset !important;
}
.recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail .thumbnail-img {
  transition: opacity 0.3s linear;
  width: 13.3857142857% !important;
  margin-right: 1% !important;
}
@media screen and (max-width: 768px) {
  .recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail .thumbnail-img {
    width: 23% !important;
    margin-right: 2% !important;
    margin-bottom: 1rem !important;
  }
}
.recruitoffice
  .recruitoffice__Wrap
  .recruitoffice__Thumbnail
  .thumbnail-img:last-child {
  margin-right: 0 !important;
}
.recruitoffice .recruitoffice__Wrap .recruitoffice__Thumbnail .slick-current {
  opacity: 0.6;
}

.recruitworkstyle {
  padding: 8.6rem 0;
  background: #f1f4f5;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle {
    padding: 5.5rem 0;
  }
}
.recruitworkstyle .under__Ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle .under__Ttl {
    margin-bottom: 3.6rem;
  }
}
.recruitworkstyle .recruitworkstyle__List {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle .recruitworkstyle__List {
    display: block;
  }
}
.recruitworkstyle .recruitworkstyle__List .recruitworkstyle__Item {
  width: 31.4%;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle .recruitworkstyle__List .recruitworkstyle__Item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitworkstyle
    .recruitworkstyle__List
    .recruitworkstyle__Item:nth-child(2) {
    margin: 5.2rem auto;
  }
}
.recruitworkstyle .recruitworkstyle__List .recruitworkstyle__Item figure {
  margin-bottom: 0;
}
.recruitworkstyle
  .recruitworkstyle__List
  .recruitworkstyle__Item
  .recruitworkstyle__Subttl {
  width: calc(100% - 4rem);
  position: relative;
  background: #fff;
  text-align: center;
  color: #004864;
  font-size: 2rem;
  font-weight: 600;
  padding: 3.5rem 3rem 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
  margin: -2rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle
    .recruitworkstyle__List
    .recruitworkstyle__Item
    .recruitworkstyle__Subttl {
    font-size: 1.8rem;
    padding: 2.4rem 2rem 1.8rem;
    width: calc(100% - 2rem);
    margin: -2.4rem auto 0;
  }
}
.recruitworkstyle
  .recruitworkstyle__List
  .recruitworkstyle__Item
  .recruitworkstyle__Txt {
  width: calc(100% - 4rem);
  font-size: 1.6rem;
  line-height: 1.9em;
  letter-spacing: 0.032rem;
  margin: auto;
  padding: 0 3rem 4.4rem;
  background: #fff;
  min-height: 13.5rem;
}
@media screen and (max-width: 768px) {
  .recruitworkstyle
    .recruitworkstyle__List
    .recruitworkstyle__Item
    .recruitworkstyle__Txt {
    width: 100%;
    padding: 0 1.5rem 2.5rem;
    line-height: 1.8em;
    width: calc(100% - 2rem);
    font-size: 1.5rem;
    min-height: auto;
  }
}

.recruitnews {
  padding-top: 15rem;
  margin-bottom: 23rem;
}
@media screen and (max-width: 768px) {
  .recruitnews {
    padding-top: 8rem;
    margin-bottom: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitnews .container {
    width: 100%;
  }
}
.recruitnews .under__Ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .recruitnews .under__Ttl {
    margin-bottom: 2rem;
  }
}
.recruitnews .recruitnews__Txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .recruitnews .recruitnews__Txt {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.recruitnews .recruitnews__List {
  display: flex;
  justify-content: space-between;
}
.recruitnews .recruitnews__List .recruitnews__Item {
  width: 31.4%;
}
.recruitnews .recruitnews__List .recruitnews__Item .recruitnews__Subttl {
  margin-top: 2rem;
  display: block;
  color: #004864;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .recruitnews .recruitnews__List .recruitnews__Item .recruitnews__Subttl {
    line-height: 1.68em;
    font-weight: 400;
    font-size: 1.4rem;
  }
}
.recruitnews .recruitnews__List .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.recruitnews .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
}
.recruitnews .slick-dots li button:before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0%;
  background-color: #e1e8eb;
  opacity: 1;
  font-size: 0;
  line-height: 0;
}
.recruitnews .slick-dots li.slick-active button:before {
  background-color: #004864;
}

.newsWrap .newsWrap__List {
  max-width: 92rem;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 768px) {
  .newsWrap .newsWrap__List {
    margin: 0px auto 7rem;
  }
}
.newsWrap .newsWrap__List .newsWrap__Item {
  margin-bottom: 3rem;
  padding-bottom: 4.5rem;
  border-bottom: 0.1rem solid #dfe6eb;
}
@media screen and (max-width: 768px) {
  .newsWrap .newsWrap__List .newsWrap__Item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.newsWrap .newsWrap__List .newsWrap__Item:last-child {
  margin-bottom: 0;
}
.newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link {
    display: block;
  }
}
.newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Spflex {
  display: flex;
  align-items: center;
}
.newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Date {
  font-size: 1.6rem;
  font-family: "Avenir";
  color: #1d1d1d;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Date {
    font-size: 1.5rem;
  }
}
.newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Category {
  font-size: 1.4rem;
  color: #004864;
  border: 0.1rem solid #004864;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  margin: 0 5rem;
  width: 8rem;
  text-align: center;
  font-family: initial;
}
@media screen and (max-width: 768px) {
  .newsWrap
    .newsWrap__List
    .newsWrap__Item
    .newsWrap__Link
    .newsWrap__Category {
    width: auto;
    min-width: 6.5rem;
    font-size: 1.2rem;
    margin: 0 1.3rem 0.6rem;
    padding: 0.6rem 0.5rem 0.2rem;
  }
}
.newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Title {
  font-size: 1.6rem;
  color: #1d1d1d;
  letter-spacing: 0.3rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .newsWrap .newsWrap__List .newsWrap__Item .newsWrap__Link .newsWrap__Title {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.5rem;
    letter-spacing: 0.03rem;
  }
}
.newsWrap .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .newsWrap .pager {
    margin-bottom: 13rem;
  }
}
.newsWrap .pager a {
  font-size: 2rem;
  font-family: "Avenir";
  margin: 0 1rem;
  color: #92a6b0;
}
@media screen and (max-width: 768px) {
  .newsWrap .pager a {
    margin: 0 1.5rem;
    font-size: 1.6rem;
  }
}
.newsWrap .pager a.next {
  margin-left: 4rem;
  width: 0.6rem;
  height: 1rem;
  background-image: url(./../img/icon_pagearrow_next.svg);
}
.newsWrap .pager a.prev {
  margin-right: 4rem;
  width: 0.6rem;
  height: 1rem;
  background-image: url(./../img/icon_pagearrow_prev.svg);
}
.newsWrap .pager span {
  font-size: 2rem;
  font-family: "Avenir";
  margin: 0 1rem;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .newsWrap .pager span {
    margin: 0 1.5rem;
  }
}

.newsdetail {
  max-width: 104.5rem;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 768px) {
  .newsdetail {
    max-width: 84%;
    margin: 0 auto 8rem;
    padding-top: 6rem;
  }
}
.newsdetail .newsdetail__Inner {
  max-width: 84.5rem;
  margin: 0 auto 13rem;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner {
    margin: 0 auto 3.5rem;
  }
}
.newsdetail .newsdetail__Inner .newsWrap__Spflex {
  display: flex;
  align-items: center;
}
.newsdetail .newsdetail__Inner .newsWrap__Date {
  font-size: 1.8rem;
  font-family: "Avenir";
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsWrap__Date {
    font-size: 1.6rem;
  }
}
.newsdetail .newsdetail__Inner .newsWrap__Category {
  font-size: 1.4rem;
  color: #8da7b1;
  border: 0.1rem solid #8da7b1;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  margin: 0 5rem;
  width: 8rem;
  text-align: center;
  font-family: initial;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsWrap__Category {
    width: auto;
    min-width: 6.5rem;
    font-size: 1.4rem;
    margin: 0 1.3rem 0.6rem;
    padding: 0.3rem 0.5rem;
  }
}
.newsdetail .newsdetail__Inner .newsdetail__Ttl {
  margin: 5rem auto 4rem;
  font-size: 3rem;
  color: #004864;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsdetail__Ttl {
    margin: 3rem auto 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.newsdetail .newsdetail__Inner .newsdetail__Content {
  font-size: 1.6rem;
  color: #1d1d1d;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsdetail__Content {
    font-size: 1.5rem;
  }
}
.newsdetail .newsdetail__Inner .newsdetail__Content figure {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsdetail__Content figure {
    margin-bottom: 2.3rem;
  }
}
.newsdetail .newsdetail__Inner .newsdetail__Content p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsdetail__Content p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__Inner .newsdetail__Content p:last-child {
    margin-bottom: 0;
  }
}
.newsdetail .newsdetail__backbtn {
  font-size: 1.6rem;
  color: #004864;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1.8em;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn {
    font-size: 1.5rem;
    padding-left: 1.4rem;
    overflow: initial;
  }
}
.newsdetail .newsdetail__backbtn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 1.1rem;
  content: "";
  background: url(./../img/img_arrow.svg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn:before {
    bottom: -1.1rem;
  }
}
.newsdetail .newsdetail__backbtn:after {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 14rem;
  height: 0.1rem;
  content: "";
  background: #004864;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn:after {
    width: 9rem;
    bottom: -1rem;
    bottom: -0.5rem;
  }
}
.newsdetail .newsdetail__backbtn span {
  display: block;
  font-size: 1.6rem;
  color: #004864;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn span:nth-of-type(2) {
    display: none;
  }
}
.newsdetail .newsdetail__backbtn:hover span:nth-of-type(1) {
  transform: translateY(-1.4em);
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn:hover span:nth-of-type(1) {
    transform: initial;
  }
}
.newsdetail .newsdetail__backbtn:hover span:nth-of-type(2) {
  transform: translateY(-1.4em);
}
@media screen and (max-width: 768px) {
  .newsdetail .newsdetail__backbtn:hover span:nth-of-type(2) {
    display: none;
  }
}
.newsdetail .newsdetail__backbtn:hover:after {
  animation-name: arrow__Btn;
  animation-fill-mode: backwards;
  animation-duration: 0.3s;
  animation-direction: normal;
}

.contact__Wrap {
  max-width: 82rem;
  margin: auto;
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap {
    max-width: 93%;
    padding-bottom: 50px;
  }
}
.contact__Wrap .confirmtxt {
  display: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8rem;
}
.contact__Wrap table {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table {
    margin-bottom: 0px;
  }
}
.contact__Wrap table tr {
  display: flex;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table tr {
    display: block;
    margin-bottom: 10px;
  }
}
.contact__Wrap table th {
  width: 29rem;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table th {
    width: 84vw;
    margin: auto;
    display: block;
    font-weight: 700;
    padding: 1rem 0 0.4rem;
    font-size: 1.4rem;
  }
}
.contact__Wrap table th .required {
  color: #8da7b1;
  border: 0.1rem solid #8da7b1;
  border-radius: 0.3rem;
  margin-left: 1rem;
  padding: 0.5rem 0.8rem 0.1rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table th .required {
    font-size: 1.2rem;
    padding: 0.2rem 0.4rem;
  }
}
.contact__Wrap table td {
  width: calc(100% - 29rem);
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table td {
    width: 100%;
    display: block;
    padding: 0.8rem 0;
  }
}
.contact__Wrap table td .selectwarap {
  position: relative;
  background-color: #f0f3f4;
  background-image: url(./../img/icon_arrow_select.svg);
  background-position: right 2.5rem top 2rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.contact__Wrap table td select {
  background: transparent;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__Wrap table td input[type="text"] {
  background: #f0f3f4;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
.contact__Wrap table td textarea {
  background: #f0f3f4;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  border: none;
  width: 100%;
  min-height: 25rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap table td textarea {
    min-height: 18.8rem;
  }
}
.contact__Wrap .agree_txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-top: 6.5rem;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .agree_txt {
    line-height: 2.2em;
    margin-top: 5.8rem;
  }
}
.contact__Wrap .agree_txt a {
  color: #1d1d1d;
  text-decoration: underline;
}
.contact__Wrap .tac {
  text-align: center;
  position: relative;
}
.contact__Wrap .horizontal-item {
  display: inline-block;
}
.contact__Wrap input[type="checkbox"] {
  display: none;
}
.contact__Wrap input[type="checkbox"] + span.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.contact__Wrap input[type="checkbox"] + span.mwform-checkbox-field-text:before {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  border-radius: 0.3rem;
  background: #fff;
  border: 0.1rem solid #1d1d1d;
  box-sizing: border-box;
}
.contact__Wrap
  input[type="checkbox"]:checked
  + span.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.6rem);
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #004864;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.contact__Wrap .submit_wrap {
  margin: 3.5rem auto;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .submit_wrap {
    margin: 3rem auto 0;
  }
}
.contact__Wrap .submit_wrap input[type="submit"].send_btn {
  background-color: #004864;
  color: #fff;
  max-width: 30rem;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .submit_wrap input[type="submit"].send_btn {
    max-width: 23rem;
    padding: 1.2rem 2rem;
  }
}
.contact__Wrap .submit_wrap input[type="submit"].send_btn:hover {
  background: #000;
  color: #004864;
}
.contact__Wrap .submit_wrap .backbtn {
  background-color: #fff;
  color: #8da7b1;
  max-width: 30rem;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  position: relative;
  border: 0.1rem solid #8da7b1;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .submit_wrap .backbtn {
    max-width: 23rem;
    padding: 1.2rem 2rem;
  }
}
.contact__Wrap .submit_wrap .backbtn:hover {
  background: #000;
  color: #004864;
}

.mw_wp_form .error {
  font-size: 1.4rem !important;
  color: #d30c0c !important;
  margin-top: 0.8rem;
}

.contact__Wrap .mw_wp_form_confirm .confirmtxt {
  display: block;
}
.contact__Wrap .mw_wp_form_confirm table {
  position: relative;
}
.contact__Wrap .mw_wp_form_confirm table:before {
  position: absolute;
  top: 0;
  left: 20.7rem;
  content: "";
  height: 100%;
  width: 0.1rem;
  background: #dfe6eb;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .mw_wp_form_confirm table:before {
    display: none;
  }
}
.contact__Wrap .mw_wp_form_confirm table tr:last-of-type {
  margin-bottom: 0;
}
.contact__Wrap .mw_wp_form_confirm table th {
  width: 21rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .mw_wp_form_confirm table th {
    width: 84vw;
  }
}
.contact__Wrap .mw_wp_form_confirm table th .required {
  display: none;
}
.contact__Wrap .mw_wp_form_confirm table td {
  padding-top: 1.5rem;
  width: calc(100% - 21rem);
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .mw_wp_form_confirm table td {
    width: 100%;
    padding: 0.5rem 0 0.4rem 2rem;
  }
}
.contact__Wrap .mw_wp_form_confirm table td .selectwarap {
  background: none;
}
.contact__Wrap .mw_wp_form_confirm .tac {
  display: none;
}
.contact__Wrap .mw_wp_form_confirm .agree_txt {
  display: none;
}
.contact__Wrap .mw_wp_form_confirm .submit_wrap {
  margin: 9rem auto 3.5rem;
}
@media screen and (max-width: 768px) {
  .contact__Wrap .mw_wp_form_confirm .submit_wrap {
    margin: 5.9rem auto 7rem;
  }
}

@media screen and (max-width: 768px) {
  .complete__Box {
    margin-bottom: 7rem;
    margin-top: 6rem;
  }
}
.complete__Box .complete__Ttl {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .complete__Box .complete__Ttl {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.complete__Box .complete__Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .complete__Box .complete__Txt {
    font-size: 1.5rem;
    margin-bottom: 6rem;
    line-height: 2em;
  }
}
.complete__Box .complete__Link {
  text-align: center;
}
.complete__Box .complete__Link a {
  display: inline-block;
  font-size: 1.6rem;
  color: #004864;
  position: relative;
  overflow: hidden;
  height: 3.4rem;
  padding-left: 1rem;
}
.complete__Box .complete__Link a:after {
  position: absolute;
  left: -1rem;
  bottom: 0.5rem;
  width: calc(100% + 1rem);
  height: 0.1rem;
  content: "";
  background: #004864;
}
.complete__Box .complete__Link a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 1.1rem;
  content: "";
  background: url(./../img/img_arrow.svg);
  transform: rotate(180deg);
}
.complete__Box .complete__Link a span {
  display: block;
  font-size: 1.6rem;
  color: #004864;
  transition: 0.2s;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .complete__Box .complete__Link a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .complete__Box .complete__Link a span:nth-of-type(2) {
    display: none;
  }
}
.complete__Box .complete__Link a:hover span:nth-of-type(1) {
  transform: translateY(-2em);
}
@media screen and (max-width: 768px) {
  .complete__Box .complete__Link a:hover span:nth-of-type(1) {
    transform: initial;
  }
}
.complete__Box .complete__Link a:hover span:nth-of-type(2) {
  transform: translateY(-2em);
}
.complete__Box .complete__Link a:hover:after {
  animation-name: arrow__Btn;
  animation-fill-mode: backwards;
  animation-duration: 0.3s;
  animation-direction: normal;
}

.privacy__Wrap {
  max-width: 125rem;
  margin: 0 auto 19rem;
}
@media screen and (max-width: 768px) {
  .privacy__Wrap {
    width: 84%;
    margin: 0 auto 12rem;
  }
}
.privacy__Wrap .privacy__Ttl {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 2.5rem;
}
.privacy__Wrap .privacy__Txt {
  font-size: 1.4rem;
  color: #1d1d1d;
  line-height: 1.57em;
  margin-bottom: 4.5rem;
}

/* AirSolが目指す姿セクション */
.recruit__Outline {
  margin-top: 8rem;
  padding: 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .recruit__Outline {
    margin-top: 8rem;
    padding: 0 0 6rem;
  }
}

.recruit__Outline .recruit__OutlineInner {
  margin: 0 auto;
  /* padding: 0 15rem; */
}

@media screen and (max-width: 768px) {
  /* .recruit__Outline .recruit__OutlineInner {
    max-width: 39rem;
    padding: 0 2.2rem;
  } */
}

.recruit__Outline .recruit__OutlineTtl {
  text-align: center;
  font-size: 2.5rem;
  /* line-height: 2em; */
  color: #004864;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-bottom: 6rem;
  font-family: "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineTtl {
    font-size: 2rem;
    /* line-height: 1.75em; */
    margin-bottom: 2.2rem;
    letter-spacing: 0;
  }
}

.recruit__Outline .recruit__OutlineList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineList {
    gap: 2.2rem;
  }
}

.recruit__Outline .recruit__OutlineItem {
  background: #F0F4F5;
  padding: 4rem 0;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem {
    padding: 3rem 0;
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemInner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 3.3rem;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem .recruit__OutlineItemInner {
    max-width: 84%;
    padding: 0;
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemTtl {
  margin-left: 3.1rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #004864;
  font-weight: 700;
  font-family: "Avenir", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 2rem;
  list-style-type: decimal;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem .recruit__OutlineItemTtl {
    margin-left: 2.1rem;
    font-size: 1.8rem;
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemTxt {
  margin-left: 3.1rem;
  font-size: 1.6rem;
  line-height: 2.2em;
  color: #000000;
  font-weight: 500;
  font-family: "Avenir", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem .recruit__OutlineItemTxt {
    margin-left: 2rem;
    font-size: 1.5rem;
    /* line-height: 1.5em; */
    margin-bottom: 1.5rem;
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemTxt:last-child {
  margin-bottom: 0;
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemNote {
  margin-left: 3.1rem;
  margin-top: 2rem;
  font-size: 1rem;
  /* line-height: 2.2em; */
  color: #000000;
  font-weight: 500;
  font-family: "Avenir", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem .recruit__OutlineItemNote {
    margin-left: 2rem;
    margin-top: 1.8rem;
    font-size: 1rem;
    /* line-height: 1.5em; */
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemLink {
  margin-left: 3.1rem;
  margin-left: 2rem;
  font-size: 1.5rem;
  line-height: 2.2em;
  color: #004864;
  font-weight: 700;
  font-family: "Avenir", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .recruit__Outline .recruit__OutlineItem .recruit__OutlineItemLink {
    margin-left: 2rem;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemLink a {
  color: #004864;
  display: inline-block;
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemLink.-ExLink a {
  position: relative;
  padding-right:2rem;
}

.recruit__Outline .recruit__OutlineItem .recruit__OutlineItemLink.-ExLink a:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.55rem);
  width: 1.3rem;
  height: 1.1rem;
  content: "";
  background: url(./../img/icon_blank.svg);
}



