@charset "UTF-8";
/**
 * sys
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,400;0,900;1,300&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #003A6B;
}

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

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

form#mailformpro {
  padding: 0;
}

form#mailformpro dl dt {
  width: auto;
  float: none;
  font-size: inherit;
  text-align: left;
  border: none;
}

form#mailformpro dl dd {
  border: none;
  font-size: inherit;
}

form#mailformpro textarea {
  width: 100% !important;
  height: auto !important;
}

.mfp_element_all {
  max-width: inherit;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  width: 100%;
  height: auto;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  padding: 0;
  border: none;
  background: #000;
  text-shadow: none;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

div#mfp_phase_confirm h4 {
  font-size: 2.8rem;
}

table#mfp_confirm_table {
  max-width: 800px;
  margin: 50px auto;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: inherit;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  padding: 1rem 2rem;
  font-size: inherit;
}

#mfp_phase_confirm .mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button#mfp_button_send {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  height: 80px;
  margin: 60px 15px 0;
  font-size: 1.6rem;
}

button#mfp_button_cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 200px;
  height: 80px;
  margin: 60px 15px 0;
  font-size: 1.6rem;
  background-color: #c2c2c2;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  /* デザインに合わせて変更する */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 1.8;
  /* デザインに合わせて変更する */
}

p {
  text-align: justify;
}

strong,
b {
  font-weight: bold;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  /* デザインに合わせて変更する */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

address {
  font-style: normal;
}

.l-footer {
  color: #fff;
  background-color: #222;
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .l-footer {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .l-footer {
    font-size: inherit;
  }
  .l-footer__flex {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__inner {
    width: 100%;
    text-align: center;
  }
  .l-footer__inner:not(:first-child) {
    margin-top: 40px;
  }
}

.c-address p {
  font-size: 1.4rem;
}

.c-address p + p {
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .c-address p {
    text-align: center;
  }
  .c-address p + p {
    margin-top: 16px;
  }
}

.c-footlist__item {
  color: #666;
}

.c-footlist__item:not(:first-child) {
  margin-top: 10px;
}

.c-footlist__item a {
  color: #fff;
  text-decoration: none;
}

.c-footBtn {
  position: relative;
  display: inline-block;
  min-width: 240px;
  margin-bottom: 16px;
  padding: 20px 25px;
  color: #fff;
  border: 1px solid #707070;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.c-footBtn:first-child {
  opacity: .5;
  pointer-events: none;
  cursor: initial;
}

.c-footBtn:first-child:hover {
  background-color: inherit;
}

.c-footBtn::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  color: #fff;
}

.c-footBtn:hover {
  color: #333;
  background-color: #fff;
}

.c-footBtn:hover::after {
  color: #333;
}

@media (max-width: 991px) {
  .c-footBtn {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .c-footBtn {
    min-width: 240px;
  }
}

.l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gnav__item {
  height: 100%;
}

.l-gnav__item:last-of-type a {
  padding-right: 40px;
}

.l-gnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-gnav__item a:hover .l-gnav__itemInner {
  border-color: #333;
}

.l-gnav__itemInner {
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .l-gnav {
    display: none;
  }
}

.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
}

.l-header + * {
  padding-top: 80px;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 12px 0 12px 36px;
}

@media (max-width: 991px) {
  .l-header {
    height: 56px;
  }
  .l-header + * {
    padding-top: 56px;
  }
  .l-header__head {
    position: fixed;
    z-index: 100000;
  }
  .l-header__logo {
    height: 56px;
    padding: 10px 15px;
  }
  .l-header__logo a {
    display: block;
    height: 100%;
  }
  .l-header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.c-gnav__scroll {
  height: 100%;
}

.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.c-gnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
  margin: 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-gnav__item a:hover {
  opacity: 0.8;
}

.c-gnav__item a.soon {
  color: #ccc;
  pointer-events: none;
  cursor: initial;
}

.c-gnav__item--contact a {
  margin: 0 0 0 30px;
  padding: 0 50px;
  color: #ffff;
  font-weight: 400;
  background-color: #275CA1;
}

.c-gnav__item--contact img {
  margin-top: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .c-gnav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
  }
  .c-gnav__list {
    display: none;
    width: 92%;
    height: auto;
    margin: 56px auto 0;
    padding-top: 60px;
  }
  .c-gnav__item {
    border-bottom: 1px solid #ccc;
  }
  .c-gnav__item:first-child {
    border-top: 1px solid #ccc;
  }
  .c-gnav__item a {
    display: block;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  .c-gnav__item--contact {
    width: 74%;
    margin: 40px auto 0;
    border-bottom: none;
  }
  .c-gnav.is-active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
  .c-gnav.is-active .c-gnav__scroll {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-gnav.is-active .c-gnav__list {
    display: block;
  }
}

.c-openbtn {
  display: none;
}

@media (max-width: 991px) {
  .c-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #275CA1;
  }
  .c-openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
    width: 20px;
  }
  .c-openbtn span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  .c-openbtn span:nth-of-type(2) {
    top: 50%;
  }
  .c-openbtn span:nth-of-type(3) {
    top: calc(50% + 7px);
  }
  .c-openbtn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(-50%) rotate(-45deg);
            transform: translateY(7px) translateX(-50%) rotate(-45deg);
    width: 30%;
  }
  .c-openbtn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-openbtn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(-50%) rotate(45deg);
            transform: translateY(-7px) translateX(-50%) rotate(45deg);
    width: 30%;
  }
}

