@import url(https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR,
.inviewZ,
.inviewF {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUpZoom {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUpZoom;
          animation-name: fadeInUpZoom;
}

@-webkit-keyframes fadeInUpZoom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0) scale3d(0.3, 0.3, 0.3);
            transform: translate3d(0, 30px, 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes fadeInUpZoom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0) scale3d(0.3, 0.3, 0.3);
            transform: translate3d(0, 30px, 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  box-sizing: border-box;
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  line-height: 1.8;
  text-justify: inter-ideograph;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
  }
}

.stopscroll {
  overflow: hidden;
}

.en {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
}

.jp {
  font-family: "Noto Sans JP", 游ゴシック体;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .m_view {
    display: none;
  }
  .w_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .m_view {
    display: block;
  }
  .w_view {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
a {
  position: relative;
}
a .arrow_maru {
  align-items: center;
  background-color: #fff;
  border: solid 0.1rem #003571;
  border-radius: 50%;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  transition: 0.3s;
  width: 3.5rem;
}
a .arrow_maru .arrow {
  background-color: #0049a4;
  border-radius: 9999px;
  display: inline-block;
  display: block;
  height: 0.1rem;
  margin: 0.5rem 0;
  position: relative;
  width: 1.2rem;
}
a .arrow_maru .arrow::before,
a .arrow_maru .arrow::after {
  background-color: #0049a4;
  border-radius: 9999px;
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  width: 0.8rem;
}
a .arrow_maru .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a .arrow_maru .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
a:hover .arrow_maru {
  background-color: #003571;
}
a:hover .arrow_maru .arrow {
  background-color: #fff;
}
a:hover .arrow_maru .arrow::before,
a:hover .arrow_maru .arrow::after {
  background-color: #fff;
}

.moreBtn {
  height: auto;
  margin: 0 auto;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    margin: 2rem auto;
    width: 60%;
  }
}
.moreBtn a {
  background-color: #fff;
  border: solid 0.2rem #003571;
  border-radius: 4rem;
  color: #003571;
  display: block;
  font-weight: 600;
  height: 100%;
  padding: 1rem 3rem;
  width: 100%;
}
.moreBtn a .arrow_maru {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl {
  color: #004279;
}

.p-lower header {
  top: 3rem;
  @media screen and (max-width: 768px) {
	  top: 1rem;
  }
}
.p-lower .contents {
  background-color: #fff;
  border-top-right-radius: 5rem;
  margin-top: 5rem;
  padding-top: 5rem;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-lower .contents {
    padding-top: 0.5rem;
  }
}
.p-lower .sec .inner {
  margin: 0 auto;
  max-width: 124rem;
  width: 96%;
}
.p-lower .sec .inner .innerBox {
  margin: 0 auto;
  max-width: 95rem;
  width: 90%;
}

.lower_top {
  position: relative;
  width: 100%;
  z-index: 1;
}
.lower_top .inner {
  margin: 0 auto;
  max-width: 144rem;
  position: relative;
  width: 96%;
  z-index: 10;
}
.lower_top .inner .innerBox {
  margin: 0 auto;
  max-width: 124rem;
  width: 90%;
}
.lower_top .lower_ttlArea .lower_ttl {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin: 25rem auto 0rem;
}
@media screen and (max-width: 768px) {
  .lower_top .lower_ttlArea .lower_ttl {
    font-size: 5rem;
    line-height: 1;
    margin: 20rem auto 0rem;
  }
}
.lower_top .lower_ttlArea .jp {
  font-size: 1.5rem;
  font-weight: 500;
}
.lower_top .lower_ttlArea .en {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 7rem;
  font-weight: 400;
}
.lower_top .hr_top_txt {
  color: #003571;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5rem;
}

.lower_cnt_sec {
  color: #333;
  margin-bottom: 10rem;
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  .lower_cnt_sec {
    margin-top: 2rem;
  }
}
.lower_cnt_sec .inner {
  margin: 0 auto;
  max-width: 124rem;
  width: 96%;
}
.lower_cnt_sec .inner .innerBox {
  margin: 0 auto;
  max-width: 95rem;
  width: 90%;
}
.lower_cnt_sec .inner .flexbox {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower_cnt_sec .inner .flexbox {
    display: block;
  }
}
.lower_cnt_sec .pankuzu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem;
  position: relative;
  top: -2rem;
}
@media screen and (max-width: 768px) {
  .lower_cnt_sec .pankuzu {
    top: 0;
  }
}
.lower_cnt_sec .pankuzu li {
  color: #aacde6;
  font-size: 1.4rem;
  margin: auto 0.5rem;
}
.lower_cnt_sec .pankuzu li a {
  display: block;
  width: 100%;
}
.lower_cnt_sec .pankuzu li a::after {
  content: ">";
  display: inline-block;
  padding-left: 0.5rem;
}

.low_info_sec {
  padding: 8rem 0;
}
.low_info_sec .infoArea .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .low_info_sec .infoArea .flexbox {
    display: block;
  }
}
.low_info_sec .infoArea .flexbox li {
  margin-bottom: 5rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .low_info_sec .infoArea .flexbox li {
    width: 100%;
  }
}
.low_info_sec .infoArea .flexbox li .box {
  -webkit-clip-path: inset(0 round 15px 15px 15px 15px);
          clip-path: inset(0 round 15px 15px 15px 15px);
  margin-bottom: 2rem;
}
.low_info_sec .infoArea .flexbox li .box a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.low_info_sec .infoArea .flexbox li .box a .txt {
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.low_info_sec .infoArea .flexbox li .box a .txt .link_txt {
  margin: 0 auto 1rem;
  max-width: 35rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .low_info_sec .infoArea .flexbox li .box a .txt .link_txt {
    max-width: 90%;
    width: 100%;
  }
}
.low_info_sec .infoArea .flexbox li .box a .txt p {
  font-size: 0.9em;
}
.low_info_sec .infoArea .flexbox li .box a .arrow_maru {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
}

.col2Area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 124rem;
  padding-bottom: 20rem;
  padding-top: 7rem;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .col2Area {
    display: block;
    width: 90%;
  }
}
.col2Area .sidebar {
  margin-right: 6rem;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .col2Area .sidebar {
    margin: 0 auto 5rem;
    width: 100%;
  }
}
.col2Area .sidebar .en {
  border-bottom: solid 0.1rem #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .col2Area .sidebar .en {
    display: inline-block;
    font-size: 2.2rem;
  }
}
.col2Area .sidebar ul li {
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .col2Area .sidebar ul li {
    display: inline-block;
    margin-right: 2rem;
  }
}
.col2Area .sidebar ul li a {
  display: block;
}
.col2Area .sidebar ul li a .arrow_d {
  display: inline-block;
  height: 1.1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .col2Area .sidebar ul li a .arrow_d {
    height: 2.2rem;
    width: 2rem;
  }
}
.col2Area .sidebar ul li a .arrow_d img {
  display: block;
  height: 100%;
  width: 100%;
}
.col2Area .sidebar ul li a p {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .col2Area .sidebar ul li a p {
    font-size: 2rem;
  }
}
.col2Area .side_cnt_sec {
  width: calc(100% - 28rem);
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec {
    width: 100%;
  }
}
.col2Area .side_cnt_sec .midashi {
  line-height: 1.2;
  margin-bottom: 10rem;
}
.col2Area .side_cnt_sec .midashi .en {
  display: block;
  font-size: 6rem;
}
.col2Area .side_cnt_sec .midashi .jp {
  font-size: 1.5rem;
}
.col2Area .side_cnt_sec .komidashi {
  line-height: 1.75;
  margin-bottom: 5rem;
}
.col2Area .side_cnt_sec .komidashi .en {
  font-size: 1.4rem;
}
.col2Area .side_cnt_sec .komidashi .jp {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
.col2Area .side_cnt_sec .read {
  margin-bottom: 5rem;
}
.col2Area .side_cnt_sec .busi_block {
  margin: 5rem auto;
}
.col2Area .side_cnt_sec .busi_block .grd_box {
  background: linear-gradient(45deg, #ebf4ff 0%, #c0dcff 100%);
  border-radius: 3rem;
  display: flex;
  margin-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box {
    display: block;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dt {
  align-items: center; /* 横方向中央 */
  border-right: solid 0.1rem #B0C3DA;
  display: flex;
  flex-direction: column; /* 縦並び */
  padding-top: 3rem;
  width: 9.2rem;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dt {
    border-bottom: solid 0.1rem #B0C3DA;
    border-right: none;
    flex-direction: row;
    padding: 2rem 3rem;
    width: 100%;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dt .en {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dt .en {
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dt .vertical {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dt .vertical {
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dt .vertical {
    font-size: 2.3rem;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dd {
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 5rem 3rem;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dd {
    padding: 3rem;
    width: 100%;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dd .txt {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dd .txt {
    margin-bottom: 5rem;
    width: 100%;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dd .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dd .txt .txt_lead {
    font-size: 2.5rem;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dd .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dd .txt p {
    font-size: 1.8rem;
  }
}
.col2Area .side_cnt_sec .busi_block .grd_box dd .imgArea {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .busi_block .grd_box dd .imgArea {
    width: 100%;
  }
}
.col2Area .side_cnt_sec .sky_box {
  background: #EBF4FF;
  border-radius: 3rem;
  box-sizing: border-box;
  margin: 5rem auto;
  padding: 4rem 5rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col2Area .side_cnt_sec .sky_box {
    padding: 3rem;
  }
}
.col2Area .side_cnt_sec .sky_box .num {
  left: 3rem;
  position: absolute;
  top: -4rem;
  width: 8.5rem;
}

.contentWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

a {
  position: relative;
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.7;
}
a .arrow_r {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
}
a .arrow_r::before {
  border: 0;
  border-right: solid 0.2rem #003571;
  border-top: solid 0.2rem #003571;
  bottom: 0;
  content: "";
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1rem;
}

a.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.midashi .jp {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}

.bg_grd {
  background: linear-gradient(to right, #003571 0%, #218cc6 100%);
}

header {
  position: absolute;
  top: 57rem;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  header {
    top: 0;
  }
}
header.fixed {
  opacity: 0.7;
  position: fixed;
  top: 0;
}
header.fixed .hd_cnt {
  margin: 3rem auto;
}
header .hd_cnt {
  align-items: center;
  background-color: #fff;
  border-radius: 4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem 3rem;
  position: relative;
  width: calc(100% - 6rem);
  z-index: 1003;
}
@media screen and (max-width: 768px) {
  header .hd_cnt {
    margin: 2rem auto;
    padding: 1.5rem 2rem;
  }
}
header .hd_cnt .logoArea {
  max-width: 43rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  header .hd_cnt .logoArea {
    width: 65%;
  }
}
header .hd_cnt .logoArea .logo {
  line-height: normal;
}
header .hd_cnt .logoArea .logo figure img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .hd_cnt .entry_btn {
    margin-right: 7rem;
  }
  header .hd_cnt .entry_btn a {
    border-radius: 2rem;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 100%;
    padding: 0.3rem 3rem;
    width: 100%;
  }
}
header .hd_cnt .menu-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  header .hd_cnt .menu-btn {
    background: linear-gradient(to right, #003571 0%, #218cc6 100%);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 5rem;
    right: 2rem;
    top: 1rem;
    width: 5rem;
    z-index: 9999;
  }
}
header .hd_cnt .menu-btn .menu-trigger {
  cursor: pointer;
  height: 100%;
  position: absolute;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  header .hd_cnt .menu-btn .menu-trigger {
    right: 1rem;
    top: 0;
  }
}
header .hd_cnt .menu-btn .menu-trigger span {
  background: #fff;
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: 0.5s ease-in-out;
  width: 100%;
}
header .hd_cnt .menu-btn .menu-trigger span:nth-child(1) {
  top: 1.4rem;
}
header .hd_cnt .menu-btn .menu-trigger span:nth-child(2) {
  top: 2.4rem;
}
header .hd_cnt .menu-btn .menu-trigger span:nth-child(3) {
  top: 3.4rem;
}
header .hd_cnt .menu-btn.open .menu-trigger span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  top: 2.4rem;
  transform: rotate(135deg);
}
header .hd_cnt .menu-btn.open .menu-trigger span:nth-child(2) {
  display: none;
}
header .hd_cnt .menu-btn.open .menu-trigger span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  left: 0;
  top: 2.4rem;
  transform: rotate(-135deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .hd_cnt .navArea {
    display: none;
  }
}
header .hd_cnt .navArea .nav_cnt {
  align-items: center;
  display: flex;
}
header .hd_cnt .navArea .nav_cnt .gNav ul {
  display: flex;
}
header .hd_cnt .navArea .nav_cnt .gNav ul li {
  margin: auto 1rem;
}
header .hd_cnt .navArea .nav_cnt .gNav ul li a {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
}
header .hd_cnt .navArea .nav_cnt .entry_btn {
  margin: auto 0.5rem;
}
header .hd_cnt .navArea .nav_cnt .entry_btn a {
  border-radius: 2rem;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 100%;
  padding: 0.2rem 2rem;
  width: 100%;
}
header .hd_cnt .navArea .nav_cnt .corp_icon {
  width: 6rem;
}
header .menuArea {
  background-color: rgba(0, 73, 164, 0.8);
  color: #fff;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header .menuArea {
    height: 100dvh;
    overflow: scroll;
  }
}
header .menuArea .inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .menuArea .inner {
    margin-top: 15rem;
  }
}
header .menuArea .inner .menu_cnt .main_list {
  width: 100%;
}
header .menuArea .inner .menu_cnt .main_list li {
  width: 100%;
}
header .menuArea .inner .menu_cnt .main_list li .m_item {
  margin-bottom: 2rem;
}
header .menuArea .inner .menu_cnt .main_list li .m_item a {
  background-color: #003571;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
header .menuArea .inner .menu_cnt .main_list li .sub_list {
  margin: 0 auto;
  width: 90%;
}
header .menuArea .inner .menu_cnt .main_list li .sub_list li {
  border-bottom: solid 0.1rem #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
header .menuArea .inner .menu_cnt .main_list li .sub_list li:last-child {
  border-bottom: none;
}
header .menuArea .inner .menu_cnt .main_list li a {
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
header .menuArea .inner .menu_cnt .main_list li a .arrow_r {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
}
header .menuArea .inner .menu_cnt .main_list li a .arrow_r::before {
  border-right: solid 0.2rem #fff;
  border-top: solid 0.2rem #fff;
  content: "";
}
header .menuArea .inner .menu_btmArea {
  background-color: rgba(0, 53, 113, 0.8);
  padding: 3rem 0;
}
header .menuArea .inner .menu_btmArea .btm_list li {
  border-bottom: solid 0.1rem #fff;
  margin: 2rem auto 0;
  padding-bottom: 2rem;
  width: 90%;
}
header .menuArea .inner .menu_btmArea .btm_list li:last-child {
  border-bottom: none;
}
header .menuArea .inner .menu_btmArea .btm_list li a .arrow_r {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
}
header .menuArea .inner .menu_btmArea .btm_list li a .arrow_r::before {
  border-right: solid 0.2rem #fff;
  border-top: solid 0.2rem #fff;
  content: "";
}
header .menuArea .inner .close_btn {
  margin: 3rem auto;
  text-align: center;
  width: 60%;
}
header .menuArea .inner .close_btn a {
  border: solid 0.2rem #fff;
  border-radius: 4rem;
  display: block;
  padding: 1.5rem 0;
  position: relative;
  width: 100%;
}
header .menuArea .inner .close_btn a .close_maru {
  bottom: 2rem;
  height: 4rem;
  position: absolute;
  right: 2rem;
  width: 4rem;
}

.entryArea {
  padding: 3rem 0;
}
.entryArea .entry_btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.entryArea .entry_btn .entry {
  background-color: #fff;
  border-radius: 3rem;
  color: #003571;
  margin-right: 2rem;
  max-width: 26rem;
  padding: 1rem 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entryArea .entry_btn .entry {
    max-width: 70%;
    padding: 1rem 5rem;
  }
}
.entryArea .entry_btn .icon {
  display: inline-block;
  width: 6rem;
}

footer {
  background-color: #fff;
  padding: 5rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
  }
}
footer .ft_inner {
  margin: 0 auto 0px;
  max-width: 95rem;
}
@media screen and (max-width: 768px) {
  footer .ft_inner {
    width: 90%;
  }
}
footer .ft_inner .sitemap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .sitemap {
    display: none;
    margin-bottom: 2rem;
  }
}
footer .ft_inner .sitemap .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .sitemap .flexbox {
    display: block;
  }
}
footer .ft_inner .sitemap .flexbox .map_box {
  width: 24%;
}
footer .ft_inner .sitemap .flexbox .map_box .m_item {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer .ft_inner .sitemap .flexbox .map_box ul li {
  font-size: 0.9em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .sitemap .flexbox .map_box ul li {
    font-size: 3vw;
  }
}
footer .ft_inner .sitemap .flexbox .map_box ul li a {
  text-decoration: none;
}
footer .ft_inner .sitemap .flexbox .map_box2 {
  width: 26%;
}
footer .ft_inner .sitemap .flexbox .map_box3 {
  width: 20%;
}
footer .ft_inner .sitemap .flexbox .map_box_last {
  border-left: solid 0.1rem #003571;
  padding-left: 3rem;
}
footer .ft_inner .ft_infoArea {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .ft_infoArea {
    display: block;
    margin-bottom: 3rem;
  }
}
footer .ft_inner .ft_infoArea .ft_markArea {
  display: flex;
  max-width: 62rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .ft_infoArea .ft_markArea {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
footer .ft_inner .ft_infoArea .ft_markArea .icon {
  margin-right: 3rem;
  width: 7rem;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .ft_infoArea .ft_markArea .icon {
    margin: 0 auto 2rem;
  }
}
footer .ft_inner .ft_infoArea .ft_markArea p {
  font-size: 1.3rem;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  footer .ft_inner .ft_infoArea .ft_markArea p {
    width: 100%;
  }
}
footer .ft_inner .ft_infoArea .logoArea {
  max-width: 39rem;
  width: 35%;
}
@media screen and (max-width: 768px) {
  footer .ft_inner .ft_infoArea .logoArea {
    margin: 0 auto;
    width: 90%;
  }
}
footer .ft_inner .ft_infoArea .logoArea ul li {
  margin-top: 2rem;
}
footer .ft_inner .ft_infoArea .logoArea ul li.hp_logo {
  margin: 2rem auto;
  max-width: 27rem;
}
footer .ft_btm {
  border-top: solid 0.1rem #003571;
  padding: 3rem 0 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .ft_btm {
    font-size: 2.5vw;
  }
}
footer .ft_btm .copyright {
  margin-top: 10px;
}

.entry_popup {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3rem;
  margin: 0 auto;
  max-width: 128rem;
  padding: 5rem;
  text-align: center;
  width: 90%;
}
.entry_popup h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.entry_popup ul {
  margin: 5rem auto;
  width: 42rem;
}
.entry_popup ul li {
  margin-bottom: 2.5rem;
  width: 100%;
}
.entry_popup ul li .moreBtn {
  width: 100%;
}
.entry_popup ul li .moreBtn a {
  background-color: #fff;
  border: solid 0.2rem #003571;
  border-radius: 4rem;
  color: #003571;
  display: block;
  font-weight: 600;
  height: 100%;
  padding: 1.5rem 3rem;
  width: 100%;
}
.entry_popup ul li .moreBtn a .arrow_maru {
  bottom: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry_popup .popup-modal-dismiss {
  margin: 0 auto;
  width: 32rem;
}
.entry_popup .popup-modal-dismiss a {
  background-color: #003571;
  border: solid 0.2rem #003571;
  border-radius: 4rem;
  color: #fff;
  display: block;
  font-weight: 600;
  height: 100%;
  padding: 1rem 3rem;
  width: 100%;
}

#inline-wrap .mfp-close {
  color: #fff;
  right: 5%;
  top: -50px;
}

.mfp-bg {
  background-color: #003571 !important;
}

.p-top .mv {
  height: 0;
  padding-bottom: 45%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    padding-bottom: 120%;
  }
}
.p-top .mv .mv_img {
  max-width: 158rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv_img {
    width: 90%;
  }
}
.p-top .mv .mv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top .page_ttl {
  color: #fff;
  left: 10%;
  max-width: 54.4rem;
  position: absolute;
  text-align: center;
  top: 10rem;
  width: 30%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top .page_ttl {
    bottom: 5rem;
    left: 5%;
    top: auto;
    width: 70%;
  }
}
.p-top .page_ttl .jp {
  display: block;
  font-size: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top .page_ttl .jp {
    font-size: 2.5rem;
  }
}

.contents {
  position: relative;
  width: 100%;
  z-index: 20;
}

.bg_w {
  position: relative;
}
.bg_w::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg_b {
  color: #fff;
}

main {
  font-size: 2rem;
  width: 100%;
}
main a {
  position: relative;
}
main a .arrow_maru {
  align-items: center;
  background-color: #fff;
  border: solid 0.1rem #003571;
  border-radius: 50%;
  bottom: 1rem;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  transition: 0.3s;
  width: 3.5rem;
}
main a .arrow_maru .arrow {
  background-color: #0049a4;
  border-radius: 9999px;
  display: inline-block;
  display: block;
  height: 0.1rem;
  margin: 0.5rem 0;
  position: relative;
  width: 1.2rem;
}
main a .arrow_maru .arrow::before,
main a .arrow_maru .arrow::after {
  background-color: #0049a4;
  border-radius: 9999px;
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  width: 0.8rem;
}
main a .arrow_maru .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main a .arrow_maru .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main a:hover .arrow_maru {
  background-color: #003571;
}
main a:hover .arrow_maru .arrow {
  background-color: #fff;
}
main a:hover .arrow_maru .arrow::before,
main a:hover .arrow_maru .arrow::after {
  background-color: #fff;
}
main .sec .inner {
  margin: 0 auto;
  max-width: 144rem;
  position: relative;
  width: 96%;
  z-index: 10;
}
main .sec .inner .innerBox {
  margin: 0 auto;
  max-width: 124rem;
  width: 90%;
}
main .sec .midashi {
  position: relative;
}
main .sec .midashi .slash {
  background-color: #000;
  display: block;
  height: 19rem;
  left: -2rem;
  position: absolute;
  top: -10rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 0.1rem;
}
main .sec .w_box {
  background-color: #fff;
  padding: 1rem;
}
main .sec .flexbox {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .sec .flexbox {
    display: block;
  }
}
main .sec .flexbox.cl2 li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main .sec .flexbox.cl2 li {
    width: 100%;
  }
}
main .sec .flexbox.cl3 li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  main .sec .flexbox.cl3 li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .sec .flexbox.cl3 li .box a .txt .link_txt {
    max-width: 90%;
  }
}
main .sec .flexbox .imgArea {
  -webkit-clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
          clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
}
main .sec .flexbox li {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main .sec .flexbox li {
    margin-bottom: 2rem;
  }
}
main .sec .flexbox li .box {
  -webkit-clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
          clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
  margin-bottom: 2rem;
}
main .sec .flexbox li .box a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
main .sec .flexbox li .box a .txt {
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .sec .flexbox li .box a .txt .link_txt {
  margin: 0 auto 1rem;
  max-width: 35rem;
}
@media screen and (max-width: 768px) {
  main .sec .flexbox li .box a .txt .link_txt {
    width: 100%;
  }
}
main .sec .flexbox li .box a .txt p {
  font-size: 0.9em;
}
main .sec .flexbox li .read {
  color: #fff;
}
main .sec .link_bnr {
  -webkit-clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
          clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
  margin-bottom: 20rem;
}
main .sec .link_bnr a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
main .sec .link_bnr a p {
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .intro_sec {
  margin-top: 20rem;
  padding-bottom: 15rem;
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .intro_sec {
    padding-bottom: 10rem;
  }
}
main .intro_sec::before {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 60% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 70%, 60% 100%, 0 100%, 0 0);
  content: "";
  inset: 0;
  position: absolute;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  main .intro_sec::before {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 60% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 60% 100%, 0 100%, 0 0);
  }
}
main .intro_sec::after {
  background-color: #fff;
  -webkit-clip-path: inset(0 round 0rem 4rem 0rem 0rem);
          clip-path: inset(0 round 0rem 4rem 0rem 0rem);
  content: "";
  height: 6rem;
  inset: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main .intro_sec .top_img {
  -webkit-clip-path: inset(0 round 0rem 4rem 4rem 0rem);
          clip-path: inset(0 round 0rem 4rem 4rem 0rem);
  left: 0;
  position: absolute;
  top: -15rem;
  width: 50%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .intro_sec .top_img {
    left: 0;
    position: relative;
    width: 80%;
  }
}
main .intro_sec .lead_txtArea {
  margin-bottom: 30rem;
  margin-left: 55%;
  max-width: 48rem;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  main .intro_sec .lead_txtArea {
    margin: 0 auto 5rem;
    max-width: 100%;
    position: relative;
    top: -5rem;
    width: 100%;
  }
}
main .intro_sec .whoBox {
  padding-bottom: 40rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .intro_sec .whoBox {
    padding-bottom: 5rem;
  }
}
main .intro_sec .whoBox .midashi {
  margin: 0 auto;
  max-width: 124rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  main .intro_sec .whoBox .midashi {
    margin-left: 5%;
  }
}
main .intro_sec .whoBox .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
main .intro_sec .whoBox .midashi .en {
  display: block;
  margin-bottom: 5rem;
  width: 30rem;
}
main .intro_sec .whoBox .lead_txt {
  margin-bottom: 5rem;
  margin-left: 10rem;
  max-width: 57rem;
  width: 48%;
}
@media screen and (max-width: 1440px) {
  main .intro_sec .whoBox .lead_txt {
    margin-left: 5%;
  }
}
main .intro_sec .whoBox .txtArea {
  line-height: 2.5;
  margin-bottom: 5rem;
}
main .intro_sec .whoBox .moreBtn {
  margin-left: 0;
  margin-right: auto;
  margin-top: 3rem;
}
main .intro_sec .whoBox .imgArea {
  position: absolute;
  right: 0;
  top: 0;
  width: 111rem;
}
@media screen and (max-width: 768px) {
  main .intro_sec .whoBox .imgArea {
    margin: 3rem auto 5rem;
    position: relative;
    right: -5%;
    width: 100%;
  }
}
main .intro_sec .whatBox {
  position: relative;
}
main .intro_sec .whatBox .flexbox .imgArea {
  margin-left: 10rem;
  margin-right: 10rem;
  max-width: 53rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  main .intro_sec .whatBox .flexbox .imgArea {
    margin: 0 auto 5rem;
    max-width: 100%;
    width: 90%;
  }
  main .intro_sec .whatBox .flexbox .imgArea figure {
    margin: 0 auto;
    width: 80%;
  }
}
main .intro_sec .whatBox .flexbox .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
main .intro_sec .whatBox .flexbox .midashi .en {
  display: block;
  margin-bottom: 5rem;
  width: 28rem;
}
main .intro_sec .whatBox .flexbox .txtArea .w_box {
  background-color: #fff;
  padding: 1rem;
}
main .intro_sec .whatBox .flexbox .txtArea .moreBtn {
  margin-left: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main .intro_sec .whatBox .flexbox .txtArea {
    max-width: 100%;
    width: 90%;
  }
}
main .msg_sec {
  padding: 2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  main .msg_sec {
    padding: 10rem 0 5rem;
  }
}
main .msg_sec .midashi {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .msg_sec .midashi {
    margin-left: 5%;
    text-align: left;
  }
}
main .msg_sec .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main .msg_sec .midashi .jp {
    margin-bottom: 2rem;
  }
}
main .msg_sec .midashi .en {
  display: block;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: 0;
  width: 52rem;
}
@media screen and (max-width: 768px) {
  main .msg_sec .midashi .en {
    margin-left: 0;
    margin-right: auto;
    width: 70%;
  }
}
main .msg_sec .lead_txt {
  margin-bottom: 5rem;
  width: 88rem;
}
@media screen and (max-width: 768px) {
  main .msg_sec .lead_txt {
    width: 100%;
  }
}
main .msg_sec .flexbox {
  margin-bottom: 5rem;
}
main .msg_sec .flexbox .imgArea {
  margin-right: 5%;
  max-width: 71rem;
  width: 65%;
}
@media screen and (max-width: 768px) {
  main .msg_sec .flexbox .imgArea {
    margin: 0 auto 5rem;
    width: 100%;
  }
}
main .msg_sec .flexbox .txtArea {
  line-height: 2.5;
  width: 30%;
}
@media screen and (max-width: 768px) {
  main .msg_sec .flexbox .txtArea {
    width: 100%;
  }
}
main .msg_sec .moreBtn a {
  background-color: #fff;
}
main .why_sec {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 768px) {
  main .why_sec {
    padding: 5rem 0 5rem;
  }
}
main .why_sec::before {
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 60%, 70% 100%, 0 100%, 0% 23%);
          clip-path: polygon(12% 0%, 100% 0, 100% 60%, 70% 100%, 0 100%, 0% 23%);
}
@media screen and (max-width: 768px) {
  main .why_sec::before {
    -webkit-clip-path: polygon(13% 0%, 100% 0, 100% 85%, 70% 100%, 0 100%, 0% 9%);
            clip-path: polygon(13% 0%, 100% 0, 100% 85%, 70% 100%, 0 100%, 0% 9%);
  }
}
@media screen and (max-width: 768px) {
  main .why_sec .midashi {
    margin-left: 5%;
  }
}
main .why_sec .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
main .why_sec .midashi .en {
  display: block;
  margin-bottom: 5rem;
  width: 55rem;
}
main .why_sec .lead_txt {
  margin-bottom: 3rem;
  width: 61rem;
}
@media screen and (max-width: 768px) {
  main .why_sec .lead_txt {
    width: 90%;
  }
}
main .why_sec .flexbox {
  justify-content: space-between;
  margin: 5rem auto;
}
main .why_sec .flexbox li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main .why_sec .flexbox li {
    width: 100%;
  }
}
main .why_sec .flexbox li .txt .bl {
  color: #003571;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
main .cus_sec {
  padding: 2rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .cus_sec {
    padding: 5rem 0;
  }
}
main .cus_sec .midashi {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .cus_sec .midashi {
    margin-left: 5%;
    text-align: left;
  }
}
main .cus_sec .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
main .cus_sec .midashi .en {
  display: block;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: 0;
  width: 52rem;
}
@media screen and (max-width: 768px) {
  main .cus_sec .midashi .en {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main .cus_sec .innerBox {
    padding-top: 3rem;
  }
}
main .cus_sec .lead_txt {
  margin-bottom: 5rem;
  width: 76rem;
}
@media screen and (max-width: 768px) {
  main .cus_sec .lead_txt {
    width: 60%;
  }
}
main .cus_sec .flexbox {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  main .cus_sec .flexbox {
    display: block;
  }
}
main .cus_sec .flexbox .txtArea {
  line-height: 2.5;
  margin-right: 5%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  main .cus_sec .flexbox .txtArea {
    margin: 3rem auto;
    width: 90%;
  }
}
main .cus_sec .flexbox .moreBtn {
  margin-left: 0;
  margin-top: 3rem;
}
main .cus_sec .flexbox .moreBtn a {
  background-color: #fff;
}
main .cus_sec .flexbox .imgArea {
  -webkit-clip-path: inset(0 round 4rem 0rem 0rem 4rem);
          clip-path: inset(0 round 4rem 0rem 0rem 4rem);
  width: 55%;
}
@media screen and (max-width: 768px) {
  main .cus_sec .flexbox .imgArea {
    margin-left: auto;
    position: relative;
    right: 0;
    top: 15%;
    width: 96%;
  }
}
main .career_sec {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 768px) {
  main .career_sec {
    padding: 5rem 0 5rem;
  }
}
main .career_sec::before {
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0 100%, 0% 23%);
          clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0 100%, 0% 23%);
}
@media screen and (max-width: 768px) {
  main .career_sec::before {
    -webkit-clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0 100%, 0% 8%);
            clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0 100%, 0% 8%);
  }
}
main .career_sec .car_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .career_sec .midashi {
    margin-left: 5%;
  }
}
main .career_sec .midashi .jp {
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main .career_sec .midashi .jp {
    margin-bottom: 2rem;
  }
}
main .career_sec .midashi .en {
  display: block;
  margin-bottom: 5rem;
  width: 37rem;
}
@media screen and (max-width: 768px) {
  main .career_sec .midashi .en {
    width: 50%;
  }
}
main .career_sec .lead_txt {
  margin-bottom: 3rem;
  width: 41rem;
}
@media screen and (max-width: 768px) {
  main .career_sec .lead_txt {
    width: 60%;
  }
}
main .career_sec .imgArea {
  position: absolute;
  right: 0;
  top: 0;
  width: 38rem;
}
@media screen and (max-width: 768px) {
  main .career_sec .imgArea {
    margin: 5rem auto;
    position: relative;
    width: 50%;
  }
}
main .career_sec .txtArea {
  max-width: 74rem;
}
main .career_sec .moreBtn {
  margin-left: 0;
  margin-top: 3rem;
}
main .career_sec .link_box {
  margin-top: 10rem;
}
main .career_sec .link_box li a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
main .career_sec .link_box li a p {
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-message .lower_cnt_sec {
  padding-bottom: 0;
}
.p-message .lower_cnt_sec .inner .msg_lead {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .msg_lead {
    font-size: 4rem;
  }
}
.p-message .lower_cnt_sec .inner .flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox {
    display: block;
  }
}
.p-message .lower_cnt_sec .inner .flexbox .imgArea {
  max-width: 59rem;
  width: 46%;
}
.p-message .lower_cnt_sec .inner .flexbox .imgArea figure {
  -webkit-clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
          clip-path: inset(0 round 1.5rem 1.5rem 1.5rem 1.5rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .imgArea {
    margin: 0 auto 3rem;
    max-width: 100%;
    width: 100%;
  }
}
.p-message .lower_cnt_sec .inner .flexbox .txtArea {
  color: #000;
  line-height: 2;
  max-width: 61rem;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .txtArea {
    margin: 0 auto 3rem;
    max-width: 100%;
    width: 100%;
  }
}
.p-message .lower_cnt_sec .inner .flexbox .txtArea .en {
  font-size: 5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .txtArea .en {
    font-size: 7rem;
  }
}
.p-message .lower_cnt_sec .inner .flexbox .txtArea .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .txtArea .txt_lead {
    font-size: 2.5rem;
  }
}
.p-message .lower_cnt_sec .inner .flexbox .txtArea p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .txtArea p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-message .lower_cnt_sec .inner .flexbox .txtArea {
    width: 100%;
  }
}
.p-message .bg_sky {
  background-color: #EBF4FF;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
          clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
  }
}
.p-message .bg_sky .btm_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box {
    display: block;
  }
}
.p-message .bg_sky .btm_box .txtArea {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box .txtArea {
    margin: 0 auto 3rem;
    max-width: 100%;
    width: 100%;
  }
}
.p-message .bg_sky .btm_box .txtArea .en {
  font-size: 5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box .txtArea .en {
    font-size: 7rem;
  }
}
.p-message .bg_sky .btm_box .txtArea .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box .txtArea .txt_lead {
    font-size: 2.5rem;
  }
}
.p-message .bg_sky .btm_box .txtArea p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box .txtArea p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-message .bg_sky .btm_box .txtArea {
    width: 100%;
  }
}

.p-about .col2Area {
  padding-bottom: 10rem;
}
.p-about .about_sec .feature_block .grd_box2 {
  background: linear-gradient(135deg, #e1efff 0%, #f9fcff 54%, #eaf9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 3rem;
  box-sizing: border-box;
  margin: 5rem auto;
  padding: 6rem 7rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .about_sec .feature_block .grd_box2 {
    padding: 3rem;
  }
}
.p-about .about_sec .feature_block .grd_box2 .txt {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about .about_sec .feature_block .grd_box2 .txt {
    display: block;
  }
}
.p-about .about_sec .feature_block .grd_box2 .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-about .about_sec .feature_block .grd_box2 .txt .txt_lead {
    font-size: 2.3rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.p-about .about_sec .feature_block .grd_box2 .txt .txt_lead .en {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-about .about_sec .feature_block .grd_box2 .txt .txt_lead .en {
    font-size: 2rem;
  }
}
.p-about .about_sec .feature_block .grd_box2 .txt .txt_lead .en small {
  text-decoration: underline;
}
.p-about .about_sec .feature_block .grd_box2 .txt .txt_lead .en em {
  font-style: normal;
}
.p-about .about_sec .feature_block .grd_box2 .txt p {
  font-size: 1.4rem;
  margin-top: 3rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-about .about_sec .feature_block .grd_box2 .txt p {
    font-size: 1.8rem;
    width: 100%;
  }
}
.p-about .about_sec .feature_block .grd_box2 .img {
  margin: 5rem auto 0;
}
.p-about .value_sec {
  color: #fff;
  padding: 0rem 0 10rem;
  position: relative;
}
.p-about .value_sec .mdl_imgArea .mdl_img01 {
  left: -8rem;
  position: absolute;
  top: -17rem;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .mdl_imgArea .mdl_img01 {
    left: -25%;
    width: 55%;
  }
}
.p-about .value_sec .mdl_imgArea .mdl_img02 {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15rem;
  width: 56rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .mdl_imgArea .mdl_img02 {
    left: auto;
    right: -5%;
    width: 70%;
  }
}
.p-about .value_sec .mdl_imgArea .mdl_img03 {
  position: absolute;
  right: -5rem;
  top: -20rem;
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .mdl_imgArea .mdl_img03 {
    display: none;
  }
}
.p-about .value_sec .mdl_imgArea img {
  border-radius: 3rem;
}
.p-about .value_sec .inner {
  padding-top: 10rem;
}
.p-about .value_sec .midashi {
  line-height: 1.2;
  margin-bottom: 5rem;
}
.p-about .value_sec .midashi .en {
  display: block;
  font-size: 6rem;
}
.p-about .value_sec .midashi .jp {
  font-size: 1.5rem;
}
.p-about .value_sec .value_block {
  display: flex;
  margin-bottom: 7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block {
    display: block;
  }
}
.p-about .value_sec .value_block.mana_block {
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.5);
}
.p-about .value_sec .value_block .vertical {
  width: 20rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.p-about .value_sec .value_block .vertical span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .vertical .en {
    font-size: 0.7em;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .vertical {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    font-size: 2.5rem;
    justify-content: flex-end;
    margin-bottom: 3rem;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-about .value_sec .value_block .txtArea {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .txtArea {
    width: 100%;
  }
}
.p-about .value_sec .value_block .txtArea .big_txt {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .txtArea .big_txt {
    margin-bottom: 2rem;
  }
}
.p-about .value_sec .value_block .boxArea {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea {
    width: 100%;
  }
}
.p-about .value_sec .value_block .boxArea dt {
  font-size: 3.3rem;
  margin-bottom: 5rem;
}
.p-about .value_sec .value_block .boxArea dd {
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.5);
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.p-about .value_sec .value_block .boxArea dd.flex_r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea dd {
    display: block;
  }
}
.p-about .value_sec .value_block .boxArea dd .img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea dd .img {
    width: 100%;
  }
}
.p-about .value_sec .value_block .boxArea dd .img figure {
  margin-bottom: 3rem;
}
.p-about .value_sec .value_block .boxArea dd .img img {
  border-radius: 2rem;
}
.p-about .value_sec .value_block .boxArea dd .txt {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea dd .txt {
    width: 100%;
  }
}
.p-about .value_sec .value_block .boxArea dd .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea dd .txt .txt_lead {
    font-size: 2.5rem;
  }
}
.p-about .value_sec .value_block .boxArea dd .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-about .value_sec .value_block .boxArea dd .txt p {
    font-size: 1.8rem;
  }
}

.p-jobs .jobs_sec .flexbox .txt {
  margin-right: 5%;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .flexbox .txt {
    margin: 0 auto 3rem;
    width: 100%;
  }
}
.p-jobs .jobs_sec .flexbox .txt h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .flexbox .txt h4 {
    font-size: 2.5rem;
  }
}
.p-jobs .jobs_sec .flexbox .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .flexbox .txt p {
    font-size: 1.8rem;
  }
}
.p-jobs .jobs_sec .flexbox .imgArea {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .flexbox .imgArea {
    margin: 0 auto 5rem;
    width: 100%;
  }
}
.p-jobs .jobs_sec .flexbox .imgArea img {
  border-radius: 3rem;
}
.p-jobs .jobs_sec .block {
  margin-bottom: 5rem;
}
.p-jobs .jobs_sec .block_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.p-jobs .jobs_sec .block_ttl .tab {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: text-bottom;
  width: 4rem;
}
.p-jobs .jobs_sec .w_box {
  border-radius: 3rem;
  padding: 3rem;
}
.p-jobs .jobs_sec .box h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .box h4 {
    font-size: 2.5rem;
  }
}
.p-jobs .jobs_sec .box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-jobs .jobs_sec .box p {
    font-size: 1.8rem;
  }
}

