@charset "UTF-8";
/* Foundation */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

@-webkit-keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* レスポンシブ */
/* px→vw */
/* ラインヘイト自動 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body,
td,
th,
input,
textarea,
a {
  color: #2b2b2b;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.8947368421vw;
  }
}

p {
  word-break: break-all;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input[type=submit] {
  -webkit-appearance: none;
}

input,
select,
textarea {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  background-color: #ffffff;
  border: #2b2b2b solid 1px;
  border-radius: 5px;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #838383;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #838383;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #838383;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #838383;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #838383;
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}

input,
select {
  height: 36px;
}

/* フォームのオートコンプリートで背景色がかわる対応 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
          box-shadow: 0 0 0 1000px #ffffff inset;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
          box-shadow: 0 0 0 1000px #ffffff inset;
}

/* 矢印追加 */
.select-wrap {
  position: relative;
}
.select-wrap::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Layout */
.l-container {
  overflow: hidden;
}

.l-header {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header.top {
  position: absolute;
}
.l-header.top .l-header__inner {
  background-color: rgba(0, 0, 0, 0);
}
.l-header.hidden {
  opacity: 0;
}

.l-main {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 1400px) {
  .l-main {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 15.7894736842vw;
  }
}

/* Object */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-hide {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .c-hide {
    display: block !important;
  }
}
.c-hide__pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .c-hide__pc {
    display: none !important;
  }
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-bg__blue1 {
  background-color: #071B35;
}
.c-bg__green1 {
  background-color: rgba(193, 228, 233, 0.35);
}

@media screen and (max-width: 768px) {
  .c-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-right: 3.9473684211vw;
  }
  .c-toggle__icon {
    position: relative;
    z-index: 200;
    top: 0;
    right: 0;
    width: 10.5263157895vw;
    height: 100%;
    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;
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.1052631579vw) rotate(-45deg);
            transform: translateY(2.1052631579vw) rotate(-45deg);
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-2.1052631579vw) rotate(45deg);
            transform: translateY(-2.1052631579vw) rotate(45deg);
    width: 100%;
  }
  .c-toggle__icon__in {
    width: 7.3684210526vw;
    height: 4.7368421053vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-toggle__icon__in .c-toggle__trigger,
  .c-toggle__icon__in .c-toggle__trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-toggle__icon__in .c-toggle__trigger {
    position: relative;
    width: 7.3684210526vw;
    height: 4.7368421053vw;
  }
  .c-toggle__icon__in .c-toggle__trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.5263157895vw;
    background-color: #2b2b2b;
    border-radius: 0.5263157895vw;
  }
  .p-header__page.top .c-toggle__icon__in .c-toggle__trigger span {
    background-color: #2b2b2b;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(1) {
    top: 0;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(2) {
    top: 2.1052631579vw;
    width: 75%;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(3) {
    bottom: 0;
    width: 50%;
  }
}

.c-logo {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

.c-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  padding: 0 !important;
  background-color: #071B35;
  color: #ffffff !important;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .c-btn {
    width: 14.2857142857vw;
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 36.8421052632vw;
    height: 10.5263157895vw;
  }
}
.c-btn:hover {
  opacity: 0.7;
}

.c-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .c-title {
    font-size: 3.4285714286vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.3157894737vw;
    margin-bottom: 6.5789473684vw;
  }
}
.c-title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #838383;
}
@media screen and (max-width: 1400px) {
  .c-title span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title span {
    font-size: 2.6315789474vw;
  }
}

