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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/************************************************

	variable

*************************************************/
/************************************************

	mixin

*************************************************/
/************************************************

	function

*************************************************/
/************************************************

	reset

*************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 3px #fff;
}

ul {
  list-style: none;
}

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

button {
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-transform: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  display: inline-block;
  font-size: 0.8rem;
  transform: translateY(-0.5rem);
}

address {
  font-style: normal;
}

/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0rem !important;
}

.b-mt0 {
  margin-top: 0rem !important;
}

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

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

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

.b-p0 {
  padding: 0rem !important;
}

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

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

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

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

.b-m5 {
  margin: 0.5rem !important;
}

.b-mt5 {
  margin-top: 0.5rem !important;
}

.b-mb5 {
  margin-bottom: 0.5rem !important;
}

.b-ml5 {
  margin-left: 0.5rem !important;
}

.b-mr5 {
  margin-right: 0.5rem !important;
}

.b-p5 {
  padding: 0.5rem !important;
}

.b-pt5 {
  padding-top: 0.5rem !important;
}

.b-pb5 {
  padding-bottom: 0.5rem !important;
}

.b-pl5 {
  padding-left: 0.5rem !important;
}

.b-pr5 {
  padding-right: 0.5rem !important;
}

.b-m10 {
  margin: 1rem !important;
}

.b-mt10 {
  margin-top: 1rem !important;
}

.b-mb10 {
  margin-bottom: 1rem !important;
}

.b-ml10 {
  margin-left: 1rem !important;
}

.b-mr10 {
  margin-right: 1rem !important;
}

.b-p10 {
  padding: 1rem !important;
}

.b-pt10 {
  padding-top: 1rem !important;
}

.b-pb10 {
  padding-bottom: 1rem !important;
}

.b-pl10 {
  padding-left: 1rem !important;
}

.b-pr10 {
  padding-right: 1rem !important;
}

.b-m15 {
  margin: 1.5rem !important;
}

.b-mt15 {
  margin-top: 1.5rem !important;
}

.b-mb15 {
  margin-bottom: 1.5rem !important;
}

.b-ml15 {
  margin-left: 1.5rem !important;
}

.b-mr15 {
  margin-right: 1.5rem !important;
}

.b-p15 {
  padding: 1.5rem !important;
}

.b-pt15 {
  padding-top: 1.5rem !important;
}

.b-pb15 {
  padding-bottom: 1.5rem !important;
}

.b-pl15 {
  padding-left: 1.5rem !important;
}

.b-pr15 {
  padding-right: 1.5rem !important;
}

.b-m20 {
  margin: 2rem !important;
}

.b-mt20 {
  margin-top: 2rem !important;
}

.b-mb20 {
  margin-bottom: 2rem !important;
}

.b-ml20 {
  margin-left: 2rem !important;
}

.b-mr20 {
  margin-right: 2rem !important;
}

.b-p20 {
  padding: 2rem !important;
}

.b-pt20 {
  padding-top: 2rem !important;
}

.b-pb20 {
  padding-bottom: 2rem !important;
}

.b-pl20 {
  padding-left: 2rem !important;
}

.b-pr20 {
  padding-right: 2rem !important;
}

.b-m25 {
  margin: 2.5rem !important;
}

.b-mt25 {
  margin-top: 2.5rem !important;
}

.b-mb25 {
  margin-bottom: 2.5rem !important;
}

.b-ml25 {
  margin-left: 2.5rem !important;
}

.b-mr25 {
  margin-right: 2.5rem !important;
}

.b-p25 {
  padding: 2.5rem !important;
}

.b-pt25 {
  padding-top: 2.5rem !important;
}

.b-pb25 {
  padding-bottom: 2.5rem !important;
}

.b-pl25 {
  padding-left: 2.5rem !important;
}

.b-pr25 {
  padding-right: 2.5rem !important;
}

.b-m30 {
  margin: 3rem !important;
}

.b-mt30 {
  margin-top: 3rem !important;
}

.b-mb30 {
  margin-bottom: 3rem !important;
}

.b-ml30 {
  margin-left: 3rem !important;
}

.b-mr30 {
  margin-right: 3rem !important;
}

.b-p30 {
  padding: 3rem !important;
}

.b-pt30 {
  padding-top: 3rem !important;
}

.b-pb30 {
  padding-bottom: 3rem !important;
}

.b-pl30 {
  padding-left: 3rem !important;
}

.b-pr30 {
  padding-right: 3rem !important;
}

.b-m35 {
  margin: 3.5rem !important;
}

.b-mt35 {
  margin-top: 3.5rem !important;
}

.b-mb35 {
  margin-bottom: 3.5rem !important;
}

.b-ml35 {
  margin-left: 3.5rem !important;
}

.b-mr35 {
  margin-right: 3.5rem !important;
}

.b-p35 {
  padding: 3.5rem !important;
}

.b-pt35 {
  padding-top: 3.5rem !important;
}

.b-pb35 {
  padding-bottom: 3.5rem !important;
}

.b-pl35 {
  padding-left: 3.5rem !important;
}

.b-pr35 {
  padding-right: 3.5rem !important;
}

.b-m40 {
  margin: 4rem !important;
}

.b-mt40 {
  margin-top: 4rem !important;
}

.b-mb40 {
  margin-bottom: 4rem !important;
}

.b-ml40 {
  margin-left: 4rem !important;
}

.b-mr40 {
  margin-right: 4rem !important;
}

.b-p40 {
  padding: 4rem !important;
}

.b-pt40 {
  padding-top: 4rem !important;
}

.b-pb40 {
  padding-bottom: 4rem !important;
}

.b-pl40 {
  padding-left: 4rem !important;
}

.b-pr40 {
  padding-right: 4rem !important;
}

.b-m45 {
  margin: 4.5rem !important;
}

.b-mt45 {
  margin-top: 4.5rem !important;
}

.b-mb45 {
  margin-bottom: 4.5rem !important;
}

.b-ml45 {
  margin-left: 4.5rem !important;
}

.b-mr45 {
  margin-right: 4.5rem !important;
}

.b-p45 {
  padding: 4.5rem !important;
}

.b-pt45 {
  padding-top: 4.5rem !important;
}

.b-pb45 {
  padding-bottom: 4.5rem !important;
}

.b-pl45 {
  padding-left: 4.5rem !important;
}

.b-pr45 {
  padding-right: 4.5rem !important;
}

.b-m50 {
  margin: 5rem !important;
}

.b-mt50 {
  margin-top: 5rem !important;
}

.b-mb50 {
  margin-bottom: 5rem !important;
}

.b-ml50 {
  margin-left: 5rem !important;
}

.b-mr50 {
  margin-right: 5rem !important;
}

.b-p50 {
  padding: 5rem !important;
}

.b-pt50 {
  padding-top: 5rem !important;
}

.b-pb50 {
  padding-bottom: 5rem !important;
}

.b-pl50 {
  padding-left: 5rem !important;
}

.b-pr50 {
  padding-right: 5rem !important;
}

.b-m55 {
  margin: 5.5rem !important;
}

.b-mt55 {
  margin-top: 5.5rem !important;
}

.b-mb55 {
  margin-bottom: 5.5rem !important;
}

.b-ml55 {
  margin-left: 5.5rem !important;
}

.b-mr55 {
  margin-right: 5.5rem !important;
}

.b-p55 {
  padding: 5.5rem !important;
}

.b-pt55 {
  padding-top: 5.5rem !important;
}

.b-pb55 {
  padding-bottom: 5.5rem !important;
}

.b-pl55 {
  padding-left: 5.5rem !important;
}

.b-pr55 {
  padding-right: 5.5rem !important;
}

.b-m60 {
  margin: 6rem !important;
}

.b-mt60 {
  margin-top: 6rem !important;
}

.b-mb60 {
  margin-bottom: 6rem !important;
}

.b-ml60 {
  margin-left: 6rem !important;
}

.b-mr60 {
  margin-right: 6rem !important;
}

.b-p60 {
  padding: 6rem !important;
}

.b-pt60 {
  padding-top: 6rem !important;
}

.b-pb60 {
  padding-bottom: 6rem !important;
}

.b-pl60 {
  padding-left: 6rem !important;
}

.b-pr60 {
  padding-right: 6rem !important;
}

.b-m65 {
  margin: 6.5rem !important;
}

.b-mt65 {
  margin-top: 6.5rem !important;
}

.b-mb65 {
  margin-bottom: 6.5rem !important;
}

.b-ml65 {
  margin-left: 6.5rem !important;
}

.b-mr65 {
  margin-right: 6.5rem !important;
}

.b-p65 {
  padding: 6.5rem !important;
}

.b-pt65 {
  padding-top: 6.5rem !important;
}

.b-pb65 {
  padding-bottom: 6.5rem !important;
}

.b-pl65 {
  padding-left: 6.5rem !important;
}

.b-pr65 {
  padding-right: 6.5rem !important;
}

.b-m70 {
  margin: 7rem !important;
}

.b-mt70 {
  margin-top: 7rem !important;
}

.b-mb70 {
  margin-bottom: 7rem !important;
}

.b-ml70 {
  margin-left: 7rem !important;
}

.b-mr70 {
  margin-right: 7rem !important;
}

.b-p70 {
  padding: 7rem !important;
}

.b-pt70 {
  padding-top: 7rem !important;
}

.b-pb70 {
  padding-bottom: 7rem !important;
}

.b-pl70 {
  padding-left: 7rem !important;
}

.b-pr70 {
  padding-right: 7rem !important;
}

.b-m75 {
  margin: 7.5rem !important;
}

.b-mt75 {
  margin-top: 7.5rem !important;
}

.b-mb75 {
  margin-bottom: 7.5rem !important;
}

.b-ml75 {
  margin-left: 7.5rem !important;
}

.b-mr75 {
  margin-right: 7.5rem !important;
}

.b-p75 {
  padding: 7.5rem !important;
}

.b-pt75 {
  padding-top: 7.5rem !important;
}

.b-pb75 {
  padding-bottom: 7.5rem !important;
}

.b-pl75 {
  padding-left: 7.5rem !important;
}

.b-pr75 {
  padding-right: 7.5rem !important;
}

.b-m80 {
  margin: 8rem !important;
}

.b-mt80 {
  margin-top: 8rem !important;
}

.b-mb80 {
  margin-bottom: 8rem !important;
}

.b-ml80 {
  margin-left: 8rem !important;
}

.b-mr80 {
  margin-right: 8rem !important;
}

.b-p80 {
  padding: 8rem !important;
}

.b-pt80 {
  padding-top: 8rem !important;
}

.b-pb80 {
  padding-bottom: 8rem !important;
}

.b-pl80 {
  padding-left: 8rem !important;
}

.b-pr80 {
  padding-right: 8rem !important;
}

.b-m85 {
  margin: 8.5rem !important;
}

.b-mt85 {
  margin-top: 8.5rem !important;
}

.b-mb85 {
  margin-bottom: 8.5rem !important;
}

.b-ml85 {
  margin-left: 8.5rem !important;
}

.b-mr85 {
  margin-right: 8.5rem !important;
}

.b-p85 {
  padding: 8.5rem !important;
}

.b-pt85 {
  padding-top: 8.5rem !important;
}

.b-pb85 {
  padding-bottom: 8.5rem !important;
}

.b-pl85 {
  padding-left: 8.5rem !important;
}

.b-pr85 {
  padding-right: 8.5rem !important;
}

.b-m90 {
  margin: 9rem !important;
}

.b-mt90 {
  margin-top: 9rem !important;
}

.b-mb90 {
  margin-bottom: 9rem !important;
}

.b-ml90 {
  margin-left: 9rem !important;
}

.b-mr90 {
  margin-right: 9rem !important;
}

.b-p90 {
  padding: 9rem !important;
}

.b-pt90 {
  padding-top: 9rem !important;
}

.b-pb90 {
  padding-bottom: 9rem !important;
}

.b-pl90 {
  padding-left: 9rem !important;
}

.b-pr90 {
  padding-right: 9rem !important;
}

.b-m95 {
  margin: 9.5rem !important;
}

.b-mt95 {
  margin-top: 9.5rem !important;
}

.b-mb95 {
  margin-bottom: 9.5rem !important;
}

.b-ml95 {
  margin-left: 9.5rem !important;
}

.b-mr95 {
  margin-right: 9.5rem !important;
}

.b-p95 {
  padding: 9.5rem !important;
}

.b-pt95 {
  padding-top: 9.5rem !important;
}

.b-pb95 {
  padding-bottom: 9.5rem !important;
}

.b-pl95 {
  padding-left: 9.5rem !important;
}

.b-pr95 {
  padding-right: 9.5rem !important;
}

.b-m100 {
  margin: 10rem !important;
}

.b-mt100 {
  margin-top: 10rem !important;
}

.b-mb100 {
  margin-bottom: 10rem !important;
}

.b-ml100 {
  margin-left: 10rem !important;
}

.b-mr100 {
  margin-right: 10rem !important;
}

.b-p100 {
  padding: 10rem !important;
}

.b-pt100 {
  padding-top: 10rem !important;
}

.b-pb100 {
  padding-bottom: 10rem !important;
}

.b-pl100 {
  padding-left: 10rem !important;
}

.b-pr100 {
  padding-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .b-sp_m0 {
    margin: 0rem !important;
  }
  .b-sp_mt0 {
    margin-top: 0rem !important;
  }
  .b-sp_mb0 {
    margin-bottom: 0rem !important;
  }
  .b-sp_ml0 {
    margin-left: 0rem !important;
  }
  .b-sp_mr0 {
    margin-right: 0rem !important;
  }
  .b-sp_p0 {
    padding: 0rem !important;
  }
  .b-sp_pt0 {
    padding-top: 0rem !important;
  }
  .b-sp_pb0 {
    padding-bottom: 0rem !important;
  }
  .b-sp_pl0 {
    padding-left: 0rem !important;
  }
  .b-sp_pr0 {
    padding-right: 0rem !important;
  }
  .b-sp_m5 {
    margin: 0.5rem !important;
  }
  .b-sp_mt5 {
    margin-top: 0.5rem !important;
  }
  .b-sp_mb5 {
    margin-bottom: 0.5rem !important;
  }
  .b-sp_ml5 {
    margin-left: 0.5rem !important;
  }
  .b-sp_mr5 {
    margin-right: 0.5rem !important;
  }
  .b-sp_p5 {
    padding: 0.5rem !important;
  }
  .b-sp_pt5 {
    padding-top: 0.5rem !important;
  }
  .b-sp_pb5 {
    padding-bottom: 0.5rem !important;
  }
  .b-sp_pl5 {
    padding-left: 0.5rem !important;
  }
  .b-sp_pr5 {
    padding-right: 0.5rem !important;
  }
  .b-sp_m10 {
    margin: 1rem !important;
  }
  .b-sp_mt10 {
    margin-top: 1rem !important;
  }
  .b-sp_mb10 {
    margin-bottom: 1rem !important;
  }
  .b-sp_ml10 {
    margin-left: 1rem !important;
  }
  .b-sp_mr10 {
    margin-right: 1rem !important;
  }
  .b-sp_p10 {
    padding: 1rem !important;
  }
  .b-sp_pt10 {
    padding-top: 1rem !important;
  }
  .b-sp_pb10 {
    padding-bottom: 1rem !important;
  }
  .b-sp_pl10 {
    padding-left: 1rem !important;
  }
  .b-sp_pr10 {
    padding-right: 1rem !important;
  }
  .b-sp_m15 {
    margin: 1.5rem !important;
  }
  .b-sp_mt15 {
    margin-top: 1.5rem !important;
  }
  .b-sp_mb15 {
    margin-bottom: 1.5rem !important;
  }
  .b-sp_ml15 {
    margin-left: 1.5rem !important;
  }
  .b-sp_mr15 {
    margin-right: 1.5rem !important;
  }
  .b-sp_p15 {
    padding: 1.5rem !important;
  }
  .b-sp_pt15 {
    padding-top: 1.5rem !important;
  }
  .b-sp_pb15 {
    padding-bottom: 1.5rem !important;
  }
  .b-sp_pl15 {
    padding-left: 1.5rem !important;
  }
  .b-sp_pr15 {
    padding-right: 1.5rem !important;
  }
  .b-sp_m20 {
    margin: 2rem !important;
  }
  .b-sp_mt20 {
    margin-top: 2rem !important;
  }
  .b-sp_mb20 {
    margin-bottom: 2rem !important;
  }
  .b-sp_ml20 {
    margin-left: 2rem !important;
  }
  .b-sp_mr20 {
    margin-right: 2rem !important;
  }
  .b-sp_p20 {
    padding: 2rem !important;
  }
  .b-sp_pt20 {
    padding-top: 2rem !important;
  }
  .b-sp_pb20 {
    padding-bottom: 2rem !important;
  }
  .b-sp_pl20 {
    padding-left: 2rem !important;
  }
  .b-sp_pr20 {
    padding-right: 2rem !important;
  }
  .b-sp_m25 {
    margin: 2.5rem !important;
  }
  .b-sp_mt25 {
    margin-top: 2.5rem !important;
  }
  .b-sp_mb25 {
    margin-bottom: 2.5rem !important;
  }
  .b-sp_ml25 {
    margin-left: 2.5rem !important;
  }
  .b-sp_mr25 {
    margin-right: 2.5rem !important;
  }
  .b-sp_p25 {
    padding: 2.5rem !important;
  }
  .b-sp_pt25 {
    padding-top: 2.5rem !important;
  }
  .b-sp_pb25 {
    padding-bottom: 2.5rem !important;
  }
  .b-sp_pl25 {
    padding-left: 2.5rem !important;
  }
  .b-sp_pr25 {
    padding-right: 2.5rem !important;
  }
  .b-sp_m30 {
    margin: 3rem !important;
  }
  .b-sp_mt30 {
    margin-top: 3rem !important;
  }
  .b-sp_mb30 {
    margin-bottom: 3rem !important;
  }
  .b-sp_ml30 {
    margin-left: 3rem !important;
  }
  .b-sp_mr30 {
    margin-right: 3rem !important;
  }
  .b-sp_p30 {
    padding: 3rem !important;
  }
  .b-sp_pt30 {
    padding-top: 3rem !important;
  }
  .b-sp_pb30 {
    padding-bottom: 3rem !important;
  }
  .b-sp_pl30 {
    padding-left: 3rem !important;
  }
  .b-sp_pr30 {
    padding-right: 3rem !important;
  }
  .b-sp_m35 {
    margin: 3.5rem !important;
  }
  .b-sp_mt35 {
    margin-top: 3.5rem !important;
  }
  .b-sp_mb35 {
    margin-bottom: 3.5rem !important;
  }
  .b-sp_ml35 {
    margin-left: 3.5rem !important;
  }
  .b-sp_mr35 {
    margin-right: 3.5rem !important;
  }
  .b-sp_p35 {
    padding: 3.5rem !important;
  }
  .b-sp_pt35 {
    padding-top: 3.5rem !important;
  }
  .b-sp_pb35 {
    padding-bottom: 3.5rem !important;
  }
  .b-sp_pl35 {
    padding-left: 3.5rem !important;
  }
  .b-sp_pr35 {
    padding-right: 3.5rem !important;
  }
  .b-sp_m40 {
    margin: 4rem !important;
  }
  .b-sp_mt40 {
    margin-top: 4rem !important;
  }
  .b-sp_mb40 {
    margin-bottom: 4rem !important;
  }
  .b-sp_ml40 {
    margin-left: 4rem !important;
  }
  .b-sp_mr40 {
    margin-right: 4rem !important;
  }
  .b-sp_p40 {
    padding: 4rem !important;
  }
  .b-sp_pt40 {
    padding-top: 4rem !important;
  }
  .b-sp_pb40 {
    padding-bottom: 4rem !important;
  }
  .b-sp_pl40 {
    padding-left: 4rem !important;
  }
  .b-sp_pr40 {
    padding-right: 4rem !important;
  }
  .b-sp_m45 {
    margin: 4.5rem !important;
  }
  .b-sp_mt45 {
    margin-top: 4.5rem !important;
  }
  .b-sp_mb45 {
    margin-bottom: 4.5rem !important;
  }
  .b-sp_ml45 {
    margin-left: 4.5rem !important;
  }
  .b-sp_mr45 {
    margin-right: 4.5rem !important;
  }
  .b-sp_p45 {
    padding: 4.5rem !important;
  }
  .b-sp_pt45 {
    padding-top: 4.5rem !important;
  }
  .b-sp_pb45 {
    padding-bottom: 4.5rem !important;
  }
  .b-sp_pl45 {
    padding-left: 4.5rem !important;
  }
  .b-sp_pr45 {
    padding-right: 4.5rem !important;
  }
  .b-sp_m50 {
    margin: 5rem !important;
  }
  .b-sp_mt50 {
    margin-top: 5rem !important;
  }
  .b-sp_mb50 {
    margin-bottom: 5rem !important;
  }
  .b-sp_ml50 {
    margin-left: 5rem !important;
  }
  .b-sp_mr50 {
    margin-right: 5rem !important;
  }
  .b-sp_p50 {
    padding: 5rem !important;
  }
  .b-sp_pt50 {
    padding-top: 5rem !important;
  }
  .b-sp_pb50 {
    padding-bottom: 5rem !important;
  }
  .b-sp_pl50 {
    padding-left: 5rem !important;
  }
  .b-sp_pr50 {
    padding-right: 5rem !important;
  }
  .b-sp_m55 {
    margin: 5.5rem !important;
  }
  .b-sp_mt55 {
    margin-top: 5.5rem !important;
  }
  .b-sp_mb55 {
    margin-bottom: 5.5rem !important;
  }
  .b-sp_ml55 {
    margin-left: 5.5rem !important;
  }
  .b-sp_mr55 {
    margin-right: 5.5rem !important;
  }
  .b-sp_p55 {
    padding: 5.5rem !important;
  }
  .b-sp_pt55 {
    padding-top: 5.5rem !important;
  }
  .b-sp_pb55 {
    padding-bottom: 5.5rem !important;
  }
  .b-sp_pl55 {
    padding-left: 5.5rem !important;
  }
  .b-sp_pr55 {
    padding-right: 5.5rem !important;
  }
  .b-sp_m60 {
    margin: 6rem !important;
  }
  .b-sp_mt60 {
    margin-top: 6rem !important;
  }
  .b-sp_mb60 {
    margin-bottom: 6rem !important;
  }
  .b-sp_ml60 {
    margin-left: 6rem !important;
  }
  .b-sp_mr60 {
    margin-right: 6rem !important;
  }
  .b-sp_p60 {
    padding: 6rem !important;
  }
  .b-sp_pt60 {
    padding-top: 6rem !important;
  }
  .b-sp_pb60 {
    padding-bottom: 6rem !important;
  }
  .b-sp_pl60 {
    padding-left: 6rem !important;
  }
  .b-sp_pr60 {
    padding-right: 6rem !important;
  }
  .b-sp_m65 {
    margin: 6.5rem !important;
  }
  .b-sp_mt65 {
    margin-top: 6.5rem !important;
  }
  .b-sp_mb65 {
    margin-bottom: 6.5rem !important;
  }
  .b-sp_ml65 {
    margin-left: 6.5rem !important;
  }
  .b-sp_mr65 {
    margin-right: 6.5rem !important;
  }
  .b-sp_p65 {
    padding: 6.5rem !important;
  }
  .b-sp_pt65 {
    padding-top: 6.5rem !important;
  }
  .b-sp_pb65 {
    padding-bottom: 6.5rem !important;
  }
  .b-sp_pl65 {
    padding-left: 6.5rem !important;
  }
  .b-sp_pr65 {
    padding-right: 6.5rem !important;
  }
  .b-sp_m70 {
    margin: 7rem !important;
  }
  .b-sp_mt70 {
    margin-top: 7rem !important;
  }
  .b-sp_mb70 {
    margin-bottom: 7rem !important;
  }
  .b-sp_ml70 {
    margin-left: 7rem !important;
  }
  .b-sp_mr70 {
    margin-right: 7rem !important;
  }
  .b-sp_p70 {
    padding: 7rem !important;
  }
  .b-sp_pt70 {
    padding-top: 7rem !important;
  }
  .b-sp_pb70 {
    padding-bottom: 7rem !important;
  }
  .b-sp_pl70 {
    padding-left: 7rem !important;
  }
  .b-sp_pr70 {
    padding-right: 7rem !important;
  }
  .b-sp_m75 {
    margin: 7.5rem !important;
  }
  .b-sp_mt75 {
    margin-top: 7.5rem !important;
  }
  .b-sp_mb75 {
    margin-bottom: 7.5rem !important;
  }
  .b-sp_ml75 {
    margin-left: 7.5rem !important;
  }
  .b-sp_mr75 {
    margin-right: 7.5rem !important;
  }
  .b-sp_p75 {
    padding: 7.5rem !important;
  }
  .b-sp_pt75 {
    padding-top: 7.5rem !important;
  }
  .b-sp_pb75 {
    padding-bottom: 7.5rem !important;
  }
  .b-sp_pl75 {
    padding-left: 7.5rem !important;
  }
  .b-sp_pr75 {
    padding-right: 7.5rem !important;
  }
  .b-sp_m80 {
    margin: 8rem !important;
  }
  .b-sp_mt80 {
    margin-top: 8rem !important;
  }
  .b-sp_mb80 {
    margin-bottom: 8rem !important;
  }
  .b-sp_ml80 {
    margin-left: 8rem !important;
  }
  .b-sp_mr80 {
    margin-right: 8rem !important;
  }
  .b-sp_p80 {
    padding: 8rem !important;
  }
  .b-sp_pt80 {
    padding-top: 8rem !important;
  }
  .b-sp_pb80 {
    padding-bottom: 8rem !important;
  }
  .b-sp_pl80 {
    padding-left: 8rem !important;
  }
  .b-sp_pr80 {
    padding-right: 8rem !important;
  }
  .b-sp_m85 {
    margin: 8.5rem !important;
  }
  .b-sp_mt85 {
    margin-top: 8.5rem !important;
  }
  .b-sp_mb85 {
    margin-bottom: 8.5rem !important;
  }
  .b-sp_ml85 {
    margin-left: 8.5rem !important;
  }
  .b-sp_mr85 {
    margin-right: 8.5rem !important;
  }
  .b-sp_p85 {
    padding: 8.5rem !important;
  }
  .b-sp_pt85 {
    padding-top: 8.5rem !important;
  }
  .b-sp_pb85 {
    padding-bottom: 8.5rem !important;
  }
  .b-sp_pl85 {
    padding-left: 8.5rem !important;
  }
  .b-sp_pr85 {
    padding-right: 8.5rem !important;
  }
  .b-sp_m90 {
    margin: 9rem !important;
  }
  .b-sp_mt90 {
    margin-top: 9rem !important;
  }
  .b-sp_mb90 {
    margin-bottom: 9rem !important;
  }
  .b-sp_ml90 {
    margin-left: 9rem !important;
  }
  .b-sp_mr90 {
    margin-right: 9rem !important;
  }
  .b-sp_p90 {
    padding: 9rem !important;
  }
  .b-sp_pt90 {
    padding-top: 9rem !important;
  }
  .b-sp_pb90 {
    padding-bottom: 9rem !important;
  }
  .b-sp_pl90 {
    padding-left: 9rem !important;
  }
  .b-sp_pr90 {
    padding-right: 9rem !important;
  }
  .b-sp_m95 {
    margin: 9.5rem !important;
  }
  .b-sp_mt95 {
    margin-top: 9.5rem !important;
  }
  .b-sp_mb95 {
    margin-bottom: 9.5rem !important;
  }
  .b-sp_ml95 {
    margin-left: 9.5rem !important;
  }
  .b-sp_mr95 {
    margin-right: 9.5rem !important;
  }
  .b-sp_p95 {
    padding: 9.5rem !important;
  }
  .b-sp_pt95 {
    padding-top: 9.5rem !important;
  }
  .b-sp_pb95 {
    padding-bottom: 9.5rem !important;
  }
  .b-sp_pl95 {
    padding-left: 9.5rem !important;
  }
  .b-sp_pr95 {
    padding-right: 9.5rem !important;
  }
  .b-sp_m100 {
    margin: 10rem !important;
  }
  .b-sp_mt100 {
    margin-top: 10rem !important;
  }
  .b-sp_mb100 {
    margin-bottom: 10rem !important;
  }
  .b-sp_ml100 {
    margin-left: 10rem !important;
  }
  .b-sp_mr100 {
    margin-right: 10rem !important;
  }
  .b-sp_p100 {
    padding: 10rem !important;
  }
  .b-sp_pt100 {
    padding-top: 10rem !important;
  }
  .b-sp_pb100 {
    padding-bottom: 10rem !important;
  }
  .b-sp_pl100 {
    padding-left: 10rem !important;
  }
  .b-sp_pr100 {
    padding-right: 10rem !important;
  }
}
.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

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

:root {
  --gothic: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', 'Meiryo', 'Arial', sans-serif;
  --marugothic: 'Zen Maru Gothic', sans-serif;
  --roboto: 'Roboto', sans-serif;
  --white: #fff;
  --black: #4d4d4d;
  --gray: #939393;
  --light_gray: #f2f2f2;
  --light_gray02: #c6c6c6;
  --light_gray03: #eee;
  --yellow: #f1e321;
  --red: #e71c24;
  --sky: #00c8ff;
  --sky02: #1fa3db;
  --green: #65b560;
  --orange: #f5aa3b;
}

html {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.test {
  display: flex;
  position: absolute;
  margin: 10px;
  color: red;
}

body {
  font-family: var(--gothic);
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: var(--black);
}

p,
a {
  word-break: break-word;
}

/************************************************

	layout

*************************************************/
.b-container {
  overflow: hidden;
}

