@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

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

	function

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

	reset

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

html {
  font-size: min(0.6944444444vw, 62.5%);
}
@media screen and (min-width: 440px) and (max-width: 1023px) {
  html {
    font-size: 46.9%;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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: max(1.6rem, 16px);
}
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: max(1.6rem, 16px);
}
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;
}

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: minvwcalc(0) !important;
}

.b-mt0 {
  margin-top: minvwcalc(0) !important;
}

.b-mb0 {
  margin-bottom: minvwcalc(0) !important;
}

.b-ml0 {
  margin-left: minvwcalc(0) !important;
}

.b-mr0 {
  margin-right: minvwcalc(0) !important;
}

.b-p0 {
  padding: minvwcalc(0) !important;
}

.b-pt0 {
  padding-top: minvwcalc(0) !important;
}

.b-pb0 {
  padding-bottom: minvwcalc(0) !important;
}

.b-pl0 {
  padding-left: minvwcalc(0) !important;
}

.b-pr0 {
  padding-right: minvwcalc(0) !important;
}

.b-m5 {
  margin: minvwcalc(5) !important;
}

.b-mt5 {
  margin-top: minvwcalc(5) !important;
}

.b-mb5 {
  margin-bottom: minvwcalc(5) !important;
}

.b-ml5 {
  margin-left: minvwcalc(5) !important;
}

.b-mr5 {
  margin-right: minvwcalc(5) !important;
}

.b-p5 {
  padding: minvwcalc(5) !important;
}

.b-pt5 {
  padding-top: minvwcalc(5) !important;
}

.b-pb5 {
  padding-bottom: minvwcalc(5) !important;
}

.b-pl5 {
  padding-left: minvwcalc(5) !important;
}

.b-pr5 {
  padding-right: minvwcalc(5) !important;
}

.b-m10 {
  margin: minvwcalc(10) !important;
}

.b-mt10 {
  margin-top: minvwcalc(10) !important;
}

.b-mb10 {
  margin-bottom: minvwcalc(10) !important;
}

.b-ml10 {
  margin-left: minvwcalc(10) !important;
}

.b-mr10 {
  margin-right: minvwcalc(10) !important;
}

.b-p10 {
  padding: minvwcalc(10) !important;
}

.b-pt10 {
  padding-top: minvwcalc(10) !important;
}

.b-pb10 {
  padding-bottom: minvwcalc(10) !important;
}

.b-pl10 {
  padding-left: minvwcalc(10) !important;
}

.b-pr10 {
  padding-right: minvwcalc(10) !important;
}

.b-m15 {
  margin: minvwcalc(15) !important;
}

.b-mt15 {
  margin-top: minvwcalc(15) !important;
}

.b-mb15 {
  margin-bottom: minvwcalc(15) !important;
}

.b-ml15 {
  margin-left: minvwcalc(15) !important;
}

.b-mr15 {
  margin-right: minvwcalc(15) !important;
}

.b-p15 {
  padding: minvwcalc(15) !important;
}

.b-pt15 {
  padding-top: minvwcalc(15) !important;
}

.b-pb15 {
  padding-bottom: minvwcalc(15) !important;
}

.b-pl15 {
  padding-left: minvwcalc(15) !important;
}

.b-pr15 {
  padding-right: minvwcalc(15) !important;
}

.b-m20 {
  margin: minvwcalc(20) !important;
}

.b-mt20 {
  margin-top: minvwcalc(20) !important;
}

.b-mb20 {
  margin-bottom: minvwcalc(20) !important;
}

.b-ml20 {
  margin-left: minvwcalc(20) !important;
}

.b-mr20 {
  margin-right: minvwcalc(20) !important;
}

.b-p20 {
  padding: minvwcalc(20) !important;
}

.b-pt20 {
  padding-top: minvwcalc(20) !important;
}

.b-pb20 {
  padding-bottom: minvwcalc(20) !important;
}

.b-pl20 {
  padding-left: minvwcalc(20) !important;
}

.b-pr20 {
  padding-right: minvwcalc(20) !important;
}

.b-m25 {
  margin: minvwcalc(25) !important;
}

.b-mt25 {
  margin-top: minvwcalc(25) !important;
}

.b-mb25 {
  margin-bottom: minvwcalc(25) !important;
}

.b-ml25 {
  margin-left: minvwcalc(25) !important;
}

.b-mr25 {
  margin-right: minvwcalc(25) !important;
}

.b-p25 {
  padding: minvwcalc(25) !important;
}

.b-pt25 {
  padding-top: minvwcalc(25) !important;
}

.b-pb25 {
  padding-bottom: minvwcalc(25) !important;
}

.b-pl25 {
  padding-left: minvwcalc(25) !important;
}

.b-pr25 {
  padding-right: minvwcalc(25) !important;
}

.b-m30 {
  margin: minvwcalc(30) !important;
}

.b-mt30 {
  margin-top: minvwcalc(30) !important;
}

.b-mb30 {
  margin-bottom: minvwcalc(30) !important;
}

.b-ml30 {
  margin-left: minvwcalc(30) !important;
}

.b-mr30 {
  margin-right: minvwcalc(30) !important;
}

.b-p30 {
  padding: minvwcalc(30) !important;
}

.b-pt30 {
  padding-top: minvwcalc(30) !important;
}

.b-pb30 {
  padding-bottom: minvwcalc(30) !important;
}

.b-pl30 {
  padding-left: minvwcalc(30) !important;
}

.b-pr30 {
  padding-right: minvwcalc(30) !important;
}

.b-m35 {
  margin: minvwcalc(35) !important;
}

.b-mt35 {
  margin-top: minvwcalc(35) !important;
}

.b-mb35 {
  margin-bottom: minvwcalc(35) !important;
}

.b-ml35 {
  margin-left: minvwcalc(35) !important;
}

.b-mr35 {
  margin-right: minvwcalc(35) !important;
}

.b-p35 {
  padding: minvwcalc(35) !important;
}

.b-pt35 {
  padding-top: minvwcalc(35) !important;
}

