@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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

    variable

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

	mixin

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

	基本

*************************************************/
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: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

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

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

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

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

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

	utility

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

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

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

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

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

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

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

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

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

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

.b-m5 {
  margin: 5px !important;
}

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

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

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

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

.b-p5 {
  padding: 5px !important;
}

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

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

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

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

.b-m10 {
  margin: 10px !important;
}

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

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

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

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

.b-p10 {
  padding: 10px !important;
}

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

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

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

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

.b-m15 {
  margin: 15px !important;
}

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

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

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

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

.b-p15 {
  padding: 15px !important;
}

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

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

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

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

.b-m20 {
  margin: 20px !important;
}

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

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

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

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

.b-p20 {
  padding: 20px !important;
}

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

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

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

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

.b-m25 {
  margin: 25px !important;
}

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

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

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

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

.b-p25 {
  padding: 25px !important;
}

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

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

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

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

.b-m30 {
  margin: 30px !important;
}

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

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

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

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

.b-p30 {
  padding: 30px !important;
}

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

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

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

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

.b-m35 {
  margin: 35px !important;
}

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

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

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

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

.b-p35 {
  padding: 35px !important;
}

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

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

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

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

.b-m40 {
  margin: 40px !important;
}

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

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

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

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

.b-p40 {
  padding: 40px !important;
}

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

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

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

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

.b-m45 {
  margin: 45px !important;
}

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

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

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

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

.b-p45 {
  padding: 45px !important;
}

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

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

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

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

.b-m50 {
  margin: 50px !important;
}

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

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

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

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

.b-p50 {
  padding: 50px !important;
}

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

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

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

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

.b-m55 {
  margin: 55px !important;
}

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

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

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

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

.b-p55 {
  padding: 55px !important;
}

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

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

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

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

.b-m60 {
  margin: 60px !important;
}

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

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

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

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

.b-p60 {
  padding: 60px !important;
}

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

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

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

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

.b-m65 {
  margin: 65px !important;
}

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

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

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

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

.b-p65 {
  padding: 65px !important;
}

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

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

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

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

.b-m70 {
  margin: 70px !important;
}

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

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

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

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

.b-p70 {
  padding: 70px !important;
}

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

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

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

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

.b-m75 {
  margin: 75px !important;
}

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

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

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

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

.b-p75 {
  padding: 75px !important;
}

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

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

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

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

.b-m80 {
  margin: 80px !important;
}

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

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

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

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

.b-p80 {
  padding: 80px !important;
}

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

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

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

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

.b-m85 {
  margin: 85px !important;
}

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

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

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

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

.b-p85 {
  padding: 85px !important;
}

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

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

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

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

.b-m90 {
  margin: 90px !important;
}

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

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

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

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

.b-p90 {
  padding: 90px !important;
}

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

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

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

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

.b-m95 {
  margin: 95px !important;
}

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

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

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

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

.b-p95 {
  padding: 95px !important;
}

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

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

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

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

.b-m100 {
  margin: 100px !important;
}

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

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

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

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

.b-p100 {
  padding: 100px !important;
}

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

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

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

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

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

.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;
  }
}

.b-sp_br02 {
  display: none;
}
@media screen and (max-width: 576px) {
  .b-sp_br02 {
    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: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "YuGothic", "Yu Gothic", "游ゴシック体", "Meiryo", "Arial", sans-serif;
  --urbanist: "Urbanist", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "YuGothic", "Yu Gothic", "游ゴシック体", "Meiryo", "Arial", sans-serif;
  --lato: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "YuGothic", "Yu Gothic", "游ゴシック体", "Meiryo", "Arial", sans-serif;
  --black: #333;
  --red: #d00;
  --blue: #1e4e8c;
  --sky: #3ea4f8;
  --sky_pale: #eff3f8;
  --gray: #70707e;
  --light_gray: #cccccc;
  --border: #dedede;
  --black_rgb: 51, 51, 51;
  --red_rgb: 221, 0, 0;
  --blue_rgb: 30, 78, 140;
  --sky_rgb: 62, 164, 248;
  --sky_pale_rgb: 239, 243, 248;
  --gray_rgb: 112, 112, 126;
  --light_gray_rgb: 204, 204, 204;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
  hanging-punctuation: allow-end;
  text-spacing-trim: trim-start;
  text-autospace: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.b-containter {
  position: relative;
}

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

	button

*************************************************/
.b-btn01 a,
.b-btn01 button {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 13px;
  border: 1px solid;
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-btn01 a:hover,
  .b-btn01 button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-btn01 a,
  .b-btn01 button {
    padding: 10px;
  }
}
.b-btn01.b-btn01--small {
  max-width: 200px;
}
.b-btn01.b-btn01--big {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.b-btn01.b-btn01--big a {
  max-width: 400px;
}
.b-btn01.b-btn01--sky a,
.b-btn01.b-btn01--sky button {
  color: var(--sky);
}

.b-btn02 a,
.b-btn02 button {
  font-size: 1.5rem;
  color: var(--sky);
  padding-right: 55px;
  min-height: 40px;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-btn02 a:hover,
  .b-btn02 button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-btn02 a,
  .b-btn02 button {
    font-size: 1.3rem;
    padding-right: 45px;
  }
}
.b-btn02 a::after,
.b-btn02 button::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--sky);
  background: url("../images/ico_arrow__sky.svg") no-repeat center/12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-btn02 a::after,
  .b-btn02 button::after {
    width: 30px;
    height: 30px;
  }
}
.b-btn02.b-btn02--back a,
.b-btn02.b-btn02--back button {
  padding-left: 55px;
  padding-right: 0;
}
.b-btn02.b-btn02--back a::after,
.b-btn02.b-btn02--back button::after {
  left: 0;
  right: unset;
  transform: translateY(-50%) scale(-1);
}

.b-btn_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.b-btn_to_top a {
  display: inline-block;
}
.b-btn_to_top.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .b-btn_to_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
}
.b-btn_to_top a {
  background: var(--sky_pale);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-btn_to_top a:hover {
    opacity: 0.7;
  }
}
.b-btn_to_top a img {
  max-width: 50%;
  margin-bottom: 5px;
}

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

	text

*************************************************/
.b-text_link {
  color: var(--sky);
  text-decoration: underline;
}

.b-text_color {
  color: var(--sky);
}

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

	icon

*************************************************/
.b-ico_pdf {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}
.b-ico_pdf::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/ico_pdf.svg) no-repeat;
  width: 19px;
  height: 24px;
  display: inline-block;
}

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

	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;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.b-modal .b-modal__btn_outer {
  position: absolute;
  top: -25px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__btn_outer {
    top: -15px;
    right: -10px;
  }
}
.b-modal .b-modal__btn_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__btn_close {
    width: 40px;
    height: 40px;
  }
}
.b-modal .b-modal__btn_close::before, .b-modal .b-modal__btn_close::after {
  content: "";
  display: block;
  background: var(--gray);
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__btn_close::before, .b-modal .b-modal__btn_close::after {
    width: 20px;
  }
}
.b-modal .b-modal__btn_close::after {
  transform: rotate(-45deg);
}
.b-modal .b-modal__contents {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.b-modal .b-modal__contents_inner {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.b-modal .b-modal__body {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__body {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
.b-modal .b-modal__body__inner {
  padding: 20px 30px;
  height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__body__inner {
    padding: 10px 20px;
  }
}
.b-modal .b-modal__display {
  position: relative;
  width: 100%;
}
.b-modal .b-modal__display.b-modal__display__iframe {
  aspect-ratio: 16/9;
}
.b-modal .b-modal__display.b-modal__display__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.b-modal .b-modal__display.b-modal__display__img img {
  width: 100%;
  height: 100%;
}
.b-modal .b-modal__detail {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__detail {
    margin-top: 15px;
  }
}
.b-modal .b-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-modal .b-modal__category {
  font-size: 1.3rem;
  padding: 0 15px;
  border-radius: 100vh;
  color: var(--blue);
  background: var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__category {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.b-modal .b-modal__date {
  font-size: 1.5rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__date {
    font-size: 1.2rem;
  }
}
.b-modal .b-modal__title {
  margin-top: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .b-modal .b-modal__title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.b-modal .b-modal__text {
  margin-top: 20px;
}

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

	slider

*************************************************/
.b-slider .swiper-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .b-slider .swiper-controls {
    margin-top: 30px;
  }
}
.b-slider .swiper-controls__prev,
.b-slider .swiper-controls__next {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.b-slider .swiper-button-next-custom,
.b-slider .swiper-button-prev-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sky);
  border-radius: 50%;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-slider .swiper-button-next-custom:hover,
  .b-slider .swiper-button-prev-custom:hover {
    opacity: 0.7;
  }
}
.b-slider .swiper-button-next-custom::before,
.b-slider .swiper-button-prev-custom::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sky);
  border-right: 2px solid var(--sky);
  transform: translateX(-15%) rotate(45deg);
}
.b-slider .swiper-button-prev-custom::before {
  transform: translateX(15%) rotate(225deg);
}
.b-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 200px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .b-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
  }
}
.b-slider .swiper-scrollbar-drag {
  background: var(--sky);
}
.b-slider .b-slider__slide {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .b-slider .b-slider__slide {
    border-radius: 10px;
  }
}
.b-slider .b-slider__slide a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-slider .b-slider__slide a:hover {
    opacity: 0.7;
  }
}
.b-slider .b-slide__thumbail {
  width: 100%;
  aspect-ratio: 50/33;
  position: relative;
}
.b-slider .b-slide__thumbail img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-slider .b-slide__detail {
  padding: 30px 30px 50px;
}
@media screen and (max-width: 768px) {
  .b-slider .b-slide__detail {
    padding: 15px 15px 25px;
  }
}
.b-slider .b-slide__detail.b-slide__detail--window {
  position: relative;
}
.b-slider .b-slide__detail.b-slide__detail--window::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/ico_modal.svg") no-repeat center/contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.b-slider .b-slide__head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.b-slider .b-slide__head .b-slide__date {
  margin-left: auto;
}
.b-slider .b-slide__category {
  font-size: 1.3rem;
  padding: 0 15px;
  border-radius: 100vh;
  color: var(--blue);
  background: var(--sky_pale);
  border: 1px solid var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .b-slider .b-slide__category {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.b-slider .b-slide__category.b-slide__category--border {
  background: transparent;
  border-color: var(--sky);
  color: var(--sky);
}
.b-slider .b-slide__date {
  font-size: 1.5rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .b-slider .b-slide__date {
    font-size: 1.2rem;
  }
}
.b-slider .b-slide__title {
  margin-top: 20px;
  font-size: 1.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .b-slider .b-slide__title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

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

	card

*************************************************/
.b-card {
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .b-card {
    gap: 20px 0;
    padding: 0 20px;
  }
}
.b-card .b-card__unit {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  max-width: 453px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .b-card .b-card__unit {
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .b-card .b-card__unit {
    width: 100%;
  }
}
.b-card .b-card__unit a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-card .b-card__unit a:hover {
    opacity: 0.7;
  }
}
.b-card .b-card__thumbail {
  width: 100%;
  aspect-ratio: 50/33;
  position: relative;
}
.b-card .b-card__thumbail img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-card .b-card__detail {
  padding: 30px 30px 50px;
}
@media screen and (max-width: 768px) {
  .b-card .b-card__detail {
    padding: 15px 15px 25px;
  }
}
.b-card .b-card__detail.b-card__detail--window {
  position: relative;
}
.b-card .b-card__detail.b-card__detail--window::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/ico_modal.svg") no-repeat center/contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 576px) {
  .b-card .b-card__detail.b-card__detail--window::after {
    bottom: 15px;
    right: 15px;
  }
}
.b-card .b-card__head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.b-card .b-card__head .b-card__date {
  margin-left: auto;
}
.b-card .b-card__category {
  font-size: 1.3rem;
  padding: 0 15px;
  border-radius: 100vh;
  color: var(--blue);
  background: var(--sky_pale);
  border: 1px solid var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .b-card .b-card__category {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.b-card .b-card__category.b-card__category--border {
  background: transparent;
  border-color: var(--sky);
  color: var(--sky);
}
.b-card .b-card__date {
  font-size: 1.5rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .b-card .b-card__date {
    font-size: 1.2rem;
  }
}
.b-card .b-card__title {
  margin-top: 20px;
  font-size: 1.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .b-card .b-card__title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .b-card .b-card__title {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

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

	background

*************************************************/
.b-bg_blue {
  background: var(--blue);
}

.b-bg_white_img {
  background: url("../images/portfolio_bg.jpg") no-repeat center/cover;
}

.b-bg_gray_img {
  background: url("../images/column_bg.jpg") no-repeat center/cover;
}

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

	portfolio column

*************************************************/
.b-portfolio,
.b-column {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .b-portfolio,
  .b-column {
    padding-top: 60px;
  }
}
.b-portfolio .b-portfolio__title,
.b-portfolio .b-column__title,
.b-column .b-portfolio__title,
.b-column .b-column__title {
  font-family: var(--urbanist);
  font-weight: 300;
  color: var(--sky);
  font-size: 5rem;
  line-height: 1;
  padding-left: 140px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .b-portfolio .b-portfolio__title,
  .b-portfolio .b-column__title,
  .b-column .b-portfolio__title,
  .b-column .b-column__title {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .b-portfolio .b-portfolio__title,
  .b-portfolio .b-column__title,
  .b-column .b-portfolio__title,
  .b-column .b-column__title {
    padding-left: 20px;
  }
}
.b-portfolio .b-portfolio__sub_title,
.b-portfolio .b-column__sub_title,
.b-column .b-portfolio__sub_title,
.b-column .b-column__sub_title {
  padding-left: 140px;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .b-portfolio .b-portfolio__sub_title,
  .b-portfolio .b-column__sub_title,
  .b-column .b-portfolio__sub_title,
  .b-column .b-column__sub_title {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .b-portfolio .b-portfolio__sub_title,
  .b-portfolio .b-column__sub_title,
  .b-column .b-portfolio__sub_title,
  .b-column .b-column__sub_title {
    font-size: 1.4rem;
    padding-left: 20px;
    margin-top: 5px;
  }
}
.b-portfolio .b-portfolio__slider,
.b-portfolio .b-column__slider,
.b-column .b-portfolio__slider,
.b-column .b-column__slider {
  padding-left: 140px;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  .b-portfolio .b-portfolio__slider,
  .b-portfolio .b-column__slider,
  .b-column .b-portfolio__slider,
  .b-column .b-column__slider {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .b-portfolio .b-portfolio__slider,
  .b-portfolio .b-column__slider,
  .b-column .b-portfolio__slider,
  .b-column .b-column__slider {
    padding-left: 20px;
    margin-top: 30px;
  }
}
.b-portfolio .b-portfolio__bottom,
.b-portfolio .b-column__bottom,
.b-column .b-portfolio__bottom,
.b-column .b-column__bottom {
  position: relative;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .b-portfolio .b-portfolio__bottom,
  .b-portfolio .b-column__bottom,
  .b-column .b-portfolio__bottom,
  .b-column .b-column__bottom {
    width: calc(100vw - 40px);
  }
}
.b-portfolio .b-portfolio__bottom .b-btn01,
.b-portfolio .b-column__bottom .b-btn01,
.b-column .b-portfolio__bottom .b-btn01,
.b-column .b-column__bottom .b-btn01 {
  position: absolute;
  top: 0;
  right: 50vw;
  width: 100%;
  max-width: 200px;
  transform: translateX(50%);
}
@media screen and (max-width: 1180px) {
  .b-portfolio .b-portfolio__bottom .b-btn01,
  .b-portfolio .b-column__bottom .b-btn01,
  .b-column .b-portfolio__bottom .b-btn01,
  .b-column .b-column__bottom .b-btn01 {
    position: static;
    transform: none;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .b-portfolio .b-portfolio__bottom .b-btn01,
  .b-portfolio .b-column__bottom .b-btn01,
  .b-column .b-portfolio__bottom .b-btn01,
  .b-column .b-column__bottom .b-btn01 {
    max-width: 100%;
    text-align: center;
  }
}

.b-column {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .b-column {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

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

	faq

*************************************************/
.b-faq {
  margin-top: 110px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .b-faq {
    margin-top: 55px;
    padding: 0 20px;
  }
}
.b-faq .b-faq__inner {
  background: #fff;
  border-radius: 40px;
  padding: 60px 80px 80px 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__inner {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.b-faq .b-faq__title {
  font-family: var(--urbanist);
  font-weight: 300;
  color: var(--sky);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.b-faq .b-faq__sub_title {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__sub_title {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.b-faq .b-faq__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__list {
    margin-top: 20px;
  }
}
.b-faq .b-faq__unit {
  background: var(--sky_pale);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__unit {
    border-radius: 10px;
  }
}
.b-faq .b-faq__unit + .b-faq__unit {
  margin-top: 20px;
}
.b-faq .b-faq__unit a {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 25px 55px 25px 30px;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: opacity 0.3s;
  font-size: 1.8rem;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-faq .b-faq__unit a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__unit a {
    gap: 10px;
    padding: 15px 45px 15px 20px;
    font-size: 1.4rem;
  }
}
.b-faq .b-faq__unit a::before, .b-faq .b-faq__unit a::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: var(--blue);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__unit a::before, .b-faq .b-faq__unit a::after {
    right: 15px;
  }
}
.b-faq .b-faq__unit a::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.b-faq .b-faq__unit a.is-opened::after {
  transform: translateY(-50%) rotate(0deg);
}
.b-faq .b-faq__num {
  font-family: var(--urbanist);
  color: var(--sky);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .b-faq .b-faq__num {
    font-size: 1.5rem;
  }
}
.b-faq .b-faq__dl dd {
  margin-top: 30px;
  color: var(--gray);
  display: none;
}

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

	contact

*************************************************/
.b-contact {
  margin-top: 120px;
  padding: 0 60px 140px;
}
@media screen and (max-width: 768px) {
  .b-contact {
    margin-top: 60px;
    padding: 0 20px 60px;
  }
}
.b-contact a {
  display: block;
  transition: opacity 0.3s;
  overflow: hidden;
  border-radius: 40px;
  background: var(--sky) url("/mock/images/contact_bg_logo.svg") no-repeat 50px top/33% auto;
  padding: 95px 220px 115px;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-contact a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1030px) {
  .b-contact a {
    padding: 80px 60px 95px;
  }
}
@media screen and (max-width: 768px) {
  .b-contact a {
    padding: 40px 30px 60px;
    background-size: 45%;
    background-position: 20px top;
    border-radius: 20px;
  }
}
.b-contact a::before {
  content: "";
  display: block;
  background: url("/mock/images/contact_item_logo.svg") no-repeat center/contain;
  width: 110px;
  height: 93px;
  position: absolute;
  bottom: 35px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .b-contact a::before {
    width: 55px;
    height: 45px;
    bottom: 15px;
    right: 10px;
  }
}
.b-contact a::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow02.svg") no-repeat center/26px;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .b-contact a::after {
    width: 60px;
    height: 60px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b-contact a::after {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.b-contact .b-contact__inner {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.b-contact .b-contact__title {
  text-align: center;
  color: #fff;
  font-family: var(--urbanist);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .b-contact .b-contact__title {
    font-size: 4rem;
  }
}
.b-contact .b-contact__sub_title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 3px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .b-contact .b-contact__sub_title {
    font-size: 1.2rem;
  }
}
.b-contact .b-contact__text {
  margin-top: 80px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .b-contact .b-contact__text {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

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

	under

*************************************************/
.b-under_hgroup {
  height: 500px;
  padding: 0 60px;
  background: var(--blue);
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup {
    height: 360px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .b-under_hgroup {
    height: 300px;
  }
}
.b-under_hgroup::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 500px;
  background: url("../images/under_hgroup_bg.png") no-repeat calc(50% - (1920px - 100vw) * 0.133) top/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup::before {
    padding-top: 360px;
    background-position-x: calc(50% - (1200px - 100vw) * 0.133);
  }
}
@media screen and (max-width: 576px) {
  .b-under_hgroup::before {
    padding-top: 300px;
    background-position-x: calc(50% - (990px - 100vw) * 0.133);
  }
}
.b-under_hgroup .b-under_hgroup__inner {
  position: absolute;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__inner {
    padding: 0 20px;
    bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .b-under_hgroup .b-under_hgroup__inner {
    bottom: 80px;
  }
}
.b-under_hgroup .b-under_hgroup__h {
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__h {
    font-size: 3rem;
  }
}

.b-breadcrumbs {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs {
    margin-top: 20px;
  }
}
.b-breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.b-breadcrumbs ul li {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  margin-right: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs ul li {
    font-size: 1rem;
  }
}
.b-breadcrumbs ul li:last-of-type {
  margin-right: 0;
}
.b-breadcrumbs ul li:last-of-type::after {
  display: none;
}
.b-breadcrumbs ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%) rotate(200deg);
}
.b-breadcrumbs ul li a {
  display: inline-block;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
}

.b-under_contents {
  background: var(--sky_pale);
  margin-top: -40px;
  padding: 160px 60px 140px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-under_contents {
    padding: 80px 20px 60px;
    border-radius: 20px;
  }
}
.b-under_contents .b-under_contents__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.b-section_title01 {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--blue);
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .b-section_title01 {
    font-size: 2.6rem;
    padding-top: 32px;
  }
}
.b-section_title01::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: var(--blue);
  bottom: 1.4em;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .b-section_title01::before {
    height: 32px;
  }
}

.b-section_title02 {
  font-family: var(--urbanist);
  font-weight: 300;
  color: var(--sky);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-section_title02 {
    font-size: 3.6rem;
  }
}

.b-section_sub_title02 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-section_sub_title02 {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.b-section_block {
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 60px 80px;
}
@media screen and (max-width: 768px) {
  .b-section_block {
    padding: 30px 20px 40px;
    border-radius: 10px;
  }
}
.b-section_block + .b-section_block {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .b-section_block + .b-section_block {
    margin-top: 60px;
  }
}
.b-section_block .b-section_block__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.b-section_lead {
  font-size: 1.8rem;
  color: var(--blue);
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-section_lead {
    font-size: 1.4rem;
    padding: 0px 20px;
    text-align: left;
  }
}

.b-pager {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .b-pager {
    gap: 5px;
  }
}
.b-pager .b-pager__list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .b-pager .b-pager__list {
    gap: 5px;
  }
}
.b-pager .b-pager__list li > a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--sky);
  font-size: 2rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-pager .b-pager__list li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-pager .b-pager__list li > a {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}
.b-pager .b-pager__list li.is-current > a {
  background-color: var(--sky);
  color: #fff;
  pointer-events: none;
}
.b-pager .b-pager__arrow > a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.b-pager .b-pager__arrow > a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--sky);
  background: url("../images/ico_arrow__sky.svg") no-repeat center/12px;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .b-pager .b-pager__arrow > a::after {
    width: 24px;
    height: 24px;
  }
}
.b-pager .b-pager__arrow.b-pager__arrow--prev a::after {
  transform: translateY(-50%) scale(-1);
}
.b-pager .b-pager__arrow.b-pager__arrow--next a::after {
  transform: translateY(-50%);
}

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

	table

*************************************************/
.b-table01 .b-table01__row {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .b-table01 .b-table01__row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px 30px;
  }
}
.b-table01 .b-table01__label {
  display: flex;
  align-items: self-start;
  flex-shrink: 0;
  max-width: 280px;
  width: 100%;
  font-size: 1.8rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .b-table01 .b-table01__label {
    align-items: center;
    font-size: 1.5rem;
  }
}
.b-table01 .b-table01__field {
  flex: 1;
  width: 100%;
}

.b-table02 .b-table02__row {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 60px;
  background-color: var(--sky_pale);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .b-table02 .b-table02__row {
    flex-direction: column;
    gap: 5px;
    padding: 20px 20px 25px;
  }
}
.b-table02 .b-table02__row + .b-table02__row {
  margin-top: 20px;
}
.b-table02 .b-table02__label {
  display: flex;
  align-items: self-start;
  flex-shrink: 0;
  max-width: 160px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .b-table02 .b-table02__label {
    align-items: center;
    font-size: 1.5rem;
  }
}
.b-table02 .b-table02__field {
  flex: 1;
  width: 100%;
}

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

	recruit

*************************************************/
.b-requirement {
  margin-top: -1px;
  padding: 195px 0 75px;
  position: relative;
  background: linear-gradient(to bottom, transparent 0%, #fff9ef 20%, #fffefe 50%, #ffffff 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-requirement {
    padding: 85px 0 35px;
  }
}
.b-requirement::before, .b-requirement::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/mock/recruit/images/recruit_bg_l.png") no-repeat left center/contain;
}
.b-requirement::before {
  left: 0;
  width: 326px;
  aspect-ratio: 326/894;
}
@media screen and (max-width: 1020px) {
  .b-requirement::before {
    width: 163px;
  }
}
@media screen and (max-width: 768px) {
  .b-requirement::before {
    width: 82px;
  }
}
.b-requirement::after {
  right: 0;
  background-image: url("/mock/recruit/images/recruit_bg_r.png");
  width: 276px;
  aspect-ratio: 276/960;
}
@media screen and (max-width: 1020px) {
  .b-requirement::after {
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  .b-requirement::after {
    width: 69px;
  }
}
.b-requirement .b-requirement__inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.b-requirement .b-requirement__title {
  color: #707070;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-requirement .b-requirement__title {
    font-size: 3.2rem;
  }
}
.b-requirement .b-requirement__en {
  color: #3c7bcc;
  font-weight: 900;
  font-family: var(--lato);
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-requirement .b-requirement__en {
    font-size: 2.4rem;
  }
}
.b-requirement .b-requirement__text {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-requirement .b-requirement__text {
    margin-top: 20px;
  }
}
.b-requirement .b-requirement__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-requirement .b-requirement__btn {
    margin-top: 45px;
  }
}
.b-requirement .b-requirement__btn a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #3c7bcc;
  border-radius: 100vh;
  max-width: 333px;
  width: 100%;
  padding: 20px 66px;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-requirement .b-requirement__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-requirement .b-requirement__btn a {
    font-size: 1.6rem;
    padding: 15px 66px;
  }
}
.b-requirement .b-requirement__btn a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("/mock/recruit/images/ico_recruit_arrow04.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

.b-entry {
  background: #fff url("/mock/recruit/images/entry_bg.jpg") no-repeat right top/cover;
  width: 100%;
  aspect-ratio: 1400/934;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-entry {
    aspect-ratio: 1400/1610;
  }
}
.b-entry .b-entry__inner {
  max-width: 1230px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b-entry .b-entry__inner {
    display: block;
  }
}
.b-entry .b-entry__text {
  transform: translateY(50%);
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1230px) {
  .b-entry .b-entry__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.b-entry .b-entry__btn {
  position: absolute;
  top: 37%;
  right: 20%;
}
@media screen and (max-width: 768px) {
  .b-entry .b-entry__btn {
    right: 30.5%;
  }
}

.b-circle {
  width: 22.35vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b-circle {
    width: 45.35vw;
  }
}
.b-circle a {
  width: 100%;
  height: 100%;
  background: #ff7258;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-circle a:hover {
    opacity: 0.7;
  }
}
.b-circle .b-circle__main {
  font-size: 4vw;
  font-family: var(--lato);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .b-circle .b-circle__main {
    font-size: 8.2vw;
  }
}
.b-circle .b-circle__sub {
  margin-top: 10px;
  padding-right: 60px;
  position: relative;
}
.b-circle .b-circle__sub::after {
  content: "";
  display: block;
  width: 43px;
  aspect-ratio: 43/42;
  background: url("/mock/recruit/images/ico_recruit_arrow04.svg") no-repeat center/contain;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1230px) {
  .b-circle .b-circle__sub {
    font-size: 1.1vw;
    padding-right: 4.28vw;
  }
}
@media screen and (max-width: 1230px) and (max-width: 768px) {
  .b-circle .b-circle__sub {
    font-size: 2.6vw;
    padding-right: 7.28vw;
  }
}
@media screen and (max-width: 1230px) {
  .b-circle .b-circle__sub::after {
    width: 3vw;
  }
}
@media screen and (max-width: 1230px) and (max-width: 768px) {
  .b-circle .b-circle__sub::after {
    width: 5vw;
  }
}

.b-recruit_under_hgroup {
  height: 450px;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_hgroup {
    height: 320px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .b-recruit_under_hgroup {
    height: 280px;
  }
}
.b-recruit_under_hgroup::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 450px;
  background: url("../images/recruit_under_hgroup_bg.png") no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_hgroup::before {
    padding-top: 320px;
    background: url("../images/recruit_under_hgroup_bg_sp.png") no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 576px) {
  .b-recruit_under_hgroup::before {
    padding-top: 280px;
  }
}
.b-recruit_under_hgroup .b-recruit_under_hgroup__inner {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 50%;
  padding: 80px 60px 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_hgroup .b-recruit_under_hgroup__inner {
    bottom: 80px;
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .b-recruit_under_hgroup .b-recruit_under_hgroup__inner {
    bottom: 50px;
  }
}
.b-recruit_under_hgroup .b-recruit_under_hgroup__h {
  font-size: 2.6rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_hgroup .b-recruit_under_hgroup__h {
    font-size: 1.4rem;
  }
}
.b-recruit_under_hgroup .b-recruit_under_hgroup__en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: var(--lato);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_hgroup .b-recruit_under_hgroup__en {
    font-size: 3rem;
    margin-top: 5px;
  }
}

.b-recruit_under_contents {
  margin-top: -150px;
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_contents {
    margin-top: -20px;
    padding-top: 80px;
  }
}
.b-recruit_under_contents .b-recruit_under_contents__inner {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .b-recruit_under_contents .b-recruit_under_contents__inner {
    padding: 0 20px;
  }
}

.header {
  padding: 25px 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 10px 0;
  }
}
.header .header__inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 15px 40px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 10px 10px 10px 20px;
  }
}
.header .header__right {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .header .header__right {
    display: flex;
    align-items: center;
  }
}
.header .header__logo {
  max-width: 167px;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    width: 80%;
  }
}
.header .header__logo a {
  display: inline-block;
}
.header.header--recruit {
  padding: 10px;
}
.header.header--recruit .header__inner {
  background: #3C7BCC;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.header.header--recruit .header__logo {
  max-width: 215px;
}

.hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--sky);
  position: relative;
  display: none;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 40px;
    height: 40px;
  }
}
.hamburger span {
  width: 30px;
  height: 3px;
  border-radius: 100vh;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 20px;
    height: 2px;
  }
}
.hamburger span::before, .hamburger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hamburger span::before, .hamburger span::after {
    top: 6px;
  }
}
.hamburger span::after {
  top: inherit;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .hamburger span::after {
    bottom: 6px;
  }
}
.hamburger.hamburger--cloes {
  background: var(--gray);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.hamburger.hamburger--cloes span {
  background: transparent;
}
.hamburger.hamburger--cloes span::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.hamburger--cloes span::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.gnav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .gnav {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .gnav {
    display: none;
    position: absolute;
    top: -25px;
    left: -40px;
    right: -40px;
    width: calc(100% + 80px);
    height: 100dvh;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    width: calc(100% + 20px);
    top: -15px;
    left: -10px;
    right: -10px;
  }
}
.gnav .gnav__inner {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__inner {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 80px 0 20px;
  }
}
.gnav .gnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 30px;
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__list {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gnav .gnav__list > li {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__list > li:first-child {
    border-top: 1px dashed var(--black);
  }
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__list > li {
    text-align: center;
    border-bottom: 1px dashed var(--black);
  }
}
.gnav .gnav__list > li > a,
.gnav .gnav__list > li > button {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .gnav .gnav__list > li > a:hover,
  .gnav .gnav__list > li > button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__list > li > a,
  .gnav .gnav__list > li > button {
    padding: 15px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__list > li > a,
  .gnav .gnav__list > li > button {
    padding: 10px;
  }
}
.gnav .gnav__button {
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__button {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__button {
    margin-top: 20px;
  }
}
.gnav .gnav__button a,
.gnav .gnav__button button {
  display: block;
  max-width: 200px;
  text-align: center;
  padding: 15px 40px;
  background: var(--sky);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .gnav .gnav__button a:hover,
  .gnav .gnav__button button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .gnav .gnav__button a,
  .gnav .gnav__button button {
    margin-left: auto;
    margin-right: auto;
  }
}
.gnav .is-opened .gnav__ico_plus::before {
  transform: translateY(-50%) rotate(0deg);
}
.gnav .gnav__ico_plus {
  padding-right: 22px;
  position: relative;
}
.gnav .gnav__ico_plus::after, .gnav .gnav__ico_plus::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: var(--black);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.gnav .gnav__ico_plus::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.gnav .gnav__ico_mail {
  padding-left: 29px;
  position: relative;
}
.gnav .gnav__ico_mail::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url("/mock/common/images/ico_mail.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gnav .gnav__menu_parent {
  position: relative;
}
.gnav .gnav__menu_parent::after {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  margin-top: 5px;
  display: none;
}
.gnav .gnav__menu_parent.is-opened::after {
  display: block;
}
.gnav .gnav__menu_parent.is-opened .internal_menu {
  display: block;
}

.internal_menu {
  position: absolute;
  top: 100%;
  right: -200px;
  padding-top: 15px;
  width: 100vw;
  max-width: 760px;
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .internal_menu {
    position: static;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.internal_menu .internal_menu__inner {
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding: 40px 50px;
}
@media screen and (max-width: 1000px) {
  .internal_menu .internal_menu__inner {
    display: block;
    padding: 20px;
    background: #eff3f8;
  }
}
@media screen and (max-width: 768px) {
  .internal_menu .internal_menu__inner {
    border-radius: 10px;
  }
}
.internal_menu .internal_menu__col:nth-child(1) {
  flex-grow: 4;
}
.internal_menu .internal_menu__col:nth-child(2) {
  flex-grow: 5;
}
.internal_menu .internal_menu__col:nth-child(3) {
  flex-grow: 3;
}
.internal_menu .internal_menu__category a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 33px;
  width: fit-content;
  color: var(--blue);
}
@media screen and (max-width: 1000px) {
  .internal_menu .internal_menu__category a {
    padding-right: 33px;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.internal_menu .internal_menu__category a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor url("/mock/common/images/ico_arrow__white.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.internal_menu .internal_menu__list {
  max-height: calc(100dvh - 300px);
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .internal_menu .internal_menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    margin-top: 10px;
  }
}
.internal_menu .internal_menu__list > li {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .internal_menu .internal_menu__list > li {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
.internal_menu .internal_menu__list > li a {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}
@media screen and (max-width: 1000px) {
  .internal_menu .internal_menu__list > li a {
    padding: 5px;
    padding-right: 21px;
  }
}
.internal_menu .internal_menu__list > li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/mock/common/images/ico_arrow.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

	recruit

*************************************************/
.recruit_header {
  padding: 25px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .recruit_header {
    padding: 15px 10px 0;
  }
}
.recruit_header .header__inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #3C7BCC;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 15px 40px;
}
@media screen and (max-width: 768px) {
  .recruit_header .header__inner {
    padding: 10px 10px 10px 20px;
  }
}
.recruit_header .header__left {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit_header .header__left {
    flex-shrink: inherit;
    width: fit-content;
  }
}
.recruit_header .header__right {
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .recruit_header .header__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit_header .header__right {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_header .header__logo {
    width: fit-content;
  }
}
.recruit_header .header__logo img {
  max-width: 215px;
}
@media screen and (max-width: 768px) {
  .recruit_header .header__logo img {
    max-width: 120px;
  }
}
.recruit_header .header__logo a {
  display: flex;
  gap: 0 25px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_header .header__logo a {
    gap: 0 15px;
  }
}
.recruit_header .header__logo span {
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--lato);
  color: #fff;
  padding-top: 0.3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit_header .header__logo span {
    font-size: 1.4rem;
  }
}

.recruit_gnav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .recruit_gnav {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_gnav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.recruit_gnav .gnav__inner {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__inner {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 80px 0 20px;
  }
}
.recruit_gnav .gnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__list {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_gnav .gnav__list > li {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__list > li {
    color: var(--black);
  }
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__list > li:first-child {
    border-top: 1px dashed var(--black);
  }
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__list > li {
    text-align: center;
    border-bottom: 1px dashed var(--black);
  }
}
.recruit_gnav .gnav__list > li > a,
.recruit_gnav .gnav__list > li > button {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .recruit_gnav .gnav__list > li > a:hover,
  .recruit_gnav .gnav__list > li > button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__list > li > a,
  .recruit_gnav .gnav__list > li > button {
    padding: 15px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_gnav .gnav__list > li > a,
  .recruit_gnav .gnav__list > li > button {
    padding: 10px;
  }
}
.recruit_gnav .gnav__button {
  margin-left: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__button {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_gnav .gnav__button {
    margin-top: 20px;
  }
}
.recruit_gnav .gnav__button a,
.recruit_gnav .gnav__button button {
  display: block;
  width: 140px;
  text-align: center;
  padding: 10px 5px;
  background: #F97258;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 100vh;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .recruit_gnav .gnav__button a:hover,
  .recruit_gnav .gnav__button button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_gnav .gnav__button a,
  .recruit_gnav .gnav__button button {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_gnav .is-opened .gnav__ico_plus::before {
  transform: translateY(-50%) rotate(0deg);
}
.recruit_gnav .gnav__ico_plus {
  padding-right: 22px;
  position: relative;
}
.recruit_gnav .gnav__ico_plus::after, .recruit_gnav .gnav__ico_plus::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit_gnav .gnav__ico_plus::after, .recruit_gnav .gnav__ico_plus::before {
    background: var(--black);
  }
}
.recruit_gnav .gnav__ico_plus::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.recruit_gnav .gnav__ico_mail {
  padding-left: 29px;
  position: relative;
}
.recruit_gnav .gnav__ico_mail::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url("/mock/common/images/ico_mail.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit_gnav .gnav__menu_parent {
  position: relative;
}
.recruit_gnav .gnav__menu_parent::after {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  margin-top: 5px;
  display: none;
}
.recruit_gnav .gnav__menu_parent.is-opened::after {
  display: block;
}
.recruit_gnav .gnav__menu_parent.is-opened .recruit_internal_menu {
  display: block;
}

.recruit_internal_menu {
  position: absolute;
  top: 100%;
  right: -200px;
  padding-top: 15px;
  width: 100vw;
  max-width: 760px;
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu {
    position: static;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.recruit_internal_menu .internal_menu__inner {
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding: 40px 50px;
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu .internal_menu__inner {
    display: block;
    padding: 20px;
    background: #eff3f8;
  }
}
@media screen and (max-width: 768px) {
  .recruit_internal_menu .internal_menu__inner {
    border-radius: 10px;
  }
}
.recruit_internal_menu .internal_menu__col:nth-child(1) {
  flex-grow: 4;
}
.recruit_internal_menu .internal_menu__col:nth-child(2) {
  flex-grow: 5;
}
.recruit_internal_menu .internal_menu__col:nth-child(3) {
  flex-grow: 3;
}
.recruit_internal_menu .internal_menu__category a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 33px;
  width: fit-content;
  color: var(--blue);
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu .internal_menu__category a {
    padding-right: 33px;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.recruit_internal_menu .internal_menu__category a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor url("/mock/common/images/ico_arrow__white.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.recruit_internal_menu .internal_menu__list {
  max-height: calc(100dvh - 300px);
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu .internal_menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    margin-top: 10px;
  }
}
.recruit_internal_menu .internal_menu__list > li {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu .internal_menu__list > li {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
.recruit_internal_menu .internal_menu__list > li a {
  position: relative;
  display: inline-block;
  padding-right: 21px;
  color: var(--black);
}
@media screen and (max-width: 1000px) {
  .recruit_internal_menu .internal_menu__list > li a {
    padding: 5px;
    padding-right: 21px;
  }
}
.recruit_internal_menu .internal_menu__list > li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/mock/common/images/ico_arrow.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer {
  background: var(--blue);
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}
.footer .footer__inner {
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__logo a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__nav {
    width: 100%;
  }
}
.footer .footer__nav ul {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer .footer__nav ul {
    width: 100%;
    justify-content: center;
  }
}
.footer .footer__nav ul li {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer .footer__nav ul li {
    font-size: 1.3rem;
  }
}
.footer .footer__nav ul li a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer__nav ul li a:hover {
    opacity: 0.7;
  }
}
.footer .footer__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  line-height: 1;
  color: var(--sky_pale);
}
@media screen and (max-width: 970px) {
  .footer .footer__copy {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

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

	recruit

*************************************************/
.recruit_footer {
  background: #3C7BCC;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .recruit_footer {
    padding: 50px 20px;
  }
}
.recruit_footer .recruit_footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__logo {
    text-align: center;
  }
}
.recruit_footer .recruit_footer__right {
  margin-right: 107px;
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__right {
    margin-right: 0;
  }
}
.recruit_footer .recruit_footer__link {
  color: #fff;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .recruit_footer .recruit_footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__link {
    text-align: center;
    margin-top: 30px;
  }
}
.recruit_footer .recruit_footer__copy {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__copy {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
  }
}
.recruit_footer .recruit_footer__top_btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .recruit_footer .recruit_footer__top_btn {
    top: auto;
    bottom: -20px;
    width: 44px;
    height: 44px;
  }
}

.recruit_btn_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: right;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruit_btn_to_top {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 20px;
  }
}
.recruit_btn_to_top.is-show a {
  opacity: 1;
  pointer-events: auto;
}
.recruit_btn_to_top a {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: #3C7BCC;
  overflow: hidden;
  border-radius: 50%;
}

.p-top .mv {
  padding: 260px 40px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    padding: 200px 20px 40px;
  }
}
.p-top .mv::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 93%;
  background: url("/mock/images/mv_bg.png") no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top .mv .mv__inner {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-top .mv .mv__title {
  font-size: 20rem;
  font-family: var(--urbanist);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-top .mv .mv__title {
    font-size: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__title {
    font-size: 6rem;
  }
}
.p-top .mv .mv__text {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__text {
    font-size: 1.4rem;
  }
}
.p-top .news {
  margin-top: 90px;
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top .news {
    margin-top: 45px;
    padding: 0 10px;
  }
}
.p-top .news .news__inner {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 100px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1330px) {
  .p-top .news .news__inner {
    padding: 25px 50px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .news .news__inner {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.p-top .news .news__left {
  min-width: 150px;
  width: calc(30% - 20px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1330px) {
  .p-top .news .news__left {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .news .news__left {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
  }
}
.p-top .news .news__right {
  width: 100%;
}
@media screen and (max-width: 1330px) {
  .p-top .news .news__right {
    margin-top: 20px;
  }
}
.p-top .news .news__title {
  font-size: 4.6rem;
  line-height: 1;
  font-family: var(--urbanist);
  font-weight: 300;
  color: var(--sky);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__title {
    font-size: 3rem;
  }
}
.p-top .news .news__sub_title {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__sub_title {
    font-size: 1.3rem;
    margin: 0;
  }
}
.p-top .news .news__btn_more {
  margin-top: auto;
}
@media screen and (max-width: 1330px) {
  .p-top .news .news__btn_more {
    margin-top: 0;
    margin-left: auto;
  }
}
.p-top .news .news__btn_more a {
  font-size: 1.5rem;
  color: var(--sky);
  padding-right: 55px;
  min-height: 40px;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .news .news__btn_more a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top .news .news__btn_more a {
    font-size: 1.3rem;
    padding-right: 45px;
  }
}
.p-top .news .news__btn_more a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--sky);
  background: url("/mock/common/images/ico_arrow__sky.svg") no-repeat center/12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .news .news__btn_more a::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .timeline .timeline__row:first-child {
    border-top: 1px dashed;
    padding-top: 20px;
    margin-top: 30px;
  }
}
.p-top .timeline .timeline__row + .timeline__row {
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .p-top .timeline .timeline__row + .timeline__row {
    border-top: 1px dashed;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.p-top .timeline .timeline__row a {
  display: flex;
  align-items: flex-start;
  gap: 5px 40px;
  position: relative;
  padding-right: 41px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .timeline .timeline__row a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 990px) {
  .p-top .timeline .timeline__row a {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top .timeline .timeline__row a {
    gap: 5px 10px;
  }
}
.p-top .timeline .timeline__row a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/mock/common/images/ico_arrow.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .timeline .timeline__date {
  font-size: 1.5rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .p-top .timeline .timeline__date {
    font-size: 1.2rem;
  }
}
.p-top .timeline .timeline__category {
  font-size: 1.3rem;
  color: var(--blue);
  min-width: 160px;
  text-align: center;
  padding: 3px;
  border-radius: 100vh;
  background: var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .p-top .timeline .timeline__category {
    font-size: 1rem;
    min-width: 140px;
  }
}
.p-top .timeline .timeline__title {
  font-size: 1.5rem;
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .p-top .timeline .timeline__title {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .timeline .timeline__title {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.p-top .service {
  position: relative;
  z-index: 1;
  margin-top: 180px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-top .service {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-top .service .service__title {
  font-size: 5rem;
  line-height: 1;
  font-family: var(--urbanist);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__title {
    font-size: 5rem;
  }
}
.p-top .service .service__sub_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__sub_title {
    font-size: 1.4rem;
  }
}
.p-top .service .service__category {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__category {
    margin-top: 50px;
  }
}
.p-top .service .service__category + .service__category {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-top .service .service__category + .service__category {
    margin-top: 50px;
  }
}
.p-top .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1660px;
}
@media screen and (max-width: 1000px) {
  .p-top .category {
    display: block;
  }
}
.p-top .category:nth-child(odd) {
  padding-right: 2%;
}
@media screen and (max-width: 1000px) {
  .p-top .category:nth-child(odd) {
    padding-right: 0;
  }
}
.p-top .category:nth-child(odd) .category__thumbnail {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1000px) {
  .p-top .category:nth-child(odd) .category__thumbnail {
    border-radius: 0;
  }
}
.p-top .category:nth-child(even) {
  margin-left: auto;
  padding-left: 2%;
}
@media screen and (max-width: 1000px) {
  .p-top .category:nth-child(even) {
    padding-left: 0;
  }
}
.p-top .category:nth-child(even) .category__thumbnail {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .p-top .category:nth-child(even) .category__thumbnail {
    border-radius: 0;
  }
}
.p-top .category:nth-child(even) .category__left {
  order: 2;
}
.p-top .category:nth-child(even) .category__right {
  order: 1;
}
.p-top .category .category__left {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .p-top .category .category__left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top .category .category__left {
    width: 100%;
  }
}
.p-top .category .category__right {
  width: 36%;
  padding: 0 2%;
}
@media screen and (max-width: 1000px) {
  .p-top .category .category__right {
    width: 100%;
    padding: 20px 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .category .category__right {
    padding: 10px 20px;
  }
}
.p-top .category .category__thumbnail {
  overflow: hidden;
  height: 628px;
}
@media screen and (max-width: 1000px) {
  .p-top .category .category__thumbnail {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.p-top .category .category__thumbnail video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top .category .category__thumbnail video {
    position: relative;
    width: 100%;
  }
}
.p-top .category .category__head {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-top .category .category__number {
  min-width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 100vh;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--urbanist);
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__number {
    font-size: 1.2rem;
  }
}
.p-top .category .category__sub_title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__sub_title {
    font-size: 1.5rem;
  }
}
.p-top .category .category__title {
  margin-top: 15px;
  font-size: 6rem;
  letter-spacing: 0.05em;
  font-family: var(--urbanist);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__title {
    font-size: 3.6rem;
  }
}
.p-top .category .category__text {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-top .category .category__details {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 20px 35px;
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__details {
    margin-top: 30px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1.3rem;
    gap: 10px 25px;
  }
}
.p-top .category .category__details li a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .category .category__details li a:hover {
    opacity: 0.7;
  }
}
.p-top .category .category__details li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url("/mock/common/images/ico_arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .category .b-btn01 {
  text-align: center;
}
.p-top .recruit {
  margin-top: 120px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top .recruit a {
  display: block;
  transition: opacity 0.3s;
  overflow: hidden;
  border-radius: 40px;
  background: #738bf8 url("/mock/images/recruit_bg.png") no-repeat right 220px bottom/941px auto;
  padding: 120px 220px 100px 120px;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .recruit a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1610px) {
  .p-top .recruit a {
    background-size: 700px;
    background-position: right 120px bottom;
    padding: 80px 220px 90px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .p-top .recruit a {
    background-size: 60%;
    background-position: right 120px bottom;
    padding: 80px 220px 90px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .recruit a {
    background-size: 50%;
    padding: 80px 220px 90px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .recruit a {
    padding: 40px 30px 45vw;
    background-size: 90%;
    background-position: center bottom;
    border-radius: 20px;
  }
}
.p-top .recruit a::after {
  content: "";
  display: block;
  background: url("/mock/common/images/ico_arrow02.svg") no-repeat center/26px;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1610px) {
  .p-top .recruit a::after {
    width: 60px;
    height: 60px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .recruit a::after {
    background-size: 13px;
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-top .recruit .recruit__br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .p-top .recruit .recruit__br {
    display: inline;
  }
}
.p-top .recruit .recruit__inner {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .recruit .recruit__title {
  color: #fff;
  font-family: var(--urbanist);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__title {
    font-size: 4rem;
  }
}
.p-top .recruit .recruit__sub_title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 3px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__sub_title {
    font-size: 1.2rem;
  }
}
.p-top .recruit .recruit__text {
  margin-top: 60px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__text {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.p-about .strengths .strengths__list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__list {
    margin-top: 30px;
  }
}
.p-about .strengths .strengths__unit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit {
    flex-wrap: wrap;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.p-about .strengths .strengths__unit + .strengths__unit {
  margin-top: 40px;
}
.p-about .strengths .strengths__unit .strengths__unit__num {
  font-size: 3.6rem;
  font-weight: 100;
  position: absolute;
  left: -20px;
  transform: translateX(-100%);
  line-height: 5.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit .strengths__unit__num {
    margin-right: 10px;
    font-size: 3rem;
    position: relative;
    left: 0;
    transform: inherit;
    line-height: 3.5rem;
  }
}
.p-about .strengths .strengths__unit .strengths__unit__left {
  padding-left: 60px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit .strengths__unit__left {
    padding-left: 0;
  }
}
.p-about .strengths .strengths__unit .strengths__unit__left dt {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--urbanist);
  color: var(--blue);
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit .strengths__unit__left dt {
    font-size: 2rem;
  }
}
.p-about .strengths .strengths__unit .strengths__unit__left dd {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit .strengths__unit__left dd {
    font-size: 1.4rem;
  }
}
.p-about .strengths .strengths__unit .strengths__unit__right {
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-about .strengths .strengths__unit .strengths__unit__right {
    width: 100%;
    text-align: center;
  }
}

.p-service .service .service__list {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__list {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.p-service .service .service__unit {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit {
    flex-wrap: wrap;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.p-service .service .service__unit + .service__unit {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit + .service__unit {
    padding-top: 30px;
  }
}
.p-service .service .service__unit:nth-child(odd) .service__unit__left {
  padding: 0 0 0 2%;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit:nth-child(odd) .service__unit__left {
    padding: 0 2%;
  }
}
.p-service .service .service__unit:nth-child(odd) .service__unit__right {
  padding: 0 2% 0 0;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit:nth-child(odd) .service__unit__right {
    padding: 0;
  }
}
.p-service .service .service__unit:nth-child(even) {
  flex-direction: row-reverse;
}
.p-service .service .service__unit:nth-child(even) .service__unit__left {
  order: 2;
  padding: 0 4% 0 0;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit:nth-child(even) .service__unit__left {
    padding: 0 2%;
  }
}
.p-service .service .service__unit:nth-child(even) .service__unit__right {
  order: 1;
  padding: 0 0 0 2%;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit:nth-child(even) .service__unit__right {
    padding: 0;
  }
}
.p-service .service .service__unit .service__unit__left {
  flex: 1;
  padding: 0 2%;
  margin: auto;
  width: auto;
  order: 2;
}
@media screen and (max-width: 1000px) {
  .p-service .service .service__unit .service__unit__left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit .service__unit__left {
    width: 100%;
    max-width: 585px;
    padding-left: 0;
    order: 2;
  }
}
.p-service .service .service__unit .service__unit__left dt {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--urbanist);
  color: var(--blue);
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit .service__unit__left dt {
    font-size: 2rem;
  }
}
.p-service .service .service__unit .service__unit__left dd {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit .service__unit__left dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit .service__unit__left .b-btn01 {
    margin: 0 auto;
  }
}
.p-service .service .service__unit .service__unit__right {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-service .service .service__unit .service__unit__right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service .service .service__unit .service__unit__right {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
.p-service .service .service__unit .service__unit__right img {
  border-radius: 20px;
}
.p-service .flow {
  margin-top: 110px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-service .flow {
    margin-top: 55px;
    padding: 0 0 30px;
  }
}
.p-service .flow .flow__inner {
  padding: 60px 80px 80px 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner {
    border-radius: 20px;
    padding: 0;
  }
}
.p-service .flow .flow__inner .flow__box {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box {
    width: 100%;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__title {
  margin-top: 40px;
  padding: 8px 30px 12px;
  border-radius: 20px;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__title {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list {
    padding-top: 30px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list + .flow__box__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list + .flow__box__list {
    margin-top: 30px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item {
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  padding: 30px 40px;
  align-items: center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item {
    padding: 15px 20px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label {
  font-family: var(--urbanist);
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  color: var(--sky);
  padding: 0;
  border-radius: 3px 0 0 3px;
  width: 60px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label {
    width: 40px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label .step_label__step {
  align-self: flex-end;
  color: var(--sky);
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label .step_label__step {
    font-size: 1.2rem;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label .step_label__num {
  font-size: 3.2rem;
  line-height: 0.8;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .step_label .step_label__num {
    font-size: 2.2rem;
    line-height: 0.8;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .flow__box__text {
  padding-left: 2vw;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: calc(100% - 60px);
  border-bottom: none;
  border-left: 1px solid rgba(var(--sub-color-rgb), 0.15);
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .flow__box__text {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    max-width: calc(100% - 40px);
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .flow__box__text dt {
  font-weight: bold;
  color: var(--blue);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item .flow__box__text dt {
    font-size: 1.6rem;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 20px solid rgba(30, 78, 140, 0.2);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item::after {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 20px solid rgba(30, 78, 140, 0.2);
    bottom: -25px;
  }
}
.p-service .flow .flow__inner .flow__box .flow__box__list .flow__box__item:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-service .b-faq {
    padding: 0;
  }
}
.p-service.p-service_detail .service_section {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section {
    padding: 0 0 30px;
  }
}
.p-service.p-service_detail .service_section + .service_section {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section + .service_section {
    margin-top: 80px;
  }
}
.p-service.p-service_detail .service_section .service_block {
  padding: 60px 80px 80px;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block {
    padding: 30px 20px;
  }
}
.p-service.p-service_detail .service_section .service_block figure {
  text-align: center;
}
.p-service.p-service_detail .service_section .service_block figure img {
  border-radius: 20px;
}
.p-service.p-service_detail .service_section .service_block .service_block__video {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__video {
    margin-bottom: 30px;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-service.p-service_detail .service_section .service_block .service_block__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list {
    margin-top: 50px;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list dl {
    margin-bottom: 40px;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dt {
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list dl dt {
    font-size: 1.6rem;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list dl dd {
    margin-top: 15px;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ul {
  list-style: none;
  padding-left: 0;
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ul + p {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list dl dd ul + p {
    margin-top: 1em;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ol {
  counter-reset: feature-counter;
  list-style: none;
  padding-left: 0;
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ol li {
  counter-increment: feature-counter;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service.p-service_detail .service_section .service_block .service_block__list dl dd ol li {
    margin-bottom: 15px;
  }
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ol li .b-bold {
  color: var(--black);
}
.p-service.p-service_detail .service_section .service_block .service_block__list dl dd ol li::before {
  content: counter(feature-counter) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--black);
}
.p-service.p-service_detail .service_section .detail__link a {
  font-size: 1.5rem;
  color: var(--sky);
  transition: opacity 0.3s;
}
.p-service.p-service_detail .service_section .detail__link a:hover {
  opacity: 0.7;
}

.p-portfolio .movie {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-portfolio .movie {
    margin-top: 80px;
  }
}

.p-news .news {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-news .news {
    padding: 0;
  }
}
.p-news .news .news__inner {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 100px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1330px) {
  .p-news .news .news__inner {
    padding: 25px 50px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-news .news .news__inner {
    padding: 15px 20px 40px;
    border-radius: 10px;
  }
}
.p-news .timeline {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-news .timeline .timeline__row:first-child {
    padding-top: 20px;
  }
}
.p-news .timeline .timeline__row + .timeline__row {
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .p-news .timeline .timeline__row + .timeline__row {
    border-top: 1px solid var(--border);
    margin-top: 20px;
    padding-top: 20px;
  }
}
.p-news .timeline .timeline__row a {
  display: flex;
  align-items: flex-start;
  gap: 5px 40px;
  position: relative;
  padding-right: 41px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .timeline .timeline__row a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 990px) {
  .p-news .timeline .timeline__row a {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-news .timeline .timeline__row a {
    gap: 5px 10px;
  }
}
.p-news .timeline .timeline__row a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/ico_arrow.svg") no-repeat center/12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-news .timeline .timeline__date {
  font-size: 1.5rem;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .p-news .timeline .timeline__date {
    font-size: 1.2rem;
  }
}
.p-news .timeline .timeline__category {
  font-size: 1.3rem;
  color: var(--blue);
  min-width: 160px;
  text-align: center;
  padding: 3px;
  border-radius: 100vh;
  background: var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .p-news .timeline .timeline__category {
    font-size: 1rem;
    min-width: 140px;
  }
}
.p-news .timeline .timeline__title {
  font-size: 1.5rem;
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .p-news .timeline .timeline__title {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .timeline .timeline__title {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.p-news_detail .news_detail {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail {
    padding: 0 10px;
  }
}
.p-news_detail .news_detail .news_detail__inner {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 100px;
  gap: 20px;
}
@media screen and (max-width: 1330px) {
  .p-news_detail .news_detail .news_detail__inner {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__inner {
    padding: 15px 20px;
    border-radius: 10px;
  }
}

.p-column .column .column__head {
  padding: 40px 0;
  border-top: 1px solid rgba(var(--blue_rgb), 0.3);
  border-bottom: 1px solid rgba(var(--blue_rgb), 0.3);
}
@media screen and (max-width: 768px) {
  .p-column .column .column__head {
    padding: 30px 0;
  }
}
.p-column .column .column__body {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-column .column .column__body {
    margin-top: 60px;
  }
}
.p-column .column .column__filter__unit {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-column .column .column__filter__unit {
    flex-direction: column;
  }
}
.p-column .column .column__filter__unit + .column__filter__unit {
  margin-top: 20px;
}
.p-column .column .column__filter__title {
  width: 140px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--blue);
}
.p-column .column .column__filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-column .column .column__filter__list {
    margin-top: 5px;
  }
}
.p-column .column .column__filter__list li {
  display: flex;
  font-size: 1.3rem;
  color: var(--blue);
  padding: 0px 15px;
  border-radius: 100vh;
  border: 1px solid var(--blue);
  transition: all 0.2s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-column .column .column__filter__list li:hover {
    background-color: var(--blue);
    color: #fff;
  }
}
.p-column .column .column__filter__list li.is-active {
  background-color: var(--blue);
  color: #fff;
}

.p-article .article {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-article .article {
    padding: 0 10px;
  }
}
.p-article .article .article__inner {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 100px;
  gap: 20px;
}
@media screen and (max-width: 1330px) {
  .p-article .article .article__inner {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.p-article .article .article__inner .article__thumbnail {
  text-align: center;
  padding: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__thumbnail {
    padding: 20px 0;
  }
}
.p-article .article .article__inner .article__thumbnail img {
  border-radius: 20px;
}
.p-article .article .article__inner .article__head {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--light_gray_rgb), 0.5);
}
.p-article .article .article__inner .article__title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__title {
    font-size: 2rem;
  }
}
.p-article .article .article__inner .article__contents {
  margin: 60px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__contents {
    margin: 20px 0;
  }
}
.p-article .article .article__inner .article__pdf {
  font-size: 1.5rem;
  color: var(--sky);
}
.p-article .article .article__inner .article__movie {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__movie {
    margin: 20px 0;
  }
}
.p-article .article .article__inner .article__movie iframe {
  max-width: 100%;
  width: 800px;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-article .article .article__inner .article__writer {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 60px 0;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__writer {
    border-radius: 15px;
    margin: 30px 0;
    padding: 15px 20px 20px;
  }
}
.p-article .article .article__inner .article__writer .article__writer__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-article .article .article__inner .article__writer .article__writer__title {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__writer .article__writer__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-article .article .article__inner .article__writer .article__writer__unit {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__writer .article__writer__unit {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.p-article .article .article__inner .article__writer .article__writer__image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.p-article .article .article__inner .article__writer .article__writer__image img {
  border-radius: 50%;
  object-fit: cover;
}
.p-article .article .article__inner .article__writer .article__writer__info dt {
  font-weight: 700;
}
.p-article .article .article__inner .article__writer .article__writer__info dd {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-article .article .article__inner .article__writer .article__writer__info dd {
    font-size: 1.2rem;
  }
}
.p-article .timeline {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.p-article .timeline .timeline__date {
  font-size: 1.5rem;
  margin-right: 30px;
  color: var(--glay);
}
@media screen and (max-width: 768px) {
  .p-article .timeline .timeline__date {
    margin-right: 180px;
  }
}
.p-article .timeline .timeline__category {
  font-size: 1.3rem;
  padding: 0 15px;
  border-radius: 100vh;
  color: var(--blue);
  background: var(--sky_pale);
  border: 1px solid var(--sky_pale);
}
@media screen and (max-width: 768px) {
  .p-article .timeline .timeline__category {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.p-article .timeline .timeline__category.timeline__category--border {
  background: transparent;
  border-color: var(--sky);
  color: var(--sky);
}
.p-article .b-btn02 {
  margin-top: 40px;
}

.p-contact .step_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 576px) {
  .p-contact .step_list {
    gap: 30px;
  }
}
.p-contact .step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding-top: 10px;
  border: 1px solid var(--light_gray);
  border-radius: 50%;
  text-align: center;
  color: var(--light_gray);
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-contact .step__item {
    width: 70px;
    height: 70px;
  }
}
.p-contact .step__item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 10px solid rgba(30, 78, 140, 0.2);
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .p-contact .step__item:not(:last-child)::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 7px solid rgba(30, 78, 140, 0.2);
    right: -21px;
  }
}
.p-contact .step__item:nth-of-type(2)::after {
  opacity: 0.4;
}
.p-contact .step__item span {
  display: block;
  font-size: 1.3rem;
  font-family: var(--urbanist);
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-contact .step__item span {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.p-contact .step__item p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-contact .step__item p {
    font-size: 1.6rem;
  }
}
.p-contact .step__item.is-current {
  border: 1px solid var(--blue);
}
.p-contact .step__item.is-current span {
  color: var(--sky);
}
.p-contact .step__item.is-current p {
  color: var(--blue);
}
.p-contact .form {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-contact .form {
    margin-top: 30px;
    padding: 0;
  }
}
.p-contact .form .form__inner {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 100px 80px;
}
@media screen and (max-width: 1330px) {
  .p-contact .form .form__inner {
    padding: 25px 50px 60px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__inner {
    padding: 15px 20px 60px;
    border-radius: 10px;
  }
}
.p-contact .form .form__current_list {
  display: flex;
  justify-content: center;
}
.p-contact .form .form__row {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px 30px;
  }
}
.p-contact .form .form__row .form__row {
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__row .form__row {
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 20px 0px 30px;
  }
}
.p-contact .form .form__row .form__row:first-of-type {
  padding-top: 0;
}
.p-contact .form .form__row .form__row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-contact .form .form__row .form__row .form__control {
  position: relative;
  flex-wrap: wrap;
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__row .form__row .form__control {
    width: calc(50% - 5px);
  }
}
.p-contact .form .form__row .form__row .form__sublabel {
  flex-shrink: 0;
}
.p-contact .form .form__row .form__row .form__sublabel + .form__input {
  width: calc(100% - (2em + 10px));
}
.p-contact .form .form__row .form__row .form__error {
  width: 100%;
  margin-bottom: 0;
}
.p-contact .form .form__fieldset {
  border: none;
  margin: 0;
  padding-block: 0;
  padding-inline: 0;
  min-width: 0;
  min-inline-size: auto;
  width: 100%;
}
.p-contact .form .form__label {
  display: flex;
  align-items: self-start;
  flex-shrink: 0;
  max-width: 280px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__label {
    align-items: center;
    font-size: 1.5rem;
  }
}
.p-contact .form .form__field {
  flex: 1;
  width: 100%;
}
.p-contact .form .form__field.form__field--column {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 576px) {
  .p-contact .form .form__field.form__field--column {
    flex-direction: column;
    gap: 10px;
  }
}
.p-contact .form .form__group {
  flex: 1;
}
.p-contact .form .form__sublabel {
  width: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .p-contact .form .form__sublabel {
    font-size: 1.3rem;
  }
}
.p-contact .form .form__control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact .form .form__required {
  display: inline-block;
  background-color: #e80a0a;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__required {
    font-size: 1.2rem;
  }
}
.p-contact .form .form__error {
  color: #e80a0a;
  background-color: rgba(232, 10, 10, 0.1);
  border-radius: 3px;
  margin: -10px 0 10px;
  padding: 0.5em 1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__error {
    margin-top: -5px;
  }
}
.p-contact .form .form__input,
.p-contact .form .form__textarea {
  width: 100%;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background-color: #fafafa;
  box-sizing: border-box;
}
.p-contact .form .form__input.form__input--s,
.p-contact .form .form__textarea.form__input--s {
  width: 200px;
}
.p-contact .form .form__textarea {
  resize: vertical;
  min-height: 140px;
}
.p-contact .form .form__policy {
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__policy {
    margin-top: 40px;
  }
}
.p-contact .form .form__policy__check {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__policy__check {
    font-size: 1.5rem;
  }
}
.p-contact .form .form_button_area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form_button_area {
    margin-top: 40px;
  }
}
.p-contact .form .form__modify_btn {
  display: block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 19px 40px;
  background: #fff;
  color: var(--sky);
  border: 1px solid var(--sky);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 100vh;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__modify_btn {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-contact .form .form__modify_btn:hover {
    opacity: 0.7;
  }
}
.p-contact .form .form__submit_btn {
  display: block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 19px 40px;
  background: var(--sky);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 100vh;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-contact .form .form__submit_btn {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-contact .form .form__submit_btn:hover {
    opacity: 0.7;
  }
}
.p-contact .form .form__submit_btn.is-disabled {
  pointer-events: none;
  background-color: var(--light_gray);
}

.p-company .intro {
  text-align: center;
}
.p-company .intro .intro__thumbnail {
  max-width: 1040px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-company .intro .intro__thumbnail {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .p-company .intro .intro__thumbnail {
    height: 240px;
  }
}
.p-company .intro .intro__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-company .profile {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-company .profile {
    margin-top: 60px;
  }
}
.p-company .profile .company__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-company .profile .company__list > li::before {
  content: "・";
}
.p-company .access {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-company .access {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .access .access__map iframe {
    height: 450px;
  }
}

.p-privacy .privacy {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy {
    gap: 40px;
    margin-top: 10px;
  }
}
.p-privacy .privacy .privacy__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-privacy .privacy .privacy__title {
  font-size: 2.4rem;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__title {
    font-size: 1.8rem;
  }
}
.p-privacy .privacy .privacy__text {
  line-height: 2;
}
.p-privacy .privacy .privacy__article {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__article {
    margin-top: 40px;
  }
}
.p-privacy .privacy .privacy__list {
  padding-left: 32px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__list {
    padding-left: 18px;
  }
}
.p-privacy .privacy .privacy__list > li {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__list > li {
    padding-left: 5px;
  }
}
.p-privacy .privacy .privacy__list .privacy__list--para {
  padding: 33px 0 0 65px;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__list .privacy__list--para {
    padding: 10px 0 0 20px;
  }
}
.p-privacy .privacy .privacy__list .privacy__list--para > li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy .privacy__list .privacy__list--para > li {
    text-indent: -3.5rem;
  }
}
.p-privacy .privacy .privacy__list .privacy__list--para > li::before {
  content: "（" counter(cnt) "）";
}
.p-privacy .privacy .privacy__list .privacy__list--item {
  list-style: lower-latin;
  text-indent: 0;
  padding: 0 0 30px 25px;
}
.p-privacy .privacy .privacy__info {
  padding-top: 22px;
  line-height: 2;
}
.p-privacy .privacy .privacy__mail .b-text_link img {
  vertical-align: text-bottom;
}

.p-recruit {
  background: #3c7bcc;
  min-height: 200vh;
}
.p-recruit .mv {
  background: #3c7bcc;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .mv {
    padding: 0 20px;
  }
}
.p-recruit .mv::before {
  content: "";
  display: block;
  width: 100%;
  background: url("/mock/recruit/images/mv_wave.png") no-repeat center top/100%;
  aspect-ratio: 1400/127;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-recruit .mv .mv__inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .mv .mv__inner {
    display: block;
  }
}
.p-recruit .mv .mv__left {
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .mv .mv__left {
    margin-top: 120px;
  }
}
.p-recruit .mv .mv__right {
  margin-top: 125px;
}
@media screen and (max-width: 925px) {
  .p-recruit .mv .mv__right {
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .mv .mv__right {
    margin-top: 40px;
  }
}
.p-recruit .mv .mv__copy {
  font-size: 7rem;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .p-recruit .mv .mv__copy {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .mv .mv__copy {
    font-size: 3.8rem;
  }
}
.p-recruit .mv .mv__detail {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7;
}
@media screen and (max-width: 1080px) {
  .p-recruit .mv .mv__detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .mv .mv__detail {
    font-size: 1.4rem;
  }
}
.p-recruit .benefit {
  background: linear-gradient(to bottom, #87c9f2, #9bd3f6 60%, #d3eeff);
  overflow: hidden;
}
.p-recruit .benefit .benefit__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 175px 20px 165px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__inner {
    padding: 60px 20px;
    display: block;
  }
}
.p-recruit .benefit .benefit__inner::before, .p-recruit .benefit .benefit__inner::after {
  content: "";
  display: block;
  width: 142px;
  aspect-ratio: 142/54;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__inner::before, .p-recruit .benefit .benefit__inner::after {
    width: 71px;
  }
}
.p-recruit .benefit .benefit__inner::before {
  background: url("/mock/recruit/images/nami_a.png") no-repeat center/contain;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__inner::before {
    left: 15px;
  }
}
.p-recruit .benefit .benefit__inner::after {
  background: url("/mock/recruit/images/nami_c.png") no-repeat center/contain;
  bottom: 13px;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__inner::after {
    right: 120px;
  }
}
.p-recruit .benefit .benefit__right {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__right {
    width: 100%;
  }
}
.p-recruit .benefit .benefit__right::before {
  content: "";
  display: block;
  width: 142px;
  aspect-ratio: 142/54;
  position: absolute;
  background: url("/mock/recruit/images/nami_b.png") no-repeat center/contain;
  top: -140px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__right::before {
    width: 71px;
    top: 190px;
    right: 0;
  }
}
.p-recruit .benefit .benefit__left {
  width: 59.8%;
  flex-shrink: 0;
}
@media screen and (max-width: 1230px) {
  .p-recruit .benefit .benefit__left {
    width: 60vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__left {
    width: 100%;
    margin-top: 50px;
  }
}
.p-recruit .benefit .benefit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__list li {
    width: calc(50% - 5px);
  }
}
.p-recruit .benefit .benefit__item {
  max-width: 348px;
  width: 48%;
  border-radius: 30px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__item {
    padding: 20px 10px;
  }
}
.p-recruit .benefit .benefit__item figure {
  text-align: center;
}
.p-recruit .benefit .benefit__item figure img {
  width: 100%;
  max-width: 270px;
  height: auto;
}
.p-recruit .benefit .benefit__item figure figcaption {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__item figure figcaption {
    font-size: 1.5rem;
  }
}
.p-recruit .benefit .benefit__ico01 {
  position: relative;
}
.p-recruit .benefit .benefit__ico01::after {
  content: "";
  display: block;
  width: 23.56%;
  aspect-ratio: 82/87;
  background: url("/mock/recruit/images/benefit_ico_01.png") no-repeat center/contain;
  position: absolute;
  top: -7.3%;
  left: 8%;
}
.p-recruit .benefit .benefit__ico02 {
  position: relative;
}
.p-recruit .benefit .benefit__ico02::after {
  content: "";
  display: block;
  width: 23.56%;
  aspect-ratio: 78/80;
  background: url("/mock/recruit/images/benefit_ico_02.png") no-repeat center/contain;
  position: absolute;
  top: -10.6%;
  left: 3.7%;
}
.p-recruit .benefit .benefit__title {
  color: #1051a3;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__title {
    font-size: 3.2rem;
  }
}
.p-recruit .benefit .benefit__en {
  color: #fff;
  font-weight: 900;
  font-family: var(--lato);
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__en {
    font-size: 2.4rem;
  }
}
.p-recruit .benefit .benefit__text {
  margin-top: 35px;
  color: #1051a3;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__text {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.p-recruit .benefit .benefit__more {
  margin-top: 55px;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__more {
    margin-top: 25px;
    min-height: 32px;
  }
}
.p-recruit .benefit .benefit__more a {
  display: inline-block;
  position: relative;
  color: #1051a3;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 79px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit .benefit .benefit__more a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__more a {
    font-size: 1.6rem;
    padding-right: 55px;
  }
}
.p-recruit .benefit .benefit__more a::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("/mock/recruit/images/ico_recruit_arrow01.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit .benefit .benefit__more a::before {
    width: 40px;
    height: 40px;
  }
}
.p-recruit .works {
  padding: 260px 20px 250px;
  background: url("/mock/recruit/images/works_bg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .p-recruit .works {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .works {
    padding: 130px 20px 30px;
  }
}
.p-recruit .works::before {
  content: "";
  display: block;
  background: url("/mock/recruit/images/works_bg_top.png") no-repeat center bottom/contain;
  width: 100%;
  aspect-ratio: 1400/151;
  position: absolute;
  top: -1px;
  left: 0;
}
.p-recruit .works .works__inner {
  max-width: 1230px;
  margin: 0 auto;
}
.p-recruit .works .works__inner::before, .p-recruit .works .works__inner::after {
  content: "";
  display: block;
  position: absolute;
}
.p-recruit .works .works__inner::before {
  background: url("/mock/recruit/images/work_item01.png") no-repeat center/contain;
  width: 314px;
  aspect-ratio: 314/391;
  top: 70px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .works .works__inner::before {
    width: 107px;
    top: 35px;
    left: -10px;
  }
}
.p-recruit .works .works__inner::after {
  background: url("/mock/recruit/images/work_item02.png") no-repeat center/contain;
  width: 363px;
  aspect-ratio: 363/217;
  top: 220px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .works .works__inner::after {
    width: 181px;
    top: 50px;
    right: -15px;
  }
}
.p-recruit .works .works__title {
  color: #707070;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .works .works__title {
    font-size: 3.2rem;
  }
}
.p-recruit .works .works__en {
  color: #ed8a4c;
  font-weight: 900;
  font-family: var(--lato);
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .works .works__en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1090px) {
  .p-recruit .works .work__body {
    display: flex;
    gap: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .works .work__body {
    display: block;
    margin-top: 40px;
  }
}
.p-recruit .works .work__box {
  margin-top: 80px;
}
@media screen and (max-width: 1090px) {
  .p-recruit .works .work__box {
    margin-top: 0;
  }
}
.p-recruit .works .work__box + .work__box {
  margin-top: 60px;
}
@media screen and (max-width: 1090px) {
  .p-recruit .works .work__box + .work__box {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .works .work__box + .work__box {
    margin-top: 20px;
  }
}
.p-recruit .department {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  display: flex;
}
@media screen and (max-width: 1090px) {
  .p-recruit .department {
    display: block;
  }
}
.p-recruit .department.department--reverse {
  flex-direction: row-reverse;
}
.p-recruit .department .department__image {
  width: 53%;
  flex-shrink: 0;
}
@media screen and (max-width: 1090px) {
  .p-recruit .department .department__image {
    width: 100%;
    padding: 0 30px;
  }
}
.p-recruit .department .department__info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .department .department__info {
    padding: 25px 20px;
  }
}
.p-recruit .department .department__text_box {
  max-width: 410px;
}
.p-recruit .department .department__title {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit .department .department__title {
    font-size: 2.1rem;
  }
}
.p-recruit .department .department__text {
  margin-top: 10px;
  line-height: 2;
}
.p-recruit .department .department__more {
  min-height: 64px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .department .department__more {
    margin-top: 25px;
    min-height: 32px;
  }
}
.p-recruit .department .department__more a {
  display: inline-block;
  position: relative;
  color: #1051a3;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 79px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recruit .department .department__more a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .department .department__more a {
    font-size: 1.6rem;
    padding-right: 55px;
  }
}
.p-recruit .department .department__more a::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("/mock/recruit/images/ico_recruit_arrow01.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit .department .department__more a::before {
    width: 40px;
    height: 40px;
  }
}
.p-recruit .department .department__more.department__more--yellow a {
  color: #f0c05c;
}
.p-recruit .department .department__more.department__more--yellow a::before {
  background-image: url("/mock/recruit/images/ico_recruit_arrow02.svg");
}
.p-recruit .department .department__more.department__more--green a {
  color: #61a6a1;
}
.p-recruit .department .department__more.department__more--green a::before {
  background-image: url("/mock/recruit/images/ico_recruit_arrow03.svg");
}
.p-recruit .b-requirement {
  background: linear-gradient(to bottom, #fdecd0 0%, #fff9ef 20%, #fffefe 50%, #ffffff 100%);
}

.p-recruit_benefit .b-containter {
  background-color: #87c9f2;
}
.p-recruit_benefit .b-containter .benefit {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .p-recruit_benefit .b-containter .benefit {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.p-recruit_benefit .b-containter .benefit .benefit__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit_benefit .b-containter .benefit .benefit__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_benefit .b-containter .benefit .benefit__inner {
    grid-template-columns: 1fr;
    gap: 30px 20px;
    padding: 0 15px;
  }
}
.p-recruit_benefit .b-containter .benefit .benefit__item {
  border-radius: 30px;
  padding: 60px 60px 50px 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .p-recruit_benefit .b-containter .benefit .benefit__item {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_benefit .b-containter .benefit .benefit__item {
    padding: 30px 30px 40px 30px;
  }
}
.p-recruit_benefit .b-containter .benefit .benefit__item figure {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit_benefit .b-containter .benefit .benefit__item figure {
    margin-bottom: 20px;
  }
}
.p-recruit_benefit .b-containter .benefit .benefit__item figure img {
  width: 100%;
  max-width: 270px;
  height: auto;
}
.p-recruit_benefit .b-containter .benefit .benefit__item dt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #3c7bcc;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .p-recruit_benefit .b-containter .benefit .benefit__item dt {
    font-size: 2rem;
  }
}
.p-recruit_benefit .b-containter .benefit .benefit__item dt dd {
  line-height: 2.2;
}

.p-recruit_works .p-recruit_works__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .p-recruit_works__title {
    font-size: 2.4rem;
  }
}
.p-recruit_works .p-recruit_works__title {
  color: #F0C05C;
}
.p-recruit_works .b-containter {
  background-color: #FCF6EA;
}
.p-recruit_works .about .about__head {
  text-align: center;
}
.p-recruit_works .about .about__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .about .about__title {
    font-size: 2rem;
  }
}
.p-recruit_works .about .about__en {
  font-size: 6.4rem;
  font-family: var(--lato);
  color: #f0c05c;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .about .about__en {
    font-size: 4rem;
  }
}
.p-recruit_works .about .about__intro {
  display: flex;
  align-items: center;
  gap: 66px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .about .about__intro {
    flex-direction: column;
    gap: 30px;
  }
}
.p-recruit_works .about .about__intro .about__intro__right {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .about .about__intro .about__intro__right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_works .about .about__intro .about__intro__right {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .p-recruit_works .about .about__intro .about__intro__right {
    margin: 0 -10px;
    font-size: 1.3rem;
  }
}
.p-recruit_works .detail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .detail {
    flex-direction: column;
    margin-top: 60px;
    padding-bottom: 0;
  }
}
.p-recruit_works .detail .detail__text_box {
  position: relative;
  max-width: 650px;
  width: 52.8455284553%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 70px 100px 80px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .detail .detail__text_box {
    flex-shrink: 0;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_works .detail .detail__text_box {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit_works .detail .detail__text_box {
    width: 100%;
    margin-left: -20px;
    padding: 40px 30px 40px 50px;
    border-radius: 0 20px 20px 0;
  }
}
.p-recruit_works .detail .detail__text_box .detail__text_box__text {
  margin-top: 20px;
  line-height: 2.2;
}
.p-recruit_works .detail .detail__image {
  max-width: 634px;
  width: 51.5447154472%;
  margin-left: -4.3902439024%;
  transform: translateY(60px);
}
@media screen and (max-width: 768px) {
  .p-recruit_works .detail .detail__image {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 576px) {
  .p-recruit_works .detail .detail__image {
    width: 100%;
    margin-right: -20px;
  }
}
.p-recruit_works .detail .detail__image img {
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .p-recruit_works .detail .detail__image img {
    border-radius: 20px 0 0 20px;
  }
}
.p-recruit_works .schedule {
  max-width: 1040px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .schedule {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit_works .schedule {
    margin-top: 60px;
  }
}
.p-recruit_works .schedule .schedule__list {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-recruit_works .schedule .schedule__list {
    margin-top: 20px;
  }
}
.p-recruit_works .schedule .schedule__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 28px 60px 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-recruit_works .schedule .schedule__item {
    align-items: start;
    gap: 20px;
    padding: 20px 20px 22px;
  }
}
.p-recruit_works .schedule .schedule__item + .schedule__item {
  margin-top: 40px;
}
.p-recruit_works .schedule .schedule__item + .schedule__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 20px solid rgba(240, 192, 92, 0.2);
  border-bottom: 0;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit_works .schedule .schedule__item + .schedule__item::before {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    bottom: -25px;
  }
}
.p-recruit_works .schedule .schedule__timeline {
  color: #F0C05C;
  font-family: var(--lato);
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .schedule .schedule__timeline {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit_works .schedule .schedule__timeline {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-recruit_works .schedule .schedule__info dt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #3C7BCC;
}
@media screen and (max-width: 768px) {
  .p-recruit_works .schedule .schedule__info dt {
    font-size: 1.8rem;
  }
}
.p-recruit_works .schedule .schedule__info dd {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-recruit_works .schedule .schedule__info dd {
    margin-top: 5px;
    margin-left: -70px;
  }
}
.p-recruit_works .message {
  max-width: 1080px;
  margin: 80px auto;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .message .p-recruit_works__title {
    text-align: center;
  }
}
.p-recruit_works .message .message__unit {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .message .message__unit {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_works .message .message__unit .message__unit__left {
    width: 70%;
  }
}
.p-recruit_works .message .message__unit .message__unit__text {
  flex-shrink: 0;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .p-recruit_works .message .message__unit .message__unit__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_works .message .message__unit .message__unit__text {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .p-recruit_works .message .message__unit .message__unit__text {
    margin: 20px -10px 0;
    font-size: 1.3rem;
  }
}

.p-recruit_works_creative .p-recruit_works__title {
  color: #F0C05C;
}
.p-recruit_works_creative .b-containter {
  background-color: #FCF6EA;
}
.p-recruit_works_creative .about .about__en {
  color: #F0C05C;
}
.p-recruit_works_creative .schedule .schedule__item + .schedule__item::before {
  border-top: 20px solid rgba(240, 192, 92, 0.2);
}
.p-recruit_works_creative .schedule .schedule__timeline {
  color: #F0C05C;
}

.p-recruit_works_creative .p-recruit_works__title {
  color: #61A6A1;
}
.p-recruit_works_creative .b-containter {
  background-color: #E7F5F4;
}
.p-recruit_works_creative .about .about__en {
  color: #61A6A1;
}
.p-recruit_works_creative .schedule .schedule__item + .schedule__item::before {
  border-top: 20px solid rgba(97, 166, 161, 0.2);
}
.p-recruit_works_creative .schedule .schedule__timeline {
  color: #61A6A1;
}

.p-recruit_requirement .b-containter {
  background-color: #87c9f2;
}
.p-recruit_requirement .b-containter .p-recruit_requirement__title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-recruit_requirement .b-containter .p-recruit_requirement__title {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.p-recruit_requirement .b-containter .requirement {
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-recruit_requirement .b-containter .requirement {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement {
    padding-bottom: 20px;
  }
}
.p-recruit_requirement .b-containter .requirement .requirement__block {
  width: 100%;
  max-width: 1200px;
  padding: 80px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement .requirement__block {
    margin: 20px auto;
    padding: 40px 20px;
  }
}
.p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
  line-height: 1.5;
  /*&:last-of-type {
  	border-bottom: none;
  }*/
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl {
    display: block;
    padding: 30px 0;
  }
}
.p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl:first-of-type {
  padding-top: 0;
}
.p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl dt {
  width: 260px;
  color: #3c7bcc;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl dt {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl dd {
  flex: 1;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement .requirement__block .requirement__list dl dd {
    width: 100%;
  }
}
.p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner {
  margin-top: -1px;
  padding: 200px 0 0px;
  position: relative;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 20%, #ffffff 50%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner {
    padding: 120px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner {
    padding: 70px 0 40px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner {
    padding: 140px 0 40px;
  }
}
.p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transform: translateY(-20%);
  width: 100%;
  aspect-ratio: 1970/573;
  background-image: url("/mock/recruit/requirement/images/requirement_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruit_requirement .b-containter .requirement_undersectin .requirement_undersectin__inner::before {
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 14/5;
    background-image: url("/mock/recruit/requirement/images/requirement_bg_sp.png");
  }
}

.p-under .p-under_contents {
  background: var(--sky_pale);
  margin-top: -40px;
  padding: 120px 60px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-under .p-under_contents {
    padding: 60px 20px;
    border-radius: 20px;
  }
}
.p-under .p-under_contents .p-under_contents__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.p-under .p-under_contents .error_text {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--blue);
  text-align: center;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-under .p-under_contents .error_text {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