.l-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .l-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.c-pageTtl {
  position: relative;
}

.c-pageTtl__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
}

.c-pageTtl__ja {
  margin-top: 6px;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-pageTtl__en {
  font-family: 'Roboto', sans-serif;
  color: #275CA1;
  font-size: 7.2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-pageTtl__line {
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
}

.c-pageTtl::before, .c-pageTtl::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.c-pageTtl::before {
  top: 0;
  left: 0;
  border-width: 28vw 23vw 0 0;
  border-color: #275CA1 transparent transparent transparent;
  z-index: 1;
}

.c-pageTtl::after {
  right: 0;
  bottom: calc(-7.8vw + 1px);
  border-width: 0 10vw 7.8vw 0;
  border-color: transparent #D8E9FF transparent transparent;
  z-index: 1;
}

@media (max-width: 991px) {
  .c-pageTtl::before {
    border-width: 21vw 17vw 0 0;
  }
}

@media (max-width: 767px) {
  .c-pageTtl__inner {
    height: 120px;
  }
  .c-pageTtl__ja {
    font-size: 1.5rem;
  }
  .c-pageTtl__en {
    font-size: 3.8rem;
  }
  .c-pageTtl::after {
    bottom: -75px;
    border-width: 0 100px 75px 0;
  }
}

.c-bread {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  z-index: 10;
}

.c-bread + * {
  margin-top: 40px;
}

.c-bread__item {
  font-size: 1.4rem;
}

.c-bread__item a:hover {
  text-decoration: underline;
}

.c-bread__item:not(:last-child) {
  position: relative;
  padding-right: 14px;
  margin-right: 10px;
}

.c-bread__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/assets/images/icon/icon-arrow.svg) no-repeat center center/contain;
}

.c-bgHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 330px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-bgHead__ttl {
  font-size: 4.2rem;
  font-weight: bold;
}

.p-about .c-bgHead {
  background-image: url(/assets/images/bg/bg-about.jpg);
}

.p-employment .c-bgHead {
  background-image: url(/assets/images/bg/bg-employment.jpg);
}

.p-flow .c-bgHead {
  background-image: url(/assets/images/bg/bg-flow.jpg);
}

@media (max-width: 767px) {
  .c-bgHead {
    height: 160px;
  }
  .c-bgHead__ttl {
    font-size: 2.4rem;
  }
}

.c-secTtl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 110px;
  text-align: center;
}

.c-secTtl + * {
  margin-top: 50px;
}

.c-secTtl__inner {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #275CA1;
}

.c-secTtl__fuki {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 20px;
  color: #fff;
  font-weight: 500;
  background-color: #275CA1;
  border-radius: 20px;
}