.b-pb35 {
  padding-bottom: minvwcalc(35) !important;
}

.b-pl35 {
  padding-left: minvwcalc(35) !important;
}

.b-pr35 {
  padding-right: minvwcalc(35) !important;
}

.b-m40 {
  margin: minvwcalc(40) !important;
}

.b-mt40 {
  margin-top: minvwcalc(40) !important;
}

.b-mb40 {
  margin-bottom: minvwcalc(40) !important;
}

.b-ml40 {
  margin-left: minvwcalc(40) !important;
}

.b-mr40 {
  margin-right: minvwcalc(40) !important;
}

.b-p40 {
  padding: minvwcalc(40) !important;
}

.b-pt40 {
  padding-top: minvwcalc(40) !important;
}

.b-pb40 {
  padding-bottom: minvwcalc(40) !important;
}

.b-pl40 {
  padding-left: minvwcalc(40) !important;
}

.b-pr40 {
  padding-right: minvwcalc(40) !important;
}

.b-m45 {
  margin: minvwcalc(45) !important;
}

.b-mt45 {
  margin-top: minvwcalc(45) !important;
}

.b-mb45 {
  margin-bottom: minvwcalc(45) !important;
}

.b-ml45 {
  margin-left: minvwcalc(45) !important;
}

.b-mr45 {
  margin-right: minvwcalc(45) !important;
}

.b-p45 {
  padding: minvwcalc(45) !important;
}

.b-pt45 {
  padding-top: minvwcalc(45) !important;
}

.b-pb45 {
  padding-bottom: minvwcalc(45) !important;
}

.b-pl45 {
  padding-left: minvwcalc(45) !important;
}

.b-pr45 {
  padding-right: minvwcalc(45) !important;
}

.b-m50 {
  margin: minvwcalc(50) !important;
}

.b-mt50 {
  margin-top: minvwcalc(50) !important;
}

.b-mb50 {
  margin-bottom: minvwcalc(50) !important;
}

.b-ml50 {
  margin-left: minvwcalc(50) !important;
}

.b-mr50 {
  margin-right: minvwcalc(50) !important;
}

.b-p50 {
  padding: minvwcalc(50) !important;
}

.b-pt50 {
  padding-top: minvwcalc(50) !important;
}

.b-pb50 {
  padding-bottom: minvwcalc(50) !important;
}

.b-pl50 {
  padding-left: minvwcalc(50) !important;
}

.b-pr50 {
  padding-right: minvwcalc(50) !important;
}

.b-m55 {
  margin: minvwcalc(55) !important;
}

.b-mt55 {
  margin-top: minvwcalc(55) !important;
}

.b-mb55 {
  margin-bottom: minvwcalc(55) !important;
}

.b-ml55 {
  margin-left: minvwcalc(55) !important;
}

.b-mr55 {
  margin-right: minvwcalc(55) !important;
}

.b-p55 {
  padding: minvwcalc(55) !important;
}

.b-pt55 {
  padding-top: minvwcalc(55) !important;
}

.b-pb55 {
  padding-bottom: minvwcalc(55) !important;
}

.b-pl55 {
  padding-left: minvwcalc(55) !important;
}

.b-pr55 {
  padding-right: minvwcalc(55) !important;
}

.b-m60 {
  margin: minvwcalc(60) !important;
}

.b-mt60 {
  margin-top: minvwcalc(60) !important;
}

.b-mb60 {
  margin-bottom: minvwcalc(60) !important;
}

.b-ml60 {
  margin-left: minvwcalc(60) !important;
}

.b-mr60 {
  margin-right: minvwcalc(60) !important;
}

.b-p60 {
  padding: minvwcalc(60) !important;
}

.b-pt60 {
  padding-top: minvwcalc(60) !important;
}

.b-pb60 {
  padding-bottom: minvwcalc(60) !important;
}

.b-pl60 {
  padding-left: minvwcalc(60) !important;
}

.b-pr60 {
  padding-right: minvwcalc(60) !important;
}

.b-m65 {
  margin: minvwcalc(65) !important;
}

.b-mt65 {
  margin-top: minvwcalc(65) !important;
}

.b-mb65 {
  margin-bottom: minvwcalc(65) !important;
}

.b-ml65 {
  margin-left: minvwcalc(65) !important;
}

.b-mr65 {
  margin-right: minvwcalc(65) !important;
}

.b-p65 {
  padding: minvwcalc(65) !important;
}

.b-pt65 {
  padding-top: minvwcalc(65) !important;
}

.b-pb65 {
  padding-bottom: minvwcalc(65) !important;
}

.b-pl65 {
  padding-left: minvwcalc(65) !important;
}

.b-pr65 {
  padding-right: minvwcalc(65) !important;
}

.b-m70 {
  margin: minvwcalc(70) !important;
}

.b-mt70 {
  margin-top: minvwcalc(70) !important;
}

.b-mb70 {
  margin-bottom: minvwcalc(70) !important;
}

.b-ml70 {
  margin-left: minvwcalc(70) !important;
}

.b-mr70 {
  margin-right: minvwcalc(70) !important;
}

.b-p70 {
  padding: minvwcalc(70) !important;
}

.b-pt70 {
  padding-top: minvwcalc(70) !important;
}

.b-pb70 {
  padding-bottom: minvwcalc(70) !important;
}

.b-pl70 {
  padding-left: minvwcalc(70) !important;
}

.b-pr70 {
  padding-right: minvwcalc(70) !important;
}

.b-m75 {
  margin: minvwcalc(75) !important;
}

.b-mt75 {
  margin-top: minvwcalc(75) !important;
}

.b-mb75 {
  margin-bottom: minvwcalc(75) !important;
}

.b-ml75 {
  margin-left: minvwcalc(75) !important;
}

.b-mr75 {
  margin-right: minvwcalc(75) !important;
}

.b-p75 {
  padding: minvwcalc(75) !important;
}

.b-pt75 {
  padding-top: minvwcalc(75) !important;
}

