@charset "UTF-8";
/*↓スマホ横css*/
/*↓ipad用縦css*/
/*↓ipad用横css*/
html {
  font: 62.5%/1.231 "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  width: 100%;
  min-width: 1240px;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    body {
      font-size: 1.4rem; } }

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

a {
  color: #000;
  opacity: 1;
  transition: all .2s linear; }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  body {
    /*初期化*/
    min-width: initial; } }
select, input, button, textarea, table {
  font: 1.0rem  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif; }

pre, code, kbd, samp, tt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
  line-height: 1; }

* {
  box-sizing: border-box; }

#container {
  padding: 100px 24px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    #container {
      padding: 70px 15px 0; } }
  #container.noside {
    padding: 100px 0 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container.noside {
        padding: 70px 0 0; } }
    #container.noside .bg_txt {
      display: none; }
    #container.noside .global_header {
      left: 0; }
    #container.noside .global_header .global_nav {
      right: 0; }
  #container .bg_txt {
    width: 24px;
    min-height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 1000; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container .bg_txt {
        width: 15px;
        min-height: 100vh;
        min-height: 100dvh; } }
    #container .bg_txt__left {
      left: 0; }
    #container .bg_txt__right {
      right: 0; }
    #container .bg_txt .bg_txt_inner {
      width: 19.2px;
      height: 10000px;
      background-image: url("../img/side_txt.svg");
      background-position: center center;
      background-repeat: repeat-y;
      background-size: contain;
      position: absolute;
      left: 2.4px;
      top: 0; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container .bg_txt .bg_txt_inner {
          width: 10.5px;
          left: 2.25px; } }

.inner {
  width: 1030px;
  padding: 0 15px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .inner {
      width: 100%; } }

.pc {
  display: block; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sp {
      display: block; } }

.mv {
  background-color: #002b6a; }
  .mv .slide {
    width: 100%;
    height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.6; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .mv .slide {
        height: 300px; } }
  .mv_copy {
    width: 396px;
    position: absolute;
    left: 25%;
    top: 55%;
    transform: translate(-50%, -50%);
    animation: p 1.2s linear; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .mv_copy {
        width: 206px;
        left: 45%;
        top: 47%; } }
@keyframes p {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0);
    opacity: 0; }
  100% {
    clip-path: polygon(0 0, 200% 0, 0 200%);
    opacity: 1; } }
.sec_ttl p {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_ttl p {
      font-size: 16px; } }
.sec_ttl h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: 1s; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_ttl h2 {
      font-size: 20px; } }
.sec_ttl h2.isAnimate {
  opacity: 1; }

/*---------------------------------------------
	ヘッダー
  ---------------------------------------------*/