.c-secTtl__fuki::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #275CA1 transparent transparent transparent;
}

@media (max-width: 767px) {
  .c-secTtl {
    margin-top: 50px;
  }
  .c-secTtl + * {
    margin-top: 40px;
  }
  .c-secTtl__inner {
    font-size: 2.0rem;
  }
  .c-secTtl__fuki {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.c-subTtl {
  margin-top: 80px;
  color: #275CA1;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.c-subTtl + * {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .c-subTtl {
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .c-subTtl + * {
    margin-top: 16px;
  }
}

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

@media (max-width: 767px) {
  .c-lead {
    text-align: left;
  }
}

.c-btn {
  margin-top: 60px;
  color: #fff;
  background-color: #275CA1;
  text-decoration: none;
}

.c-btn__cap {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-btn--primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 518px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #275CA1;
  z-index: 0;
}

.c-btn--primary::before, .c-btn--primary::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.c-btn--primary::before {
  background: url(/assets/images/icon/icon-btn-primary-hover.svg) no-repeat center center/contain;
  z-index: 1;
}

.c-btn--primary::after {
  background: url(/assets/images/icon/icon-btn-primary.svg) no-repeat center center/contain;
  z-index: 2;
}

.c-btn--primary:hover {
  color: #275CA1;
  background-color: #fff;
}

.c-btn--primary:hover::after {
  opacity: 0;
}

.c-btn--secondary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.c-btn--secondary::before, .c-btn--secondary::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-btn--secondary::before {
  background: url(/assets/images/icon/icon-btn-primary.svg) no-repeat center center/contain;
}

.c-btn--secondary::after {
  background: url(/assets/images/icon/icon-btn-primary-hover.svg) no-repeat center center/contain;
}

.c-btn--secondary:hover {
  color: #fff;
  background-color: #275CA1;
  border-color: #275CA1;
}

.c-btn--noarrow::before, .c-btn--noarrow::after {
  display: none;
}

.c-btn--small {
  max-width: 332px;
  height: 78px;
  margin-left: 0;
}

.c-btn--send::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-btn--send::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .c-btn--primary {
    height: 68px;
    font-size: 1.6rem;
  }
  .c-btn--small::before, .c-btn--small::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.c-check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 40px;
  background-color: #D8E9FF;
}

.c-check__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-check__item {
  width: calc((100% - 60px) / 3);
  margin: 5px 10px;
  font-size: 1.5rem;
  padding-left: 1.4em;
  text-indent: -1.4em;
  line-height: 1.6;
}

.c-check__item img {
  vertical-align: middle;
}

.c-check__list--center .c-check__item {
  text-align: center;
}

@media (max-width: 991px) {
  .c-check__item {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 767px) {
  .c-check__item {
    font-size: inherit;
  }
}

@media (max-width: 575px) {
  .c-check__list {
    padding: 30px;
  }
  .c-check__item {
    width: 100%;
  }
}

.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bbb;
}

.c-form__row:first-child {
  border-top: 1px solid #bbb;
}

.c-form__tag {
  margin-right: 18px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #275CA1;
}

.c-form__tag.option {
  background-color: #aeaeae;
}

.c-form form#mailformpro dt,
.c-form form#mailformpro dd {
  padding-top: 34px;
  padding-bottom: 34px;
}

.c-form form#mailformpro dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.c-form form#mailformpro dt.align-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-form form#mailformpro dd {
  width: calc(100% - 300px);
  padding-left: 50px;
  padding-right: 40px;
}

.c-form form#mailformpro dd input,
.c-form form#mailformpro dd textarea {
  border-color: #CCCCCC;
  border-radius: 2px;
}

.c-form__privacy {
  margin-top: 58px;
  text-align: center;
}