/************************************************

	button

*************************************************/
.b-button01 a,
.b-button01 button {
  display: block;
  position: relative;
  width: 22.6rem;
  padding: 1.8rem 2.5rem;
  font-size: 1.2rem;
  color: var(--black);
  background-color: var(--white);
  border-radius: 100vh;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .b-button01 a,
  .b-button01 button {
    font-weight: 600;
  }
}
.b-button01 a::after,
.b-button01 button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../images/ico_arrow02.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-button01 a:hover,
  .b-button01 button:hover {
    color: var(--white);
    background-color: var(--sky);
    cursor: pointer;
  }
  .b-button01 a:hover::after,
  .b-button01 button:hover::after {
    background: url("../images/ico_arrow03.svg") no-repeat center/contain;
  }
}
.b-button01.b-button01--orange a,
.b-button01.b-button01--orange button {
  color: var(--white);
  background-color: var(--orange);
}
.b-button01.b-button01--orange a::after,
.b-button01.b-button01--orange button::after {
  background: url("../images/ico_arrow03.svg") no-repeat center/contain;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-button01.b-button01--orange a:hover,
  .b-button01.b-button01--orange button:hover {
    color: var(--black);
    background-color: var(--white);
    cursor: pointer;
  }
  .b-button01.b-button01--orange a:hover::after,
  .b-button01.b-button01--orange button:hover::after {
    background: url("../images/ico_arrow02.svg") no-repeat center/contain;
  }
}
.b-button01.b-button01--border a,
.b-button01.b-button01--border button {
  border: 1px solid;
}
.b-button01.b-button01--center a,
.b-button01.b-button01--center button {
  margin-right: auto;
  margin-left: auto;
}
.b-button01.b-button01--back a,
.b-button01.b-button01--back button {
  text-align: center;
}
.b-button01.b-button01--back a::after,
.b-button01.b-button01--back button::after {
  right: inherit;
  left: 1.5rem;
  transform: translateY(-50%) scaleX(-1);
}

/************************************************

	icon

*************************************************/
.b-ico_circle {
  position: relative;
}
.b-ico_circle::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  vertical-align: text-top;
  background-color: var(--sky);
  border-radius: 50%;
}

.b-ico_pdf {
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-ico_pdf:hover {
    opacity: 0.7;
  }
}
.b-ico_pdf::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5rem;
  vertical-align: top;
  background: url("../images/ico_pdf01.svg") no-repeat center/contain;
  transition: 0.3s;
}

/************************************************

	fade

*************************************************/
.b-fade_up {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}
.b-fade_up.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.b-fade_down {
  opacity: 0;
  transform: translateY(-2rem);
  transition: opacity 1s, transform 1s;
}
.b-fade_down.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.b-fade_left {
  opacity: 0;
  transform: translateX(2rem);
  transition: opacity 1s, transform 1s;
}
.b-fade_left.is-fade {
  opacity: 1;
  transform: translateX(0);
}