.global_header {
  transition: .4s ease-in-out;
  z-index: 999;
  background: linear-gradient(to right, #006e82, #002b6a 30%);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 24px;
  top: 0;
  /*---------------------------------------------
  	グローバルナビ
    ---------------------------------------------*/ }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .global_header {
      left: 15px;
      height: 70px;
      width: calc(100% - $side-w_sp*2);
      align-items: baseline; } }
  .global_header h1 {
    margin-left: 15px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .global_header h1 {
        margin-left: 10px; } }
    .global_header h1 .logo_img {
      width: 400px;
      align-items: center;
      display: flex;
      margin-top: 20px;
      display: block;
      line-height: 1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .global_header h1 .logo_img {
          width: 240px;
          margin-top: 10px; } }
      .global_header h1 .logo_img.nolink {
        pointer-events: none;
        cursor: default;
        margin-top: 0px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .global_header h1 .logo_img.nolink {
            margin-top: 25px; } }
    .global_header h1 .recruit {
      line-height: 1;
      display: block;
      margin-left: 53px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .global_header h1 .recruit {
          line-height: 0;
          display: block;
          margin-left: 33px; } }
      .global_header h1 .recruit p {
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        color: #004da1;
        background-color: #fff;
        display: inline-block;
        line-height: 1;
        font-weight: bold;
        padding: 0 4px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .global_header h1 .recruit p {
            font-size: 12px; } }
  .global_header .global_nav {
    position: fixed;
    right: 24px;
    top: 0px;
    z-index: 2000;
    display: flex;
    align-items: center; }
    .global_header .global_nav .nav_inner {
      display: flex;
      align-items: center; }
      .global_header .global_nav .nav_inner .nav_list {
        display: flex; }
        .global_header .global_nav .nav_inner .nav_list li {
          margin-right: 35px;
          position: relative; }
          .global_header .global_nav .nav_inner .nav_list li:last-child:after {
            display: none; }
          .global_header .global_nav .nav_inner .nav_list li:after {
            position: absolute;
            content: "/";
            font-size: 16px;
            color: rgba(255, 255, 255, 0.5);
            right: -20px;
            top: 50%;
            transform: translate(0, -50%); }
          .global_header .global_nav .nav_inner .nav_list li a {
            display: block;
            color: #fff;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            letter-spacing: 0.1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      .global_header .global_nav .nav_inner .entry_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
        height: 100px;
        background-color: #00a395;
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .global_header .global_nav .nav_inner .entry_btn {
            width: 100px;
            height: 70px; } }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .close_btn {
    top: -0px;
    right: 45px;
    cursor: pointer;
    transition: 0.5s 0.3s;
    z-index: 9970;
    position: fixed; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .close_btn .btn_line {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100px;
    transition: all .5s; }
    .recruit .global_header .close_btn .btn_line:first-child {
      top: 25px; }
    .recruit .global_header .close_btn .btn_line:nth-child(2) {
      top: 35px; }
    .recruit .global_header .close_btn .btn_line:last-child {
      top: 45px; } }
.recruit .global_header .close_btn .btn_line.active:first-child {
  transform: rotate(30deg);
  top: 35px;
  left: -18px; }
.recruit .global_header .close_btn .btn_line.active:nth-child(2) {
  opacity: 0; }