.c-form__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  height: 80px;
  margin: 60px auto 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .c-form__row:first-child {
    border-top: none;
  }
  .c-form__row:not(:first-child) {
    margin-top: 30px;
  }
  .c-form form#mailformpro dt,
  .c-form form#mailformpro dd {
    padding: 0;
  }
  .c-form form#mailformpro dt {
    width: 100%;
    background-color: transparent;
  }
  .c-form form#mailformpro dd {
    margin-top: 10px;
    width: 100%;
  }
  .c-form form#mailformpro dd input,
  .c-form form#mailformpro dd textarea {
    padding: 10px;
    border-radius: 0;
  }
  .c-form__tag {
    margin-right: 5px;
    padding: 2px 10px;
  }
  .c-form__privacy {
    margin-top: 30px;
    text-align: left;
  }
  .c-form__send {
    height: 60px;
    max-width: 280px;
    margin-top: 36px;
    font-size: 1.5rem;
  }
}

.top-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.top-ttl__main {
  font-family: 'Roboto', sans-serif;
  color: #275CA1;
  font-size: 8.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

.top-ttl__sub {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

.top-ttl--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-ttl--white .top-ttl__main,
.top-ttl--white .top-ttl__sub {
  color: #fff;
}

@media (max-width: 767px) {
  .top-ttl {
    margin-bottom: 20px;
  }
  .top-ttl__main {
    font-size: 4.0rem;
  }
  .top-ttl__sub {
    font-size: 1.3rem;
  }
}

.mainvsl {
  position: relative;
}

.mainvsl__copy {
  position: absolute;
  top: 26%;
  left: 5%;
  font-size: 4.2rem;
  font-weight: bold;
  z-index: 10;
}

.mainvsl__copyInner {
  display: inline-block;
  padding: 0 14px;
  background-color: #fff;
}

.mainvsl__copyInner:not(:first-child) {
  margin-top: 30px;
}

.mainvsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvsl::before, .mainvsl::after {
  content: "";
  position: absolute;
  display: block;
}

.mainvsl::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36vw 29vw 0 0;
  border-color: #275CA1 transparent transparent transparent;
}

.mainvsl::after {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48vw 33vw 0;
  border-color: transparent #D8E9FF transparent transparent;
}

@media (max-width: 1199px) {
  .mainvsl__copy {
    font-size: 3.3vw;
  }
}

@media (max-width: 767px) {
  .mainvsl__copy {
    font-size: 1.8rem;
    top: inherit;
    bottom: 10%;
  }
  .mainvsl__copyInner:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .mainvsl__item {
    height: 240px;
  }
  .mainvsl__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-bnr {
  margin: 140px auto 120px;
  padding: 0 40px;
  text-align: center;
}

.top-bnr__image {
  position: relative;
  display: inline-block;
}

.top-bnr__fuki {
  position: absolute;
  left: -30px;
  top: -40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-bnr a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-bnr a:hover {
  opacity: 0.9;
}

.top-bnr a:hover .top-bnr__fuki {
  top: -48px;
}

@media (max-width: 767px) {
  .top-bnr {
    margin: 50px auto;
    padding: 0 20px;
  }
  .top-bnr__fuki {
    top: -28px;
    left: -10px;
    width: 300px;
  }
  .top-bnr a:hover .top-bnr__fuki {
    top: -40px;
  }
}

.top-service__imageArea {
  position: relative;
  width: 80%;
  height: 350px;
  max-width: 1060px;
}

.top-service__imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-service__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 570px;
  height: auto;
  min-height: 260px;
  color: #fff;
  background-color: #fff;
}

.top-service__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 190px 68px 0 0;
  border-color: #588CD1 transparent transparent transparent;
  z-index: 1;
}

.top-service__bodyInner {
  position: relative;
  display: block;
  height: 100%;
  min-height: 260px;
  padding: 45px 155px 45px 80px;
  background-color: #275CA1;
  cursor: initial;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-service__bodyInner::before, .top-service__bodyInner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-service__bodyInner::before {
  background: url(/assets/images/icon/icon-top-service-hover.svg) no-repeat center center/contain;
  z-index: 1;
}

.top-service__bodyInner::after {
  background: url(/assets/images/icon/icon-top-service.svg) no-repeat center center/contain;
  z-index: 2;
}

.top-service__ttl {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.top-service__set:not(:first-child) {
  margin-top: 60px;
}

.top-service__set.nomal .top-service__body {
  right: -330px;
}

.top-service__set.reverse .top-service__imageArea {
  margin-right: 0;
  margin-left: auto;
}

.top-service__set.reverse .top-service__body {
  left: -330px;
}

@media screen and (max-width: 1430px) {
  .top-service__set {
    position: relative;
  }
  .top-service__set.nomal .top-service__body {
    right: 50px;
  }
  .top-service__set.reverse .top-service__body {
    left: 50px;
  }
  .top-service__imageArea {
    position: static;
  }
}

@media (max-width: 991px) {
  .top-service__body {
    width: 460px;
  }
}

@media (max-width: 767px) {
  .top-service__imageArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    height: auto;
  }
  .top-service__imageArea img {
    height: 150px;
  }
  .top-service__body {
    position: relative;
    top: inherit;
    left: inherit;
    width: 90%;
    max-width: 460px;
    min-height: inherit;
    margin: -50px auto 0;
    -webkit-transform: none;
            transform: none;
  }
  .top-service__set.nomal .top-service__body {
    right: inherit;
  }
  .top-service__set.reverse .top-service__body {
    left: inherit;
  }
  .top-service__set:not(:first-child) {
    margin-top: 40px;
  }
  .top-service__bodyInner {
    min-height: inherit;
  }
  .top-service__bodyInner::before, .top-service__bodyInner::after {
    top: inherit;
    bottom: 20px;
    right: 30px;
    -webkit-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
  }
  .top-service__ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}

@media (max-width: 575px) {
  .top-service__body::before {
    border-width: 95px 34px 0 0;
  }
  .top-service__bodyInner {
    padding: 30px 30px 80px;
  }
}

.top-company {
  margin-top: 120px;
  padding-bottom: 100px;
  color: #fff;
  background: linear-gradient(to bottom, transparent 0%, transparent 100px, #D8E9FF 100px, #D8E9FF 100%);
}

.top-company__imageArea {
  width: 92%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 125px;
  padding-bottom: 125px;
  padding: 125px 30px;
  background: url(/assets/images/top/bg-top-company.png) no-repeat center center/cover;
}

.top-company__inner {
  max-width: 500px;
}

.top-company .c-btn--secondary:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.top-company .c-btn--secondary:hover::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .top-company {
    margin-top: 60px;
  }
  .top-company__imageArea {
    padding: 60px 20px;
  }
}

.top-recruit {
  padding: 120px 0 130px;
}

.top-recruit__content {
  position: relative;
}

.top-recruit__content::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -6.2vw;
  display: block;
  width: 518px;
  height: 570px;
  background: url(/assets/images/top/img-top-recruit.png) no-repeat center center/contain;
}

.top-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.top-recruit__item {
  width: calc((100% - 40px) / 2);
  margin-top: 30px;
}

.top-recruit__item:nth-child(even) {
  margin-left: 40px;
}

.top-recruit__item a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-recruit__item a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  display: block;
  width: 7px;
  height: 12px;
  background: url(/assets/images/icon/icon-arrow-blue.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-recruit__item a:hover {
  color: inherit;
  opacity: 0.8;
}

.top-recruit__item a:hover::after {
  right: 5px;
}

.top-recruit__item span {
  margin-right: 14px;
  font-family: 'Roboto', sans-serif;
  color: #275CA1;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: bold;
  vertical-align: text-top;
}

@media screen and (max-width: 1400px) {
  .top-recruit__content::after {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .top-recruit__content::after {
    left: 30px;
    width: calc(518px * 0.8);
    height: calc(570px * 0.8);
  }
}

@media (max-width: 991px) {
  .top-recruit__content::after {
    left: -10px;
    width: calc(518px * 0.5);
    height: calc(570px * 0.5);
  }
}

@media (max-width: 767px) {
  .top-recruit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-recruit__content::after {
    position: static;
    margin: 40px auto 0;
  }
  .top-recruit__item {
    width: calc((100% - 20px) / 2);
    margin-top: 16px;
  }
  .top-recruit__item a {
    font-size: inherit;
  }
  .top-recruit__item:nth-child(even) {
    margin-left: 20px;
  }
}

.p-jobDesc {
  padding: 90px 0;
}

.p-jobDesc__ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-jobDesc__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.p-jobDesc__head, .p-jobDesc__data {
  padding: 14px 20px;
  border-bottom: 1px solid #bbb;
}

.p-jobDesc__head:first-of-type, .p-jobDesc__data:first-of-type {
  border-top: 1px solid #bbb;
}

.p-jobDesc__head {
  width: 240px;
  background-color: #F3F3F3;
}

.p-jobDesc__data {
  width: calc(100% - 240px);
}

.p-jobDesc__movie {
  margin-top: 76px;
}

.p-jobDesc__movieTtl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.p-jobDesc__movieTtl img {
  margin-right: 8px;
  vertical-align: middle;
}

.p-jobDesc__movieTtl + * {
  margin-top: 22px !important;
}

@media (max-width: 767px) {
  .p-jobDesc {
    padding: 50px 0;
  }
  .p-jobDesc__ttl {
    font-size: 2.4rem;
  }
  .p-jobDesc__dl {
    margin-top: 30px;
  }
  .p-jobDesc__head, .p-jobDesc__data {
    width: 100%;
    border-bottom: none;
  }
  .p-jobDesc__head:first-of-type, .p-jobDesc__data:first-of-type {
    border-top: none;
  }
  .p-jobDesc__head {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-jobDesc__movie {
    margin-top: 40px;
  }
  .p-jobDesc__movieTtl {
    font-size: 1.8rem;
  }
  .p-jobDesc__movieTtl img {
    display: block;
    margin: 0 auto 6px;
  }
}

.p-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 840px;
  margin: 78px auto 0;
}

.p-feature__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #EEF5FF;
}

.p-feature__num {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  color: #275CA1;
  font-size: 5.0rem;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 1;
}

.p-feature__text {
  margin-top: 16px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .p-feature__item {
    width: 200px;
    height: 200px;
  }
  .p-feature__text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-feature__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .p-feature__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 154px;
    height: 154px;
    margin: 16px 8px;
  }
  .p-feature__item img {
    margin-top: 22px;
    max-height: 26px;
  }
  .p-feature__num {
    top: -14px;
    font-size: 2.8rem;
  }
  .p-feature__text {
    margin-top: 8px;
    font-size: inherit;
  }
}

.p-otherFeature__list {
  margin-top: 20px;
}

.p-otherFeature__item {
  margin-top: 30px;
}

.p-otherFeature__itemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  text-align: center;
  line-height: 1.6;
  background-color: #D8E9FF;
}