.c-table {
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1400px) {
  .c-table {
    width: 57.1428571429vw;
    border-width: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table th,
.c-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .c-table th,
  .c-table td {
    border-width: 0.0714285714vw;
    padding: 2.1428571429vw 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    border-width: 0.2631578947vw;
    padding: 3.9473684211vw 2.6315789474vw;
  }
}
.c-table th {
  text-align: left;
  font-weight: 400;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .c-table th {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table th {
    width: 21.0526315789vw;
  }
}

.c-form {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .c-form {
    width: 57.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    width: 100%;
  }
}
.c-form input,
.c-form textarea {
  height: auto;
}
.c-form .wpcf7-spinner {
  display: none;
}
.c-form__require,
.c-form .wpcf7-not-valid-tip {
  color: #ff0000;
}
.c-form__subject {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .c-form__subject {
    margin-bottom: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__subject {
    margin-bottom: 1.3157894737vw;
  }
}
.c-form__input {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .c-form__input {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input {
    margin-bottom: 5.2631578947vw;
  }
}
.c-form__input input,
.c-form__input textarea {
  width: 100%;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #5E5E5E;
}
@media screen and (max-width: 1400px) {
  .c-form__input input,
  .c-form__input textarea {
    padding: 0.7142857143vw 1.0714285714vw;
    border-width: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input input,
  .c-form__input textarea {
    padding: 1.3157894737vw 2.6315789474vw;
    border-width: 0.2631578947vw;
  }
}
.c-form__acceptance {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .c-form__acceptance {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__acceptance {
    margin-bottom: 7.8947368421vw;
  }
}
.c-form__acceptance input {
  width: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 1400px) {
  .c-form__acceptance input {
    margin-right: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__acceptance input {
    margin-right: 2.6315789474vw;
  }
}
.c-form__acceptance a {
  text-decoration: underline;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit input {
  background-color: #071B35;
  color: #ffffff;
  padding: 5px 80px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .c-form__submit input {
    padding: 0.3571428571vw 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__submit input {
    padding: 1.3157894737vw 18.4210526316vw;
  }
}
.c-form__submit input:hover {
  opacity: 0.7;
}
.c-form__submit input:disabled {
  background-color: #5E5E5E;
}
.c-form__submit input:disabled:hover {
  opacity: 1;
}

.c-fadein__up {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-fadein__up.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-fadein__nomove {
  animation: fadein__nomove 2s ease 0s 1 normal;
  -webkit-animation: fadein__nomove 2s ease 0s 1 normal;
}

@keyframes fadein__nomove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein__nomove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1400px) {
  .p-header__inner {
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    display: block;
    height: auto;
  }
}
.p-header__l {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}
@media screen and (max-width: 1400px) {
  .p-header__l {
    padding-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__l {
    width: 100%;
    padding-left: 0;
  }
}
.p-header__logo {
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .p-header__logo {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    height: 15.7894736842vw;
    padding-left: 3.9473684211vw;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    width: 36.8421052632vw;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
}
@media screen and (max-width: 1400px) {
  .p-header__r {
    padding-right: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__r {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15.7894736842vw;
    padding-top: 3.1578947368vw;
    width: 100%;
    overflow-y: auto;
    z-index: 800;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: #ffffff;
    padding-bottom: 7.8947368421vw;
    padding-left: 6.3157894737vw;
    padding-right: 6.3157894737vw;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .p-header__r.active {
    opacity: 1;
    visibility: visible;
  }
}
.p-header__page.top .p-header__logo a {
  color: #2b2b2b;
}

.p-nav__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-nav__1 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li {
    position: relative;
  }
  .p-nav__1 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5.2631578947vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.2631578947vw;
    height: 0.2631578947vw;
    background-color: #071B35;
  }
}
.p-nav__1 li a {
  color: #2b2b2b;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .p-nav__1 li a {
    padding-left: 0.7142857143vw;
    padding-right: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li a {
    text-decoration: none;
    padding-left: 15.7894736842vw;
    padding-right: 15.7894736842vw;
    padding-top: 3.9473684211vw;
    padding-bottom: 3.9473684211vw;
    display: block;
    color: #2b2b2b;
    font-size: 3.6842105263vw;
  }
}
.p-nav__1 li:nth-of-type(n + 2) {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .p-nav__1 li:nth-of-type(n + 2) {
    margin-left: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.p-header__page.top .p-nav__1 li a {
  color: #2b2b2b;
}

.p-footer {
  background-color: #071B35;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
}
@media screen and (max-width: 1400px) {
  .p-footer {
    font-size: 0.8571428571vw;
    padding: 0.7142857143vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    font-size: 2.1052631579vw;
    padding: 2.1052631579vw 0;
  }
}

.p-section {
  width: 100%;
  padding: 75px 0;
}
@media screen and (max-width: 1400px) {
  .p-section {
    padding: 5.3571428571vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-section {
    padding: 10.5263157895vw 0;
  }
}
.p-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  padding: 0 100px;
}
@media screen and (max-width: 1400px) {
  .p-section__inner {
    width: 100%;
    padding: 0 7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-section__inner {
    width: 100%;
    padding: 0 5.2631578947vw;
  }
}

.p-section2 {
  padding-top: 0;
}

.p-fv {
  width: 100%;
}
.p-fv .slick-slide {
  overflow: hidden;
}
.p-fv .slick-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-fv2 {
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-fv2 {
    height: 14.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv2 {
    height: 26.3157894737vw;
  }
}
.p-fv2 .c-title {
  margin-bottom: 0;
}

.p-bnrlnk__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-bnrlnk__list {
    gap: 7.8947368421vw;
  }
}
.p-bnrlnk__btn {
  width: 535px;
  height: 250px;
  padding: 50px 35px;
  border-radius: 15px;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .p-bnrlnk__btn {
    width: 37.5vw;
    height: 17.8571428571vw;
    padding: 3.5714285714vw 2.5vw;
    border-radius: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-bnrlnk__btn {
    width: 100%;
    height: 39.4736842105vw;
    padding: 7.8947368421vw 5.2631578947vw;
    border-radius: 2.6315789474vw;
  }
}
.p-bnrlnk__btn span {
  color: #ffffff;
}
.p-bnrlnk__btn__company {
  background-image: url("../img/bg_company.jpg");
}
.p-bnrlnk__btn__recruit {
  background-image: url("../img/bg_recruit.jpg");
}

.p-contact__lead, .p-contact__lead2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-contact__lead, .p-contact__lead2 {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__lead, .p-contact__lead2 {
    margin-bottom: 5.2631578947vw;
  }
}
.p-contact__lead2 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .p-contact__lead2 {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__lead2 {
    font-size: 5.2631578947vw;
  }
}
.p-contact__backtop a {
  margin: 0 auto;
}

.p-about {
  padding-top: 150px;
}
@media screen and (max-width: 1400px) {
  .p-about {
    padding-top: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 3.9473684211vw;
  }
}
.p-about__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-about__l p:last-of-type {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .p-about__l p:last-of-type {
    margin-top: 2.1428571429vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__l p:last-of-type {
    margin-top: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}
.p-about__r {
  width: 620px;
}
@media screen and (max-width: 1400px) {
  .p-about__r {
    width: 44.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__r {
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}

.p-about2__kv {
  width: 100%;
}
.p-about2__box {
  margin-top: 150px;
}
@media screen and (max-width: 1400px) {
  .p-about2__box {
    margin-top: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__box {
    margin-top: 18.4210526316vw;
  }
}
.p-about2__lead {
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  padding: 0 20px;
  background-color: #071B35;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-about2__lead {
    font-size: 2.2857142857vw;
    padding: 0 1.4285714286vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__lead {
    font-size: 5.2631578947vw;
    padding: 0 3.9473684211vw;
    margin-bottom: 5.2631578947vw;
  }
}
.p-about2__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about2__img {
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .p-about2__img {
    width: 28.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__img {
    width: 100%;
    margin-bottom: 2.6315789474vw;
  }
}
.p-about2__txt {
  width: 750px;
}
@media screen and (max-width: 1400px) {
  .p-about2__txt {
    width: 53.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__txt {
    width: 100%;
  }
}
.p-about2__txt h4 {
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .p-about2__txt h4 {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__txt h4 {
    font-size: 4.2105263158vw;
  }
}
.p-about2__txt p {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .p-about2__txt p {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about2__txt p {
    margin-top: 2.6315789474vw;
  }
}

.p-online__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-online__inner {
    padding-left: 15.7894736842vw;
    padding-right: 0;
  }
}
.p-online__heading {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
  left: 80px;
}
@media screen and (max-width: 1400px) {
  .p-online__heading {
    left: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-online__heading {
    left: 11.8421052632vw;
  }
}
.p-online__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-online__list {
    row-gap: 7.8947368421vw;
  }
}
.p-online__list li {
  width: 380px;
}
@media screen and (max-width: 1400px) {
  .p-online__list li {
    width: 27.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-online__list li {
    width: 100%;
  }
}
.p-online__list li h3 {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  margin-top: 5px;
}
@media screen and (max-width: 1400px) {
  .p-online__list li h3 {
    font-size: 1.4285714286vw;
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-online__list li h3 {
    font-size: 4.2105263158vw;
    margin-top: 1.3157894737vw;
  }
}

@media screen and (max-width: 768px) {
  .p-news__heading {
    position: relative;
  }
}
.p-news__heading h2 {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2b2b2b;
}
@media screen and (max-width: 1400px) {
  .p-news__heading h2 {
    padding-bottom: 2.1428571429vw;
    margin-bottom: 1.4285714286vw;
    border-bottom-width: 0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__heading h2 {
    padding-bottom: 6.5789473684vw;
    margin-bottom: 0;
    border-bottom-width: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    position: absolute;
    top: 6.0526315789vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn a {
    padding: 1.3157894737vw 0;
    padding-right: 5.2631578947vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn a::before, .p-news__btn a::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 0;
    width: 2.1052631579vw;
    height: 0.2631578947vw;
    background-color: #2b2b2b;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn a::before {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn a::after {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
.p-news__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-news__list {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list {
    margin-bottom: 0;
  }
}
.p-news__list li {
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 1400px) {
  .p-news__list li {
    padding: 1.0714285714vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list li {
    padding: 1.3157894737vw 0;
  }
}
.p-news__list li:not(:last-of-type) {
  background-image: linear-gradient(to right, #5E5E5E 2px, transparent 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1400px) {
  .p-news__list li:not(:last-of-type) {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1428571429vw, #5E5E5E), color-stop(0.1428571429vw, transparent));
    background-image: linear-gradient(to right, #5E5E5E 0.1428571429vw, transparent 0.1428571429vw);
    background-size: 0.7142857143vw 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list li:not(:last-of-type) {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.2631578947vw, #5E5E5E), color-stop(0.2631578947vw, transparent));
    background-image: linear-gradient(to right, #5E5E5E 0.2631578947vw, transparent 0.2631578947vw);
    background-size: 1.8421052632vw 0.2631578947vw;
  }
}
.p-news__list li a {
  padding: 20px 0;
}
@media screen and (max-width: 1400px) {
  .p-news__list li a {
    padding: 1.4285714286vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list li a {
    padding: 2.6315789474vw 0;
  }
}
.p-news__date {
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .p-news__date {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__date {
    width: 100%;
  }
}
.p-news__title {
  font-weight: 400;
}
.p-news__cat {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .p-news__cat {
    margin-right: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__cat {
    margin-right: 1.3157894737vw;
  }
}
.p-news .c-btn {
  margin: 0 auto;
}

.p-news2 ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 1400px) {
  .p-news2 ul.pagination {
    -webkit-column-gap: 1.0714285714vw;
       -moz-column-gap: 1.0714285714vw;
            column-gap: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news2 ul.pagination {
    -webkit-column-gap: 3.9473684211vw;
       -moz-column-gap: 3.9473684211vw;
            column-gap: 3.9473684211vw;
  }
}
.p-news2 ul.pagination a.page-numbers,
.p-news2 ul.pagination span.page-numbers {
  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: 30px;
  height: 30px;
  border: 1px solid #2b2b2b;
}
@media screen and (max-width: 1400px) {
  .p-news2 ul.pagination a.page-numbers,
  .p-news2 ul.pagination span.page-numbers {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news2 ul.pagination a.page-numbers,
  .p-news2 ul.pagination span.page-numbers {
    width: 7.8947368421vw;
    height: 7.8947368421vw;
  }
}
.p-news2 ul.pagination span.page-numbers {
  background-color: #071B35;
  color: #ffffff;
}

.p-single__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
  padding: 10px 0 20px 30px;
  border-left: 2px solid #071B35;
}
@media screen and (max-width: 1400px) {
  .p-single__title {
    font-size: 2vw;
    margin-bottom: 4.2857142857vw;
    padding: 0.7142857143vw 0 1.4285714286vw 2.1428571429vw;
    border-left-width: 0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 5.2631578947vw;
    margin-bottom: 6.5789473684vw;
    padding: 1.3157894737vw 0 2.6315789474vw 5.2631578947vw;
    border-left-width: 0.5263157895vw;
  }
}
.p-single__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #838383;
}
@media screen and (max-width: 1400px) {
  .p-single__title span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-single__title span {
    font-size: 2.6315789474vw;
  }
}
.p-single__back {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .p-single__back {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-single__back {
    margin-top: 10.5263157895vw;
  }
}
.p-single__back .c-btn {
  margin: 0 auto;
}

.u-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .u-mt-30 {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-30 {
    margin-top: 7.8947368421vw;
  }
}
.u-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .u-mt-40 {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: 10.5263157895vw;
  }
}
.u-mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .u-mt-60 {
    margin-top: 4.2857142857vw;
  }
}
.u-mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 1400px) {
  .u-mt-120 {
    margin-top: 8.5714285714vw;
  }
}

.u-ml-20 {
  margin-left: 20px;
}

.u-pb-164 {
  padding-bottom: 164px;
}
@media screen and (max-width: 1400px) {
  .u-pb-164 {
    padding-bottom: 11.7142857143vw;
  }
}
.u-pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .u-pb-120 {
    padding-bottom: 8.5714285714vw;
  }
}
.u-pb-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .u-pb-60 {
    padding-bottom: 4.2857142857vw;
  }
}

.u-pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1400px) {
  .u-pt-120 {
    padding-top: 8.5714285714vw;
  }
}

/* plugin */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=styles.css.map */