@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: #524a46;
}
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 {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 100px;
}
@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: #524a46;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.1em;
  font-size: 16px;
}
body.no_scroll {
  overflow: hidden !important;
}
body.no_scroll .header .logoarea img {
  filter: brightness(0) invert(1);
}

/* html,
body {	
	scrollbar-width: none;	
	-ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
} */
* :focus:not(:focus-visible) {
  outline: 0;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #524a46;
  transition: 0.3s;
}

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

address,
em,
i {
  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: #524a46;
  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: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  transition: margin 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.header .header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding: 20px 20px 20px min(10vw, 120px);
}
@media (min-width: 701px) and (max-width: 1360px) {
  .header .header_inner {
    padding: 20px 20px 20px min(5vw, 60px);
  }
}
@media (max-width: 700px) {
  .header .header_inner {
    padding: 14px 14px 14px 20px;
  }
}
.header .logoarea {
  position: relative;
  z-index: 11;
}
.header .logoarea img {
  width: auto;
  height: 64px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .header .logoarea img {
    height: 47px;
  }
}
@media (max-width: 700px) {
  .header .logoarea img {
    height: 32px;
  }
}
.header .logoarea span {
  padding-left: 10px;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #524a46;
}
.header .logoarea a {
  display: flex;
  align-items: center;
}
.header .logoarea a:hover img {
  opacity: 0.8;
}
.header .hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: min(6vw, 80px);
  height: min(6vw, 80px);
  width: min(6vw, 80px);
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: #b6a398 1px solid;
}
@media (max-width: 700px) {
  .header .hamburger {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.header .hamburger .hamburger__line {
  position: relative;
  width: min(2vw, 27px);
  height: 1px;
  background: #b6a398;
  display: block;
}
@media (max-width: 700px) {
  .header .hamburger .hamburger__line {
    width: 10px;
  }
}
.header .hamburger .hamburger__line::before, .header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: min(3.3vw, 40px);
  height: 1px;
  transition: transform 0.3s;
  background: #b6a398;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .header .hamburger .hamburger__line::before, .header .hamburger .hamburger__line::after {
    width: 16px;
  }
}
.header .hamburger .hamburger__line::before {
  top: max(-15px, -1.2vw);
}
@media (max-width: 700px) {
  .header .hamburger .hamburger__line::before {
    top: -8px;
  }
}
.header .hamburger .hamburger__line::after {
  bottom: max(-15px, -1.2vw);
}
@media (max-width: 700px) {
  .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: translateX(-50%) rotate(45deg);
}
.header .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
.header .globalnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(82, 74, 70, 0.75);
  backdrop-filter: blur(40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 8;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header .globalnav.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}
.header .globalnav .globalnav__inner {
  display: flex;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .header .globalnav .globalnav__inner {
    flex-direction: column-reverse;
    padding: 100px 10vw 0;
    height: auto;
  }
}
.header .globalnav .globalnav__inner .h_side {
  padding: 170px 0 0 min(10vw, 120px);
  position: relative;
  width: 33%;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .header .globalnav .globalnav__inner .h_side {
    padding: 170px 0 0 min(5vw, 60px);
  }
}
@media (max-width: 700px) {
  .header .globalnav .globalnav__inner .h_side {
    padding-top: 50px;
    width: 100%;
    padding: 50px 0 0;
  }
}
.header .globalnav .globalnav__inner .h_side::before {
  position: absolute;
  content: "";
  background: #b6a398;
  width: 1px;
  height: 1000%;
  margin: auto;
  inset: 0 0 0 auto;
}
@media (max-width: 700px) {
  .header .globalnav .globalnav__inner .h_side::before {
    height: 1px;
    width: 500%;
    inset: 0 0 auto -50%;
  }
}
.header .globalnav .globalnav__inner .h_side .address {
  color: #fff;
  font-size: clamp(14px, 1.4vw, 18px);
}
.header .globalnav .globalnav__inner .sns {
  justify-content: flex-start;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .header .globalnav .globalnav__inner .sns {
    margin-top: 20px;
  }
}
.header .globalnav .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px 0;
  padding: 170px min(20vw, 220px) 0;
  width: 67%;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .header .globalnav .gnav {
    padding: 170px min(10vw, 120px) 0;
  }
}
@media (max-width: 700px) {
  .header .globalnav .gnav {
    gap: 30px 0;
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
  }
}
.header .globalnav .gnav li {
  flex: 1 0 50%;
  text-align: left;
}
@media (max-width: 350px) {
  .header .globalnav .gnav li {
    flex: 1 0 100%;
  }
}
.header .globalnav .gnav li a {
  font-size: clamp(24px, 3.5vw, 40px);
}

.footer {
  background: #9b8b71;
  padding: 140px 0 40px;
  position: relative;
}
@media (max-width: 700px) {
  .footer {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .footer .sec_inner {
    width: 82vw;
    margin: 0 auto;
  }
}
.footer .logoarea {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .footer .logoarea {
    margin-bottom: 40px;
  }
}
.footer .logoarea img {
  display: block;
  width: 0 auto;
  height: 76px;
  filter: brightness(0) invert(1);
}
@media (max-width: 700px) {
  .footer .logoarea img {
    height: 40px;
  }
}
.footer .logoarea span {
  display: block;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.footer .logoarea a:hover img {
  opacity: 0.8;
}
.footer .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 74px;
}
@media (max-width: 700px) {
  .footer .gnav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer .gnav li {
  line-height: 1;
}
@media (max-width: 700px) {
  .footer .gnav li {
    flex: 0 0 30%;
  }
}
@media (max-width: 350px) {
  .footer .gnav li {
    flex: 1 0 40%;
    text-align: center;
  }
}
.footer .gnav li a {
  font-size: clamp(15px, 1.8vw, 20px);
}
.footer .f_bottom {
  border-top: 1px solid #b6a398;
  margin-top: 80px;
  padding-top: 40px;
}
@media (max-width: 700px) {
  .footer .f_bottom {
    margin-top: 35px;
  }
}
.footer .copy {
  text-align: center;
  font-size: clamp(12px, 1.5vw, 18px);
  color: #fff;
}

#index .sec_kv {
  overflow: hidden;
  height: calc(100vh - 120px);
}
@media (max-width: 700px) {
  #index .sec_kv {
    height: calc(100vh - 60px);
  }
}
#index .sec_kv .sec_kv_inner {
  height: 100%;
  width: 100vw;
  position: relative;
  aspect-ratio: 8/5;
}
@media (max-width: 700px) {
  #index .sec_kv .sec_kv_inner {
    aspect-ratio: 78/133;
  }
}
#index .sec_kv .sec_kv_inner::after {
  position: absolute;
  content: "";
  background: rgba(221, 211, 205, 0.5);
  width: calc(100% - 120px);
  height: 60%;
  left: 0;
  top: inherit;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  animation: kv-slideIn01 1.8s 0.8s forwards;
  aspect-ratio: 18/7;
}
@media (max-width: 700px) {
  #index .sec_kv .sec_kv_inner::after {
    aspect-ratio: 78/53;
    width: 100%;
  }
}
#index .sec_kv .kv_img_area {
  position: absolute;
  top: 0;
  left: min(10vw, 120px);
  opacity: 0;
  animation: kv-slideIn02 1.8s 0s forwards;
  width: 100%;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_kv .kv_img_area {
    left: min(5vw, 60px);
  }
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area {
    left: 5.12vw;
  }
}
#index .sec_kv .kv_img_area img {
  width: 100%;
  height: 100%;
}
#index .sec_kv .kv_img_area .kv_img {
  position: relative;
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .kv_img_bg {
    position: relative;
    z-index: 0;
    height: calc(100vh - 150px);
  }
}
@media (min-width: 701px) {
  #index .sec_kv .kv_img_area .kv_img_bg {
    height: calc(100vh - 300px);
  }
}
#index .sec_kv .kv_img_area .kv_img_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index .sec_kv .kv_img_area .txt01 {
  opacity: 0;
  animation: fadeAnime 1.8s 2s forwards;
  display: block;
  position: absolute;
  left: min(10vw, 120px);
  bottom: 0;
  z-index: 2;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_kv .kv_img_area .txt01 {
    left: min(5vw, 60px);
  }
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .txt01 {
    left: 5.6vw;
    bottom: 10px;
  }
}
#index .sec_kv .kv_img_area .txt01 img {
  max-width: 41.145vw;
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .txt01 img {
    max-width: 66.153vw;
  }
}
@media (min-width: 1920px) {
  #index .sec_kv .kv_img_area .txt01 img {
    max-width: inherit;
    width: 790px;
  }
}
#index .sec_kv .kv_img_area .txt02 {
  opacity: 0;
  animation: fadeAnime 1.8s 2s forwards;
  position: relative;
  display: inline-block;
  position: absolute;
  left: min(20vw, 250px);
  bottom: -142px;
  z-index: 2;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_kv .kv_img_area .txt02 {
    bottom: -90px;
  }
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .txt02 {
    bottom: -44px;
    left: 4.1vw;
  }
}
#index .sec_kv .kv_img_area .txt02::after {
  position: absolute;
  content: "";
  background: #524a46;
  width: 200%;
  height: 2px;
  right: 0;
  bottom: 1.5vw;
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .txt02::after {
    height: 1px;
    bottom: 1.9vw;
  }
}
@media (min-width: 1920px) {
  #index .sec_kv .kv_img_area .txt02::after {
    bottom: 30px;
  }
}
#index .sec_kv .kv_img_area .txt02 img {
  max-width: 66.51vw;
}
@media (max-width: 700px) {
  #index .sec_kv .kv_img_area .txt02 img {
    max-width: 86.66vw;
  }
}
@media (min-width: 1920px) {
  #index .sec_kv .kv_img_area .txt02 img {
    max-width: inherit;
    width: 1277px;
  }
}
#index .sec_service {
  padding: 180px 0 200px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_service {
    padding: 120px 0 150px;
  }
}
@media (max-width: 700px) {
  #index .sec_service {
    padding: 50px 0 67px;
  }
}
#index .sec_service .grid_column2 {
  margin: 115px 0 0 0;
}
@media (max-width: 700px) {
  #index .sec_service .grid_column2 {
    margin: 51px 5.1vw 0;
    width: auto;
    gap: 46px;
  }
}
#index .sec_service .grid_column2 .service_card {
  border: 1px solid #ddd3cd;
  position: relative;
  background: #fff;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 80px 60px 60px;
}
@media (max-width: 1360px) {
  #index .sec_service .grid_column2 .service_card {
    padding: 40px 25px 25px;
  }
}
#index .sec_service .grid_column2 .service_card span {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #b6a398;
  font-size: clamp(24px, 3.5vw, 40px);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 1360px) {
  #index .sec_service .grid_column2 .service_card span {
    width: 56px;
    height: 56px;
    font-size: 28px;
    top: -28px;
    line-height: 56px;
  }
}
#index .sec_service .grid_column2 .service_card p {
  font-size: clamp(15px, 1.8vw, 24px);
  line-height: 2;
  text-align: center;
}
@media (max-width: 1360px) {
  #index .sec_service .grid_column2 .service_card p {
    line-height: 1.7;
  }
}
#index .sec_concept {
  padding: 130px 0 160px;
}
@media (max-width: 700px) {
  #index .sec_concept {
    padding: 55px 0 60px;
  }
}
@media (max-width: 700px) {
  #index .sec_concept .main_ttl {
    margin-bottom: 20px;
  }
}
#index .sec_concept .inner_concept {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(4vw, 80px);
}
@media (max-width: 700px) {
  #index .sec_concept .inner_concept {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 700px) {
  #index .sec_concept .inner_concept .deco_ttl {
    font-size: min(24px, 6.5vw);
  }
}
#index .sec_concept figure {
  width: 62%;
  max-width: 1000px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_concept figure {
    width: 55%;
  }
}
@media (max-width: 700px) {
  #index .sec_concept figure {
    width: 82vw;
    margin: 0 auto 0 0;
  }
}
#index .sec_concept .txt_area {
  width: calc(38% - min(4vw, 80px));
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_concept .txt_area {
    width: calc(45% - min(4vw, 80px) - 70px);
  }
}
@media (max-width: 700px) {
  #index .sec_concept .txt_area {
    width: 79.4vw;
    padding: 0;
    margin: 0 5.1vw 0 auto;
  }
}
@media (min-width: 1360px) and (max-width: 1720px) {
  #index .sec_concept .txt_area {
    padding-right: 85px;
  }
}
#index .sec_concept .txt_area p {
  margin-top: 60px;
  font-size: clamp(15px, 1.8vw, 24px);
}
@media (max-width: 700px) {
  #index .sec_concept .txt_area p {
    margin-top: 7px;
    line-height: 1.7;
  }
}
#index .sec_works {
  padding: 180px 0 150px;
}
@media (max-width: 700px) {
  #index .sec_works {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  #index .sec_works .main_ttl {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  #index .sec_works .worksList {
    margin: 0 6.4vw;
  }
}
#index .sec_works .commonBtn {
  margin-top: 90px;
}
@media (max-width: 700px) {
  #index .sec_works .commonBtn {
    margin-top: 27px;
  }
}
#index .sec_message {
  padding: 130px 0;
}
@media (max-width: 700px) {
  #index .sec_message {
    padding: 60px 0;
  }
}
#index .sec_message .inner_message {
  display: flex;
  /* justify-content: space-between; */
  gap: min(4vw, 80px);
}
@media (max-width: 1360px) {
  #index .sec_message .inner_message {
    flex-direction: column;
    gap: 25px;
  }
}
#index .sec_message .inner_message figure {
  max-width: 260px;
}
@media (min-width: 1361px) {
  #index .sec_message .inner_message figure {
    width: 260px;
  }
}
@media (max-width: 700px) {
  #index .sec_message .inner_message figure {
    max-width: inherit;
  }
}
@media (max-width: 700px) {
  #index .sec_message .inner_message figure img {
    width: 61.5vw;
  }
}
#index .sec_message .inner_message figcaption {
  margin-top: 50px;
  font-size: clamp(14px, 1.4vw, 16px);
}
@media (max-width: 700px) {
  #index .sec_message .inner_message figcaption {
    width: 79.4vw;
    margin: 20px 5.1vw 0 auto;
  }
}
#index .sec_message .inner_message figcaption span {
  font-size: clamp(24px, 3.5vw, 40px);
  display: block;
}
@media (max-width: 700px) {
  #index .sec_message .inner_message figcaption span {
    margin-bottom: 7px;
  }
}
#index .sec_message .inner_message .txt_area {
  width: 79.4vw;
  margin: 0 5.1vw 0 auto;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_message .inner_message .txt_area {
    margin: 0 auto;
    width: 80vw;
  }
}
@media (min-width: 1361px) {
  #index .sec_message .inner_message .txt_area {
    width: calc(100% - 260px - min(4vw, 80px));
    margin: -10px 0 0 0;
  }
}
#index .sec_message .inner_message .txt_area p {
  font-size: clamp(15px, 1.8vw, 24px);
  line-height: 2;
}
@media (max-width: 700px) {
  #index .sec_message .inner_message .txt_area p {
    line-height: 1.7;
  }
}
#index .sec_company {
  padding: 180px 0 150px;
}
@media (max-width: 700px) {
  #index .sec_company {
    padding: 60px 0 70px;
  }
}
#index .sec_company .main_ttl {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #index .sec_company .main_ttl {
    margin-bottom: 0;
  }
}
#index .sec_company .tablelike {
  padding: 0 min(10vw, 120px);
  margin: 0;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .sec_company .tablelike {
    padding: 0;
  }
}
@media (max-width: 700px) {
  #index .sec_company .tablelike {
    padding: 0 6.4vw;
  }
}
#index .sec_company .tablelike dd {
  line-height: 1.5;
}
#index .sec_company .tablelike dd:has(.year) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#index .sec_company .tablelike dd:has(.year) .year {
  white-space: nowrap;
  width: 190px;
}
#index .sec_company .tablelike dd:has(.year) .detail {
  width: calc(100% - 240px);
}
#index .sec_contact {
  padding: 130px 0;
}
@media (max-width: 700px) {
  #index .sec_contact {
    padding: 50px 0 65px;
  }
}
@media (min-width: 1361px) {
  #index .sec_contact .sec_inner {
    display: flex;
    gap: min(170px, 15vw);
  }
}
@media (min-width: 1361px) {
  #index .sec_contact .main_ttl {
    min-width: 400px;
  }
}
@media (max-width: 700px) {
  #index .sec_contact .main_ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea {
    width: 79.4vw;
    margin: 0 5.1vw 0 auto;
  }
}
#index .sec_contact .txtarea .deco_ttl {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea .deco_ttl {
    margin-bottom: 13px;
  }
}
#index .sec_contact .txtarea p {
  font-size: clamp(15px, 1.8vw, 24px);
  line-height: 2;
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea p {
    line-height: 1.7;
  }
}
#index .sec_contact .txtarea p.icon_mail {
  position: relative;
  padding-left: 46px;
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea p.icon_mail {
    padding-left: 32px;
  }
}
#index .sec_contact .txtarea p.icon_mail::before {
  position: absolute;
  content: "";
  background: url("../img/icon/mail.svg") no-repeat center center/contain;
  width: 32px;
  height: 32px;
  margin: auto;
  inset: 0 auto 0 0;
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea p.icon_mail::before {
    width: 24px;
    height: 24px;
  }
}
#index .sec_contact .txtarea p.main_address {
  font-weight: 500;
}
#index .sec_contact .txtarea .mail_area {
  margin-top: 50px;
}
@media (max-width: 700px) {
  #index .sec_contact .txtarea .mail_area {
    margin-top: 20px;
  }
}
#index .footer {
  margin-top: 200px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  #index .footer {
    margin-top: 100px;
  }
}
@media (max-width: 700px) {
  #index .footer {
    margin-top: 70px;
  }
}

#works .works_archive .tab_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
  gap: 15px;
}
@media (max-width: 700px) {
  #works .works_archive .tab_list {
    grid-template-columns: 1fr;
    margin: 0 4vw 30px;
  }
}
#works .works_archive .tab_list li {
  text-align: center;
  font-size: clamp(15px, 1.8vw, 24px);
  padding: 20px 0;
  cursor: pointer;
  border: 1px solid #b6a398;
}
@media (max-width: 700px) {
  #works .works_archive .tab_list li {
    padding: 13px;
  }
}
#works .works_archive .tab_list li.active {
  background: #b6a398;
  color: #fff;
}
@media (max-width: 700px) {
  #works .works_archive .worksList {
    margin: 0 4vw;
  }
}
@media (max-width: 700px) {
  #works .works_single {
    margin: 0 4vw;
  }
}
#works .works_single .single_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  #works .works_single .single_top {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
}
@media (min-width: 701px) {
  #works .works_single .inner_info {
    width: 46%;
  }
}
#works .works_single .inner_info .info {
  display: flex;
  gap: 20px;
  align-items: center;
}
#works .works_single .inner_info .info time {
  font-family: "Jost", sans-serif;
  font-size: clamp(15px, 1.8vw, 20px);
}
#works .works_single .inner_info .works_cate {
  background: #b6a398;
  color: #fff;
  padding: 3px 30px;
  font-size: clamp(15px, 1.8vw, 24px);
}
#works .works_single .inner_info .works_ttl {
  padding: 20px;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.5;
}
#works .works_single .inner_info .place {
  border: 1px solid #eee9e6;
  padding: 2px 10px;
  font-size: clamp(15px, 1.8vw, 24px);
  margin-left: 20px;
}
#works .works_single .inner_info .txt_area {
  margin-top: 30px;
  font-size: clamp(15px, 1.8vw, 20px);
}
#works .works_single .before_imgarea {
  position: relative;
}
@media (min-width: 701px) {
  #works .works_single .before_imgarea {
    max-width: 730px;
    width: 50%;
  }
}
#works .works_single .before_imgarea::before {
  position: absolute;
  content: "BEFORE";
  width: 120px;
  line-height: 25px;
  background: #524a46;
  color: #fff;
  font-size: clamp(15px, 1.8vw, 20px);
  font-family: "Jost", sans-serif;
  top: 0;
  left: 0;
  z-index: 2;
  white-space: nowrap;
  padding: 2px 7px;
  border-radius: 0 0 10px 0;
  text-align: center;
}
#works .works_single .before_imgarea .swiper {
  aspect-ratio: 4/3;
}
#works .works_single .before_imgarea .swiper,
#works .works_single .after_imgarea .swiper {
  width: 100%;
  position: relative;
}
#works .works_single .before_imgarea .swiper-slide img,
#works .works_single .after_imgarea .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#works .works_single .before_imgarea .swiper-button-prev,
#works .works_single .before_imgarea .swiper-button-next,
#works .works_single .after_imgarea .swiper-button-prev,
#works .works_single .after_imgarea .swiper-button-next {
  color: #fff;
  background: #524a46;
}
@media (max-width: 700px) {
  #works .works_single .before_imgarea .swiper-button-prev,
  #works .works_single .before_imgarea .swiper-button-next,
  #works .works_single .after_imgarea .swiper-button-prev,
  #works .works_single .after_imgarea .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
#works .works_single .before_imgarea .swiper-button-prev::after,
#works .works_single .before_imgarea .swiper-button-next::after,
#works .works_single .after_imgarea .swiper-button-prev::after,
#works .works_single .after_imgarea .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
#works .works_single .before_imgarea .swiper-button-prev,
#works .works_single .after_imgarea .swiper-button-prev {
  left: 0;
}
#works .works_single .before_imgarea .swiper-button-next,
#works .works_single .after_imgarea .swiper-button-next {
  right: 0;
}
#works .works_single .before_imgarea .swiper-pagination,
#works .works_single .after_imgarea .swiper-pagination {
  bottom: 10px;
}
#works .works_single .before_imgarea .swiper-pagination .swiper-pagination-bullet,
#works .works_single .after_imgarea .swiper-pagination .swiper-pagination-bullet {
  background: #b6a398;
}
#works .works_single .after_imgarea {
  position: relative;
}
#works .works_single .after_imgarea::before {
  position: absolute;
  content: "AFTER";
  width: 180px;
  line-height: 35px;
  background: #b6a398;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 32px);
  font-family: "Jost", sans-serif;
  top: 0;
  left: 0;
  z-index: 2;
  white-space: nowrap;
  padding: 2px 7px;
  border-radius: 0 0 10px 0;
  text-align: center;
}
#works .works_single .after_imgarea .swiper {
  aspect-ratio: 4/3;
}
@media (min-width: 701px) {
  #works .works_single .after_imgarea .swiper {
    aspect-ratio: 7/4;
  }
}
#works .works_single .after_imgarea .gallerySwiper {
  margin-bottom: 10px;
}
#works .works_single .after_imgarea .galleryThumbs {
  aspect-ratio: inherit;
}
#works .works_single .after_imgarea .galleryThumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#works .works_single .after_imgarea .galleryThumbs .swiper-slide:hover {
  opacity: 0.8;
}
#works .works_single .after_imgarea .galleryThumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#works .works_single .after_imgarea .galleryThumbs .swiper-slide img {
  border: 2px solid transparent;
}
#works .works_single .after_imgarea .galleryThumbs .swiper-slide-thumb-active img {
  border-color: #b6a398;
}

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

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

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

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

/***********************
　　　レイアウト
*************************/
main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  width: 100%;
  margin: 0;
  padding: 0 min(20vw, 240px);
}
@media (min-width: 701px) and (max-width: 1360px) {
  .sec_inner {
    padding: 0 min(10vw, 120px);
  }
}
@media (max-width: 700px) {
  .sec_inner {
    padding: 0;
  }
}
@media (min-width: 1918px) {
  .sec_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}

.bg_white {
  background: #fff;
}

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

.sns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .sns {
    margin-bottom: 25px;
  }
}
.sns li a {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 700px) {
  .sns li a {
    width: 32px;
    height: 32px;
  }
}
.sns li a:hover {
  opacity: 0.7;
}

.grid_column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(3vw, 60px);
  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: 1360px) {
  .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 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.txt_white {
  color: #fff;
}

.txt_red {
  color: #e42815;
}

.txt_sub_blue {
  color: #ddd3cd;
}

.txt_bold {
  font-weight: bold;
}

.txt_semi_bold {
  font-weight: 600;
}

.txt_medium {
  font-weight: 500;
}

.txt_normal {
  font-weight: 400;
}

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

.txt_area p {
  line-height: 2;
}
.txt_area p + p {
  margin-top: 2em;
}
@media (max-width: 700px) {
  .txt_area p + p {
    margin-top: 1.5em;
  }
}
.txt_area p a {
  color: #b6a398;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txt_area p a:hover {
  text-decoration: none;
}

.block {
  display: block;
}

.shadow {
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

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

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

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

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

.txt_line_height2 {
  line-height: 2;
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .main_ttl {
    margin-bottom: 30px;
    padding-left: 60px;
  }
}
.main_ttl span {
  display: block;
}
.main_ttl span.en {
  font-size: clamp(40px, 5.6vw, 80px);
  font-weight: 300;
  line-height: 1.2;
  display: block;
  color: #000;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .main_ttl span.en {
    margin-bottom: 0;
  }
}
.main_ttl span.en::before {
  position: absolute;
  content: "";
  background: #b6a398;
  width: 100%;
  height: 2px;
  margin: auto;
  inset: 0 auto 0 calc(-100% - 40px);
}
@media (min-width: 701px) and (max-width: 1360px) {
  .main_ttl span.en::before {
    inset: 0 auto 0 calc(-100% - 20px);
  }
}
@media (max-width: 700px) {
  .main_ttl span.en::before {
    width: 40px;
    inset: 0 auto 0 -60px;
  }
}
.main_ttl span.jan {
  color: #b6a398;
  letter-spacing: 0.5em;
  font-size: clamp(15px, 1.8vw, 24px);
}

.deco_ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  font-size: clamp(24px, 3vw, 40px);
  padding-left: 36px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .deco_ttl {
    padding-left: 22px;
  }
}
.deco_ttl::before {
  position: absolute;
  content: "";
  background: #b6a398;
  width: 24px;
  height: 10px;
  margin: auto;
  inset: 0.7em auto auto 0;
}
@media (max-width: 700px) {
  .deco_ttl::before {
    width: 12px;
    height: 4px;
  }
}

/***********************
　　　リンク
*************************/
.commonBtn {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  letter-spacing: 5px;
  border: 1px solid #524a46;
  background: #524a46;
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  transition: 0.5s ease;
}
@media (max-width: 700px) {
  .commonBtn {
    margin: 0 auto;
    width: 82vw;
    padding: 15px 30px;
  }
}
.commonBtn:hover {
  background: #ddd3cd;
  color: #524a46;
}
.commonBtn:hover::before {
  border-color: #524a46;
}
.commonBtn::before {
  position: absolute;
  content: "";
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  margin: auto;
  transform: rotate(-45deg);
  inset: 0 24px 0 auto;
  width: 10px;
  height: 10px;
}
.commonBtn.center {
  margin: 0 auto;
}

.link_txt {
  display: block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s ease-in-out;
  line-height: 1;
}
.link_txt:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}

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

/***********************
　　　リスト
*************************/
ul.disc_list li {
  list-style-type: disc;
  margin-left: 1.5em;
}

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: #b6a398;
  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: 700px) {
  .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(20px);
  transform: translateY(20px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.animate.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bg_slidein {
  position: relative;
  overflow: hidden;
}
.bg_slidein::after {
  position: absolute;
  content: "";
  background: rgba(221, 211, 205, 0.5);
  width: calc(100% - min(10vw, 120px));
  height: 100%;
  top: 0;
  left: min(10vw, 120px);
  z-index: -1;
  opacity: 0;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .bg_slidein::after {
    width: calc(100% - min(5vw, 60px));
    left: min(5vw, 60px);
  }
}
@media (max-width: 700px) {
  .bg_slidein::after {
    left: 5.1vw;
    width: calc(100% - 5.1vw);
  }
}
.bg_slidein.is-active::after {
  animation: kv-slideIn02 1s 0s forwards;
}

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

.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 7;
  transition: 0.5s ease-in-out;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 700px) {
  .pageTop {
    width: 40px;
    height: 40px;
    bottom: 66px;
    right: 10px;
  }
}
.pageTop a {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ddd3cd;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 700px) {
  .pageTop a {
    width: 40px;
    height: 40px;
  }
}
.pageTop a::before {
  position: absolute;
  content: "";
  border-right: 1px solid #b6a398;
  border-bottom: 1px solid #b6a398;
  transform: rotate(-135deg);
  inset: 12% 0 0 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
@media (max-width: 700px) {
  .pageTop a::before {
    width: 10px;
    height: 10px;
  }
}
.pageTop a:hover {
  background: #b6a398;
}
.pageTop a:hover::before {
  border-color: #fff;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kv-slideIn01 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kv-slideIn02 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.base_table {
  width: 100%;
  /*   border-collapse: separate;
  border-spacing: 2px; */
}
.base_table caption {
  font-size: clamp(16px, 1.7rem, 20px);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.base_table caption span {
  font-size: 70%;
}
.base_table tr:not(:last-of-type) th,
.base_table tr:not(:last-of-type) td {
  border-bottom: 1px solid #bbc6cc;
}
.base_table th {
  background: #d3e7f0;
  font-weight: 500;
}
.base_table td {
  background: #fff;
  font-weight: 400;
}
.base_table th,
.base_table td {
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 2;
}
.base_table a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #b6a398;
}
.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 #eee9e6;
}
@media (max-width: 700px) {
  .base_table.sp_block th,
  .base_table.sp_block td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 700px) {
  .base_table.sp_block th {
    margin-bottom: 2px;
  }
}

.breadcrumb {
  margin-top: 200px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .breadcrumb {
    margin-top: 100px;
  }
}
@media (max-width: 700px) {
  .breadcrumb {
    margin-top: 70px;
  }
}
.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb .bread_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto 30px;
  gap: 10px 0;
}
@media (max-width: 700px) {
  .breadcrumb .bread_list {
    margin: 10px 4vw 20px;
  }
}
.breadcrumb .bread_list li {
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0.05em;
  color: rgba(82, 74, 70, 0.5);
}
.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 #a4b0b9;
  border-bottom: 1px solid #a4b0b9;
  transform: rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  inset: 0 10px 0 auto;
}
.breadcrumb .bread_list li a {
  color: #524a46;
  transition: 0.3s;
}
.breadcrumb .bread_list li a:hover {
  color: #b6a398;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.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: rgba(82, 74, 70, 0.5);
  width: 1px;
  height: 10px;
}

.middle main {
  padding-top: 14px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .middle main {
    padding-top: 10px;
  }
}
@media (max-width: 700px) {
  .middle main {
    padding-top: 7px;
  }
}
.middle main .middleFV {
  position: relative;
}
.middle main .middleFV .sec_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.middle main .middleFV .main_ttl {
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  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: 1px solid #524a46 !important;
  background: transparent;
  color: #524a46;
  font-size: clamp(14px, 1.6vw, 18px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding: 0 !important;
}
@media (max-width: 700px) {
  .wp-pagenavi > * {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi > *.current {
  padding: 0 !important;
  color: #fff;
  background: #b6a398;
  font-weight: 500 !important;
  border-color: #b6a398 !important;
}
.wp-pagenavi > *:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.previouspostslink {
  position: relative;
  color: #524a46;
  background: transparent;
  border: 1px solid #524a46 !important;
  margin-right: 10px !important;
  text-indent: -99999px;
}
.wp-pagenavi > *.previouspostslink::after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  margin: auto;
  z-index: 1;
  inset: 0 0 0 3px;
}
@media (max-width: 700px) {
  .wp-pagenavi > *.previouspostslink::after {
    width: 0.5em;
    height: 0.5em;
  }
}
.wp-pagenavi > *.previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.nextpostslink {
  position: relative;
  color: #524a46;
  background: transparent;
  border: 1px solid #524a46 !important;
  margin-left: 10px !important;
  text-indent: -99999px;
}
.wp-pagenavi > *.nextpostslink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #524a46;
  border-right: 1px solid #524a46;
  transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  inset: 0 3px 0 0;
  /* @include mq(sp) {
      width: 0.5em;
      height: 0.5em;
  } */
}
.wp-pagenavi > *.nextpostslink:hover {
  opacity: 0.7;
}

.single_pagenav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 86px;
  align-items: center;
}
@media (max-width: 700px) {
  .single_pagenav {
    margin-top: 50px;
  }
}
.single_pagenav .all {
  width: 50%;
  margin: 0;
}
@media (max-width: 700px) {
  .single_pagenav .all .commonBtn {
    width: auto;
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .single_pagenav .all .commonBtn::before {
    inset: 0 15px 0 auto;
  }
}
.single_pagenav .tip {
  width: 25%;
}
.single_pagenav .tip a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  .single_pagenav .tip a {
    text-indent: -99999px;
  }
}
.single_pagenav .tip a::before {
  content: "";
  position: absolute;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  margin: auto;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  z-index: 1;
}
.single_pagenav .tip a::after {
  content: "";
  position: absolute;
  background: #b6a398;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
}
@media (max-width: 700px) {
  .single_pagenav .tip.prev {
    text-align: left;
  }
}
.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 17px;
  transform: rotate(135deg);
}
.single_pagenav .tip.prev a::after {
  inset: 0 auto 0 0;
}
.single_pagenav .tip.prev a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.single_pagenav .tip.next {
  text-align: right;
}
@media (max-width: 700px) {
  .single_pagenav .tip.next {
    text-align: left;
  }
}
.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 17px 0 auto;
}
.single_pagenav .tip.next a::after {
  inset: 0 0 0 auto;
}
.single_pagenav .tip.next a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}

dl.tablelike > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b6a398;
  min-height: 120px;
}
@media (max-width: 700px) {
  dl.tablelike > div {
    flex-direction: column;
    align-items: flex-start;
    min-height: inherit;
  }
}
@media (min-width: 701px) {
  dl.tablelike > div:last-of-type {
    border-bottom: none;
  }
}
dl.tablelike > div dt {
  color: #524a46;
  white-space: nowrap;
  padding: 20px 10px 0 10px;
  font-size: clamp(15px, 1.8vw, 24px);
}
@media (min-width: 701px) {
  dl.tablelike > div dt {
    width: 20%;
    padding: 0 20px;
  }
}
dl.tablelike > div dd {
  padding: 0 10px 20px 10px;
  font-size: clamp(15px, 1.8vw, 24px);
}
@media (min-width: 701px) {
  dl.tablelike > div dd {
    padding: 0 20px;
    width: 80%;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.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: #b6a398;
  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: #524a46;
  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: #b6a398;
  border-bottom: 2px solid #b6a398;
  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 #b6a398;
  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 {
  position: relative;
  padding-right: 4.167vw;
  display: inline-block;
  text-decoration: none !important;
}
@media (max-width: 1360px) {
  .original_link_block a {
    padding-right: 15.3846vw;
  }
}
.original_link_block a::before, .original_link_block a::after {
  content: "";
  position: absolute;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.original_link_block a::before {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  border: 1px solid #b6a398;
  background: transparent;
  inset: 0 0 0 auto;
}
@media (max-width: 1360px) {
  .original_link_block a::before {
    width: 10.256vw;
    height: 10.256vw;
  }
}
.original_link_block a::after {
  border-right: 1px solid #b6a398;
  border-bottom: 1px solid #b6a398;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 1.25vw 0 auto;
  z-index: 1;
}
@media (max-width: 1360px) {
  .original_link_block a::after {
    width: 1.538vw;
    height: 1.538vw;
    inset: 0 4.8025vw 0 auto;
  }
}
.original_link_block a span {
  position: relative;
  line-height: 2.4;
}
.original_link_block a span::after {
  position: absolute;
  content: "";
  background: #eee9e6;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.6em;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.65s ease-out;
}
@media (max-width: 1360px) {
  .original_link_block a span::after {
    bottom: -0.5em;
  }
}
.original_link_block a:hover::before {
  background: #b6a398;
}
.original_link_block a:hover::after {
  border-color: #fff;
}
.original_link_block a:hover span::after {
  transform: scale(0, 1);
  transform-origin: right center;
}

.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 #eee9e6;
  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: #b6a398;
  box-shadow: inset 0 0 0 1px #b6a398;
}
.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: #eee9e6;
  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: 1360px) {
  .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: 1360px) {
  .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: 1360px) {
  .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: 1360px) {
  .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: 1360px) {
  .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: #b6a398;
  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: #eee9e6;
  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: #eee9e6;
  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: #b6a398;
  color: #fff;
}
.original_table_calendar tbody td.saturday {
  background: #b6a398;
  color: #fff;
}

.accordion_ttl {
  cursor: pointer;
  position: relative;
}
.accordion_ttl::before, .accordion_ttl::after {
  position: absolute;
  content: "";
  background: #b6a398;
  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);
}

.worksList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 60px;
}
@media (min-width: 701px) and (max-width: 1360px) {
  .worksList {
    gap: 50px 25px;
  }
}
@media (max-width: 700px) {
  .worksList {
    gap: 25px 10px;
  }
}
.worksList > li a {
  display: block;
}
.worksList > li .commonList_thumb {
  aspect-ratio: 69/46;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .worksList > li .commonList_thumb {
    margin-bottom: 5px;
  }
}
.worksList > li .commonList_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worksList > li .ttl {
  font-size: clamp(15px, 1.8vw, 24px);
}

.aside_common.is_show {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 10;
}
@media (max-width: 700px) {
  .aside_common.is_show {
    top: inherit;
    bottom: 0;
    width: 100%;
  }
}
.aside_common a {
  background: #524a46;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 10px 10px;
  border: 1px solid #ddd3cd;
  font-size: clamp(16px, 1.8vw, 20px);
}
@media (min-width: 701px) {
  .aside_common a {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 80px;
    width: 80px;
    min-height: 280px;
    padding: 30px 0;
    background: #524a46;
    margin: 0;
    border: none;
  }
}
@media (min-width: 701px) and (max-width: 1360px) {
  .aside_common a {
    line-height: 65px;
    width: 65px;
  }
}
.aside_common a span {
  position: relative;
  padding-top: 32px;
  display: block;
}
@media (max-width: 700px) {
  .aside_common a span {
    padding: 0 0 0 40px;
  }
}
.aside_common a span::before {
  position: absolute;
  content: "";
  background: url("../img/icon/pdf.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  margin: auto;
  inset: 0 0 auto 0;
}
@media (max-width: 700px) {
  .aside_common a span::before {
    inset: 0 auto 0 0;
  }
}
.aside_common a:hover {
  background: #b6a398;
}

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