.b-fade_right {
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 1s, transform 1s;
}
.b-fade_right.is-fade {
  opacity: 1;
  transform: translateX(0);
}

/************************************************

	animation

*************************************************/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/************************************************

	modal

*************************************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.b-modal {
  display: none;
}
.b-modal.is-open {
  display: block;
}
.b-modal[aria-hidden=false] .b-modal__cover {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.b-modal[aria-hidden=false] .b-modal__contents_inner {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.b-modal[aria-hidden=true] .b-modal__cover {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.b-modal[aria-hidden=true] .b-modal__contents_inner {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.b-modal .b-modal__container,
.b-modal .b-modal__overlay {
  will-change: transform;
}
.b-modal .b-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
}
.b-modal .b-modal__btn_outer {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.b-modal .b-modal__btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 50%;
}
.b-modal .b-modal__btn_close::before, .b-modal .b-modal__btn_close::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1px;
  background-color: var(--gray);
  transform: rotate(45deg);
}
.b-modal .b-modal__btn_close::after {
  transform: rotate(-45deg);
}
.b-modal .b-modal__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b-modal .b-modal__contents .b-modal__contents__inner {
  position: relative;
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__contents .b-modal__contents__inner {
    max-width: 90%;
  }
}
.b-modal .b-modal__body {
  padding: 4rem;
  background-color: var(--white);
  border: 1px solid var(--orange);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__body {
    padding: 3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .b-modal .b-modal__body:hover {
    cursor: pointer;
  }
}
.b-modal .b-modal__title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__title {
    font-size: 2rem;
  }
}
.b-modal .b-modal__text {
  position: relative;
  margin-top: 1rem;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  border-top: 1px solid var(--orange);
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__text {
    margin-top: 1.5rem;
    padding-top: 1.8rem;
    font-size: 1.5rem;
  }
}
.b-modal .b-modal__text::before, .b-modal .b-modal__text::after {
  content: "";
  position: absolute;
  top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--orange);
  border-radius: 50%;
}
.b-modal .b-modal__text::before {
  left: 0;
}
.b-modal .b-modal__text::after {
  right: 0;
}

/************************************************

	under

*************************************************/
.b-under_hgroup {
  position: relative;
  height: 38rem;
  padding: 16rem 4rem 9rem;
  background: url("../images/bg_orange.jpg");
  clip-path: ellipse(87% 100% at 50% 0%);
}
@media screen and (max-width: 768px) {
  .b-under_hgroup {
    height: 22rem;
    padding: 8rem 2rem 2rem;
    clip-path: ellipse(140% 100% at 50% 0%);
  }
}
.b-under_hgroup::before {
  content: "";
  position: absolute;
  top: -5.3rem;
  right: 6.1rem;
  width: 40.2rem;
  height: 49.2rem;
  background: url("../images/bg_under_hgroup01.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup::before {
    top: -2rem;
    right: -6rem;
    width: 18rem;
    height: 20rem;
  }
}
.b-under_hgroup .b-under_hgroup__inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  max-width: 100rem;
  height: 100%;
  margin: 0 auto;
}
.b-under_hgroup .b-under_hgroup__title {
  text-align: center;
}
.b-under_hgroup .b-under_hgroup__title .b-under_hgroup__title__en {
  font-family: var(--roboto);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__title .b-under_hgroup__title__en {
    font-size: 1.2rem;
  }
}
.b-under_hgroup .b-under_hgroup__title .b-under_hgroup__title__ja {
  font-family: var(--marugothic);
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__title .b-under_hgroup__title__ja {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.b-under_hgroup.b-under_hgroup--blue {
  background: url("../images/bg_sky.jpg");
}
.b-under_hgroup.b-under_hgroup--blue::before {
  background: url("../images/bg_under_hgroup02.png") no-repeat center/contain;
}

.b-breadcrumbs {
  max-width: 100rem;
  margin: -8.8rem auto 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.b-breadcrumbs .b-breadcrumbs__list {
  display: flex;
}
.b-breadcrumbs .b-breadcrumbs__list > li {
  position: relative;
  flex-shrink: 0;
  margin-right: 2em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs .b-breadcrumbs__list > li {
    font-size: 1.1rem;
  }
}
.b-breadcrumbs .b-breadcrumbs__list > li:last-of-type {
  flex-shrink: 1;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-breadcrumbs .b-breadcrumbs__list > li:last-of-type::after {
  content: none;
}
.b-breadcrumbs .b-breadcrumbs__list > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.2em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: translateY(-50%) rotate(45deg);
}
.b-breadcrumbs .b-breadcrumbs__list > li > a {
  display: inline-block;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-breadcrumbs .b-breadcrumbs__list > li > a:hover {
    opacity: 0.7;
  }
}

.b-section {
  position: relative;
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .b-section {
    margin-top: 8rem;
  }
}
.b-section.b-section--top {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .b-section.b-section--top {
    margin-top: 6rem;
  }
}
.b-section .b-section__inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .b-section .b-section__inner {
    padding: 0 2rem;
  }
}
.b-section .b-section__body {
  margin-top: 2rem;
}

.b-section_title01 {
  position: relative;
  padding-left: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .b-section_title01 {
    font-size: 2.4rem;
  }
}
.b-section_title01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: calc(100% - 2.4rem);
  background-color: var(--green);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-section_title01::before {
    height: calc(100% - 1.6rem);
  }
}
.b-section_title01.b-section_title01--blue::before {
  background-color: var(--sky);
}

.b-section_title02 {
  position: relative;
  padding-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-section_title02 {
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.b-section_title02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.5rem;
  height: 0.4rem;
  background-color: var(--green);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .b-section_title02::before {
    width: 4rem;
  }
}
.b-section_title02.b-section_title02--blue::before {
  background-color: var(--sky);
}

.b-section_subtitle01 {
  position: relative;
  padding-left: 0.5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-left: 0.4rem solid var(--green);
}
@media screen and (max-width: 768px) {
  .b-section_subtitle01 {
    font-size: 1.8rem;
  }
}
.b-section_subtitle01.b-section_subtitle01--blue {
  border-color: var(--sky);
}

.b-slash_title01 {
  position: relative;
  padding: 0 2rem;
  font-family: var(--marugothic);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-slash_title01 {
    font-size: 1.7rem;
  }
}
.b-slash_title01 > span {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.b-slash_title01 > span::before, .b-slash_title01 > span::after {
  content: "";
  width: 1.9rem;
  height: 2.6rem;
  background: url("../images/deco_slash01.svg") no-repeat center/contain;
}
.b-slash_title01 > span::before {
  left: 0;
}
.b-slash_title01 > span::after {
  right: 0;
  transform: scaleX(-1);
}

.b-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
}
.b-pagination .b-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.b-pagination .b-pagination__list li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--orange);
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-pagination .b-pagination__list li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-pagination .b-pagination__list li > a {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.b-pagination .b-pagination__list li.is-current > a {
  color: var(--white);
  background-color: var(--orange);
  pointer-events: none;
}
.b-pagination .b-pagination__arrow > a {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
}
.b-pagination .b-pagination__arrow > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
}
.b-pagination .b-pagination__arrow.b-pagination__arrow--prev a::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(-1);
}
.b-pagination .b-pagination__arrow.b-pagination__arrow--next a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/************************************************

	form

*************************************************/
.b-form01 legend {
  display: none;
}
.b-form01 dl {
  display: flex;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .b-form01 dl {
    display: block;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .b-form01 dl + dl {
    margin-top: 20px;
  }
}
.b-form01 dl dt {
  flex-shrink: 0;
  width: 270px;
  padding: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: var(--light_gray03);
}
@media screen and (max-width: 768px) {
  .b-form01 dl dt {
    width: 100%;
    padding: 10px;
  }
}
.b-form01 dl dd {
  width: 100%;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .b-form01 dl dd {
    width: 100%;
    padding: 10px;
  }
}
.b-form01 label {
  cursor: pointer;
}
.b-form01 .b-form01__notes {
  font-size: 90%;
  line-height: 1.5;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .b-form01 .b-form01__notes {
    font-size: 1.2rem;
  }
}
.b-form01 .b-form01__notes .b-form01__notes__imp {
  color: var(--black);
}
.b-form01 .b-form01__text {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .b-form01 .b-form01__text {
    font-size: 1.3rem;
  }
}
.b-form01 .b-form01__btn_box {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-form01 .b-form01__btn_box {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.b-form01 .b-form01__btn_box .b-button01 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .b-form01 .b-form01__btn_box .b-button01 {
    order: 2;
    margin-top: 20px;
    margin-right: 0;
  }
}
.b-form01 .b-form01__btn_box .b-button02 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .b-form01 .b-form01__btn_box .b-button02 {
    order: 1;
  }
}
.b-form01 .b-form01__btn_box .b-button02 button {
  border: 3px solid var(--sky);
}
.b-form01 .b-form01__box_error {
  margin-bottom: 30px;
  padding: 15px;
  color: var(--red);
  background: var(--red);
  border: 1px solid var(--red);
}

.b-ico_required {
  display: inline-block;
  flex-shrink: 0;
  padding: 0 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  background: var(--red);
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .b-ico_required {
    font-size: 1.3rem;
  }
}

.b-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
.b-radio .b-radio__ico {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-radio .b-radio__ico:hover {
    cursor: pointer;
  }
}

.b-check_box {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
.b-check_box .b-check_box__ico {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-check_box .b-check_box__ico:hover {
    cursor: pointer;
  }
}

.b-select {
  position: relative;
  width: 40%;
}
.b-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 6px solid var(--sky);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateY(-50%);
}
.b-select select {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--light_gray03);
  border: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .b-select {
    width: 100%;
  }
}

.b-input_text {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--light_gray03);
  border: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .b-input_text {
    font-size: 1.4rem;
  }
}
.b-input_text.b-input_text--middle {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .b-input_text.b-input_text--middle {
    width: 100%;
  }
}
.b-input_text.b-input_text--short {
  display: inline-block;
  width: 12%;
}
@media screen and (max-width: 768px) {
  .b-input_text.b-input_text--short {
    width: 20%;
  }
}

.b-textarea {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--light_gray03);
  border: 1px solid #878787;
}

/************************************************

	background

*************************************************/
.b-bg_blue {
  background: url("../images/bg_sky02.jpg");
}

.b-bg_blue02 {
  background: url("../images/bg_sky.jpg");
}

.b-bg_green {
  background: url("../images/bg_green.jpg");
}

.b-bg_green02 {
  background: url("../images/bg_green02.jpg");
}

.b-bg_orange {
  background: url("../images/bg_orange.jpg");
}

.b-bg_ivory {
  background: url("../images/bg_ivory.jpg");
}

@media screen and (max-width: 768px) {
  .b-bg_sp_blue {
    background: url("../images/bg_sky02.jpg");
  }
}

@media screen and (max-width: 768px) {
  .b-bg_sp_green {
    background: url("../images/bg_green.jpg");
  }
}

/************************************************

	text

*************************************************/
.b-text_link01 {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-text_link01:hover {
    opacity: 0.7;
  }
}

.b-text_indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.b-text_indent02 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.b-color_blue {
  color: var(--sky02) !important;
}

.b-color_green {
  color: var(--green) !important;
}

.b-color_orange {
  color: var(--orange) !important;
}

.b-color_red {
  color: var(--red) !important;
}

.b-color_gray {
  color: var(--gray) !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1rem;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 2.3rem;
  background-color: var(--white);
  border-radius: 100vh;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 0.6rem 2rem;
  }
}
.header .header__right {
  display: flex;
  gap: 1.8rem;
  margin-left: 3rem;
}
.header .header__logo a {
  display: block;
  width: 34.8rem;
}
@media screen and (max-width: 768px) {
  .header .header__logo a {
    width: 16rem;
  }
}
.header .nav_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 7rem;
  padding: 1.5rem 6rem;
  font-size: 2.3rem;
  font-weight: 400;
  color: var(--white);
  background-color: var(--black);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .header .nav_button a {
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}
.header .hamburger {
  display: none;
  position: relative;
  width: 7.4rem;
  height: 7rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.header .hamburger span {
  display: block;
  position: relative;
  width: 3rem;
  height: 2px;
  margin: 0 auto;
  background-color: var(--sky);
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .header .hamburger span {
    width: 2rem;
  }
}
.header .hamburger span::before, .header .hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sky);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .header .hamburger span::before, .header .hamburger span::after {
    top: 0.7rem;
  }
}
.header .hamburger span::after {
  top: inherit;
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .header .hamburger span::after {
    bottom: 0.7rem;
  }
}
.header .hamburger.hamburger--close {
  position: absolute;
  top: 2rem;
  right: 2.1rem;
  z-index: 1;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .header .hamburger.hamburger--close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.header .hamburger.hamburger--close span {
  background-color: transparent;
}
.header .hamburger.hamburger--close span::before, .header .hamburger.hamburger--close span::after {
  background-color: var(--gray);
}
.header .hamburger.hamburger--close span::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .hamburger.hamburger--close span::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header .gnav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100dvh;
    max-height: 100dvh;
    overflow: auto;
    color: var(--white);
    background-color: var(--sky);
  }
}
.header .gnav .gnav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__inner {
    display: block;
    padding: 10rem 2rem;
  }
}
.header .gnav .gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list {
    display: block;
  }
}
.header .gnav .gnav__list > li > a,
.header .gnav .gnav__list > li > button {
  display: block;
  position: relative;
  padding: 0.8rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list > li > a,
  .header .gnav .gnav__list > li > button {
    padding: 1rem 2rem 1rem 1.3rem;
  }
}
.header .gnav .gnav__list > li > a::before, .header .gnav .gnav__list > li > a::after,
.header .gnav .gnav__list > li > button::before,
.header .gnav .gnav__list > li > button::after {
  content: "";
  position: absolute;
}
.header .gnav .gnav__list > li > a::before,
.header .gnav .gnav__list > li > button::before {
  top: 2rem;
  left: 0.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list > li > a::before,
  .header .gnav .gnav__list > li > button::before {
    top: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.header .gnav .gnav__list > li > a {
  transition: color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .gnav .gnav__list > li > a:hover {
    color: var(--sky);
  }
}
.header .gnav .gnav__list > li > a::after {
  top: 48%;
  right: 0;
  width: 3.7rem;
  height: 1rem;
  background: url("../images/ico_arrow01_white.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list > li > a::after {
    top: 45%;
    width: 2rem;
    height: 0.6rem;
  }
}
.header .gnav .gnav__list > li > button {
  width: 100%;
  text-align: left;
}
.header .gnav .gnav__list > li > button span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
}
.header .gnav .gnav__list > li > button span::before, .header .gnav .gnav__list > li > button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.header .gnav .gnav__list > li > button span::before {
  width: 100%;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list > li > button span::before {
    height: 1px;
  }
}
.header .gnav .gnav__list > li > button span::after {
  width: 0.2rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__list > li > button span::after {
    width: 1px;
  }
}
.header .gnav .gnav__list > li > button.is-opend span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .gnav .gnav__button {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__button {
    margin-top: 2rem;
    background: var(--white);
    border-radius: 1rem;
  }
}
.header .gnav .gnav__button > a,
.header .gnav .gnav__button > button {
  display: block;
  position: relative;
  min-width: 17rem;
  padding: 1rem 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background: var(--sky);
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .gnav .gnav__button > a:hover,
  .header .gnav .gnav__button > button:hover {
    opacity: 0.7;
  }
}
.header .gnav .gnav__button.gnav__button--recruit {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__button.gnav__button--recruit {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__button.gnav__button--recruit button {
    display: none;
  }
}
.header .gnav .gnav__button.gnav__button--green {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__button.gnav__button--green {
    margin-top: 3rem;
    margin-left: 0;
    background: transparent;
  }
}
.header .gnav .gnav__button.gnav__button--green a {
  background-color: var(--green);
}
.header .gnav .gnav__sub_list {
  display: none;
  position: absolute;
  top: 10rem;
  right: 2rem;
  padding: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__sub_list {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    padding: 1rem 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.header .gnav .gnav__sub_item > a {
  display: block;
  position: relative;
  padding: 1rem 3.5rem 1rem 1.5rem;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .gnav .gnav__sub_item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__sub_item > a {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: var(--black);
  }
}
.header .gnav .gnav__sub_item > a::before, .header .gnav .gnav__sub_item > a::after {
  content: "";
}
.header .gnav .gnav__sub_item > a::before {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  background-color: var(--sky);
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__sub_item > a::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.4rem;
  }
}
.header .gnav .gnav__sub_item > a::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__sub_item > a::after {
    right: 1.5rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.header .gnav .gnav__sub_item.gnav__sub_item--heading > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sky);
}
@media screen and (max-width: 768px) {
  .header .gnav .gnav__sub_item.gnav__sub_item--heading > a {
    font-size: 1.5rem;
  }
}
.header .gnav .gnav__sub_item.gnav__sub_item--heading > a::before {
  content: none;
}
.header .gnav .gnav__ico_plus {
  position: relative;
  padding-right: 2.2rem;
}
.header .gnav .gnav__ico_plus::after, .header .gnav .gnav__ico_plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 2px;
  background: var(--black);
  transform: translateY(-50%);
}
.header .gnav .gnav__ico_plus::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}