.p-carrier .carrier_sec .sky_box {
  margin-bottom: 3rem;
}
.p-carrier .carrier_sec .sky_box h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-carrier .carrier_sec .sky_box h4 {
    font-size: 2.5rem;
  }
}
.p-carrier .carrier_sec .sky_box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-carrier .carrier_sec .sky_box p {
    font-size: 1.8rem;
  }
}
.p-carrier .carrier_sec .sky_box .imgArea {
  margin: 3rem auto;
}
.p-carrier .carrier_sec .case_block {
  margin-bottom: 8rem;
  padding-top: 1rem;
}
.p-carrier .carrier_sec .case_block .sky_box {
  margin-bottom: 4rem;
}
.p-carrier .carrier_sec .case_block .flexbox .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-carrier .carrier_sec .case_block .flexbox .txt {
    margin: 0 auto 3rem;
    width: 100%;
  }
}
.p-carrier .carrier_sec .case_block .flexbox .imgArea {
  margin-right: 5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-carrier .carrier_sec .case_block .flexbox .imgArea {
    margin: 0 auto 5rem;
    width: 100%;
  }
}
.p-carrier .carrier_sec .case_block .flexbox .imgArea img {
  border-radius: 3rem;
}

.p-welfare .side_cnt_sec .midashi {
  margin-bottom: 5rem;
}
.p-welfare .edu_block {
  margin-bottom: 15rem;
}
.p-welfare .edu_block .grd_box {
  background: linear-gradient(45deg, #ebf4ff 0%, #c0dcff 100%);
  border-radius: 3rem;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box {
    display: block;
  }
}
.p-welfare .edu_block .grd_box dt {
  align-items: center; /* 横方向中央 */
  border-right: solid 0.1rem #B0C3DA;
  display: flex;
  flex-direction: column; /* 縦並び */
  padding-top: 3rem;
  width: 9.2rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dt {
    border-bottom: solid 0.1rem #B0C3DA;
    border-right: none;
    flex-direction: row;
    padding: 2rem 3rem;
    width: 100%;
  }
}
.p-welfare .edu_block .grd_box dt .vertical {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-welfare .edu_block .grd_box dt .vertical {
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dt .vertical {
    font-size: 2.3rem;
  }
}
.p-welfare .edu_block .grd_box dd {
  box-sizing: border-box;
  padding: 5rem 3rem;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dd {
    padding: 3rem;
    width: 100%;
  }
}
.p-welfare .edu_block .grd_box dd .flexbox {
  align-items: center;
  justify-content: space-between;
}
.p-welfare .edu_block .grd_box dd .flexbox:first-child {
  border-bottom: solid 0.1rem #B0C3DA;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.p-welfare .edu_block .grd_box dd .flexbox .txt {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dd .flexbox .txt {
    margin-bottom: 5rem;
    width: 100%;
  }
}
.p-welfare .edu_block .grd_box dd .flexbox .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dd .flexbox .txt .txt_lead {
    font-size: 2.5rem;
  }
}
.p-welfare .edu_block .grd_box dd .flexbox .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dd .flexbox .txt p {
    font-size: 1.8rem;
  }
}
.p-welfare .edu_block .grd_box dd .flexbox .imgArea {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .p-welfare .edu_block .grd_box dd .flexbox .imgArea {
    width: 100%;
  }
}
.p-welfare .welfare_block .wel_box .img {
  margin-right: 5rem;
  width: 20rem;
}
.p-welfare .welfare_block .wel_box .img img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .welfare_block .wel_box .img {
    align-items: center;
    display: flex;
    margin: 0 auto 3rem;
    width: 100%;
  }
  .p-welfare .welfare_block .wel_box .img figure {
    margin-right: 5%;
    width: 35%;
  }
  .p-welfare .welfare_block .wel_box .img .txt_ttl {
    color: #004279;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 5rem auto 3rem;
  }
  .p-welfare .welfare_block .wel_box .img .txt_ttl .en {
    display: block;
    font-weight: 400;
  }
}
.p-welfare .welfare_block .wel_box .txt {
  width: calc(100% - 35rem);
}
@media screen and (max-width: 768px) {
  .p-welfare .welfare_block .wel_box .txt {
    margin-bottom: 5rem;
    width: 100%;
  }
}
.p-welfare .welfare_block .wel_box .txt .txt_ttl {
  color: #004279;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 5rem auto 3rem;
}
.p-welfare .welfare_block .wel_box .txt .txt_ttl .en {
  display: block;
  font-weight: 400;
}
.p-welfare .welfare_block .wel_box .txt .flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-welfare .welfare_block .wel_box .txt .flexbox li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-welfare .welfare_block .wel_box .txt .flexbox li {
    width: 100%;
  }
}
.p-welfare .welfare_block .wel_box .txt .flexbox li .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.p-welfare .welfare_block .wel_box .txt .flexbox li .txt_lead::before {
  background: linear-gradient(to right, #003571 0%, #218cc6 100%);
  content: "";
  display: inline-block;
  height: 1.2rem;
  margin-right: 0.5rem;
  vertical-align: inherit;
  width: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .welfare_block .wel_box .txt .flexbox li .txt_lead {
    font-size: 2.5rem;
  }
}
.p-welfare .welfare_block .wel_box .txt .flexbox li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-welfare .welfare_block .wel_box .txt .flexbox li p {
    font-size: 1.8rem;
  }
}