.p-otherFeature__itemInner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #275CA1 transparent transparent transparent;
}

@media (max-width: 575px) {
  .p-otherFeature__list {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-otherFeature__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-schedule__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.p-schedule__gridItem {
  width: 48%;
}

.p-schedule__gridItem:last-child {
  padding-left: 50px;
}

.p-schedule__image {
  margin-top: 24px;
}

.p-schedule__image img {
  max-width: 100%;
}

.p-schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-schedule__row:last-of-type .p-schedule__time::before {
  display: none;
}

.p-schedule__time, .p-schedule__data {
  padding: 8px 0;
}

.p-schedule__time {
  position: relative;
}

.p-schedule__time::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #275CA1, #275CA1 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-y;
  background-size: 2px 4px;
}

.p-schedule__time::after {
  content: "●";
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  padding: 2px;
  color: #275CA1;
  font-size: 1rem;
  background-color: #fff;
  line-height: 1;
}

.p-schedule__timeTag {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #275CA1;
}

.p-schedule__data {
  padding-left: 20px;
}

.p-schedule__cap {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .p-schedule__gridItem:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .p-schedule__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-schedule__gridItem {
    width: 100%;
  }
  .p-schedule__gridItem:not(:first-child) {
    margin-top: 20px;
  }
  .p-schedule__cap {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.p-new__largeText {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.p-new p + p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-new__largeText {
    font-size: 1.7rem;
  }
}

.p-flow {
  padding-bottom: 120px;
}

.p-flow__stepSet {
  position: relative;
}

.p-flow__stepSet:first-of-type {
  margin-top: 90px;
}

.p-flow__stepSet:not(:first-of-type) {
  margin-top: 26px;
  padding-top: 38px;
}

.p-flow__stepSet:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #275CA1 transparent transparent transparent;
}

.p-flow__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #D8E9FF;
}

.p-flow__head {
  color: #275CA1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-flow__headNum {
  padding-right: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  border-right: 1px solid #95AFD1;
}

.p-flow__ttl {
  padding-left: 20px;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-flow__text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-flow {
    padding-bottom: 60px;
  }
  .p-flow__stepSet:first-of-type {
    margin-top: 50px;
  }
  .p-flow__banner {
    padding: 10px 16px;
  }
  .p-flow__headNum {
    padding-right: 16px;
    font-size: 2.0rem;
  }
  .p-flow__ttl {
    padding-left: 16px;
    font-size: 1.8rem;
  }
  .p-flow__text {
    margin-top: 16px;
  }
}

.p-entry {
  padding-top: 120px;
  background-color: #D8E9FF;
}

.p-entry__form {
  margin-top: 40px;
  padding: 70px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p-entry {
    padding-top: 60px;
  }
  .p-entry__form {
    padding: 40px;
  }
}

.page-privacy main section:not(:first-child) {
  padding-top: 50px;
}

.page-privacy main .c-policyttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #275CA1;
}