.recruit .global_header .close_btn .btn_line.active:last-child {
  transform: rotate(-30deg);
  top: 35px;
  left: -18px; }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav {
    display: block;
    background-color: #004da1;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner {
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .nav_list {
    display: block;
    margin-bottom: 50px; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .nav_list li {
    margin-bottom: 20px;
    margin-right: 0; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .nav_list li:after {
    display: none; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .nav_list li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    position: relative; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .nav_list li a:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 0.3s; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .recruit .global_header .global_nav .nav_inner .entry_btn {
    width: 100%;
    height: 60px; } }
.recruit .global_header .global_nav.active {
  right: 0;
  opacity: 1; }

.concept_section {
  background-color: #0a2b6b;
  color: #fff;
  padding-top: 95px;
  padding-bottom: 100px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .concept_section {
      padding-top: 60px;
      padding-bottom: 70px; } }
  .concept_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/concept/bg.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.3; }
  .concept_section .inner {
    display: flex; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .concept_section .inner {
        display: block; } }
    .concept_section .inner p {
      width: 50%; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .concept_section .inner p {
          width: 100%;
          margin-bottom: 80px; } }
      .concept_section .inner p a {
        margin-top: 40px;
        display: block;
        background-color: #fff;
        width: 420px;
        padding: 20px;
        font-weight: bold;
        font-size: 18px;
        overflow: hidden;
        position: relative;
        z-index: 10;
        transition: 0.3s; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .concept_section .inner p a {
            width: 100%;
            line-height: 1.4;
            margin-bottom: 120px; } }
        .concept_section .inner p a span {
          display: block;
          letter-spacing: 0.05em;
          font-family: 'Roboto', sans-serif;
          color: #0a2b6b;
          font-size: 16px;
          position: relative; }
          .concept_section .inner p a span:before {
            content: "";
            display: block;
            width: 420px;
            height: 1px;
            background-color: #0a2b6b;
            position: absolute;
            left: 5em;
            top: 0.7em; }
        .concept_section .inner p a:hover {
          opacity: 0.8; }
    .concept_section .inner .manage {
      font-size: 58px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Roboto', sans-serif;
      position: relative;
      z-index: 1;
      opacity: 0;
      transition: 1s;
      mix-blend-mode: screen; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .concept_section .inner .manage {
          font-size: 32px; } }
      .concept_section .inner .manage:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/concept/object.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.59; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .concept_section .inner .manage:before {
            width: 248px;
            height: 202px;
            top: -60px; } }
    .concept_section .inner .manage.isAnimate {
      opacity: 1; }
      .concept_section .inner .manage.isAnimate:before {
        animation: fuwafuwa 4s infinite ease-in-out; }
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0); } }
.process_section {
  background-color: #eaeaea;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .process_section {
      padding-top: 140px; } }
  .process_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/process/bg.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.3; }
  .process_section .sec_ttl {
    color: #002b6a;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .process_section .sec_ttl {
        margin-bottom: 15px; } }
    .process_section .sec_ttl:after {
      content: "";
      position: absolute;
      right: 0;
      top: -40px;
      width: 445px;
      height: 160px;
      background-image: url("../img/process/illust.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      opacity: 0;
      transition: 1s; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .process_section .sec_ttl:after {
          width: 245px;
          top: -135px; } }
    .process_section .sec_ttl p {
      overflow: hidden; }
      .process_section .sec_ttl p span {
        position: relative; }
        .process_section .sec_ttl p span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 10px;
          width: 100vw;
          height: 1px;
          background-color: #0a2b6b;
          left: 10px;
          top: 50%;
          transform: translate(0, -50%); }
    .process_section .sec_ttl h2 {
      line-height: 1.2; }
  .process_section .sec_ttl.isAnimate:after {
    opacity: 1;
    animation: purun 2s linear 0s 1;
    animation-delay: 1s; }
@keyframes purun {
  0%, 30% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-1deg); }
  15% {
    transform: rotate(1deg); }
  20% {
    transform: rotate(-1deg); } }
  .process_section .process_copy {
    margin-bottom: 25px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .process_section .slider {
      width: 90%;
      margin: 0 auto; } }
  .process_section .slider .slick-prev {
    width: 50px;
    height: 50px;
    background-image: url("../img/process/m_btn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .process_section .slider .slick-prev {
        width: 30px;
        height: 30px; } }
  .process_section .slider .slick-next {
    width: 50px;
    height: 50px;
    background-image: url("../img/process/m_btn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: translate(0, -50%) rotate(-180deg);
    cursor: pointer; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .process_section .slider .slick-next {
        width: 30px;
        height: 30px; } }
  .process_section .slider .slick-arrow:before {
    display: none; }
  .process_section .slider .slick-arrow:after {
    display: none; }
  .process_section .slider .slide {
    background-color: #fff;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 480px;
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .process_section .slider .slide {
        padding: 15px;
        display: block;
        height: auto; } }
    .process_section .slider .slide .step {
      text-align: center;
      font-size: 38px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      top: 20px;
      left: 15px;
      font-weight: 500;
      width: 147px;
      height: 124px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .process_section .slider .slide .step {
          font-size: 24px;
          width: 97px;
          height: 74px;
          top: 0;
          left: -10px; } }
      .process_section .slider .slide .step:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 2px;
        background-image: url("../img/process/puzzle.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 147px;
        height: 124px;
        z-index: -1; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .process_section .slider .slide .step:before {
            width: 97px;
            height: 74px;
            left: 7px; } }
      .process_section .slider .slide .step .min {
        font-size: 20px;
        margin: 5px 0; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .process_section .slider .slide .step .min {
            font-size: 12px; } }
    .process_section .slider .slide figure {
      width: 400px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .process_section .slider .slide figure {
          width: 100%;
          margin-bottom: 15px; } }
    .process_section .slider .slide dl {
      width: 430px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .process_section .slider .slide dl {
          width: 100%; } }
      .process_section .slider .slide dl dt {
        color: #002b6a;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .process_section .slider .slide dl dt {
            font-size: 18px;
            margin-bottom: 8px; } }
        .process_section .slider .slide dl dt span {
          font-size: 14px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .process_section .slider .slide dl dd {
          font-size: 12px; } }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .message_section {
    padding-bottom: 60px;
    padding-top: 70px;
    margin-top: -100px; } }
