@charset "UTF-8";
/* variables
-----------------------------*/
/* functions
-----------------------------*/
/* mixins
-----------------------------*/
/* pages
-----------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  margin: 0 !important;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.ff-noto_en {
  font-family: "Noto Sans", sans-serif;
}

body .btn01 .text, body .pagenation-area .wp-pagenavi .page,
body .pagenation-area .wp-pagenavi .current,
.ff-en {
  font-family: "Tomorrow", sans-serif;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.fw-l {
  font-weight: 300;
}

body main section .news-posts .card .post .text, body main section.sidebar-sec .content-outer #Sidebar .date-area *, body .dl-box04 dd, body .dl-box03 dt,
body .dl-box03 dd, body .dl-box02 dt ul li,
body .dl-box02 dd ul li, body .dl-box02 dt,
body .dl-box02 dd, body .dl-box01 dt,
body .dl-box01 dd, body .btn02, body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl *, body main.page.page-recruit section.mess-sec .image-area .image-box .txt, body main.page.page-recruit section.page-header02 .text-area .ttl .min, body main.page.archive-news section .posts-area .card .field-box p, body main.page.page-company section.access-sec .map-area .gmap .note, body dl dt,
body dl dd, body main section .txt, body,
.fw-r {
  font-weight: 400;
}

body main section .four-clm_wrap .item-box .cap, body main section .ttl-box .line-ttl .text, body main section h2.ttl.ff-en, body .btn01 .text, body .pagenation-area .wp-pagenavi .page,
body .pagenation-area .wp-pagenavi .current, body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.a-txt, body main.page.page-recruit section.mess-sec .lead-area .lead + .txt, body main.page.archive-news section .posts-area .card .field-box p a, body main.page.archive-news section .posts-area .card .date, body main.page.page-factory section.content-sec .gallery-area .pict-box .spec, body main.page section .scroll-bar .txt, body main.page section.page-header .text-area .ttl span.big, body main.top section.lead-sec .lead-area .text-box .txt, body main.top section.hero-sec .scroll-area .scroll-bar .txt, footer .content-area .flex-area.link-area .group .link-box .link-txt, footer h2.ttl, #header .header-content .nav-area .link-area .link-box .link-txt,
.fw-m {
  font-weight: 500;
}

.fw-semi {
  font-weight: 600;
}

body main section .link-txt01, body main section .four-clm_wrap .item-ttl, body main section .two-clm_wrap02 .flex-block .flex-box .inner-ttl, body main section .num-ttl > .text, body .dl-box04 dt, body main.page.page-recruit section.req-sec .no_ttl, body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.q-txt, body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .lead, body main.page.page-recruit section.mess-sec .image-area .image-box .inner-ttl, body main.page.page-recruit section.mess-sec .lead-area .lead, body main.page.page-recruit section.page-header02 .text-area .ttl .big, body main.page.archive-news section .posts-area .card .field-box strong, body main.page.archive-news section .posts-area .card .title, body main.page.page-company section.access-sec .map-area .gmap .inner-ttl, body main.page section.page-header .text-area .ttl span.min, body main.top section.lead-sec .lead-area .text-box .sub-ttl, body main.top section.lead-sec .lead-area .ttl-box .sub-ttl,
.fw-b {
  font-weight: 700;
}

.fw-h {
  font-weight: 900;
}

body main section .txt, body {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body main section .txt, body {
    font-size: 0.875rem;
    line-height: 2;
  }
}

body .inner_wrap_s {
  width: min(88%, 1006px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body .inner_wrap_s {
    width: 100%;
  }
}

body .inner_wrap_m {
  width: min(88%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body .inner_wrap_m {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

*:focus {
  outline: none;
}

a {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
  cursor: pointer;
}
a.tel-txt:hover {
  opacity: 1;
}
a:hover {
  opacity: 0.6;
}

body .btn01 .icn::after {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: clip;
  color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  /* ロード時のみトランジションを外す設定 */
  /* ここまで */
}
body.preload * {
  transition: none !important;
}
body.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden !important;
}
body:not(.single) img,
body:not(.single) picture {
  width: 100%;
  height: auto;
}
body #pagetop_btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 61px;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.4s;
  overflow: hidden;
  border-radius: 50%;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body #pagetop_btn {
    display: block;
  }
}
body.vh-scroll #pagetop_btn {
  opacity: 1;
  visibility: visible;
}
body header img,
body header picture,
body footer img,
body footer picture {
  width: 100%;
  height: auto;
}
body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body p {
  word-break: break-all;
}
body main {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body main {
    padding-top: 70px;
  }
}
body main section {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body main section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
body main section .txt {
  text-align: justify;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #ffffff;
  padding: 32px 60px 37px;
  height: 100px;
}
@media screen and (max-width: 960px) {
  #header {
    height: 70px;
    padding: 0px;
    padding-left: 20px;
  }
}
#header #drawer-btn {
  display: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
#header #drawer-btn .line {
  width: 30px;
  height: 2px;
  background-color: #141414;
  transition: ease 0.4s;
  position: relative;
}
#header #drawer-btn .line.line01 {
  margin-bottom: 7px;
}
#header #drawer-btn .line.line03 {
  margin-top: 7px;
}
#header #drawer-btn.open .line.line01 {
  top: 2px;
  margin: 0;
  transform: rotate(44deg);
  width: 30px;
}
#header #drawer-btn.open .line.line02 {
  opacity: 0;
}
#header #drawer-btn.open .line.line03 {
  top: -2px;
  margin: 0;
  transform: rotate(-44deg);
  width: 30px;
}
#header #drawer-btn.open + .nav-area {
  left: 0;
}
@media screen and (max-width: 960px) {
  #header #drawer-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#header .header-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#header .header-content .logo {
  width: min(30%, 350px);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  #header .header-content .logo {
    width: clamp(214px, 50%, 300px);
  }
}
#header .header-content .logo a {
  display: block;
}
#header .header-content .logo a:hover {
  opacity: 1;
}
#header .header-content .nav-area {
  width: 65%;
}
#header .header-content .nav-area .link-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: min(7%, 60px);
  gap: min(5%, 40px);
}
#header .header-content .nav-area .link-area .link-box {
  display: inline-block;
}
#header .header-content .nav-area .link-area .link-box .link-txt {
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.05em;
  color: #6C6C6C;
}
#header .header-content .nav-area .link-area .link-box .link-txt:hover {
  opacity: 1;
  color: #4676A8;
}
#header .header-content .nav-area .link-area .link-box.visible-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #header .header-content .nav-area {
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 999999;
    background-color: #fff;
    top: 70px;
    left: 100%;
    margin: auto;
    -webkit-transition: ease-in-out 0.6s;
    -moz-transition: ease-in-out 0.6s;
    -ms-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
    overflow-y: scroll;
    padding: 18px 20px 100px;
  }
  #header .header-content .nav-area .link-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0px;
  }
  #header .header-content .nav-area .link-area .link-box {
    width: 100%;
    border-bottom: 1px solid #B7BFCB;
    padding: 11px 0 10px;
    display: block;
  }
  #header .header-content .nav-area .link-area .link-box.visible-sp {
    display: block;
  }
  #header .header-content .nav-area .link-area .link-box .link-txt {
    font-size: 1.125rem;
  }
  #header .header-content .nav-area .link-area .link-box > .link-txt {
    padding-top: 0em;
    padding-bottom: 0;
  }
  #header .header-content .nav-area .link-area .link-box > .link-txt::after {
    display: none;
  }
}