.page-privacy main .p-policyList {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .page-privacy main section:not(:first-child) {
    padding-top: 30px;
  }
  .page-privacy main .c-policyttl {
    font-size: 1.8rem;
  }
}

.u-alL {
  text-align: left !important;
}

.u-alC {
  text-align: center !important;
}

.u-alR {
  text-align: right !important;
}

@media (max-width: 767px) {
  .u-alLsp {
    text-align: left !important;
  }
  .u-alCsp {
    text-align: center !important;
  }
  .u-alRsp {
    text-align: right !important;
  }
}

/* 互換性 */
.u-valT {
  vertical-align: top !important;
}

.u-valM {
  vertical-align: middle !important;
}

.u-valB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-valTsp {
    vertical-align: top !important;
  }
  .u-valMsp {
    vertical-align: middle !important;
  }
  .u-valBsp {
    vertical-align: bottom !important;
  }
}

/* こちらを使う */
.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-vaTsp {
    vertical-align: top !important;
  }
  .u-vaMsp {
    vertical-align: middle !important;
  }
  .u-vaBsp {
    vertical-align: bottom !important;
  }
}

.zoomIn img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.slideright {
  position: relative;
}

.slideright__item::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slideright__item:hover::after {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.u-hover-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-hover-slide:hover {
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.u-bg-skyblue {
  background-color: #deecf5;
}

.u-spbr {
  display: none;
}

@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}

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

.u-color-orange {
  color: #fe643a;
}

.u-color-red {
  color: #E61E1E;
}

.u-color-white {
  color: #fff;
}

.u-color-yellow {
  color: #F6F098;
}

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

@media (max-width: 1024px) {
  .u-disp-only-pc {
    display: none;
  }
}

.u-disp-only-tb {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .u-disp-only-tb {
    display: block;
  }
}

.u-disp-sp {
  display: none;
}

@media (max-width: 767px) {
  .u-disp-sp {
    display: block;
  }
}

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

.u-inline-sp {
  display: none;
}

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

.u-linkText {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-linkText:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
}

/* 互換性　*/
.u-fz80p {
  font-size: 80%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz100p {
  font-size: 100%;
}

.u-fz110p {
  font-size: 110%;
}

.u-fz120p {
  font-size: 120%;
}

.u-fz130p {
  font-size: 130%;
}

.u-fz140p {
  font-size: 140%;
}

.u-fz150p {
  font-size: 150%;
}

/* こちらを使う */
.u-fz80 {
  font-size: 80%;
}

.u-fz90 {
  font-size: 90%;
}

.u-fz100 {
  font-size: 100%;
}

.u-fz110 {
  font-size: 110%;
}

.u-fz120 {
  font-size: 120%;
}

.u-fz130 {
  font-size: 130%;
}

.u-fz140 {
  font-size: 140%;
}

.u-fz150 {
  font-size: 150%;
}

.u-fz160 {
  font-size: 160%;
}

.u-fz14rem {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .u-fz80sp {
    font-size: 80% !important;
  }
  .u-fz90sp {
    font-size: 90% !important;
  }
  .u-fz100sp {
    font-size: 100% !important;
  }
  .u-fz110sp {
    font-size: 110% !important;
  }
  .u-fz120sp {
    font-size: 120% !important;
  }
  .u-fz130sp {
    font-size: 130% !important;
  }
  .u-fz140sp {
    font-size: 140% !important;
  }
  .u-fz150sp {
    font-size: 150% !important;
  }
  .u-fz160sp {
    font-size: 160% !important;
  }
}

.u-bold {
  font-weight: bold;
}

.u-wb {
  word-break: break-all;
  word-wrap: break-word;
}

.u-vl-m {
  vertical-align: middle;
}

.u-vl-tt {
  vertical-align: text-top;
}

.u-vl-tb {
  vertical-align: text-bottom;
}

.u-w0 {
  width: 0%;
}

.u-w5 {
  width: 5%;
}

.u-w10 {
  width: 10%;
}

.u-w15 {
  width: 15%;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w35 {
  width: 35%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w50 {
  width: 50%;
}

.u-w55 {
  width: 55%;
}

.u-w60 {
  width: 60%;
}

.u-w65 {
  width: 65%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w85 {
  width: 85%;
}

.u-w90 {
  width: 90%;
}

.u-w95 {
  width: 95%;
}

.u-w100 {
  width: 100%;
}

@media (max-width: 767px) {
  .u-w0sp {
    width: 0%;
  }
  .u-w5sp {
    width: 5%;
  }
  .u-w10sp {
    width: 10%;
  }
  .u-w15sp {
    width: 15%;
  }
  .u-w20sp {
    width: 20%;
  }
  .u-w25sp {
    width: 25%;
  }
  .u-w30sp {
    width: 30%;
  }
  .u-w35sp {
    width: 35%;
  }
  .u-w40sp {
    width: 40%;
  }
  .u-w45sp {
    width: 45%;
  }
  .u-w50sp {
    width: 50%;
  }
  .u-w55sp {
    width: 55%;
  }
  .u-w60sp {
    width: 60%;
  }
  .u-w65sp {
    width: 65%;
  }
  .u-w70sp {
    width: 70%;
  }
  .u-w75sp {
    width: 75%;
  }
  .u-w80sp {
    width: 80%;
  }
  .u-w85sp {
    width: 85%;
  }
  .u-w90sp {
    width: 90%;
  }
  .u-w95sp {
    width: 95%;
  }
  .u-w100sp {
    width: 100%;
  }
}

.u-fz0p {
  font-size: 0%;
}

.u-fz5p {
  font-size: 5%;
}

.u-fz10p {
  font-size: 10%;
}

.u-fz15p {
  font-size: 15%;
}

.u-fz20p {
  font-size: 20%;
}

.u-fz25p {
  font-size: 25%;
}

.u-fz30p {
  font-size: 30%;
}

.u-fz35p {
  font-size: 35%;
}

.u-fz40p {
  font-size: 40%;
}

.u-fz45p {
  font-size: 45%;
}

.u-fz50p {
  font-size: 50%;
}

.u-fz55p {
  font-size: 55%;
}

.u-fz60p {
  font-size: 60%;
}

.u-fz65p {
  font-size: 65%;
}

.u-fz70p {
  font-size: 70%;
}

.u-fz75p {
  font-size: 75%;
}

.u-fz80p {
  font-size: 80%;
}

.u-fz85p {
  font-size: 85%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz95p {
  font-size: 95%;
}

.u-fz100p {
  font-size: 100%;
}

.u-wauto {
  width: auto;
}

@media (max-width: 767px) {
  .u-wautosp {
    width: auto;
  }
}