.p-recruit .recruit_sec .rec_block {
  margin-bottom: 10rem;
}
.p-recruit .recruit_sec .rec_block .flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box {
  background: linear-gradient(45deg, #ebf4ff 0%, #c0dcff 100%);
  border-radius: 2rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
  }
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box .en {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box .en {
    font-size: 1.5rem;
    left: 2rem;
    position: absolute;
    top: 2rem;
  }
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box .imgArea {
  margin: 1rem auto 2rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box .imgArea {
    margin-left: 3%;
    margin-right: 5%;
    width: 35%;
  }
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt {
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt {
    text-align: left;
    width: 57%;
  }
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt .txt_lead {
    font-size: 2.5rem;
  }
}
.p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .rec_block .flexbox .grd_box .txt p {
    font-size: 1.8rem;
  }
}
.p-recruit .recruit_sec .info_block {
  margin-bottom: 5rem;
}
.p-recruit .recruit_sec .info_block dl .row {
  border-bottom: solid 0.1rem #B0C3DA;
  display: flex;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .info_block dl .row {
    display: block;
  }
}
.p-recruit .recruit_sec .info_block dl .row dt {
  font-size: 1.6rem;
  font-weight: 600;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .info_block dl .row dt {
    font-size: 2rem;
    width: 100%;
  }
}
.p-recruit .recruit_sec .info_block dl .row dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .info_block dl .row dd {
    width: 100%;
  }
}
.p-recruit .recruit_sec .info_block dl .row dd p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_sec .info_block dl .row dd p {
    font-size: 1.8rem;
  }
}
.p-recruit .recruit_sec .info_block dl .row .line {
  text-decoration: underline;
}
.p-recruit .recruit_sec .info_block .moreBtn {
  margin-left: 0;
  margin-right: auto;
}
.p-recruit .value_sec {
  color: #fff;
  padding: 20rem 0 10rem;
  position: relative;
}
.p-recruit .value_sec .komidashi {
  line-height: 1.75;
  margin-bottom: 5rem;
}
.p-recruit .value_sec .komidashi .en {
  font-size: 1.4rem;
}
.p-recruit .value_sec .komidashi .jp {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
.p-recruit .value_sec .boxArea {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .value_sec .boxArea {
    width: 100%;
  }
}
.p-recruit .value_sec .boxArea .box {
  display: flex;
}
.p-recruit .value_sec .boxArea .box dt {
  position: relative;
  width: 12rem;
}
.p-recruit .value_sec .boxArea .box dt .sikaku {
  background-color: #fff;
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2rem;
}
.p-recruit .value_sec .boxArea .box dt .en {
  font-size: 1.4rem;
}
.p-recruit .value_sec .boxArea .box dt::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0.9rem;
  position: absolute;
  top: 1.1rem;
  width: 0.1rem;
}
.p-recruit .value_sec .boxArea .box:last-child dt::after {
  content: none;
}
.p-recruit .value_sec .boxArea .box dd {
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.5);
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  width: calc(100% - 12rem);
}
@media screen and (max-width: 768px) {
  .p-recruit .value_sec .boxArea .box dd {
    display: block;
    left: -5rem;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    position: relative;
    top: 5rem;
    width: 100%;
  }
}
.p-recruit .value_sec .boxArea .box dd .txt {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .value_sec .boxArea .box dd .txt {
    padding-left: 0;
    width: 100%;
  }
}
.p-recruit .value_sec .boxArea .box dd .txt .txt_lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .value_sec .boxArea .box dd .txt .txt_lead {
    font-size: 2.5rem;
  }
}
.p-recruit .value_sec .boxArea .box dd .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .value_sec .boxArea .box dd .txt p {
    font-size: 1.8rem;
  }
}