.b-pb75 {
  padding-bottom: minvwcalc(75) !important;
}

.b-pl75 {
  padding-left: minvwcalc(75) !important;
}

.b-pr75 {
  padding-right: minvwcalc(75) !important;
}

.b-m80 {
  margin: minvwcalc(80) !important;
}

.b-mt80 {
  margin-top: minvwcalc(80) !important;
}

.b-mb80 {
  margin-bottom: minvwcalc(80) !important;
}

.b-ml80 {
  margin-left: minvwcalc(80) !important;
}

.b-mr80 {
  margin-right: minvwcalc(80) !important;
}

.b-p80 {
  padding: minvwcalc(80) !important;
}

.b-pt80 {
  padding-top: minvwcalc(80) !important;
}

.b-pb80 {
  padding-bottom: minvwcalc(80) !important;
}

.b-pl80 {
  padding-left: minvwcalc(80) !important;
}

.b-pr80 {
  padding-right: minvwcalc(80) !important;
}

.b-m85 {
  margin: minvwcalc(85) !important;
}

.b-mt85 {
  margin-top: minvwcalc(85) !important;
}

.b-mb85 {
  margin-bottom: minvwcalc(85) !important;
}

.b-ml85 {
  margin-left: minvwcalc(85) !important;
}

.b-mr85 {
  margin-right: minvwcalc(85) !important;
}

.b-p85 {
  padding: minvwcalc(85) !important;
}

.b-pt85 {
  padding-top: minvwcalc(85) !important;
}

.b-pb85 {
  padding-bottom: minvwcalc(85) !important;
}

.b-pl85 {
  padding-left: minvwcalc(85) !important;
}

.b-pr85 {
  padding-right: minvwcalc(85) !important;
}

.b-m90 {
  margin: minvwcalc(90) !important;
}

.b-mt90 {
  margin-top: minvwcalc(90) !important;
}

.b-mb90 {
  margin-bottom: minvwcalc(90) !important;
}

.b-ml90 {
  margin-left: minvwcalc(90) !important;
}

.b-mr90 {
  margin-right: minvwcalc(90) !important;
}

.b-p90 {
  padding: minvwcalc(90) !important;
}

.b-pt90 {
  padding-top: minvwcalc(90) !important;
}

.b-pb90 {
  padding-bottom: minvwcalc(90) !important;
}

.b-pl90 {
  padding-left: minvwcalc(90) !important;
}

.b-pr90 {
  padding-right: minvwcalc(90) !important;
}

.b-m95 {
  margin: minvwcalc(95) !important;
}

.b-mt95 {
  margin-top: minvwcalc(95) !important;
}

.b-mb95 {
  margin-bottom: minvwcalc(95) !important;
}

.b-ml95 {
  margin-left: minvwcalc(95) !important;
}

.b-mr95 {
  margin-right: minvwcalc(95) !important;
}

.b-p95 {
  padding: minvwcalc(95) !important;
}

.b-pt95 {
  padding-top: minvwcalc(95) !important;
}

.b-pb95 {
  padding-bottom: minvwcalc(95) !important;
}

.b-pl95 {
  padding-left: minvwcalc(95) !important;
}

.b-pr95 {
  padding-right: minvwcalc(95) !important;
}

.b-m100 {
  margin: minvwcalc(100) !important;
}

.b-mt100 {
  margin-top: minvwcalc(100) !important;
}

.b-mb100 {
  margin-bottom: minvwcalc(100) !important;
}

.b-ml100 {
  margin-left: minvwcalc(100) !important;
}

.b-mr100 {
  margin-right: minvwcalc(100) !important;
}

.b-p100 {
  padding: minvwcalc(100) !important;
}

.b-pt100 {
  padding-top: minvwcalc(100) !important;
}

.b-pb100 {
  padding-bottom: minvwcalc(100) !important;
}

.b-pl100 {
  padding-left: minvwcalc(100) !important;
}

.b-pr100 {
  padding-right: minvwcalc(100) !important;
}

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

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

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

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

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

@media screen and (max-width: 440px) {
  .b-sp_br_none {
    display: none;
  }
}

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

	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;
  --black: #000000;
  --white: #ffffff;
  --gray: #949494;
  --gray_light: #cccccc;
  --red: #ec0000;
  --red_dark: #ce0000;
  --green: #06830f;
  --green_light: #0aaa15;
  --green_dark: #106d41;
  --yellow: #ffe943;
  --black_rgb: 0, 0, 0;
  --white_rgb: 255, 255, 255;
  --red_rgb: 236, 0, 0;
  --red_dark_rgb: 206, 0, 0;
  --gray_rgb: 148, 148, 148;
  --gray_light_rgb: 204, 204, 204;
  --green_rgb: 6, 131, 15;
  --green_light_rgb: 10, 170, 21;
  --green_dark_rgb: 16, 109, 65;
  --yellow_rgb: 255, 233, 67;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6rem;
  color: var(--black);
  font-weight: 400;
}

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

	layout

*************************************************/
.b-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b-container {
    margin-top: 6rem;
  }
}