.message_section .ttl_box {
  background-color: #002b6a;
  background: linear-gradient(to right, #002b6a, #00a395);
  color: #fff;
  padding-top: 115px;
  padding-bottom: 70px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .message_section .ttl_box {
      padding-top: 70px;
      padding-bottom: 30px; } }
  .message_section .ttl_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/message/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #0a2b6b;
    background-blend-mode: screen;
    width: 100%;
    height: 100%; }
  .message_section .ttl_box .sec_ttl {
    overflow: hidden; }
    .message_section .ttl_box .sec_ttl p {
      position: relative;
      overflow: hidden; }
      .message_section .ttl_box .sec_ttl p span {
        position: relative; }
        .message_section .ttl_box .sec_ttl p span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 10px;
          width: 100vw;
          height: 1px;
          background-color: #fff;
          left: 10px;
          top: 50%;
          transform: translate(0, -50%); }
    .message_section .ttl_box .sec_ttl h2 {
      position: relative; }
.message_section .top_box {
  width: 100%;
  position: relative;
  height: 480px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .message_section .top_box {
      height: auto; } }
  .message_section .top_box .top_img {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/message/top_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 480px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message_section .top_box .top_img {
        position: static;
        height: 160px;
        background-position: center right; } }
  .message_section .top_box .inner {
    padding: 0 10px; }
    .message_section .top_box .inner .txt_box {
      width: 630px;
      padding-top: 160px;
      position: relative; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .message_section .top_box .inner .txt_box {
          width: 100%;
          padding-top: 16px; } }
      .message_section .top_box .inner .txt_box .top_copy {
        font-family: 'Noto Serif JP', serif;
        color: #002b6a;
        font-size: 36px;
        font-weight: bold;
        white-space: nowrap;
        margin-bottom: 10px;
        clip-path: inset(100%);
        transition: .8s;
        opacity: 0; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message_section .top_box .inner .txt_box .top_copy {
            white-space: inherit;
            font-size: 16px; } }
      .message_section .top_box .inner .txt_box .top_copy.isAnimate {
        opacity: 1;
        clip-path: inset(0); }
      .message_section .top_box .inner .txt_box .name {
        color: #002b6a;
        text-align: right;
        margin-bottom: 40px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message_section .top_box .inner .txt_box .name {
            margin-bottom: 20px;
            text-align: left; } }
      .message_section .top_box .inner .txt_box a {
        background-color: #002b6a;
        color: #fff;
        width: 140px;
        height: 40px;
        display: block;
        text-align: center;
        padding-top: 5px;
        float: right;
        cursor: pointer;
        transition: .3s; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message_section .top_box .inner .txt_box a {
            float: inherit;
            padding-top: 1px;
            width: 120px;
            height: 27px;
            font-size: 12px; } }
        .message_section .top_box .inner .txt_box a:hover {
          background-color: #00a395; }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .mfp-container .mfp-content {
    padding-top: 80px; } }