.footer {
  position: relative;
}
.footer .footer__inner {
  margin: 0 auto;
  padding: 13.2rem 0 4rem;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 8rem 2rem 6rem;
    width: 100%;
  }
}
.footer .footer__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer__top {
    flex-direction: column-reverse;
  }
}
.footer .footer__left {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__left {
    width: 100%;
  }
}
.footer .footer__right {
  position: relative;
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__right {
    width: 100%;
  }
}
.footer .footer__logo {
  width: 36.1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    width: 70%;
  }
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__address {
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .footer .footer__address {
    font-size: 1.3rem;
  }
}
.footer .footer__contact {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__contact {
    margin-top: 2rem;
  }
}
.footer .footer__contact .footer__contact__category {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .footer__contact .footer__contact__category {
    font-size: 1.5rem;
  }
}
.footer .footer__contact .footer__contact__tel {
  font-family: var(--roboto);
  font-size: 2.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer .footer__contact .footer__contact__tel {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.footer .footer__contact .footer__contact__tel > a {
  font-size: 145%;
}
.footer .footer__contact .footer__contact__text {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__contact .footer__contact__text {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}
.footer .sitemap {
  display: flex;
  justify-content: space-between;
  padding-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer .sitemap {
    display: none;
  }
}
.footer .sitemap .sitemap__page {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .sitemap .sitemap__page:hover {
    opacity: 0.7;
  }
}
.footer .sitemap .sitemap__page + .sitemap__page {
  margin-top: 2.5rem;
}
.footer .sitemap .sitemap__list {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.footer .sitemap .sitemap__list a {
  display: block;
  position: relative;
  padding: 0.4rem 0 0.4rem 0.5rem;
  font-weight: 500;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .sitemap .sitemap__list a:hover {
    opacity: 0.7;
  }
}
.footer .sitemap .sitemap__list a::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.footer .to_pagetop {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  width: 8.2rem;
  height: 7.3rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .to_pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer .to_pagetop {
    top: -5rem;
    bottom: inherit;
    width: 6.56rem;
    height: 5.84rem;
  }
}
.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid var(--gray);
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    margin-top: 5rem;
  }
}
.footer .footer__link {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__link {
    font-size: 1.2rem;
  }
}
.footer .footer__link a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer__link a:hover {
    opacity: 0.7;
  }
}
.footer .footer__copyright {
  font-size: 1rem;
  color: #adadad;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__copyright {
    font-size: 0.8rem;
  }
}

.p-top {
  /* ============================
  * top
  * ========================= */
}
.p-top .top_title {
  position: relative;
  text-align: center;
}
.p-top .top_title .top_title__en {
  font-family: var(--roboto);
  font-size: 1.6rem;
  color: #69cf7a;
}
@media screen and (max-width: 768px) {
  .p-top .top_title .top_title__en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-top .top_title .top_title__jp {
  display: inline-block;
  position: relative;
  font-family: var(--marugothic);
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .top_title .top_title__jp {
    font-size: 2.8rem;
  }
}
.p-top .top_title.top_title--left {
  text-align: left;
}
.p-top .top_title.top_title--white {
  color: var(--white);
}
.p-top .top_title.top_title--white .top_title__en {
  color: var(--white);
}
.p-top .top_title.top_title--deco {
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .top_title.top_title--deco {
    padding-bottom: 3rem;
  }
}
.p-top .top_title.top_title--deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8.1rem;
  height: 1.4rem;
  background: url("../images/deco_title01.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
.p-top .top_lead {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top .top_lead {
    font-size: 1.4rem;
  }
}
.p-top {
  /* ============================
  * mv
  * ========================= */
}
.p-top .mv {
  position: relative;
  clip-path: ellipse(125% 100% at 50% 0%);
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    clip-path: ellipse(140% 100% at 50% 0%);
  }
}
.p-top .mv .mv__img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 6s ease;
}
.p-top .mv .mv__img.slick-active img {
  transform: scale(1.05);
}
.p-top .mv .mv__copy.mv__copy--01 {
  opacity: 0;
  width: 60.7rem;
  transform: translateY(-2rem);
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__copy.mv__copy--01 {
    width: 30.35rem;
  }
}
.p-top .mv .mv__copy.mv__copy--02 {
  opacity: 0;
  width: 56.7rem;
  margin-top: -6.9rem;
  margin-left: 7.1rem;
  transform: translateY(-2rem);
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__copy.mv__copy--02 {
    width: 28.35rem;
    margin-top: -3.8rem;
    margin-left: 3.1rem;
  }
}
.p-top .mv .mv__copy_wrapper {
  position: absolute;
  bottom: 18.5rem;
  left: 6.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__copy_wrapper {
    bottom: 4rem;
    left: 1rem;
  }
}
.p-top .mv .mv__copy_wrapper.is-fade .mv__copy--01 {
  opacity: 1;
  transform: translateY(0);
}
.p-top .mv .mv__copy_wrapper.is-fade .mv__copy--02 {
  opacity: 1;
  transform: translateY(0);
}
.p-top {
  /* ============================
  * news
  * ========================= */
}
.p-top .news {
  position: relative;
  width: 120rem;
  margin: -11.7rem auto 0;
  padding: 6.8rem 4rem;
  background: url("../images/bg_orange.jpg");
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .news {
    width: 35.5rem;
    margin: 4rem auto 0;
    padding: 5rem 1rem;
  }
}
.p-top .news::before {
  content: "";
  position: absolute;
  top: 25.8rem;
  right: -39.6rem;
  z-index: -1;
  width: 36.8rem;
  height: 37rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
  transform-origin: center center;
  animation: spin 10s linear infinite;
}
.p-top .news .news__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__inner {
    width: 100%;
  }
}
.p-top .news .news__list {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin-top: 3.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__list {
    margin-top: 2.4rem;
    padding-bottom: 3rem;
  }
}
.p-top .news .news__list > li a {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 3.4rem 3.8rem;
  font-size: 1.5rem;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100vh;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__list > li a {
    flex-wrap: wrap;
    padding: 1rem 2.5rem;
    font-size: 1.3rem;
    border-radius: 4rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .news .news__list > li a:hover {
    border: 1px solid var(--orange);
    cursor: pointer;
  }
}
.p-top .news .news__list > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .news .news__list > li a::after {
    right: 1.5rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.p-top .news .news__category {
  display: block;
  flex-shrink: 0;
  width: 13.4rem;
  min-width: 10em;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: var(--green);
  border-width: 1px;
  border-style: solid;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__category {
    width: 12rem;
    font-size: 1.1rem;
  }
}
.p-top .news .news__category.news__category--recruit {
  color: var(--sky);
}
.p-top .news .news__category.news__category--imp {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}
.p-top .news .news__date {
  padding: 0 4rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__date {
    padding: 0 0 0 1.5rem;
    font-size: 1.2rem;
  }
}
.p-top .news .news__label {
  position: relative;
  padding-left: 3.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__label {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0;
  }
}
.p-top .news .news__label::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1px;
  height: calc(100% - 0.4em);
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__label::after {
    content: none;
  }
}
.p-top {
  /* ============================
  * aboutus
  * ========================= */
}
.p-top .aboutus {
  position: relative;
  padding: 15rem 0 13.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .aboutus {
    padding: 10rem 1rem;
  }
}
.p-top .aboutus::before, .p-top .aboutus::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-top .aboutus::before {
  top: 8.8rem;
  right: -5.6rem;
  width: 28.4rem;
  height: 28.2rem;
  background: url("../images/deco_triangle02.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top .aboutus::before {
    top: 4rem;
    right: -3rem;
    width: 14.2rem;
    height: 14.1rem;
  }
}
.p-top .aboutus::after {
  bottom: -5rem;
  left: -16rem;
  width: 46.7rem;
  height: 48.6rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-top .aboutus::after {
    bottom: -8rem;
    left: -10rem;
    width: 28.02rem;
    height: 29.16rem;
  }
}
.p-top .aboutus .aboutus__text {
  margin-top: 3.6rem;
  font-size: 2rem;
  line-height: 2.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .aboutus .aboutus__text {
    font-size: 1.5rem;
    line-height: 2.4;
  }
}
.p-top {
  /* ============================
  * products
  * ========================= */
}
.p-top .products {
  position: relative;
  height: 91.8rem;
  padding: 16rem 0 14rem;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-top .products {
    height: auto;
    padding: 10rem 2rem;
  }
}
.p-top .products::before, .p-top .products::after {
  content: "";
  position: absolute;
  animation: spin 10s linear infinite;
}
.p-top .products::before {
  top: 32rem;
  right: -7rem;
  width: 19.88rem;
  height: 19.74rem;
  background: url("../images/deco_triangle02.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top .products::before {
    width: 14.2rem;
    height: 14.1rem;
  }
}
.p-top .products::after {
  right: -11rem;
  bottom: -14rem;
  width: 23.35rem;
  height: 24.3rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-top .products::after {
    right: inherit;
    left: -11rem;
  }
}
.p-top .products .products__inner {
  position: relative;
  width: 120rem;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__inner {
    width: 100%;
  }
}
.p-top .products .products__inner::before {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: -4rem;
  width: 20.86rem;
  height: 21.07rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  animation: spin 10s linear infinite;
}
.p-top .products .products__text {
  position: relative;
  width: 42rem;
  margin-top: 2rem;
  line-height: 2.6;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.p-top .products .products__note {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__note {
    display: block;
    margin-top: 2rem;
    font-size: 1.3rem;
    color: var(--orange);
  }
}
.p-top .products .products__list {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list {
    height: 46rem;
    margin-top: 2rem;
  }
}
.p-top .products .products__list .products__item {
  position: absolute;
}
.p-top .products .products__list .products__item img {
  width: 100%;
}
.p-top .products .products__list .products__item.products__item--01 {
  top: -30.8rem;
  left: 52rem;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--01 {
    top: 0;
    left: 5rem;
    width: 13.6rem;
  }
}
.p-top .products .products__list .products__item.products__item--02 {
  top: -15.8rem;
  right: -4rem;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--02 {
    top: 4rem;
    left: 20rem;
    width: 12.24rem;
  }
}
.p-top .products .products__list .products__item.products__item--03 {
  top: -3rem;
  left: 53rem;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--03 {
    top: 17rem;
    left: 14rem;
    width: 21.6rem;
  }
}
.p-top .products .products__list .products__item.products__item--04 {
  top: 12rem;
  right: 3.5rem;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--04 {
    top: 15rem;
    left: 0;
    width: 12.24rem;
  }
}
.p-top .products .products__list .products__item.products__item--05 {
  top: 5rem;
  left: -3rem;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--05 {
    top: 32rem;
    left: -1.5rem;
    width: 17.6rem;
  }
}
.p-top .products .products__list .products__item.products__item--06 {
  top: 20rem;
  left: 31rem;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__list .products__item.products__item--06 {
    top: 40rem;
    left: 17rem;
    width: 13.6rem;
  }
}
.p-top .products .products__list .products__item a {
  display: block;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .products .products__list .products__item a:hover img {
    opacity: 0.7;
  }
}
.p-top .products .products__cursor {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top .products .products__cursor {
    display: none;
  }
}
.p-top {
  /* ============================
  * service
  * ========================= */
}
.p-top .service {
  padding: 19rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .p-top .service {
    padding: 10rem 2rem;
  }
}
.p-top .service .service__inner {
  width: 126.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__inner {
    width: 100%;
  }
}
.p-top .service .service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list {
    width: 113.76rem;
  }
}
.p-top .service .service__list .service__item {
  position: relative;
  flex: 1;
  width: 45.7rem;
  height: 39.4rem;
  margin-right: -19.5rem;
  text-align: center;
  clip-path: polygon(49.89% 0%, 0% 100%, 100% 100%, 49.89% 0%);
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list .service__item {
    width: 41.13rem;
    height: 35.46rem;
    margin-right: -17.55rem;
  }
}
.p-top .service .service__list .service__item:last-child {
  margin-right: 0;
}
.p-top .service .service__list .service__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../../images/service_bg01.png") no-repeat bottom center/contain;
  transition: background-image 0.3s;
}
.p-top .service .service__list .service__item a:focus {
  background: url("../../images/service_bg02.png") no-repeat center/contain;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .service .service__list .service__item a:hover {
    background: url("../../images/service_bg02.png") no-repeat center/contain;
  }
}
.p-top .service .service__list .service__item dl {
  position: absolute;
  top: 15rem;
  left: 50%;
  padding-bottom: 7rem;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list .service__item dl {
    padding-bottom: 5.6rem;
  }
}
.p-top .service .service__list .service__item dl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  background: url("../images/ico_arrow04.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list .service__item dl::after {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.p-top .service .service__list .service__item dl dt {
  position: relative;
  padding-bottom: 0.5rem;
  font-family: var(--marugothic);
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list .service__item dl dt {
    font-size: 2rem;
  }
}
.p-top .service .service__list .service__item dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5rem;
  height: 0.3rem;
  background-color: #50c846;
  border-radius: 100vh;
  transform: translateX(-50%);
}
.p-top .service .service__list .service__item dl dd {
  margin-top: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__list .service__item dl dd {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-top .service .service__list .service__item:nth-child(even) {
  transform: translateY(4rem) scaleY(-1);
}
.p-top .service .service__list .service__item:nth-child(even) dl {
  top: inherit;
  bottom: 3.5rem;
  transform: translateX(-50%) scaleY(-1);
}
.p-top .service .service__list .service__item:nth-child(even) dl dt::after {
  background-color: var(--sky);
}
.p-top {
  /* ============================
  * company
  * ========================= */
}
.p-top .company {
  position: relative;
  padding: 0 0 20rem;
}
@media screen and (max-width: 768px) {
  .p-top .company {
    padding: 0 1rem 10rem;
  }
}
.p-top .company::before, .p-top .company::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-top .company::before {
  top: -13rem;
  left: -11rem;
  width: 29.8rem;
  height: 30.1rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top .company::before {
    width: 20.86rem;
    height: 21.07rem;
  }
}
.p-top .company::after {
  top: 21rem;
  left: -4rem;
  width: 14.01rem;
  height: 14.58rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-top .company::after {
    width: 37.36rem;
    height: 38.88rem;
  }
}
.p-top .company .company__inner {
  width: 120rem;
  height: 54.5rem;
  margin: 0 auto;
  padding: 9.3rem 9.8rem;
  background: url("../../images/company_bg.jpg") no-repeat center/cover;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .company .company__inner {
    width: 100%;
    height: 42rem;
    padding: 6rem 2rem;
    background: url("../../images/company_bg.jpg") no-repeat 15% 0%/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-top .company .top_title {
    padding-left: 0.5rem;
  }
}
.p-top .company .company__container {
  margin-top: 3rem;
}
.p-top .company .b-button a {
  transition: background-image 0.3s;
}
.p-top {
  /* ============================
  * recruit
  * ========================= */
}
.p-top .recruit {
  position: relative;
  height: 74.8rem;
  padding: 5.6rem 0;
  background: url("../images/bg_sky.jpg");
}
@media screen and (max-width: 768px) {
  .p-top .recruit {
    height: auto;
    padding: 10rem 1rem;
  }
}
.p-top .recruit::before {
  content: "";
  position: absolute;
  top: 5.5rem;
  left: -24rem;
  width: 159rem;
  height: 63.6rem;
  background: url("../../images/recruit_bg_pc.png") no-repeat left/contain;
}
@media screen and (max-width: 768px) {
  .p-top .recruit::before {
    top: inherit;
    bottom: 8rem;
    left: -12rem;
    width: 71.55rem;
    height: 28.62rem;
  }
}
.p-top .recruit .recruit__inner {
  display: flex;
  align-items: center;
  width: 120rem;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__inner {
    display: block;
    width: 100%;
  }
}
.p-top .recruit .recruit__container {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__container {
    margin-right: auto;
    padding-bottom: 32rem;
  }
}
.p-top .recruit .recruit__title {
  position: relative;
  padding-bottom: 5.5rem;
  font-family: var(--marugothic);
  color: var(--sky);
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__title {
    padding-bottom: 3rem;
  }
}
.p-top .recruit .recruit__title .recruit__title__en {
  font-family: var(--roboto);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__title .recruit__title__en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-top .recruit .recruit__title .recruit__title__jp {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  font-size: 4.5rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__title .recruit__title__jp {
    font-size: 2.8rem;
  }
}

.p-news .news::before, .p-news .news::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-news .news::before {
  top: 8rem;
  left: -8rem;
  width: 23.35rem;
  height: 24.3rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-news .news::before {
    top: -11rem;
    width: 14.01rem;
    height: 14.58rem;
  }
}
.p-news .news::after {
  right: 1rem;
  bottom: -3rem;
  width: 14.2rem;
  height: 14.1rem;
  background: url("../images/deco_triangle02.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-news .news::after {
    right: -3rem;
    bottom: 3rem;
    width: 8.52rem;
    height: 8.46rem;
  }
}
.p-news .news .news__list {
  display: flex;
  flex-direction: column;
}
.p-news .news .news__list > li a {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 3.4rem 3.8rem;
  font-size: 1.5rem;
  border-bottom: 1px solid var(--light_gray);
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news .news .news__list > li a {
    flex-wrap: wrap;
    padding: 2rem 1rem;
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .news .news__list > li a:hover {
    border-bottom: 1px solid var(--orange);
    cursor: pointer;
  }
}
.p-news .news .news__list > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news .news .news__list > li a::after {
    right: 0.5rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.p-news .news .news__category {
  display: block;
  flex-shrink: 0;
  width: 13.4rem;
  min-width: 10em;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: var(--green);
  border-width: 1px;
  border-style: solid;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-news .news .news__category {
    width: 12rem;
    font-size: 1.1rem;
  }
}
.p-news .news .news__category.news__category--recruit {
  color: var(--sky);
}
.p-news .news .news__category.news__category--imp {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}
.p-news .news .news__date {
  padding: 0 4rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-news .news .news__date {
    padding: 0 0 0 1.5rem;
    font-size: 1.2rem;
  }
}
.p-news .news .news__label {
  position: relative;
  padding-left: 3.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-news .news .news__label {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0;
  }
}
.p-news .news .news__label::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1px;
  height: calc(100% - 0.4em);
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-news .news .news__label::after {
    content: none;
  }
}

.p-news_detail .news_detail {
  position: relative;
}
.p-news_detail .news_detail::before, .p-news_detail .news_detail::after {
  content: "";
  position: absolute;
  animation: spin 10s linear infinite;
  z-index: -1;
}
.p-news_detail .news_detail::before {
  top: 8rem;
  left: -8rem;
  width: 23.35rem;
  height: 24.3rem;
  background: url("../images/deco_triangle01.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail::before {
    top: -11rem;
    width: 14.01rem;
    height: 14.58rem;
  }
}
.p-news_detail .news_detail::after {
  right: 1rem;
  bottom: -3rem;
  width: 14.2rem;
  height: 14.1rem;
  background: url("../images/deco_triangle02.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail::after {
    right: -3rem;
    bottom: 3rem;
    width: 8.52rem;
    height: 8.46rem;
  }
}
.p-news_detail .news_detail .news_detail__head {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--light_gray02);
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__head {
    padding-bottom: 2rem;
  }
}
.p-news_detail .news_detail .news_detail__body {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__body {
    margin-top: 2rem;
  }
}
.p-news_detail .news_detail .news_detail__meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__meta {
    gap: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__meta .news__date {
    font-size: 1.2rem;
  }
}
.p-news_detail .news_detail .news_detail__meta .news__category {
  padding: 0.5rem 1rem;
  width: 13.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: var(--green);
  border-radius: 100vh;
  flex-shrink: 0;
  min-width: 10em;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__meta .news__category {
    width: 12rem;
    font-size: 1.1rem;
  }
}
.p-news_detail .news_detail .news_detail__meta .news__category.news__category--recruit {
  color: var(--sky);
}
.p-news_detail .news_detail .news_detail__meta .news__category.news__category--imp {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}
.p-news_detail .news_detail .news_detail__content {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content {
    font-size: 1.3rem;
  }
}
.p-news_detail .news_detail .news_detail__content h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--green);
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content h3 {
    font-size: 2rem;
  }
}
.p-news_detail .news_detail .news_detail__content * + h3 {
  margin-top: 2rem;
}
.p-news_detail .news_detail .news_detail__content h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content h4 {
    font-size: 1.8rem;
  }
}
.p-news_detail .news_detail .news_detail__content * + h4 {
  margin-top: 2rem;
}
.p-news_detail .news_detail .news_detail__content h5 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content h5 {
    font-size: 1.6rem;
  }
}
.p-news_detail .news_detail .news_detail__content * + h5 {
  margin-top: 2rem;
}
.p-news_detail .news_detail .news_detail__content p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content p {
    font-size: 1.3rem;
  }
}
.p-news_detail .news_detail .news_detail__content p + p {
  margin-top: 1rem;
}
.p-news_detail .news_detail .news_detail__content strong,
.p-news_detail .news_detail .news_detail__content em {
  font-weight: 700;
}
.p-news_detail .news_detail .news_detail__content ul {
  padding-left: 1.5em;
}
.p-news_detail .news_detail .news_detail__content ul > li {
  list-style: disc;
}
.p-news_detail .news_detail .news_detail__content ul + p {
  margin-top: 1rem;
}
.p-news_detail .news_detail .news_detail__content * + ul {
  margin-top: 0.5rem;
}
.p-news_detail .news_detail .news_detail__content ol {
  padding-left: 1.5em;
}
.p-news_detail .news_detail .news_detail__content ol > li {
  list-style: decimal;
}
.p-news_detail .news_detail .news_detail__content ol + p {
  margin-top: 1rem;
}
.p-news_detail .news_detail .news_detail__content * + ol {
  margin-top: 0.5rem;
}
.p-news_detail .news_detail .news_detail__content dl dt {
  font-weight: 700;
  color: var(--green);
  margin-top: 1rem;
}
.p-news_detail .news_detail .news_detail__content dl dd {
  position: relative;
  padding-left: 1rem;
}
.p-news_detail .news_detail .news_detail__content a {
  color: var(--sky02);
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news_detail .news_detail .news_detail__content a:hover {
    opacity: 0.7;
  }
}
.p-news_detail .news_detail .news_detail__content blockquote {
  margin-top: 1rem;
  padding: 3rem;
  background-color: var(--light_gray);
  border-radius: 0.5rem;
}
.p-news_detail .news_detail .news_detail__content table thead {
  background-color: var(--light_gray);
}
.p-news_detail .news_detail .news_detail__content table th {
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content table th {
    padding: 0.5rem 1rem;
  }
}
.p-news_detail .news_detail .news_detail__content table th + th {
  border-left: 1px solid #ddd;
}
.p-news_detail .news_detail .news_detail__content table td {
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--light_gray03);
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content table td {
    padding: 0.5rem 1rem;
  }
}
.p-news_detail .news_detail .news_detail__content table td + td {
  border-left: 1px solid var(--light_gray03);
}
.p-news_detail .news_detail .news_detail__content table + * {
  margin-top: 2rem;
}
.p-news_detail .news_detail .news_detail__content hr {
  margin: 4rem 0;
  border-top: 1px solid var(--light_gray03);
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__content hr {
    margin: 3rem 0;
  }
}
.p-news_detail .news_detail .news_detail__content iframe {
  max-width: 640px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-news_detail .news_detail .news_detail__content * + iframe {
  margin-top: 2rem;
}
.p-news_detail .news_detail .news_detail__content small {
  font-size: 0.8em;
}
.p-news_detail .news_detail .news_detail__figure {
  display: flex;
  margin-top: 4rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__figure {
    flex-direction: column;
  }
}
.p-news_detail .news_detail .news_detail__image {
  flex: 1;
  max-width: 80rem;
}
.p-news_detail .news_detail .news_detail__image > img {
  width: 100%;
}
.p-news_detail .news_detail .news_detail__link {
  margin-top: 4rem;
}
.p-news_detail .news_detail .news_detail__link a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sky02);
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news_detail .news_detail .news_detail__link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__link a {
    font-size: 1.4rem;
  }
}
.p-news_detail .news_detail .news_detail__link a[href$=".pdf"]::after, .p-news_detail .news_detail .news_detail__link a[href$=".PDF"]::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5rem;
  background: url("../images/ico_pdf01.svg") no-repeat center/contain;
  vertical-align: middle;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__link a[href$=".pdf"]::after, .p-news_detail .news_detail .news_detail__link a[href$=".PDF"]::after {
    width: 2rem;
    height: 2rem;
    margin-left: 0.3rem;
  }
}
.p-news_detail .news_detail .news_detail__foot {
  margin-top: 6rem;
}