.p-story .story_ttlArea {
  margin: 25rem auto 0rem;
}
@media screen and (max-width: 768px) {
  .p-story .story_ttlArea {
    margin: 20rem auto 2rem;
  }
  .p-story .story_ttlArea .story_ttl {
    width: 65%;
  }
}
.p-story .contents {
  background: none;
  border-top-right-radius: 0;
  margin-top: 0rem;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-story .contents {
    margin: 0 auto;
    padding-top: 0.5rem;
    width: 100%;
  }
}
.p-story .contents .storyArea {
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 3rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-story .contents .storyArea::before {
  background: linear-gradient(to bottom, #002560 0%, #218cc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-story .contents .storyArea .sidebar {
  color: #fff;
  margin: 0 auto;
}
.p-story .contents .storyArea .sidebar .en {
  border-bottom: solid 0.1rem #fff;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .sidebar {
    margin: 0 auto 5rem;
    width: 90%;
  }
}
.p-story .contents .storyArea .side_cnt_sec {
  background-color: #EBF4FF;
  border-top-left-radius: 2rem;
  padding-bottom: 10rem;
  padding-top: 10rem;
  width: calc(100% - 28rem);
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec {
    margin-left: 4%;
    padding-bottom: 5rem;
    padding-top: 5rem;
    width: 96%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block {
  display: flex;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block {
    display: block;
    margin: 0 auto 5rem;
    margin-bottom: 5rem;
    width: 90%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl {
  box-sizing: border-box;
  padding-left: 7%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl {
    display: flex;
    padding-left: 0;
    width: 100%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .num {
  display: block;
  margin-bottom: 3rem;
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .num {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .vertical {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .vertical {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .vertical .en {
  color: #004279;
  font-size: 5rem;
  opacity: 0.3;
}
.p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .vertical .jp {
  color: #004279;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block .block_ttl .vertical .jp {
    font-size: 2rem;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd {
    width: 100%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .komidashi {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 10rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .komidashi {
    margin: 3rem auto;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .box {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .box {
    width: 100%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .box .img {
  margin-bottom: 5rem;
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .box .img img {
  border-radius: 2rem;
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .box .txtArea p {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .box .txtArea p {
    font-size: 2rem;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .flexbox {
  justify-content: space-between;
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .flexbox .img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .flexbox .img {
    width: 100%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .flexbox .txtArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .flexbox .txtArea {
    width: 100%;
  }
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .flex_r {
  flex-direction: row-reverse;
  width: 100%;
}
.p-story .contents .storyArea .side_cnt_sec .sec_block dd .flex_r .img img {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-story .contents .storyArea .side_cnt_sec .sec_block dd .flex_r .img {
    position: relative;
    width: 110%;
  }
}

.p-interview .lower_top {
  margin-top: 20rem;
  position: relative;
}
.p-interview .lower_top .inner .int_ttlArea {
  color: #fff;
  margin-right: 5%;
  max-width: 60rem;
  padding: 10rem 0 20rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower_top .inner .int_ttlArea {
    padding: 0rem 0;
    width: 90%;
  }
}
.p-interview .lower_top .inner .int_ttlArea .int_ttl {
  margin-bottom: 3rem;
}
.p-interview .lower_top .inner .int_ttlArea .int_ttl .en {
  display: inline-block;
  font-size: 3.2rem;
  margin-right: 0.5rem;
}
.p-interview .lower_top .inner .int_ttlArea .name {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.p-interview .lower_top .inner .int_ttlArea .name .shop {
  font-size: 1.6rem;
}
.p-interview .lower_top .inner .int_ttlArea .int_lead {
  color: #004279;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 7rem;
}
.p-interview .lower_top .inner .int_ttlArea .int_lead .wht {
  background-color: #fff;
  border-radius: 0.5rem;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.2rem 1rem;
}
.p-interview .lower_top .imgArea {
  height: 75rem;
  max-width: 79rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-interview .lower_top .imgArea {
    height: auto;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
    position: relative;
    width: 96%;
  }
}
.p-interview .lower_top .imgArea figure {
  height: 75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower_top .imgArea figure {
    height: auto;
    width: 100%;
  }
}
.p-interview .lower_top .imgArea img {
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 3rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower_top .profile {
    color: #fff;
    margin: 0 auto;
    padding-bottom: 8rem;
    width: 90%;
  }
}
.p-interview .int_contents {
  background-color: #fff;
  position: relative;
}
.p-interview .int_contents::before {
  background-color: #EBF4FF;
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  content: "";
  display: block;
  height: 80rem;
  left: -14%;
  position: absolute;
  top: -10rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_contents::before {
    height: 40rem;
    left: -23%;
    top: -5rem;
    width: 130%;
  }
}
.p-interview .int_sec .inner {
  margin: 0 auto;
  max-width: 124rem;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_sec .inner {
    width: 90%;
  }
}
.p-interview .int_sec .inner .innerBox {
  margin: 0 auto;
  max-width: 95rem;
  width: 90%;
}
.p-interview .int_sec .int_midashi {
  margin-bottom: 5rem;
}
.p-interview .int_sec .int_midashi .en {
  display: inline-block;
  font-size: 5rem;
  margin-right: 2rem;
  vertical-align: middle;
}
.p-interview .int_sec .int_midashi .jp {
  font-size: 1.8rem;
  vertical-align: middle;
}
.p-interview .int_sec .txtArea .txt_lead {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-interview .int_sec .txtArea .txt_lead {
    font-size: 2.8rem;
  }
}
.p-interview .int_sec .txtArea p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-interview .int_sec .txtArea p {
    font-size: 2rem;
  }
}
.p-interview .joi_sec {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-interview .joi_sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.p-interview .joi_sec .flexbox .img {
  height: 55rem;
  margin-left: 0;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-interview .joi_sec .flexbox .img {
    height: auto;
    margin-bottom: 5rem;
    width: 96%;
  }
}
.p-interview .joi_sec .flexbox .img figure {
  height: 55rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .joi_sec .flexbox .img figure {
    height: auto;
  }
}
.p-interview .joi_sec .flexbox .img img {
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  width: 100%;
}
.p-interview .joi_sec .flexbox .txtArea {
  margin-left: 5%;
  margin-right: 10%;
  max-width: 50rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-interview .joi_sec .flexbox .txtArea {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
}
.p-interview .bg_sky {
  background-color: #EBF4FF;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
          clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-interview .bg_sky {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
  }
}
.p-interview .work_sec {
  padding-bottom: 15rem;
  position: relative;
}
.p-interview .work_sec::after {
  background-color: #DBE9FB;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 30% 100%, 100% 100%);
          clip-path: polygon(100% 0, 30% 100%, 100% 100%);
  content: "";
  display: block;
  height: 90rem;
  position: absolute;
  right: 0;
  width: 100rem;
}
.p-interview .work_sec .flexbox {
  justify-content: space-between;
}
.p-interview .work_sec .flexbox .txtArea {
  max-width: 55rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-interview .work_sec .flexbox .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-interview .work_sec .flexbox .img {
  max-width: 48rem;
  position: relative;
  top: -10rem;
  width: 45%;
}
.p-interview .work_sec .flexbox .img img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .p-interview .work_sec .flexbox .img {
    margin: 3rem auto;
    max-width: 100%;
    top: 0;
    width: 100%;
  }
}
.p-interview .who_sec {
  padding-bottom: 25rem;
}
.p-interview .who_sec .top_img {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: -5rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-interview .who_sec .top_img {
    margin: 0 auto;
    width: 100%;
  }
}
.p-interview .who_sec .top_img img {
  border-bottom-left-radius: 4rem;
  border-top-left-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .p-interview .who_sec .top_img img {
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem;
  }
}
.p-interview .who_sec .txtArea {
  margin: 0 auto;
  max-width: 82rem;
}
.p-interview .next_sec {
  position: relative;
}
.p-interview .next_sec::before {
  background-color: #004279;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  content: "";
  height: 15rem;
  left: 0;
  position: absolute;
  top: -14rem;
  width: 20rem;
}
.p-interview .next_sec .flexbox .img {
  height: 60rem;
  position: relative;
  top: -5rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-interview .next_sec .flexbox .img {
    height: auto;
    width: 96%;
  }
}
.p-interview .next_sec .flexbox .img figure {
  height: 60rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .next_sec .flexbox .img figure {
    height: auto;
  }
}
.p-interview .next_sec .flexbox .img img {
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
}
.p-interview .next_sec .flexbox .txtArea {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-interview .next_sec .flexbox .txtArea {
    display: block;
    margin: 0 auto;
    padding-bottom: 5rem;
    padding-top: 0;
    width: 100%;
  }
}
.p-interview .next_sec .flexbox .txtArea .next_ttl {
  margin-left: 4rem;
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .p-interview .next_sec .flexbox .txtArea .next_ttl {
    margin-left: 5%;
    width: 70%;
  }
}
.p-interview .next_sec .flexbox .txtArea p {
  padding-top: 8rem;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 768px) {
  .p-interview .next_sec .flexbox .txtArea p {
    margin: 0 auto;
    padding: 5rem 0;
    width: 90%;
  }
}
.p-interview .int_listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_listBox {
    display: block;
  }
}
.p-interview .int_listBox li {
  margin-bottom: 5rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_listBox li {
    width: 100%;
  }
}
.p-interview .int_listBox li .img {
  margin-bottom: 2rem;
}
.p-interview .int_listBox li .img img {
  border-radius: 3rem;
}
.p-interview .int_listBox li .txt .name {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-interview .int_listBox li .txt .name {
    font-size: 1.8rem;
  }
}
.p-interview .int_listBox li .txt .lead_txt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_listBox li .txt .lead_txt {
    font-size: 2.8rem;
  }
}
.p-interview .int_listBox li .txt .moreBtn {
  margin-left: 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-interview .int_listBox li .txt .moreBtn {
    width: 60%;
  }
}

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