.mfp-container .mfp-content .popup {
  position: relative;
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .mfp-container .mfp-content .popup {
      width: 90%;
      padding: 15px 15px 50px; } }
  .mfp-container .mfp-content .popup figure {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .mfp-container .mfp-content .popup figure {
        margin-bottom: 20px; } }
  .mfp-container .mfp-content .popup .ttl {
    font-size: 32px;
    font-weight: bold;
    color: #002b6a;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .mfp-container .mfp-content .popup .ttl {
        font-size: 20px; } }
  .mfp-container .mfp-content .popup .mfp-close {
    color: #fff;
    font-size: 38px;
    font-family: inherit;
    right: -50px;
    top: -10px;
    opacity: 1;
    cursor: pointer; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .mfp-container .mfp-content .popup .mfp-close {
        top: -50px;
        right: -10px; } }

.work_section {
  background-color: #09808F;
  overflow: hidden;
  padding: 110px 0 60px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .work_section {
      padding: 80px 0 50px; } }
  .work_section .ttl_box .sec_ttl {
    overflow: hidden; }
    .work_section .ttl_box .sec_ttl p {
      color: #fff; }
      .work_section .ttl_box .sec_ttl p span {
        position: relative; }
        .work_section .ttl_box .sec_ttl p span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 10px;
          width: 100vw;
          height: 1px;
          background-color: #fff;
          left: 10px;
          top: 50%;
          transform: translate(0, -50%); }
    .work_section .ttl_box .sec_ttl h2 {
      color: #fff; }
  .work_section .work_list__item {
    margin: 40px 0; }
    .work_section .work_list__item a {
      display: flex;
      background-color: #fff; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .work_section .work_list__item a {
          flex-direction: column; } }
      .work_section .work_list__item a:hover .txt span {
        background-color: #00a395; }
    .work_section .work_list__item figure {
      width: 300px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .work_section .work_list__item figure {
          width: 100%; } }
    .work_section .work_list__item .txt {
      padding: 50px 50px;
      position: relative;
      flex: 1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .work_section .work_list__item .txt {
          padding: 10px 15px; } }
      .work_section .work_list__item .txt h3 {
        font-family: 'Noto Serif JP', serif;
        color: #0B5692;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 0.5em;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .work_section .work_list__item .txt h3 {
            font-size: 20px;
            font-weight: 600; } }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .work_section .work_list__item .txt .join {
          font-size: 14px; } }
      .work_section .work_list__item .txt .name {
        font-size: 30px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .work_section .work_list__item .txt .name {
            font-size: 20px; } }
      .work_section .work_list__item .txt span {
        background-color: #002b6a;
        color: #fff;
        width: 200px;
        height: 40px;
        display: block;
        text-align: center;
        padding-top: 5px;
        cursor: pointer;
        transition: .3s;
        position: absolute;
        right: 0;
        bottom: 20px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .work_section .work_list__item .txt span {
            padding-top: 1px;
            width: 120px;
            height: 27px;
            font-size: 12px;
            bottom: 0px; } }

.welfare_section {
  padding: 110px 0 80px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .welfare_section {
      padding: 80px 0 70px; } }
  .welfare_section .ttl_box {
    margin-bottom: 25px; }
    .welfare_section .ttl_box .sec_ttl {
      overflow: hidden; }
      .welfare_section .ttl_box .sec_ttl p {
        color: #0B5692; }
        .welfare_section .ttl_box .sec_ttl p span {
          position: relative; }
          .welfare_section .ttl_box .sec_ttl p span:after {
            content: "";
            position: absolute;
            right: 0;
            top: 10px;
            width: 100vw;
            height: 1px;
            background-color: #0B5692;
            left: 10px;
            top: 50%;
            transform: translate(0, -50%); }
      .welfare_section .ttl_box .sec_ttl h2 {
        color: #0B5692; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .welfare_section .inner figure img {
      aspect-ratio: 5/3;
      object-fit: cover; } }
  .welfare_section .inner .txt {
    display: flex;
    align-items: flex-end;
    width: 100%; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .welfare_section .inner .txt {
        flex-direction: column;
        align-items: flex-start; } }
    .welfare_section .inner .txt p {
      flex: 1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .welfare_section .inner .txt p {
          margin: 5px 0 15px; } }
    .welfare_section .inner .txt span {
      background-color: #002b6a;
      color: #fff;
      width: 200px;
      height: 40px;
      display: block;
      text-align: center;
      padding-top: 5px;
      cursor: pointer;
      transition: .3s; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .welfare_section .inner .txt span {
          padding-top: 1px;
          width: 120px;
          height: 27px;
          font-size: 12px; } }
  .welfare_section .inner a:hover .txt span {
    background-color: #00a395; }

.ideal_section {
  background: linear-gradient(to right bottom, #002b6a, #00a395);
  color: #fff;
  padding: 110px 0 100px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .ideal_section {
      padding: 100px 0 40px; } }
  .ideal_section:before {
    content: "";
    position: absolute;
    background-image: url("../img/ideal/bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 80px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .ideal_section:before {
        background-image: url("../img/ideal/bg_sp.svg"); } }
  .ideal_section .sec_ttl p {
    overflow: hidden; }
    .ideal_section .sec_ttl p span {
      position: relative; }
      .ideal_section .sec_ttl p span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 100vw;
        height: 1px;
        background-color: #fff;
        left: 10px;
        top: 50%;
        transform: translate(0, -50%); }
  .ideal_section .sec_ttl h2 {
    line-height: 1.2; }
  .ideal_section .comment_box .inner {
    padding: 0; }
  .ideal_section .comment_box figure {
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .ideal_section .comment_box figure {
        margin-top: 0px; } }
  .ideal_section .comment_box .comment_pc {
    margin-top: -100px;
    opacity: 0;
    transition: 1.4s;
    transition-delay: .5s; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .ideal_section .comment_box .comment_pc {
        display: none; } }
  .ideal_section .comment_box .comment_pc.isAnimate {
    opacity: 1;
    margin-top: -130px; }

.recruit_section {
  background-color: #e9e9e9;
  padding: 110px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .recruit_section {
      padding: 100px 0 70px; } }
  .recruit_section .sec_ttl {
    margin-bottom: 65px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .recruit_section .sec_ttl {
        margin-bottom: 15px; } }
    .recruit_section .sec_ttl p {
      overflow: hidden; }
      .recruit_section .sec_ttl p span {
        position: relative; }
        .recruit_section .sec_ttl p span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 10px;
          width: 100vw;
          height: 1px;
          background-color: #666666;
          left: 10px;
          top: 50%;
          transform: translate(0, -50%); }
  .recruit_section .recruit_box {
    background-color: #fff;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .recruit_section .recruit_box {
        margin-bottom: 40px; } }
    .recruit_section .recruit_box dl {
      display: flex;
      padding: 15px 20px;
      border-bottom: #e9e9e9 1px solid; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .recruit_section .recruit_box dl {
          display: block;
          padding: 15px; } }
      .recruit_section .recruit_box dl dt {
        font-weight: bold;
        width: 155px; }
      .recruit_section .recruit_box dl dd {
        line-height: 1.5;
        flex: 1; }
  .recruit_section .link_btn {
    display: flex;
    background-color: #e9e9e9;
    justify-content: space-between; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .recruit_section .link_btn {
        display: block; } }
    .recruit_section .link_btn li {
      width: 320px;
      height: 120px;
      background-color: #fff; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .recruit_section .link_btn li {
          width: 100%;
          height: 70px;
          margin-bottom: 10px; } }
      .recruit_section .link_btn li:hover a figure img {
        transform: scale(1.03); }
      .recruit_section .link_btn li:first-child {
        background-color: transparent;
        display: flex;
        align-items: center;
        color: #002b6a;
        font-size: 24px;
        font-weight: bold; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .recruit_section .link_btn li:first-child {
            justify-content: center; } }
        .recruit_section .link_btn li:first-child a {
          color: #fff;
          font-size: 22px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            .recruit_section .link_btn li:first-child a {
              font-size: 16px; } }
      .recruit_section .link_btn li:last-child a figure {
        width: 220px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .recruit_section .link_btn li:last-child a figure {
            width: 190px; } }
      .recruit_section .link_btn li a {
        width: 100%;
        height: 100%;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .recruit_section .link_btn li a figure {
          width: 240px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            .recruit_section .link_btn li a figure {
              width: 190px; } }
          .recruit_section .link_btn li a figure img {
            transition: transform .6s ease; }

.footer {
  padding: 40px 0 20px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .footer {
      padding: 25px 0 20px; } }
  .footer a {
    display: block;
    width: 500px;
    margin: 0 auto 25px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .footer a {
        width: 310px;
        margin: 0 auto 15px; } }
    .footer a.nolink {
      pointer-events: none;
      cursor: default; }
  .footer p {
    font-size: 12px;
    text-align: center; }

.cont_header {
  width: 100%;
  position: relative; }
  .cont_header .slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .cont_header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.7);
    position: absolute;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .cont_header h1 {
        font-size: 6.4vw;
        text-shadow: 1px 2px rgba(0, 0, 0, 0.7); } }
    .cont_header h1 span {
      font-size: 24px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      letter-spacing: 0.03em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .cont_header h1 span {
          font-size: 14px; } }

.box_ttl {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
  color: #1e6c83;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .box_ttl {
      font-size: 18px;
      padding-left: 25px; } }
  .box_ttl:before {
    content: "";
    width: 24px;
    height: 24px;
    background: linear-gradient(to right, #1e6c83, rgba(30, 108, 131, 0));
    display: block;
    position: absolute;
    left: 0;
    top: 0.7rem; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .box_ttl:before {
        width: 18px;
        height: 18px;
        top: 0.6rem; } }

.about_sec_1 {
  padding: 70px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about_sec_1 {
      padding: 30px 0; } }
  .about_sec_1 h2 {
    width: 504px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about_sec_1 h2 {
        width: 74vw;
        margin: 0 auto 10px; } }

.about_sec_2 {
  background-color: #eee;
  padding: 80px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about_sec_2 {
      padding: 30px 0; } }
  .about_sec_2 .inner .box {
    width: 100%; }
    .about_sec_2 .inner .box:first-child {
      margin-bottom: 25px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about_sec_2 .inner .box:first-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #000; } }
    .about_sec_2 .inner .box p {
      line-height: 1.6; }
    .about_sec_2 .inner .box .txt_1 {
      background-color: #fff;
      padding: 25px 30px;
      font-size: 110%;
      font-weight: 500; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_2 .inner .box .txt_1 {
          padding: 15px 20px; } }
    .about_sec_2 .inner .box .txt_2 {
      margin-top: 15px;
      padding: 0 15px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_2 .inner .box .txt_2 {
          padding: 0 10px; } }

.about_sec_3 {
  padding: 80px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about_sec_3 {
      padding: 30px 0 0; } }
  .about_sec_3 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .about_sec_3 .inner .box {
      width: 50%; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_3 .inner .box {
          width: 100%; } }
      .about_sec_3 .inner .box figure {
        transform: translateY(-40px); }
    .about_sec_3 .inner .link_box {
      display: block;
      width: 232px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_3 .inner .link_box {
          width: 48%; }
          .about_sec_3 .inner .link_box:last-child {
            width: 100%; } }
      .about_sec_3 .inner .link_box figure {
        padding-bottom: 6px;
        transition: 0.3s; }
        .about_sec_3 .inner .link_box figure:hover {
          opacity: 0.7; }
      .about_sec_3 .inner .link_box h4 {
        border-bottom: solid 1px #000;
        padding-bottom: 6px;
        line-height: 1.4;
        text-indent: -0.5em;
        margin-bottom: 5px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about_sec_3 .inner .link_box h4 {
            font-size: 14px; } }
    .about_sec_3 .inner .link_txt {
      position: relative;
      padding-left: 14px;
      letter-spacing: 0.02em;
      display: block;
      transition: 0.3s; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_3 .inner .link_txt {
          font-size: 13px;
          padding-left: 10px;
          letter-spacing: 0; } }
      .about_sec_3 .inner .link_txt:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        transform: rotate(45deg);
        position: absolute;
        left: -4px;
        top: 0.55em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about_sec_3 .inner .link_txt:before {
            width: 7px;
            height: 7px; } }
      .about_sec_3 .inner .link_txt:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("../img/icon_blank.svg") no-repeat center/contain;
        transform: translate(4px, -4px); }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about_sec_3 .inner .link_txt:after {
            width: 7px;
            height: 7px; } }
      .about_sec_3 .inner .link_txt:not(.nolink):hover {
        opacity: 0.6; }
      .about_sec_3 .inner .link_txt.nolink {
        pointer-events: none; }
        .about_sec_3 .inner .link_txt.nolink:after {
          display: none; }

.about_sec_4 {
  background-color: #eee;
  padding: 80px 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about_sec_4 {
      padding: 30px 0; } }
  .about_sec_4 .list {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    margin-top: 20px; }
    .about_sec_4 .list dl {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      border-bottom: solid 1px rgba(0, 0, 0, 0.3);
      padding: 15px 0; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about_sec_4 .list dl {
          display: block;
          padding-left: 12px; } }
      .about_sec_4 .list dl dt {
        width: 230px;
        padding-left: 40px;
        line-height: 1.5; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about_sec_4 .list dl dt {
            width: 100%;
            padding: 0; } }
      .about_sec_4 .list dl dd {
        flex: 1;
        line-height: 1.5; }

.comingsoon {
  pointer-events: none;
  opacity: 0.3; }

.elem.elem_fadeIn {
  opacity: 0;
  transition: 1s; }
  .elem.elem_fadeIn.isAnimate {
    opacity: 1; }
.elem.elem_fadeUp {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s; }
  .elem.elem_fadeUp.isAnimate {
    opacity: 1;
    transform: translateY(0); }
.elem.elem_slideLeft {
  opacity: 0;
  transform: translateX(-60px);
  transition: 1s; }
  .elem.elem_slideLeft.isAnimate {
    opacity: 1;
    transform: translateX(0); }
.elem.elem_slideIn {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: .6s; }
  .elem.elem_slideIn.isAnimate {
    -webkit-clip-path: inset(0);
    clip-path: inset(0); }
.elem.elem_wideIn {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  opacity: 0;
  transition: .8s; }
  .elem.elem_wideIn.isAnimate {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0); }
.elem.elem_delay_02 {
  transition-delay: .2s; }
.elem.elem_delay_03 {
  transition-delay: .3s; }
.elem.elem_delay_06 {
  transition-delay: .6s; }
.elem.elem_delay_08 {
  transition-delay: .8s; }
.elem.elem_delay_1 {
  transition-delay: 1s; }
.elem.elem_delay_1_02 {
  transition-delay: 1.2s; }
.elem.elem_delay_1_04 {
  transition-delay: 1.4s; }
.elem.elem_delay_1_06 {
  transition-delay: 1.6s; }
.elem.elem_delay_1_08 {
  transition-delay: 1.8s; }
.elem.elem_delay_2 {
  transition-delay: 2s; }
.elem.elem_duration_03 {
  transition-duratio: .3s; }
.elem.elem_duration_04 {
  transition-duratio: .4s; }
.elem.elem_duration_06 {
  transition-duratio: .6s; }
.elem.elem_duration_08 {
  transition-duratio: .8s; }
.elem.elem_duration_1 {
  transition-duratio: 1s; }
.elem.elem_duration_2 {
  transition-duratio: 2s; }
.elem.elem_duration_3 {
  transition-duratio: 3s; }
.elem.elem_duration_4 {
  transition-duratio: 4s; }

/*# sourceMappingURL=style.css.map */