footer {
  background-color: #EFEFEF;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 6px solid #E7380D;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 66px;
    padding-bottom: 60px;
  }
}
footer h2.ttl {
  font-size: clamp(26px, 1.875vw, 30px);
  margin-bottom: min(4%, 34px);
  letter-spacing: 0.05em;
  width: clamp(350px, 21.875vw, 350px);
}
@media screen and (max-width: 960px) {
  footer h2.ttl {
    margin-bottom: 40px;
    width: 260px;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  footer h2.ttl {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
footer .content-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 58px 2%;
}
footer .content-area .flex-area.link-area {
  width: max(284px, 31%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 23px clamp(20px, 3%, 60px);
}
@media screen and (max-width: 767px) {
  footer .content-area .flex-area.link-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
}
footer .content-area .flex-area.link-area .group {
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  footer .content-area .flex-area.link-area .group {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5%;
  }
}
footer .content-area .flex-area.link-area .group .link-box {
  display: block;
}
footer .content-area .flex-area.link-area .group .link-box + .link-box {
  margin-top: 12px;
}
footer .content-area .flex-area.link-area .group .link-box .link-txt {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #6C6C6C;
  text-wrap: nowrap;
}
footer .content-area .flex-area.link-area .group .link-box .link-txt:hover {
  opacity: 1;
  color: #4676A8;
}
@media screen and (max-width: 767px) {
  footer .content-area .flex-area.link-area .group .link-box {
    width: 30%;
  }
  footer .content-area .flex-area.link-area .group .link-box + .link-box {
    margin-top: 0;
  }
  footer .content-area .flex-area.link-area .group .link-box:nth-of-type(1) {
    width: 25%;
  }
  footer .content-area .flex-area.link-area .group .link-box .link-txt {
    font-size: 0.875rem;
  }
}
footer .content-area .flex-area.factory-area {
  width: 52%;
}
@media screen and (max-width: 1240px) {
  footer .content-area .flex-area.factory-area {
    width: 62%;
  }
}
@media screen and (max-width: 1240px) and (max-width: 960px) {
  footer .content-area .flex-area.factory-area {
    width: 100%;
  }
}

body main.top section.hero-sec {
  position: relative;
  font-size: 0;
  z-index: 10;
  padding: 0;
}
body main.top section.hero-sec .scroll-area {
  position: absolute;
  background: url(../img/common/scroll-area_bg.svg) no-repeat top center/560px;
  bottom: -47px;
  left: -3%;
  padding: 28px 232px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
}
body main.top section.hero-sec .scroll-area .scroll-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  width: fit-content;
  mix-blend-mode: multiply;
}
body main.top section.hero-sec .scroll-area .scroll-bar .txt {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 8px;
  width: auto;
  color: #4676A8;
  padding-left: 0.2em;
}
body main.top section.hero-sec .scroll-area .scroll-bar .mark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body main.top section.hero-sec .scroll-area .scroll-bar .mark .circle {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #4676A8;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: circlemove 1.6s ease-in-out infinite, circlehide 1.6s ease-out infinite;
}
body main.top section.hero-sec .scroll-area .scroll-bar .mark .line {
  height: 100%;
  width: 1px;
  background-color: #4676A8;
}
@keyframes circlemove {
  0% {
    top: -0.1%;
  }
  100% {
    top: 102%;
  }
}
@keyframes circlehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body main.top section.hero-sec .scroll-area {
    bottom: -18%;
    left: -13%;
    padding: 18px 116px 0;
  }
  body main.top section.hero-sec .scroll-area .scroll-bar .txt {
    font-size: 1rem;
    margin-bottom: 4px;
    padding-left: 0.4em;
  }
  body main.top section.hero-sec .scroll-area .scroll-bar .mark {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 64px;
  }
  body main.top section.hero-sec .scroll-area .scroll-bar .mark .circle {
    width: 5px;
    height: 5px;
  }
}
body main.top section.hero-sec .movie-area {
  position: relative;
}
body main.top section.hero-sec .movie-area .movie-box {
  position: relative;
  z-index: 0;
}
body main.top section.hero-sec .movie-area .movie-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #4676A8;
  mix-blend-mode: overlay;
  z-index: 1;
}
body main.top section.hero-sec .movie-area .movie-box .ttl {
  width: 100%;
  height: fit-content;
  padding-left: 4.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  transform: translateY(-22%);
}
body main.top section.hero-sec .movie-area .movie-box .ttl .text,
body main.top section.hero-sec .movie-area .movie-box .ttl img {
  width: clamp(400px, 50.9375vw, 815px);
  max-width: 815px;
  height: auto;
  display: block;
}
body main.top section.hero-sec .movie-area .movie-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body main.top section.hero-sec .movie-area {
    height: 54.8vh;
  }
  body main.top section.hero-sec .movie-area .movie-box {
    height: 100%;
    width: 100%;
  }
  body main.top section.hero-sec .movie-area .movie-box .ttl {
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(0%);
  }
  body main.top section.hero-sec .movie-area .movie-box .ttl .text,
  body main.top section.hero-sec .movie-area .movie-box .ttl img {
    width: 100%;
  }
}
body main.top section.lead-sec {
  background-color: #ffffff;
  padding: clamp(100px, 10.125vw, 162px) 0;
}
@media screen and (max-width: 767px) {
  body main.top section.lead-sec {
    padding-top: 150px;
  }
}
body main.top section.lead-sec .lead-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px 4%;
}
body main.top section.lead-sec .lead-area .ttl-box {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  body main.top section.lead-sec .lead-area .ttl-box {
    width: 56%;
  }
}
@media screen and (max-width: 1240px) and (max-width: 767px) {
  body main.top section.lead-sec .lead-area .ttl-box {
    width: 100%;
  }
}
body main.top section.lead-sec .lead-area .ttl-box .sub-ttl {
  font-size: clamp(20px, 1.875vw, 30px);
  margin-top: 0.6em;
}
body main.top section.lead-sec .lead-area .text-box {
  width: 46%;
}
@media screen and (max-width: 1240px) {
  body main.top section.lead-sec .lead-area .text-box {
    width: 40%;
  }
}
@media screen and (max-width: 1240px) and (max-width: 767px) {
  body main.top section.lead-sec .lead-area .text-box {
    width: 100%;
  }
}
body main.top section.lead-sec .lead-area .text-box .sub-ttl {
  font-size: clamp(20px, 1.875vw, 30px);
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  body main.top section.lead-sec .lead-area .text-box .sub-ttl {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
body main.top section.lead-sec .lead-area .text-box .txt {
  font-size: clamp(14px, 1.125vw, 18px);
}
body main.top section.buss-sec .text-block .ttl-box + .txt {
  margin-bottom: 0;
}
body main.top section.buss-sec .text-block .point-area {
  margin-top: 14%;
}
@media screen and (max-width: 767px) {
  body main.top section.buss-sec .text-block {
    margin-bottom: 10px;
  }
  body main.top section.buss-sec .text-block .point-area {
    margin-top: 50px;
  }
}
body main.top section.fac-sec {
  padding-top: clamp(141px, 28.4375vw, 455px);
  padding-bottom: 141px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body main.top section.fac-sec {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
body main.top section.fac-sec::before {
  content: "";
  width: 100%;
  height: clamp(273px, 37.5vw, 600px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../img/top/fac-sec_bg.jpg) no-repeat top center/cover;
  display: block;
}
@media screen and (max-width: 767px) {
  body main.top section.fac-sec::before {
    position: relative;
  }
}
body main.top section.fac-sec .info-box {
  padding: 58px 40px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(223, 224, 234, 0.95);
}
body main.top section.fac-sec .info-box .ttl-box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body main.top section.fac-sec .info-box {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  body main.top section.company-sec {
    padding-top: 0;
  }
  body main.top section.company-sec .two-clm_wrap {
    gap: 90px;
  }
}
body main.page section .ttl-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body main.page section .ttl-box {
    margin-bottom: 30px;
  }
  body main.page section .ttl-box.mt30 {
    margin-bottom: 25px;
  }
}
body main.page section h3.lead-ttl {
  font-size: clamp(20px, 1.875vw, 30px);
  line-height: 1.53;
  letter-spacing: 0.048em;
}
body main.page section h3.lead-ttl + h4.lead {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body main.page section h3.lead-ttl + h4.lead {
    margin-top: 1.2em;
  }
}
body main.page section h4.lead {
  font-size: clamp(14px, 1.125vw, 18px);
  line-height: 2.11;
  letter-spacing: 0.02em;
  text-align: justify;
}
body main.page section.page-header {
  position: relative;
  padding-top: 14.5%;
  padding-bottom: 12.4%;
}
@media screen and (max-width: 767px) {
  body main.page section.page-header {
    padding-top: 55px;
    padding-bottom: 72px;
  }
}
body main.page section.page-header .text-area {
  padding-left: 12%;
}
@media screen and (max-width: 767px) {
  body main.page section.page-header .text-area {
    padding-left: 20px;
  }
}
body main.page section.page-header .text-area .ttl {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
body main.page section.page-header .text-area .ttl span {
  display: block;
}
body main.page section.page-header .text-area .ttl span.big {
  font-size: max(34px, 5vw);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
body main.page section.page-header .text-area .ttl span.min {
  font-size: max(16px, 1.875vw);
  letter-spacing: 0.05em;
  margin-top: 0.33em;
}
@media screen and (max-width: 767px) {
  body main.page section.page-header .text-area .ttl span.min {
    margin-top: 0.5em;
  }
}
body main.page section.page-header .pict-box {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  body main.page section.page-header .pict-box {
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 20px);
    position: relative;
  }
  body main.page section.page-header .pict-box .campus-box::after {
    top: 6px;
    left: 8px;
  }
}
body main.page section.page-header .bg-box {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 0;
  width: 62.5%;
  height: 83%;
  background: linear-gradient(#4676A8 0%, #223c84 100%);
}
body main.page section.page-header .bg-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 0px 58px 92px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  body main.page section.page-header .bg-box {
    width: calc(100% - 20px);
    height: 100%;
  }
  body main.page section.page-header .bg-box::before {
    border-width: 0px 0px 49px 85px;
  }
}
body main.page section .scroll-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  width: fit-content;
}
body main.page section .scroll-bar .txt {
  font-size: 0.875rem;
  text-align: justify;
  margin-bottom: 8px;
  width: auto;
  color: #3955A2;
  padding-left: 0.2em;
}
body main.page section .scroll-bar .mark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body main.page section .scroll-bar .mark .circle {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #3955A2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: circlemove 1.6s ease-in-out infinite, circlehide 1.6s ease-out infinite;
}
body main.page section .scroll-bar .mark .line {
  height: 100%;
  width: 1px;
  background-color: #3955A2;
}
@keyframes circlemove {
  0% {
    top: -0.1%;
  }
  100% {
    top: 102%;
  }
}
@keyframes circlehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
body main.page.page-buss section .lead-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body main.page.page-buss section .lead-area {
    margin-bottom: 30px;
  }
}
body main.page.page-buss section .lead-area .mark-block {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10%;
  order: 3;
  margin-top: 60px;
}
body main.page.page-buss section .lead-area .mark-block img {
  display: block;
  width: clamp(180px, 18%, 200px);
}
@media screen and (max-width: 767px) {
  body main.page.page-buss section .lead-area .mark-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8%;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  body main.page.page-buss section .lead-area .mark-block img {
    display: block;
    width: 28%;
  }
}
body main.page.page-buss section .item-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body main.page.page-buss section .item-area {
    margin-top: 40px;
  }
}
body main.page.page-factory section.content-sec .gallery-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
body main.page.page-factory section.content-sec .gallery-area.ver02 {
  gap: 32px;
}
body main.page.page-factory section.content-sec .gallery-area.ver02 .pict-box {
  width: calc((100% - 64px) / 3);
  min-width: 200px;
}
body main.page.page-factory section.content-sec .gallery-area.ver02 .pict-box.wide {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  body main.page.page-factory section.content-sec .gallery-area.ver02 {
    gap: 18px 5px;
  }
  body main.page.page-factory section.content-sec .gallery-area.ver02 .pict-box {
    width: calc((100% - 5px) / 2);
    min-width: inherit;
  }
  body main.page.page-factory section.content-sec .gallery-area.ver02 .pict-box.wide {
    width: calc(100% + 48px);
    margin: 0 -24px;
    margin-bottom: 12px;
  }
}
body main.page.page-factory section.content-sec .gallery-area .pict-box {
  width: calc((100% - 72px) / 4);
  min-width: 200px;
}
body main.page.page-factory section.content-sec .gallery-area .pict-box.wide {
  width: 100%;
  margin-bottom: 36px;
}
body main.page.page-factory section.content-sec .gallery-area .pict-box .spec {
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: clamp(8px, 1.125vw, 18px);
}
@media screen and (min-width: 768px) {
  body main.page.page-factory section.content-sec .gallery-area .pict-box .spec.right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  body main.page.page-factory section.content-sec .gallery-area {
    gap: 18px 5px;
  }
  body main.page.page-factory section.content-sec .gallery-area .pict-box {
    width: calc((100% - 5px) / 2);
    min-width: inherit;
  }
  body main.page.page-factory section.content-sec .gallery-area .pict-box.wide {
    width: calc(100% + 48px);
    margin: 0 -24px;
    margin-bottom: 12px;
  }
}
body main.page.page-factory section.content-sec .list-area {
  margin-top: 68px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main.page.page-factory section.content-sec .list-area .group {
  width: 48%;
}
@media screen and (max-width: 767px) {
  body main.page.page-factory section.content-sec .list-area {
    margin-top: 28px;
  }
  body main.page.page-factory section.content-sec .list-area .group {
    width: 100%;
  }
  body main.page.page-factory section.content-sec .list-area .group.group .dl-box02:first-of-type {
    border-top: none;
  }
}
body main.page.page-company section.access-sec {
  padding-top: 0;
}
body main.page.page-company section.access-sec .map-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
body main.page.page-company section.access-sec .map-area .gmap {
  width: calc((100% - 24px) / 2);
}
body main.page.page-company section.access-sec .map-area .gmap .map {
  margin-bottom: 28px;
}
body main.page.page-company section.access-sec .map-area .gmap .inner-ttl {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  color: #3955A2;
}
body main.page.page-company section.access-sec .map-area .gmap .note {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body main.page.page-company section.access-sec .map-area .gmap {
    width: 100%;
  }
  body main.page.page-company section.access-sec .map-area .gmap .map {
    margin-bottom: 15px;
  }
  body main.page.page-company section.access-sec .map-area .gmap .inner-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  body main.page.page-company section.access-sec .map-area .gmap .note {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
body main.page.archive-news section .posts-area {
  background-color: #dfe0ea;
  padding: 7.5% 10%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body main.page.archive-news section .posts-area {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 60px 20px;
  }
}
body main.page.archive-news section .posts-area .card {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
body main.page.archive-news section .posts-area .card + .card {
  padding-top: calc(100px + 7%);
  margin-top: -100px;
}
body main.page.archive-news section .posts-area .card .title {
  font-size: clamp(20px, 1.875vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
body main.page.archive-news section .posts-area .card .date {
  font-size: clamp(16px, 1vw, 16px);
  letter-spacing: 0.02em;
  color: #3955A2;
}
body main.page.archive-news section .posts-area .card .field-box {
  margin-top: 30px;
}
body main.page.archive-news section .posts-area .card .field-box .wp-block-image + .wp-block-image {
  margin-top: 30px;
}
body main.page.archive-news section .posts-area .card .field-box p {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  body main.page.archive-news section .posts-area .card .field-box p {
    font-size: 0.875rem;
  }
}
body main.page.archive-news section .posts-area .card .field-box p a {
  text-decoration: underline;
  color: #4676A8;
}
body main.page.page-recruit section.page-header02 {
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: clamp(140px, 9.375vw, 150px);
  position: relative;
  z-index: 2;
}
body main.page.page-recruit section.page-header02 .text-area {
  position: absolute;
  top: -2.8vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
body main.page.page-recruit section.page-header02 .text-area .ttl {
  font-size: max(34px, 3.75vw);
  text-align: center;
}
body main.page.page-recruit section.page-header02 .text-area .ttl .big {
  font-size: 1em;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.25em;
}
body main.page.page-recruit section.page-header02 .text-area .ttl .min {
  font-size: 0.42em;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.page-header02 .text-area {
    top: -19vw;
  }
}
body main.page.page-recruit section.page-header02 .pict-area {
  position: relative;
  z-index: 0;
}
body main.page.page-recruit section.page-header02 .scroll-bar {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.page-header02 .scroll-bar {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
}
body main.page.page-recruit section.mess-sec {
  padding-top: 148px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec {
    padding-top: 40px;
  }
}
body main.page.page-recruit section.mess-sec .lead-area .lead {
  text-align: center;
  font-size: 1.875rem;
  color: #E7380D;
  margin-bottom: 1.2em;
}
body main.page.page-recruit section.mess-sec .lead-area .lead + .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.11;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec .lead-area .lead {
    font-size: 1.5rem;
  }
  body main.page.page-recruit section.mess-sec .lead-area .lead + .txt {
    font-size: 0.875rem;
  }
}
body main.page.page-recruit section.mess-sec .image-area {
  margin-top: 98px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 58px 24px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec .image-area {
    gap: 36px;
    margin-top: 45px;
  }
}
body main.page.page-recruit section.mess-sec .image-area .image-box {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec .image-area .image-box {
    width: 100%;
  }
}
body main.page.page-recruit section.mess-sec .image-area .image-box .inner-ttl {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.11;
  letter-spacing: 0.02em;
  margin: 16px 0 14px;
  color: #3955A2;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec .image-area .image-box .inner-ttl {
    font-size: 1rem;
    margin: 16px 0 5px;
  }
}
body main.page.page-recruit section.mess-sec .image-area .image-box .txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.mess-sec .image-area .image-box .txt {
    font-size: 0.875rem;
  }
}
body main.page.page-recruit section.job-sec .lead-area .text-block .lead-ttl {
  font-size: 1.5rem;
  line-height: 1.92;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .lead-area .text-block .lead {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .lead-area .pict-block {
    display: none;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box {
    margin-top: 50px;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .ttl-box {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .ttl-box {
    margin-bottom: 30px;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .pict-box {
  display: none;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .pict-box {
    display: block;
    margin-bottom: 46px;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .lead {
  font-size: clamp(24px, 1.875vw, 30px);
  line-height: 1.53;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .lead {
    line-height: 1.67;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.q-txt {
  color: #3955A2;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.q-txt span:first-of-type {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.q-txt {
    line-height: 1.8;
  }
}
body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.a-txt + .q-txt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .text-block .txt.a-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.job-sec .interview-area .interview-box .pict-block {
    display: none;
  }
}
body main.page.page-recruit section.req-sec .no_ttl {
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.req-sec .no_ttl {
    font-size: 1.25rem;
  }
}
body main.page.page-recruit section.req-sec .btn-area {
  margin-top: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body main.page.page-recruit section.req-sec .btn-area {
    margin-top: 30px;
  }
}
body main.page.page-contact section.lead-sec {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section.lead-sec {
    padding-bottom: 20px;
  }
}
body main.page.page-contact section.content-sec {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section.content-sec {
    padding-bottom: 0px;
  }
}
body main.page.page-contact section .contact-block {
  background-color: #dfe0ea;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
  }
}
body main.page.page-contact section .contact-block .content-outer {
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
}
body main.page.page-contact section .contact-block .dl-form .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 0;
}
body main.page.page-contact section .contact-block .dl-form .row + .row {
  margin-top: 16px;
}
body main.page.page-contact section .contact-block .dl-form .row dt {
  width: 25%;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .dl-form .row dt {
    width: 100%;
    padding-top: 0;
  }
}
body main.page.page-contact section .contact-block .dl-form .row dt.pt-0 {
  padding: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .dl-form .row dt.pt-0 {
    padding-bottom: 0px;
  }
  body main.page.page-contact section .contact-block .dl-form .row dt.pt-0 + dd {
    margin-bottom: 10px;
  }
}
body main.page.page-contact section .contact-block .dl-form .row dt.req-icn label:after {
  content: "*";
  display: inline-block;
  color: #E7380D;
}
body main.page.page-contact section .contact-block .dl-form .row dd {
  width: 72%;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .dl-form .row dd {
    width: 100%;
  }
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text,
body main.page.page-contact section .contact-block .dl-form .row dd textarea {
  font-weight: 400;
  width: 100%;
  color: #141414;
  background-color: #ffffff;
  padding: 15px 19px 17px;
  border-radius: 6px;
  /* ▼IE10・IE11用 */
  /* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
  /* ▼Firefox18以前用(※2) */
  /* ▼Firefox19以上用(※3) */
  /* ▼CSS4標準(予定)の記述 */
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text:-ms-input-placeholder,
body main.page.page-contact section .contact-block .dl-form .row dd textarea:-ms-input-placeholder {
  color: #dfe0ea;
  font-weight: 400;
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text::-webkit-input-placeholder,
body main.page.page-contact section .contact-block .dl-form .row dd textarea::-webkit-input-placeholder {
  color: #dfe0ea;
  font-weight: 400;
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text:-moz-placeholder,
body main.page.page-contact section .contact-block .dl-form .row dd textarea:-moz-placeholder {
  color: #dfe0ea;
  font-weight: 400;
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text::-moz-placeholder,
body main.page.page-contact section .contact-block .dl-form .row dd textarea::-moz-placeholder {
  color: #dfe0ea;
  font-weight: 400;
  opacity: 1;
}
body main.page.page-contact section .contact-block .dl-form .row dd input.text::placeholder,
body main.page.page-contact section .contact-block .dl-form .row dd textarea::placeholder {
  color: #dfe0ea;
  font-weight: 400;
}
body main.page.page-contact section .contact-block .dl-form .row dd textarea {
  min-height: 64px;
  height: 64px;
  resize: vertical;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 9.8%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .dl-form .row dd .radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px 20px;
    padding-left: 0;
  }
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item input[type=radio] {
  display: none;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
body main.page.page-contact section .contact-block .dl-form .row dd .radio .wpcf7-list-item .wpcf7-list-item-label:after {
  background-color: #3955A2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 0;
  /* right: 0; */
  bottom: 0;
  margin: auto;
}
body main.page.page-contact section .contact-block .wpcf7-not-valid-tip {
  font-weight: bold;
  color: #E7380D;
}
body main.page.page-contact section .contact-block .check-box {
  text-align: center;
  margin-top: 14px;
}
body main.page.page-contact section .contact-block .check-box label {
  position: relative;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .check-box label {
    padding-left: 0;
  }
}
body main.page.page-contact section .contact-block .check-box label input[type=checkbox] {
  display: none;
}
body main.page.page-contact section .contact-block .check-box label .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main.page.page-contact section .contact-block .check-box label .wpcf7-list-item-label::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
  display: inline-block;
}
body main.page.page-contact section .contact-block .check-box label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  left: 3px;
  top: 0%;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #3955A2;
  opacity: 0;
  transition: all 0.2s;
}
body main.page.page-contact section .contact-block .check-box label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
body main.page.page-contact section .contact-block .rulesBox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox {
    margin-top: 16px;
  }
}
body main.page.page-contact section .contact-block .rulesBox::-webkit-scrollbar {
  display: none !important;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt {
  padding: 2.3% 2.5% 3%;
  border-radius: 6px;
  background-color: #ffffff;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt::-webkit-scrollbar {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt {
    padding: 6% 5% 6% 6%;
  }
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm {
  height: 184px;
  overflow: auto;
  scrollbar-color: #fff;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt {
  padding-right: 2%;
  scrollbar-color: #fff;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt::-webkit-scrollbar {
  width: 6px;
  display: none !important;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt {
    padding-right: 4%;
  }
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl * {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2.14;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl * {
    font-size: 0.875rem;
  }
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dt {
  line-height: 1.5;
  margin-bottom: 2em;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-dot {
  position: relative;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-dot > li {
  position: relative;
  padding-left: 1em;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-num {
  position: relative;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-num > li {
  position: relative;
  padding-left: 1.2em;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt dl dd .list-num > li span {
  position: absolute;
  left: 0;
  top: 0;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm .cntnt::-webkit-scrollbar {
  display: none !important;
  scrollbar-color: #fff;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm::-webkit-scrollbar {
  width: 6px;
  display: none !important;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm::-webkit-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: #81ABD8;
  width: 100%;
  left: 0;
  border-radius: 20px;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: #81ABD8;
  width: 100%;
  left: 0;
  border-radius: 20px;
  top: 0;
  height: 100%;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-content-wrapper::-webkit-scrollbar,
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: initial;
  height: initial;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm::-webkit-scrollbar,
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm::-webkit-scrollbar-track,
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt #scroll_elm::-webkit-scrollbar-thumb {
    display: none !important;
  }
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-track {
  background: inherit !important;
  width: 6px !important;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-track {
    width: 6px !important;
  }
}
body main.page.page-contact section .contact-block .rulesBox .scrollCntnt .simplebar-track.simplebar-horizontal {
  height: 0 !important;
}
body main.page.page-contact section .contact-block .btn-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
}
body main.page.page-tmp .btn-area.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .pagenation-area {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body .pagenation-area {
    margin-top: 40px;
  }
}
body .pagenation-area .wp-pagenavi {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 35px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 40px;
}
body .pagenation-area .wp-pagenavi .page,
body .pagenation-area .wp-pagenavi .current {
  font-size: 1rem;
  color: #3955A2;
  margin-left: 15px;
  margin-right: 15px;
}
body .pagenation-area .wp-pagenavi .current {
  color: #E7380D;
}
body .pagenation-area .wp-pagenavi .extend {
  letter-spacing: 0;
  background: url(../img/common/pagenation_dot.svg) no-repeat center/100%;
  width: 8px;
  height: 8px;
  color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 66px;
}
body .pagenation-area .wp-pagenavi .previouspostslink,
body .pagenation-area .wp-pagenavi .nextpostslink,
body .pagenation-area .wp-pagenavi .last,
body .pagenation-area .wp-pagenavi .first {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: #ffffff no-repeat center/32px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
}
body .pagenation-area .wp-pagenavi .previouspostslink,
body .pagenation-area .wp-pagenavi .last {
  background-image: url(../img/common/pagenation_arw_l.svg);
  left: 0;
}
body .pagenation-area .wp-pagenavi .previouspostslink + .extend,
body .pagenation-area .wp-pagenavi .last + .extend {
  left: 66px;
  right: inherit;
}
body .pagenation-area .wp-pagenavi .nextpostslink,
body .pagenation-area .wp-pagenavi .first {
  background-image: url(../img/common/pagenation_arw_r.svg);
  right: 0;
}
body .pagenation-area .wp-pagenavi .previouspostslink,
body .pagenation-area .wp-pagenavi .nextpostslink {
  z-index: 1;
}
body .pagenation-area .wp-pagenavi .last,
body .pagenation-area .wp-pagenavi .first {
  z-index: 0;
}
body.paged .pagenation-area {
  position: relative;
}
body.paged .pagenation-area .wp-pagenavi .last {
  display: none;
}
body .fc-black {
  color: #141414;
}
body .bc-black {
  background-color: #141414;
}
body .fc-l_black {
  color: #6C6C6C;
}
body .bc-l_black {
  background-color: #6C6C6C;
}
body .fc-blue {
  color: #3955A2;
}
body .bc-blue {
  background-color: #3955A2;
}
body .fc-l_blue {
  color: #4676A8;
}
body .bc-l_blue {
  background-color: #4676A8;
}
body .fc-red {
  color: #E7380D;
}
body .bc-red {
  background-color: #E7380D;
}
body .fc-grey {
  color: #EFEFEF;
}
body .bc-grey {
  background-color: #EFEFEF;
}
body .fc-white {
  color: #ffffff;
}
body .bc-white {
  background-color: #ffffff;
}
body .grad_blue_01 {
  background: linear-gradient(#4676A8 0%, #3955A2 100%);
}
body .grad_blue_02 {
  background: linear-gradient(#4676A8 0%, #223c84 100%);
}
body .grad_blue_03 {
  background: linear-gradient(#223c84 0%, #253150 100%);
}
body .grad_grey_01 {
  background: linear-gradient(#dfe0ea 0%, #f8f8f8 100%);
}
body .grad_grey_02 {
  background: linear-gradient(#b1b1ba 0%, #59595d 100%);
}
body .btn01 {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #3955A2;
  gap: clamp(9px, 0.75vw, 12px);
}
body .btn01.white {
  color: #ffffff;
}
body .btn01.white .text {
  color: #ffffff;
}
body .btn01.white .icn {
  color: #dfe0ea;
}
body .btn01.white .icn svg path {
  stroke: #dfe0ea;
}
body .btn01 .text {
  font-size: clamp(11px, 1vw, 16px);
  letter-spacing: 0.03em;
  color: #3955A2;
}
body .btn01 .icn {
  color: #3955A2;
  height: clamp(29px, 3.125vw, 50px);
  width: clamp(29px, 3.125vw, 50px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
body .btn01 .icn svg {
  fill: #3955A2;
  width: clamp(6px, 0.625vw, 10px);
  height: auto;
}
body .btn01 .icn svg path {
  stroke: #3955A2;
}
@media screen and (max-width: 767px) {
  body .btn01 .icn svg path {
    stroke-width: 3px;
  }
}
body .btn01 .icn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body .btn01:hover {
  opacity: 1;
}
body .btn01:hover .icn::after {
  transform: scale(1.2);
}
body .btn02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 32px;
  font-size: 1rem;
  border: 2px solid;
  width: 160px;
  height: 50px;
  letter-spacing: 0.02em;
  color: #141414;
  padding-bottom: 2px;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
  text-align: center;
}
body .btn02 + .wpcf7-spinner {
  position: absolute;
}
body .btn02:hover {
  opacity: 1;
  color: #ffffff;
  border-color: #3955A2;
  background-color: #3955A2;
}
body .btn02.fc-white {
  color: #ffffff;
}
body .btn02.fc-white:hover {
  opacity: 1;
  color: #3955A2;
  border-color: #ffffff;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .btn02.fc-white {
    color: #3955A2;
    border-color: #ffffff;
    background-color: #ffffff;
  }
}
body .btn02.off {
  opacity: 0.4;
  pointer-events: none !important;
}
body #Recruit_bnr {
  border-top: 1px solid #3955A2;
  padding-top: 80px;
  padding-bottom: 0;
}
body #Recruit_bnr .two-clm_wrap.ver02 .text-block .ttl-box .line-ttl .text {
  line-height: 1.88;
}
body #Recruit_bnr .two-clm_wrap.ver02 .text-block .ttl-box .line-ttl .line {
  overflow: inherit;
}
body #Recruit_bnr .two-clm_wrap.ver02 .text-block .ttl-box .line-ttl .line::after {
  width: calc(100vw - 252px);
}
@media screen and (max-width: 767px) {
  body #Recruit_bnr .two-clm_wrap.ver02 .text-block {
    padding-top: 80px;
    padding-bottom: 0;
  }
  body #Recruit_bnr .two-clm_wrap.ver02 .text-block .ttl-box .line-ttl {
    align-items: flex-end;
  }
  body #Recruit_bnr .two-clm_wrap.ver02 .text-block .ttl-box .line-ttl .line {
    transform: translateY(-11px);
  }
}
body .dl-box01 {
  display: table;
  width: 100%;
}
body .dl-box01 + .dl-box01 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  body .dl-box01 + .dl-box01 {
    margin-top: 20px;
  }
}
body .dl-box01 dt,
body .dl-box01 dd {
  font-size: 1rem;
  line-height: 2;
  display: table-cell;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body .dl-box01 dt,
  body .dl-box01 dd {
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: 0.02em;
  }
}
body .dl-box01 dt {
  text-wrap: nowrap;
  width: 5.2em;
}
body .dl-box01 dd {
  padding-left: 20px;
  width: calc(100% - 5.2em);
}
@media screen and (max-width: 767px) {
  body .dl-box01 dd {
    padding-left: 6px;
  }
}
body .dl-box01 .space_0 {
  letter-spacing: 0;
}
body .dl-box02 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 3% 4% 3.2% 5%;
  border-top: 1px solid #4676A8;
}
@media screen and (max-width: 767px) {
  body .dl-box02 {
    padding: 3% 1% 3.2% 1%;
  }
}
body .dl-box02:last-of-type {
  border-bottom: 1px solid #4676A8;
}
body .dl-box02 dt,
body .dl-box02 dd {
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.02em;
  line-height: 2;
}
body .dl-box02 dt ul li,
body .dl-box02 dd ul li {
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.02em;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
body .dl-box02 dt ul li::before,
body .dl-box02 dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  display: block;
  text-align: center;
}
body .dl-box02 dt {
  width: calc(100% - 2.2em);
}
body .dl-box02 dd {
  width: 2.2em;
  text-align: right;
}
body .dl-box03 {
  display: table;
  width: 100%;
  padding: 16px 20px;
  border-top: 1px solid #4676A8;
}
@media screen and (max-width: 767px) {
  body .dl-box03 {
    padding: 10px 3px;
  }
}
body .dl-box03:last-of-type {
  border-bottom: 1px solid #4676A8;
}
body .dl-box03.fc-white {
  border-color: #ffffff;
}
body .dl-box03.fc-white:last-of-type {
  border-color: #ffffff;
}
body .dl-box03.fc-white dd {
  border-color: #ffffff;
}
body .dl-box03 dt,
body .dl-box03 dd {
  font-size: 1rem;
  line-height: 2;
  display: table-cell;
  letter-spacing: 0.02em;
  vertical-align: top;
  padding: 3px 0 4px;
}
@media screen and (max-width: 767px) {
  body .dl-box03 dt,
  body .dl-box03 dd {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
body .dl-box03 dt {
  width: 14%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body .dl-box03 dt {
    width: 25%;
    padding-right: 13px;
  }
}
body .dl-box03 dd {
  padding-left: 20px;
  width: 86%;
  border-left: 1px solid #4676A8;
}
@media screen and (max-width: 767px) {
  body .dl-box03 dd {
    width: 75%;
    padding-left: 13px;
  }
}
body .dl-box03 dd .flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .dl-box03 dd .flex-box .cel {
  text-wrap: nowrap;
}
body .dl-box03 dd .flex-box .cel:first-of-type {
  min-width: 22%;
}
@media screen and (max-width: 767px) {
  body .dl-box03 dd .flex-box .cel {
    width: 100%;
  }
}
body .dl-box03 dd .flex-box02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
body .dl-box03 dd .flex-box02 .cel:first-of-type {
  text-wrap: nowrap;
}
body .dl-box04 {
  width: 100%;
  padding: 2% 1.5%;
  border-top: 1px solid #4676A8;
}
@media screen and (max-width: 767px) {
  body .dl-box04 {
    padding: 7% 3%;
  }
}
body .dl-box04:last-of-type {
  border-bottom: 1px solid #4676A8;
}
body .dl-box04 dt,
body .dl-box04 dd {
  padding-left: 1.8em;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
}
body .dl-box04 dt::before,
body .dl-box04 dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
body .dl-box04 dt {
  margin-bottom: 8px;
}
body .dl-box04 dt::before {
  content: "Q";
}
body .dl-box04 dd::before {
  content: "A";
  left: 0.1em;
}
body .gmap .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.7%;
  position: relative;
  width: 100%;
}
body .gmap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .gmap .map {
    padding-bottom: 67.8%;
  }
}
body .visible-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  body .visible-sm {
    display: inline-block;
  }
}
body .hidden-sm {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .hidden-sm {
    display: none;
  }
}
body .visible-md {
  display: none;
}
@media screen and (max-width: 960px) {
  body .visible-md {
    display: inline-block;
  }
}
body .hidden-md {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  body .hidden-md {
    display: none;
  }
}
body .visible-lg {
  display: none;
}
@media screen and (max-width: 1240px) {
  body .visible-lg {
    display: inline-block;
  }
}
body .hidden-lg {
  display: inline-block;
}
@media screen and (max-width: 1240px) {
  body .hidden-lg {
    display: none;
  }
}
body .visible-xl {
  display: none;
}
@media screen and (min-width: 1601px) {
  body .visible-xl {
    display: inline-block;
  }
}
body .hidden-xl {
  display: inline-block;
}
@media screen and (min-width: 1601px) {
  body .hidden-xl {
    display: none;
  }
}
body main section.sidebar-sec .content-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 4%;
}
body main section.sidebar-sec .content-outer #Sidebar {
  width: 21%;
  width: 250px;
  order: 2;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area {
  position: sticky;
  top: 120px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  body main section.sidebar-sec .content-outer #Sidebar .date-area {
    top: 0;
    position: relative;
  }
}
body main section.sidebar-sec .content-outer #Sidebar .date-area * {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .sidebar-ttl,
body main section.sidebar-sec .content-outer #Sidebar .date-area .year-btn,
body main section.sidebar-sec .content-outer #Sidebar .date-area li {
  padding-left: 19px;
  padding-right: 19px;
  width: 100%;
  border-bottom: 1px solid #4676A8;
  height: 62px;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .sidebar-ttl {
  color: #3955A2;
  padding-top: 0;
  padding-bottom: 10px;
  height: auto;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn .text {
  width: calc(100% - 10px - 32px);
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn svg {
  width: 32px;
  height: auto;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn svg * {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn.on .text {
  color: #4676A8;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn.on svg {
  transform: rotate(-180deg);
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn.on svg circle {
  fill: #3955A2;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item .year-btn.on svg path {
  stroke: #ffffff;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item ul {
  display: none;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item ul li {
  height: 62px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item ul li > a {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 13px;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item ul li > a .d-txt {
  width: 3em;
  text-align: right;
}
body main section.sidebar-sec .content-outer #Sidebar .date-area .item ul li > a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body main section.sidebar-sec .content-outer #Sidebar {
    width: 100%;
  }
  body main section.sidebar-sec .content-outer #Sidebar .date-area {
    position: relative;
    top: 0;
  }
}
body main section.sidebar-sec .content-outer .content-block {
  width: calc(96% - 250px);
  order: 1;
}
@media screen and (max-width: 767px) {
  body main section.sidebar-sec .content-outer .content-block {
    width: 100%;
  }
}
body main section .center {
  text-align: center;
}
body main section .right {
  text-align: right;
}
body main section .left {
  text-align: left;
}
body main section .just {
  text-align: justify;
}
body main section h2.ttl.ff-en {
  font-size: clamp(34px, 5vw, 60px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.3em;
}
body main section h2.ttl.ff-en .mt2 {
  transform: translateY(-0.01em);
}
@media screen and (max-width: 767px) {
  body main section h2.ttl.ff-en {
    font-size: 2.125rem;
  }
}
body main section h2.ttl.ff-en.two-line {
  line-height: 1.5;
}
body main section h2.ttl.ff-en.num01 {
  align-items: flex-start;
}
body main section h2.ttl.ff-en.num01::before {
  content: "　";
  min-width: 1.1em;
  width: 1.1em;
  height: 100%;
  background: url(../img/common/num-ttl_num_01.svg) no-repeat center left/auto 61%;
  display: block;
}
body main section h2.ttl.ff-en.num02 {
  align-items: flex-start;
}
body main section h2.ttl.ff-en.num02::before {
  content: "　";
  min-width: 1.1em;
  width: 1.1em;
  height: 100%;
  background: url(../img/common/num-ttl_num_02.svg) no-repeat center left/auto 61%;
  display: block;
}
body main section h2.ttl.ff-en.num03 {
  align-items: flex-start;
}
body main section h2.ttl.ff-en.num03::before {
  content: "　";
  min-width: 1.1em;
  width: 1.1em;
  height: 100%;
  background: url(../img/common/num-ttl_num_03.svg) no-repeat center left/auto 61%;
  display: block;
}
body main section h2.ttl.ff-en.num01::before {
  width: 0.9em;
  min-width: 0.9em;
}
body main section .ttl-box {
  margin-bottom: 56px;
}
body main section .ttl-box.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body main section .ttl-box {
    margin-bottom: 27px;
  }
  body main section .ttl-box.mt30 {
    margin-bottom: 25px;
  }
}
body main section .ttl-box.fc-white * {
  color: #ffffff;
}
body main section .ttl-box.fc-white h2.ttl {
  color: #dfe0ea;
}
body main section .ttl-box.fc-blue * {
  color: #3955A2;
}
body main section .ttl-box.fc-blue h2.ttl {
  color: #3955A2;
}
body main section .ttl-box.fc-blue .line-ttl .line::after {
  background-color: #3955A2;
}
body main section .ttl-box + .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body main section .ttl-box + .txt {
    margin-bottom: 35px;
  }
}
body main section .ttl-box + .txt.mt30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body main section .ttl-box + .txt.mt30 {
    margin-bottom: 25px;
  }
}
body main section .ttl-box .line-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  margin-top: 0.9em;
}
@media screen and (max-width: 767px) {
  body main section .ttl-box .line-ttl {
    margin-top: 0.8em;
    gap: 15px;
  }
}
body main section .ttl-box .line-ttl .text {
  text-wrap: nowrap;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
body main section .ttl-box .line-ttl .line {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 0;
}
body main section .ttl-box .line-ttl .line img,
body main section .ttl-box .line-ttl .line picture {
  width: 252px;
  height: auto;
  display: block;
  font-size: 0;
}
body main section .ttl-box .line-ttl .line::after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: calc(100% - 252px);
}
@media screen and (max-width: 767px) {
  body main section .ttl-box .line-ttl .text {
    font-size: 1rem;
  }
  body main section .ttl-box .line-ttl .line {
    overflow: inherit;
    gap: 0;
  }
  body main section .ttl-box .line-ttl .line img,
  body main section .ttl-box .line-ttl .line picture {
    width: auto;
    height: 6px;
  }
  body main section .ttl-box .line-ttl .line::after {
    width: 100vw;
    display: block;
  }
}
body main section .ttl-box .sub-txt {
  font-size: 1rem;
  margin-top: -0.15em;
}
body main section .ttl-box .sub-txt.ver02 {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  body main section .ttl-box .sub-txt {
    margin-top: 0.3em;
  }
  body main section .ttl-box .sub-txt.ver02 {
    margin-top: 0.2em;
  }
}
body main section .num-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0% 1% 6%;
  padding-right: 2%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl {
    padding: 0% 1% 7.5%;
  }
}
body main section .num-ttl + .num-ttl {
  padding-top: 6%;
  border-top: 1px solid #dfe0ea;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl + .num-ttl {
    padding-top: 7.5%;
  }
}
body main section .num-ttl > .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 11%;
  font-size: clamp(16px, 2vw, 30px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl > .text {
    padding-left: 12%;
  }
}
body main section .num-ttl .btn01 {
  pointer-events: none;
}
body main section .num-ttl.num-ttl01 > .text {
  background: url(../img/common/num-ttl_num_01.svg) no-repeat center left/auto 86%;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl.num-ttl01 > .text {
    background-size: auto 96%;
  }
}
body main section .num-ttl.num-ttl02 > .text {
  background: url(../img/common/num-ttl_num_02.svg) no-repeat center left/auto 86%;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl.num-ttl02 > .text {
    background-size: auto 96%;
  }
}
body main section .num-ttl.num-ttl03 > .text {
  background: url(../img/common/num-ttl_num_03.svg) no-repeat center left/auto 86%;
}
@media screen and (max-width: 767px) {
  body main section .num-ttl.num-ttl03 > .text {
    background-size: auto 96%;
  }
}
body main section .num-ttl:hover {
  opacity: 1;
}
body main section .num-ttl:hover .btn01 .icn::after {
  transform: scale(1.2);
}
body main section .bg-grad {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 31.3%;
}
@media screen and (max-width: 767px) {
  body main section .bg-grad {
    width: 100%;
    height: 30%;
    top: inherit;
    bottom: 0;
  }
}
body main section .bg-grad.right {
  right: 0;
}
body main section .bg-grad.left {
  left: 0;
}
body main section .two-clm_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap .text-block {
  width: 49%;
}
body main section .two-clm_wrap .text-block .ttl-box h2.ttl {
  text-align: left;
}
body main section .two-clm_wrap .text-block.left {
  order: 1;
}
body main section .two-clm_wrap .text-block.right {
  order: 2;
}
body main section .two-clm_wrap .pict-block,
body main section .two-clm_wrap .lead-block {
  width: 47.5%;
  position: relative;
}
body main section .two-clm_wrap .pict-block.left,
body main section .two-clm_wrap .lead-block.left {
  order: 1;
}
body main section .two-clm_wrap .pict-block.right,
body main section .two-clm_wrap .lead-block.right {
  order: 2;
}
body main section .two-clm_wrap .pict-block .pict,
body main section .two-clm_wrap .lead-block .pict {
  position: relative;
}
body main section .two-clm_wrap .pict-block .pict .dummy,
body main section .two-clm_wrap .lead-block .pict .dummy {
  padding-top: 20%;
}
body main section .two-clm_wrap .pict-block .pict .dummy img,
body main section .two-clm_wrap .lead-block .pict .dummy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
}
body main section .two-clm_wrap .pict-block.wide .pict,
body main section .two-clm_wrap .lead-block.wide .pict {
  width: 45vw;
  height: 100%;
}
@media screen and (min-width: 1601px) {
  body main section .two-clm_wrap .pict-block.wide .pict,
  body main section .two-clm_wrap .lead-block.wide .pict {
    width: 48vw;
  }
}
body main section .two-clm_wrap .pict-block.wide .pict picture,
body main section .two-clm_wrap .pict-block.wide .pict img,
body main section .two-clm_wrap .lead-block.wide .pict picture,
body main section .two-clm_wrap .lead-block.wide .pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: left;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap .pict-block.wide .pict picture,
  body main section .two-clm_wrap .pict-block.wide .pict img,
  body main section .two-clm_wrap .lead-block.wide .pict picture,
  body main section .two-clm_wrap .lead-block.wide .pict img {
    object-position: center;
  }
}
body main section .two-clm_wrap.ver02 {
  align-items: stretch;
}
body main section .two-clm_wrap.ver02 .text-block {
  width: 50%;
  padding-top: 5.8%;
  padding-bottom: 4.5%;
}
@media screen and (min-width: 1601px) {
  body main section .two-clm_wrap.ver02 .text-block {
    padding-top: 7%;
    padding-bottom: 6%;
  }
}
body main section .two-clm_wrap.ver02 .pict-block {
  width: 42%;
}
body main section .two-clm_wrap.ver02 .pict-block .image {
  max-height: 720px;
}
body main section .two-clm_wrap .lead-block {
  position: relative;
  padding-left: 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap .lead-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 200%;
  height: 400%;
  background-color: #EFEFEF;
  z-index: -1;
}
body main section .two-clm_wrap .lead-block .inner-content .txt + .txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap {
    gap: 40px;
  }
  body main section .two-clm_wrap .text-block {
    width: 100%;
  }
  body main section .two-clm_wrap .text-block.right {
    order: 2;
  }
  body main section .two-clm_wrap .pict-block,
  body main section .two-clm_wrap .lead-block {
    width: 100%;
  }
  body main section .two-clm_wrap .pict-block.left,
  body main section .two-clm_wrap .lead-block.left {
    order: 1;
  }
  body main section .two-clm_wrap .pict-block .pict,
  body main section .two-clm_wrap .lead-block .pict {
    position: relative;
  }
  body main section .two-clm_wrap .pict-block .pict .dummy,
  body main section .two-clm_wrap .lead-block .pict .dummy {
    padding-top: 20%;
  }
  body main section .two-clm_wrap .pict-block .pict .dummy img,
  body main section .two-clm_wrap .lead-block .pict .dummy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
  }
  body main section .two-clm_wrap .pict-block.wide,
  body main section .two-clm_wrap .lead-block.wide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  body main section .two-clm_wrap .pict-block.wide .pict,
  body main section .two-clm_wrap .lead-block.wide .pict {
    width: 100%;
  }
  body main section .two-clm_wrap.ver02 {
    gap: 30px 0;
  }
  body main section .two-clm_wrap.ver02 .text-block {
    width: 100%;
  }
  body main section .two-clm_wrap.ver02 .pict-block {
    width: calc(100% + 40px);
  }
  body main section .two-clm_wrap.ver03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body main section .two-clm_wrap .lead-block {
    position: relative;
    padding-left: 0%;
    padding: 40px 0 60px;
  }
  body main section .two-clm_wrap .lead-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    bottom: 0;
    margin: auto;
    width: 200vw;
    height: 100%;
  }
}
body main section .two-clm_wrap02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap02 .text-block {
  width: 54%;
}
body main section .two-clm_wrap02 .text-block .ttl-box h2.ttl {
  text-align: left;
}
body main section .two-clm_wrap02 .text-block.left {
  order: 1;
}
body main section .two-clm_wrap02 .text-block.right {
  order: 2;
}
body main section .two-clm_wrap02 .pict-block {
  width: 42%;
}
body main section .two-clm_wrap02 .pict-block.left {
  order: 1;
}
body main section .two-clm_wrap02 .pict-block.right {
  order: 2;
}
body main section .two-clm_wrap02 .pict-block .pict {
  position: relative;
}
body main section .two-clm_wrap02 .flex-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap02 .flex-block .flex-box.pict-box {
  width: 50%;
}
body main section .two-clm_wrap02 .flex-block .flex-box.text-box {
  width: 42%;
}
body main section .two-clm_wrap02 .flex-block .flex-box .inner-ttl {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
body main section .two-clm_wrap02 .flex-block .flex-box .txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap02 .flex-block .flex-box {
    width: 100%;
  }
  body main section .two-clm_wrap02 .flex-block .flex-box.pict-box {
    margin-bottom: 18px;
    order: 1;
    width: 100%;
  }
  body main section .two-clm_wrap02 .flex-block .flex-box.text-box {
    order: 2;
    width: 100%;
  }
  body main section .two-clm_wrap02 .flex-block .flex-box .inner-ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  body main section .two-clm_wrap02 .flex-block .flex-box .inner-ttl.sp-center {
    text-align: center;
  }
  body main section .two-clm_wrap02 .flex-block .flex-box .txt {
    font-size: 0.875rem;
    line-height: 2.29;
  }
}
body main section .two-clm_wrap02.ver02 .text-block {
  width: 33%;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap02.ver02 .text-block {
    width: 100%;
  }
}
body main section .two-clm_wrap02.ver02 .pict-block {
  width: 63%;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap02.ver02 .pict-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap02 {
    gap: 30px;
  }
  body main section .two-clm_wrap02 .text-block {
    width: 100%;
  }
  body main section .two-clm_wrap02 .text-block.right {
    order: 2;
  }
  body main section .two-clm_wrap02 .pict-block {
    width: 100%;
  }
  body main section .two-clm_wrap02 .pict-block.left {
    order: 1;
  }
  body main section .two-clm_wrap02 .pict-block.wide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  body main section .two-clm_wrap02 .pict-block .pict {
    position: relative;
  }
}
body main section .two-clm_wrap03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap03 .text-block {
  width: 49%;
}
body main section .two-clm_wrap03 .text-block .ttl-box h2.ttl {
  text-align: left;
}
body main section .two-clm_wrap03 .text-block.left {
  order: 1;
}
body main section .two-clm_wrap03 .text-block.right {
  order: 2;
}
body main section .two-clm_wrap03 .pict-block,
body main section .two-clm_wrap03 .lead-block {
  width: 46.5%;
  position: relative;
}
body main section .two-clm_wrap03 .pict-block.left,
body main section .two-clm_wrap03 .lead-block.left {
  order: 1;
}
body main section .two-clm_wrap03 .pict-block.right,
body main section .two-clm_wrap03 .lead-block.right {
  order: 2;
}
body main section .two-clm_wrap03 .pict-block .pict,
body main section .two-clm_wrap03 .lead-block .pict {
  position: relative;
}
body main section .two-clm_wrap03 .pict-block .pict .dummy,
body main section .two-clm_wrap03 .lead-block .pict .dummy {
  padding-top: 20%;
}
body main section .two-clm_wrap03 .pict-block .pict .dummy img,
body main section .two-clm_wrap03 .lead-block .pict .dummy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
}
body main section .two-clm_wrap03 .pict-block.wide .pict,
body main section .two-clm_wrap03 .lead-block.wide .pict {
  width: 45vw;
  height: 100%;
}
@media screen and (min-width: 1601px) {
  body main section .two-clm_wrap03 .pict-block.wide .pict,
  body main section .two-clm_wrap03 .lead-block.wide .pict {
    width: 48vw;
  }
}
body main section .two-clm_wrap03 .pict-block.wide .pict picture,
body main section .two-clm_wrap03 .pict-block.wide .pict img,
body main section .two-clm_wrap03 .lead-block.wide .pict picture,
body main section .two-clm_wrap03 .lead-block.wide .pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: left;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap03 .pict-block.wide .pict picture,
  body main section .two-clm_wrap03 .pict-block.wide .pict img,
  body main section .two-clm_wrap03 .lead-block.wide .pict picture,
  body main section .two-clm_wrap03 .lead-block.wide .pict img {
    object-position: center;
  }
}
body main section .two-clm_wrap03 .lead-block {
  position: relative;
  padding-left: 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .two-clm_wrap03 .lead-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 200%;
  height: 400%;
  background-color: #EFEFEF;
  z-index: -1;
}
body main section .two-clm_wrap03 .lead-block .inner-content .txt + .txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body main section .two-clm_wrap03 {
    gap: 40px;
  }
  body main section .two-clm_wrap03 .text-block {
    width: 100%;
  }
  body main section .two-clm_wrap03 .text-block.left {
    order: 2;
  }
  body main section .two-clm_wrap03 .text-block.right {
    order: 2;
  }
  body main section .two-clm_wrap03 .pict-block,
  body main section .two-clm_wrap03 .lead-block {
    width: 100%;
  }
  body main section .two-clm_wrap03 .pict-block.left,
  body main section .two-clm_wrap03 .lead-block.left {
    order: 1;
  }
  body main section .two-clm_wrap03 .pict-block.right,
  body main section .two-clm_wrap03 .lead-block.right {
    order: 1;
  }
  body main section .two-clm_wrap03 .pict-block .pict,
  body main section .two-clm_wrap03 .lead-block .pict {
    position: relative;
  }
  body main section .two-clm_wrap03 .pict-block .pict .dummy,
  body main section .two-clm_wrap03 .lead-block .pict .dummy {
    padding-top: 20%;
  }
  body main section .two-clm_wrap03 .pict-block .pict .dummy img,
  body main section .two-clm_wrap03 .lead-block .pict .dummy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
  }
  body main section .two-clm_wrap03 .pict-block.wide,
  body main section .two-clm_wrap03 .lead-block.wide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  body main section .two-clm_wrap03 .pict-block.wide .pict,
  body main section .two-clm_wrap03 .lead-block.wide .pict {
    width: 100%;
  }
  body main section .two-clm_wrap03.ver02 {
    gap: 30px 0;
  }
  body main section .two-clm_wrap03.ver02 .text-block {
    width: 100%;
  }
  body main section .two-clm_wrap03.ver02 .pict-block {
    width: calc(100% + 40px);
  }
  body main section .two-clm_wrap03.ver03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body main section .two-clm_wrap03 .lead-block {
    position: relative;
    padding-left: 0%;
    padding: 40px 0 60px;
  }
  body main section .two-clm_wrap03 .lead-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    bottom: 0;
    margin: auto;
    width: 200vw;
    height: 100%;
  }
}
body main section .tre-clm_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 24px;
}
body main section .tre-clm_wrap .item-box {
  width: calc((100% - 48px) / 3);
}
body main section .tre-clm_wrap .item-box .pict-box {
  margin-bottom: 16px;
}
body main section .tre-clm_wrap .item-box .inner-ttl {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 10px;
}
body main section .tre-clm_wrap .item-box .txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body main section .tre-clm_wrap .item-box {
    width: 100%;
  }
  body main section .tre-clm_wrap .item-box .pict-box {
    margin-bottom: 18px;
  }
  body main section .tre-clm_wrap .item-box .inner-ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  body main section .tre-clm_wrap .item-box .txt {
    font-size: 0.875rem;
    line-height: 2.29;
  }
}
body main section .four-clm_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px 24px;
}
body main section .four-clm_wrap .item-ttl {
  width: 100%;
  font-size: clamp(16px, 1.875vw, 30px);
  letter-spacing: 0.05em;
}
body main section .four-clm_wrap .item-box {
  width: calc((100% - 72px) / 4);
}
body main section .four-clm_wrap .item-box .pict-box {
  background-color: #f8f8f8;
}
body main section .four-clm_wrap .item-box .pict-box picture,
body main section .four-clm_wrap .item-box .pict-box img {
  mix-blend-mode: multiply;
}
body main section .four-clm_wrap .item-box .cap {
  font-size: clamp(16px, 1vw, 16px);
  text-align: center;
  letter-spacing: 0em;
  margin-top: clamp(8px, 1.125vw, 18px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body main section .four-clm_wrap {
    gap: 20px;
  }
  body main section .four-clm_wrap .item-box {
    width: 100%;
  }
  body main section .four-clm_wrap .item-box .cap {
    margin-top: 8px;
  }
  body main section .four-clm_wrap .item-box + .item-box {
    margin-top: 4px;
  }
}
body main section .campus-box {
  position: relative;
  z-index: 0;
}
body main section .campus-box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 17px;
  width: 100%;
  height: 100%;
  border: 2px solid #4676A8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body main section .campus-box::after {
    top: 8px;
    left: 8px;
  }
}
body main section .btn-area.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .btn-area.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main section .news-posts .card {
  border-top: 1px solid #4676A8;
}
body main section .news-posts .card:last-of-type {
  border-bottom: 1px solid #4676A8;
}
body main section .news-posts .card .post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 3% 1.5% 3% 2%;
}
@media screen and (max-width: 767px) {
  body main section .news-posts .card .post {
    padding: 5% 2%;
  }
}
body main section .news-posts .card .post .text {
  width: calc(100% - 32px - 30px);
  color: #141414;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1rem;
  letter-spacing: 0.02em;
  gap: 5%;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}
@media screen and (max-width: 767px) {
  body main section .news-posts .card .post .text {
    font-size: 0.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  body main section .news-posts .card .post .text .txt {
    line-height: 1.7;
  }
}
body main section .news-posts .card .post svg {
  width: 32px;
  height: auto;
}
body main section .news-posts .card .post svg * {
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}
body main section .news-posts .card .post:hover {
  opacity: 1;
}
body main section .news-posts .card .post:hover .text {
  color: #4676A8;
}
body main section .news-posts .card .post:hover svg circle {
  fill: #4676A8;
}
body main section .news-posts .card .post:hover svg path {
  stroke: #ffffff;
}
body main section .news-posts + .btn-area {
  margin-top: 35px;
}
body main section .link-txt01 {
  text-decoration: underline;
  color: #4676A8;
}