.p-company {
  /* ============================
  * message
  * ========================= */
}
.p-company .message .message__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__column {
    display: block;
  }
}
.p-company .message .message__image {
  width: 34.8rem;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__image {
    width: 60%;
    margin: 0 auto;
  }
}
.p-company .message .message__image > img {
  border-radius: 1.5rem;
}
.p-company .message .message__detail {
  flex-basis: 59rem;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__detail {
    width: 100%;
    margin-top: 3rem;
    padding: 0 2rem;
  }
}
.p-company .message .message__copy {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__copy {
    font-size: 1.8rem;
  }
}
.p-company .message .message__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__text {
    font-size: 1.4rem;
  }
}
.p-company .message .message__text + .message__text {
  margin-top: 2rem;
}
.p-company .message .message__name {
  margin-top: 2rem;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__name {
    font-size: 1.4rem;
  }
}
.p-company .message .message__name > span {
  padding-left: 0.5em;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__name > span {
    font-size: 1.8rem;
  }
}
.p-company .message .message__name > span img {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .p-company .message .message__name > span img {
    width: 12rem;
  }
}
.p-company {
  /* ============================
  * profile
  * ========================= */
}
.p-company .profile::before, .p-company .profile::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-company .profile::before {
  top: 8rem;
  left: -6rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-company .profile::before {
    top: -11rem;
    left: -6rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-company .profile::after {
  right: 1rem;
  bottom: -3rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-company .profile::after {
    right: 8rem;
    bottom: -6rem;
  }
}
.p-company .profile .profile__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company .profile .profile__column {
    display: block;
  }
}
.p-company .profile .profile__column .profile__column__left {
  flex-shrink: 0;
}
.p-company .profile .profile__column .profile__column__right {
  flex-basis: 72.4rem;
}
.p-company .profile .profile__list {
  padding: 4rem 6rem 6rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-company .profile .profile__list {
    padding: 2rem;
  }
}
.p-company .profile .profile__list .profile__item {
  display: flex;
  padding: 2rem;
  font-size: 1.5rem;
  border-bottom: 1px solid var(--light_gray02);
}
@media screen and (max-width: 768px) {
  .p-company .profile .profile__list .profile__item {
    padding: 2rem 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company .profile .profile__list .profile__item:last-child {
    border-bottom: none;
  }
}
.p-company .profile .profile__list .profile__item > dt {
  flex-shrink: 0;
  width: 10em;
  margin-right: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company .profile .profile__list .profile__item > dt {
    width: 6em;
  }
}
.p-company .profile .profile__list .profile__item > dd {
  word-break: auto-phrase;
}
.p-company {
  /* ============================
  * access
  * ========================= */
}
.p-company .access::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: 2rem;
  z-index: -1;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-company .access::after {
    top: 2rem;
    right: -2rem;
    bottom: inherit;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-company .access .access__map {
  position: relative;
  z-index: 1;
}
.p-company .access .access__map iframe {
  height: 50rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .p-company .access .access__map iframe {
    height: 40rem;
    border-radius: 1.5rem;
  }
}
.p-company {
  /* ============================
  * sdgs
  * ========================= */
}
.p-company .sdgs {
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs {
    padding: 8rem 0;
  }
}
.p-company .sdgs::after {
  content: "";
  position: absolute;
  top: -11rem;
  right: 10rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs::after {
    right: -8rem;
    width: 17.88rem;
    height: 18.06rem;
  }
}
.p-company .sdgs .sdgs__column {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__column {
    display: block;
  }
}
.p-company .sdgs .sdgs__column .sdgs__column__left {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__column .sdgs__column__left {
    width: 100%;
  }
}
.p-company .sdgs .sdgs__column .sdgs__column__right > img {
  width: 41.2rem;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__column .sdgs__column__right {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.p-company .sdgs .sdgs__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__lead {
    font-size: 1.4rem;
  }
}
.p-company .sdgs .sdgs__card {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card {
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
    padding: 0 2rem;
  }
}
.p-company .sdgs .sdgs__card .sdgs__card__item {
  width: 31rem;
  padding: 4rem 3.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card .sdgs__card__item {
    width: 100%;
    padding: 2rem;
  }
}
.p-company .sdgs .sdgs__card .sdgs__card__image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card .sdgs__card__image {
    width: 60%;
    margin: 0 auto;
  }
}
.p-company .sdgs .sdgs__card .sdgs__card__detail {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card .sdgs__card__detail {
    margin-top: 1rem;
  }
}
.p-company .sdgs .sdgs__card .sdgs__card__detail > dt {
  font-family: var(--marugothic);
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--sky02);
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card .sdgs__card__detail > dt {
    font-size: 1.8rem;
  }
}
.p-company .sdgs .sdgs__card .sdgs__card__detail > dd {
  margin: 1rem auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-company .sdgs .sdgs__card .sdgs__card__detail > dd {
    width: fit-content;
    font-size: 1.4rem;
  }
}

.p-service .anchor_nav {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav {
    margin-top: 4rem;
  }
}
.p-service .anchor_nav .anchor_nav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__list {
    gap: 1rem;
  }
}
.p-service .anchor_nav .anchor_nav__item {
  width: 23.1%;
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__item {
    width: calc(50% - 0.5rem);
  }
}
.p-service .anchor_nav .anchor_nav__item > a {
  display: block;
  position: relative;
  padding: 2.6rem;
  font-family: var(--marugothic);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-service .anchor_nav .anchor_nav__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.4rem 1rem 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-service .anchor_nav .anchor_nav__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01_green.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__item > a::after {
    top: inherit;
    right: inherit;
    bottom: 0.3rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.p-service .anchor_nav .anchor_nav__item.anchor_nav__item--green > a {
  background-color: #f0f8ef;
}
.p-service .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a {
  background-color: #e9f6fb;
}
.p-service .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a::after {
  background: url("../images/ico_arrow01_blue.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__item.anchor_nav__item--sp_blue > a {
    background-color: #e9f6fb;
  }
  .p-service .anchor_nav .anchor_nav__item.anchor_nav__item--sp_blue > a::after {
    background: url("../images/ico_arrow01_blue.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-service .anchor_nav .anchor_nav__item.anchor_nav__item--sp_green > a {
    background-color: #f0f8ef;
  }
  .p-service .anchor_nav .anchor_nav__item.anchor_nav__item--sp_green > a::after {
    background: url("../images/ico_arrow01_green.svg") no-repeat center/contain;
  }
}
.p-service .service .service__title {
  padding-bottom: 0.5rem;
  font-family: var(--marugothic);
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 0.4rem solid var(--green);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__title {
    font-size: 2.4rem;
  }
}
.p-service .service .service__title .service__title__inner {
  position: relative;
  padding: 0 11rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__title .service__title__inner {
    padding: 0 7rem;
  }
}
.p-service .service .service__title .service__title__inner::before, .p-service .service .service__title .service__title__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8.1rem;
  height: 1.4rem;
  background: url("../images/deco_title01.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__title .service__title__inner::before, .p-service .service .service__title .service__title__inner::after {
    width: 5.67rem;
    height: 0.98rem;
  }
}
.p-service .service .service__title .service__title__inner::before {
  left: 0;
}
.p-service .service .service__title .service__title__inner::after {
  right: 0;
}
.p-service .service .service__title.service__title--blue {
  border-bottom: 0.4rem solid var(--sky);
}
.p-service .service .service__title.service__title--blue .service__title__inner::after, .p-service .service .service__title.service__title--blue .service__title__inner::before {
  background: url("../images/deco_title02.svg") no-repeat center/contain;
}
.p-service .service .service__body {
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__body {
    padding: 4rem 2rem;
  }
}
.p-service .service .service__intro {
  text-align: center;
}
.p-service .service .service__copy {
  font-family: var(--marugothic);
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__copy {
    font-size: 1.8rem;
  }
}
.p-service .service .service__lead {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__lead {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-service .service .service__flow .service__flow__item {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__item {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-service .service .service__flow .service__flow__item + .service__flow__item {
  margin-top: 4rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__item + .service__flow__item {
    margin-top: 2rem;
    padding-top: 5.4rem;
  }
}
.p-service .service .service__flow .service__flow__item + .service__flow__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.6rem;
  height: 3.8rem;
  background: url("../images/deco_arrow01.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__item + .service__flow__item::before {
    width: 1.28rem;
    height: 3.04rem;
  }
}
.p-service .service .service__flow .service__flow__image {
  width: 44rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__image {
    width: 100%;
  }
}
.p-service .service .service__flow .service__flow__image > img {
  width: 100%;
  border-radius: 1.5rem;
}
.p-service .service .service__flow .service__flow__detail {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__detail {
    width: 100%;
  }
}
.p-service .service .service__flow .service__flow__detail > dt {
  display: flex;
  position: relative;
  align-items: center;
  gap: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__detail > dt {
    font-size: 1.8rem;
  }
}
.p-service .service .service__flow .service__flow__detail > dt::after {
  content: "";
  top: 50%;
  width: 100%;
  height: 0.4rem;
  margin-right: 1rem;
  background: url("../images/deco_dot01.svg");
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__detail > dt::after {
    height: 0.3rem;
  }
}
.p-service .service .service__flow .service__flow__detail > dt > span {
  flex-shrink: 0;
}
.p-service .service .service__flow .service__flow__detail > dd {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__detail > dd {
    font-size: 1.4rem;
  }
}
.p-service .service .service__flow .service__flow__detail .service__flow__s-text {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__flow .service__flow__detail .service__flow__s-text {
    font-size: 1.5rem;
  }
}
.p-service .service .service__box {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box {
    margin-top: 4rem;
  }
}
.p-service .service .service__box .service__box__title {
  position: relative;
  padding: 1.1rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__title {
    font-size: 1.8rem;
  }
}
.p-service .service .service__box .service__box__title::after {
  content: "";
  position: absolute;
  bottom: -1.9rem;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 2rem 1.75rem 0;
  border-style: solid;
  border-color: var(--sky) transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__title::after {
    bottom: -1.2rem;
    border-width: 1.4rem 1.225rem 0;
  }
}
.p-service .service .service__box .service__box__inner {
  margin-top: -3rem;
  padding: 8rem 5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__inner {
    padding: 6rem 2rem 4rem;
  }
}
.p-service .service .service__box .service__box__lead {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__lead {
    font-size: 1.4rem;
  }
}
.p-service .service .service__box .service__box__image {
  width: 29.6rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__image {
    width: 100%;
    padding: 0 2rem;
  }
}
.p-service .service .service__box .service__box__image img {
  width: 100%;
}
.p-service .service .service__box .service__box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__list {
    flex-direction: column;
    order: 2;
    gap: 3rem;
    width: 100%;
    margin-top: 4rem;
  }
}
.p-service .service .service__box .service__box__item {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__item {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.p-service .service .service__box .service__box__item > dt {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__item > dt {
    width: 100%;
    height: auto;
    padding: 0.3rem 1rem;
    font-size: 1.5rem;
    border-radius: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__item > dd {
    font-size: 1.4rem;
  }
}
.p-service .service .service__box .service__box__item:nth-child(1) > dt {
  background-color: #5abeb9;
}
.p-service .service .service__box .service__box__item:nth-child(2) > dt {
  background-color: #ffc369;
}
.p-service .service .service__box .service__box__item:nth-child(3) > dt {
  background-color: #6ebee6;
}
.p-service .service .service__box .service__box__item:nth-child(4) > dt {
  background-color: #e682a5;
}
.p-service .service .service__box .service__box__slider {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__box .service__box__slider {
    flex-direction: column;
    width: 100%;
  }
}
.p-service .service .service__box .service__box__slider img {
  width: 100%;
  border-radius: 1.5rem;
}
.p-service .service .service__sub_box {
  margin-top: 4rem;
  padding: 6rem 10rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__sub_box {
    margin-top: 2rem;
    padding: 2rem 2rem 4rem;
    border-radius: 2rem;
  }
}
.p-service .service .service__sub_box .service__flow__item {
  align-items: center;
}
.p-service .service .service__sub_box .service__flow__image {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__sub_box .service__flow__image {
    width: 100%;
  }
}
.p-service .service .service__sub_box .service__flow__detail {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__sub_box .service__flow__detail {
    width: 100%;
  }
}
.p-service .service .service__product {
  margin-top: 6rem;
}
.p-service .service .service__product .service__product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__product .service__product__list {
    gap: 2rem;
  }
}
.p-service .service .service__product .service__product__list > li {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__product .service__product__list > li {
    width: 100%;
  }
}
.p-service .service .service__product .service__product__list .service__product__image {
  height: 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__product .service__product__list .service__product__image {
    height: 16rem;
  }
}
.p-service .service .service__product .service__product__list .service__product__image > img {
  width: auto;
  height: 100%;
}
.p-service .service .service__product .service__product__list dl {
  margin-top: 1rem;
}
.p-service .service .service__product .service__product__list dl > dt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__product .service__product__list dl > dt {
    font-size: 1.5rem;
  }
}
.p-service .service .service__product .service__product__list dl > dd {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__product .service__product__list dl > dd {
    margin-top: 0.5rem;
    padding: 0 2rem;
    font-size: 1.3rem;
  }
}
.p-service .service .service__content {
  margin-top: 6rem;
}
.p-service .service .service__content .service__content__column {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__column {
    margin-top: 2rem;
  }
}
.p-service .service .service__content .service__content__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-service .service .service__content .service__content__item + .service__content__item {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__item + .service__content__item {
    margin-top: 6rem;
  }
}
.p-service .service .service__content .service__content__item dl {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__item dl {
    width: 100%;
  }
}
.p-service .service .service__content .service__content__item dt {
  width: 26.4rem;
  margin-right: calc(100% - 26.4rem);
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--green);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__item dt {
    width: 100%;
    margin-right: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-service .service .service__content .service__content__item.service__content__item--full {
  width: 100%;
}
.p-service .service .service__content .service__content__item.service__content__item--full dt,
.p-service .service .service__content .service__content__item.service__content__item--full dd {
  width: 100%;
  margin-right: 0;
}
.p-service .service .service__content .service__content__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__text {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.p-service .service .service__content .service__content__image {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__content .service__content__image {
    width: 100%;
    margin-top: 2rem;
    padding: 0 1rem;
  }
}
.p-service .service .service__content .service__content__image > img {
  width: 100%;
  border-radius: 1.5rem;
}
.p-service .service .service__content.service__content--blue .service__content__item dt {
  background-color: var(--sky);
}
.p-service .manufacturing {
  position: relative;
}
.p-service .manufacturing::before, .p-service .manufacturing::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-service .manufacturing::before {
  top: 8rem;
  left: -6rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-service .manufacturing::before {
    top: -11rem;
    left: -6rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-service .manufacturing::after {
  right: 1rem;
  bottom: -3rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-service .manufacturing::after {
    right: 8rem;
    bottom: -6rem;
  }
}
.p-service .development {
  position: relative;
}
.p-service .production_control {
  position: relative;
}
.p-service .production_control::before, .p-service .production_control::after {
  content: "";
  position: absolute;
  z-index: -1;
  animation: spin 10s linear infinite;
}
.p-service .production_control::before {
  top: 8rem;
  left: -6rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-service .production_control::before {
    top: -11rem;
    left: -6rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-service .production_control::after {
  right: 1rem;
  bottom: -3rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-service .production_control::after {
    right: 8rem;
    bottom: -6rem;
  }
}

.p-privacy .privacy .privacy__item {
  margin-top: 3rem;
}
.p-privacy .privacy .privacy__item > dt {
  padding-left: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__item > dt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-privacy .privacy .privacy__item > dd {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__item > dd {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-privacy .privacy .privacy__item.privacy__item--contact {
  margin-top: 6rem;
  padding: 2rem 4rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__item.privacy__item--contact {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.p-privacy .privacy .privacy__list {
  padding-left: 2em;
}

.p-recruit .b-section__inner {
  position: relative;
  z-index: 1;
}
.p-recruit .intro .intro__copy {
  padding: 3rem 0 2rem;
  font-family: var(--marugothic);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recruit .intro .intro__copy {
    padding: 0 0 4rem;
    font-size: 1.6rem;
  }
}
.p-recruit .intro .intro__lead {
  background: url("../../recruit/images/img_intro01.png") no-repeat right bottom/auto 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .intro .intro__lead {
    padding-bottom: 15rem;
    background: url("../../recruit/images/img_intro01.png") no-repeat right -2rem bottom/contain;
  }
}
.p-recruit .intro .intro__slide {
  position: absolute;
  top: 4rem;
  right: -8rem;
  width: 80.6rem;
  height: 23.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .intro .intro__slide {
    position: relative;
    top: 1rem;
    right: -4rem;
    width: 40.3rem;
    height: 10.75rem;
  }
}
.p-recruit .intro .intro__slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../recruit/images/bg_slide_mask.svg?") no-repeat left bottom/auto 100%;
}
.p-recruit .intro .intro__slider {
  display: block;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../recruit/images/bg_slider_image.jpg?") repeat-x left bottom/auto 100%;
  animation: loop 3000s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-recruit .intro .intro__slider {
    width: auto;
    height: 10.75rem;
  }
}
@keyframes loop {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -100000px center;
  }
}
.p-recruit .intro .intro__message {
  margin-top: 8rem;
  padding: 6rem 4rem 5rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .intro .intro__message {
    margin-top: 8rem;
    padding: 4rem 2rem;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 2rem;
  }
}
.p-recruit .jobs {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs {
    margin-top: 10rem;
  }
}
.p-recruit .jobs::before, .p-recruit .jobs::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.p-recruit .jobs::before {
  top: 22rem;
  left: -6rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs::before {
    top: -3rem;
    left: 18rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-recruit .jobs::after {
  top: -12rem;
  right: -11rem;
  width: 39.928rem;
  height: 35.672rem;
  background: url("../../recruit/images/bg_recruit01.png") no-repeat center/contain;
  transform: rotate(351deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs::after {
    top: -8rem;
    right: -5rem;
    width: 21.39rem;
    height: 19.11rem;
  }
}
.p-recruit .jobs .b-section__body {
  position: relative;
}
.p-recruit .jobs .b-section__body::after {
  content: "";
  position: absolute;
  top: 22rem;
  right: -18rem;
  z-index: -1;
  width: 28.52rem;
  height: 25.48rem;
  background: url("../../recruit/images/bg_recruit02.png") no-repeat center/contain;
  transform: rotate(6deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .b-section__body::after {
    top: inherit;
    bottom: -6rem;
    left: -4rem;
    width: 14.26rem;
    height: 12.74rem;
  }
}
.p-recruit .jobs .jobs__list {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .jobs__list {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.p-recruit .jobs .jobs__list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.5rem;
  height: 14.5rem;
  font-family: var(--marugothic);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .jobs__list > li {
    width: 10rem;
    height: 10rem;
    font-size: 1.8rem;
  }
}
.p-recruit .jobs .jobs__list > li:nth-child(odd) {
  margin-top: 2rem;
  background: url("../images/bg_green02.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .jobs__list > li:nth-child(odd) {
    margin-top: 0;
  }
}
.p-recruit .jobs .jobs__list > li:nth-child(even) {
  background: url("../images/bg_sky.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .jobs__list > li:nth-child(3n-1) {
    margin-top: 2rem;
  }
}
.p-recruit .jobs .jobs__link {
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .jobs .jobs__link {
    margin-top: 2rem;
  }
}
.p-recruit .points {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .points {
    margin-top: 10rem;
  }
}
.p-recruit .points::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10rem;
  z-index: -1;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-recruit .points::after {
    top: -7rem;
    right: -4rem;
    bottom: inherit;
  }
}
.p-recruit .points .points__container {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .points .points__container {
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
  }
}
.p-recruit .points .points__box {
  display: grid;
  grid-template-rows: 0.9fr auto 1fr;
  width: 31rem;
  padding: 3.5rem 3rem;
  background-color: var(--white);
  border: 2px solid var(--light_gray02);
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .points .points__box {
    display: block;
    width: 30rem;
    margin-inline: auto;
    padding: 3rem 2rem;
  }
}
.p-recruit .points .points__box .points__box__label {
  font-family: var(--marugothic);
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--sky);
}
@media screen and (max-width: 768px) {
  .p-recruit .points .points__box .points__box__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .points .points__box .points__box__image {
    width: 80%;
    margin-inline: auto;
  }
}
.p-recruit .points .points__box .points__box__text {
  padding-top: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .points .points__box .points__box__text {
    padding: 1rem 2rem 0;
    font-size: 1.4rem;
  }
}
.p-recruit .stats {
  position: relative;
}
.p-recruit .stats::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit .stats::before {
    top: 1.8rem;
  }
}
.p-recruit .stats::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 12rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats::after {
    right: inherit;
    left: -4rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-recruit .stats .stats__container {
  position: relative;
  z-index: 1;
  padding: 4rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__container {
    padding: 0 0 4rem;
  }
}
.p-recruit .stats .stats__box {
  display: flex;
  position: relative;
  padding: 4rem 3.5rem;
  border-bottom: 0.7rem solid #fceace;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box {
    flex-wrap: wrap;
    padding: 3rem 1rem;
    border-width: 0.5rem;
  }
}
.p-recruit .stats .stats__box .stats__box__label {
  font-family: var(--marugothic);
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__label {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-recruit .stats .stats__box .stats__box__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.p-recruit .stats .stats__box .stats__box__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__note {
    font-size: 1.2rem;
  }
}
.p-recruit .stats .stats__box.stats__box--01 {
  justify-content: space-between;
  align-items: center;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--01 {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-right: 1rem;
  }
}
.p-recruit .stats .stats__box.stats__box--01 .stats__box__data {
  width: 22.7rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--01 .stats__box__data img {
    padding-left: 0.5rem;
  }
}
.p-recruit .stats .stats__box.stats__box--01 .stats__box__image {
  width: 38.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--01 .stats__box__image {
    width: 100%;
    padding-right: 2rem;
  }
}
.p-recruit .stats .stats__box.stats__box--02 {
  justify-content: space-between;
  align-items: center;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--02 {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-right: 1rem;
  }
}
.p-recruit .stats .stats__box.stats__box--02 .stats__box__data {
  width: 33.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--02 .stats__box__data {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--02 .stats__box__data img {
    width: 100%;
  }
}
.p-recruit .stats .stats__box.stats__box--02 .stats__box__image {
  width: 28.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--02 .stats__box__image {
    width: 70%;
    padding-right: 2rem;
  }
}
.p-recruit .stats .stats__box.stats__box--03 {
  flex-direction: column;
  gap: 1rem;
  width: 51.3rem;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--03 {
    justify-content: center;
    width: 100%;
    padding: 3rem 1rem;
    text-align: center;
  }
}
.p-recruit .stats .stats__box.stats__box--03 .stats__box__data {
  width: 19.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--03 .stats__box__data {
    width: 64%;
    margin-inline: auto;
  }
}
.p-recruit .stats .stats__box.stats__box--03 .stats__box__data img {
  width: 100%;
}
.p-recruit .stats .stats__box.stats__box--03 .stats__box__image {
  position: absolute;
  top: 5rem;
  right: 6.3rem;
  width: 20.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--03 .stats__box__image {
    position: relative;
    top: inherit;
    right: inherit;
    width: 60%;
    margin-inline: auto;
    padding-right: 2rem;
  }
}
.p-recruit .stats .stats__box.stats__box--03 .stats__box__text {
  margin-top: 0;
}
.p-recruit .stats .stats__box.stats__box--04 {
  flex-direction: column;
  gap: 1rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--04 {
    display: block;
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--04 .stats__box__data {
    margin-top: 1rem;
  }
}
.p-recruit .stats .stats__box.stats__box--04 .stats__box__data_image {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--04 .stats__box__data_image {
    flex-direction: column;
  }
}
.p-recruit .stats .stats__box.stats__box--04 .stats__box__data_image img {
  width: 17.9rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--04 .stats__box__data_image img {
    width: 80%;
    margin-inline: auto;
  }
}
.p-recruit .stats .stats__box.stats__box--04 .stats__box__image {
  position: absolute;
  top: 3.5rem;
  right: 6.3rem;
  width: 7.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--04 .stats__box__image {
    top: 2rem;
    right: 0;
    width: 18%;
  }
}
.p-recruit .stats .stats__box.stats__box--05 {
  flex-direction: column;
  gap: 4rem;
  padding-top: 0;
  padding-right: 0;
  border-bottom: none;
  border-left: 0.7rem solid #fceace;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--05 {
    gap: 1rem;
    padding-top: 3rem;
    padding-right: 1rem;
    border-top: 0.5rem solid #fceace;
    border-left: none;
  }
}
.p-recruit .stats .stats__box.stats__box--05 .stats__box__data {
  width: 31.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--05 .stats__box__data {
    width: 100%;
    margin-inline: auto;
  }
}
.p-recruit .stats .stats__box.stats__box--05 .stats__box__data img {
  width: 100%;
}
.p-recruit .stats .stats__box.stats__box--05 .stats__box__image {
  width: 31.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--05 .stats__box__image {
    width: 60%;
    margin-inline: auto;
  }
}
.p-recruit .stats .stats__box.stats__box--05 .stats__box__image img {
  width: 100%;
}
.p-recruit .stats .stats__box.stats__box--container01 {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--container01 {
    padding: 0;
  }
}
.p-recruit .stats .stats__box.stats__box--container02 {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box.stats__box--container02 {
    gap: 4rem;
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__left {
    width: 100%;
  }
}
.p-recruit .stats .stats__box .stats__box__left .stats__box__data {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__left .stats__box__data {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box .stats__box__right {
    width: 100%;
  }
}
.p-recruit .stats .stats__box__table {
  width: 45rem;
  margin-top: 2rem;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box__table {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0;
  }
}
.p-recruit .stats .stats__box__table tr {
  border-bottom: 1px solid var(--light_gray02);
}
.p-recruit .stats .stats__box__table th {
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box__table th {
    font-size: 1.6rem;
  }
}
.p-recruit .stats .stats__box__table td {
  width: 11rem;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box__table td {
    width: auto;
    font-size: 1.6rem;
  }
}
.p-recruit .stats .stats__box__table td span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box__table td span {
    font-size: 2.4rem;
  }
}
.p-recruit .stats .stats__box__table thead th {
  text-align: right;
}
.p-recruit .stats .stats__box__row {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .stats .stats__box__row {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-recruit .stats .stats__box__row dt {
  font-weight: 700;
  color: var(--orange);
}
.p-recruit .benefits {
  position: relative;
}
.p-recruit .benefits::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: -6rem;
  z-index: -1;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits::before {
    top: -4rem;
    left: 7rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-recruit .benefits::after {
  content: "";
  position: absolute;
  top: -18rem;
  right: -8rem;
  z-index: -1;
  width: 38.502rem;
  height: 34.398rem;
  background: url("../../recruit/images/bg_recruit03.png") no-repeat center/contain;
  transform: rotate(8deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits::after {
    top: -8rem;
    right: -3rem;
    width: 19.964rem;
    height: 17.836rem;
  }
}
.p-recruit .benefits .b-section__body {
  position: relative;
}
.p-recruit .benefits .b-section__body::after {
  content: "";
  position: absolute;
  top: 26rem;
  left: -22rem;
  z-index: -1;
  width: 28.52rem;
  height: 25.48rem;
  background: url("../../recruit/images/bg_recruit04.png") no-repeat center/contain;
  transform: rotate(351deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits .b-section__body::after {
    top: inherit;
    bottom: -16rem;
    left: -2rem;
    width: 14.26rem;
    height: 12.74rem;
  }
}
.p-recruit .benefits .benefits__container {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits .benefits__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-recruit .benefits .benefits__box {
  width: 48.5%;
  padding: 3.5rem 4rem;
  background-color: var(--white);
  border: 2px solid var(--light_gray02);
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits .benefits__box {
    width: 100%;
  }
}
.p-recruit .benefits .benefits__list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits .benefits__list > li {
    font-size: 1.4rem;
  }
}
.p-recruit .benefits .benefits__list.benefits__list--square > li {
  font-weight: 700;
}
.p-recruit .benefits .benefits__list.benefits__list--square > li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  background-color: var(--sky);
}
@media screen and (max-width: 768px) {
  .p-recruit .benefits .benefits__list.benefits__list--square > li::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
  }
}
.p-recruit .benefits .benefits__list.benefits__list--square > li + li {
  margin-top: 0.5rem;
}
.p-recruit .interview {
  height: 47rem;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview {
    height: 50rem;
    margin-top: 12rem;
    padding-top: 8rem;
  }
}
.p-recruit .interview::before, .p-recruit .interview::after {
  content: "";
  position: absolute;
  z-index: 0;
  animation: spin 10s linear infinite;
}
.p-recruit .interview::before {
  top: 16rem;
  left: 4rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview::before {
    top: 8rem;
    right: -4rem;
    left: inherit;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-recruit .interview::after {
  top: -12rem;
  right: 10rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .interview::after {
    top: 27rem;
    right: inherit;
    left: -2rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-recruit .interview .interview__title {
  position: relative;
  margin-bottom: 3rem;
  color: var(--sky);
}
.p-recruit .interview .interview__title .interview__title__en {
  font-family: var(--roboto);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview .interview__title .interview__title__en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-recruit .interview .interview__title .interview__title__jp {
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview .interview__title .interview__title__jp {
    font-size: 2.8rem;
  }
}
.p-recruit .interview .interview__image > li {
  position: absolute;
}
.p-recruit .interview .interview__image > li:nth-of-type(1) {
  top: 10.8rem;
  right: 41.3rem;
  z-index: 3;
  width: 34.3rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview .interview__image > li:nth-of-type(1) {
    top: inherit;
    right: 2rem;
    bottom: -18rem;
    width: 17.15rem;
  }
}
.p-recruit .interview .interview__image > li:nth-of-type(2) {
  top: -12rem;
  right: 23rem;
  z-index: 2;
  width: 31.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview .interview__image > li:nth-of-type(2) {
    top: inherit;
    right: 16rem;
    bottom: -30rem;
    width: 18.78rem;
  }
}
.p-recruit .interview .interview__image > li:nth-of-type(3) {
  top: 0.7rem;
  right: -6rem;
  width: 32.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .interview .interview__image > li:nth-of-type(3) {
    top: -5rem;
    right: 2rem;
    width: 12.84rem;
  }
}
.p-recruit .interview .interview__image img {
  border-radius: 1rem;
}
.p-recruit .requirements {
  position: relative;
  margin-top: 0;
  padding: 13rem 0;
  overflow: hidden;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements {
    padding: 10rem 0;
  }
}
.p-recruit .requirements::before, .p-recruit .requirements::after {
  content: "";
  position: absolute;
  z-index: 0;
  animation: spin 10s linear infinite;
}
.p-recruit .requirements::before {
  top: -2rem;
  right: 14rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements::before {
    top: 4rem;
    right: -4rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-recruit .requirements::after {
  top: 15rem;
  right: 10rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements::after {
    top: -2rem;
    right: 6rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-recruit .requirements .requirements__list {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements .requirements__list {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.p-recruit .requirements .requirements__list > li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements .requirements__list > li {
    width: 100%;
  }
}
.p-recruit .requirements .requirements__list > li a {
  display: block;
  position: relative;
  padding: 4rem 5rem;
  font-size: 2.7rem;
  font-weight: 700;
  border-radius: 2.5rem;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements .requirements__list > li a {
    padding: 3rem;
    font-size: 2rem;
  }
}
.p-recruit .requirements .requirements__list > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../images/ico_arrow02.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit .requirements .requirements__list > li a::after {
    right: 3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit .requirements .requirements__list > li a:hover {
    filter: saturate(1.5);
  }
  .p-recruit .requirements .requirements__list > li a:hover::after {
    right: 4rem;
  }
}

.p-recruit_careers .anchor_nav {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .anchor_nav {
    margin-top: 4rem;
  }
}
.p-recruit_careers .anchor_nav .anchor_nav__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .anchor_nav .anchor_nav__list {
    gap: 1rem;
  }
}
.p-recruit_careers .anchor_nav .anchor_nav__item {
  width: 100%;
}
.p-recruit_careers .anchor_nav .anchor_nav__item > a {
  display: block;
  position: relative;
  padding: 2.6rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_careers .anchor_nav .anchor_nav__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .anchor_nav .anchor_nav__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.4rem 1rem 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-recruit_careers .anchor_nav .anchor_nav__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01_green.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .anchor_nav .anchor_nav__item > a::after {
    top: inherit;
    right: inherit;
    bottom: 0.3rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.p-recruit_careers .anchor_nav .anchor_nav__item.anchor_nav__item--green > a {
  background-color: #f0f8ef;
}
.p-recruit_careers .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a {
  background-color: #e9f6fb;
}
.p-recruit_careers .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a::after {
  background: url("../images/ico_arrow01_blue.svg") no-repeat center/contain;
}
.p-recruit_careers .info .info__list {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .info .info__list {
    padding-top: 0;
  }
}
.p-recruit_careers .info .info__list > dl {
  display: flex;
  border-bottom: 1px solid var(--light_gray02);
}
.p-recruit_careers .info .info__list > dl:first-child {
  border-top: 1px solid var(--light_gray02);
}
.p-recruit_careers .info .info__list > dl > dt {
  flex-shrink: 0;
  width: 20rem;
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: auto-phrase;
  background-color: var(--light_gray);
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .info .info__list > dl > dt {
    width: 11rem;
    padding: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-recruit_careers .info .info__list > dl > dd {
  padding: 3rem;
  font-size: 1.6rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .info .info__list > dl > dd {
    padding: 1.5rem 0 1.5rem 1.5rem;
    font-size: 1.3rem;
  }
}
.p-recruit_careers .step .step__list {
  padding-top: 2rem;
}
.p-recruit_careers .step .step__item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  background-color: var(--light_gray);
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item {
    gap: 1rem;
    padding: 2rem 1rem;
    border-radius: 2rem;
  }
}
.p-recruit_careers .step .step__item + .step__item {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item + .step__item {
    margin-top: 6rem;
  }
}
.p-recruit_careers .step .step__item + .step__item::before {
  content: "";
  position: absolute;
  top: -5.8rem;
  left: 50%;
  width: 1.6rem;
  height: 3.8rem;
  background: url("../images/deco_arrow01.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item + .step__item::before {
    top: -4.4rem;
    width: 1.28rem;
    height: 3.04rem;
  }
}
.p-recruit_careers .step .step__item .step__item__left {
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__left {
    width: 8rem;
  }
}
.p-recruit_careers .step .step__item .step__item__left img {
  width: 100%;
}
.p-recruit_careers .step .step__item .step__item__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__title {
    gap: 1rem;
  }
}
.p-recruit_careers .step .step__item .step__item__num {
  flex-shrink: 0;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__num {
    display: flex;
    position: absolute;
    top: -2.5rem;
    left: -1rem;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-recruit_careers .step .step__item .step__item__num.step__item__num--green {
  background-color: var(--green);
}
.p-recruit_careers .step .step__item .step__item__label {
  font-family: var(--marugothic);
  font-size: 2.6rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__label {
    font-size: 1.8rem;
  }
}
.p-recruit_careers .step .step__item .step__item__label > span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__label > span {
    display: block;
    font-size: 1.4rem;
  }
}
.p-recruit_careers .step .step__item .step__item__text {
  margin-top: 1rem;
  padding-left: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .step .step__item .step__item__text {
    padding-left: 0;
    font-size: 1.3rem;
  }
}
.p-recruit_careers .entry {
  padding: 13rem 0;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .entry {
    padding: 8rem 0;
  }
}
.p-recruit_careers .entry .entry__button a {
  display: block;
  position: relative;
  width: 80%;
  margin-inline: auto;
  padding: 3.5rem 5rem;
  overflow: hidden;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .entry .entry__button a {
    width: 100%;
    padding: 3rem 4rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    border-radius: 2rem;
  }
}
.p-recruit_careers .entry .entry__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  background: url("../images/ico_arrow03.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .entry .entry__button a::after {
    right: 3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_careers .entry .entry__button a:hover {
    filter: saturate(1.5);
  }
  .p-recruit_careers .entry .entry__button a:hover::after {
    right: 4rem;
  }
}
.p-recruit_careers .entry .entry__button a > span {
  position: relative;
  z-index: 1;
}
.p-recruit_careers .entry .entry__button.entry__button--green a {
  background-color: var(--green);
}
.p-recruit_careers .contact {
  margin-top: 0;
  padding: 13rem 0;
  text-align: center;
  background: url("../images/bg_sky02.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact {
    padding: 8rem 0;
  }
}
.p-recruit_careers .contact .contact__lead {
  font-size: 2.2rem;
  font-weight: 700;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__lead {
    font-size: 1.5rem;
  }
}
.p-recruit_careers .contact .contact__tel {
  margin-top: 2rem;
  font-family: var(--roboto);
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__tel {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-recruit_careers .contact .contact__tel > a {
  font-size: 145%;
}
.p-recruit_careers .contact .contact__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__text {
    font-size: 1.3rem;
  }
}
.p-recruit_careers .contact .contact__button {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__button {
    margin-top: 3rem;
  }
}
.p-recruit_careers .contact .contact__button a {
  display: block;
  position: relative;
  width: 56rem;
  margin-inline: auto;
  padding: 3rem;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__button a {
    width: 100%;
    padding: 3rem 4rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    border-radius: 2rem;
  }
}
.p-recruit_careers .contact .contact__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/ico_arrow03.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_careers .contact .contact__button a::after {
    right: 3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_careers .contact .contact__button a:hover {
    filter: saturate(1.5);
  }
  .p-recruit_careers .contact .contact__button a:hover::after {
    right: 3rem;
  }
}
.p-recruit_careers .contact .contact__button a > span {
  position: relative;
  z-index: 1;
}

.p-recruit_parttime .anchor_nav {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .anchor_nav {
    margin-top: 4rem;
  }
}
.p-recruit_parttime .anchor_nav .anchor_nav__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .anchor_nav .anchor_nav__list {
    gap: 1rem;
  }
}
.p-recruit_parttime .anchor_nav .anchor_nav__item {
  width: 100%;
}
.p-recruit_parttime .anchor_nav .anchor_nav__item > a {
  display: block;
  position: relative;
  padding: 2.6rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_parttime .anchor_nav .anchor_nav__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .anchor_nav .anchor_nav__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.4rem 1rem 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-recruit_parttime .anchor_nav .anchor_nav__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url("../images/ico_arrow01_green.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .anchor_nav .anchor_nav__item > a::after {
    top: inherit;
    right: inherit;
    bottom: 0.3rem;
    width: 0.6rem;
    height: 0.9rem;
  }
}
.p-recruit_parttime .anchor_nav .anchor_nav__item.anchor_nav__item--green > a {
  background-color: #f0f8ef;
}
.p-recruit_parttime .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a {
  background-color: #e9f6fb;
}
.p-recruit_parttime .anchor_nav .anchor_nav__item.anchor_nav__item--blue > a::after {
  background: url("../images/ico_arrow01_blue.svg") no-repeat center/contain;
}
.p-recruit_parttime .info .info__list {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .info .info__list {
    padding-top: 0;
  }
}
.p-recruit_parttime .info .info__list > dl {
  display: flex;
  border-bottom: 1px solid var(--light_gray02);
}
.p-recruit_parttime .info .info__list > dl:first-child {
  border-top: 1px solid var(--light_gray02);
}
.p-recruit_parttime .info .info__list > dl > dt {
  flex-shrink: 0;
  width: 20rem;
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: auto-phrase;
  background-color: var(--light_gray);
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .info .info__list > dl > dt {
    width: 11rem;
    padding: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-recruit_parttime .info .info__list > dl > dd {
  padding: 3rem;
  font-size: 1.6rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .info .info__list > dl > dd {
    padding: 1.5rem 0 1.5rem 1.5rem;
    font-size: 1.3rem;
  }
}
.p-recruit_parttime .step .step__list {
  padding-top: 2rem;
}
.p-recruit_parttime .step .step__item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  background-color: var(--light_gray);
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item {
    gap: 1rem;
    padding: 2rem 1rem;
    border-radius: 2rem;
  }
}
.p-recruit_parttime .step .step__item + .step__item {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item + .step__item {
    margin-top: 6rem;
  }
}
.p-recruit_parttime .step .step__item + .step__item::before {
  content: "";
  position: absolute;
  top: -5.8rem;
  left: 50%;
  width: 1.6rem;
  height: 3.8rem;
  background: url("../images/deco_arrow01.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item + .step__item::before {
    top: -4.4rem;
    width: 1.28rem;
    height: 3.04rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__left {
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__left {
    width: 8rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__left img {
  width: 100%;
}
.p-recruit_parttime .step .step__item .step__item__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__title {
    gap: 1rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__num {
  flex-shrink: 0;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__num {
    display: flex;
    position: absolute;
    top: -2rem;
    left: -1rem;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    padding: 0;
    font-size: 1.4rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__num.step__item__num--green {
  background-color: var(--green);
}
.p-recruit_parttime .step .step__item .step__item__label {
  font-family: var(--marugothic);
  font-size: 3rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__label {
    font-size: 1.8rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__label > span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__label > span {
    display: block;
    font-size: 1.4rem;
  }
}
.p-recruit_parttime .step .step__item .step__item__text {
  margin-top: 1rem;
  padding-left: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .step .step__item .step__item__text {
    padding-left: 0;
    font-size: 1.3rem;
  }
}
.p-recruit_parttime .entry {
  padding: 13rem 0;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .entry {
    padding: 8rem 0;
  }
}
.p-recruit_parttime .entry .entry__button a {
  display: block;
  position: relative;
  width: 80%;
  margin-inline: auto;
  padding: 4rem 5rem;
  overflow: hidden;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .entry .entry__button a {
    width: 100%;
    padding: 3rem 4rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    border-radius: 2rem;
  }
}
.p-recruit_parttime .entry .entry__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  background: url("../images/ico_arrow03.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .entry .entry__button a::after {
    right: 3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_parttime .entry .entry__button a:hover {
    filter: saturate(1.5);
  }
  .p-recruit_parttime .entry .entry__button a:hover::after {
    right: 4rem;
  }
}
.p-recruit_parttime .entry .entry__button a > span {
  position: relative;
  z-index: 1;
}
.p-recruit_parttime .entry .entry__button.entry__button--green a {
  background-color: var(--green);
}
.p-recruit_parttime .contact {
  margin-top: 0;
  padding: 13rem 0;
  text-align: center;
  background: url("../images/bg_sky02.jpg");
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact {
    padding: 8rem 0;
  }
}
.p-recruit_parttime .contact .contact__lead {
  font-size: 2.2rem;
  font-weight: 700;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__lead {
    font-size: 1.6rem;
  }
}
.p-recruit_parttime .contact .contact__tel {
  margin-top: 2rem;
  font-family: var(--roboto);
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__tel {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-recruit_parttime .contact .contact__tel > a {
  font-size: 145%;
}
.p-recruit_parttime .contact .contact__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__text {
    font-size: 1.3rem;
  }
}
.p-recruit_parttime .contact .contact__button {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__button {
    margin-top: 3rem;
  }
}
.p-recruit_parttime .contact .contact__button a {
  display: block;
  position: relative;
  width: 56rem;
  margin-inline: auto;
  padding: 3rem;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--sky);
  border-radius: 100vh;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__button a {
    width: 100%;
    padding: 3rem 4rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    border-radius: 2rem;
  }
}
.p-recruit_parttime .contact .contact__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/ico_arrow03.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_parttime .contact .contact__button a::after {
    right: 3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_parttime .contact .contact__button a:hover {
    filter: saturate(1.5);
  }
  .p-recruit_parttime .contact .contact__button a:hover::after {
    right: 3rem;
  }
}
.p-recruit_parttime .contact .contact__button a > span {
  position: relative;
  z-index: 1;
}

.p-interview .interview {
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview {
    margin-bottom: 8rem;
  }
}
.p-interview .interview .interview__box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box {
    gap: 2rem;
    padding: 4rem 2rem;
  }
}
.p-interview .interview .interview__box:first-child::before, .p-interview .interview .interview__box:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 22rem;
  left: -27rem;
  z-index: -1;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box:first-child::before, .p-interview .interview .interview__box:nth-of-type(3)::before {
    top: -10rem;
    left: -6rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-interview .interview .interview__box:first-child::after {
  top: -5rem;
  right: -18rem;
  width: 11.92rem;
  height: 12.04rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box:first-child::after {
    right: inherit;
    left: -4rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-interview .interview .interview__box:nth-of-type(3)::before {
  top: -6rem;
  left: -13rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box:nth-of-type(3)::before {
    top: -13rem;
    right: -4rem;
    left: inherit;
  }
}
.p-interview .interview .interview__box + .interview__box {
  margin-top: 6rem;
}
.p-interview .interview .interview__box .interview__box__left {
  width: 35rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__left {
    width: 100%;
  }
}
.p-interview .interview .interview__box .interview__box__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 41rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__right {
    width: 100%;
  }
}
.p-interview .interview .interview__box .interview__box__photo {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__photo {
    width: 24rem;
    margin-inline: auto;
  }
}
.p-interview .interview .interview__box .interview__box__photo img {
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__photo img {
    border-radius: 1.5rem;
  }
}
.p-interview .interview .interview__box .interview__box__name {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__name {
    font-size: 1.3rem;
  }
}
.p-interview .interview .interview__box .interview__box__label {
  font-family: var(--marugothic);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__label {
    font-size: 1.6rem;
  }
}
.p-interview .interview .interview__box .interview__box__text {
  padding-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__text {
    font-size: 1.4rem;
  }
}
.p-interview .interview .interview__box .interview__box__features {
  width: 100%;
  margin-top: 4rem;
  padding: 2rem 4rem;
  background-color: var(--white);
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__box .interview__box__features {
    margin-top: 0;
    padding: 2rem 1.5rem;
  }
}
.p-interview .interview .interview__box.interview__box--green {
  border-top: 0.4rem solid var(--green);
}
.p-interview .interview .interview__box.interview__box--green .interview__box__label {
  color: var(--green);
}
.p-interview .interview .interview__box.interview__box--blue {
  border-top: 0.4rem solid var(--sky);
}
.p-interview .interview .interview__box.interview__box--blue .interview__box__label {
  color: var(--sky);
}
.p-interview .interview .interview__message {
  position: relative;
  margin-top: 10rem;
  padding-top: 6rem;
  background-color: var(--white);
  border: 2px solid var(--light_gray02);
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__message {
    margin-top: 6rem;
    padding-top: 4rem;
  }
}
.p-interview .interview .interview__message::before, .p-interview .interview .interview__message::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
  animation: spin 10s linear infinite;
}
.p-interview .interview .interview__message::before {
  top: -5rem;
  right: -18rem;
  width: 11.92rem;
  height: 12.04rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__message::before {
    right: inherit;
    left: -4rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-interview .interview .interview__message::after {
  bottom: 15rem;
  left: -26rem;
  width: 17.88rem;
  height: 18.06rem;
}
@media screen and (max-width: 768px) {
  .p-interview .interview .interview__message::after {
    top: 6rem;
    bottom: inherit;
    left: 1rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-interview .interview .interview__message .interview__box {
  gap: 2rem;
  border-radius: 2.5rem;
}
.p-interview .interview .interview__message .interview__box .interview__box__label {
  color: var(--sky02);
}
.p-interview .interview .interview__message .interview__box__features {
  margin-top: 2rem;
}
.p-interview .requirements {
  position: relative;
  margin-top: 0;
  padding: 13rem 0;
  overflow: hidden;
  background: url("../images/bg_ivory.jpg");
}
@media screen and (max-width: 768px) {
  .p-interview .requirements {
    padding: 8rem 0 10rem;
  }
}
.p-interview .requirements::before, .p-interview .requirements::after {
  content: "";
  position: absolute;
  z-index: 0;
  animation: spin 10s linear infinite;
}
.p-interview .requirements::before {
  top: -2rem;
  right: 14rem;
  width: 23.84rem;
  height: 24.08rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-interview .requirements::before {
    top: 4rem;
    right: -4rem;
    width: 14.9rem;
    height: 15.05rem;
  }
}
.p-interview .requirements::after {
  top: 15rem;
  right: 10rem;
  width: 14.9rem;
  height: 15.05rem;
  background: url("../images/deco_triangle03.png") no-repeat center/contain;
  transform: rotate(339deg);
}
@media screen and (max-width: 768px) {
  .p-interview .requirements::after {
    top: -2rem;
    right: 6rem;
    width: 8.94rem;
    height: 9.03rem;
  }
}
.p-interview .requirements .requirements__list {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-interview .requirements .requirements__list {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.p-interview .requirements .requirements__list > li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .p-interview .requirements .requirements__list > li {
    width: 100%;
  }
}
.p-interview .requirements .requirements__list > li a {
  display: block;
  position: relative;
  padding: 4rem 5rem;
  font-size: 2.7rem;
  font-weight: 700;
  border-radius: 2.5rem;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .p-interview .requirements .requirements__list > li a {
    padding: 3rem;
    font-size: 2rem;
  }
}
.p-interview .requirements .requirements__list > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../images/ico_arrow02.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-interview .requirements .requirements__list > li a::after {
    right: 3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-interview .requirements .requirements__list > li a:hover {
    filter: saturate(1.5);
  }
  .p-interview .requirements .requirements__list > li a:hover::after {
    right: 4rem;
  }
}

.p-recruit_inquiry .inquiry .inquiry__notes {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .inquiry .inquiry__notes {
    font-size: 1.2rem;
  }
}
.p-recruit_inquiry .step {
  position: relative;
  max-width: 62rem;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .step {
    margin: 4rem;
  }
}
.p-recruit_inquiry .step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0.2rem;
  margin-top: 1.3rem;
  background-color: var(--light_gray03);
}
.p-recruit_inquiry .step .step__list {
  display: flex;
  position: relative;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: start;
  -ms-flex-align: start;
}
.p-recruit_inquiry .step .step__list li {
  background: var(--white);
}
.p-recruit_inquiry .step .step__list .is-current .step__icon {
  border-radius: 1.4rem;
  box-shadow: 0 0 0 2px var(--sky) inset;
}
.p-recruit_inquiry .step .step__list .is-current .step__icon::after {
  width: 1.8rem;
  max-width: 1.8rem;
  height: 1.8rem;
  background-color: var(--sky);
  border-radius: 1.8rem;
}
.p-recruit_inquiry .step .step__list .is-current .step__text {
  color: var(--black);
}
.p-recruit_inquiry .step .step__list .step__icon {
  position: relative;
  width: 3rem;
  max-width: 3rem;
  height: 3rem;
  padding-top: 3rem;
  font-size: 0;
  border-radius: 3rem;
}
.p-recruit_inquiry .step .step__list .step__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1.2rem;
  max-width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  background-color: var(--light_gray03);
  border-radius: 1.2rem;
}
.p-recruit_inquiry .step .step__list .step__text {
  margin-top: 1rem;
  font-weight: bold;
  color: var(--light_gray02);
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .step .step__list .step__text {
    font-size: 1.4rem;
  }
}
.p-recruit_inquiry .description {
  padding: 3rem 4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .description {
    padding: 3rem 2rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-recruit_inquiry .description .description__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .description .description__title {
    font-size: 1.6rem;
  }
}
.p-recruit_inquiry .description .description__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .description .description__text {
    text-align: left;
  }
}
.p-recruit_inquiry .description .description__notes {
  font-size: 1.4rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .description .description__notes {
    font-size: 1.2rem;
  }
}
.p-recruit_inquiry .form {
  margin: 6rem 0;
}
.p-recruit_inquiry .form .form__text_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-recruit_inquiry .form .form__policy {
  display: flex;
  gap: 10rem;
  margin-bottom: 6rem;
  padding: 2rem 4rem;
  font-weight: 700;
  background-color: var(--light_gray03);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__policy {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__policy .form__policy__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__policy .b-ico_required {
    margin-bottom: 1.5rem;
  }
}
.p-recruit_inquiry .form .form__row {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem;
  border-bottom: 1px solid var(--light_gray02);
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem 3rem;
  }
}
.p-recruit_inquiry .form .form__row .form__row {
  gap: 6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__row .form__row {
    flex-flow: row nowrap;
    gap: 2rem;
    padding: 2rem 0 3rem;
  }
}
.p-recruit_inquiry .form .form__row .form__row:first-of-type {
  padding-top: 0;
}
.p-recruit_inquiry .form .form__row .form__row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-recruit_inquiry .form .form__row .form__row .form__control {
  position: relative;
  flex-wrap: wrap;
  width: calc(50% - 3rem);
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__row .form__row .form__control {
    width: calc(50% - 0.5rem);
  }
}
.p-recruit_inquiry .form .form__row .form__row .form__sublabel {
  flex-shrink: 0;
}
.p-recruit_inquiry .form .form__row .form__row .form__sublabel + .form__input {
  width: calc(100% - (2em + 1rem));
}
.p-recruit_inquiry .form .form__row .form__row .form__error {
  width: 100%;
  margin-bottom: 0;
}
.p-recruit_inquiry .form .form__fieldset {
  width: 100%;
  min-width: 0;
  min-inline-size: auto;
  margin: 0;
  padding-block: 0;
  padding-inline: 0;
  border: none;
}
.p-recruit_inquiry .form .form__label {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 28rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__label {
    font-size: 1.5rem;
  }
}
.p-recruit_inquiry .form .form__input,
.p-recruit_inquiry .form .form__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1.4rem;
  background-color: #fafafa;
  border: 1px solid var(--light_gray03);
  border-radius: 0.3rem;
}
.p-recruit_inquiry .form .form__input.form__input--s,
.p-recruit_inquiry .form .form__textarea.form__input--s {
  width: 20rem;
}
.p-recruit_inquiry .form .form__textarea {
  min-height: 14rem;
  resize: vertical;
}
.p-recruit_inquiry .form .form__field {
  flex: 1;
  width: 100%;
}
.p-recruit_inquiry .form .form__field.form__field--column {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__field.form__field--column {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-recruit_inquiry .form .form__group {
  flex: 1;
}
.p-recruit_inquiry .form .form__sublabel {
  width: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__sublabel {
    font-size: 1.3rem;
  }
}
.p-recruit_inquiry .form .form_button_area {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form_button_area {
    flex-direction: column-reverse;
    margin-top: 4rem;
  }
}
.p-recruit_inquiry .form .form__modify_btn {
  display: block;
  width: 100%;
  max-width: 40rem;
  padding: 1.9rem 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--sky);
  background: #fff;
  border: 1px solid var(--sky);
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__modify_btn {
    font-size: 1.8rem;
  }
}
.p-recruit_inquiry .form .form__modify_btn {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_inquiry .form .form__modify_btn:hover {
    opacity: 0.7;
  }
}
.p-recruit_inquiry .form .form__submit_btn {
  display: block;
  width: 100%;
  max-width: 40rem;
  padding: 1.9rem 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: var(--sky);
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__submit_btn {
    font-size: 1.8rem;
  }
}
.p-recruit_inquiry .form .form__submit_btn {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit_inquiry .form .form__submit_btn:hover {
    opacity: 0.7;
  }
}
.p-recruit_inquiry .form .form__submit_btn.is-disabled {
  background-color: var(--light_gray02);
  pointer-events: none;
}
.p-recruit_inquiry .form .form__remarks {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit_inquiry .form .form__remarks {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */
