@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #142f24;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 80px;
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #142f24;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media (max-width: 700px) {
  body {
    font-size: 14px;
  }
}

* :focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #142f24;
  transition: 0.3s;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #142f24;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 700px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1_sp {
    margin-bottom: 1px !important;
  }
  .mb2_sp {
    margin-bottom: 2px !important;
  }
  .mb3_sp {
    margin-bottom: 3px !important;
  }
  .mb4_sp {
    margin-bottom: 4px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb6_sp {
    margin-bottom: 6px !important;
  }
  .mb7_sp {
    margin-bottom: 7px !important;
  }
  .mb8_sp {
    margin-bottom: 8px !important;
  }
  .mb9_sp {
    margin-bottom: 9px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt1_sp {
    margin-top: 1px !important;
  }
  .mt2_sp {
    margin-top: 2px !important;
  }
  .mt3_sp {
    margin-top: 3px !important;
  }
  .mt4_sp {
    margin-top: 4px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt6_sp {
    margin-top: 6px !important;
  }
  .mt7_sp {
    margin-top: 7px !important;
  }
  .mt8_sp {
    margin-top: 8px !important;
  }
  .mt9_sp {
    margin-top: 9px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mt105_sp {
    margin-top: 105px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .mt115_sp {
    margin-top: 115px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .mt125_sp {
    margin-top: 125px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .mt135_sp {
    margin-top: 135px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .mt145_sp {
    margin-top: 145px !important;
  }
  .mt150_sp {
    margin-top: 150px !important;
  }
  .mt155_sp {
    margin-top: 155px !important;
  }
  .mt160_sp {
    margin-top: 160px !important;
  }
  .mt165_sp {
    margin-top: 165px !important;
  }
  .mt170_sp {
    margin-top: 170px !important;
  }
  .mt175_sp {
    margin-top: 175px !important;
  }
  .mt180_sp {
    margin-top: 180px !important;
  }
  .mt185_sp {
    margin-top: 185px !important;
  }
  .mt190_sp {
    margin-top: 190px !important;
  }
  .mt195_sp {
    margin-top: 195px !important;
  }
  .mt200_sp {
    margin-top: 200px !important;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.3s ease;
}
#header .header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px min(1vw, 20px);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 700px) {
  #header .header_inner {
    padding: 0 0 0 10px;
  }
}
#header .logoarea .logo {
  display: block;
  max-width: 180px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #header .logoarea .logo {
    max-width: 150px;
  }
}
@media (max-width: 700px) {
  #header .logoarea .logo {
    max-width: 130px;
  }
}
@media (max-width: 700px) {
  #header .header_nav {
    display: flex;
    align-items: center;
  }
}
#header .header_nav .nav_contact {
  background: #ff9500;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  padding: 19px min(1.8vw, 39px);
}
#header .header_nav .nav_contact.sp {
  display: none;
}
@media (max-width: 700px) {
  #header .header_nav .nav_contact.sp {
    display: block;
    padding: 10px 16px;
    font-size: 12px;
  }
}
#header .header_nav .nav_contact:hover {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
#header .gnav {
  display: flex;
  justify-content: flex-end;
  gap: min(1.5vw, 30px);
}
@media (max-width: 700px) {
  #header .gnav {
    flex-direction: column;
    justify-content: center;
    padding: 0 5vw;
    gap: 5px;
  }
}
#header .gnav li a {
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 19px 0;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  #header .gnav li a {
    font-size: 20px;
  }
}
#header .gnav li a:hover {
  color: #ff9500;
}
@media (max-width: 700px) {
  #header .gnav li:has(.nav_contact) {
    margin-top: 30px;
  }
}
#header .gnav li:has(.nav_contact) .nav_contact {
  font-size: 16px;
}
#header .gnav li:has(.nav_contact) .nav_contact:hover {
  color: #fff;
}
#header .hamburger {
  display: none;
}
@media (max-width: 700px) {
  #header .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 60px;
    height: 60px;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 28px;
  height: 2px;
  background: #142f24;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background: #142f24;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 701px) {
  #header .globalnav {
    display: block !important;
  }
}
@media (max-width: 700px) {
  #header .globalnav {
    /* display: block !important; */
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #f6f9ee;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 10;
    padding: 30px 0 150px;
  }
}
#header .globalnav:-webkit-scrollbar {
  display: none;
}
@media (max-width: 700px) {
  #header .globalnav .globalnav__inner {
    padding: 0 0 70px;
  }
}

footer .contact {
  background: #359757;
  padding: 80px 0 70px;
}
@media (max-width: 700px) {
  footer .contact {
    padding: 60px 0;
  }
}
@media (min-width: 701px) {
  footer .contact .sec_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .contact .sec_inner p {
  color: #fff;
}
@media (max-width: 700px) {
  footer .contact .sec_inner p {
    text-align: center;
  }
}
@media (max-width: 700px) {
  footer .contact .sec_inner .commonBtn {
    margin: 30px auto 0;
  }
}
footer .footer_container {
  padding: 60px 0 50px;
}
@media (min-width: 701px) {
  footer .footer_container .sec_inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 701px) {
  footer .footer_container .footer_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 701px) {
  footer .footer_container .footer_nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .footer_container .f_logo {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  footer .footer_container .f_logo {
    text-align: center;
    margin-bottom: 40px;
  }
}
footer .footer_container .f_address {
  font-size: 14px;
}
footer .footer_container .f_nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px 0;
}
footer .footer_container .f_nav ul li {
  width: 25%;
}
@media (max-width: 700px) {
  footer .footer_container .f_nav ul li {
    width: 50%;
  }
}
footer .footer_container .f_nav ul li:first-of-type {
  width: 15%;
}
@media (max-width: 700px) {
  footer .footer_container .f_nav ul li:first-of-type {
    width: 100%;
  }
}
footer .footer_container .f_nav ul li a {
  letter-spacing: 0.1em;
}
footer .footer_container .footer-copy {
  color: #74807b;
  font-size: 10px;
}

#index main .sec_hero {
  background: url(../img/top/hero_bg@2x.webp) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  aspect-ratio: 192/76;
}
@media (max-width: 700px) {
  #index main .sec_hero {
    background: url(../img/top/hero_bg_sp@3x.webp) no-repeat center/cover;
    aspect-ratio: 39/43;
  }
}
#index main .sec_hero .line {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 700px) {
  #index main .sec_hero .line {
    top: 16px;
  }
}
#index main .sec_hero .hero_main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index main .sec_hero .catch_copy {
  position: absolute;
  font-size: clamp(27px, 3.5vw, 62px);
  font-weight: bold;
  color: #161d1a;
  padding: min(6.6vw, 100px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  letter-spacing: 10%;
}
@media (min-width: 701px) {
  #index main .sec_hero .catch_copy {
    top: 50%;
    right: 43%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  #index main .sec_hero .catch_copy {
    width: fit-content;
    top: auto;
    left: 50%;
    bottom: 60%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: min(7.7vw, 30px);
    line-height: 1.3;
  }
}
@media (max-width: 450px) {
  #index main .sec_hero .catch_copy {
    font-size: 6.923vw;
    top: 20px;
    bottom: auto;
  }
}
#index main .sec_hero .catch_copy .roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(34px, 4vw, 76px);
}
@media (max-width: 450px) {
  #index main .sec_hero .catch_copy .roboto {
    font-size: 8.585vw;
  }
}
#index main .sec_hero .hero_people {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 33.8%;
}
@media (max-width: 700px) {
  #index main .sec_hero .hero_people {
    right: 2%;
    left: auto;
    width: 60%;
  }
}
#index main .sec_problems {
  padding: 100px 0 80px;
}
@media (max-width: 700px) {
  #index main .sec_problems {
    padding: 30px 0 60px;
  }
}
#index main .sec_problems .problems_inner {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto 60px;
  background: #f0eee9;
  border-radius: 10px;
  padding: min(4vw, 60px);
  position: relative;
}
@media (max-width: 700px) {
  #index main .sec_problems .problems_inner {
    padding: 40px 10px;
  }
}
#index main .sec_problems .problems_inner::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 40px;
  background-color: #f0eee9;
  clip-path: polygon(50% 40px, 0% 0%, 100px 0%);
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
}
#index main .sec_problems .problems_tag {
  text-align: center;
  margin-bottom: 15px;
}
#index main .sec_problems .problems_tag span {
  background: #142f24;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
}
#index main .sec_problems .problems_ttl {
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: bold;
  text-align: center;
}
#index main .sec_problems .problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
@media (max-width: 1200px) {
  #index main .sec_problems .problem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
}
#index main .sec_problems .problem-card {
  border-radius: 6px;
  background: #fff;
  text-align: center;
  padding: 20px;
}
@media (max-width: 700px) {
  #index main .sec_problems .problem-card {
    padding: 15px;
  }
}
#index main .sec_problems .problem-card .icon-check {
  position: relative;
  background: #cae256;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto 25px;
}
@media (max-width: 700px) {
  #index main .sec_problems .problem-card .icon-check {
    width: 38px;
    height: 38px;
    margin: 0 auto 15px;
  }
}
#index main .sec_problems .problem-card .icon-check::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  inset: 0;
  width: 20px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
#index main .sec_problems .problem-card p {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
}
#index main .sec_problems .solve-text {
  text-align: center;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  #index main .sec_problems .solve-text {
    margin-bottom: 40px;
  }
}
#index main .sec_service {
  padding: 60px 0 100px;
  position: relative;
}
@media (max-width: 700px) {
  #index main .sec_service {
    padding: 40px 0 60px;
  }
}
#index main .sec_service::before {
  position: absolute;
  content: "";
  background: url(../img/top/bg_green.svg) no-repeat center top/cover;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
}
@media (max-width: 700px) {
  #index main .sec_service::before {
    background: url(../img/top/bg_green_sp.svg) no-repeat center top/cover;
    height: 40px;
    top: -39px;
  }
}
#index main .sec_service .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1860px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #index main .sec_service .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #index main .sec_service .service-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 10px;
  }
}
#index main .sec_service .service-grid .service-card {
  background: #fff;
  border-radius: 6px;
}
#index main .sec_service .service-grid .service-img {
  aspect-ratio: 45/28;
  border-radius: 6px;
}
#index main .sec_service .service-grid .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index main .sec_service .service-grid .service-body {
  padding: 30px;
}
@media (max-width: 700px) {
  #index main .sec_service .service-grid .service-body {
    padding: 20px;
  }
}
#index main .sec_service .service-grid .service-body h3 {
  color: #359757;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 20px;
}
#index main .sec_guide {
  padding: 120px 0;
}
@media (max-width: 700px) {
  #index main .sec_guide {
    padding: 60px 0;
  }
}
#index main .sec_guide .guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}
@media (max-width: 700px) {
  #index main .sec_guide .guide-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#index main .sec_guide .guide-grid .guide-card .guide-img {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#index main .sec_guide .guide-grid .guide-card .guide-img figure {
  width: 100%;
  height: auto;
}
#index main .sec_guide .guide-grid .guide-card .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#index main .sec_guide .guide-grid .guide-card .youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index main .sec_sponsor {
  padding: 120px 0;
}
@media (max-width: 700px) {
  #index main .sec_sponsor {
    padding: 60px 0;
  }
}
#index main .sec_sponsor .fn18 {
  padding: 0 5vw;
}
@media (min-width: 701px) {
  #index main .sec_sponsor .fn18 {
    text-align: center;
    padding: 0;
  }
}
#index main .sec_sponsor .sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #index main .sec_sponsor .sponsor-grid {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  #index main .sec_sponsor .sponsor-grid {
    gap: 10px;
  }
}
#index main .sec_sponsor .sponsor-item {
  aspect-ratio: 28/9;
  width: calc((100% - 90px) / 4);
}
@media (min-width: 701px) and (max-width: 1200px) {
  #index main .sec_sponsor .sponsor-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 700px) {
  #index main .sec_sponsor .sponsor-item {
    width: calc((100% - 10px) / 2);
  }
}
#index main .sec_voice {
  padding: 120px 0;
}
@media (max-width: 700px) {
  #index main .sec_voice {
    padding: 60px 0;
  }
}
#index main .sec_voice .voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 700px) {
  #index main .sec_voice .voice-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#index main .sec_voice .voice-grid .voice-card {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
@media (max-width: 700px) {
  #index main .sec_voice .voice-grid .voice-card {
    padding: 20px;
  }
}
#index main .sec_voice .voice-grid .voice-img {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#index main .sec_voice .voice-grid .voice-img figure {
  width: 100px;
  min-width: 100px;
  height: auto;
}
@media (max-width: 700px) {
  #index main .sec_voice .voice-grid .voice-img figure {
    width: 80px;
    min-width: 80px;
  }
}
#index main .sec_voice .voice-grid .voice-img h3 {
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 22px);
}
#index main {
  /* .sec_movie {
    padding: 120px 0;
    @include mq(sp) {
      padding: 60px 0;
    }
    .iframe_block {
      max-width: 960px;
      width: 98%;
      margin: 0 auto;
      iframe {
        border-radius: 6px;
      }
    }
  } */
}
#index main .sec_faq {
  padding: 120px 0;
}
@media (max-width: 700px) {
  #index main .sec_faq {
    padding: 60px 0;
  }
}
#index main .sec_faq .faq-item {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
#index main .sec_faq .faq-item + .faq-item {
  margin-top: 20px;
}
@media (max-width: 700px) {
  #index main .sec_faq .faq-item + .faq-item {
    margin-top: 10px;
  }
}
#index main .sec_faq .faq-item > div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #index main .sec_faq .faq-item > div {
    gap: 10px;
  }
}
#index main .sec_faq .faq_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 700px) {
  #index main .sec_faq .faq_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
#index main .sec_faq .faq-q .faq_icon {
  background: #359757;
}
#index main .sec_faq .faq-q p {
  font-weight: 600;
  font-size: clamp(16px, 2.2vw, 22px);
}
#index main .sec_faq .faq-a .faq_icon {
  background: #ff9500;
}
#index main .sec_company {
  padding: 120px 0;
}
@media (max-width: 700px) {
  #index main .sec_company {
    padding: 60px 0;
  }
}
@media (min-width: 1201px) {
  #index main .sec_company .sec_company_inner {
    display: flex;
    margin: 0 auto 0 calc(50% - 600px);
    gap: 60px;
  }
}
#index main .sec_company .sec_company_inner {
  /*   @include mq(tab) {
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
  } */
}
@media (min-width: 1201px) {
  #index main .sec_company .txt_area {
    width: 540px;
  }
}
#index main .sec_company .txt_area {
  /* @include mq(tab) {
    width: 50%;
  } */
}
@media (max-width: 1200px) {
  #index main .sec_company .txt_area .main_ttl {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  #index main .sec_company .logo {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  #index main .sec_company .company-list {
    width: 94%;
    margin: 0 auto;
  }
}
#index main .sec_company .company-list > div {
  display: flex;
  border-bottom: 1px solid #f0eee9;
  padding: 30px 0;
}
#index main .sec_company .company-list > div:first-of-type {
  border-top: 1px solid #f0eee9;
}
#index main .sec_company .company-list dt {
  width: 30%;
  font-weight: 600;
  padding: 0 20px;
}
#index main .sec_company .company-list dd {
  width: 70%;
}
#index main .sec_company .map_block {
  aspect-ratio: 39/30;
}
@media (min-width: 1201px) {
  #index main .sec_company .map_block {
    aspect-ratio: 96/75;
    width: calc(100% - 540px);
  }
}
#index main .sec_company .map_block {
  /*  @include mq(tab) {
    width: 50%;
  } */
}
#index main .sec_company .map_block iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

#service #sec_01 {
  background: #f6f9ee;
}
#service #sec_01 .text_container {
  margin-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1200px) {
  #service #sec_01 .text_container {
    margin-bottom: 40px;
    padding: 0 10px;
    text-align: left;
  }
}
@media (max-width: 700px) {
  #service #sec_01 .text_container {
    font-size: 16px;
  }
}
#service #sec_01 .text_container p:not(:last-of-type) {
  margin-bottom: 20px;
}
#service #sec_01 .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1860px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #service #sec_01 .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #service #sec_01 .service-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 10px;
  }
}
#service #sec_01 .service-grid .service-card {
  background: #359757;
  border-radius: 6px;
}
#service #sec_01 .service-grid .service-img {
  aspect-ratio: 45/28;
  border-radius: 6px;
}
#service #sec_01 .service-grid .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service #sec_01 .service-grid .service-body {
  padding: 30px 30px 40px;
}
@media (max-width: 700px) {
  #service #sec_01 .service-grid .service-body {
    padding: 20px;
  }
}
#service #sec_01 .service-grid .service-body p {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 2px;
  border-radius: 30px;
  background: #cae256;
  font-weight: 700;
  text-align: center;
  line-height: 100%;
}
#service #sec_01 .service-grid .service-body p:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 10px;
  background: #cae256;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#service #sec_01 .service-grid .service-body b {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
}
#service #sec_02 .sec_inner .ttl {
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: 2px solid #cae256;
  color: #359757;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 600;
  line-height: 200%;
}
@media (max-width: 700px) {
  #service #sec_02 .sec_inner .ttl {
    text-align: center;
    line-height: normal;
  }
}
#service #sec_02 .sec_inner > p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 700px) {
  #service #sec_02 .sec_inner > p {
    font-size: 14px;
  }
}
#service #sec_02 .sec_inner .flyer_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #service #sec_02 .sec_inner .flyer_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 700px) {
  #service #sec_02 .sec_inner .flyer_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#service #sec_03 {
  background: #f6f9ee;
}
#service #sec_03 .sec_inner .ttl {
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: 2px solid #cae256;
  color: #359757;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 200%;
}
@media (max-width: 700px) {
  #service #sec_03 .sec_inner .ttl {
    line-height: normal;
  }
}
#service #sec_03 .sec_inner > p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 700px) {
  #service #sec_03 .sec_inner > p {
    font-size: 14px;
  }
}
#service #sec_03 .sec_inner .voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #service #sec_03 .sec_inner .voice_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 700px) {
  #service #sec_03 .sec_inner .voice_list {
    margin-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#service #sec_03 .sec_inner .youtube iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
#service #sec_04 {
  background: #f0eee9;
}
#service #sec_04 .sec_inner .ttl {
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: 2px solid #cae256;
  color: #359757;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 200%;
}
@media (max-width: 700px) {
  #service #sec_04 .sec_inner .ttl {
    line-height: normal;
  }
}
#service #sec_04 .sec_inner > p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 700px) {
  #service #sec_04 .sec_inner > p {
    font-size: 14px;
  }
}
#service #sec_04 .sec_inner .flow_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  #service #sec_04 .sec_inner .flow_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 700px) {
  #service #sec_04 .sec_inner .flow_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
#service #sec_04 .sec_inner .flow_list .flow_item {
  position: relative;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
#service #sec_04 .sec_inner .flow_list .flow_item:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #cae256;
}
@media (max-width: 700px) {
  #service #sec_04 .sec_inner .flow_list .flow_item:not(:last-of-type):before {
    top: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 18px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#service #sec_04 .sec_inner .flow_list .flow_item .num {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding-top: 3px;
  border-radius: 50%;
  font-size: clamp(14px, 1.8vw, 24px);
  font-weight: 700;
  color: #fff;
  background: #359757;
}
@media (max-width: 1200px) {
  #service #sec_04 .sec_inner .flow_list .flow_item .num {
    width: 40px;
    height: 40px;
  }
}
#service #sec_04 .sec_inner .flow_list .flow_item .text {
  padding: 30px 20px;
}
#service #sec_04 .sec_inner .flow_list .flow_item .text b {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

/* 協賛企業 一覧 */
.sponsorPage {
  background: #f0eee9;
}
.sponsorPage .top_text {
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
}
@media (max-width: 700px) {
  .sponsorPage .top_text {
    padding: 40px 0;
    font-size: 16px;
  }
}
.sponsorPage .sponsor_container {
  display: grid;
  gap: 2%;
  grid-template-columns: 74.5% 23.5%;
  padding-bottom: 120px;
}
@media (max-width: 700px) {
  .sponsorPage .sponsor_container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding-bottom: 60px;
  }
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list {
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 701px) and (max-width: 1200px) {
  .sponsorPage .sponsor_container .sponsor_contents_block .grid_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .sponsorPage .sponsor_container .sponsor_contents_block .grid_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list li {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list li .sponsor_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list li .sponsor_flex .sponsor_tag {
  display: inline-block;
  background: #359757;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 700px) {
  .sponsorPage .sponsor_container .sponsor_contents_block .grid_list li .sponsor_flex .sponsor_tag {
    font-size: 12px;
  }
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list li h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .sponsorPage .sponsor_container .sponsor_contents_block .grid_list li h3 {
    font-size: 16px;
  }
}
.sponsorPage .sponsor_container .sponsor_contents_block .grid_list li figure img {
  width: 100%;
  height: 77px;
  object-fit: contain;
}
.sponsorPage .sponsor_container aside .side_list_ttl {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sponsorPage .sponsor_container aside ul li:not(:last-child) {
  margin-bottom: 4px;
}
.sponsorPage .sponsor_container aside ul li a {
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  font-weight: 600;
}
.sponsorPage .sponsor_container aside ul li a span {
  position: relative;
  display: block;
  padding-right: 1em;
}
.sponsorPage .sponsor_container aside ul li a span::before, .sponsorPage .sponsor_container aside ul li a span::after {
  content: "";
  position: absolute;
  margin: auto;
}
.sponsorPage .sponsor_container aside ul li a span::before {
  width: 1em;
  height: 1px;
  background: #142f24;
  inset: 0 0 0 auto;
}
.sponsorPage .sponsor_container aside ul li a span::after {
  border-right: 1px solid #142f24;
  border-bottom: 1px solid #142f24;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 1px 0 auto;
  z-index: 1;
}

#contact,
#contact-confirmation,
#contact-thanks,
#contact-error {
  background: #fff;
}

#contact #sec_01 .sec_inner_02 > p,
#contact-error #sec_01 .sec_inner_02 > p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
@media (max-width: 700px) {
  #contact #sec_01 .sec_inner_02 > p,
  #contact-error #sec_01 .sec_inner_02 > p {
    text-align: left;
    font-size: 14px;
  }
}
#contact #sec_01 .sec_inner_02 .tel_container,
#contact-error #sec_01 .sec_inner_02 .tel_container {
  text-align: center;
  padding: 40px;
  border-radius: 6px;
  background: #F6F9EE;
}
@media (max-width: 700px) {
  #contact #sec_01 .sec_inner_02 .tel_container,
  #contact-error #sec_01 .sec_inner_02 .tel_container {
    padding: 20px;
  }
}
#contact #sec_01 .sec_inner_02 .tel_container .ttl,
#contact-error #sec_01 .sec_inner_02 .tel_container .ttl {
  color: #359757;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 600;
  margin-bottom: 20px;
}
#contact #sec_01 .sec_inner_02 .tel_container b,
#contact-error #sec_01 .sec_inner_02 .tel_container b {
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 34px);
}
#contact #sec_01 .sec_inner_02 .tel_container b span,
#contact-error #sec_01 .sec_inner_02 .tel_container b span {
  font-size: clamp(18px, 1.8vw, 24px);
}
#contact #sec_01 .sec_inner_02 .tel_container .time_day,
#contact-error #sec_01 .sec_inner_02 .tel_container .time_day {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  #contact #sec_01 .sec_inner_02 .tel_container .time_day,
  #contact-error #sec_01 .sec_inner_02 .tel_container .time_day {
    flex-direction: column;
    width: fit-content;
    margin: 10px auto 0;
    gap: 10px;
  }
}
#contact #sec_01 .sec_inner_02 .tel_container .time_day div,
#contact-error #sec_01 .sec_inner_02 .tel_container .time_day div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#contact #sec_01 .sec_inner_02 .tel_container .time_day div span,
#contact-error #sec_01 .sec_inner_02 .tel_container .time_day div span {
  padding: 0 12px;
  background: #fff;
  font-size: 14px;
}
#contact #form_sec,
#contact-error #form_sec {
  background: #F0EEE9;
}
#contact #form_sec .sec_inner_02 table tr td .error,
#contact-error #form_sec .sec_inner_02 table tr td .error {
  font-weight: 400;
}
#contact #form_sec .sec_inner_02 .btn_area .back_btn,
#contact-error #form_sec .sec_inner_02 .btn_area .back_btn {
  display: none;
}

#contact .sec_inner_02 .form_area .ttl, #contact-confirmation .sec_inner_02 .form_area .ttl, #contact-error .sec_inner_02 .form_area .ttl {
  margin-bottom: 50px;
  text-align: center;
  color: #359757;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .ttl, #contact-confirmation .sec_inner_02 .form_area .ttl, #contact-error .sec_inner_02 .form_area .ttl {
    font-size: 20px;
  }
}
#contact .sec_inner_02 .form_area table, #contact-confirmation .sec_inner_02 .form_area table, #contact-error .sec_inner_02 .form_area table {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table, #contact-confirmation .sec_inner_02 .form_area table, #contact-error .sec_inner_02 .form_area table {
    margin-bottom: 30px;
  }
}
#contact .sec_inner_02 .form_area table tr, #contact-confirmation .sec_inner_02 .form_area table tr, #contact-error .sec_inner_02 .form_area table tr {
  display: flex;
  gap: 30px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr, #contact-confirmation .sec_inner_02 .form_area table tr, #contact-error .sec_inner_02 .form_area table tr {
    flex-direction: column;
    gap: 10px;
  }
}
#contact .sec_inner_02 .form_area table tr:not(:last-of-type), #contact-confirmation .sec_inner_02 .form_area table tr:not(:last-of-type), #contact-error .sec_inner_02 .form_area table tr:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr:not(:last-of-type), #contact-confirmation .sec_inner_02 .form_area table tr:not(:last-of-type), #contact-error .sec_inner_02 .form_area table tr:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#contact .sec_inner_02 .form_area table tr th, #contact-confirmation .sec_inner_02 .form_area table tr th, #contact-error .sec_inner_02 .form_area table tr th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 23.4%;
  min-width: 230px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #3E5971;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr th, #contact-confirmation .sec_inner_02 .form_area table tr th, #contact-error .sec_inner_02 .form_area table tr th {
    width: 100%;
    min-width: auto;
  }
}
#contact .sec_inner_02 .form_area table tr th.contact, #contact-confirmation .sec_inner_02 .form_area table tr th.contact, #contact-error .sec_inner_02 .form_area table tr th.contact {
  align-items: flex-start;
}
#contact .sec_inner_02 .form_area table tr th > span, #contact-confirmation .sec_inner_02 .form_area table tr th > span, #contact-error .sec_inner_02 .form_area table tr th > span {
  width: 45px;
  padding: 1px 0 3px;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  background-color: #FF9500;
}
#contact .sec_inner_02 .form_area table tr th > span.nini, #contact-confirmation .sec_inner_02 .form_area table tr th > span.nini, #contact-error .sec_inner_02 .form_area table tr th > span.nini {
  background-color: #E0E7EE;
  color: #000;
}
#contact .sec_inner_02 .form_area table tr th > span.fit, #contact-confirmation .sec_inner_02 .form_area table tr th > span.fit, #contact-error .sec_inner_02 .form_area table tr th > span.fit {
  width: fit-content;
  padding: 1px 10px 3px;
}
#contact .sec_inner_02 .form_area table tr td, #contact-confirmation .sec_inner_02 .form_area table tr td, #contact-error .sec_inner_02 .form_area table tr td {
  width: 75%;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr td, #contact-confirmation .sec_inner_02 .form_area table tr td, #contact-error .sec_inner_02 .form_area table tr td {
    width: 100%;
  }
}
#contact .sec_inner_02 .form_area table tr td .input_wrap, #contact-confirmation .sec_inner_02 .form_area table tr td .input_wrap, #contact-error .sec_inner_02 .form_area table tr td .input_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#contact .sec_inner_02 .form_area table tr td label span, #contact-confirmation .sec_inner_02 .form_area table tr td label span, #contact-error .sec_inner_02 .form_area table tr td label span {
  font-size: 16px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr td label span, #contact-confirmation .sec_inner_02 .form_area table tr td label span, #contact-error .sec_inner_02 .form_area table tr td label span {
    font-size: 14px;
  }
}
#contact .sec_inner_02 .form_area table tr td input, #contact-confirmation .sec_inner_02 .form_area table tr td input, #contact-error .sec_inner_02 .form_area table tr td input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #D2D8DD;
  border-radius: 4px;
  padding: 0 5px 2px;
}
#contact .sec_inner_02 .form_area table tr td textarea, #contact-confirmation .sec_inner_02 .form_area table tr td textarea, #contact-error .sec_inner_02 .form_area table tr td textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #D2D8DD;
  padding: 0 5px;
  border-radius: 4px;
}
#contact .sec_inner_02 .form_area table tr td textarea::placeholder, #contact-confirmation .sec_inner_02 .form_area table tr td textarea::placeholder, #contact-error .sec_inner_02 .form_area table tr td textarea::placeholder {
  color: #CCC;
}
#contact .sec_inner_02 .form_area table tr td select, #contact-confirmation .sec_inner_02 .form_area table tr td select, #contact-error .sec_inner_02 .form_area table tr td select {
  background-color: #fff;
  border: 1px solid #D2D8DD;
  border-radius: 4px;
  padding: 7px 5px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table tr td select, #contact-confirmation .sec_inner_02 .form_area table tr td select, #contact-error .sec_inner_02 .form_area table tr td select {
    padding: 10px 5px;
  }
}
#contact .sec_inner_02 .form_area table input[type=checkbox], #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox], #contact-error .sec_inner_02 .form_area table input[type=checkbox] {
  display: none;
}
#contact .sec_inner_02 .form_area table input[type=checkbox] + span, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  font-size: 18px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table input[type=checkbox] + span, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span {
    font-size: 14px;
  }
}
#contact .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact .sec_inner_02 .form_area table input[type=checkbox] + span::before, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span::before, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#contact .sec_inner_02 .form_area table input[type=checkbox] + span::before, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span::before, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span::before {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  left: 0.2em;
  height: 20px;
  width: 20px;
  top: 0.3em;
}
#contact .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span::after {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 10px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area table input[type=checkbox] + span::after {
    top: 6px;
  }
}
#contact .sec_inner_02 .form_area table input[type=checkbox]:checked + span::before, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox]:checked + span::before, #contact-error .sec_inner_02 .form_area table input[type=checkbox]:checked + span::before {
  background: #076DC8;
}
#contact .sec_inner_02 .form_area table input[type=checkbox]:checked + span::after, #contact-confirmation .sec_inner_02 .form_area table input[type=checkbox]:checked + span::after, #contact-error .sec_inner_02 .form_area table input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#contact .sec_inner_02 .form_area .privacy_check, #contact-confirmation .sec_inner_02 .form_area .privacy_check, #contact-error .sec_inner_02 .form_area .privacy_check {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .privacy_check, #contact-confirmation .sec_inner_02 .form_area .privacy_check, #contact-error .sec_inner_02 .form_area .privacy_check {
    margin: 0 0 30px;
  }
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field label, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field label, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field label {
  display: inline-block;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox], #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox], #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  font-size: 18px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span {
    font-size: 14px;
  }
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::before {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  left: 0.2em;
  height: 20px;
  width: 20px;
  top: 0.3em;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 10px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox] + span::after {
    top: 6px;
  }
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::before, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::before, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::before {
  background: #FF9500;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::after, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::after, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#contact .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field a, #contact-confirmation .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field a, #contact-error .sec_inner_02 .form_area .privacy_check .mwform-checkbox-field a {
  color: #359757;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #359757;
}
#contact .sec_inner_02 .form_area .btn_area, #contact-confirmation .sec_inner_02 .form_area .btn_area, #contact-error .sec_inner_02 .form_area .btn_area {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .btn_area, #contact-confirmation .sec_inner_02 .form_area .btn_area, #contact-error .sec_inner_02 .form_area .btn_area {
    flex-direction: column;
    align-items: center;
  }
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn {
  position: relative;
  padding: 0;
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:before, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:before, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:before {
  inset: 0 auto 0 2.2em;
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:after, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:after, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn.back_btn:after {
  inset: 0 auto 0 2.2em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn::before, #contact .sec_inner_02 .form_area .btn_area .commonBtn::after, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn::before, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn::after, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn::before, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn::after {
  content: "";
  position: absolute;
  margin: auto;
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn::before, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn::before, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn::before {
  width: 1em;
  height: 1px;
  background: #fff;
  inset: 0 2.2em 0 auto;
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn::after, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn::after, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 2.2em 0 auto;
  z-index: 1;
}
#contact .sec_inner_02 .form_area .btn_area .commonBtn input, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn input, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn input {
  display: block;
  cursor: pointer;
  width: 100%;
  color: #fff;
  line-height: 80px;
}
@media (max-width: 700px) {
  #contact .sec_inner_02 .form_area .btn_area .commonBtn input, #contact-confirmation .sec_inner_02 .form_area .btn_area .commonBtn input, #contact-error .sec_inner_02 .form_area .btn_area .commonBtn input {
    line-height: 60px;
  }
}

#contact-error .back_btn {
  display: none;
}

#contact-confirmation .sec_inner_02 .form_area table tr th.contact {
  padding-top: 5px;
}
#contact-confirmation .sec_inner_02 .form_area table tr td .input_wrap {
  width: unset;
}
#contact-confirmation .sec_inner_02 .form_area .privacy_check {
  display: none;
}

#contact-thanks .form_outside {
  text-align: center;
}
#contact-thanks .form_outside p {
  margin-bottom: 60px;
  font-size: 20px;
}
@media (max-width: 700px) {
  #contact-thanks .form_outside p {
    font-size: 14px;
  }
}
#contact-thanks .form_outside p:first-of-type {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 700px) {
  #contact-thanks .form_outside p:first-of-type {
    font-size: 18px;
  }
}
#contact-thanks .form_outside .commonBtn {
  margin: 0 auto;
}

#privacy-policy section .sec_inner .paragraph:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #privacy-policy section .sec_inner .paragraph:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#privacy-policy section .sec_inner .paragraph .ttl {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 700px) {
  #privacy-policy section .sec_inner .paragraph .ttl {
    font-size: 18px;
  }
}
#privacy-policy section .sec_inner .paragraph .ttl span {
  flex-shrink: 0;
}
#privacy-policy section .sec_inner .paragraph ul li {
  position: relative;
  padding-left: 20px;
}
#privacy-policy section .sec_inner .paragraph ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #142f24;
  border-radius: 50%;
}

@media (min-width: 701px) {
  .sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .sptab {
    display: none;
  }
}

@media (max-width: 700px) {
  .tabpc {
    display: none;
  }
}

@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}

main {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 701px) {
  main {
    padding-top: 80px;
  }
}

/***********************
　　　レイアウト
*************************/
.sec_block {
  padding: 100px 0 120px;
}
@media (max-width: 700px) {
  .sec_block {
    padding: 60px 0;
  }
}

.sec_block_02 {
  padding: 80px 0 100px;
}
@media (max-width: 700px) {
  .sec_block_02 {
    padding: 60px 0;
  }
}

.sec_block_03 {
  padding: 80px 0;
}
@media (max-width: 700px) {
  .sec_block_03 {
    padding: 60px 0;
  }
}

.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

.sec_inner_02 {
  max-width: 960px;
  margin: 0 auto;
  width: 94%;
}

.bg_white {
  background: #fff;
}

.bg_color1 {
  background: #f6f9ee;
}

.bg_color2 {
  background: #359757;
}

.iframe_block {
  aspect-ratio: 16/9;
}
.iframe_block iframe {
  width: 100%;
  height: 100%;
}

.grid_column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}
@media (max-width: 700px) {
  .grid_column2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

/***********************
　　　スクロール
*************************/
.js-scroll {
  overflow-y: hidden !important;
}
.js-scroll > * {
  min-width: 1000px;
}
.js-scroll.scroll-hint.is-right-scrollable {
  background: none;
}
@media (max-width: 700px) {
  .js-scroll .scroll-hint-icon {
    left: 10% !important;
  }
}

.scroll_design {
  scrollbar-color: #414042 #f1f2f2;
  scrollbar-width: thin;
}
.scroll_design::-webkit-scrollbar {
  /* スクロールバー全体の幅 */
  width: 6px;
}
.scroll_design::-webkit-scrollbar-track {
  /* スクロールバーの背景 (トラック) */
  background-color: #f1f2f2;
  border-radius: 5px;
}
.scroll_design::-webkit-scrollbar-thumb {
  /* スクロールバーのつまみ (thumb) */
  border-radius: 5px;
  background-color: #414042;
}

/***********************
  　　　テキスト
*************************/
.vertical {
  writing-mode: vertical-rl;
}

.txt_orange {
  color: #ff9500;
}

.txt_green {
  color: #359757;
}

.txt_white {
  color: #fff;
}

.txt_red {
  color: #e42815;
}

.txt_bold {
  font-weight: bold;
}

.txt_semi_bold {
  font-weight: 600;
}

.txt_medium {
  font-weight: 500;
}

.txt_normal {
  font-weight: 400;
}

.en {
  font-family: "Comfortaa", sans-serif;
}

.txt_area p {
  line-height: 1.6;
}
.txt_area p + p {
  margin-top: 1em;
}
.txt_area p a {
  color: #ff9500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txt_area p a:hover {
  text-decoration: none;
}

.block {
  display: block;
}

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

.align_center {
  text-align: center !important;
}

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

.fn30 {
  font-size: clamp(20px, 2vw, 30px);
}

.fn20 {
  font-size: clamp(16px, 1.8vw, 20px);
}

.fn18 {
  font-size: clamp(16px, 1.6vw, 18px);
}

.fn16 {
  font-size: clamp(14px, 1.5vw, 16px);
}

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

.txt_line_height2 {
  line-height: 2;
}

.b6 {
  border-radius: 6px;
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .main_ttl {
    margin-bottom: 40px;
  }
}
.main_ttl span {
  display: block;
  font-size: clamp(46px, 6vw, 80px);
  font-weight: bold;
  line-height: 1;
}
.main_ttl h2 {
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #359757;
  margin-top: 10px;
}
.main_ttl.white span {
  color: #fff;
}
.main_ttl.white h2 {
  color: #cae256;
}
@media (min-width: 701px) {
  .main_ttl.pc_left {
    text-align: left;
  }
}

/***********************
　　　リンク
*************************/
.text_link_01 {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s;
}
.text_link_01:hover {
  color: #ff9500;
  text-decoration-color: #ff9500;
  transition: all 0.2s;
}

.center-btn .commonBtn {
  margin: 0 auto;
}

.commonBtn {
  background: #fff;
  color: #142f24;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 0 2.2em;
  width: 84.6%;
  max-width: 380px;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  line-height: 80px;
  border-radius: 40px;
}
@media (max-width: 700px) {
  .commonBtn {
    line-height: 60px;
  }
}
.commonBtn span {
  position: relative;
  display: block;
}
.commonBtn span::before, .commonBtn span::after {
  content: "";
  position: absolute;
  margin: auto;
}
.commonBtn span::before {
  width: 1em;
  height: 1px;
  background: #142f24;
  inset: 0 0 0 auto;
}
.commonBtn span::after {
  border-right: 1px solid #142f24;
  border-bottom: 1px solid #142f24;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 1px 0 auto;
  z-index: 1;
}
.commonBtn.dark_green {
  background: #142f24;
  color: #fff;
}
.commonBtn.dark_green span::before {
  background: #fff;
}
.commonBtn.dark_green span::after {
  border-color: #fff;
}
.commonBtn.ar_orange span::before {
  background: #ff9500;
}
.commonBtn.ar_orange span::after {
  border-color: #ff9500;
}
.commonBtn.type_large {
  line-height: 100px;
  font-size: clamp(16px, 1.8vw, 20px);
  border-radius: 60px;
}
@media (max-width: 700px) {
  .commonBtn.type_large {
    line-height: 80px;
  }
}
.commonBtn:hover {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

@media (min-width: 701px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
　　　リスト
*************************/
ul.dot li {
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
  list-style-type: none;
}
ul.dot li::before {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #0087a7;
  margin: auto;
  inset: 0.6em auto auto 0;
  border-radius: 50%;
}
ul.disc {
  margin-left: 1rem;
}
ul.disc li {
  padding-left: 0;
  list-style-type: disc;
}
@media (max-width: 700px) {
  ul.disc li {
    margin-bottom: 8px;
  }
}
ul.disc li::marker {
  font-size: 12px;
}
ul.disc li::before {
  display: none;
}
ul.asterisk {
  margin-left: 1rem;
}
ul.asterisk li {
  padding-left: 0;
  list-style-type: none;
  /* &::marker {
    font-size: 14px;
  } */
}
ul.asterisk li::before {
  content: "※";
  margin-right: 5px;
}

ol.list_number {
  margin-left: 1rem;
}
ol.list_number li {
  list-style-type: decimal;
}
ol.list_alphabet {
  margin-left: 1rem;
}
ol.list_alphabet li {
  list-style-type: lower-latin;
}
ol.list_romaji {
  margin-left: 1rem;
}
ol.list_romaji li {
  list-style-type: upper-roman;
}
ol.number {
  counter-reset: circle-counter;
}
ol.number li {
  position: relative;
  list-style-type: none;
  padding-left: 2em;
  counter-increment: circle-counter;
  line-height: 1.8;
}
ol.number li::before {
  position: absolute;
  content: "" counter(circle-counter) "";
  font-weight: 600;
  color: #fff;
  padding: 0 0.2em;
  background: #ff9500;
  border-radius: 4px;
  margin-right: 0.5em;
  width: 1.7em;
  display: inline-block;
  margin: auto;
  inset: 0 auto auto 0;
  text-align: center;
  height: 1.7em;
}
ol.number li + li {
  margin-top: 10px;
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .anchor_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
.anchor_list li a {
  font-size: clamp(14px, 1.6vw, 18px);
}
.anchor_list li a span {
  position: initial;
}
.anchor_list li a span::before {
  inset: 0 1em 0 auto;
}
.anchor_list li a span::after {
  transform: rotate(135deg);
  inset: 0 1.4em 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.animate.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animate.dekay1 {
  transition-delay: 0.5s;
}

/***********************
　　　タブ切り替え
*************************/
.tab-contents .tab-contents-item {
  display: none;
}
.tab-contents .tab-contents-item.active {
  display: block;
}

.pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}
.pageTop a {
  position: relative;
  display: block;
  border: #142f24 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}
.pageTop a:hover {
  background: #ff9500;
}
.pageTop a:hover::before {
  border-color: #fff;
}
.pageTop a::before, .pageTop a::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.pageTop a::before {
  width: 14px;
  height: 14px;
  border-right: 1px solid #142f24;
  border-bottom: 1px solid #142f24;
  transform: rotate(-135deg);
  inset: 12% 0 0 0;
  margin: auto;
}
.pageTop a::after {
  width: 1px;
  height: 14px;
  background: #142f24;
  margin: auto;
  inset: 0 0 0 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 330px;
  }
  to {
    width: 20px;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bgDownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime_mv {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loop_text {
  0% {
    transform: translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(-100%) translate3d(0, 50%, 0);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes hamburger_line1 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger_line2 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes fadeBlack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes txtanimation {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.base_table {
  width: 100%;
  font-family: "Roboto", "BIZ UDPGothic", sans-serif;
}
.base_table caption {
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.base_table caption span {
  font-size: 70%;
}
.base_table th {
  background: #33475b;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #f0eee9;
  border-right: 1px solid #f0eee9;
  padding: 0.5em;
}
.base_table td {
  border-bottom: 1px solid #f0eee9;
  padding: 0.5em;
  min-width: 90px;
}
.base_table td:not(:last-of-type) {
  border-right: 1px solid #f0eee9;
}
.base_table th,
.base_table td {
  text-align: center;
  vertical-align: middle;
}
.base_table th.th_col01,
.base_table td.th_col01 {
  background: #607891;
  color: #fff;
}
.base_table th.th_col02,
.base_table td.th_col02 {
  background: #aebdcc;
  color: #000;
}
.base_table th.th_col03,
.base_table td.th_col03 {
  background: #33475b;
  color: #fff;
}
.base_table th.th_col04,
.base_table td.th_col04 {
  background: #ecf4f7;
  color: #000;
}
.base_table th.ver_top,
.base_table td.ver_top {
  vertical-align: top;
}
.base_table th.bg_f6,
.base_table td.bg_f6 {
  background: #f6f6f6;
}
.base_table a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #ff9500;
}
.base_table a:hover {
  text-decoration: none;
}
.base_table.even_color tr:nth-child(2n) td {
  background: #f6f6f6;
}
.base_table.ftd_border tr:first-of-type td {
  border-top: 1px solid #f0eee9;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb .bread_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto;
  gap: 10px 0;
}
@media (max-width: 700px) {
  .breadcrumb .bread_list {
    margin: 10px auto 20px;
  }
}
.breadcrumb .bread_list li {
  color: #142f24;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05em;
}
.breadcrumb .bread_list li:first-of-type a {
  white-space: nowrap;
}
.breadcrumb .bread_list li:not(:last-child) {
  padding-right: 21px;
  position: relative;
}
.breadcrumb .bread_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  border-right: 1px solid #f0eee9;
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0 10px auto auto;
  transform: rotate(45deg);
}
.breadcrumb .bread_list li a {
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #142F24;
}
.breadcrumb .bread_list li a:hover {
  text-decoration: none;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type) {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #aaa;
  width: 1px;
  height: 10px;
}

.middle main .middle_pageTtl {
  background: #359757;
}
.middle main .middle_pageTtl .pagettl_area {
  padding: 100px 0;
  max-width: 1536px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}
.middle main .middle_pageTtl .pagettl_area .ttl {
  text-align: center;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 600;
  color: #CAE256;
}
.middle main .middle_pageTtl .pagettl_area .ttl span {
  display: block;
  color: #fff;
  font-size: clamp(46px, 4.2vw, 80px);
  font-weight: 700;
}
.middle main .middle_ttl {
  color: #fff;
  background: #ff9500;
  padding: 19px 30px;
  font-weight: bold;
  font-size: clamp(18px, 2.6vw, 30px);
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .middle main .middle_ttl {
    margin-bottom: 20px;
  }
}
.middle main .middle_ttl::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 30px;
  height: 100%;
  background: #142f24;
  top: 0;
  left: 0;
  z-index: 1;
}
.middle main .border_ttl {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: bold;
  position: relative;
  padding-bottom: 0.6em;
  margin-top: 40px;
  color: #ff9500;
  border-bottom: 2px solid #ff9500;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .middle main .border_ttl {
    margin-bottom: 20px;
  }
}
.middle main .bg_ttl {
  background: #eff2f4;
  border-left: 8px solid #ff9500;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.middle main .bg_ttl.light {
  border-color: #0087a7;
}
.middle main .single_ttl {
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #ff9500;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .middle main .single_ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .middle main .single_ttl {
    margin-bottom: 20px;
  }
}
.middle main .single_ttl small {
  display: block;
  font-size: 70%;
}
.middle main .dot_ttl {
  position: relative;
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 1em;
}
.middle main .dot_ttl::before {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #0087a7;
  margin: auto;
  inset: 0 auto 0 0;
  border-radius: 50%;
}
.middle main .dot_ttl span {
  font-weight: 400;
  font-size: 80%;
  display: inline-block;
  padding-left: 1em;
}
.middle main .sec p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.middle main .sec p + p {
  margin-top: 1em;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
  gap: 10px;
}
@media (min-width: 701px) {
  .wp-pagenavi {
    margin: 60px auto 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > * {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  text-align: center;
  box-sizing: border-box;
  border: none !important;
  background: #fff;
  color: #142f24;
  font-size: clamp(14px, 1.6vw, 18px);
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
}
@media (max-width: 700px) {
  .wp-pagenavi > * {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.wp-pagenavi > *.current {
  padding: 0;
  color: #fff;
  background: #359757;
  font-weight: bold !important;
}
.wp-pagenavi > *:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.previouspostslink {
  color: #142f24;
  margin-right: 10px !important;
  text-indent: -99999px;
  position: relative;
  display: block;
}
.wp-pagenavi > *.previouspostslink::before, .wp-pagenavi > *.previouspostslink::after {
  content: "";
  position: absolute;
  margin: auto;
}
.wp-pagenavi > *.previouspostslink::before {
  width: 1em;
  height: 1px;
  background: #142f24;
  inset: 0 0 0 0;
}
.wp-pagenavi > *.previouspostslink::after {
  border-right: 1px solid #142f24;
  border-bottom: 1px solid #142f24;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 1px 0 0;
  z-index: 1;
}
.wp-pagenavi > *.previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.nextpostslink {
  color: #142f24;
  margin-left: 10px !important;
  text-indent: -99999px;
  position: relative;
  display: block;
}
.wp-pagenavi > *.nextpostslink::before, .wp-pagenavi > *.nextpostslink::after {
  content: "";
  position: absolute;
  margin: auto;
}
.wp-pagenavi > *.nextpostslink::before {
  width: 1em;
  height: 1px;
  background: #142f24;
  inset: 0 0 0 0;
}
.wp-pagenavi > *.nextpostslink::after {
  border-right: 1px solid #142f24;
  border-bottom: 1px solid #142f24;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 -1px 0 0;
  z-index: 1;
}
.wp-pagenavi > *.nextpostslink:hover {
  opacity: 0.7;
}

.single_pagenav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
  align-items: center;
}
@media (max-width: 700px) {
  .single_pagenav {
    margin-top: 50px;
  }
}
.single_pagenav .all {
  width: 80%;
  max-width: 440px;
  margin: 0 auto;
}
.single_pagenav .tip a {
  display: block;
  position: relative;
}
.single_pagenav .tip a::before {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow.svg") no-repeat center center/contain;
  width: 12px;
  height: 10px;
  margin: auto;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .single_pagenav .tip a::before {
    width: 7px;
    height: 6px;
  }
}
.single_pagenav .tip a::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 56px;
  height: 40px;
  margin: auto;
}
@media (max-width: 700px) {
  .single_pagenav .tip a::after {
    width: 32px;
    height: 23px;
  }
}
.single_pagenav .tip.prev a {
  padding-left: 68px;
}
@media (max-width: 700px) {
  .single_pagenav .tip.prev a {
    padding-left: 40px;
  }
}
.single_pagenav .tip.prev a::before {
  inset: 0 auto 0 21px;
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .single_pagenav .tip.prev a::before {
    inset: 0 auto 0 13px;
  }
}
.single_pagenav .tip.prev a::after {
  inset: 0 auto 0 0;
}
.single_pagenav .tip.prev a:hover::before {
  transform: translateX(-3px) rotate(180deg);
}
.single_pagenav .tip.next a {
  padding-right: 68px;
}
@media (max-width: 700px) {
  .single_pagenav .tip.next a {
    padding-right: 40px;
  }
}
.single_pagenav .tip.next a::before {
  inset: 0 21px 0 auto;
}
@media (max-width: 700px) {
  .single_pagenav .tip.next a::before {
    inset: 0 13px 0 auto;
  }
}
.single_pagenav .tip.next a::after {
  inset: 0 0 0 auto;
}
.single_pagenav .tip.next a:hover::before {
  transform: translateX(3px);
}

dl.tablelike > div {
  display: flex;
  border-bottom: 1px solid #f0eee9;
}
dl.tablelike > div:first-of-type {
  border-top: 1px solid #f0eee9;
}
dl.tablelike > div dt {
  background: #33475b;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
  width: 30%;
}
@media (max-width: 700px) {
  dl.tablelike > div dt {
    padding: 10px;
  }
}
dl.tablelike > div dd {
  padding: 20px;
  width: 70%;
}
@media (max-width: 700px) {
  dl.tablelike > div dd {
    padding: 10px;
  }
}
@media (max-width: 700px) {
  dl.tablelike.sp_block:first-of-type {
    border-top: none;
  }
}
@media (max-width: 700px) {
  dl.tablelike.sp_block > div {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  dl.tablelike.sp_block > div dt {
    width: 100%;
  }
}
@media (max-width: 700px) {
  dl.tablelike.sp_block > div dd {
    width: 100%;
  }
}

.original_block {
  margin: 30px 0;
}
.original_block .js-scroll {
  margin: 30px 0;
}
.original_block .js-scroll > table {
  margin: 0;
}
@media (max-width: 700px) {
  .original_block .js-scroll > table {
    min-width: 1000px !important;
  }
}

.custom-post-paragraph {
  font-weight: 500;
}

.original_h3_text_block {
  margin: 50px 0 30px;
}
@media (max-width: 700px) {
  .original_h3_text_block {
    margin: 30px 0 20px;
  }
}
.original_h3_text_block h3 {
  color: #fff;
  background: #ff9500;
  padding: 19px 30px;
  font-weight: bold;
  font-size: clamp(18px, 2.6vw, 30px);
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .original_h3_text_block h3 {
    margin-bottom: 20px;
  }
}
.original_h3_text_block h3::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 30px;
  height: 100%;
  background: #142f24;
  top: 0;
  left: 0;
  z-index: 1;
}

.original_h4_text_block {
  margin: 50px 0 30px;
}
@media (max-width: 700px) {
  .original_h4_text_block {
    margin: 30px 0 20px;
  }
}
.original_h4_text_block h4 {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: bold;
  position: relative;
  padding-bottom: 0.6em;
  margin-top: 40px;
  color: #ff9500;
  border-bottom: 2px solid #ff9500;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .original_h4_text_block h4 {
    margin-bottom: 20px;
  }
}

.original_h5_text_block {
  margin: 40px 0 30px;
}
@media (max-width: 700px) {
  .original_h5_text_block {
    margin: 20px 0;
  }
}
.original_h5_text_block h5 {
  background: #eff2f4;
  border-left: 8px solid #ff9500;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.original_ul_block {
  margin: 30px 0;
}
@media (max-width: 700px) {
  .original_ul_block {
    margin: 20px 0;
  }
}
.original_ul_block ul li {
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 701px) {
  .original_ul_block ul li {
    font-size: 16px;
  }
}
.original_ul_block ul li .mark {
  display: block;
  width: 8px;
  height: 8px;
  background: #0087a7;
  border-radius: 50%;
  margin: 10px 10px 0;
}
@media (max-width: 700px) {
  .original_ul_block ul li .mark {
    width: 6px;
    height: 6px;
  }
}
.original_ul_block ul li p {
  /* display: inline-block; */
  display: block;
  width: calc(100% - 20px);
  /*  vertical-align: middle; */
}

.original_ol_block {
  margin: 30px 0;
}
@media (max-width: 700px) {
  .original_ol_block {
    margin: 20px 0;
  }
}
.original_ol_block ol li {
  line-height: 1.8;
}
@media (min-width: 701px) {
  .original_ol_block ol li {
    font-size: 16px;
  }
}
.original_ol_block ol li .num {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.original_ol_block ol li p {
  display: inline-block;
  vertical-align: middle;
}

.original_img_block {
  background: #fff;
  width: 100%;
}
.original_img_block img {
  display: block;
  margin: 0 auto;
}

.original_link_block {
  margin: 30px 0;
}
@media (max-width: 700px) {
  .original_link_block {
    margin: 20px 0;
  }
}
.original_link_block p {
  display: flex;
  align-items: center;
}
.original_link_block a {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  color: #ff9500;
  text-decoration: underline #ff9500;
  text-underline-offset: 5px;
  font-size: 16px;
}
.original_link_block a:hover {
  text-decoration: none;
  color: #f6f9ee;
}
.original_link_block .mark {
  display: inline-block;
  padding-right: 1.2em;
  position: relative;
}
.original_link_block .mark::before, .original_link_block .mark::after {
  content: "";
  position: absolute;
  margin: auto;
}
.original_link_block .mark::before {
  width: 1em;
  height: 1em;
  background: #f6f9ee;
  inset: 0 0 0 auto;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .original_link_block .mark::before {
    width: 20px;
    height: 20px;
  }
}
.original_link_block .mark::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  inset: 0 0.45em 0 auto;
}
@media (max-width: 700px) {
  .original_link_block .mark::after {
    width: 7px;
    height: 7px;
    inset: 0 8px 0 auto;
  }
}

.original_button_link_block {
  margin: 60px 0;
}
@media (max-width: 700px) {
  .original_button_link_block {
    margin: 30px 0;
  }
}
.original_button_link_block a {
  border: 1px solid #f0eee9;
  padding: 16px calc(16px + 1.2em) 16px 16px;
  line-height: 1.8;
  position: relative;
  transition: all 0.2s ease;
  display: block;
  max-width: 380px;
  background: #fff;
}
.original_button_link_block a:hover {
  border-color: #ff9500;
  box-shadow: inset 0 0 0 1px #ff9500;
}
.original_button_link_block a span {
  padding-right: 1.6em;
  position: relative;
  display: block;
}
.original_button_link_block a span::before, .original_button_link_block a span::after {
  content: "";
  position: absolute;
  margin: auto;
}
.original_button_link_block a span::before {
  width: 1.2em;
  height: 1.2em;
  background: #f6f9ee;
  inset: 0 0 0 auto;
  border-radius: 50%;
}
.original_button_link_block a span::after {
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  inset: 0 0.45em 0 auto;
}
.original_button_link_block a span.mark {
  display: none;
}

.original_comment_block {
  padding: 35px 40px 40px;
  background: #f6f8fb;
}
@media (max-width: 700px) {
  .original_comment_block {
    padding: 25px 30px 30px;
  }
}
.original_comment_block .head {
  color: #004488;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 140%;
}
@media (max-width: 700px) {
  .original_comment_block .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.original_comment_block .comment {
  font-weight: 500;
}

.original_before_after_block {
  display: flex;
  gap: 40px;
}
@media (max-width: 700px) {
  .original_before_after_block {
    flex-direction: column;
    gap: 20px;
  }
}
.original_before_after_block img {
  margin-top: 30px;
  aspect-ratio: 688/458;
  object-fit: cover;
}
@media (max-width: 700px) {
  .original_before_after_block img {
    margin-top: 10px;
  }
}
.original_before_after_block .text {
  margin-top: 20px;
  font-weight: 500;
}
.original_before_after_block .before_box {
  width: 50%;
  padding: 30px;
  background: #efefef;
}
@media (max-width: 700px) {
  .original_before_after_block .before_box {
    width: 100%;
    padding: 20px;
  }
}
.original_before_after_block .before_box .before {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 700px) {
  .original_before_after_block .before_box .before {
    font-size: 24px;
  }
}
.original_before_after_block .after_box {
  width: 50%;
  padding: 30px;
  background: #f6f8fb;
}
@media (max-width: 700px) {
  .original_before_after_block .after_box {
    width: 100%;
    padding: 20px;
  }
}
.original_before_after_block .after_box .after {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  color: #004488;
}
@media (max-width: 700px) {
  .original_before_after_block .after_box .after {
    font-size: 24px;
  }
}

.original_check_list_block {
  margin: 30px 0 0;
}
.original_check_list_block.pattern_01 ul {
  border: 2px solid #244c9c;
}
.original_check_list_block.pattern_02 ul {
  border: 2px solid #48a3c4;
}
.original_check_list_block.pattern_02 ul li .check_mark {
  background: url("../../blocks/assets/img/blue_check_mark.png") no-repeat center/cover;
}
.original_check_list_block.pattern_03 ul {
  border: 2px solid #ff4e0d;
}
.original_check_list_block ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}
@media (max-width: 700px) {
  .original_check_list_block ul {
    padding: 20px;
  }
}
.original_check_list_block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.original_check_list_block ul li .check_mark {
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../blocks/assets/img/orange_check_mark.png") no-repeat center/cover;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .original_check_list_block ul li .check_mark {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 700px) {
  .original_check_list_block ul li .check_mark {
    width: 30px;
    height: 30px;
  }
}
.original_check_list_block ul li p {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .original_check_list_block ul li p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .original_check_list_block ul li p {
    font-size: 14px;
  }
}

.original_task_block {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 700px) {
  .original_task_block {
    flex-direction: column;
  }
}
.original_task_block img {
  width: calc(50% - 2vw);
  aspect-ratio: 536/370;
  object-fit: contain;
}
@media (max-width: 700px) {
  .original_task_block img {
    width: 100%;
  }
}
.original_task_block .text_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
@media (max-width: 700px) {
  .original_task_block .text_container {
    width: 100%;
  }
}
.original_task_block .text_container .text_box {
  padding: 30px;
}
@media (max-width: 700px) {
  .original_task_block .text_container .text_box {
    padding: 20px;
  }
}
.original_task_block .text_container .text_box .title {
  display: inline-block;
  width: 120px;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
}
.original_task_block .text_container .text_box p {
  font-weight: 500;
}
.original_task_block .text_container .purpose {
  background: #f6f8fb;
}
.original_task_block .text_container .purpose span {
  border: 1px solid #004488;
  background: #fff;
  color: #004488;
}
.original_task_block .text_container .discovery {
  background: #f6f8fb;
}
.original_task_block .text_container .discovery span {
  background: #48a3c4;
  color: #fff;
}
.original_task_block .text_container .result {
  background: #fff2ee;
}
.original_task_block .text_container .result span {
  background: #ff4e0d;
  color: #fff;
}

.original_flow_block {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 700px) {
  .original_flow_block {
    justify-content: center;
  }
}
.original_flow_block .flow_box {
  position: relative;
  width: calc((100% - 216px) / 5);
  border: 1px solid #244c9c;
  padding: 10px 10px 15px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .original_flow_block .flow_box {
    width: calc((100% - 54px) / 2);
  }
  .original_flow_block .flow_box:nth-of-type(2) .flow_arrow {
    top: unset;
    right: unset;
    bottom: -47px;
    left: -47px;
    transform: rotate(135deg);
  }
}
@media (max-width: 700px) {
  .original_flow_block .flow_box {
    width: 100%;
    max-width: 450px;
  }
}
.original_flow_block .flow_box img {
  width: 100%;
  aspect-ratio: 228/177;
  object-fit: cover;
}
.original_flow_block .flow_box p {
  margin-top: 10px;
  padding: 0 10px;
  font-weight: 500;
}
.original_flow_block .flow_box .flow_arrow {
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../blocks/assets/img/blue_arrow.png") no-repeat center/cover;
}
@media (max-width: 700px) {
  .original_flow_block .flow_box .flow_arrow {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -47px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.original_qanda_block .qanda_box {
  margin-bottom: 30px;
}
.original_qanda_block .qanda_box h3 {
  margin-bottom: 15px;
  padding: 7px 20px;
  background: #f6f8fb;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.original_qanda_block .qanda_box h3 .q_mark {
  font-family: "Inter", sans-serif;
  color: #004488;
  font-size: 22px;
  font-weight: 500;
}
.original_qanda_block .qanda_box p {
  font-weight: 500;
}

.original_contents_block .contents_box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 700px) {
  .original_contents_block .contents_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .original_contents_block .contents_box:nth-of-type(even) img {
    order: 1;
  }
  .original_contents_block .contents_box:nth-of-type(even) p {
    order: 2;
  }
}
.original_contents_block .contents_box img {
  width: 50%;
  aspect-ratio: 748/500;
  object-fit: contain;
  background: #fff;
}
@media (max-width: 700px) {
  .original_contents_block .contents_box img {
    width: auto;
  }
}
.original_contents_block .contents_box p {
  width: 50%;
  font-weight: 500;
}
@media (max-width: 700px) {
  .original_contents_block .contents_box p {
    width: 100%;
  }
}

.original_contents_block_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .original_contents_block_02 {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .original_contents_block_02 {
    gap: 10px;
    margin: 20px 0;
  }
}
.original_contents_block_02 .contents {
  width: calc((100% - 40px) / 2);
}
@media (min-width: 701px) and (max-width: 1200px) {
  .original_contents_block_02 .contents {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 700px) {
  .original_contents_block_02 .contents {
    width: 100%;
  }
}
.original_contents_block_02 .contents h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.original_contents_block_02 .contents p {
  margin: 12px 0 20px;
  text-align: center;
  font-weight: 500;
}
.original_contents_block_02 .contents img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}

.original_contents_block_03 .contents_box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 700px) {
  .original_contents_block_03 .contents_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .original_contents_block_03 .contents_box:nth-of-type(even) img {
    order: 1;
  }
  .original_contents_block_03 .contents_box:nth-of-type(even) p {
    order: 2;
  }
}
.original_contents_block_03 .contents_box img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}
@media (max-width: 700px) {
  .original_contents_block_03 .contents_box img {
    width: auto;
  }
}
.original_contents_block_03 .contents_box div {
  width: 50%;
  font-weight: 500;
}
@media (max-width: 700px) {
  .original_contents_block_03 .contents_box div {
    width: 100%;
  }
}
.original_contents_block_03 .contents_box div h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  color: #ff9500;
  line-height: 1.5;
}
.original_contents_block_03 .contents_box div p {
  margin: 30px 0;
}
.original_contents_block_03 .contents_box div ul {
  margin: 30px 0;
}

.original_img_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.original_img_container:has(.img_box:only-of-type) .img_box {
  width: 100%;
}
.original_img_container:has(.img_box:nth-of-type(2)) .img_box {
  width: 49%;
}
@media (max-width: 700px) {
  .original_img_container:has(.img_box:nth-of-type(2)) .img_box {
    width: 100%;
  }
}
.original_img_container:has(.img_box:nth-of-type(3)) .img_box {
  width: 32%;
}
@media (max-width: 700px) {
  .original_img_container:has(.img_box:nth-of-type(3)) .img_box {
    width: 100%;
  }
}
.original_img_container .img_box:has(a) {
  padding: 0;
}
.original_img_container .img_box:has(a) a {
  display: block;
  padding: 30px 10px 20px;
}
.original_img_container .img_box img {
  width: 100%;
  object-fit: contain;
}
.original_img_container .img_box p {
  margin-top: 15px;
  font-weight: 700;
  color: #000;
}

.original_img_container_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.original_img_container_02:has(.img_box:only-of-type) .img_box {
  width: 100%;
}
.original_img_container_02:has(.img_box:nth-of-type(2)) .img_box {
  width: 49%;
}
@media (max-width: 700px) {
  .original_img_container_02:has(.img_box:nth-of-type(2)) .img_box {
    width: 100%;
  }
}
.original_img_container_02:has(.img_box:nth-of-type(3)) .img_box {
  width: 32%;
}
@media (max-width: 700px) {
  .original_img_container_02:has(.img_box:nth-of-type(3)) .img_box {
    width: 100%;
  }
}
.original_img_container_02 .img_box h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
}
.original_img_container_02 .img_box img {
  width: 100%;
  object-fit: contain;
}
.original_img_container_02 .img_box p {
  margin-top: 15px;
  font-weight: 500;
}

.original_table_01 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_01 th {
  text-align: left;
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  background-color: #33475b;
  width: 31.25%;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 700px) {
  .original_table_01 th {
    padding: 5px;
    font-size: 14px;
  }
}
.original_table_01 td {
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .original_table_01 td {
    padding: 5px;
    font-size: 14px;
  }
}

.original_table_02_wrapper {
  display: flex;
  gap: 5px;
}
@media (max-width: 700px) {
  .original_table_02_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.original_table_02_wrapper .table_left,
.original_table_02_wrapper .table_right {
  width: 50%;
}
@media (max-width: 700px) {
  .original_table_02_wrapper .table_left,
  .original_table_02_wrapper .table_right {
    width: 100%;
  }
}
.original_table_02_wrapper .table_left .original_table_02,
.original_table_02_wrapper .table_right .original_table_02 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_02_wrapper .table_left .original_table_02 th,
.original_table_02_wrapper .table_right .original_table_02 th {
  text-align: left;
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  background-color: #33475b;
  width: 38.3%;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 700px) {
  .original_table_02_wrapper .table_left .original_table_02 th,
  .original_table_02_wrapper .table_right .original_table_02 th {
    width: 31.25%;
    padding: 5px;
    font-size: 14px;
  }
}
.original_table_02_wrapper .table_left .original_table_02 td,
.original_table_02_wrapper .table_right .original_table_02 td {
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .original_table_02_wrapper .table_left .original_table_02 td,
  .original_table_02_wrapper .table_right .original_table_02 td {
    padding: 5px;
    font-size: 14px;
  }
}

.original_table_03 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_03 thead th {
  background-color: #33475b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 thead th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody th {
  background-color: #33475b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 tbody th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody td {
  background: #fff;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 tbody td:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody tr:nth-child(even) td {
  background-color: #f6f8fb;
}
.original_table_03 tbody td {
  vertical-align: middle;
}

.original_numberList_block ol {
  padding: 0;
  counter-reset: number-counter;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .original_numberList_block ol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.original_numberList_block ol li {
  position: relative;
  padding-left: 35px;
  text-indent: inherit;
  counter-increment: number-counter;
  display: flex;
  align-items: center;
}
.original_numberList_block ol li::before {
  content: counter(number-counter);
  position: absolute;
  margin: auto;
  inset: 0 auto 0 0;
  background: #004488;
  color: #fff;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 700px) {
  .original_numberList_block ol li::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.original_numberList_block ol li p {
  font-size: 16px;
  font-weight: bold;
}

.original_special_table {
  width: 100%;
  border-collapse: collapse;
}
.original_special_table th,
.original_special_table td {
  border: 1px solid #cad4dd;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .original_special_table th,
  .original_special_table td {
    padding: 5px;
    font-size: 14px;
  }
}
.original_special_table thead th {
  background-color: #607891;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}
.original_special_table thead th.bg-transparent {
  border: none;
}
.original_special_table tbody tr:nth-child(even) {
  background-color: #f6f8fb;
}
.original_special_table tbody td {
  vertical-align: middle;
}

.original_table_calendar {
  width: 100%;
  border-collapse: collapse;
}
.original_table_calendar thead th {
  background-color: #607891;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_calendar thead th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_calendar tbody td {
  background: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_calendar tbody td:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_calendar tbody td.holiday {
  background: #ff9500;
  color: #fff;
}
.original_table_calendar tbody td.saturday {
  background: #ff9500;
  color: #fff;
}

.accordion_ttl {
  cursor: pointer;
  position: relative;
}
.accordion_ttl::before, .accordion_ttl::after {
  position: absolute;
  content: "";
  background: #ff9500;
  width: 18px;
  height: 2px;
  margin: auto;
  inset: 0 20px 0 auto;
  transition: transform 0.3s ease;
}
.accordion_ttl::after {
  transform: rotate(90deg);
}
.accordion_ttl.on::after {
  transform: rotate(0deg);
}

/*# sourceMappingURL=style.css.map */
