@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

blockquote,
q {
  quotes: none;
}

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

img {
  vertical-align: bottom;
}

main {
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #004ba6;
  text-decoration: none;
}

a:link {
  color: #004ba6;
  text-decoration: underline;
}

a:visited {
  color: #004ba6;
}

a:hover {
  color: #004ba6;
  text-decoration: none;
}

a:active {
  color: #004ba6;
}

.link-none a,
a[href^="tel:"] {
  text-decoration: none;
}

.link-none a {
  pointer-events: none;
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.disp_none {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .pc {
    display: none !important;
  }
}
em,
.em {
  font-style: italic;
}

sup {
  font-size: 0.9rem;
}

.nowrap {
  white-space: nowrap !important;
}

.oneup {
  font-size: 110% !important;
}

.twoup {
  font-size: 120% !important;
}

.threeup {
  font-size: 130% !important;
}

.onedown {
  font-size: 90% !important;
}

.twodown {
  font-size: 80% !important;
}

.threedown {
  font-size: 70% !important;
}

.indent0 {
  text-indent: 0 !important;
}

.indent01 {
  text-indent: 1rem !important;
}

.indent02 {
  text-indent: -1.75rem !important;
  margin-left: 1.7rem !important;
}
@media (max-width: 768px) {
  .indent02 {
    text-indent: -1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

.indent03 {
  text-indent: -1.5rem !important;
  margin-left: 1.5rem !important;
}

.indent04 {
  text-indent: -2rem !important;
  margin-left: 2rem !important;
}

.indent05 {
  text-indent: -2.5rem !important;
  margin-left: 2.5rem !important;
}

.indent06 {
  text-indent: -3rem !important;
  margin-left: 3rem !important;
}

.indent07 {
  text-indent: -3.5rem !important;
  margin-left: 3.5rem !important;
}

.indent08 {
  text-indent: -4rem !important;
  margin-left: 4rem !important;
}

.indent09 {
  text-indent: -4.5rem !important;
  margin-left: 4.5rem !important;
}

.indent10 {
  text-indent: -5rem !important;
  margin-left: 5rem !important;
}

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

.xcenter,
table td.xcenter,
table th.xcenter,
table tr.xcenter th,
table tr.xcenter td {
  text-align: center !important;
}

.xleft,
table td.xleft,
table th.xleft,
table tr.xleft th,
table tr.xleft td {
  text-align: left !important;
}

.xright,
table td.xright,
table th.xright,
table tr.xright th,
table tr.xright td {
  text-align: right !important;
}

.ytop,
table td.ytop,
table th.ytop,
table tr.ytop th,
table tr.ytop td {
  vertical-align: top !important;
}

.ymiddle,
table td.ymiddle,
table th.ymiddle,
table tr.ymiddle th,
table tr.ymiddle td {
  vertical-align: middle !important;
}

.ybottom,
table td.ybottom,
table th.ybottom,
table tr.ybottom th,
table tr.ybottom td {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .sp_xcenter,
  table td.sp_xcenter,
  table th.sp_xcenter,
  table tr.sp_xcenter th,
  table tr.sp_xcenter td {
    text-align: center !important;
  }
  .sp_xleft,
  table td.sp_xleft,
  table th.sp_xleft,
  table tr.sp_xleft th,
  table tr.sp_xleft td {
    text-align: left !important;
  }
  .sp_xright,
  table td.sp_xright,
  table th.sp_xright,
  table tr.sp_xright th,
  table tr.sp_xright td {
    text-align: right !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tl_xcenter,
  table td.tl_xcenter,
  table th.tl_xcenter,
  table tr.tl_xcenter th,
  table tr.tl_xcenter td {
    text-align: center !important;
  }
  .tl_xleft,
  table td.tl_xleft,
  table th.tl_xleft,
  table tr.tl_xleft th,
  table tr.tl_xleft td {
    text-align: left !important;
  }
  .tl_xright,
  table td.tl_xright,
  table th.tl_xright,
  table tr.tl_xright th,
  table tr.tl_xright td {
    text-align: right !important;
  }
}
@media (max-width: 1024px) {
  .pc_xcenter,
  table td.pc_xcenter,
  table th.pc_xcenter,
  table tr.pc_xcenter th,
  table tr.pc_xcenter td {
    text-align: center !important;
  }
  .pc_xleft,
  table td.pc_xleft,
  table th.pc_xleft,
  table tr.pc_xleft th,
  table tr.pc_xleft td {
    text-align: left !important;
  }
  .pc_xright,
  table td.pc_xright,
  table th.pc_xright,
  table tr.pc_xright td,
  table tr.pc_xright th {
    text-align: right !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

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

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

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

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

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

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

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

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

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

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

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

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

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

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 2.6666666667vw;
}
@media (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  color: #000000;
  background: white;
  font-size: 1.1rem;
  line-height: 1.75;
}
@media (min-width: 769px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
  }
}
body.is-active {
  overflow: hidden;
}

.anchor-target {
  scroll-margin-top: 4.8rem;
}
@media (min-width: 769px) {
  .anchor-target {
    scroll-margin-top: 7.4rem;
  }
}

@media (min-width: 1025px) {
  main a,
  .hover a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main a:hover,
  .hover a:hover {
    opacity: 0.3;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

main {
  overflow: hidden;
}

.img-fit img {
  width: 100%;
  vertical-align: top;
  line-height: 0;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 25px, 0);
          transform: translate3d(0, 25px, 0);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.fade-in {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translate3d(25px, 0, 0);
          transform: translate3d(25px, 0, 0);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.fade-right {
  opacity: 0;
  -webkit-transform: translate3d(-25px, 0, 0);
          transform: translate3d(-25px, 0, 0);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pagetitle-text-small,
.pagetitle-text-middle,
.pagetitle-text-large {
  width: 100%;
  background: url("../img/common/back_title.webp") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 700;
  text-align: center;
  height: 17.5rem;
}
@media (min-width: 769px) {
  .pagetitle-text-small,
  .pagetitle-text-middle,
  .pagetitle-text-large {
    height: auto;
  }
}
.pagetitle-text-small span,
.pagetitle-text-middle span,
.pagetitle-text-large span {
  letter-spacing: 0.1rem;
}
.pagetitle-text-small .en,
.pagetitle-text-middle .en,
.pagetitle-text-large .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-size: 3rem;
}
@media (min-width: 769px) {
  .pagetitle-text-small .en,
  .pagetitle-text-middle .en,
  .pagetitle-text-large .en {
    font-size: 5.8rem;
  }
}
@media (min-width: 1025px) {
  .pagetitle-text-small .en,
  .pagetitle-text-middle .en,
  .pagetitle-text-large .en {
    font-size: 6.8rem;
  }
}
.pagetitle-text-small .jp,
.pagetitle-text-middle .jp,
.pagetitle-text-large .jp {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .pagetitle-text-small .jp,
  .pagetitle-text-middle .jp,
  .pagetitle-text-large .jp {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .pagetitle-text-small .jp,
  .pagetitle-text-middle .jp,
  .pagetitle-text-large .jp {
    font-size: 1.6rem;
  }
}

.red {
  color: #E62222 !important;
}

.pagetitle-text-small {
  max-height: 13.5rem;
}
@media (min-width: 769px) {
  .pagetitle-text-small {
    height: auto;
    max-height: 27.4rem;
    aspect-ratio: 1200/274;
  }
}

@media (min-width: 769px) {
  .pagetitle-text-middle {
    height: auto;
    max-height: 38rem;
    aspect-ratio: 1200/450;
  }
}

@media (min-width: 769px) {
  .pagetitle-text-large {
    height: auto;
    max-height: 55rem;
    aspect-ratio: 1200/550;
  }
}

.pagetitle-left {
  padding-top: 3rem;
}
@media (min-width: 769px) {
  .pagetitle-left {
    width: 100%;
    max-width: 1000px;
    padding: 3.4rem 5rem 0 5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagetitle-left .jp {
    margin-left: 2rem;
  }
}

.pagetitle-photo {
  width: 100%;
}
.pagetitle-photo-project {
  background: url("../img/project/mainimage.webp") no-repeat center top/cover;
  aspect-ratio: 1200/800;
}
@media (min-width: 769px) {
  .pagetitle-photo-project {
    aspect-ratio: 1200/650;
  }
}
.pagetitle-photo-jobs {
  background: url("../img/jobs/mainimage.webp") no-repeat center top/cover;
  aspect-ratio: 1200/1000;
  max-height: 65rem;
}
@media (min-width: 769px) {
  .pagetitle-photo-jobs {
    aspect-ratio: 1200/650;
  }
}
.pagetitle-photo-keyword {
  background: url("../img/keyword/mainimage.webp") no-repeat center top/cover;
  aspect-ratio: 1200/1000;
  max-height: 65rem;
}
@media (min-width: 769px) {
  .pagetitle-photo-keyword {
    aspect-ratio: 1200/650;
  }
}

.aqua {
  background: #29abe2 !important;
}

.purple {
  background: #4b3eb3 !important;
}

.btn01 {
  text-align: center;
}
.btn01 a {
  font-weight: 700;
  color: white;
  text-align: center;
  padding-right: 2rem;
  position: relative;
  background: #E62222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  letter-spacing: 0.25rem;
  margin: 0 auto;
  line-height: 1;
  width: 22rem;
  height: 4.5rem;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .btn01 a {
    width: 26rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.btn01 a .arrow {
  background: url("../img/common/arrow02.svg") no-repeat center center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .btn01 a .arrow {
    right: 4rem;
    width: 2rem;
    height: 2rem;
  }
}
.btn01 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .btn01 a:hover {
    background: black;
  }
}

.under-navi {
  padding: 6rem 2rem;
  text-align: center;
  background: white;
}
@media (min-width: 769px) {
  .under-navi {
    padding: 12rem 5rem;
  }
}
.under-navi-inner {
  max-width: 43.5rem;
  margin: 0 auto;
}
.under-navi .under-navi-link {
  display: block;
  position: relative;
  color: white;
}
.under-navi .under-navi-link p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.under-navi .under-navi-link p span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.under-navi .under-navi-link p span:nth-of-type(1) {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .under-navi .under-navi-link p span:nth-of-type(1) {
    font-size: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .under-navi .under-navi-link p span:nth-of-type(1) {
    font-size: 3.4rem;
  }
}
.under-navi .under-navi-link p span:nth-of-type(2) {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .under-navi .under-navi-link p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .under-navi .under-navi-link p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.under-navi .under-navi-link .arrow {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/common/arrow02.svg") no-repeat center center;
}

.bgcolor-white {
  background: white;
}

.bgcolor-grad {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e7edf2));
  background: linear-gradient(90deg, #ffffff 0%, #e7edf2 100%);
}

.header {
  width: 100%;
  height: 4.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (min-width: 769px) {
  .header {
    height: 7.4rem;
  }
}
.header img {
  width: 100%;
  vertical-align: top;
  line-height: 0;
}
.header-logo {
  position: fixed;
  top: 1.35rem;
  left: 1rem;
  width: 21rem;
}
@media (min-width: 769px) {
  .header-logo {
    top: 1.7rem;
    left: 2rem;
    width: 35rem;
  }
}
.header-entrybtn {
  position: fixed;
  width: 8.5rem;
  height: 4.8rem;
  top: 0;
  right: 5rem;
}
@media (min-width: 769px) {
  .header-entrybtn {
    right: 7.5rem;
    width: 17rem;
    height: 7.4rem;
  }
}
@media (min-width: 1025px) {
  .header-entrybtn {
    right: 0;
  }
}
.header-entrybtn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
  background: #E62222;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 769px) {
  .header-entrybtn p {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .header-entrybtn p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-entrybtn p:hover {
    background: black;
  }
}
.header-entrybtn ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 4.8rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 769px) {
  .header-entrybtn ul {
    top: 7.4rem;
  }
}
.header-entrybtn ul li {
  width: 8.5rem;
  height: 4.8rem;
  border-top: 0.1rem solid white;
}
@media (min-width: 769px) {
  .header-entrybtn ul li {
    width: 17rem;
    height: 7.4rem;
  }
}
.header-entrybtn ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  background: #E62222;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 769px) {
  .header-entrybtn ul a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .header-entrybtn ul a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-entrybtn ul a:hover {
    background: black;
  }
}
.header-entrybtn.is-active ul {
  opacity: 1;
  pointer-events: auto;
}

.header-back {
  width: 100%;
  height: 4.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #0058bc;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 769px) {
  .header-back {
    height: 74px;
  }
}
.header-back.is-active {
  opacity: 1;
}

.header-hbm {
  position: fixed;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  top: 0;
  width: 5rem;
  height: 4.8rem;
}
@media (min-width: 769px) {
  .header-hbm {
    top: 10px;
    width: 70px;
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .header-hbm {
    top: 11px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}
.header-hbm span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0.2rem;
  background-color: white;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .header-hbm span {
    height: 2px;
  }
}
.header-hbm span:nth-of-type(1) {
  width: 2rem;
  top: 1.5rem;
}
@media (min-width: 769px) {
  .header-hbm span:nth-of-type(1) {
    width: 30px;
    top: 14px;
  }
}
.header-hbm span:nth-of-type(2) {
  width: 2rem;
  top: 2.3rem;
}
@media (min-width: 769px) {
  .header-hbm span:nth-of-type(2) {
    width: 30px;
    top: 24px;
  }
}
.header-hbm span:nth-of-type(3) {
  width: 2rem;
  top: 3.1rem;
}
@media (min-width: 769px) {
  .header-hbm span:nth-of-type(3) {
    width: 30px;
    top: 34px;
  }
}
.header-hbm.is-active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0.8rem) rotate(45deg);
          transform: translate(-50%, 0.8rem) rotate(45deg);
}
@media (min-width: 769px) {
  .header-hbm.is-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
  }
}
.header-hbm.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header-hbm.is-active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -0.8rem) rotate(-45deg);
          transform: translate(-50%, -0.8rem) rotate(-45deg);
}
@media (min-width: 769px) {
  .header-hbm.is-active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -10px) rotate(-45deg);
            transform: translate(-50%, -10px) rotate(-45deg);
  }
}

.navigation {
  background: #999999;
  width: 100%;
  min-height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}
.navigation.is-active {
  opacity: 1;
  visibility: visible;
}
.navigation-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5rem 4rem 5rem 4rem;
}
@media (max-width: 768px) {
  .navigation-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .navigation-inner {
    padding: 10rem 5rem 5rem 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navigation-inner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .navigation-inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .navigation-inner ul {
    max-width: 800px;
  }
}
.navigation-inner ul li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
.navigation.is-active .navigation-inner ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.navigation-inner ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 1025px) {
  .navigation-inner ul li a::after {
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2rem;
    background: white;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .navigation-inner ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.navigation-inner ul li span {
  display: block;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-inner ul li span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .navigation-inner ul li span.en {
    font-size: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .navigation-inner ul li span.en {
    font-size: 2.6rem;
  }
}
.navigation-inner ul li span.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  margin-top: 5px;
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  .navigation-inner ul li span.jp {
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .navigation-inner ul li span.jp {
    font-size: 1.4rem;
  }
}
.navigation-inner ul li:nth-of-type(1) {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .navigation-inner ul li:nth-of-type(n + 2) {
    margin-top: 7.5vh;
  }
}
@media (max-width: 768px) {
  .navigation-inner ul li:nth-of-type(n + 2) {
    margin-top: 3.5rem;
  }
  .navigation-inner ul li:nth-of-type(odd) {
    width: 40%;
  }
  .navigation-inner ul li:nth-of-type(even) {
    width: 55%;
  }
  .navigation-inner ul li:nth-of-type(1) {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .navigation-inner ul li:nth-of-type(2), .navigation-inner ul li:nth-of-type(5), .navigation-inner ul li:nth-of-type(8) {
    width: 35%;
  }
  .navigation-inner ul li:nth-of-type(3), .navigation-inner ul li:nth-of-type(6), .navigation-inner ul li:nth-of-type(9) {
    width: 42%;
  }
  .navigation-inner ul li:nth-of-type(4), .navigation-inner ul li:nth-of-type(7) {
    width: 23%;
  }
}

.footer img {
  width: 100%;
  vertical-align: top;
  line-height: 0;
}
.footer-copy {
  width: 100%;
  background: url("../img/footer/footer_copy.webp") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1200/500;
  max-height: 500px;
}
@media (min-width: 769px) {
  .footer-copy {
    aspect-ratio: 1200/360;
    max-height: 36rem;
  }
}
.footer-copy h2 {
  text-align: center;
  color: white;
}
.footer-copy h2 span {
  display: block;
}
.footer-copy h2 .jp {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .footer-copy h2 .jp {
    letter-spacing: 0.2rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 1025px) {
  .footer-copy h2 .jp {
    font-size: 4.2rem;
  }
}
.footer-copy h2 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .footer-copy h2 .en {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .footer-copy h2 .en {
    font-size: 1.4rem;
  }
}
.footer-text-top, .footer-text-under {
  overflow: hidden;
  width: 100%;
}
.footer-text-top__inner, .footer-text-under__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer-text-top p, .footer-text-under p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4rem;
}
.footer-text-top img, .footer-text-under img {
  display: block;
  height: 4rem;
  width: auto;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .footer-text-top img, .footer-text-under img {
    height: 6rem;
  }
}
.footer-mynavi {
  padding: 4rem 1rem;
}
@media (min-width: 769px) {
  .footer-mynavi {
    padding: 60px 50px;
  }
}
.footer-mynavi ul {
  margin: 0 auto;
  list-style: none;
  max-width: 22rem;
}
@media (min-width: 769px) {
  .footer-mynavi ul {
    max-width: 668px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-mynavi ul li {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .footer-mynavi ul li + li {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .footer-mynavi ul li {
    width: 43%;
  }
}
.footer-mynavi ul li a {
  display: block;
}
@media (min-width: 1025px) {
  .footer-mynavi ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-mynavi ul li a:hover {
    opacity: 0.3;
  }
}
.footer-mynavi ul li img:nth-of-type(1) {
  border-radius: 9999px;
  border: 0.1rem solid #E62222;
}
@media (min-width: 769px) {
  .footer-mynavi ul li img:nth-of-type(1) {
    border: 1px solid #E62222;
  }
}
.footer-mynavi ul li img:nth-of-type(2) {
  width: 7%;
  position: absolute;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-logo {
  padding: 4rem 1rem 2rem 1rem;
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer-logo {
    max-width: 52.6rem;
    margin: 0 auto;
    padding: 4rem 5rem 3rem 5rem;
  }
}
.footer-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .footer-link {
    font-size: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-link ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-link ul {
    max-width: 28rem;
    margin: 0 auto;
  }
  .footer-link ul li {
    width: 50%;
  }
  .footer-link ul li:nth-of-type(n + 3) {
    margin-top: 0.5rem;
  }
}
@media (min-width: 769px) {
  .footer-link ul li {
    position: relative;
  }
  .footer-link ul li + li {
    margin-left: 4rem;
  }
  .footer-link ul li + li::after {
    content: "";
    width: 0.1rem;
    height: 1.7rem;
    background: black;
    position: absolute;
    left: -2rem;
    top: 0.1rem;
  }
}
.footer-link ul a {
  color: black;
}
@media (min-width: 1025px) {
  .footer-link ul a::after {
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    content: "";
    width: 100%;
    height: 0.1rem;
    background: black;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer-link ul a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.footer-link a {
  text-decoration: none;
}
.footer-sns {
  padding: 2rem 1rem 4rem 1rem;
  max-width: 18rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer-sns {
    max-width: 26.8rem;
    padding: 2.5rem 5rem;
  }
}
.footer-sns ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-sns ul li {
  width: 20%;
}
@media (min-width: 1025px) {
  .footer-sns ul a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-sns ul a:hover {
    opacity: 0.3;
  }
}
.footer-copyright {
  text-align: center;
  background: #E62222;
  line-height: 1.5;
  color: white;
  padding: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 769px) {
  .footer-copyright {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.back-to-top {
  position: fixed;
  width: 4rem;
  bottom: 4rem;
  right: 2.5rem;
  z-index: 7000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.back-to-top.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 769px) {
  .back-to-top {
    width: 5.2rem;
    bottom: 5.4rem;
    right: 5.4rem;
  }
}
.back-to-top a {
  display: block;
  background: black;
  border-radius: 100%;
  border: 0.1rem solid white;
}
@media (min-width: 1025px) {
  .back-to-top a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .back-to-top a:hover {
    background: #E62222;
  }
}

.index-ttl01 {
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .index-ttl01 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .index-ttl01 {
    letter-spacing: 0.1rem;
    opacity: 0.4;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
    position: absolute;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
.index-ttl01 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 1;
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  .index-ttl01 .en {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .index-ttl01 .en {
    font-size: 10.6rem;
  }
}
.index-ttl01 .en span {
  color: #0071bc;
}
.index-ttl01 .jp {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .index-ttl01 .jp {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .index-ttl01 .jp {
    display: none;
  }
}

.index-ttl02 {
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .index-ttl02 {
    margin-bottom: 3rem;
  }
}
.index-ttl02 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 1;
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  .index-ttl02 .en {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .index-ttl02 .en {
    font-size: 6rem;
  }
}
.index-ttl02 .en span {
  color: #0071bc;
}
@media (min-width: 769px) {
  .index-ttl02 .en span.sp-only {
    color: white;
  }
}
.index-ttl02 .jp {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .index-ttl02 .jp {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .index-ttl02 .jp {
    font-size: 2.4rem;
  }
}

.index-slider {
  width: 100%;
  height: 80vh;
  height: 80dvh;
  position: relative;
  overflow: hidden;
  background: black;
}
.index-slider > .is-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.index-slider-photo01, .index-slider-photo02, .index-slider-photo03 {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s ease, -webkit-transform 6s ease;
  transition: opacity 1s ease, -webkit-transform 6s ease;
  transition: opacity 1s ease, transform 6s ease;
  transition: opacity 1s ease, transform 6s ease, -webkit-transform 6s ease;
  will-change: opacity, transform;
}
.index-slider-photo01 {
  width: 100%;
  height: 100%;
  background: url("../img/index/slider_sp01.webp") center center/cover;
}
@media (min-width: 769px) {
  .index-slider-photo01 {
    background: url("../img/index/slider_pc01.webp") center center/cover;
  }
}
.index-slider-photo02 {
  width: 100%;
  height: 100%;
  background: url("../img/index/slider_sp02.webp") center center/cover;
}
@media (min-width: 769px) {
  .index-slider-photo02 {
    background: url("../img/index/slider_pc02.webp") center center/cover;
  }
}
.index-slider-photo03 {
  width: 100%;
  height: 100%;
  background: url("../img/index/slider_sp03.webp") center center/cover;
}
@media (min-width: 769px) {
  .index-slider-photo03 {
    background: url("../img/index/slider_pc03.webp") center center/cover;
  }
}
.index-slider-text {
  position: absolute;
  z-index: 100;
}
@media (max-width: 768px) {
  .index-slider-text {
    bottom: 5rem;
    left: 3.5rem;
  }
}
@media (min-width: 769px) {
  .index-slider-text {
    bottom: 7.5rem;
    right: 7.5rem;
  }
}
.index-slider-text h2 {
  line-height: 1.25;
  color: white;
  letter-spacing: 0.05rem;
  font-size: 3rem;
}
@media (min-width: 769px) {
  .index-slider-text h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1025px) {
  .index-slider-text h2 {
    font-size: 6.4rem;
  }
}
.index-slider-text p {
  color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 769px) {
  .index-slider-text p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    letter-spacing: 0.225rem;
  }
}
@media (min-width: 1025px) {
  .index-slider-text p {
    font-size: 1.6rem;
  }
}

.index-message {
  position: relative;
  overflow: hidden;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .index-message {
    padding: 8rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1025px) {
  .index-message {
    padding: 19.5rem 5rem 7.5rem 10rem;
    margin-bottom: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-message-inner {
  width: 100%;
  max-width: 90rem;
  position: relative;
}
.index-message-inner p:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.index-message-inner ul {
  list-style: none;
}
@media (max-width: 1024px) {
  .index-message-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
}
@media (min-width: 1025px) {
  .index-message-inner ul {
    position: absolute;
    width: 47%;
    height: 100%;
    left: 60%;
    top: 2%;
  }
}
@media (min-width: 1025px) {
  .index-message-inner ul li {
    position: absolute;
  }
}
.index-message-inner ul li:nth-of-type(1) {
  width: 35%;
  padding-top: 2.5rem;
}
@media (min-width: 1025px) {
  .index-message-inner ul li:nth-of-type(1) {
    width: 58%;
    top: 0;
    left: 31%;
    padding: 0;
  }
}
.index-message-inner ul li:nth-of-type(2) {
  width: 32%;
}
@media (min-width: 1025px) {
  .index-message-inner ul li:nth-of-type(2) {
    width: 53%;
    top: 61%;
    left: 0;
    padding: 0;
  }
}
.index-message-inner ul li:nth-of-type(3) {
  width: 25%;
  padding-top: 5.5rem;
}
@media (min-width: 1025px) {
  .index-message-inner ul li:nth-of-type(3) {
    width: 38%;
    top: 52.5%;
    left: 61%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .index-message .index-ttl01 {
    text-align: center;
  }
}

.index-news {
  padding: 4rem 1.5rem 4rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#dedede));
  background: linear-gradient(90deg, #f2f2f2 0%, #dedede 100%);
}
@media (min-width: 769px) {
  .index-news {
    padding: 8.5rem 2.5rem;
  }
}
.index-news-inner {
  max-width: 90rem;
  margin: 0 auto;
}
.index-news-list {
  padding: 2rem 1.5rem;
  height: 26rem;
  background: white;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .index-news-list {
    padding: 3rem;
    height: 32rem;
    font-size: 1.4rem;
  }
}
.index-news a {
  color: black;
  text-decoration: none;
}
.index-news dl {
  font-weight: 700;
}
.index-news dl dt {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-news dl dt:nth-of-type(1) {
  padding-top: 0;
}
.index-news dl dd {
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  border-bottom: 0.1rem solid #CCCCCC;
  line-height: 1.75rem;
}
.index-news dl dd:last-child {
  padding-bottom: 0;
  border: none;
}
.index-news .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  height: 2rem;
  margin-left: 1.5rem;
  background: #0071bc;
  color: white;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .index-news .category {
    padding: 0 1.75rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .index-news .index-ttl02 {
    text-align: center;
  }
}

.scroll-area {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071bc #CCCCCC;
}
.scroll-area::-webkit-scrollbar {
  width: 5px;
}
.scroll-area::-webkit-scrollbar-thumb {
  background: #0071bc;
}
.scroll-area::-webkit-scrollbar-track {
  background: #CCCCCC;
}

.index-keyword {
  width: 100%;
  background: url("../img/index/keyword02.webp") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1200/650;
  max-height: 65rem;
  padding: 0 1.5rem;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .index-keyword {
    padding: 2.5rem;
    margin-top: 8rem;
  }
}
@media (min-width: 1025px) {
  .index-keyword {
    margin-top: 12rem;
  }
}
.index-keyword-inner {
  width: 100%;
  background: url("../img/index/keyword01.webp") no-repeat center/cover;
  aspect-ratio: 100/100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  color: black !important;
  max-width: 17rem;
  position: relative;
}
@media (min-width: 769px) {
  .index-keyword-inner {
    max-width: 30rem;
  }
}
@media (min-width: 1025px) {
  .index-keyword-inner {
    max-width: 42rem;
  }
}
.index-keyword-inner .index-ttl02 {
  margin-bottom: 0;
  text-align: center;
}
.index-keyword-inner .arrow {
  background: url("../img/common/arrow01.svg") no-repeat center center/cover;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 769px) {
  .index-keyword-inner .arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1025px) {
  .index-keyword-inner .arrow {
    width: 7rem;
    height: 7rem;
  }
}

.index-jobs {
  width: 100%;
  background: url("../img/index/jobs01.webp") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 56.2rem;
  color: white;
  padding: 4rem 1.5rem 2.5rem 1.5rem;
  text-align: left;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .index-jobs {
    padding: 2.5rem;
    aspect-ratio: 1200/562;
    margin-top: 8rem;
  }
}
@media (min-width: 1025px) {
  .index-jobs {
    margin-top: 12rem;
  }
}
.index-jobs-inner {
  position: relative;
  width: 100%;
  max-width: 90rem;
}
@media (max-width: 768px) {
  .index-jobs-text {
    max-width: 27rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .index-jobs-text {
    max-width: 31rem;
  }
}
@media (max-width: 768px) {
  .index-jobs .index-ttl02 {
    text-align: center;
  }
}
.index-jobs-link a {
  display: block;
  position: relative;
}
.index-jobs-link a .line {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-jobs-link {
    width: 7.5rem;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 769px) {
  .index-jobs-link {
    position: absolute;
    width: 12.5rem;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .index-jobs-link {
    width: 19rem;
  }
}

.index-person {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .index-person {
    padding: 2.5rem 0;
    margin-top: 8rem;
  }
}
@media (min-width: 1025px) {
  .index-person {
    margin-top: 12rem 0;
  }
}
.index-person-text-top, .index-person-text-under {
  overflow: hidden;
  width: 100%;
}
.index-person-text-top .js-marquee, .index-person-text-under .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index-person-text-top p, .index-person-text-under p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4rem;
}
.index-person-text-top img, .index-person-text-under img {
  display: block;
  height: 4rem;
  width: auto;
  opacity: 1;
}
@media (min-width: 769px) {
  .index-person-text-top img, .index-person-text-under img {
    height: 6rem;
  }
}
.index-person-photo {
  position: relative;
  width: 100%;
  z-index: 1;
}
.index-person-photo-top, .index-person-photo-under {
  overflow: hidden;
  width: 100%;
}
.index-person-photo-top .js-photo-marquee, .index-person-photo-under .js-photo-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-person-photo-top .marquee-track, .index-person-photo-under .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index-person-photo-top figure, .index-person-photo-under figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index-person-photo-top img, .index-person-photo-under img {
  display: block;
  height: 10rem;
  width: auto;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .index-person-photo-top img, .index-person-photo-under img {
    height: 20rem;
  }
}
@media (min-width: 1025px) {
  .index-person-photo-top img, .index-person-photo-under img {
    height: 28rem;
  }
}
.index-person-photo-text {
  width: 100%;
  max-width: 98rem;
  text-align: center;
  z-index: 1000;
  padding: 4rem 2.5rem 2.5rem 2.5rem;
}
@media (min-width: 1025px) {
  .index-person-photo-text {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 7.5rem 0;
  }
}
.index-person-photo-text-text {
  display: inline-block;
  text-align: left;
  max-width: 27rem;
}
@media (min-width: 769px) {
  .index-person-photo-text-text {
    max-width: 51rem;
  }
}
.index-person-photo-text-link a {
  display: block;
  position: relative;
}
.index-person-photo-text-link a .line {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-person-photo-text-link {
    width: 7.5rem;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .index-person-photo-text-link {
    width: 13rem;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 1025px) {
  .index-person-photo-text-link {
    position: absolute;
    top: 50%;
    right: 4.5rem;
    width: 13rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.index-project {
  width: 100%;
  text-align: left;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .index-project {
    padding: 4rem 1.5rem 2.5rem 1.5rem;
    padding: 2.5rem;
    aspect-ratio: 1200/562;
    margin-top: 8rem;
    background: url("../img/index/project01.webp") no-repeat center top/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 56.2rem;
    color: white;
  }
}
@media (min-width: 1025px) {
  .index-project {
    margin-top: 12rem;
  }
}
@media (min-width: 769px) {
  .index-project-img {
    display: none;
  }
}
.index-project-inner {
  position: relative;
  width: 100%;
  max-width: 90rem;
}
@media (max-width: 768px) {
  .index-project-text {
    max-width: 27rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .index-project-text {
    max-width: 35rem;
  }
}
@media (max-width: 768px) {
  .index-project .index-ttl02 {
    margin-top: 4rem;
    text-align: center;
  }
}
.index-project-link a {
  display: block;
  position: relative;
}
.index-project-link a .line {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-project-link {
    width: 7.5rem;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 769px) {
  .index-project-link {
    position: absolute;
    width: 12.5rem;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .index-project-link {
    width: 19rem;
  }
}

.index-under-navi {
  padding: 6rem 2rem;
  text-align: center;
  background: white;
}
@media (min-width: 769px) {
  .index-under-navi {
    padding: 12rem 5rem;
  }
}
.index-under-navi a {
  color: white;
}
.index-under-navi-inner {
  max-width: 98rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .index-under-navi-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .index-under-navi-inner-inner:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .index-under-navi-inner-inner {
    width: 44%;
  }
}
.index-under-navi-link {
  display: block;
  position: relative;
  color: white;
}
.index-under-navi-link p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.index-under-navi-link p span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.index-under-navi-link p span:nth-of-type(1) {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .index-under-navi-link p span:nth-of-type(1) {
    font-size: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .index-under-navi-link p span:nth-of-type(1) {
    font-size: 3.4rem;
  }
}
.index-under-navi-link p span:nth-of-type(2) {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .index-under-navi-link p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .index-under-navi-link p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.index-under-navi-link .arrow {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/common/arrow02.svg") no-repeat center center;
}

.jobs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs-top-inner {
  color: white;
  padding: 0 3.5rem;
}
@media (min-width: 769px) {
  .jobs-top-inner {
    max-width: 69rem;
    padding: 2.5rem;
  }
}
.jobs-top-inner h1 {
  text-align: center;
  letter-spacing: 0.1rem;
}
.jobs-top-inner h1 .en {
  line-height: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
@media (min-width: 769px) {
  .jobs-top-inner h1 .en {
    font-size: 5.8rem;
  }
}
@media (min-width: 1025px) {
  .jobs-top-inner h1 .en {
    font-size: 9.4rem;
  }
}
.jobs-top-inner h1 .jp {
  line-height: 1.25;
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .jobs-top-inner h1 .jp {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .jobs-top-inner h1 .jp {
    font-size: 2.4rem;
  }
}
.jobs-top-inner p {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .jobs-top-inner p {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .jobs-top-inner p {
    font-size: 1.5rem;
  }
}

.job-summary {
  padding: 4rem 1.5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .job-summary {
    padding: 6rem 2.5rem 8rem 2.5rem;
  }
}
@media (min-width: 1025px) {
  .job-summary {
    padding: 8rem 5rem 12rem 5rem;
  }
}
.job-summary-top h2 {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .job-summary-top h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .job-summary-top h2 {
    font-size: 1.85rem;
  }
}
.job-summary-top p {
  font-size: 1rem;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .job-summary-top p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .job-summary-top p {
    font-size: 1.2rem;
  }
}
.job-summary-bottom {
  max-width: 98rem;
  padding: 1.5rem 2.5rem 0 2.5rem;
  border: 0.1rem solid #0071bc;
  margin: 4rem auto 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .job-summary-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
    margin-top: 6rem;
  }
}
.job-summary-bottom h3 {
  background: #0071bc;
  color: white;
  padding: 0.5rem 1.5rem 0.75rem 1.5rem;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .job-summary-bottom h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .job-summary-bottom h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .job-summary-bottom-inner {
    padding: 2.5rem 0;
  }
  .job-summary-bottom-inner:nth-of-type(n + 2) {
    border-top: 0.1rem solid #0071bc;
  }
}
@media (min-width: 769px) {
  .job-summary-bottom-inner {
    width: 33.3333333333%;
    padding: 0.5rem 2.5rem;
  }
  .job-summary-bottom-inner:nth-of-type(n + 2) {
    border-left: 0.1rem solid #0071bc;
  }
}
.job-summary-bottom-inner figure {
  max-width: 9.5rem;
  margin: 0 auto;
}
.job-summary-bottom-inner dl dt {
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .job-summary-bottom-inner dl dt {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  .job-summary-bottom-inner dl dt {
    font-size: 2.2rem;
    margin-top: 2.5rem;
  }
}
.job-summary-bottom-inner dl dd {
  text-align: left;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 769px) {
  .job-summary-bottom-inner dl dd {
    margin-top: 1.25rem;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .job-summary-bottom-inner dl dd {
    margin-top: 1.75rem;
  }
}

.jobs01,
.jobs02,
.jobs03 {
  font-weight: 700;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .jobs01,
  .jobs02,
  .jobs03 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1025px) {
  .jobs01,
  .jobs02,
  .jobs03 {
    padding-bottom: 12rem;
  }
}

.jobs-bottom01,
.jobs-bottom02 {
  max-width: 120rem;
  margin: 0 auto;
  background: white;
  overflow: hidden;
}
.jobs-bottom01-inner,
.jobs-bottom02-inner {
  max-width: 98rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
@media (min-width: 769px) {
  .jobs-bottom01-inner,
  .jobs-bottom02-inner {
    max-width: 95rem;
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1025px) {
  .jobs-bottom01-inner,
  .jobs-bottom02-inner {
    max-width: 100rem;
    padding: 6rem 3rem;
  }
}

@media (min-width: 769px) {
  .jobs-bottom01 {
    margin-top: -9rem;
  }
}
@media (min-width: 1025px) {
  .jobs-bottom01 {
    margin-top: -11.5rem;
  }
}

.jobs-area {
  background: white;
  position: relative;
  z-index: 1;
}
.jobs-area-inner {
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jobs-area-inner-inner {
    padding: 1.5rem;
  }
}
@media (min-width: 769px) {
  .jobs-area-inner-inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .jobs-area-inner-inner {
    padding: 4rem;
  }
}
.jobs-area.is-open .jobs-area-inner {
  height: auto;
}
.jobs-area .text-space {
  margin-top: 2rem;
}
.jobs-area-color01 {
  border: 0.1rem solid #29abe2;
}
.jobs-area-color02 {
  border: 0.1rem solid #2984e2;
}
.jobs-area-color03 {
  border: 0.1rem solid #0071bc;
}
.jobs-area-color04 {
  border: 0.1rem solid #004ba6;
}
.jobs-area-color05 {
  border: 0.1rem solid #4b3eb3;
}
.jobs-area-color06 {
  border: 0.1rem solid #6f54bb;
}

.triangle {
  width: 5.4rem;
  height: 2.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -0.1rem auto 1.5rem auto;
}
.triangle-color01 {
  background: #29abe2;
}
.triangle-color02 {
  background: #2984e2;
}
.triangle-color03 {
  background: #0071bc;
}
.triangle-color04 {
  background: #004ba6;
}
.triangle-color05 {
  background: #4b3eb3;
}
.triangle-color06 {
  background: #6f54bb;
}

@media (min-width: 769px) {
  .jobs-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .jobs-column-inner {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .jobs-column-inner:nth-of-type(n + 2) {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .jobs-column-line {
    margin-top: 2.5rem;
  }
}
@media (min-width: 769px) {
  .jobs-column-line {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 0.1rem dashed #CCCCCC;
  }
}

.jobs-text01 {
  line-height: 1.75;
}
@media (max-width: 768px) {
  .jobs-text01 {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .jobs-text01 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .jobs-text01 {
    font-size: 1.4rem;
  }
}

.jobs-list {
  list-style: none;
}
.jobs-list li {
  position: relative;
  padding-left: 1.75rem;
}
.jobs-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.4em;
  height: 0.4em;
  background: black;
  border-radius: 50%;
}

.jobs-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.jobs-number-left {
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: white;
  background: black;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .jobs-number-left {
    width: 10.6rem;
    height: 10.6rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .jobs-number-left {
    font-size: 2.8rem;
  }
}
.jobs-number-right {
  width: calc(100% - 10.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .jobs-number-right {
    width: calc(100% - 6rem);
    padding: 0 6dvb 0 1.5rem;
  }
}
@media (min-width: 769px) {
  .jobs-number-right {
    width: calc(100% - 10.6rem);
    padding: 0 3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-number-right {
    padding: 0 4rem;
  }
}
.jobs-number-right span {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .jobs-number-right span:nth-of-type(1) {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .jobs-number-right span:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .jobs-number-right span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.jobs-number-right span:nth-of-type(2) {
  font-size: 0.6rem;
  position: relative;
  line-height: 1.75;
  padding-left: 0.8rem;
}
@media (min-width: 769px) {
  .jobs-number-right span:nth-of-type(2) {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .jobs-number-right span:nth-of-type(2) {
    font-size: 1.2rem;
    padding-left: 1.5rem;
  }
}
.jobs-number-right span:nth-of-type(2)::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.jobs-number-color01 .jobs-number-left {
  background: #29abe2;
}
.jobs-number-color01 .jobs-number-right {
  color: #29abe2;
}
.jobs-number-color02 .jobs-number-left {
  background: #2984e2;
}
.jobs-number-color02 .jobs-number-right {
  color: #2984e2;
}
.jobs-number-color03 .jobs-number-left {
  background: #0071bc;
}
.jobs-number-color03 .jobs-number-right {
  color: #0071bc;
}
.jobs-number-color04 .jobs-number-left {
  background: #004ba6;
}
.jobs-number-color04 .jobs-number-right {
  color: #004ba6;
}
.jobs-number-color05 .jobs-number-left {
  background: #4b3eb3;
}
.jobs-number-color05 .jobs-number-right {
  color: #4b3eb3;
}
.jobs-number-color06 .jobs-number-left {
  background: #6f54bb;
}
.jobs-number-color06 .jobs-number-right {
  color: #6f54bb;
}

.jobs-open01 {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1025px) {
  .jobs-open01:hover {
    opacity: 0.3;
  }
  .jobs-open01:hover:hover {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .jobs-open01 {
    right: 0.5rem;
  }
}
@media (min-width: 769px) {
  .jobs-open01 {
    width: 6.5rem;
    height: 6.5rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.jobs-open01::before, .jobs-open01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jobs-open01::before {
  width: 40%;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .jobs-open01::before {
    height: 0.3rem;
  }
}
.jobs-open01::after {
  height: 40%;
  width: 0.2rem;
}
@media (min-width: 769px) {
  .jobs-open01::after {
    width: 0.3rem;
  }
}
.jobs-open01.is-open::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.jobs-open01-color01::before, .jobs-open01-color01::after {
  background: #29abe2;
}
.jobs-open01-color02::before, .jobs-open01-color02::after {
  background: #2984e2;
}
.jobs-open01-color03::before, .jobs-open01-color03::after {
  background: #0071bc;
}
.jobs-open01-color04::before, .jobs-open01-color04::after {
  background: #004ba6;
}
.jobs-open01-color05::before, .jobs-open01-color05::after {
  background: #4b3eb3;
}
.jobs-open01-color06::before, .jobs-open01-color06::after {
  background: #6f54bb;
}

.jobs-title {
  width: 100%;
  aspect-ratio: 1200/600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin: 0 auto;
  color: white;
  position: relative;
}
@media (min-width: 769px) {
  .jobs-title {
    aspect-ratio: 1200/480;
  }
}
.jobs-title-left {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1;
  position: relative;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .jobs-title-left {
    font-size: 1.6rem;
    width: 22%;
  }
}
@media (min-width: 1025px) {
  .jobs-title-left {
    font-size: 2.2rem;
  }
}
.jobs-title-left p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem 0 6rem;
  border-bottom: 0.2rem solid white;
  height: 3.5rem;
  padding: 0 1.5rem 0 1.5rem;
}
@media (min-width: 769px) {
  .jobs-title-left p {
    height: 5rem;
    padding: 0 3rem 0 3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-title-left p {
    height: 6.5rem;
    padding: 0 4rem 0 6rem;
  }
}
.jobs-title-right {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .jobs-title-right {
    width: 78%;
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-title-right {
    font-size: 4.5rem;
  }
}
.jobs-title-right h2 {
  position: relative;
  border-bottom: 0.2rem solid #e62222;
  letter-spacing: 0.1rem;
  padding: 0 1.5rem 0 1.5rem;
  height: 3.5rem;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .jobs-title-right h2 {
    height: 5rem;
    padding: 0 4rem 0 2rem;
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-title-right h2 {
    height: 6.5rem;
    padding: 0 6rem 0 4rem;
    line-height: 0.75;
    font-size: 4.5rem;
  }
}

.jobs-title01 .jobs-title-left {
  background: url("../img/jobs/back_left01.webp") no-repeat center center/cover;
}
.jobs-title01 .jobs-title-right {
  background: url("../img/jobs/back_right01.webp") no-repeat center center/cover;
}

.jobs-title02 {
  cursor: pointer;
}
.jobs-title02 .jobs-title-left {
  background: url("../img/jobs/back_left02.webp") no-repeat center center/cover;
}
.jobs-title02 .jobs-title-right {
  background: url("../img/jobs/back_right02.webp") no-repeat center center/cover;
}

.jobs-title03 {
  cursor: pointer;
}
.jobs-title03 .jobs-title-left {
  background: url("../img/jobs/back_left03.webp") no-repeat center center/cover;
}
.jobs-title03 .jobs-title-right {
  background: url("../img/jobs/back_right03.webp") no-repeat center center/cover;
}

.jobs-open02 {
  background: white;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .jobs-open02 {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 769px) {
  .jobs-open02 {
    width: 6.5rem;
    height: 6.5rem;
    right: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.jobs-open02::before, .jobs-open02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jobs-open02::before {
  width: 40%;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .jobs-open02::before {
    height: 0.3rem;
  }
}
.jobs-open02::after {
  height: 40%;
  width: 0.2rem;
}
@media (min-width: 769px) {
  .jobs-open02::after {
    width: 0.3rem;
  }
}
.jobs-open02-color01::before, .jobs-open02-color01::after {
  background: #29abe2;
}
.jobs-open02-color02::before, .jobs-open02-color02::after {
  background: #4b3eb3;
}
.jobs-open02.is-open::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1025px) {
  .jobs-open02:hover {
    opacity: 0.3;
  }
  .jobs-open02:hover:hover {
    opacity: 0.3;
  }
}

.jobs-ttl01 {
  margin: 1.5rem 0;
  padding-bottom: 0.75rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .jobs-ttl01 {
    margin: 1.5rem 0 1rem 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .jobs-ttl01 {
    font-size: 2rem;
  }
}
.jobs-ttl01::after {
  content: "";
  width: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .jobs-ttl01::after {
    height: 0.3rem;
    width: 2.25rem;
  }
}
.jobs-ttl01-color01 {
  color: #29abe2;
}
.jobs-ttl01-color01::after {
  background: #29abe2;
}
.jobs-ttl01-color02 {
  color: #2984e2;
}
.jobs-ttl01-color02::after {
  background: #2984e2;
}
.jobs-ttl01-color03 {
  color: #0071bc;
}
.jobs-ttl01-color03::after {
  background: #0071bc;
}
.jobs-ttl01-color04 {
  color: #004ba6;
}
.jobs-ttl01-color04::after {
  background: #004ba6;
}
.jobs-ttl01-color05 {
  color: #4b3eb3;
}
.jobs-ttl01-color05::after {
  background: #4b3eb3;
}
.jobs-ttl01-color06 {
  color: #6f54bb;
}
.jobs-ttl01-color06::after {
  background: #6f54bb;
}
.jobs-ttl01-color07 {
  color: #00a99d;
}
.jobs-ttl01-color07::after {
  background: #00a99d;
}
.jobs-ttl01-color08 {
  color: #736357;
}
.jobs-ttl01-color08::after {
  background: #736357;
}

.jobs-ttl02 {
  margin: 2.5rem 0 1rem 0;
  padding: 0.75rem 1.25rem;
  color: white;
  font-size: 1.2rem;
  background: black;
  line-height: 1;
}
@media (min-width: 769px) {
  .jobs-ttl02 {
    padding: 1rem 1.5rem 1.1rem 1.5rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-ttl02 {
    font-size: 1.5rem;
  }
}
.jobs-ttl02-color01 {
  background: #29abe2;
}
.jobs-ttl02-color02 {
  background: #2984e2;
}
.jobs-ttl02-color03 {
  background: #0071bc;
}
.jobs-ttl02-color04 {
  background: #004ba6;
}
.jobs-ttl02-color05 {
  background: #4b3eb3;
}
.jobs-ttl02-color06 {
  background: #6f54bb;
}
.jobs-ttl02-color07 {
  background: #00a99d;
}
.jobs-ttl02-color08 {
  background: #736357;
}

.jobs-ttl03 {
  position: relative;
  margin: 2rem 0 2rem 0;
}
.jobs-ttl03 span {
  font-size: 1.2rem;
  color: #0071bc;
  background: white;
  border: 0.1rem solid #0071bc;
  line-height: 0.5;
  z-index: 2;
  position: relative;
  padding: 0.25rem 1rem 0.3rem 1rem;
}
@media (min-width: 769px) {
  .jobs-ttl03 span {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .jobs-ttl03 span {
    font-size: 1.5rem;
  }
}
.jobs-ttl03::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #0071bc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.jobs-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobs-bottom-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: #e7edf2;
  position: relative;
}
.jobs-bottom-link figure {
  width: 28%;
}
.jobs-bottom-link dl {
  padding-left: 2.5rem;
  line-height: 1.75;
}
.jobs-bottom-link dl dt {
  color: #0071bc;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .jobs-bottom-link dl dt {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .jobs-bottom-link dl dt {
    font-size: 1.5rem;
  }
}
.jobs-bottom-link dl dd {
  color: black;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}
@media (min-width: 769px) {
  .jobs-bottom-link dl dd {
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .jobs-bottom-link dl dd {
    font-size: 1.3rem;
  }
}
.jobs-bottom-link .arrow {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/arrow08.svg") no-repeat center center/cover;
}
@media (min-width: 769px) {
  .jobs-bottom-link .arrow {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 768px) {
  .jobs-bottom-link-inner:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}
@media (min-width: 769px) {
  .jobs-bottom-link-inner {
    width: 47%;
  }
  .jobs-bottom-link-inner:nth-of-type(even) {
    margin-left: 6%;
  }
  .jobs-bottom-link-inner:nth-of-type(n + 3) {
    margin-top: 2.5rem;
  }
}

.jobs-color01 {
  color: #29abe2;
}

.jobs-color02 {
  color: #2984e2;
}

.jobs-color03 {
  color: #0071bc;
}

.jobs-color04 {
  color: #004ba6;
}

.jobs-color05 {
  color: #4b3eb3;
}

.jobs-color06 {
  color: #6f54bb;
}

.jobs-color07 {
  color: #00a99d;
}

.jobs-color08 {
  color: #736357;
}

.keyword {
  max-width: 98rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem 1.5rem;
  font-weight: 700;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 769px) {
  .keyword {
    padding: 6rem 5rem 6rem 5rem;
  }
}
.keyword:nth-of-type(n + 2) {
  border-top: 0.1rem solid #CCCCCC;
}
.keyword-inner {
  max-width: 92rem;
  margin: 0 auto;
}
.keyword-ttl-sp {
  max-width: 75%;
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 769px) {
  .keyword-ttl-sp {
    display: none;
  }
}
.keyword p,
.keyword h3 {
  line-height: 1.65;
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .keyword p,
  .keyword h3 {
    font-size: 1.9cqw;
  }
}
.keyword .text01 {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .keyword .text01 {
    font-size: 2.1cqw;
  }
}
.keyword .text02 {
  font-size: 1.7rem;
  line-height: 1.35;
}
@media (min-width: 769px) {
  .keyword .text02 {
    font-size: 3.45cqw;
  }
}
.keyword .border {
  border: 0.1rem solid black;
  padding: 0.5rem 1.5rem 0 1.5rem;
  position: relative;
  margin-top: 3rem;
  background: white;
}
.keyword .border h3 {
  position: absolute;
  top: 0;
  left: -0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: black;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
  line-height: 1;
}
.keyword .border .list01 {
  list-style: none;
  line-height: 1.5;
}
.keyword .border .list01 li {
  padding-left: 3rem;
  position: relative;
  padding: 1rem 0 0 2.5rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .keyword .border .list01 li {
    padding: 1rem 0 0 2rem;
  }
}
.keyword .border .list01 li::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media (max-width: 768px) {
  .keyword .border .list01 li::after {
    width: 1.35rem;
    height: 1.35rem;
    top: 1em;
  }
}
.keyword .border .list01 li:nth-of-type(n + 2) {
  border-top: 0.1rem dotted black;
}
.keyword .border .list02 {
  list-style: none;
  line-height: 1.5;
  padding: 1rem 0;
}
.keyword .border .list02 li {
  padding-left: 3rem;
  position: relative;
  padding: 0.5rem 0 0 2.5rem;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  .keyword .border .list02 li {
    padding-left: 2rem;
    padding: 0.75rem 0 0.75 2rem;
  }
}
.keyword .border .list02 li::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.56em;
}
@media (max-width: 768px) {
  .keyword .border .list02 li::after {
    width: 1.35rem;
    height: 1.35rem;
    top: 0.62em;
  }
}
.keyword .space-top {
  margin-top: 2rem;
}
.keyword .space-top02 {
  margin-top: 0.5rem;
}

.keyword01 h2,
.keyword01 h3,
.keyword01 .text01,
.keyword01 .text02 {
  color: #0071bc;
}
.keyword01 h2 span:nth-of-type(1) {
  border: 0.1rem solid #0071bc;
}
.keyword01 .marker {
  background: #cce3f2;
}
.keyword01-ttl-pc {
  margin-bottom: 2.5rem;
  position: relative;
}
.keyword01-ttl-pc figure:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .keyword01-ttl-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .keyword01 .text02 {
    text-align: center;
  }
}
.keyword01-column01 {
  margin: 1.5rem 0 2.5rem 0;
}
@media (min-width: 769px) {
  .keyword01-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .keyword01-column01-left {
    width: 57.5%;
  }
}
.keyword01-column01-right {
  width: 65%;
  margin: 0 auto 2rem auto;
}
@media (min-width: 769px) {
  .keyword01-column01-right {
    margin: 0;
    width: 37%;
  }
}
.keyword01 .border {
  margin: 4rem 0 0 0;
  color: #0071bc;
  border: 0.1rem solid #0071bc;
}
.keyword01 .border h3 {
  background: #0071bc;
}
.keyword01 .border .list01 li::after {
  background: #0071bc;
}
.keyword01 .border .list01 li:nth-of-type(n + 2) {
  border-color: #0071bc;
}

.keyword02 h2,
.keyword02 h3,
.keyword02 .text01,
.keyword02 .text02 {
  color: #009245;
}
.keyword02 h2 span:nth-of-type(1) {
  border: 0.1rem solid #009245;
}
.keyword02 .marker {
  background: #cce9da;
}
.keyword02-ttl-pc {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .keyword02-ttl-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .keyword02-ttl-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.keyword02-ttl-pc-left {
  width: 47%;
}
.keyword02-ttl-pc-right {
  width: 45%;
}
.keyword02-img01 {
  margin: 0 auto 2rem auto;
  width: 65%;
}
@media (min-width: 769px) {
  .keyword02-img01 {
    display: none;
  }
}
@media (min-width: 769px) {
  .keyword02-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .keyword02-column01-left {
    width: 64%;
  }
}
@media (max-width: 768px) {
  .keyword02-column01-right {
    margin: 2rem auto 0 auto;
    width: 65%;
  }
}
@media (min-width: 769px) {
  .keyword02-column01-right {
    width: 36%;
  }
}

.keyword03 h2,
.keyword03 h3,
.keyword03 .text01,
.keyword03 .text02 {
  color: #E62222;
}
.keyword03 h2 span:nth-of-type(1) {
  border: 0.1rem solid #E62222;
}
.keyword03 .marker {
  background: #fad3d3;
}
.keyword03-ttl-pc {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .keyword03-ttl-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .keyword03-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.keyword03-column01-left figure:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .keyword03-column01-left {
    width: 65%;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 769px) {
  .keyword03-column01-left {
    width: 29%;
  }
}
@media (min-width: 769px) {
  .keyword03-column01-right {
    width: 67%;
  }
}

.keyword04 h2,
.keyword04 h3,
.keyword04 .text01,
.keyword04 .text02 {
  color: #29abe2;
}
.keyword04 h2 span:nth-of-type(1) {
  border: 0.1rem solid #29abe2;
}
.keyword04 .marker {
  background: #d4eef9;
}
.keyword04-ttl-pc {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .keyword04-ttl-pc {
    display: none;
  }
}
.keyword04 .border {
  border-color: #29abe2;
  margin-bottom: 1rem;
}
.keyword04 .border h3 {
  background: #29abe2;
}
.keyword04 .border .list02 li::after {
  background: #29abe2;
  background-color: #29abe2;
}
.keyword04 .border .list02 li:nth-of-type(n + 2) {
  border-color: #29abe2;
}
@media (min-width: 769px) {
  .keyword04-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .keyword04-column01-left {
    width: 47%;
  }
}
.keyword04-column01-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keyword04-column01-right figure {
  width: 49%;
  margin: 0;
  padding: 0;
}
.keyword04-column01-right figure:nth-of-type(n + 3) {
  margin-top: 2%;
}
@media (max-width: 768px) {
  .keyword04-column01-right {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .keyword04-column01-right {
    width: 50%;
  }
}

.keyword05 h2,
.keyword05 h3,
.keyword05 .text01,
.keyword05 .text02 {
  color: #f15a24;
}
.keyword05 h2 span:nth-of-type(1) {
  border: 0.1rem solid #f15a24;
}
.keyword05 .marker {
  background: #fcded3;
}
@media (min-width: 769px) {
  .keyword05-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .keyword05-column01-left {
    display: none;
  }
}
@media (min-width: 769px) {
  .keyword05-column01-left {
    width: 23%;
  }
}
@media (max-width: 768px) {
  .keyword05-column01-right {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .keyword05-column01-right {
    width: 72%;
  }
}

.keyword06 {
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .keyword06 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1025px) {
  .keyword06 {
    padding-bottom: 12rem;
  }
}
.keyword06 h2,
.keyword06 h3,
.keyword06 .text01,
.keyword06 .text02 {
  color: #662da5;
}
.keyword06 h2 span:nth-of-type(1) {
  border: 0.1rem solid #662da5;
}
.keyword06 .marker {
  background: #e0d5ed;
  padding: 0.3rem;
}
.keyword06 .img01 {
  max-width: 30%;
  margin: 0 auto;
}
.keyword06-ttl-pc {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .keyword06-ttl-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .keyword06-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .keyword06-column01-left {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .keyword06-column01-right {
    width: 60%;
    margin: 2.5rem auto 0 auto;
  }
}
@media (min-width: 769px) {
  .keyword06-column01-right {
    width: 45%;
    margin-top: -2.5rem;
  }
}

.keyword-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.keyword-top-inner {
  color: white;
  padding: 0 3.5rem;
}
@media (min-width: 769px) {
  .keyword-top-inner {
    max-width: 57rem;
    padding: 2.5rem;
  }
}
.keyword-top-inner h1 {
  text-align: center;
  letter-spacing: 0.1rem;
}
.keyword-top-inner h1 .en {
  line-height: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .keyword-top-inner h1 .en {
    font-size: 5.8rem;
  }
}
@media (min-width: 1025px) {
  .keyword-top-inner h1 .en {
    font-size: 9.4rem;
  }
}
.keyword-top-inner h1 .jp {
  line-height: 1.25;
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .keyword-top-inner h1 .jp {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .keyword-top-inner h1 .jp {
    font-size: 2.4rem;
  }
}
.keyword-top-inner p {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .keyword-top-inner p {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .keyword-top-inner p {
    font-size: 1.5rem;
  }
}

.keyword-btn {
  max-width: 42.8rem;
  margin: 4rem auto 0 auto;
}
.keyword-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  border-radius: 9999px;
  background: black;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  font-size: 1.3rem;
  padding: 1.15rem;
}
@media (min-width: 769px) {
  .keyword-btn a {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .keyword-btn a {
    font-size: 1.8rem;
  }
}
.keyword-btn a .arrow {
  background: url("../img/common/arrow09.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .keyword-btn a .arrow {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .keyword-btn a .arrow {
    width: 2rem;
    height: 2rem;
  }
}
.keyword-btn-color01 a {
  background: #0071bc;
}
.keyword-btn-color02 a {
  background: #009245;
}
.keyword-btn-color03 a {
  background: #E62222;
}
.keyword-btn-color04 a {
  background: #29abe2;
}
.keyword-btn-color05 a {
  background: #f15a24;
}
.keyword-btn-color06 a {
  background: #662da5;
}
.keyword-btn-caption {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .keyword-btn-caption {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .keyword-btn-caption {
    font-size: 1.2rem;
  }
}
.keyword-btn-caption-color01 {
  color: #0071bc;
}
.keyword-btn-caption-color02 {
  color: #009245;
}
.keyword-btn-caption-color03 {
  color: #E62222;
}
.keyword-btn-caption-color04 {
  color: #29abe2;
}
.keyword-btn-caption-color05 {
  color: #f15a24;
}
.keyword-btn-caption-color06 {
  color: #662da5;
}

.news {
  padding: 2.5rem 1.5rem 8rem 1.5rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .news {
    padding: 6rem 5rem 15rem 5rem;
  }
}
.news-inner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .news-inner {
    max-width: 90rem;
  }
}
.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .news-top {
    margin-bottom: 2rem;
  }
}
.news-date {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .news-date {
    font-size: 1.4rem;
  }
}
.news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  height: 2rem;
  margin-left: 1.5rem;
  background: #0071bc;
  color: white;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .news-category {
    padding: 0 1.75rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
.news-entry {
  line-height: 1.75;
}
.news-entry h1 {
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #CCCCCC;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .news-entry h1 {
    font-size: 2.2rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .news-entry h1 {
    font-size: 2.6rem;
  }
}
.news-entry h2 {
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .news-entry h2 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .news-entry h2 {
    font-size: 2.4rem;
  }
}
.news-entry h2::after {
  content: "";
  width: 1.75rem;
  height: 0.2rem;
  background: #0071bc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 769px) {
  .news-entry h2::after {
    width: 2.5rem;
    height: 0.3rem;
  }
}
.news-entry h3 {
  font-size: 1.2rem;
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (min-width: 769px) {
  .news-entry h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .news-entry h3 {
    font-size: 1.8rem;
  }
}
.news-entry p {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .news-entry p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .news-entry p {
    font-size: 1.4rem;
  }
}
.news-entry a {
  color: #004ba6;
  text-decoration: underline;
}
.news-entry figure {
  width: auto;
  max-width: none;
}
.news-entry strong {
  font-weight: 700;
}
.news-entry .alignleft {
  text-align: left;
  display: block;
  margin-right: auto;
}
.news-entry .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-entry .alignright {
  text-align: right;
  display: block;
  margin-left: auto;
}
.news-entry p + h2,
.news-entry p + h3,
.news-entry p + figure,
.news-entry figure + p,
.news-entry figure + h2,
.news-entry figure + h3,
.news-entry p + img,
.news-entry img + p,
.news-entry img + h2,
.news-entry img + h3 {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .news-entry p + h2,
  .news-entry p + h3,
  .news-entry p + figure,
  .news-entry figure + p,
  .news-entry figure + h2,
  .news-entry figure + h3,
  .news-entry p + img,
  .news-entry img + p,
  .news-entry img + h2,
  .news-entry img + h3 {
    margin-top: 4.5rem;
  }
}
.news-entry p + p,
.news-entry img + img {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .news-entry p + p,
  .news-entry img + img {
    margin-top: 4.5rem;
  }
}
.news-under {
  margin-top: 5rem;
}
@media (min-width: 769px) {
  .news-under {
    margin-top: 7.5rem;
  }
}

.news-ttl01 {
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .news-ttl01 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .news-ttl01 {
    font-size: 2.4rem;
  }
}
.news-ttl01::after {
  content: "";
  width: 1.75rem;
  height: 0.2rem;
  background: #0071bc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 769px) {
  .news-ttl01::after {
    width: 2.5rem;
    height: 0.3rem;
  }
}

.news-ttl02 {
  font-size: 1.2rem;
  color: #0071bc;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (min-width: 769px) {
  .news-ttl02 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .news-ttl02 {
    font-size: 1.8rem;
  }
}

.news-space {
  margin-top: 5rem;
}
@media (min-width: 769px) {
  .news-space {
    margin-top: 7.5rem;
  }
}
.news-space {
  margin-top: 10rem;
}

.person {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-top: -6rem;
  font-size: 1.1rem;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .person {
    margin-top: -8rem;
    padding: 0 2.5rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .person {
    padding: 0 5rem;
    margin-top: -15rem;
    font-size: 1.4rem;
  }
}
.person-inner {
  max-width: 98rem;
  margin: 0 auto;
}

.person-detail {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .person-detail {
    margin-bottom: 6rem;
  }
}
.person-detail:last-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .person-detail:last-of-type {
    margin-bottom: 4rem;
  }
}

.person-index {
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .person-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .person-index-photo {
    width: 68.5%;
  }
}
@media (min-width: 769px) {
  .person-index-text {
    width: 31.5%;
    display: grid;
    place-items: center;
  }
}
.person-index-text-inner {
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .person-index-text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
  }
  .person-index-text-inner-left {
    padding-right: 1.5rem;
    border-right: 0.1rem solid white;
  }
  .person-index-text-inner-right {
    padding-left: 1.5rem;
  }
}
@media (min-width: 769px) {
  .person-index-text-inner {
    width: 83%;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .person-index-text-inner {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.person-index-text-inner h2 {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .person-index-text-inner h2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .person-index-text-inner h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .person-index-text-inner h2 {
    font-size: 2.4rem;
  }
}
.person-index-text-inner ul {
  list-style: none;
  line-height: 1.65;
}
@media (min-width: 769px) {
  .person-index-text-inner ul {
    margin-top: 2rem;
  }
}
.person-index-text-inner dl {
  line-height: 1.65;
}
@media (min-width: 769px) {
  .person-index-text-inner dl {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 0.1rem solid white;
  }
}
.person-index-text-inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.person-index-text-inner dl dt span {
  font-size: 1.4rem;
  margin-right: 1rem;
}
@media (min-width: 769px) {
  .person-index-text-inner dl dt span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .person-index-text-inner dl dt span {
    font-size: 2rem;
  }
}
.person-index-back01 {
  background: url("../img/person/back_left01.webp") center center/cover;
}
.person-index-back02 {
  background: url("../img/person/back_left02.webp") center center/cover;
}
.person-index-back03 {
  background: url("../img/person/back_left03.webp") center center/cover;
}
.person-index-back04 {
  background: url("../img/person/back_left04.webp") center center/cover;
}
.person-index-back05 {
  background: url("../img/person/back_left05.webp") center center/cover;
}

.person-under {
  overflow: hidden;
  padding: 0 1.5rem;
  max-width: 93rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .person-under {
    padding: 0 1.5rem 4rem 1.5rem;
  }
}
.person-under.is-active {
  height: auto;
}

.person-career {
  position: relative;
}
@media (max-width: 768px) {
  .person-career::after {
    content: "";
    width: 0.2rem;
    height: 100%;
    position: absolute;
    left: 2.05rem;
    top: 0;
  }
}
@media (min-width: 769px) {
  .person-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .person-career::after {
    content: "";
    width: 100%;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 4.25rem;
  }
}
.person-career-text {
  position: relative;
}
@media (max-width: 768px) {
  .person-career-text {
    padding: 1rem 0 0 4rem;
  }
  .person-career-text:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
  .person-career-text::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    position: absolute;
    left: 1.5rem;
    top: 1.55rem;
  }
}
@media (min-width: 769px) {
  .person-career-text {
    width: 25%;
    padding-left: 2.5%;
  }
  .person-career-text::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    position: absolute;
    left: 2.25rem;
    top: 3.75rem;
  }
  .person-career-text.width20pc {
    width: 20%;
  }
  .person-career-text.width40pc {
    width: 40%;
  }
  .person-career-text.width50pc {
    width: 50%;
  }
  .person-career-text.width100pc {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .person-career h5 {
    font-size: 1.3rem;
  }
}
@media (min-width: 769px) {
  .person-career h5 {
    font-size: 1.8rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1025px) {
  .person-career h5 {
    font-size: 1.8rem;
  }
}
.person-career ul {
  list-style: none;
}
@media (max-width: 768px) {
  .person-career ul {
    margin-top: 0.5rem;
  }
}
.person-career-color01 h5 {
  color: #29abe2;
}
.person-career-color01::after {
  background: #29abe2;
}
.person-career-color01 .person-career-text::after {
  background: #29abe2;
}
.person-career-color02 h5 {
  color: #0071bc;
}
.person-career-color02::after {
  background: #0071bc;
}
.person-career-color02 .person-career-text::after {
  background: #0071bc;
}
.person-career-color03 h5 {
  color: #004ba6;
}
.person-career-color03::after {
  background: #004ba6;
}
.person-career-color03 .person-career-text::after {
  background: #004ba6;
}
.person-career-color04 h5 {
  color: #4b3eb3;
}
.person-career-color04::after {
  background: #4b3eb3;
}
.person-career-color04 .person-career-text::after {
  background: #4b3eb3;
}
.person-career-color05 h5 {
  color: #00a99d;
}
.person-career-color05::after {
  background: #00a99d;
}
.person-career-color05 .person-career-text::after {
  background: #00a99d;
}
.person-career-caption01 {
  font-size: 0.6rem;
}
@media (min-width: 769px) {
  .person-career-caption01 {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }
}
.person-career-caption02 {
  font-size: 0.8rem;
  text-align: right;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .person-career-caption02 {
    font-size: 1.2rem;
  }
}

.person-column01 {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .person-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .person-column01-text {
    width: 47%;
  }
  .person-column01-text .person-ttl01 {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .person-column01-photo {
    width: 47%;
  }
}

@media (min-width: 769px) {
  .person-column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .person-column02-text {
    width: 47%;
  }
}

.person-topic {
  border: 0.1rem solid black;
  padding: 1.5rem;
  position: relative;
  margin-top: 4rem;
  background: white;
}
@media (min-width: 769px) {
  .person-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem;
  }
}
@media (min-width: 769px) {
  .person-topic-photo {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .person-topic-text {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .person-topic-text {
    width: 58%;
  }
}
.person-topic-badge {
  position: absolute;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  width: 8rem;
  height: 8rem;
  top: -3rem;
  left: -1rem;
}
@media (min-width: 769px) {
  .person-topic-badge {
    width: 10rem;
    height: 10rem;
    top: -2.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1025px) {
  .person-topic-badge {
    width: 12.5rem;
    height: 12.5rem;
    top: -3rem;
    left: -1.5rem;
  }
}
.person-topic-badge h3 {
  padding-bottom: 1rem;
}
.person-topic-badge h3 span {
  display: inline-block;
  width: 70%;
  text-align: center;
  line-height: 1.5;
}
.person-topic-badge h3 span:nth-of-type(1) {
  line-height: 1;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 0.1rem solid white;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .person-topic-badge h3 span:nth-of-type(1) {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
  }
}
.person-topic-badge h3 span:nth-of-type(2) {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .person-topic-badge h3 span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .person-topic-badge h3 span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.person-topic-badge01 {
  background: url("../img/person/badge01.svg") center center/cover;
}
.person-topic-badge02 {
  background: url("../img/person/badge02.svg") center center/cover;
}
.person-topic-badge03 {
  background: url("../img/person/badge03.svg") center center/cover;
}
.person-topic-badge04 {
  background: url("../img/person/badge04.svg") center center/cover;
}
.person-topic-badge05 {
  background: url("../img/person/badge05.svg") center center/cover;
}
.person-topic h4 {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 769px) {
  .person-topic h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .person-topic h4 {
    font-size: 1.8rem;
  }
}
.person-topic h5 {
  margin-bottom: 0.25rem;
}
.person-topic-color01 {
  border: 0.1rem solid #29abe2;
}
.person-topic-color01 h4,
.person-topic-color01 h5 {
  color: #29abe2;
}
.person-topic-color02 {
  border: 0.1rem solid #0071bc;
}
.person-topic-color02 h4,
.person-topic-color02 h5 {
  color: #0071bc;
}
.person-topic-color03 {
  border: 0.1rem solid #004ba6;
}
.person-topic-color03 h4,
.person-topic-color03 h5 {
  color: #004ba6;
}
.person-topic-color04 {
  border: 0.1rem solid #4b3eb3;
}
.person-topic-color04 h4,
.person-topic-color04 h5 {
  color: #4b3eb3;
}
.person-topic-color05 {
  border: 0.1rem solid #00a99d;
}
.person-topic-color05 h4,
.person-topic-color05 h5 {
  color: #00a99d;
}

.person-caption {
  text-align: right;
  padding: 0 0 4rem 0;
}
@media (max-width: 768px) {
  .person-caption {
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  .person-caption {
    padding: 0 0 10rem 0;
  }
}

.person-ttl01 {
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .person-ttl01 {
    margin: 4rem 0 1rem 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .person-ttl01 {
    font-size: 2rem;
  }
}
.person-ttl01::after {
  content: "";
  width: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .person-ttl01::after {
    height: 0.3rem;
    width: 2.25rem;
  }
}
.person-ttl01-color01 {
  color: #29abe2;
}
.person-ttl01-color01::after {
  background: #29abe2;
}
.person-ttl01-color02 {
  color: #0071bc;
}
.person-ttl01-color02::after {
  background: #0071bc;
}
.person-ttl01-color03 {
  color: #004ba6;
}
.person-ttl01-color03::after {
  background: #004ba6;
}
.person-ttl01-color04 {
  color: #4b3eb3;
}
.person-ttl01-color04::after {
  background: #4b3eb3;
}
.person-ttl01-color05 {
  color: #00a99d;
}
.person-ttl01-color05::after {
  background: #00a99d;
}

.person-ttl02 {
  margin: 4rem 0 2rem 0;
  padding: 1.2rem 1.25rem;
  color: white;
  font-size: 1.2rem;
  background: black;
  line-height: 1;
}
@media (min-width: 769px) {
  .person-ttl02 {
    padding: 1.2rem 1.5rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .person-ttl02 {
    font-size: 1.5rem;
  }
}
.person-ttl02-color01 {
  background: #29abe2;
}
.person-ttl02-color02 {
  background: #0071bc;
}
.person-ttl02-color03 {
  background: #004ba6;
}
.person-ttl02-color04 {
  background: #4b3eb3;
}
.person-ttl02-color05 {
  background: #00a99d;
}

.person-open {
  background: white;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .person-open {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .person-open {
    width: 5rem;
    height: 5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.person-open::before, .person-open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.person-open::before {
  width: 40%;
  height: 0.2rem;
}
.person-open::after {
  width: 0.2rem;
  height: 40%;
}
.person-open-color01::before, .person-open-color01::after {
  background: #29abe2;
}
.person-open-color02::before, .person-open-color02::after {
  background: #0071bc;
}
.person-open-color03::before, .person-open-color03::after {
  background: #004ba6;
}
.person-open-color04::before, .person-open-color04::after {
  background: #4b3eb3;
}
.person-open-color05::before, .person-open-color05::after {
  background: #00a99d;
}
.person-open.is-open::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1025px) {
  .person-open:hover {
    opacity: 0.3;
  }
  .person-open:hover:hover {
    opacity: 0.3;
  }
}

.person-close {
  width: 10rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  height: 4.5rem;
  margin: 4rem auto 0 auto;
  cursor: pointer;
  position: relative;
  border-bottom: 0.2rem solid black;
}
.person-close a {
  text-decoration: none;
}
.person-close::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.75rem solid #000;
}
.person-close-color01 {
  color: #29abe2;
  border-color: #29abe2;
}
.person-close-color01 a {
  color: #29abe2;
}
.person-close-color01::after {
  border-bottom: 1.75rem solid #29abe2;
}
.person-close-color02 {
  color: #0071bc;
  border-color: #0071bc;
}
.person-close-color02 a {
  color: #0071bc;
}
.person-close-color02::after {
  border-bottom: 1.75rem solid #0071bc;
}
.person-close-color03 {
  color: #004ba6;
  border-color: #004ba6;
}
.person-close-color03 a {
  color: #004ba6;
}
.person-close-color03::after {
  border-bottom: 1.75rem solid #004ba6;
}
.person-close-color04 {
  color: #4b3eb3;
  border-color: #4b3eb3;
}
.person-close-color04 a {
  color: #4b3eb3;
}
.person-close-color04::after {
  border-bottom: 1.75rem solid #4b3eb3;
}
.person-close-color05 {
  color: #00a99d;
  border-color: #00a99d;
}
.person-close-color05 a {
  color: #00a99d;
}
.person-close-color05::after {
  border-bottom: 1.75rem solid #00a99d;
}
@media (min-width: 1025px) {
  .person-close {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .person-close:hover {
    opacity: 0.3;
  }
}

.project-top {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-top: -6rem;
}
@media (min-width: 769px) {
  .project-top {
    padding: 0 2.5rem;
    margin-top: -12rem;
  }
}
@media (min-width: 1025px) {
  .project-top {
    padding: 0 5rem;
    margin-top: -24rem;
  }
}
.project-top-inner {
  background: white;
  max-width: 98rem;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
@media (min-width: 769px) {
  .project-top-inner {
    padding: 5rem 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1025px) {
  .project-top-inner {
    padding: 6rem 10rem 0 10rem;
  }
}
.project-top-summary h1 {
  color: #0071bc;
  text-align: center;
  letter-spacing: 0.1rem;
}
.project-top-summary h1 .en {
  line-height: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
@media (min-width: 769px) {
  .project-top-summary h1 .en {
    font-size: 5.8rem;
  }
}
@media (min-width: 1025px) {
  .project-top-summary h1 .en {
    font-size: 9.4rem;
  }
}
.project-top-summary h1 .jp {
  line-height: 1.25;
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .project-top-summary h1 .jp {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .project-top-summary h1 .jp {
    font-size: 2.4rem;
  }
}
.project-top-summary h2 {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin: 2rem 0 1rem 0;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .project-top-summary h2 {
    margin: 5rem 0 2.5rem 0;
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .project-top-summary h2 {
    font-size: 3.2rem;
  }
}

.project-member {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e7edf2));
  background: linear-gradient(90deg, #ffffff 0%, #e7edf2 100%);
  position: relative;
  z-index: 1;
}
.project-member::after {
  content: "";
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.project-member-inner {
  padding: 0 2rem;
  margin: 2rem auto 0 auto;
  padding: 2rem 1.5rem 6rem 1.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .project-member-inner {
    max-width: 98rem;
    padding: 0 2.5rem;
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 1025px) {
  .project-member-inner {
    padding: 0 5rem 12.5rem 5rem;
  }
}
.project-member h2 {
  color: #0071bc;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .project-member h2 {
    font-size: 2.2rem;
    font-family: "Montserrat", sans-serif;
  }
}
.project-member h2 span {
  background-color: white;
  padding-right: 1rem;
}
@media (min-width: 769px) {
  .project-member h2 span {
    padding-right: 2.5rem;
  }
}
.project-member h2::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #0071bc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .project-member h2::after {
    height: 1px;
  }
}
.project-member-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #0071bc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .project-member-text {
    font-size: 1.4rem;
  }
}
.project-member-text figure {
  width: 8rem;
}
@media (min-width: 769px) {
  .project-member-text figure {
    width: 11rem;
  }
}
.project-member-text dl {
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .project-member-text dl {
    padding-left: 2.5rem;
    width: 23rem;
  }
}
.project-member-text dl dt {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .project-member-text dl dt {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .project-member-text dl dd {
    font-size: 1.3rem;
  }
}
.project-member-text p {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .project-member-text p {
    margin-top: 0;
    width: calc(100% - 34rem);
  }
}
.project-member-caption {
  text-align: right;
}

.project-title {
  background: url("../img/common/back_title.webp") no-repeat center center/cover;
  text-align: center;
}
.project-title-inner {
  padding: 2rem 0;
  color: white;
}
@media (min-width: 769px) {
  .project-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 98rem;
    margin: 0 auto;
    padding: 5rem 5rem;
  }
}
@media (min-width: 1025px) {
  .project-title-inner {
    padding: 6rem 5rem;
  }
}
.project-title-inner h2 {
  color: #E62222;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .project-title-inner h2 {
    border-bottom: 0.1rem solid white;
    padding-bottom: 1rem;
    display: inline-block;
    margin: 0 auto 1rem auto;
  }
}
@media (min-width: 769px) {
  .project-title-inner h2 {
    margin-right: 4rem;
    padding-right: 4rem;
    border-right: 1px solid white;
  }
}
.project-title-inner h2 span {
  display: block;
  line-height: 1;
}
.project-title-inner h2 span:nth-of-type(1) {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .project-title-inner h2 span:nth-of-type(1) {
    font-size: 1.3rem;
  }
}
.project-title-inner h2 span:nth-of-type(2) {
  font-size: 3.5rem;
  margin-top: 0.25rem;
}
@media (min-width: 769px) {
  .project-title-inner h2 span:nth-of-type(2) {
    font-size: 4.5rem;
  }
}
.project-title-inner h3 {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .project-title-inner h3 {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .project-title-inner h3 {
    font-size: 2.8rem;
  }
}

.project-photo {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e7edf2));
  background: linear-gradient(90deg, #ffffff 0%, #e7edf2 100%);
  position: relative;
}
.project-photo::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #0058bc;
  position: absolute;
  left: 0;
  top: 0;
}
.project-photo-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.project-photo figure {
  width: 32%;
}
@media (min-width: 1025px) {
  .project-photo figure {
    width: 32%;
  }
}

.project-talk {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e7edf2));
  background: linear-gradient(90deg, #ffffff 0%, #e7edf2 100%);
  padding: 2.5rem 1.5rem 5rem 1.5rem;
}
@media (min-width: 769px) {
  .project-talk {
    padding: 5rem 5rem 12.5rem 5rem;
  }
}
.project-talk-inner {
  max-width: 90rem;
  margin: 0 auto;
}
.project-talk-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .project-talk-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project-talk-text:nth-of-type(n + 2) {
  margin-top: 3rem;
}
.project-talk-text h4 {
  width: 6rem;
  text-align: center;
}
.project-talk-text h4 span {
  display: block;
  margin-top: 0.5rem;
}
.project-talk-text p {
  width: calc(100% - 7.5rem);
  line-height: 1.75;
}
@media (min-width: 769px) {
  .project-talk-text p {
    width: calc(100% - 8.5rem);
    font-size: 1.4rem;
    padding-bottom: 3.25rem;
  }
}

.info-top {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-top: -6rem;
}
@media (min-width: 769px) {
  .info-top {
    margin-top: -8rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1025px) {
  .info-top {
    padding: 0 5rem;
    margin-top: -11rem;
  }
}
.info-top-inner {
  background: white;
  max-width: 86rem;
  margin: 0 auto;
}

.info-summary {
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 769px) {
  .info-summary {
    padding: 5rem 2.5rem 5rem 2.5rem;
  }
}
@media (min-width: 1025px) {
  .info-summary {
    padding: 7.5rem 5rem 5rem 5rem;
  }
}
.info-summary-inner {
  max-width: 86rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .info-summary-inner {
    font-size: 1.5rem;
  }
}
.info-summary h2 {
  color: #0071bc;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .info-summary h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .info-summary h2 {
    font-size: 2.4rem;
  }
}
.info-summary h2::after {
  content: "";
  width: 2.5rem;
  background: #0071bc;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .info-summary h2::after {
    height: 0.3rem;
  }
}
.info-summary h3 {
  color: #0071bc;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .info-summary h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .info-summary h3 {
    font-size: 2.6rem;
  }
}
.info-summary p {
  margin-top: 2rem;
}
.info-summary-text01 {
  max-width: 65rem;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.info-summary-text02 {
  margin-top: 2rem;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .info-summary-text02 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .info-summary-text02 {
    font-size: 1.8rem;
  }
}

.info-detail {
  padding: 0 1.5rem 5rem 1.5rem;
  font-weight: 700;
  max-width: 110rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .info-detail {
    padding: 0 2.5rem 10rem 2.5rem;
  }
}
@media (min-width: 1025px) {
  .info-detail {
    padding: 0 5rem 16.5rem 5rem;
  }
}
.info-detail-inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .info-detail-inner {
    font-size: 1.3rem;
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1025px) {
  .info-detail-inner {
    font-size: 1.4rem;
    padding: 0 5rem 0 5rem;
  }
}
.info-detail h2 {
  color: white;
  background: #004ba6;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 1.5rem 0;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .info-detail h2 {
    font-size: 1.6rem;
    margin: 8rem 0 4rem 0;
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1025px) {
  .info-detail h2 {
    font-size: 1.8rem;
    padding: 1.5rem 4rem;
  }
}
.info-detail h2 .small-text {
  font-size: 0.8rem;
  margin-left: 1rem;
}
@media (min-width: 769px) {
  .info-detail h2 .small-text {
    font-size: 1rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .info-detail h2 .small-text {
    font-size: 1.2rem;
  }
}
.info-detail h3 {
  color: #004ba6;
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .info-detail h3 {
    margin: 4rem 0 1.5rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .info-detail h3 {
    font-size: 2.4rem;
  }
}
.info-detail h3::after {
  content: "";
  width: 1.75rem;
  background: #004ba6;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .info-detail h3::after {
    height: 0.3rem;
    width: 2.25rem;
  }
}
@media (min-width: 769px) {
  .info-detail-text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info-detail-text01 dt {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .info-detail-text01 dt {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .info-detail-text01 dt {
    width: 11.5rem;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #CCCCCC;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .info-detail-text01 dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .info-detail-text01 dd {
    border-bottom: 0.1rem solid #CCCCCC;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .info-detail-text01 dd {
    width: calc(100% - 13rem);
    padding: 2.5rem 0;
    border-bottom: 0.1rem solid #CCCCCC;
  }
}
.info-detail-text01 dt:first-of-type {
  padding-top: 0;
}
.info-detail-text01 dd:first-of-type {
  padding-top: 0.5rem;
}
.info-detail-text01 dt:last-of-type,
.info-detail-text01 dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.info-detail-text02 {
  list-style: none;
}
.info-detail-text02 li {
  padding: 1rem 2rem;
  border: 0.2rem solid #0071bc;
  color: #0071bc;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  background: white;
}
@media (min-width: 769px) {
  .info-detail-text02 li {
    padding: 2.5rem 4rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .info-detail-text02 li {
    font-size: 1.8rem;
  }
}
.info-detail-text02 li:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .info-detail-text02 li:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
.info-detail-text02 li::after {
  content: "";
  width: 1.6rem;
  aspect-ratio: 50/44;
  background: url("../img/common/arrow05.svg") no-repeat center center/cover;
  position: absolute;
  bottom: -2.5rem;
  left: 2rem;
}
@media (min-width: 769px) {
  .info-detail-text02 li::after {
    bottom: -4rem;
    left: 4rem;
    width: 2.6rem;
  }
}
.info-detail-text02 li:last-of-type::after {
  display: none;
}
.info-detail-text02 .small-text {
  color: black;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .info-detail-text02 .small-text {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .info-detail-text02 .small-text {
    font-size: 1.2rem;
  }
}
.info-detail-text03 {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .info-detail-text03 {
    margin-top: 3rem;
  }
}
.info-detail .btn {
  max-width: 13rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
@media (min-width: 769px) {
  .info-detail .btn {
    top: 1rem;
    right: 1rem;
    max-width: 26rem;
  }
}
.info-detail .btn a {
  display: block;
}
@media (min-width: 1025px) {
  .info-detail .btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .info-detail .btn a:hover {
    opacity: 0.3;
  }
}
.info-detail .btn img:nth-of-type(1) {
  border-radius: 9999px;
  border: 0.1rem solid #E62222;
}
@media (min-width: 769px) {
  .info-detail .btn img:nth-of-type(1) {
    border: 1px solid #E62222;
  }
}
.info-detail .btn img:nth-of-type(2) {
  width: 7%;
  position: absolute;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.workstyle-top {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-top: -6rem;
}
@media (min-width: 769px) {
  .workstyle-top {
    margin-top: -8rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-top {
    padding: 0 5rem;
    margin-top: -11rem;
  }
}
.workstyle-top-inner {
  background: white;
  max-width: 86rem;
  margin: 0 auto;
}

.workstyle-detail {
  padding: 0 1.5rem 5rem 1.5rem;
  font-weight: 700;
  max-width: 108rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .workstyle-detail {
    padding: 0 2.5rem 10rem 2.5rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail {
    padding: 0 5rem 12.5rem 5rem;
  }
}
.workstyle-detail-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.workstyle-detail-number-inner {
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .workstyle-detail-number-inner {
    width: 50%;
    padding: 2rem 0.5rem;
  }
  .workstyle-detail-number-inner:nth-of-type(even) {
    border-left: 0.1rem solid #0071bc;
  }
  .workstyle-detail-number-inner:nth-of-type(n + 3)::after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #0071bc;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number-inner {
    width: 33.3333333333%;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
  }
  .workstyle-detail-number-inner:nth-of-type(2), .workstyle-detail-number-inner:nth-of-type(3), .workstyle-detail-number-inner:nth-of-type(5), .workstyle-detail-number-inner:nth-of-type(6) {
    border-left: 0.1rem solid #0071bc;
  }
  .workstyle-detail-number-inner:nth-of-type(n + 4) {
    margin-top: 4rem;
  }
  .workstyle-detail-number-inner:nth-of-type(n + 4)::after {
    content: "";
    width: 101%;
    height: 0.1rem;
    background: #0071bc;
    position: absolute;
    top: -2rem;
    left: 0;
  }
}
.workstyle-detail-number h3 {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .workstyle-detail-number h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number h3 {
    font-size: 1.4rem;
  }
}
.workstyle-detail-number .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0071bc;
  line-height: 1;
  margin: 0 0.25rem;
  font-size: 3.6rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number .number {
    font-size: 5.4rem;
  }
}
.workstyle-detail-number .caption01 {
  font-size: 1.2rem;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number .caption01 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number .caption01 {
    text-align: right;
  }
}
.workstyle-detail-number .caption02 {
  text-align: left;
  margin-top: 0.7rem;
  line-height: 1.5;
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number .caption02 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number .caption02 {
    margin-top: 1.5rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
}
.workstyle-detail-number .image01 {
  max-width: 7.5rem;
  margin: 0.75rem auto;
}
@media (min-width: 769px) {
  .workstyle-detail-number .image01 {
    margin: 1.5rem auto;
  }
}
.workstyle-detail-number .image02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 2rem 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .workstyle-detail-number .image02 {
    padding: 2rem 0 1.5rem 0;
  }
}
@media (max-width: 1024px) {
  .workstyle-detail-number .image02 {
    max-width: 25rem;
  }
}
.workstyle-detail-number .image02-image {
  width: 25%;
}
.workstyle-detail-number .image02-text {
  width: 70%;
}
.workstyle-detail-number table {
  margin: 0 auto;
  font-size: 1.2rem;
  margin-top: 0.75rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number table {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number table {
    width: 100%;
  }
}
.workstyle-detail-number table th,
.workstyle-detail-number table td {
  padding: 0.05rem 0.5rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number table th,
  .workstyle-detail-number table td {
    padding: 0.05rem 1rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-number table th,
  .workstyle-detail-number table td {
    padding: 0.05rem 0.25rem;
  }
}
.workstyle-detail-number table td {
  color: #0071bc;
  text-align: right;
}
.workstyle-detail-number table tr:nth-of-type(1) th {
  color: #0071bc;
  text-align: right;
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .workstyle-detail-number table tr:nth-of-type(1) th {
    font-size: 1.5rem;
  }
}
.workstyle-detail-number table tr:nth-of-type(n + 3) th,
.workstyle-detail-number table tr:nth-of-type(n + 3) td {
  border-top: 0.1rem solid #CCCCCC;
}
.workstyle-detail-border {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #0071bc;
}
@media (min-width: 769px) {
  .workstyle-detail-border {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}
.workstyle-detail-inner {
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .workstyle-detail-inner {
    font-size: 1.3rem;
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-inner {
    font-size: 1.4rem;
    padding: 0 4rem 0 4rem;
  }
}
.workstyle-detail-inner-border {
  padding: 2rem 0;
  margin: 4rem 0;
  border-bottom: 0.1rem solid #0071bc;
  border-top: 0.1rem solid #0071bc;
}
@media (min-width: 769px) {
  .workstyle-detail-inner-border {
    padding: 2rem 0;
    margin: 6rem 0;
  }
}
.workstyle-detail h2 {
  text-align: center;
  color: white;
  background: #004ba6;
  line-height: 1.5rem;
  margin: 4rem 0 1.5rem 0;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail h2 {
    font-size: 1.6rem;
    margin: 8rem 0 4rem 0;
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail h2 {
    font-size: 1.8rem;
    padding: 1.5rem 4rem;
  }
}
.workstyle-detail-ttl01 {
  color: #0071bc;
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .workstyle-detail-ttl01 {
    margin: 4rem 0 1.5rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-ttl01 {
    font-size: 2.4rem;
  }
}
.workstyle-detail-ttl01::after {
  content: "";
  width: 1.75rem;
  background: #0071bc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-ttl01::after {
    height: 0.3rem;
    width: 2.25rem;
  }
}
.workstyle-detail-ttl02 {
  color: #0071bc;
  position: relative;
  padding-left: 1.5rem;
  margin: 2.5rem 0 0.25rem 0;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-ttl02 {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-ttl02 {
    font-size: 1.8rem;
  }
}
.workstyle-detail-ttl02::after {
  content: "";
  background: #0071bc;
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  top: 0.55rem;
}
@media (min-width: 769px) {
  .workstyle-detail-ttl02::after {
    width: 1.3rem;
    height: 1.3rem;
    top: 1.25rem;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .workstyle-detail-text01-photo {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text01-photo {
    width: 42%;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text01-text {
    width: 52%;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text02-left {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .workstyle-detail-text02-right {
    margin-top: 2.5rem;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text02-right {
    width: 48%;
  }
}
.workstyle-detail-text03:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .workstyle-detail-text03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .workstyle-detail-text03-photo {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text03-photo {
    width: 33%;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-text03-text {
    width: 62%;
    line-height: 1.95;
  }
}
.workstyle-detail-pickup01 {
  border: 0.2rem solid #0071bc;
  margin-top: 2.5rem;
  padding: 2rem 2rem;
  border-radius: 1.6rem;
  background: white;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup01 {
    padding: 3rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.workstyle-detail-pickup01-photo {
  text-align: center;
  width: 18rem;
}
@media (max-width: 768px) {
  .workstyle-detail-pickup01-photo {
    margin: 0 auto;
  }
}
.workstyle-detail-pickup01-photo img {
  margin: 0 auto;
  max-width: 12rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup01-photo img {
    max-width: 16rem;
  }
}
.workstyle-detail-pickup01-photo figcaption {
  margin-top: 0.5rem;
  color: #0071bc;
}
@media (max-width: 768px) {
  .workstyle-detail-pickup01-text {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-pickup01-text {
    width: calc(100% - 20rem);
  }
}
.workstyle-detail-pickup01-text h4 {
  font-size: 1.2rem;
  color: #0071bc;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup01-text h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup01-text h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-pickup01-text p {
    line-height: 1.85;
  }
}
.workstyle-detail-pickup02 {
  border: 0.2rem solid #0071bc;
  margin: 2.5rem 0 2.5rem 0;
  padding: 4.5rem 2rem 2rem 2rem;
  border-radius: 1.2rem;
  background: white;
  position: relative;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup02 {
    border-radius: 1.6rem;
    padding: 5rem 3rem 1rem 3rem;
  }
}
.workstyle-detail-pickup02 h5 {
  background-color: #0071bc;
  color: white;
  line-height: 1;
  padding: 1rem 2rem;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup02 h5 {
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup02 h5 {
    font-size: 1.8rem;
  }
}
.workstyle-detail-pickup02-text01 {
  color: #0071bc;
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup02-text01 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup02-text01 {
    font-size: 1.5rem;
  }
}
.workstyle-detail-pickup02-text02 {
  text-align: right;
  margin-top: 0.25rem;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup02-text02 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup02-text02 {
    font-size: 1.2rem;
  }
}
.workstyle-detail-center01 {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .workstyle-detail-center01 {
    text-align: center;
  }
}
.workstyle-detail-pickup03 {
  text-align: center;
  margin-top: 2.5rem;
}
.workstyle-detail-pickup03 figure {
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup03 figure {
    max-width: 54rem;
  }
}
.workstyle-detail-pickup03-text01 {
  font-size: 1.2rem;
  border: 0.1rem solid #0071bc;
  padding: 0.75rem 1rem;
  color: #0071bc;
  max-width: 58rem;
  margin: 2rem auto 0 auto;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup03-text01 {
    padding: 0.25rem 1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup03-text01 {
    font-size: 1.8rem;
  }
}
.workstyle-detail-pickup04 {
  border: 0.2rem solid #0071bc;
  margin: 2.5rem 0 2.5rem 0;
  padding: 4.5rem 2rem 2rem 2rem;
  border-radius: 1.2rem;
  background: white;
  position: relative;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup04 {
    border-radius: 1.6rem;
    padding: 6rem 3rem 3rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.workstyle-detail-pickup04 h5 {
  background-color: #0071bc;
  color: white;
  line-height: 1;
  padding: 1rem 2rem;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup04 h5 {
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup04 h5 {
    font-size: 1.8rem;
  }
}
.workstyle-detail-pickup04-text {
  color: #0071bc;
  font-size: 1.1rem;
  line-height: 1.75;
}
.workstyle-detail-pickup04-text p:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-pickup04-text {
    width: 45%;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup04-text {
    font-size: 1.5rem;
  }
}
.workstyle-detail-pickup04-image {
  font-size: 0.8rem;
  width: 75%;
}
@media (max-width: 768px) {
  .workstyle-detail-pickup04-image {
    margin: 2rem auto 0 auto;
  }
}
@media (min-width: 769px) {
  .workstyle-detail-pickup04-image {
    width: 50%;
    font-size: 1.1rem;
    margin-top: -1.25rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-pickup04-image {
    font-size: 1.2rem;
  }
}
.workstyle-detail-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .workstyle-detail-voice {
    padding: 0 3rem;
  }
}
.workstyle-detail-voice:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
.workstyle-detail-voice-image {
  text-align: center;
  width: 7.5rem;
}
@media (min-width: 769px) {
  .workstyle-detail-voice-image {
    width: 15rem;
  }
}
.workstyle-detail-voice-image figure img {
  max-width: 11rem;
  margin: 0 auto;
}
.workstyle-detail-voice-image figure figcaption {
  margin-top: 0.5rem;
  color: #0071bc;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .workstyle-detail-voice-image figure figcaption {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .workstyle-detail-voice-image figure figcaption {
    font-size: 1.4rem;
  }
}
.workstyle-detail-voice-text {
  background: #d8e7f5;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 10rem);
}
@media (min-width: 769px) {
  .workstyle-detail-voice-text {
    border-radius: 1.6rem;
    width: calc(100% - 18rem);
    padding: 2rem 3.5rem;
  }
}
.workstyle-detail-voice-text::after {
  content: "";
  aspect-ratio: 50/58;
  position: absolute;
  top: 3.5rem;
  left: -0.9rem;
  width: 1rem;
  background: url("../img/common/arrow06.svg") no-repeat center center/cover;
}
@media (min-width: 769px) {
  .workstyle-detail-voice-text::after {
    top: 50%;
    left: -2rem;
    width: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.workstyle-detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e7edf2;
  max-width: 42rem;
  background: #e7edf2;
  margin: 2rem auto 0 auto;
  text-decoration: none !important;
  color: #0071bc !important;
}
.workstyle-detail-link-photo {
  width: 28%;
}
.workstyle-detail-link-text {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: relative;
}
.workstyle-detail-link-text p span {
  display: block;
  letter-spacing: 0.1rem;
}
.workstyle-detail-link-text p span.en {
  font-size: 2rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .workstyle-detail-link-text p span.en {
    font-size: 2.6rem;
  }
}
.workstyle-detail-link-text p span.jp {
  font-weight: 1.2rem;
}
@media (min-width: 769px) {
  .workstyle-detail-link-text p span.jp {
    font-weight: 1.5rem;
  }
}
.workstyle-detail-link-text p span.arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: url("../img/common/arrow07.svg") no-repeat center center/cover;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 769px) {
  .workstyle-detail-link-text p span.arrow {
    width: 2rem;
    height: 2rem;
  }
}/*# sourceMappingURL=style.min.css.map */