.b-main {
  background-color: rgba(var(--green_rgb), 0.07);
}
.b-main.b-main--under {
  background-color: inherit;
}
.b-main .b-main__inner {
  max-width: 144rem;
  margin-inline: auto;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 1024px) {
  .b-main .b-main__inner {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 440px) {
  .b-main .b-main__inner {
    padding: 2rem 1rem;
  }
}
.b-main .b-main__inner.b-main__inner--under {
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .b-main .b-main__inner.b-main__inner--under {
    padding: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .b-main .b-main__inner.b-main__inner--under {
    padding: 2rem 1rem;
  }
}
.b-main .b-main__under_content {
  max-width: 120rem;
  margin: 0 auto;
}

.b-breadcrumbs {
  background-color: rgba(var(--green_rgb), 0.07);
  padding: 0.7rem 2rem;
  overflow-x: auto;
}
@media screen and (max-width: 440px) {
  .b-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.b-breadcrumbs .b-breadcrumbs__inner {
  max-width: 120rem;
  margin-inline: auto;
}
.b-breadcrumbs .b-breadcrumbs__list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 440px) {
  .b-breadcrumbs .b-breadcrumbs__list {
    gap: 1rem;
  }
}
.b-breadcrumbs .b-breadcrumbs__item {
  font-size: 1.5rem;
  white-space: nowrap;
}
.b-breadcrumbs .b-breadcrumbs__item.is-current {
  padding-right: 1rem;
}
.b-breadcrumbs .b-breadcrumbs__item a {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-breadcrumbs .b-breadcrumbs__item a:hover {
    opacity: 0.7;
  }
}
.b-breadcrumbs .b-breadcrumbs__item a::after {
  content: "";
  border-right: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
}

.b-under__title {
  font-size: 2.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 440px) {
  .b-under__title {
    font-size: 2rem;
  }
}
.b-under__title img {
  width: 5rem;
}
@media screen and (max-width: 440px) {
  .b-under__title img {
    width: 4rem;
  }
}

.header {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray_light);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 900;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 1.5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
  }
}
.header .header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 1rem 4rem;
}
@media screen and (max-width: 1024px) {
  .header .header__upper {
    padding: 0;
  }
}
.header .header__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header__logo--sp {
    display: block;
    width: 27rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__logo {
    display: none;
  }
}
.header .utilities {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header .utilities {
    flex-direction: column;
    background-color: #fff;
    padding: 2.5rem 2rem;
    width: 100%;
    border-radius: 10px;
  }
}
.header .search {
  display: flex;
}
.header .search .search__input {
  border: 1px solid var(--gray);
  border-radius: 100vh 0 0 100vh;
  font-weight: 500;
  padding: 1rem 0 1rem 1.5rem;
}
@media screen and (max-width: 440px) {
  .header .search .search__input {
    width: 100%;
  }
}
.header .search .search__button {
  background-color: var(--green);
  color: var(--white);
  border: none;
  border-radius: 0 100vh 100vh 0;
  font-weight: bold;
  display: flex;
  gap: 0 0.2rem;
  align-items: center;
  padding: 0 1.5rem 0 1rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .search .search__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 440px) {
  .header .search .search__button {
    width: 7.6rem;
    flex-shrink: 0;
  }
}
.header .search .search__button::before {
  content: "";
  background: url("../images/icon_search.svg") no-repeat center/contain;
  width: 1.7rem;
  height: 1.7rem;
}
.header .fontsize {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .header .fontsize {
    margin-top: 2rem;
  }
}
.header .fontsize .fontsize__label {
  font-weight: 500;
}
.header .fontsize .fontsize__list {
  display: flex;
  justify-content: center;
  gap: 0 0.6rem;
}
.header .fontsize .fontsize__button {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 50%;
  font-weight: 500;
  width: 4.4rem;
  height: 4.4rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .fontsize .fontsize__button:hover {
    opacity: 0.7;
  }
}
.header .fontsize .fontsize__button--active {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.header .header__lower {
  margin-inline: auto;
}
.header .gnav .gnav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__list {
    flex-direction: column;
    margin-top: 2.8rem;
    padding-bottom: 4rem;
  }
}
.header .gnav .gnav__item {
  position: relative;
  width: 20%;
  text-align: center;
  border-left: 1px solid var(--gray_light);
}
.header .gnav .gnav__item:nth-of-type(n + 6) {
  border-top: 1px solid var(--gray_light);
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__item:nth-of-type(n + 6) {
    border-top: none;
  }
}
.header .gnav .gnav__item:nth-of-type(5n) {
  border-right: 1px solid var(--gray_light);
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__item:nth-of-type(5n) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__item {
    width: 100%;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid var(--gray_light);
  }
}
.header .gnav .gnav__link {
  display: block;
  padding: 0.8rem 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__link {
    padding: 1.6rem 1rem 1.6rem 2rem;
    display: block;
  }
}
.header .gnav .gnav__link span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav__link span {
    color: #fff;
    padding-right: 1em;
  }
  .header .gnav .gnav__link span::before {
    content: "";
    background: url("../images/arrow_link_white.svg") no-repeat center/contain;
    width: 0.8rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.header .gnav .gnav__link span::after {
  content: "";
  background-color: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header .gnav .gnav__link:hover span::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.header .header__acc_btn {
  width: 6rem;
  height: 6rem;
  background-color: var(--green);
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .header .header__acc_btn {
    display: flex;
  }
}
.header .header__acc_btn button {
  width: 2.4rem;
  height: 1.8rem;
  position: relative;
  margin-top: 1rem;
}
.header .header__acc_btn button::before, .header .header__acc_btn button::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 0.3rem;
  border-radius: 20px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.header .header__acc_btn button::before {
  top: 0;
}
.header .header__acc_btn button::after {
  bottom: 0;
}
.header .header__acc_btn button span {
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .header__acc_btn.is-opend button::before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .header__acc_btn.is-opend button::after {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.header .header__acc_btn.is-opend button span {
  display: none;
}
.header .header__acc_btn_text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.header .header__acc {
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .header .header__acc .header__acc_content {
    position: absolute;
    background-color: var(--green);
    top: 6rem;
    right: -100%;
    z-index: 100;
    padding: 3rem 2.5rem 5rem;
    width: 100%;
    max-width: 440px;
    height: 100vh;
    transition: right 0.6s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__acc.is-opend {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.header .header__acc.is-opend .header__acc_content {
  right: 0;
}

.footer {
  background-color: var(--white);
}
.footer .footer__nav {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 440px) {
  .footer .footer__nav {
    padding: 2rem 1rem;
  }
}
.footer .footer__nav_list {
  width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer__nav_list {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .footer .footer__nav_list {
    justify-content: start;
    gap: 2rem;
  }
}
.footer .footer__nav_item {
  /* 必要があれば記述 */
}
.footer .footer__nav_link {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer__nav_link:hover {
    opacity: 0.7;
  }
}
.footer .footer__nav_link::after {
  content: "";
  border-right: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
}
.footer .footer__copyright {
  color: var(--white);
  background-color: var(--green_dark);
  text-align: center;
  padding: 1.2rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 440px) {
  .footer .footer__copyright {
    line-height: 1.5;
  }
}

.p-top .information {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top .information {
    flex-direction: column;
  }
}
@media screen and (max-width: 440px) {
  .p-top .information {
    gap: 1rem;
  }
}
.p-top .information .information__important {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-top .information .information__important {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-top .information .information__important {
    flex-direction: column;
  }
}
.p-top .information .information__important_title {
  text-align: center;
  color: #fff;
  line-height: 1.375;
  background-color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  border-radius: 20px 0 0 20px;
  border: solid var(--red);
  border-width: 1px 0 1px 1px;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__important_title {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 4rem;
    border-width: 1px 1px 0 1px;
  }
}
@media screen and (max-width: 650px) {
  .p-top .information .information__important_title .information__important_title_br {
    display: none;
  }
}
.p-top .information .information__important_list {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  border: solid var(--red);
  border-width: 1px 1px 1px 0;
  padding: 2.8rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__important_list {
    border-radius: 0 0 20px 20px;
    border-width: 0 1px 1px 1px;
  }
}
@media screen and (max-width: 440px) {
  .p-top .information .information__important_list {
    padding: 1.5rem 2rem;
  }
}
.p-top .information .information__important_item {
  display: flex;
  align-items: start;
}
.p-top .information .information__important_item + .information__important_item {
  margin-top: 1.3rem;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__important_item {
    flex-direction: column;
  }
}
.p-top .information .information__important_date {
  font-size: 1.4rem;
  color: #666;
  width: 12rem;
  flex-shrink: 0;
  margin-top: 0.2em;
}
@media screen and (max-width: 440px) {
  .p-top .information .information__important_date {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .information .information__important_link:hover {
    text-decoration: underline;
  }
}
.p-top .information .information__important_text {
  position: relative;
  padding-right: 1em;
}
.p-top .information .information__important_text::before {
  content: "";
  background: url("../images/arrow_link_red.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-top .information .information__update {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-top .information .information__update {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-top .information .information__update {
    flex-direction: column;
  }
}
.p-top .information .information__update:first-child {
  width: 100%;
}
.p-top .information .information__update_title {
  text-align: center;
  color: #fff;
  line-height: 1.375;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  border-radius: 20px 0 0 20px;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__update_title {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 4rem;
  }
}
.p-top .information .information__update_list {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 2.8rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__update_list {
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 440px) {
  .p-top .information .information__update_list {
    padding: 1.5rem 2rem;
  }
}
.p-top .information .information__update_item {
  display: flex;
}
.p-top .information .information__update_item + .information__update_item {
  margin-top: 1.3rem;
}
@media screen and (max-width: 650px) {
  .p-top .information .information__update_item {
    flex-direction: column;
    gap: 0.5rem 0;
    align-items: start;
  }
}
.p-top .information .information__update_date {
  font-size: 1.4rem;
  color: #666;
  flex-shrink: 0;
  width: 25rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 0.1em;
}
@media screen and (max-width: 440px) {
  .p-top .information .information__update_date {
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 0 0.5rem;
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .information .information__update_link:hover .information__update_text {
    text-decoration: underline;
  }
}
@media screen and (max-width: 440px) {
  .p-top .information .information__update_link {
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
.p-top .information .information__update_text {
  position: relative;
  padding-right: 1em;
}
.p-top .information .information__update_text::before {
  content: "";
  background: url("../images/arrow_link_gray.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-top .information .information__update_tag {
  color: var(--green);
  font-size: 1.4rem;
  width: 13rem;
  display: inline-block;
  border: 1px solid;
  padding: 0.2rem 0;
  border-radius: 15px;
  text-align: center;
  margin-right: 1rem;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 440px) {
  .p-top .information .information__update_tag {
    width: auto;
    padding: 0.2rem 1rem;
    margin-right: 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 440px) {
  .p-top .information .information__update_tag .information__update_tag_br {
    display: none;
  }
}
.p-top .mainview {
  margin-top: 1.5rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top .mainview {
    flex-direction: column;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .p-top .mainview {
    margin-top: 2rem;
  }
}
.p-top .mainview .mainview__left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-top .mainview .mainview__left {
    width: 100%;
    text-align: center;
  }
}
.p-top .mainview .mainview__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-top .mainview .mainview__right {
    width: 100%;
  }
}
.p-top .mv .mv__image img {
  border-radius: 20px;
}
.p-top .menu .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  .p-top .menu .menu__list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .p-top .menu .menu__list {
    justify-content: start;
    column-gap: 2%;
  }
}
@media screen and (max-width: 440px) {
  .p-top .menu .menu__list {
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.p-top .menu .menu__item {
  width: 23%;
  filter: drop-shadow(0 1px 7px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1024px) {
  .p-top .menu .menu__item {
    width: 24%;
  }
}
@media screen and (max-width: 650px) {
  .p-top .menu .menu__item {
    width: 32%;
  }
}
@media screen and (max-width: 440px) {
  .p-top .menu .menu__item {
    width: 48%;
  }
}
.p-top .menu .menu__link {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  padding: 1.8rem 0.5rem 0.7rem;
  height: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .menu .menu__link:hover .menu__label::after {
    background-image: url("../images/icon_arrow_green_hover.svg");
  }
}
.p-top .menu .menu__icon {
  width: 8rem;
  margin: 0 auto;
}
.p-top .menu .menu__label {
  display: block;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 4rem;
}
@media screen and (max-width: 440px) {
  .p-top .menu .menu__label {
    flex-direction: column;
    gap: 0.8rem 0;
    height: auto;
    flex-grow: 1;
    justify-content: space-between;
  }
}
.p-top .menu .menu__label::after {
  content: "";
  background: url("../images/icon_arrow_green.svg") no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  transition: background-image 0.3s;
}
.p-top .banner {
  width: 50%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top .banner {
    width: 100%;
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .p-top .banner {
    margin-top: 2rem;
  }
}
.p-top .banner .banner_movie {
  display: inline-block;
  width: 28.6rem;
}

.p-archive .information__update {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 650px) {
  .p-archive .information__update {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
.p-archive .information__update_title {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  line-height: 1.375;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  border: solid var(--green);
  border-width: 1px 0 1px 1px;
  border-radius: 20px 0 0 20px;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-archive .information__update_title {
    width: 12rem;
  }
}
@media screen and (max-width: 650px) {
  .p-archive .information__update_title {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.p-archive .information__update_list {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  border: solid var(--green);
  border-width: 1px 1px 1px 0;
  padding: 2rem 4rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-archive .information__update_list {
    border-radius: 0 0 20px 20px;
    border-width: 0 1px 1px 1px;
  }
}
@media screen and (max-width: 440px) {
  .p-archive .information__update_list {
    padding: 1.5rem 2rem;
  }
}
.p-archive .information__update_item {
  display: flex;
  align-items: start;
}
.p-archive .information__update_item + .information__update_item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 650px) {
  .p-archive .information__update_item {
    flex-direction: column;
    gap: 0.5rem 0;
    align-items: start;
  }
}
.p-archive .information__update_date {
  font-size: 1.4rem;
  color: #666;
  flex-shrink: 0;
  width: 27rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .p-archive .information__update_date {
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 0 0.5rem;
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-archive .information__update_link:hover .information__update_text {
    text-decoration: underline;
  }
}
@media screen and (max-width: 440px) {
  .p-archive .information__update_link {
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
.p-archive .information__update_text {
  position: relative;
  padding-right: 1em;
}
.p-archive .information__update_text::before {
  content: "";
  background: url("../images/arrow_link_gray.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-archive .information__update_tag {
  color: var(--green);
  font-size: 1.4rem;
  width: 13rem;
  display: inline-block;
  border: 1px solid;
  padding: 0.2rem 0;
  border-radius: 15px;
  text-align: center;
  margin-right: 2rem;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 440px) {
  .p-archive .information__update_tag {
    width: auto;
    padding: 0.2rem 1rem;
    margin-right: 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 440px) {
  .p-archive .information__update_tag .information__update_tag_br {
    display: none;
  }
}
.p-archive .archive_content {
  margin-top: 2rem;
}
.p-archive .content + .content {
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .p-archive .content + .content {
    margin-top: 2rem;
  }
}
.p-archive .content .content__head {
  background-color: rgba(var(--green_rgb), 0.07);
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  border-radius: 10px;
  cursor: pointer;
}
.p-archive .content .content__ttl {
  font-size: 2rem;
  color: var(--green);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  .p-archive .content .content__ttl {
    font-size: 1.8rem;
  }
}
.p-archive .content .content_btn {
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--green);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 440px) {
  .p-archive .content .content_btn {
    width: 2rem;
    height: 2rem;
  }
}
.p-archive .content .content_btn::before, .p-archive .content .content_btn::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.p-archive .content .content_btn::before {
  width: 50%;
  height: 2px;
}
.p-archive .content .content_btn::after {
  height: 50%;
  width: 2px;
}
.p-archive .content .content__list {
  padding: 2rem 0 2rem 5rem;
  display: none;
}
@media screen and (max-width: 440px) {
  .p-archive .content .content__list {
    padding: 1rem 0 1rem 4.5rem;
  }
}
.p-archive .content .content__list li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 440px) {
  .p-archive .content .content__list li + li {
    margin-top: 2rem;
  }
}
.p-archive .content .content__link {
  text-decoration: underline;
  padding-right: 1em;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-archive .content .content__link:hover {
    text-decoration: none;
  }
}
.p-archive .content .content__link::before {
  content: "";
  background: url("../images/arrow_link_gray.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-archive .content .content__target_link {
  text-decoration: underline;
  padding-right: 1.4em;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-archive .content .content__target_link:hover {
    text-decoration: none;
  }
}
.p-archive .content .content__target_link::before {
  content: "";
  background: url("../images/icon_new_tab_gray.png") no-repeat center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0.1em;
  right: 0;
}
.p-archive .content .content__pdf {
  text-decoration: underline;
  padding-right: 3.5em;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-archive .content .content__pdf:hover {
    text-decoration: none;
  }
}
.p-archive .content .content__pdf::before {
  content: "PDF";
  position: absolute;
  font-size: 1.4rem;
  background-color: #666;
  padding: 0 1rem;
  border-radius: 2rem;
  color: #fff;
  bottom: 0;
  right: 0;
}
.p-archive .js-acc_btn.is-opend .content_btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.p-news .information__update {
  width: 100%;
  margin-top: 2rem;
}
.p-news .information__update_list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-news .information__update_item {
  display: flex;
  align-items: start;
}
.p-news .information__update_item + .information__update_item {
  margin-top: 2rem;
  border-top: 1px solid var(--gray_light);
  padding-top: 2rem;
}
@media screen and (max-width: 650px) {
  .p-news .information__update_item {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem 0;
  }
}
.p-news .information__update_date {
  font-size: 1.4rem;
  color: #666;
  flex-shrink: 0;
  width: 27rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 0.2em;
}
@media screen and (max-width: 440px) {
  .p-news .information__update_date {
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 0 0.5rem;
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .information__update_link:hover .information__update_text {
    text-decoration: underline;
  }
}
@media screen and (max-width: 440px) {
  .p-news .information__update_link {
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
.p-news .information__update_text {
  position: relative;
  padding-right: 1em;
}
.p-news .information__update_text::before {
  content: "";
  background: url("../images/arrow_link_gray.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-news .information__update_tag {
  color: var(--green);
  font-size: 1.4rem;
  width: 13rem;
  display: inline-block;
  border: 1px solid;
  padding: 0.2rem 0;
  border-radius: 15px;
  text-align: center;
  margin-right: 2rem;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 440px) {
  .p-news .information__update_tag {
    width: auto;
    padding: 0.2rem 1rem;
    margin-right: 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 440px) {
  .p-news .information__update_tag .information__update_tag_br {
    display: none;
  }
}
.p-news .pager {
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .p-news .pager {
    margin-top: 2rem;
  }
}
.p-news .pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 440px) {
  .p-news .pager .page-numbers {
    gap: 0 2rem;
  }
}
.p-news .pager .page-numbers li .page-numbers {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--green);
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .pager .page-numbers li .page-numbers:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 440px) {
  .p-news .pager .page-numbers li .page-numbers {
    font-size: 1.6rem;
  }
}
.p-news .pager .page-numbers li .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 440px) {
  .p-news .pager .page-numbers li .page-numbers.current {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.editor_style h1 {
  font-size: 2.5rem;
  font-weight: 400;
  border-top: 1px solid var(--gray_light);
  margin-top: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 440px) {
  .editor_style h1 {
    font-size: 2rem;
  }
}
.editor_style h2 {
  font-size: 2.3rem;
  background-color: rgba(var(--green_rgb), 0.07);
  padding: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .editor_style h2 {
    font-size: 1.8rem;
  }
}
.editor_style h3 {
  font-size: 2rem;
  padding-left: 0.5em;
  line-height: 1.5;
  font-weight: 500;
  border-left: 0.6rem solid var(--green);
  margin-bottom: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .editor_style h3 {
    font-size: 1.6rem;
  }
}
.editor_style h4 {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 0.2rem solid var(--green);
  padding-left: 0.5em;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 440px) {
  .editor_style h4 {
    font-size: 1.6rem;
  }
}
.editor_style p {
  margin-top: 1rem;
}
.editor_style p a {
  margin-top: 0;
}
.editor_style p img {
  vertical-align: middle;
}
.editor_style a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 1rem;
  cursor: pointer;
}
@media (any-hover: hover) and (pointer: fine) {
  .editor_style a:hover {
    text-decoration: none;
  }
}
.editor_style a[target=_blank] {
  position: relative;
}
.editor_style a[target=_blank]::after {
  content: "";
  background: url("../images/icon_new_tab.png") no-repeat center/contain;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
  transform: translateY(-0.1em);
}
.editor_style a[href$=".pdf"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".pdf"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".pdf"]::after {
  content: "";
  background: url("../images/icon_dl_pdf.png") no-repeat center/contain;
  width: 4.6rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
.editor_style a[href$=".xlsx"], .editor_style a[href$=".xlsm"], .editor_style a[href$=".xls"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".xlsx"]::before, .editor_style a[href$=".xlsm"]::before, .editor_style a[href$=".xls"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".xlsx"]::after, .editor_style a[href$=".xlsm"]::after, .editor_style a[href$=".xls"]::after {
  content: "";
  background: url("../images/icon_dl_excel.png") no-repeat center/contain;
  width: 5.3rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
.editor_style a[href$=".doc"], .editor_style a[href$=".docx"], .editor_style a[href$=".docm"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".doc"]::before, .editor_style a[href$=".docx"]::before, .editor_style a[href$=".docm"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".doc"]::after, .editor_style a[href$=".docx"]::after, .editor_style a[href$=".docm"]::after {
  content: "";
  background: url("../images/icon_dl_word.png") no-repeat center/contain;
  width: 5.4rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
.editor_style a[href$=".pptx"], .editor_style a[href$=".pptm"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".pptx"]::before, .editor_style a[href$=".pptm"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".pptx"]::after, .editor_style a[href$=".pptm"]::after {
  content: "";
  background: url("../images/icon_dl_pp.png") no-repeat center/contain;
  width: 9.7rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
.editor_style a[href$=".zip"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".zip"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".zip"]::after {
  content: "";
  background: url("../images/icon_dl_zip.png") no-repeat center/contain;
  width: 4.1rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
.editor_style a[href$=".exe"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.editor_style a[href$=".exe"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.editor_style a[href$=".exe"]::after {
  content: "";
  background: url("../images/icon_dl.png") no-repeat center/contain;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 600px) {
  .editor_style .table__wrapper {
    overflow-x: auto;
  }
}
.editor_style table {
  border-collapse: collapse;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .editor_style table {
    width: 600px !important;
  }
}
.editor_style table th, .editor_style table td {
  border: 1px solid var(--gray_light);
  vertical-align: middle;
  min-width: 3em;
}
.editor_style table th {
  background-color: var(--green);
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 500;
}
.editor_style table td {
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.editor_style table td a {
  margin-top: 0;
}
.editor_style ul {
  margin-top: 2rem;
}
.editor_style ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 2rem;
}
.editor_style ul li::before {
  content: "";
  background-color: var(--green);
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}
.editor_style ul li a {
  margin-top: 0;
}
.editor_style ul li a:nth-child(n+2) {
  margin-top: 1rem;
}
.editor_style ul li p {
  margin-top: 0;
}
.editor_style ul li p:nth-child(n+2) {
  margin-top: 1rem;
}
.editor_style ol {
  counter-reset: number;
  list-style-type: none !important;
  margin-top: 2rem;
}
.editor_style ol li {
  padding-left: 1.8em;
  position: relative;
  margin-top: 2rem;
}
.editor_style ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 50%;
  left: 0;
  top: 0.3em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  text-align: center;
  /*以下 上下中央寄せのため*/
}
.editor_style ol li a {
  margin-top: 0;
}
.editor_style ol li a:nth-child(n+2) {
  margin-top: 1rem;
}
.editor_style ol li p {
  margin-top: 0;
}
.editor_style ol li p:nth-child(n+2) {
  margin-top: 1rem;
}
.editor_style ol li img {
  vertical-align: baseline;
}

.p-single .single__date {
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 440px) {
  .p-single .single__date {
    font-size: 1.4rem;
  }
}
.p-single .single__title {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .p-single .single__title {
    font-size: 2rem;
  }
}

.p-page_link .page_link__title {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .p-page_link .page_link__title {
    font-size: 2rem;
  }
}
.p-page_link .page_link__flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem 0;
}
.p-page_link .page_link__big {
  font-size: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .p-page_link .page_link__big {
    margin-top: 2rem;
  }
}
.p-page_link .page_link__content h2 {
  font-size: 2.3rem;
  background-color: rgba(var(--green_rgb), 0.07);
  padding: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .p-page_link .page_link__content h2 {
    font-size: 1.8rem;
  }
}
.p-page_link .page_link__content h3 {
  font-size: 2rem;
  padding-left: 0.5em;
  line-height: 1.5;
  font-weight: 500;
  border-left: 0.6rem solid var(--green);
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .p-page_link .page_link__content h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.p-page_link .page_link__content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 0.2rem solid var(--green);
  padding-left: 0.5em;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 440px) {
  .p-page_link .page_link__content h4 {
    font-size: 1.6rem;
  }
}
.p-page_link .page_link__content a {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-page_link .page_link__content a:hover {
    text-decoration: none;
  }
}
.p-page_link .page_link__content a[target=_blank] {
  position: relative;
  padding-right: 1.5em;
}
.p-page_link .page_link__content a[target=_blank]::after {
  content: "";
  background: url("../images/icon_new_tab.png") no-repeat center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
  transform: translateY(-0.1em);
}
.p-page_link .page_link__content a[href$=".pdf"] {
  position: relative;
  padding: 0 0 0 2rem;
}
.p-page_link .page_link__content a[href$=".pdf"]::before {
  content: "";
  background: url("../images/icon_file.png") no-repeat center/contain;
  width: 1.5rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.p-page_link .page_link__content a[href$=".pdf"]::after {
  content: "";
  background: url("../images/icon_dl_pdf.png") no-repeat center/contain;
  width: 4.6rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
  transform: translateY(-0.2em);
}

.p-page_himarin .page_himarin__title {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .p-page_himarin .page_himarin__title {
    font-size: 2rem;
  }
}
.p-page_himarin .page_himarin__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 650px) {
  .p-page_himarin .page_himarin__flex {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.p-page_himarin .page_himarin__img {
  width: 26.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 440px) {
  .p-page_himarin .page_himarin__img {
    width: 18rem;
  }
}
.p-page_himarin .page_himarin__img img {
  width: 100%;
}
.p-page_himarin .page_himarin__comment {
  max-width: 50rem;
  border: 0.7rem solid #d2ebcb;
  border-radius: 2rem;
  padding: 2rem;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 440px) {
  .p-page_himarin .page_himarin__comment {
    font-size: 1.6rem;
  }
}
.p-page_himarin .page_himarin__comment::before {
  content: "";
  background: url("../../images/icon_balloon.png") no-repeat center/contain;
  width: 5.6rem;
  height: 5.3rem;
  position: absolute;
  left: -5rem;
  bottom: 9rem;
}
@media screen and (max-width: 650px) {
  .p-page_himarin .page_himarin__comment::before {
    transform: rotate(90deg);
    top: -4.5rem;
    left: 8rem;
  }
}
@media screen and (max-width: 440px) {
  .p-page_himarin .page_himarin__comment::before {
    left: 4rem;
    width: 4.6rem;
    height: 5.3rem;
  }
}
.p-page_himarin .page_himarin__text {
  margin-top: 2rem;
  text-align: center;
}
.p-page_himarin .profile {
  margin: 4rem auto 0;
  border: 0.4rem solid #56ae00;
  border-radius: 2rem;
  max-width: 85rem;
}
.p-page_himarin .profile__title {
  background-color: #56ae00;
  border-radius: 1rem 1rem 0 0;
  padding-left: 1rem;
}
.p-page_himarin .profile__title > img {
  width: 32.8rem;
}
.p-page_himarin .profile__inner {
  padding: 1rem 2rem;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 650px) {
  .p-page_himarin .profile__inner {
    flex-direction: column;
  }
}
.p-page_himarin .profile__list + .profile__list {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem dotted var(--gray_light);
}
.p-page_himarin .profile__list div {
  display: flex;
}
.p-page_himarin .profile__list div dt {
  font-weight: bold;
  flex-shrink: 0;
}
.p-page_himarin .profile__list div + div {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem dotted var(--gray_light);
}
.p-page_himarin .profile__list .profile__list_pochette {
  flex-direction: column;
}
.p-page_himarin .profile__list .profile__list_pochette img {
  width: 29rem;
}
.p-page_himarin .profile__list .profile__list_pochette > dd {
  margin-top: 0.5rem;
}

.p-search .search__content {
  width: 100%;
  margin-top: 4rem;
}
.p-search .search__list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-search .search__item {
  display: flex;
  align-items: start;
}
.p-search .search__item + .search__item {
  margin-top: 2rem;
  border-top: 1px solid var(--gray_light);
  padding-top: 2rem;
}
@media screen and (max-width: 650px) {
  .p-search .search__item {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem 0;
  }
}
.p-search .search__link {
  color: var(--green);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-search .search__link:hover .search__text {
    text-decoration: underline;
  }
}
@media screen and (max-width: 440px) {
  .p-search .search__link {
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
.p-search .search__text {
  position: relative;
  padding-right: 1em;
  padding-left: 1.2em;
}
.p-search .search__text::before {
  content: "";
  background-color: var(--green);
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.p-search .search__text::after {
  content: "";
  background: url("../images/arrow_link_gray.svg") no-repeat center/contain;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.2em;
  right: 0;
}
.p-search .pager {
  margin-top: 4rem;
}
.p-search .pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 440px) {
  .p-search .pager .page-numbers {
    gap: 0 2rem;
  }
}
.p-search .pager .page-numbers li .page-numbers {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--green);
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-search .pager .page-numbers li .page-numbers:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 440px) {
  .p-search .pager .page-numbers li .page-numbers {
    font-size: 1.6rem;
  }
}
.p-search .pager .page-numbers li .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 440px) {
  .p-search .pager .page-numbers li .page-numbers.current {
    width: 2.5rem;
    height: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
